[JBoss-user] [EJB/JBoss] - Re: Two applications having classes with the same name but t

2005-08-22 Thread dorr
thank you for advice. i followed your suggestions but it didn't helped :( i created jboss-app.xml for both applications (and put them to bin/ejb/META-INF of projects). i also created jboss-web.xml files as is shown in http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration. i tried usi

[JBoss-user] [EJB/JBoss] - Two applications having classes with the same name but total

2005-07-22 Thread dorr
hi i've got problem - two applications are standing on one jboss installation, lets say A and B. unfortunatelly both has EJB called User with local interface UserLocal. this classes are totally different. when deploying: if A starts first, then B, when session bean from A and B calls for UserLo