[jboss-user] [EJB 3.0] - Re: Accessing stateless EJB3 bean from a ejb-jar
zhuhuapeng@gmail.com
do-not-reply at jboss.com
Wed Jul 30 07:36:49 EDT 2008
You said the problem was absolutely correct
the previous configuration of oracle-ds.xml looks like this:
| <datasources>
| <local-tx-datasource>
| <jndi-name>/cattleDB</jndi-name>
| ....
|
and now i have modified it as the following
| <datasources>
| <local-tx-datasource>
| <jndi-name>cattleDB</jndi-name>
| ....
|
then run,everything is ok .
thanks for your help !!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167587#4167587
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167587
More information about the jboss-user
mailing list