Thank you guys for helping me with this. Forgive me for my questions
regarding my first try, it was hopelessly messed up.
Below is the ejb-jar.xml of the bean which I recently tried to deploy. As
far as I understand, all classes have fully qualified names. So what's the
problem?
Regards,
Jan Andersson
--------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise
JavaBeans 1.1//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd">
<ejb-jar>
<enterprise-beans>
<session>
<ejb-name>NumberManager</ejb-name>
<home>se.jadata.ATM.NumberManagerHome</home>
<remote>se.jadata.ATM.NumberManager</remote>
<ejb-class>se.jadata.ATM.NumberManagerBean</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Container</transaction-type>
</session>
</enterprise-beans>
</ejb-jar>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]