Hi,
I have an EJB in a jar file.
ejb-jar.xml in this jar looks like this
<?xml version="1.0" encoding="Cp1252"?>
<ejb-jar>
<display-name>DataTest</display-name>
<enterprise-beans>
<session>
<description>sklfklsjdlkasjd</description>
<display-name>DataTest</display-name>
<ejb-name>DataTest</ejb-name>
<home>test.DataTestHome</home>
<remote>test.DataTest</remote>
<ejb-class>test.DataTestBean</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Container</transaction-type>
</session>
</enterprise-beans>
<ejb-client-jar>DataTest_Client.jar</ejb-client-jar>
</ejb-jar>
jboss.xml in this jar looks like this
<?xml version="1.0" encoding="Cp1252"?>
<jboss>
<secure>true</secure>
<container-configurations />
<resource-managers />
<enterprise-beans>
<session>
<ejb-name>DataTest</ejb-name>
<jndi-name>DataTest</jndi-name>
<configuration-name></configuration-name>
</session>
</enterprise-beans>
</jboss>
When I open this jar with EJX - In the actions Tree it shows me bean
'CheckDay' with JNDI name 'CheckDay'. Now CheckDay bean in no way related to
this jar neither it is contained in this jar. If I open the EJB1.1 XML with
EJX it shows me all the details of CheckDay bean.
How is that happening ?
Your help is appreciated
Mandar
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]