[JBoss-user] Binding RMI-Objects to NamingService

2001-07-09 Thread Wagnerka1
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

[JBoss-user] lookup datasource from rmi-Serverobject

2001-07-07 Thread Wagnerka1
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

[JBoss-user] subsequent rmi-calls disturb jboss

2001-07-06 Thread Wagnerka1
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