I was not in for past few days.
| Jboss-service.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| jboss.system:service=MainDeployer
| jboss.system:service=ServiceDeployer
| jboss.j2ee:service=EARDeployer
I will give it a try.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025319#4025319
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025319
___
jboss-user mailing list
jboss-us
It really helped me. Thanks a lot. I will try to implement this.
In btw, I have a small question.
How can i invoke Jboss service from standalone application?
I had hibernate-service and want to invoke that service from standalone
application. This will solve almost all my problem.
Appreiciate
Forgot to add -ds.xml file
|
|
|
| Detects
| oracle.jdbc.driver.OracleDriver
| jdbc:oracle:thin:@XXX:1521:
|
|
|
| org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
|
| false
|
|
View the orig
Steps
1. Included false in -ds.xml
2. Started Jboss
3. Ran standalone program to lookup the datasource. Error occurred.
| Jboss Server Console
| 11:01:38,343 INFO [DatasourceConnectionProvider] Using datasource:
java:/Detects
| 11:01:38,359 INFO [TransactionFactoryFactory] Transaction s
I am using Jboss 3.2.7. It is not working.
I got the below error while lookup. Help me to resolve.
|
| javax.naming.NameNotFoundException: Detects not bound
| at org.jnp.server.NamingServer.getBinding(NamingServer.java:490)
| at org.jnp.server.NamingServer.getBinding(NamingSer
Thanks for the immediate response.
I am new to EJB.
Can you please provide me a link to get the datasource using remote session
bean facade?
Thank you,
Gopi
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023488#4023488
Reply to the post :
http://www.jbos
Hi,
I had a standalone test program which lookup JNDI datasource configured in
oracle-ds.xml under jboss 3.2.7.
Since it resides outside of Jboss JVM, the lookup is not happening.
Is their any way to get it? Or suggest me how can I test it?
Your comments are highly appreciated.
Thanks in ad