[ 
https://issues.apache.org/jira/browse/PROVISIONR-9?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704589#comment-13704589
 ] 

Andrei Savu commented on PROVISIONR-9:
--------------------------------------

I'm seeing an OSGi bundle loading error while running  
./scripts/process_test.sh amazon (using us-east-1):

{noformat}
2013-07-10 16:56:17,675 | ERROR | Thread-10        | FeaturesServiceImpl        
      | s.internal.FeaturesServiceImpl$2 1152 | 40 - 
org.apache.karaf.features.core - 2.3.1 | Error installing boot features
java.lang.Exception: Could not start bundle 
mvn:org.springframework/spring-jdbc/3.1.4.RELEASE in feature(s) 
spring-jdbc-3.1.4.RELEASE, activiti-karaf-5.10: Unresolved constraint in bundle 
org.springframework.jdbc [61]: Unable to resolve 61.0: missing requirement 
[61.0] osgi.wiring.package; 
(&(osgi.wiring.package=org.springframework.beans)(version>=3.1.4)(!(version>=3.1.5)))
        at 
org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:482)[40:org.apache.karaf.features.core:2.3.1]
        at 
org.apache.karaf.features.internal.FeaturesServiceImpl$2.run(FeaturesServiceImpl.java:1150)[40:org.apache.karaf.features.core:2.3.1]
Caused by: org.osgi.framework.BundleException: Unresolved constraint in bundle 
org.springframework.jdbc [61]: Unable to resolve 61.0: missing requirement 
[61.0] osgi.wiring.package; 
(&(osgi.wiring.package=org.springframework.beans)(version>=3.1.4)(!(version>=3.1.5)))
        at 
org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826)[org.apache.felix.framework-4.0.3.jar:]
        at 
org.apache.felix.framework.Felix.startBundle(Felix.java:1868)[org.apache.felix.framework-4.0.3.jar:]
        at 
org.apache.felix.framework.BundleImpl.start(BundleImpl.java:944)[org.apache.felix.framework-4.0.3.jar:]
        at 
org.apache.felix.framework.BundleImpl.start(BundleImpl.java:931)[org.apache.felix.framework-4.0.3.jar:]
        at 
org.apache.karaf.features.internal.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:479)[40:org.apache.karaf.features.core:2.3.1]
        ... 1 more
{noformat}

                
> Test with PostgreSQL as a database
> ----------------------------------
>
>                 Key: PROVISIONR-9
>                 URL: https://issues.apache.org/jira/browse/PROVISIONR-9
>             Project: Provisionr
>          Issue Type: Test
>          Components: Activiti, Core
>    Affects Versions: 0.5.0-incubating
>            Reporter: Andrei Savu
>            Assignee: Rahul Sharma
>            Priority: Critical
>             Fix For: 0.5.0-incubating
>
>         Attachments: PROVISIONR-9-Adding-support-for-postgres.patch, 
> PROVISIONR-9-Adding-support-for-postgres.patch, PROVISIONR-9.patch
>
>
> Right now we are only supporting & testing H2 as a database for state 
> persistence. Activiti supports a  large number of database and we should test 
> that we have the right configuration mechanisms in place and the right .jar 
> files on the classpath to make it easy to use a different one. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to