David,
A few comments:
1) If you are using VAJ v3 then upgrade to v3.02.
2) Try asking over on the IBM news server news.software.ibm.com and see if anyone
there has already done this.
3) Go to the problems page and check to see if there are any compiler errors on any of
the imported jBoss classes.
If so, try bringing those classes with syntax errors in as .class rather than as
.java.
Or, if you brought them in as .class and there are no syntax errors then bring them
in as .java instead.
4) Try debugging down into this and see what it causing it.
5) Do you have the jBoss project on the project path for the class you are starting
from?
6) Can you find org.jboss.proxy.ProxyProxy in your VAJ workspace?
Look at the error message. Its trying to find something. You might want to set a
breakpoint in
org.jboss.ejb.AutoDeployer.deploy(java.lang.String) and start watching the arguments.
On Fri, 16 Jun 2000 11:53:42 +1000, David J Snowsill wrote:
Excerpted:
>javax.naming.CommunicationException.� Root exception is [Container factory]
>java.rmi.StubNotFoundException: Remote
object not exported: org.jboss.proxy.ProxyProxy
>[Container factory] �java.lang.Throwable(java.lang.String)
>�java.lang.Exception(java.lang.String)
>�java.io.IOException(java.lang.String)
>�java.rmi.RemoteException(java.lang.String)
>�java.rmi.StubNotFoundException(java.lang.String)
>�java.rmi.server.RemoteStub sun.rmi.server.RemoteProxy.getProxy(java.rmi.Remote)
>�java.lang.Object sun.rmi.server.MarshalOutputStream.replaceObject(java.lang.Object)
>�void java.io.ObjectOutputStream.writeObject(java.lang.Object)
>�java.rmi.MarshalledObject(java.lang.Object)
>�void org.jnp.interfaces.NamingContext.rebind(javax.naming.Name, java.lang.Object)
>�void org.jnp.interfaces.NamingContext.rebind(java.lang.String, java.lang.Object)
>�void javax.naming.InitialContext.rebind(java.lang.String, java.lang.Object)
>�void org.jboss.ejb.ContainerFactory.rebind(javax.naming.Context, java.lang.String,
>java.lang.Object)
>�void org.jboss.ejb.ContainerFactory.deploy(java.net.URL)
>�void org.jboss.ejb.ContainerFactory.deploy(java.lang.String)
>�java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object
>[])
>�java.lang.Object javax.management.MBeanServer.invoke(java.lang.Object,
>java.lang.String, java.lang.Object [],
java.lang.String [])
>�java.lang.Object javax.management.MBeanServer.invoke(javax.management.ObjectName,
>java.lang.String,
java.lang.Object [], java.lang.String [])
>�void org.jboss.ejb.AutoDeployer.deploy(java.lang.String)
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]