I use Tomcat 3.2 Beta and Jboss 2.0 beta on NT 4 with oracle
datasources.
I defined the data sources and I saw them initialized by Jboss. I try to
lookup the
data source in a class on Tomcat ( invoked in a JSP) and get null.
I also printed the bound objects in the initial context with
getInitialContext().list( <string>) and see that the data source is
bound to the clasname. I tried using the listBindings method but thats
not supported apparently ( even though I included Jboss in tomcat's
classpath).
Since tomcat is running in the same VM as Jboss, the data source objects
are probably not getting bound to the datasource names in the initial
context. Anyone else having this problem ?
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]