Hi,
currently I have a database service running on a server hosting Oracle-XE, on another computer all EJB loaded by JBoss are connecting without problem to the database service.
The problem is that I am able to deploy my EAR into JBoss running on Windows Vista without problems, but when I load the same EAR into JBoss running on Debian I receive this error message:
--- MBeans waiting for other MBeans ---
ObjectName: persistence.units:ear=MyEar2007.ear,jar=tools-ejb.jar,unitName=tools-ejbPU
State: NOTYETINSTALLED
I Depend On:
jboss.jca:name=MyEarDS,service=DataSourceBinding
in both cases the Oracle jdbc driver is loaded into server/default/lib and the ear manually into server/default/deploy
any useful clue to solve this incongruence?
Tnx in advance
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094878#4094878
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094878
anonymous wrote : why was that ?
When you had used D:\EE557ServerSide\ejb3\jboss, the error had shown that
anonymous wrote : D:\EE557ServerSide\ejb3\j2ee-1_4-doc-tutorial_2\j2eetutorial14\
| examples\bank\EE557ServerSideejb3jboss\client not found.
|
Since the path was considered as a single word, i guessed it might have to do with the backslash(escape character). So i thought, using the frontslash is worth a try.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094874#4094874
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094874