[jira] Created: (SMX4NMR-150) Error with the nmr.xsd schema

View: New views
3 Messages — Rating Filter:   Alert me  

[jira] Created: (SMX4NMR-150) Error with the nmr.xsd schema

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Error with the nmr.xsd schema
-----------------------------

                 Key: SMX4NMR-150
                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-150
             Project: ServiceMix NMR
          Issue Type: Bug
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré


During the build of servicemix4, the following error has been
generated during the parsing of the nmr.xsd schema. It seems that
there is a syntax error in it :

[INFO] Building Apache ServiceMix CXF Transport for NMR
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot
org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
checking for updates from servicemix
[INFO] snapshot
org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
checking for updates from snapshots
[INFO] snapshot
org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
checking for updates from apache.snapshots
[INFO] snapshot
org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
checking for updates from apache-snapshots
[INFO] snapshot
org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
checking for updates from servicemix.m2
[INFO] snapshot
org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
checking for updates from apache.incubating
[INFO] snapshot
org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
checking for updates from codehaus
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set:
D:\Dvlpt\Java\workspace-ganymede\apache-smx4-source\features\cxf\cxf-transport-nmr\target
(included: [**], excluded: [])
[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:/Dvlpt/Java/workspace-ganymede/apache-smx4-source/features/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] ------------------------------------------------------------------------

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SMX4NMR-150) Error with the nmr.xsd schema

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/activemq/browse/SMX4NMR-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SMX4NMR-150:
------------------------------------

    Assignee: Freeman Fang  (was: Jean-Baptiste Onofré)

> Error with the nmr.xsd schema
> -----------------------------
>
>                 Key: SMX4NMR-150
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-150
>             Project: ServiceMix NMR
>          Issue Type: Bug
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Freeman Fang
>
> During the build of servicemix4, the following error has been
> generated during the parsing of the nmr.xsd schema. It seems that
> there is a syntax error in it :
> [INFO] Building Apache ServiceMix CXF Transport for NMR
> [INFO]    task-segment: [clean, install]
> [INFO] ------------------------------------------------------------------------
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from servicemix
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from snapshots
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from apache.snapshots
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from apache-snapshots
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from servicemix.m2
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from apache.incubating
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from codehaus
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting file set:
> D:\Dvlpt\Java\workspace-ganymede\apache-smx4-source\features\cxf\cxf-transport-nmr\target
> (included: [**], excluded: [])
> [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:/Dvlpt/Java/workspace-ganymede/apache-smx4-source/features/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] ------------------------------------------------------------------------

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4NMR-150) Error with the nmr.xsd schema

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/activemq/browse/SMX4NMR-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SMX4NMR-150.
----------------------------------

    Resolution: Fixed

fixed by SMX4-403

> Error with the nmr.xsd schema
> -----------------------------
>
>                 Key: SMX4NMR-150
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-150
>             Project: ServiceMix NMR
>          Issue Type: Bug
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Freeman Fang
>
> During the build of servicemix4, the following error has been
> generated during the parsing of the nmr.xsd schema. It seems that
> there is a syntax error in it :
> [INFO] Building Apache ServiceMix CXF Transport for NMR
> [INFO]    task-segment: [clean, install]
> [INFO] ------------------------------------------------------------------------
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from servicemix
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from snapshots
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from apache.snapshots
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from apache-snapshots
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from servicemix.m2
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from apache.incubating
> [INFO] snapshot
> org.apache.servicemix.tooling:depends-maven-plugin:1.2-SNAPSHOT:
> checking for updates from codehaus
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting file set:
> D:\Dvlpt\Java\workspace-ganymede\apache-smx4-source\features\cxf\cxf-transport-nmr\target
> (included: [**], excluded: [])
> [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:/Dvlpt/Java/workspace-ganymede/apache-smx4-source/features/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] ------------------------------------------------------------------------

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.