[JBoss-user] [JBoss Getting Started Documentation] - Re: Error: can't find data source: java:/DefaultDS

2005-05-10 Thread bakongo
i had the same database issue using JBoss 4.0.2 as well as with version [whatever the latest version of was with the latest CVS checkout on May 8]. The simple solution pointed out by zaphod68 seemed to work for me, namely to change: dependsjboss:service=Hypersonic,database=localDB/depends

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error: can't find data source: java:/DefaultDS

2005-05-10 Thread pchandra
I was just about to start posting exactly the same problem and found you guys discussing it. I will try your suggestion. Thanks Chandra View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877188#3877188 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error: can't find data source: java:/DefaultDS

2005-05-10 Thread pchandra
Just deleting the localDB phrase does it. Startsup fine. Thanks guys Chandra View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3877190#3877190 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3877190

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error: can't find data source: java:/DefaultDS

2005-04-04 Thread javascope
i had your problem, and it is not solved only by your suggestion. In addition to your suggestion, i replaced all datasourceDefaultDS/datasource with datasourcejava:/DefaultDS/datasource in the files standardjaws.xml, standardjbosscmp-jdbc.xml over C:\jboss-4.0.1sp1\server\default\conf and

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error: can't find data source: java:/DefaultDS

2005-02-27 Thread zaphod68
Looks like soliloquising. In my last post the xml-text seems to have been partly destroyed. The forum software seems to dislike some xml-tags. The part of hsqldb-ds.xml about mbean-declaration in the file is, different to what it looks like in my post, with correct xml-tags. View the

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error: can't find data source: java:/DefaultDS

2005-02-26 Thread darranl
Have you made any changes to the default datasource? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868040#3868040 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868040

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error: can't find data source: java:/DefaultDS

2005-02-26 Thread zaphod68
I did the changes to /server/default/deploy/hsqldb-ds.xml that are described in Chapter 4.1.7.1 (enabling one connection-url and mbean and disabling the other ones) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868042#3868042 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error: can't find data source: java:/DefaultDS

2005-02-26 Thread zaphod68
I tried again. Installed JBoss4.0.1 from scratch, started it. Everything OK. Then changed hsqldb-ds.xml as written in Ch. 4.1.7.1 . Now I have the same startup log as above. Can anyone find a mistake in this hsqldb-ds.xml? - ?xml version=1.0 encoding=UTF-8?