You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Mateusz Nowakowski (JIRA)" <ji...@apache.org> on 2010/04/15 16:32:53 UTC

[jira] Created: (ODE-806) ODE JBI packaging is invalid

ODE JBI packaging is invalid
----------------------------

                 Key: ODE-806
                 URL: https://issues.apache.org/jira/browse/ODE-806
             Project: ODE
          Issue Type: Bug
          Components: JBI Integration
    Affects Versions: 1.3.4
         Environment: WinXp, Fuse 3.4.0.4, ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) 
            Reporter: Mateusz Nowakowski
             Fix For: 1.3.4


Current ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) doesn't start totally successfully:
1) invalid entries in jbi.xml
2) embedded database doesn't contain ODE_SCHEMA_VERSION table 
(what is strange this problem doesn;t exist with external database configured in smx jndi.xml
	<entry key="java:comp/env/jdbc/ode">
	<bean class="org.apache.derby.jdbc.EmbeddedDataSource">
		<property name="databaseName" value="../smx/components/OdeBpelEngine/version_1/jpadb"/>
		<property name="createDatabase" value="create"/>
		<property name="user" value="sa"/>
	</bean>
	</entry>
)

(attached servicemix.log)

3) What is more there is a problem with database itself. Fuse 3.4.0.4 (the newest one) contains the older version of Derby than ODE is shipped with. The ODE component uses the parent first classloader delegation, so the Derby  from SMX/lib is used.
(attached dbError.log)
However this issue will be fixed by upgrading Derby in the next Fuse 3.4 release.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ODE-806) ODE JBI packaging is invalid

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin updated ODE-806:
----------------------------

        Fix Version/s: 1.3.5
                           (was: 1.3.4)
    Affects Version/s: 1.3.4
                           (was: 1.3.5)

> ODE JBI packaging is invalid
> ----------------------------
>
>                 Key: ODE-806
>                 URL: https://issues.apache.org/jira/browse/ODE-806
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: WinXp, Fuse 3.4.0.4, ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) 
>            Reporter: Mateusz Nowakowski
>            Assignee: Rafal Rusin
>             Fix For: 1.3.5
>
>         Attachments: dbError.zip, servicemix.zip
>
>
> Current ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) doesn't start totally successfully:
> 1) invalid entries in jbi.xml
> 2) embedded database doesn't contain ODE_SCHEMA_VERSION table 
> (what is strange this problem doesn;t exist with external database configured in smx jndi.xml
> 	<entry key="java:comp/env/jdbc/ode">
> 	<bean class="org.apache.derby.jdbc.EmbeddedDataSource">
> 		<property name="databaseName" value="../smx/components/OdeBpelEngine/version_1/jpadb"/>
> 		<property name="createDatabase" value="create"/>
> 		<property name="user" value="sa"/>
> 	</bean>
> 	</entry>
> )
> (attached servicemix.log)
> 3) What is more there is a problem with database itself. Fuse 3.4.0.4 (the newest one) contains the older version of Derby than ODE is shipped with. The ODE component uses the parent first classloader delegation, so the Derby  from SMX/lib is used.
> (attached dbError.log)
> However this issue will be fixed by upgrading Derby in the next Fuse 3.4 release.

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


[jira] Updated: (ODE-806) ODE JBI packaging is invalid

Posted by "Mateusz Nowakowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mateusz Nowakowski updated ODE-806:
-----------------------------------

    Attachment: servicemix.zip
                dbError.zip

servicemix.zip contains logs for the 1st and 2nd issue
dbError.zip contains logs for the 3rd  issue

> ODE JBI packaging is invalid
> ----------------------------
>
>                 Key: ODE-806
>                 URL: https://issues.apache.org/jira/browse/ODE-806
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: WinXp, Fuse 3.4.0.4, ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) 
>            Reporter: Mateusz Nowakowski
>             Fix For: 1.3.4
>
>         Attachments: dbError.zip, servicemix.zip
>
>
> Current ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) doesn't start totally successfully:
> 1) invalid entries in jbi.xml
> 2) embedded database doesn't contain ODE_SCHEMA_VERSION table 
> (what is strange this problem doesn;t exist with external database configured in smx jndi.xml
> 	<entry key="java:comp/env/jdbc/ode">
> 	<bean class="org.apache.derby.jdbc.EmbeddedDataSource">
> 		<property name="databaseName" value="../smx/components/OdeBpelEngine/version_1/jpadb"/>
> 		<property name="createDatabase" value="create"/>
> 		<property name="user" value="sa"/>
> 	</bean>
> 	</entry>
> )
> (attached servicemix.log)
> 3) What is more there is a problem with database itself. Fuse 3.4.0.4 (the newest one) contains the older version of Derby than ODE is shipped with. The ODE component uses the parent first classloader delegation, so the Derby  from SMX/lib is used.
> (attached dbError.log)
> However this issue will be fixed by upgrading Derby in the next Fuse 3.4 release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (ODE-806) ODE JBI packaging is invalid

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin reassigned ODE-806:
-------------------------------

    Assignee: Rafal Rusin

> ODE JBI packaging is invalid
> ----------------------------
>
>                 Key: ODE-806
>                 URL: https://issues.apache.org/jira/browse/ODE-806
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: WinXp, Fuse 3.4.0.4, ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) 
>            Reporter: Mateusz Nowakowski
>            Assignee: Rafal Rusin
>             Fix For: 1.3.4
>
>         Attachments: dbError.zip, servicemix.zip
>
>
> Current ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) doesn't start totally successfully:
> 1) invalid entries in jbi.xml
> 2) embedded database doesn't contain ODE_SCHEMA_VERSION table 
> (what is strange this problem doesn;t exist with external database configured in smx jndi.xml
> 	<entry key="java:comp/env/jdbc/ode">
> 	<bean class="org.apache.derby.jdbc.EmbeddedDataSource">
> 		<property name="databaseName" value="../smx/components/OdeBpelEngine/version_1/jpadb"/>
> 		<property name="createDatabase" value="create"/>
> 		<property name="user" value="sa"/>
> 	</bean>
> 	</entry>
> )
> (attached servicemix.log)
> 3) What is more there is a problem with database itself. Fuse 3.4.0.4 (the newest one) contains the older version of Derby than ODE is shipped with. The ODE component uses the parent first classloader delegation, so the Derby  from SMX/lib is used.
> (attached dbError.log)
> However this issue will be fixed by upgrading Derby in the next Fuse 3.4 release.

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


[jira] Commented: (ODE-806) ODE JBI packaging is invalid

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857784#action_12857784 ] 

Rafal Rusin commented on ODE-806:
---------------------------------

OK, nasty warnings will be fixed

> ODE JBI packaging is invalid
> ----------------------------
>
>                 Key: ODE-806
>                 URL: https://issues.apache.org/jira/browse/ODE-806
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: WinXp, Fuse 3.4.0.4, ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) 
>            Reporter: Mateusz Nowakowski
>             Fix For: 1.3.5
>
>         Attachments: dbError.zip, servicemix.zip
>
>
> Current ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) doesn't start totally successfully:
> 1) invalid entries in jbi.xml
> 2) embedded database doesn't contain ODE_SCHEMA_VERSION table 
> (what is strange this problem doesn;t exist with external database configured in smx jndi.xml
> 	<entry key="java:comp/env/jdbc/ode">
> 	<bean class="org.apache.derby.jdbc.EmbeddedDataSource">
> 		<property name="databaseName" value="../smx/components/OdeBpelEngine/version_1/jpadb"/>
> 		<property name="createDatabase" value="create"/>
> 		<property name="user" value="sa"/>
> 	</bean>
> 	</entry>
> )
> (attached servicemix.log)
> 3) What is more there is a problem with database itself. Fuse 3.4.0.4 (the newest one) contains the older version of Derby than ODE is shipped with. The ODE component uses the parent first classloader delegation, so the Derby  from SMX/lib is used.
> (attached dbError.log)
> However this issue will be fixed by upgrading Derby in the next Fuse 3.4 release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ODE-806) ODE JBI packaging is invalid

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin updated ODE-806:
----------------------------

        Fix Version/s: 1.3.5
                           (was: 1.3.4)
    Affects Version/s: 1.3.4
                           (was: 1.3.5)

> ODE JBI packaging is invalid
> ----------------------------
>
>                 Key: ODE-806
>                 URL: https://issues.apache.org/jira/browse/ODE-806
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: WinXp, Fuse 3.4.0.4, ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) 
>            Reporter: Mateusz Nowakowski
>             Fix For: 1.3.5
>
>         Attachments: dbError.zip, servicemix.zip
>
>
> Current ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) doesn't start totally successfully:
> 1) invalid entries in jbi.xml
> 2) embedded database doesn't contain ODE_SCHEMA_VERSION table 
> (what is strange this problem doesn;t exist with external database configured in smx jndi.xml
> 	<entry key="java:comp/env/jdbc/ode">
> 	<bean class="org.apache.derby.jdbc.EmbeddedDataSource">
> 		<property name="databaseName" value="../smx/components/OdeBpelEngine/version_1/jpadb"/>
> 		<property name="createDatabase" value="create"/>
> 		<property name="user" value="sa"/>
> 	</bean>
> 	</entry>
> )
> (attached servicemix.log)
> 3) What is more there is a problem with database itself. Fuse 3.4.0.4 (the newest one) contains the older version of Derby than ODE is shipped with. The ODE component uses the parent first classloader delegation, so the Derby  from SMX/lib is used.
> (attached dbError.log)
> However this issue will be fixed by upgrading Derby in the next Fuse 3.4 release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ODE-806) ODE JBI packaging is invalid

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin updated ODE-806:
----------------------------

    Affects Version/s: 1.3.5
                           (was: 1.3.4)

Fixed maven jbi package warnings.

> ODE JBI packaging is invalid
> ----------------------------
>
>                 Key: ODE-806
>                 URL: https://issues.apache.org/jira/browse/ODE-806
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: WinXp, Fuse 3.4.0.4, ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) 
>            Reporter: Mateusz Nowakowski
>            Assignee: Rafal Rusin
>             Fix For: 1.3.5
>
>         Attachments: dbError.zip, servicemix.zip
>
>
> Current ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) doesn't start totally successfully:
> 1) invalid entries in jbi.xml
> 2) embedded database doesn't contain ODE_SCHEMA_VERSION table 
> (what is strange this problem doesn;t exist with external database configured in smx jndi.xml
> 	<entry key="java:comp/env/jdbc/ode">
> 	<bean class="org.apache.derby.jdbc.EmbeddedDataSource">
> 		<property name="databaseName" value="../smx/components/OdeBpelEngine/version_1/jpadb"/>
> 		<property name="createDatabase" value="create"/>
> 		<property name="user" value="sa"/>
> 	</bean>
> 	</entry>
> )
> (attached servicemix.log)
> 3) What is more there is a problem with database itself. Fuse 3.4.0.4 (the newest one) contains the older version of Derby than ODE is shipped with. The ODE component uses the parent first classloader delegation, so the Derby  from SMX/lib is used.
> (attached dbError.log)
> However this issue will be fixed by upgrading Derby in the next Fuse 3.4 release.

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


[jira] Updated: (ODE-806) ODE JBI packaging is invalid

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin updated ODE-806:
----------------------------

    Fix Version/s: 1.3.4
                       (was: 1.3.5)

> ODE JBI packaging is invalid
> ----------------------------
>
>                 Key: ODE-806
>                 URL: https://issues.apache.org/jira/browse/ODE-806
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: WinXp, Fuse 3.4.0.4, ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) 
>            Reporter: Mateusz Nowakowski
>             Fix For: 1.3.4
>
>         Attachments: dbError.zip, servicemix.zip
>
>
> Current ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) doesn't start totally successfully:
> 1) invalid entries in jbi.xml
> 2) embedded database doesn't contain ODE_SCHEMA_VERSION table 
> (what is strange this problem doesn;t exist with external database configured in smx jndi.xml
> 	<entry key="java:comp/env/jdbc/ode">
> 	<bean class="org.apache.derby.jdbc.EmbeddedDataSource">
> 		<property name="databaseName" value="../smx/components/OdeBpelEngine/version_1/jpadb"/>
> 		<property name="createDatabase" value="create"/>
> 		<property name="user" value="sa"/>
> 	</bean>
> 	</entry>
> )
> (attached servicemix.log)
> 3) What is more there is a problem with database itself. Fuse 3.4.0.4 (the newest one) contains the older version of Derby than ODE is shipped with. The ODE component uses the parent first classloader delegation, so the Derby  from SMX/lib is used.
> (attached dbError.log)
> However this issue will be fixed by upgrading Derby in the next Fuse 3.4 release.

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


[jira] Updated: (ODE-806) ODE JBI packaging is invalid

Posted by "Rafal Rusin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rafal Rusin updated ODE-806:
----------------------------

    Affects Version/s: 1.3.5
                           (was: 1.3.4)

Moved to 1.3.5, until we have JPA refactoring. Then embedded database won't be included in distro and tables will be created automaticly on startup. 

> ODE JBI packaging is invalid
> ----------------------------
>
>                 Key: ODE-806
>                 URL: https://issues.apache.org/jira/browse/ODE-806
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: WinXp, Fuse 3.4.0.4, ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) 
>            Reporter: Mateusz Nowakowski
>             Fix For: 1.3.5
>
>         Attachments: dbError.zip, servicemix.zip
>
>
> Current ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) doesn't start totally successfully:
> 1) invalid entries in jbi.xml
> 2) embedded database doesn't contain ODE_SCHEMA_VERSION table 
> (what is strange this problem doesn;t exist with external database configured in smx jndi.xml
> 	<entry key="java:comp/env/jdbc/ode">
> 	<bean class="org.apache.derby.jdbc.EmbeddedDataSource">
> 		<property name="databaseName" value="../smx/components/OdeBpelEngine/version_1/jpadb"/>
> 		<property name="createDatabase" value="create"/>
> 		<property name="user" value="sa"/>
> 	</bean>
> 	</entry>
> )
> (attached servicemix.log)
> 3) What is more there is a problem with database itself. Fuse 3.4.0.4 (the newest one) contains the older version of Derby than ODE is shipped with. The ODE component uses the parent first classloader delegation, so the Derby  from SMX/lib is used.
> (attached dbError.log)
> However this issue will be fixed by upgrading Derby in the next Fuse 3.4 release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (ODE-806) ODE JBI packaging is invalid

Posted by "Mateusz Nowakowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857749#action_12857749 ] 

Mateusz Nowakowski commented on ODE-806:
----------------------------------------

Ok, but please fix these nasty warnings in 1.3.4(issue 1):

2010-04-15 09:29:01,730 [Timer-1] WARN  org.apache.servicemix.jbi.framework.InstallerMBeanImpl - Unable to add File /fusePath/data/smx/components/OdeBpelEngine/version_1/lib/ehcache-1.2.3.jar to class path as it doesn't exist: /fusePath/data/smx/components/OdeBpelEngine/version_1/lib/ehcache-1.2.3.j

> ODE JBI packaging is invalid
> ----------------------------
>
>                 Key: ODE-806
>                 URL: https://issues.apache.org/jira/browse/ODE-806
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 1.3.4
>         Environment: WinXp, Fuse 3.4.0.4, ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) 
>            Reporter: Mateusz Nowakowski
>             Fix For: 1.3.5
>
>         Attachments: dbError.zip, servicemix.zip
>
>
> Current ode-jbi-1.3.4-SNAPSHOT.zip (build from branch 1.x , rev 934389) doesn't start totally successfully:
> 1) invalid entries in jbi.xml
> 2) embedded database doesn't contain ODE_SCHEMA_VERSION table 
> (what is strange this problem doesn;t exist with external database configured in smx jndi.xml
> 	<entry key="java:comp/env/jdbc/ode">
> 	<bean class="org.apache.derby.jdbc.EmbeddedDataSource">
> 		<property name="databaseName" value="../smx/components/OdeBpelEngine/version_1/jpadb"/>
> 		<property name="createDatabase" value="create"/>
> 		<property name="user" value="sa"/>
> 	</bean>
> 	</entry>
> )
> (attached servicemix.log)
> 3) What is more there is a problem with database itself. Fuse 3.4.0.4 (the newest one) contains the older version of Derby than ODE is shipped with. The ODE component uses the parent first classloader delegation, so the Derby  from SMX/lib is used.
> (attached dbError.log)
> However this issue will be fixed by upgrading Derby in the next Fuse 3.4 release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira