Hi,

I tried upgrading from 3.0.5 to 3.0.8 and am having problems with my
datasource deployment (Oracle)now (can't find datasource, datasource not
bound). The datasource is deployed in a SAR inside of the EAR. I checked the
syntax of the oracle-service.xml compared to the jboss-service.xml inside my
oracle-service.sar and that didn't change. As you can see below in the
stacktrace there is a ClassNotFoundException saying it can't find the class
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.
However, this class is included in jboss-local-jdbc.jar which is deployed as
part of jboss-local-jdbc.rar; the rar sits in the deploy folder.

I tried putting the rar (respectively jar) in other places (such as lib) and
including it in the classpath attribute inside the
oracle-service.sar/meta-inf/jboss-service.xml.

Where do I need to put this, so it can be found during deployment?

Thanks,
Bernie

Stacktrace below:

2003-06-20 15:09:25,142 DEBUG [org.jboss.deployment.SARDeployer] Deploying
SAR, start step: url
file:/C:/projects/d/development/server/jboss/deploy/isis.ear/oracle-service.
sar/
2003-06-20 15:09:25,142 DEBUG [org.jboss.system.ServiceController] waiting
in start jboss.jca:service=LocalTxCM,name=OracleDS on
jboss.jca:service=LocalTxDS,name=OracleDS
2003-06-20 15:09:25,142 DEBUG [org.jboss.system.ServiceController] Starting
dependent components: [ObjectName: jboss.jca:service=LocalTxCM,name=OracleDS
 state: CREATED
 I Depend On:   jboss.jca:service=LocalTxDS,name=OracleDS
  jboss.jca:service=LocalTxPool,name=OracleDS
  jboss.jca:service=CachedConnectionManager
  jboss.security:service=JaasSecurityManager
  jboss.jca:service=RARDeployer

 Depends On Me: ]
2003-06-20 15:09:25,142 DEBUG [org.jboss.system.ServiceController] waiting
in start jboss.jca:service=LocalTxCM,name=OracleDS on
jboss.jca:service=LocalTxPool,name=OracleDS
2003-06-20 15:09:25,152 INFO
[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] 

Starting
2003-06-20 15:09:25,152 INFO
[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Started
2003-06-20 15:09:25,163 DEBUG [org.jboss.system.ServiceController] Starting
dependent components: [ObjectName: jboss.jca:service=LocalTxCM,name=OracleDS
 state: CREATED
 I Depend On:   jboss.jca:service=LocalTxDS,name=OracleDS
  jboss.jca:service=LocalTxPool,name=OracleDS
  jboss.jca:service=CachedConnectionManager
  jboss.security:service=JaasSecurityManager
  jboss.jca:service=RARDeployer

 Depends On Me: ]
2003-06-20 15:09:25,163 INFO
[org.jboss.resource.connectionmanager.LocalTxConnectionManager] Starting
2003-06-20 15:09:25,183 ERROR
[org.jboss.resource.connectionmanager.RARDeployment] Could not find
ManagedConnectionFactory class:
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory
java.lang.ClassNotFoundException: Unexpected error during load of:
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory,
msg=org/jboss/resource/adapter/jdbc/BaseWrapperManagedConnectionFactory
        at
org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java:
198)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
        at
org.jboss.resource.connectionmanager.RARDeployment.startManagedConnectionFac
tory(RARDeployment.java:540)...

This e-mail and any attachment is for authorised use by the intended recipient(s) 
only.  It may contain proprietary material, confidential information and/or be subject 
to legal privilege.  It should not be copied, disclosed to, retained or used by, any 
other party.  If you are not an intended recipient then please promptly delete this 
e-mail and any attachment and all copies and inform the sender.  Thank you.


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to