You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by "Stian Soiland-Reyes (JIRA)" <ji...@apache.org> on 2016/01/15 17:00:41 UTC

[jira] [Updated] (TAVERNA-883) Keep xmlschema-core and woden versions in sync

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

Stian Soiland-Reyes updated TAVERNA-883:
----------------------------------------
    Summary: Keep xmlschema-core and woden versions in sync  (was: Find valid OSGi bundles for Woden)

> Keep xmlschema-core and woden versions in sync
> ----------------------------------------------
>
>                 Key: TAVERNA-883
>                 URL: https://issues.apache.org/jira/browse/TAVERNA-883
>             Project: Apache Taverna
>          Issue Type: Bug
>          Components: Taverna Commandline, Taverna Common Activities
>            Reporter: Stian Soiland-Reyes
>              Labels: osgi
>
> wsdl-activity uses Woden, which does not seem to have a valid OSGi bundle dependency for org.apache.ws.security.* 
> This prevents the command line from starting up.
> Perhaps updating the Woden dependency would work? Otherwise change to embed the dependency from wsdl-activity, as with Embed-Dependency in https://github.com/apache/incubator-taverna-common-activities/blob/master/taverna-beanshell-activity/pom.xml#L22
> {code}
> stain@biggie:~/src/taverna/incubator-taverna-commandline/taverna-commandline-product$ mvn clean install
> [INFO] Scanning for projects...
> [INFO]                                                                         
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache Taverna Commandline Product 3.1.0-incubating-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [WARNING] The POM for org.springframework:org.springframework.aop:jar:3.0.0.RC1 is missing, no dependency information available
> [WARNING] The POM for org.springframework:org.springframework.core:jar:3.0.0.RC1 is missing, no dependency information available
> [WARNING] The POM for org.springframework:org.springframework.asm:jar:3.0.0.RC1 is missing, no dependency information available
> [WARNING] The POM for org.springframework:org.springframework.context:jar:3.0.0.RC1 is missing, no dependency information available
> [INFO] 
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ taverna-command-line-product ---
> [INFO] Deleting /home/stain/src/taverna/incubator-taverna-commandline/taverna-commandline-product/target
> [INFO] 
> [INFO] --- buildnumber-maven-plugin:1.0-beta-3:create (buildnumber-validate) @ taverna-command-line-product ---
> [INFO] Storing buildNumber: 20160111T1738 at timestamp: 1452533883811
> [INFO] 
> [INFO] --- taverna-maven-plugin:0.2.1-incubating-SNAPSHOT:profile-generate (default-profile-generate) @ taverna-command-line-product ---
> [WARNING] Bundle : org.apache.woden:woden-core:jar:1.0M10 has unresolved package dependencies:
> [WARNING]     org.apache.ws.commons.schema.resolver;version="[2.2.0,3.0.0)"
> [WARNING]     org.apache.ws.commons.schema.utils;version="[2.2.0,3.0.0)"
> [WARNING]     org.apache.ws.commons.schema;version="[2.2.0,3.0.0)"
> [WARNING] Bundle : org.apache.taverna.commonactivities:taverna-wsdl-generic:jar:2.1.0-incubating-SNAPSHOT has unresolved package dependencies:
> [WARNING]     org.apache.ws.security.message;version="[1.6.0,2.0.0)"
> [WARNING]     org.apache.ws.security;version="[1.6.0,2.0.0)"
> {code}
> Error on starting up:
> {code}
> stain@biggie:~/src/taverna/incubator-taverna-commandline/taverna-commandline-product/target/apache-taverna-commandline-3.1.0-incubating-SNAPSHOT-dev/apache-taverna-commandline-3.1.0-incubating-SNAPSHOT$ sh executeworkflow.sh asdf
> OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=400m; support was removed in 8.0
> The bundle "org.apache.taverna.commonactivities.taverna-wsdl-activity_2.1.0.incubating-SNAPSHOT [63]" could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.taverna.wsdl.parser; version="[2.1.0,3.0.0)"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Re: [jira] [Updated] (TAVERNA-883) Keep xmlschema-core and woden versions in sync

Posted by Dmitry <re...@list.ru>.
just fixed wsdl-generic for the XML Schema 2.2.1.

Dmitry

On 1/15/2016 5:09 PM, Dmitry wrote:
> Oh! I see.
>
> WSDL generic was done with XML Schema 2.1 and I missed that there is 
> incompatibilities between 2.1 and 2.2.
>
> Will fix it this weekend.
>
> Cheers,
>
> Dmitry
>
> On 1/15/2016 5:00 PM, Stian Soiland-Reyes (JIRA) wrote:
>>       [ 
>> https://issues.apache.org/jira/browse/TAVERNA-883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel 
>> ]
>>
>> Stian Soiland-Reyes updated TAVERNA-883:
>> ----------------------------------------
>>      Summary: Keep xmlschema-core and woden versions in sync (was: 
>> Find valid OSGi bundles for Woden)
>>
>>> Keep xmlschema-core and woden versions in sync
>>> ----------------------------------------------
>>>
>>>                  Key: TAVERNA-883
>>>                  URL: https://issues.apache.org/jira/browse/TAVERNA-883
>>>              Project: Apache Taverna
>>>           Issue Type: Bug
>>>           Components: Taverna Commandline, Taverna Common Activities
>>>             Reporter: Stian Soiland-Reyes
>>>               Labels: osgi
>>>
>>> wsdl-activity uses Woden, which does not seem to have a valid OSGi 
>>> bundle dependency for org.apache.ws.security.*
>>> This prevents the command line from starting up.
>>> Perhaps updating the Woden dependency would work? Otherwise change 
>>> to embed the dependency from wsdl-activity, as with Embed-Dependency 
>>> in 
>>> https://github.com/apache/incubator-taverna-common-activities/blob/master/taverna-beanshell-activity/pom.xml#L22
>>> {code}
>>> stain@biggie:~/src/taverna/incubator-taverna-commandline/taverna-commandline-product$ 
>>> mvn clean install
>>> [INFO] Scanning for projects...
>>> [INFO]
>>> [INFO] 
>>> ------------------------------------------------------------------------ 
>>>
>>> [INFO] Building Apache Taverna Commandline Product 
>>> 3.1.0-incubating-SNAPSHOT
>>> [INFO] 
>>> ------------------------------------------------------------------------ 
>>>
>>> [WARNING] The POM for 
>>> org.springframework:org.springframework.aop:jar:3.0.0.RC1 is 
>>> missing, no dependency information available
>>> [WARNING] The POM for 
>>> org.springframework:org.springframework.core:jar:3.0.0.RC1 is 
>>> missing, no dependency information available
>>> [WARNING] The POM for 
>>> org.springframework:org.springframework.asm:jar:3.0.0.RC1 is 
>>> missing, no dependency information available
>>> [WARNING] The POM for 
>>> org.springframework:org.springframework.context:jar:3.0.0.RC1 is 
>>> missing, no dependency information available
>>> [INFO]
>>> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
>>> taverna-command-line-product ---
>>> [INFO] Deleting 
>>> /home/stain/src/taverna/incubator-taverna-commandline/taverna-commandline-product/target
>>> [INFO]
>>> [INFO] --- buildnumber-maven-plugin:1.0-beta-3:create 
>>> (buildnumber-validate) @ taverna-command-line-product ---
>>> [INFO] Storing buildNumber: 20160111T1738 at timestamp: 1452533883811
>>> [INFO]
>>> [INFO] --- 
>>> taverna-maven-plugin:0.2.1-incubating-SNAPSHOT:profile-generate 
>>> (default-profile-generate) @ taverna-command-line-product ---
>>> [WARNING] Bundle : org.apache.woden:woden-core:jar:1.0M10 has 
>>> unresolved package dependencies:
>>> [WARNING] org.apache.ws.commons.schema.resolver;version="[2.2.0,3.0.0)"
>>> [WARNING] org.apache.ws.commons.schema.utils;version="[2.2.0,3.0.0)"
>>> [WARNING] org.apache.ws.commons.schema;version="[2.2.0,3.0.0)"
>>> [WARNING] Bundle : 
>>> org.apache.taverna.commonactivities:taverna-wsdl-generic:jar:2.1.0-incubating-SNAPSHOT 
>>> has unresolved package dependencies:
>>> [WARNING] org.apache.ws.security.message;version="[1.6.0,2.0.0)"
>>> [WARNING]     org.apache.ws.security;version="[1.6.0,2.0.0)"
>>> {code}
>>> Error on starting up:
>>> {code}
>>> stain@biggie:~/src/taverna/incubator-taverna-commandline/taverna-commandline-product/target/apache-taverna-commandline-3.1.0-incubating-SNAPSHOT-dev/apache-taverna-commandline-3.1.0-incubating-SNAPSHOT$ 
>>> sh executeworkflow.sh asdf
>>> OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=400m; 
>>> support was removed in 8.0
>>> The bundle 
>>> "org.apache.taverna.commonactivities.taverna-wsdl-activity_2.1.0.incubating-SNAPSHOT 
>>> [63]" could not be resolved. Reason: Missing Constraint: 
>>> Import-Package: org.apache.taverna.wsdl.parser; version="[2.1.0,3.0.0)"
>>> {code}
>>
>>
>> -- 
>> This message was sent by Atlassian JIRA
>> (v6.3.4#6332)
>>
>
>


Re: [jira] [Updated] (TAVERNA-883) Keep xmlschema-core and woden versions in sync

Posted by Dmitry <re...@list.ru>.
Oh! I see.

WSDL generic was done with XML Schema 2.1 and I missed that there is 
incompatibilities between 2.1 and 2.2.

Will fix it this weekend.

Cheers,

Dmitry

On 1/15/2016 5:00 PM, Stian Soiland-Reyes (JIRA) wrote:
>       [ https://issues.apache.org/jira/browse/TAVERNA-883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Stian Soiland-Reyes updated TAVERNA-883:
> ----------------------------------------
>      Summary: Keep xmlschema-core and woden versions in sync  (was: Find valid OSGi bundles for Woden)
>
>> Keep xmlschema-core and woden versions in sync
>> ----------------------------------------------
>>
>>                  Key: TAVERNA-883
>>                  URL: https://issues.apache.org/jira/browse/TAVERNA-883
>>              Project: Apache Taverna
>>           Issue Type: Bug
>>           Components: Taverna Commandline, Taverna Common Activities
>>             Reporter: Stian Soiland-Reyes
>>               Labels: osgi
>>
>> wsdl-activity uses Woden, which does not seem to have a valid OSGi bundle dependency for org.apache.ws.security.*
>> This prevents the command line from starting up.
>> Perhaps updating the Woden dependency would work? Otherwise change to embed the dependency from wsdl-activity, as with Embed-Dependency in https://github.com/apache/incubator-taverna-common-activities/blob/master/taverna-beanshell-activity/pom.xml#L22
>> {code}
>> stain@biggie:~/src/taverna/incubator-taverna-commandline/taverna-commandline-product$ mvn clean install
>> [INFO] Scanning for projects...
>> [INFO]
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Building Apache Taverna Commandline Product 3.1.0-incubating-SNAPSHOT
>> [INFO] ------------------------------------------------------------------------
>> [WARNING] The POM for org.springframework:org.springframework.aop:jar:3.0.0.RC1 is missing, no dependency information available
>> [WARNING] The POM for org.springframework:org.springframework.core:jar:3.0.0.RC1 is missing, no dependency information available
>> [WARNING] The POM for org.springframework:org.springframework.asm:jar:3.0.0.RC1 is missing, no dependency information available
>> [WARNING] The POM for org.springframework:org.springframework.context:jar:3.0.0.RC1 is missing, no dependency information available
>> [INFO]
>> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ taverna-command-line-product ---
>> [INFO] Deleting /home/stain/src/taverna/incubator-taverna-commandline/taverna-commandline-product/target
>> [INFO]
>> [INFO] --- buildnumber-maven-plugin:1.0-beta-3:create (buildnumber-validate) @ taverna-command-line-product ---
>> [INFO] Storing buildNumber: 20160111T1738 at timestamp: 1452533883811
>> [INFO]
>> [INFO] --- taverna-maven-plugin:0.2.1-incubating-SNAPSHOT:profile-generate (default-profile-generate) @ taverna-command-line-product ---
>> [WARNING] Bundle : org.apache.woden:woden-core:jar:1.0M10 has unresolved package dependencies:
>> [WARNING]     org.apache.ws.commons.schema.resolver;version="[2.2.0,3.0.0)"
>> [WARNING]     org.apache.ws.commons.schema.utils;version="[2.2.0,3.0.0)"
>> [WARNING]     org.apache.ws.commons.schema;version="[2.2.0,3.0.0)"
>> [WARNING] Bundle : org.apache.taverna.commonactivities:taverna-wsdl-generic:jar:2.1.0-incubating-SNAPSHOT has unresolved package dependencies:
>> [WARNING]     org.apache.ws.security.message;version="[1.6.0,2.0.0)"
>> [WARNING]     org.apache.ws.security;version="[1.6.0,2.0.0)"
>> {code}
>> Error on starting up:
>> {code}
>> stain@biggie:~/src/taverna/incubator-taverna-commandline/taverna-commandline-product/target/apache-taverna-commandline-3.1.0-incubating-SNAPSHOT-dev/apache-taverna-commandline-3.1.0-incubating-SNAPSHOT$ sh executeworkflow.sh asdf
>> OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=400m; support was removed in 8.0
>> The bundle "org.apache.taverna.commonactivities.taverna-wsdl-activity_2.1.0.incubating-SNAPSHOT [63]" could not be resolved. Reason: Missing Constraint: Import-Package: org.apache.taverna.wsdl.parser; version="[2.1.0,3.0.0)"
>> {code}
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>