i have also installed netbeans version development int oubuntu .
It as a system for tomee integration .
When i create a persistence .xml it automatically create a resource.xml file
for example
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<Resource id="JNDIpippo" type="javax.sql.DataSource">#Sat Jan 11 12:22:03
CET 2014
jdbcDriver=org.apache.derby.jdbc.ClientDriver
password=app
userName=app
*jdbcUrl=jdbc\:derby\://localhost\:1527/sample*
</Resource>
</resources>
I have noted that the url dor example after the word hdbc inset a \ and not
a /
SO think the problem for the call ejb remote can are relative a difference
from path separators of sistem???
That into
context.lookup("java:global\\namemodoule\\nameofEJB!nameofinterface");
--
View this message in context:
http://openejb.979440.n4.nabble.com/call-ejb-remote-not-work-help-me-tp4666948p4667160.html
Sent from the OpenEJB User mailing list archive at Nabble.com.