Okay. Then on this line:
m_metaAgent = (MetaAgent) PortableRemoteObject.narrow(ref, MetaAgent.class);
I get the exception:
java.lang.ClassCastException
| at com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(Unknown Source)
| at javax.rmi.PortableRemoteObject.narrow(Unknown Source)
| ...
The jndiContext.lookup(...) method returned a "MetaAgentImplStatefulProxyFactory" object, which isn't anything in my project!
So I still need help. Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051831#4051831
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051831
Hi, we have a very same problem.
There is a requirement to edit process definition on fly (workflow composition by common user, not developer). So, we have template process definition, which can be customized through some interface. The result should be modified copy of template process definition.
The mentioned issue with Hibernate we have already faced.
Any hint, about the best way for that.
Thanx
Milan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051817#4051817
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051817