CMDBuild Forum

Build Project on Bitbucket source

Hi 

I have some problem with build of cmdbuild project.

I try with different branch, but the problem is the some.

_______________________________________________________________________

Caused by: org.apache.maven.plugin.PluginExecutionException: Execution generate-

sources of goal org.apache.cxf:cxf-codegen-plugin:3.1.5:wsdl2java failed: Cannot

 create a secure XMLInputFactory

        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Default

BuildPluginManager.java:143)

        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor

.java:208)

        ... 19 more

Caused by: java.lang.RuntimeException: Cannot create a secure XMLInputFactory

_______________________________________________________________________

 

Can you help me ?

thanks a lot

i have the very same problem and struggling with that for last three days!
would you please get us a hint at least?!
is this a bug or we are doing something wrong?
 
Previously Maurizio wrote:

Hi 

I have some problem with build of cmdbuild project.

I try with different branch, but the problem is the some.

_______________________________________________________________________

Caused by: org.apache.maven.plugin.PluginExecutionException: Execution generate-

sources of goal org.apache.cxf:cxf-codegen-plugin:3.1.5:wsdl2java failed: Cannot

 create a secure XMLInputFactory

        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Default

BuildPluginManager.java:143)

        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor

.java:208)

        ... 19 more

Caused by: java.lang.RuntimeException: Cannot create a secure XMLInputFactory

_______________________________________________________________________

 

Can you help me ?

thanks a lot

 

finally i've made it work. i came up with a rule to dealing with maven, any error occurred, delete annoying/related libraries on local repository and rerun the build.
in this case deleting woodstox and stax-api solved my problem.
i am using maven 3.3.9 and jdk 1.8_60 on windows 7.
 
cheers
 
Previously onmsTester wrote:
i have the very same problem and struggling with that for last three days!
would you please get us a hint at least?!
is this a bug or we are doing something wrong?
 
Previously Maurizio wrote:

Hi 

I have some problem with build of cmdbuild project.

I try with different branch, but the problem is the some.

_______________________________________________________________________

Caused by: org.apache.maven.plugin.PluginExecutionException: Execution generate-

sources of goal org.apache.cxf:cxf-codegen-plugin:3.1.5:wsdl2java failed: Cannot

 create a secure XMLInputFactory

        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(Default

BuildPluginManager.java:143)

        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor

.java:208)

        ... 19 more

Caused by: java.lang.RuntimeException: Cannot create a secure XMLInputFactory

_______________________________________________________________________

 

Can you help me ?

thanks a lot

 

 

Thanks a lot

Try this.