ljnelson wrote:
>
> final NamingEnumeration<NameClassPair> ne = context.list("");
>
If you replace this line by this one, it should work
final NamingEnumeration<NameClassPair> ne =
context.list("java:openejb:Resource");
Jean-Louis
--
View this message in context:
http://www.nabble.com/Putting-data-source-into-local-container--tp23138888p23142261.html
Sent from the OpenEJB User mailing list archive at Nabble.com.
