Hi,
> Line 507 in CF tries to instantiate the instance pool. Your
> configuration is probably wrong somehow. Can you see what the instance
> pool is set to? Are you using defaults, or are you using your own
> jboss.xml?
The first successfully deployed beans uses their own jboss.xml
configuration. The crashed beans have a jboss.xml created with ejx. There
are only the bean settings:
---- snip ----
<?xml version="1.0" encoding="Cp1252"?>
<jboss>
<secure>true</secure>
<container-configurations />
<resource-managers />
<enterprise-beans>
<session>
<ejb-name>wb/WBComponentManager</ejb-name>
<jndi-name>wb/WBComponentManager</jndi-name>
<configuration-name>Standard Stateful SessionBean</configuration-name>
<ejb-ref>
<ejb-ref-name>ejb/WBNewComponent</ejb-ref-name>
<jndi-name></jndi-name>
</ejb-ref>
<ejb-ref>
<ejb-ref-name>ejb/WBComponentRep</ejb-ref-name>
<jndi-name></jndi-name>
</ejb-ref>
</session>
<session>
<ejb-name>wb/WBNewComponent</ejb-name>
<jndi-name>wb/WBNewComponent</jndi-name>
<configuration-name>Standard Stateful SessionBean</configuration-name>
</session>
<session>
<ejb-name>wb/UserManager</ejb-name>
<jndi-name>wb/UserManager</jndi-name>
<configuration-name>Standard Stateful SessionBean</configuration-name>
<ejb-ref>
<ejb-ref-name>ejb/User</ejb-ref-name>
<jndi-name></jndi-name>
</ejb-ref>
</session>
<session>
<ejb-name>wb/Workbench</ejb-name>
<jndi-name>wb/Workbench</jndi-name>
<configuration-name>Standard Stateful SessionBean</configuration-name>
<ejb-ref>
<ejb-ref-name>ejb/UserManager</ejb-ref-name>
<jndi-name></jndi-name>
</ejb-ref>
<ejb-ref>
<ejb-ref-name>ejb/WBComponentManager</ejb-ref-name>
<jndi-name></jndi-name>
</ejb-ref>
</session>
<entity>
<ejb-name>wb/WBComponentRep</ejb-name>
<jndi-name>wb/WBComponentRep</jndi-name>
<configuration-name>Standard CMP EntityBean</configuration-name>
</entity>
<entity>
<ejb-name>wb/User</ejb-name>
<jndi-name>wb/User</jndi-name>
<configuration-name>Standard CMP EntityBean</configuration-name>
</entity>
</enterprise-beans>
</jboss>
---- snap ----
CU
---
Ingo Bruell
OBL GmbH ([EMAIL PROTECTED])
Hude (Oldenburg)
Germany
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]