You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Kurt T Stam (JIRA)" <ju...@ws.apache.org> on 2009/10/14 15:36:31 UTC

[jira] Created: (JUDDI-293) juddiv3-war module always sets the persistence property to hibernate - even when using openjpa

juddiv3-war module always sets the persistence property to hibernate - even when using openjpa
----------------------------------------------------------------------------------------------

                 Key: JUDDI-293
                 URL: https://issues.apache.org/jira/browse/JUDDI-293
             Project: jUDDI
          Issue Type: Bug
            Reporter: Kurt T Stam
            Assignee: Kurt T Stam




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


[jira] Reopened: (JUDDI-293) juddiv3-war module always sets the persistence property to hibernate - even when using openjpa

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam reopened JUDDI-293:
-------------------------------


oops we have another one in the juddi-samples.war.

> juddiv3-war module always sets the persistence property to hibernate - even when using openjpa
> ----------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-293
>                 URL: https://issues.apache.org/jira/browse/JUDDI-293
>             Project: jUDDI
>          Issue Type: Bug
>            Reporter: Kurt T Stam
>            Assignee: Kurt T Stam
>             Fix For: 3.0
>
>


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


[jira] Closed: (JUDDI-293) juddiv3-war module always sets the persistence property to hibernate - even when using openjpa

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam closed JUDDI-293.
-----------------------------

    Resolution: Fixed
      Assignee: Kurt T Stam  (was: Tom Cunningham)

should be all fixed now, however if you switch from hibernate to openjpa, the *first* build after the switch fails, but then things work fine subsequently. Somehow the juddi-samples.war is getting the persistence.xml from the previous run. Relative minor issue. I'll open a different jira for that.

> juddiv3-war module always sets the persistence property to hibernate - even when using openjpa
> ----------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-293
>                 URL: https://issues.apache.org/jira/browse/JUDDI-293
>             Project: jUDDI
>          Issue Type: Bug
>            Reporter: Kurt T Stam
>            Assignee: Kurt T Stam
>             Fix For: 3.0
>
>


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


[jira] Closed: (JUDDI-293) juddiv3-war module always sets the persistence property to hibernate - even when using openjpa

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam closed JUDDI-293.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

fixed by adding profile activation

> juddiv3-war module always sets the persistence property to hibernate - even when using openjpa
> ----------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-293
>                 URL: https://issues.apache.org/jira/browse/JUDDI-293
>             Project: jUDDI
>          Issue Type: Bug
>            Reporter: Kurt T Stam
>            Assignee: Kurt T Stam
>             Fix For: 3.0
>
>


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


[jira] Commented: (JUDDI-293) juddiv3-war module always sets the persistence property to hibernate - even when using openjpa

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/JUDDI-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765564#action_12765564 ] 

Kurt T Stam commented on JUDDI-293:
-----------------------------------

[INFO] [talledLocalContainer] 15  WARN   [main] openjpa.Runtime - The configuration property named "openjpa.Id" was not recognized and will be ignored, although the name closely matches a valid property called "openjpa.Id".
[INFO] [talledLocalContainer] 52  INFO   [main] openjpa.Runtime - Starting OpenJPA 1.2.1
[INFO] [talledLocalContainer] Oct 13, 2009 8:28:52 PM org.apache.catalina.core.ApplicationContext log
[INFO] [talledLocalContainer] SEVERE: StandardWrapper.Throwable
[INFO] [talledLocalContainer] <openjpa-1.2.1-r752877:753278 fatal user error> org.apache.openjpa.persistence.ArgumentException: A JDBC Driver or DataSource class name must be specified in the ConnectionDriverName property.
[INFO] [talledLocalContainer] 	at org.apache.openjpa.jdbc.schema.DataSourceFactory.newDataSource(DataSourceFactory.java:74)
[INFO] [talledLocalContainer] 	at org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.createConnectionFactory(JDBCConfigurationImpl.java:784)
[INFO] [talledLocalContainer] 	at org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl.getDBDictionaryInstance(JDBCConfigurationImpl.java:561)

This was caused by the fact that it is using the hibernate-persistence.xml

> juddiv3-war module always sets the persistence property to hibernate - even when using openjpa
> ----------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-293
>                 URL: https://issues.apache.org/jira/browse/JUDDI-293
>             Project: jUDDI
>          Issue Type: Bug
>            Reporter: Kurt T Stam
>            Assignee: Kurt T Stam
>             Fix For: 3.0
>
>


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


[jira] Assigned: (JUDDI-293) juddiv3-war module always sets the persistence property to hibernate - even when using openjpa

Posted by "Kurt T Stam (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam reassigned JUDDI-293:
---------------------------------

    Assignee: Tom Cunningham  (was: Kurt T Stam)

> juddiv3-war module always sets the persistence property to hibernate - even when using openjpa
> ----------------------------------------------------------------------------------------------
>
>                 Key: JUDDI-293
>                 URL: https://issues.apache.org/jira/browse/JUDDI-293
>             Project: jUDDI
>          Issue Type: Bug
>            Reporter: Kurt T Stam
>            Assignee: Tom Cunningham
>             Fix For: 3.0
>
>


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