Hi,
I've got some problems binding an RMI-Object to a NamingService. I tried to
bind it to JNDI first. Here's the code:
public AccountImpl(String id) throws RemoteException {
this.accountId = id;
try {
InitialContext jndiContext = new InitialContext(getEnv());
jndiContext
Hi,
I'm trying to lookup a datasource bound to java:/DataSourceName through jndi.
The lookup is done by an rmi-Object. It seems to me that the java:/ Namespace
is not visible from the RMI-Serverobject. But isn't it running in JBoss' VM?
Could someone give me a hint how to lookup a datasource in
Hi there,
I'm running an RMI-Application inside JBoss. The application-classes reside
in a jar file in the lib/ext-directory of JBoss. The client runs inside
VisualAge and is getting the rmi-Stubs through JNDI. If I run the Application
in Debugger, everything is o.k., but when I run it under no