[jboss-user] [JBoss Seam] - Re: Datasource Issue in WebLogic 9.2

neilac333 do-not-reply at jboss.com
Fri Jan 11 14:42:30 EST 2008


So I made some changes to my WAR file:

Added weblogic.jar to my WAR and these properties to persistence.xml

<property name="jndi.url" value="t3://localhost:7001"/>
  | <property name="jndi.class" value="weblogic.jndi.WLInitialContextFactory"/>
  | 

Changed the datasource in the Admin Console to the name myWebAppDS and made the change in persistence.xml to the following:

<jta-data-source>myWebAppDS</jta-data-source>
  | 
 
Sadly, I am getting the same error.

I will keep looking into WebLogic and how it handles JNDI.

Thanks for your help and any more insight you may have.

Neil



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119226#4119226

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119226



More information about the jboss-user mailing list