Running Orion rc1 and getting exception with EJBs.
 
Any Help......
 
Gary
 
 
 
D:\Orion\demo\ejb\product>java -cp .;d:\orion\orion.jar ProductClient
Enter the id (integer) of the product you want to add: 23456
Enter the name for item 23456: two 3456
Enter the cost for two 3456: 3456
Exception in thread "main" java.lang.InternalError: Object was null but still part of the cache
        at com.evermind.server.rmi.a7.invokeMethod(JAX)
        at com.evermind.server.rmi.az.invoke(JAX)
        at com.evermind.server.rmi.a_.invoke(JAX)
        at __Proxy0.create(Unknown Source)
        at ProductClient.main(ProductClient.java:45)

Reply via email to