[jboss-dev-forums] [Design of POJO Server] - Re: Missing org.jnp.server.NamingServer_Stub
alesj
do-not-reply at jboss.com
Fri Nov 21 10:24:28 EST 2008
I've added this to deployers.xml (see commented code)
| <!-- The ManagedObjectFactory -->
| <bean name="ManagedObjectFactory">
| <constructor factoryClass="org.jboss.managed.api.factory.ManagedObjectFactory" factoryMethod="getInstance"/>
| <!-- Accept any implementor of InstanceClassFactory -->
| <incallback method="addInstanceClassFactory"/>
| <uncallback method="removeInstanceClassFactory"/>
| <!-- Accept any ManagedObjectDefinition
| <incallback method="addManagedObjectDefinition"/>
| <uncallback method="removeManagedObjectDefinition"/>
| -->
| </bean>
|
This should be un-commented once new jboss-man is released.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191296#4191296
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191296
More information about the jboss-dev-forums
mailing list