RE: [JBoss-user] No resource manager found for OJB

2002-08-13 Thread Ryan Marsh
ginal Message- > From: Ryan Marsh [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 13, 2002 2:24 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] No resource manager found for OJB > > > I've got a little ojb-service.xml file for my OJB factory. In the > service xml

RE: [JBoss-user] No resource manager found for OJB

2002-08-13 Thread Matthew Baird
24 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] No resource manager found for OJB I've got a little ojb-service.xml file for my OJB factory. In the service xml file I set the attribute jndiName to be "OJB". Now when I deploy session beans, I get the following

[JBoss-user] No resource manager found for OJB

2002-08-13 Thread Ryan Marsh
I've got a little ojb-service.xml file for my OJB factory. In the service xml file I set the attribute jndiName to be "OJB". Now when I deploy session beans, I get the following: 16:06:33,728 WARN [StatelessSessionContainer] No resource manager found for OJB How exactly to I properly specify a

Re: [JBoss-user] No resource manager found

2001-04-18 Thread Toby Allsopp
Russell wrote: > Hi Toby , > > No. > > I just called ejbcreate . > I did not understand why it can find my datasource. > > below is my ejb-jar.xml and jaws.xml . Maybe you can find something > weird in the xml file Ah, you're using CMP. In that case you don't need the resource-ref

Re: [JBoss-user] No resource manager found

2001-04-18 Thread Russell
Hi Toby , No. I just called ejbcreate . I did not understand why it can find my datasource. below is my ejb-jar.xml and jaws.xml . Maybe you can find something weird in the xml file http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'> Enterprise Beans for Project: pmg.jpr

Re: [JBoss-user] No resource manager found

2001-04-18 Thread Toby Allsopp
On Thu, Apr 19, 2001 at 11:08:27AM +0800, Russell wrote: > > Hi Toby, > > I have did not see any DefaultDS in my jboss.jcml. > And for second question , i did not why it can inserted record into > table even i have the warning from jboss. > Thanks > > Below is my jboss.jcml file : Y

Re: [JBoss-user] No resource manager found

2001-04-18 Thread Russell
Hi Toby, I have did not see any DefaultDS in my jboss.jcml. And for second question , i did not why it can inserted record into table even i have the warning from jboss. Thanks Below is my jboss.jcml file : 8083 1099 300

Re: [JBoss-user] No resource manager found

2001-04-18 Thread Toby Allsopp
On Thu, Apr 19, 2001 at 09:53:39AM +0800, Russell wrote: > Hi Toby , > >First of all , I did not deploy the ejb jars with jboss.xml(from > documentation is optional). >And the records are inserted into my table , i can see it in my > database. Actually, looking at the code, it seems tha

Re: [JBoss-user] No resource manager found

2001-04-18 Thread Russell
Hi Toby , First of all , I did not deploy the ejb jars with jboss.xml(from documentation is optional). And the records are inserted into my table , i can see it in my database. Thanks. Toby Allsopp wrote: > > On Wed, Apr 18, 2001 at 08:19:31PM +0800, Russell wrote: > > > > Hi all

Re: [JBoss-user] No resource manager found

2001-04-18 Thread Toby Allsopp
On Wed, Apr 18, 2001 at 04:49:14PM -0400, Deadman, Hal wrote: > > >[Container-Factory]No resource manager found for jdbc/PostgresDS > > > > Yes. This means that you haven't successfully mapped the bean-local > > name, > > "java:comp/env/jdbc/PostgresDS" to the global name of the > > DataSour

RE: [JBoss-user] No resource manager found

2001-04-18 Thread Deadman, Hal
d to check your jboss.xml to make sure the mapping is set up > correctly. Can you point to an example of where/how this is done in jboss.xml? > -Original Message- > From: Toby Allsopp [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 18, 2001 2:56 PM > To: [EMAIL PROTECT

Re: [JBoss-user] No resource manager found

2001-04-18 Thread Toby Allsopp
On Wed, Apr 18, 2001 at 08:19:31PM +0800, Russell wrote: > > Hi all , > >I am using RedHat6.1 , postgresql7.0.1 ,jboss2.1 and jdk.1.3. > >Do i need to worry if where start the jboss , i have the error below > : > >[Container-Factory]No resource manager found for jdbc/PostgresDS

[JBoss-user] No resource manager found

2001-04-18 Thread Russell
Hi all , I am using RedHat6.1 , postgresql7.0.1 ,jboss2.1 and jdk.1.3. Do i need to worry if where start the jboss , i have the error below : [Container-Factory]No resource manager found for jdbc/PostgresDS However , when i called ejb create , the records is inserted in my table