[jboss-user] [JBoss Seam] - Re: Problems Using Oracle datasource to run a Seam Test usin

2007-12-03 Thread kfletcher2005
Ahh... Ok I got it working. I reverted back to all the bootstrap settings and just added my datasource definition file to the bootstrap/deploy directory and pointed my persistence.xml to my datasource and got it working. View the original post :

[jboss-user] [JBoss Seam] - Re: Problems Using Oracle datasource to run a Seam Test usin

2007-11-30 Thread svadu
You don't need to replace the hqldb-sa.xml. You can create an oracle data source, give it a unique name and let your application refer to the new data source. JBoss has examples of oracle data sources at ${JBOSS_HOME}/docs/examples/jca you only need to copy it to the deploy folder and

[jboss-user] [JBoss Seam] - Re: Problems Using Oracle datasource to run a Seam Test usin

2007-11-30 Thread [EMAIL PROTECTED]
My point was that JBoss AS uses hsqldb for some internal persistence stuff not related to your app like Messaging. This shouldn't be the concern of your app... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109270#4109270 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problems Using Oracle datasource to run a Seam Test usin

2007-11-29 Thread kfletcher2005
Not necessarily all the services the embedded container has to offer, just the persistence part. It gives me more confidence in the unit test when I test against oracle. When a dba applys changes adds/removes contraints/columns to our oracle schema, I really don't want to have to sync up each

[jboss-user] [JBoss Seam] - Re: Problems Using Oracle datasource to run a Seam Test usin

2007-11-29 Thread kfletcher2005
I'll hit up the embedded forums for further investigation.. Thanks for you reply.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108945#4108945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108945

[jboss-user] [JBoss Seam] - Re: Problems Using Oracle datasource to run a Seam Test usin

2007-11-28 Thread [EMAIL PROTECTED]
Did you really want to make all the services the embedded container has use oracle or just your app? Normally it would be just your app, and you would edit persistence-test.xml to point to a different datasource, which you would include on your classpath when running the test - I don't think

[jboss-user] [JBoss Seam] - Re: Problems Using Oracle datasource to run a Seam Test usin

2007-11-27 Thread kfletcher2005
Topic should read as follows:: Problems Using Oracle datasource to run a Seam Test using TestNG View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108179#4108179 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108179