I have worked it out:
The jboss.xml that does not work:
jboss>
<enterprise-beans>
<ejb>
<ejb-name>OrganisationListBean</ejb-name>
<jndi-name>ejb/organisation/OrganisationList</jndi-name>
</ejb>
</enterprise-beans>
</jboss>
The jboss.xml that *does* work:
jboss>
<enterprise-beans>
<ejb>
<session>
<ejb-name>OrganisationListBean</ejb-name>
<jndi-name>ejb/organisation/OrganisationList</jndi-name>
</session?
</ejb>
</enterprise-beans>
</jboss>
Note the <session> tag.
I suppose it is required.... How did I miss that one? <g>
Cheers - Adam
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user