|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (SMX4-403) Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 buildFailed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build
--------------------------------------------------------------------- Key: SMX4-403 URL: https://issues.apache.org/activemq/browse/SMX4-403 Project: ServiceMix 4 Issue Type: Bug Environment: Windows XP Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Reporter: Charles Moulliard Fix For: 4.1.0 The build of servicemix 4 or fuse 4.1.0.2 (from code source downbloaded here : http://repo.fusesource.com/maven2/com/iona/fuse/fuse-esb/4.1.0.2/) generates the following error : [INFO] Building Apache ServiceMix CXF Support [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] [dependency:copy {execution: copy-legal}] [INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0.0.0-fuse:xml [INFO] Copying legal-1.0.0.0-fuse.xml to D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\target\legal\legal.xml [INFO] [remote-resources:process {execution: default}] [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [install:install {execution: default-install}] [INFO] Installing D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\pom.xml to c:\.m2\repository\org\apache\servicemix\cxf\cxf\4.1.0.2-fuse \cxf-4.1.0.2-fuse.pom [INFO] ------------------------------------------------------------------------ [INFO] Building Apache ServiceMix CXF Transport for NMR [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] [cxf-common-xsd:xsdtojava {execution: generate-sources}] [ERROR] src-resolve: Cannot resolve the name 'wsdl:tExtensibilityElement' to a(n) 'type definition' component. line 34 of file:/D:/Temp/not_used/fuse/apache-servicemix-4.1.0.2-fuse/src/cxf/cxf-transport-nmr/src/main/resources/schemas/wsdl/nmr.xsd Failed to parse a schema. org.apache.tools.ant.ExitException: ExitException: status -1 at org.apache.tools.ant.util.optional.NoExitSecurityManager.checkExit(NoExitSecurityManager.java:38) at java.lang.Runtime.exit(Runtime.java:88) at java.lang.System.exit(System.java:904) at com.sun.tools.xjc.Driver._main(Driver.java:116) at com.sun.tools.xjc.Driver.access$000(Driver.java:74) at com.sun.tools.xjc.Driver$1.run(Driver.java:96) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (SMX4-403) Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build[ https://issues.apache.org/activemq/browse/SMX4-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54814#action_54814 ] Freeman Fang commented on SMX4-403: ----------------------------------- Hi Charles, Seems you are behind some kind of proxy or firewall, so that you can't access the wsdl schema from link http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd Could you please do a quick test? If in this case, we may need use local wsdl.xsd instead Freeman > Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build > --------------------------------------------------------------------- > > Key: SMX4-403 > URL: https://issues.apache.org/activemq/browse/SMX4-403 > Project: ServiceMix 4 > Issue Type: Bug > Environment: Windows XP > Java(TM) SE Runtime Environment (build 1.6.0_16-b01) > Reporter: Charles Moulliard > Fix For: 4.1.0 > > > The build of servicemix 4 or fuse 4.1.0.2 (from code source downbloaded here : http://repo.fusesource.com/maven2/com/iona/fuse/fuse-esb/4.1.0.2/) > generates the following error : > [INFO] Building Apache ServiceMix CXF Support > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] [dependency:copy {execution: copy-legal}] > [INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0.0.0-fuse:xml > [INFO] Copying legal-1.0.0.0-fuse.xml to D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\target\legal\legal.xml > [INFO] [remote-resources:process {execution: default}] > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] > [INFO] [install:install {execution: default-install}] > [INFO] Installing D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\pom.xml to c:\.m2\repository\org\apache\servicemix\cxf\cxf\4.1.0.2-fuse > \cxf-4.1.0.2-fuse.pom > [INFO] ------------------------------------------------------------------------ > [INFO] Building Apache ServiceMix CXF Transport for NMR > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] [cxf-common-xsd:xsdtojava {execution: generate-sources}] > [ERROR] src-resolve: Cannot resolve the name 'wsdl:tExtensibilityElement' to a(n) 'type definition' component. > line 34 of file:/D:/Temp/not_used/fuse/apache-servicemix-4.1.0.2-fuse/src/cxf/cxf-transport-nmr/src/main/resources/schemas/wsdl/nmr.xsd > Failed to parse a schema. > org.apache.tools.ant.ExitException: ExitException: status -1 > at org.apache.tools.ant.util.optional.NoExitSecurityManager.checkExit(NoExitSecurityManager.java:38) > at java.lang.Runtime.exit(Runtime.java:88) > at java.lang.System.exit(System.java:904) > at com.sun.tools.xjc.Driver._main(Driver.java:116) > at com.sun.tools.xjc.Driver.access$000(Driver.java:74) > at com.sun.tools.xjc.Driver$1.run(Driver.java:96) > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (SMX4-403) Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build[ https://issues.apache.org/activemq/browse/SMX4-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54837#action_54837 ] Charles Moulliard commented on SMX4-403: ---------------------------------------- I confirm that I'm behind a proxy preventing to have access to the following link http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd through maven. I have change the files to point to a local wsdl.xsd file and be able to build the package. it should be interesting to mention this issue in the BUILDING.txt file. > Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build > --------------------------------------------------------------------- > > Key: SMX4-403 > URL: https://issues.apache.org/activemq/browse/SMX4-403 > Project: ServiceMix 4 > Issue Type: Bug > Environment: Windows XP > Java(TM) SE Runtime Environment (build 1.6.0_16-b01) > Reporter: Charles Moulliard > Fix For: 4.1.0 > > > The build of servicemix 4 or fuse 4.1.0.2 (from code source downbloaded here : http://repo.fusesource.com/maven2/com/iona/fuse/fuse-esb/4.1.0.2/) > generates the following error : > [INFO] Building Apache ServiceMix CXF Support > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] [dependency:copy {execution: copy-legal}] > [INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0.0.0-fuse:xml > [INFO] Copying legal-1.0.0.0-fuse.xml to D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\target\legal\legal.xml > [INFO] [remote-resources:process {execution: default}] > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] > [INFO] [install:install {execution: default-install}] > [INFO] Installing D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\pom.xml to c:\.m2\repository\org\apache\servicemix\cxf\cxf\4.1.0.2-fuse > \cxf-4.1.0.2-fuse.pom > [INFO] ------------------------------------------------------------------------ > [INFO] Building Apache ServiceMix CXF Transport for NMR > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] [cxf-common-xsd:xsdtojava {execution: generate-sources}] > [ERROR] src-resolve: Cannot resolve the name 'wsdl:tExtensibilityElement' to a(n) 'type definition' component. > line 34 of file:/D:/Temp/not_used/fuse/apache-servicemix-4.1.0.2-fuse/src/cxf/cxf-transport-nmr/src/main/resources/schemas/wsdl/nmr.xsd > Failed to parse a schema. > org.apache.tools.ant.ExitException: ExitException: status -1 > at org.apache.tools.ant.util.optional.NoExitSecurityManager.checkExit(NoExitSecurityManager.java:38) > at java.lang.Runtime.exit(Runtime.java:88) > at java.lang.System.exit(System.java:904) > at com.sun.tools.xjc.Driver._main(Driver.java:116) > at com.sun.tools.xjc.Driver.access$000(Driver.java:74) > at com.sun.tools.xjc.Driver$1.run(Driver.java:96) > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Work started: (SMX4-403) Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build[ https://issues.apache.org/activemq/browse/SMX4-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SMX4-403 started by Freeman Fang. > Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build > --------------------------------------------------------------------- > > Key: SMX4-403 > URL: https://issues.apache.org/activemq/browse/SMX4-403 > Project: ServiceMix 4 > Issue Type: Bug > Environment: Windows XP > Java(TM) SE Runtime Environment (build 1.6.0_16-b01) > Reporter: Charles Moulliard > Assignee: Freeman Fang > Fix For: 4.1.0 > > > The build of servicemix 4 or fuse 4.1.0.2 (from code source downbloaded here : http://repo.fusesource.com/maven2/com/iona/fuse/fuse-esb/4.1.0.2/) > generates the following error : > [INFO] Building Apache ServiceMix CXF Support > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] [dependency:copy {execution: copy-legal}] > [INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0.0.0-fuse:xml > [INFO] Copying legal-1.0.0.0-fuse.xml to D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\target\legal\legal.xml > [INFO] [remote-resources:process {execution: default}] > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] > [INFO] [install:install {execution: default-install}] > [INFO] Installing D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\pom.xml to c:\.m2\repository\org\apache\servicemix\cxf\cxf\4.1.0.2-fuse > \cxf-4.1.0.2-fuse.pom > [INFO] ------------------------------------------------------------------------ > [INFO] Building Apache ServiceMix CXF Transport for NMR > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] [cxf-common-xsd:xsdtojava {execution: generate-sources}] > [ERROR] src-resolve: Cannot resolve the name 'wsdl:tExtensibilityElement' to a(n) 'type definition' component. > line 34 of file:/D:/Temp/not_used/fuse/apache-servicemix-4.1.0.2-fuse/src/cxf/cxf-transport-nmr/src/main/resources/schemas/wsdl/nmr.xsd > Failed to parse a schema. > org.apache.tools.ant.ExitException: ExitException: status -1 > at org.apache.tools.ant.util.optional.NoExitSecurityManager.checkExit(NoExitSecurityManager.java:38) > at java.lang.Runtime.exit(Runtime.java:88) > at java.lang.System.exit(System.java:904) > at com.sun.tools.xjc.Driver._main(Driver.java:116) > at com.sun.tools.xjc.Driver.access$000(Driver.java:74) > at com.sun.tools.xjc.Driver$1.run(Driver.java:96) > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Assigned: (SMX4-403) Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build[ https://issues.apache.org/activemq/browse/SMX4-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang reassigned SMX4-403: --------------------------------- Assignee: Freeman Fang > Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build > --------------------------------------------------------------------- > > Key: SMX4-403 > URL: https://issues.apache.org/activemq/browse/SMX4-403 > Project: ServiceMix 4 > Issue Type: Bug > Environment: Windows XP > Java(TM) SE Runtime Environment (build 1.6.0_16-b01) > Reporter: Charles Moulliard > Assignee: Freeman Fang > Fix For: 4.1.0 > > > The build of servicemix 4 or fuse 4.1.0.2 (from code source downbloaded here : http://repo.fusesource.com/maven2/com/iona/fuse/fuse-esb/4.1.0.2/) > generates the following error : > [INFO] Building Apache ServiceMix CXF Support > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] [dependency:copy {execution: copy-legal}] > [INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0.0.0-fuse:xml > [INFO] Copying legal-1.0.0.0-fuse.xml to D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\target\legal\legal.xml > [INFO] [remote-resources:process {execution: default}] > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] > [INFO] [install:install {execution: default-install}] > [INFO] Installing D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\pom.xml to c:\.m2\repository\org\apache\servicemix\cxf\cxf\4.1.0.2-fuse > \cxf-4.1.0.2-fuse.pom > [INFO] ------------------------------------------------------------------------ > [INFO] Building Apache ServiceMix CXF Transport for NMR > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] [cxf-common-xsd:xsdtojava {execution: generate-sources}] > [ERROR] src-resolve: Cannot resolve the name 'wsdl:tExtensibilityElement' to a(n) 'type definition' component. > line 34 of file:/D:/Temp/not_used/fuse/apache-servicemix-4.1.0.2-fuse/src/cxf/cxf-transport-nmr/src/main/resources/schemas/wsdl/nmr.xsd > Failed to parse a schema. > org.apache.tools.ant.ExitException: ExitException: status -1 > at org.apache.tools.ant.util.optional.NoExitSecurityManager.checkExit(NoExitSecurityManager.java:38) > at java.lang.Runtime.exit(Runtime.java:88) > at java.lang.System.exit(System.java:904) > at com.sun.tools.xjc.Driver._main(Driver.java:116) > at com.sun.tools.xjc.Driver.access$000(Driver.java:74) > at com.sun.tools.xjc.Driver$1.run(Driver.java:96) > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Commented: (SMX4-403) Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build[ https://issues.apache.org/activemq/browse/SMX4-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55106#action_55106 ] Freeman Fang commented on SMX4-403: ----------------------------------- use local wsdl.xsd and put the pointer in the catalog.cat, so that the resolver get chance to use the local one > Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build > --------------------------------------------------------------------- > > Key: SMX4-403 > URL: https://issues.apache.org/activemq/browse/SMX4-403 > Project: ServiceMix 4 > Issue Type: Bug > Environment: Windows XP > Java(TM) SE Runtime Environment (build 1.6.0_16-b01) > Reporter: Charles Moulliard > Assignee: Freeman Fang > Fix For: 4.1.0 > > > The build of servicemix 4 or fuse 4.1.0.2 (from code source downbloaded here : http://repo.fusesource.com/maven2/com/iona/fuse/fuse-esb/4.1.0.2/) > generates the following error : > [INFO] Building Apache ServiceMix CXF Support > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] [dependency:copy {execution: copy-legal}] > [INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0.0.0-fuse:xml > [INFO] Copying legal-1.0.0.0-fuse.xml to D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\target\legal\legal.xml > [INFO] [remote-resources:process {execution: default}] > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] > [INFO] [install:install {execution: default-install}] > [INFO] Installing D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\pom.xml to c:\.m2\repository\org\apache\servicemix\cxf\cxf\4.1.0.2-fuse > \cxf-4.1.0.2-fuse.pom > [INFO] ------------------------------------------------------------------------ > [INFO] Building Apache ServiceMix CXF Transport for NMR > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] [cxf-common-xsd:xsdtojava {execution: generate-sources}] > [ERROR] src-resolve: Cannot resolve the name 'wsdl:tExtensibilityElement' to a(n) 'type definition' component. > line 34 of file:/D:/Temp/not_used/fuse/apache-servicemix-4.1.0.2-fuse/src/cxf/cxf-transport-nmr/src/main/resources/schemas/wsdl/nmr.xsd > Failed to parse a schema. > org.apache.tools.ant.ExitException: ExitException: status -1 > at org.apache.tools.ant.util.optional.NoExitSecurityManager.checkExit(NoExitSecurityManager.java:38) > at java.lang.Runtime.exit(Runtime.java:88) > at java.lang.System.exit(System.java:904) > at com.sun.tools.xjc.Driver._main(Driver.java:116) > at com.sun.tools.xjc.Driver.access$000(Driver.java:74) > at com.sun.tools.xjc.Driver$1.run(Driver.java:96) > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Resolved: (SMX4-403) Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build[ https://issues.apache.org/activemq/browse/SMX4-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Freeman Fang resolved SMX4-403. ------------------------------- Resolution: Fixed commit fix http://svn.apache.org/viewvc?rev=831673&view=rev > Failed to parse a schema during ServiceMix 4 / Fuse ESB 4.1.0.2 build > --------------------------------------------------------------------- > > Key: SMX4-403 > URL: https://issues.apache.org/activemq/browse/SMX4-403 > Project: ServiceMix 4 > Issue Type: Bug > Environment: Windows XP > Java(TM) SE Runtime Environment (build 1.6.0_16-b01) > Reporter: Charles Moulliard > Assignee: Freeman Fang > Fix For: 4.1.0 > > > The build of servicemix 4 or fuse 4.1.0.2 (from code source downbloaded here : http://repo.fusesource.com/maven2/com/iona/fuse/fuse-esb/4.1.0.2/) > generates the following error : > [INFO] Building Apache ServiceMix CXF Support > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] [dependency:copy {execution: copy-legal}] > [INFO] Configured Artifact: org.apache.servicemix.legal:legal:1.0.0.0-fuse:xml > [INFO] Copying legal-1.0.0.0-fuse.xml to D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\target\legal\legal.xml > [INFO] [remote-resources:process {execution: default}] > [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] > [INFO] [install:install {execution: default-install}] > [INFO] Installing D:\Temp\not_used\fuse\apache-servicemix-4.1.0.2-fuse\src\cxf\pom.xml to c:\.m2\repository\org\apache\servicemix\cxf\cxf\4.1.0.2-fuse > \cxf-4.1.0.2-fuse.pom > [INFO] ------------------------------------------------------------------------ > [INFO] Building Apache ServiceMix CXF Transport for NMR > [INFO] task-segment: [clean, install] > [INFO] ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] [cxf-common-xsd:xsdtojava {execution: generate-sources}] > [ERROR] src-resolve: Cannot resolve the name 'wsdl:tExtensibilityElement' to a(n) 'type definition' component. > line 34 of file:/D:/Temp/not_used/fuse/apache-servicemix-4.1.0.2-fuse/src/cxf/cxf-transport-nmr/src/main/resources/schemas/wsdl/nmr.xsd > Failed to parse a schema. > org.apache.tools.ant.ExitException: ExitException: status -1 > at org.apache.tools.ant.util.optional.NoExitSecurityManager.checkExit(NoExitSecurityManager.java:38) > at java.lang.Runtime.exit(Runtime.java:88) > at java.lang.System.exit(System.java:904) > at com.sun.tools.xjc.Driver._main(Driver.java:116) > at com.sun.tools.xjc.Driver.access$000(Driver.java:74) > at com.sun.tools.xjc.Driver$1.run(Driver.java:96) > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
| Free embeddable forum powered by Nabble | Forum Help |