From: plieger <do-...@jb...> - 2005-12-16 13:38:54
|
"plieger" wrote : This explains why you have to leave it blank, everything is found relative to the class directory Tutorial/bin. After reconcidering a while, I think this is not the real reason, because the prefix indicates where the classfiles are in the .war file... So somewhere else down the line there is a discrepancy, perhaps in the web.xml file? <ejb-ref > <![CDATA[Reference to the Fibo EJB]]> <ejb-ref-name>ejb/Fibo</ejb-ref-name> <ejb-ref-type>Session</ejb-ref-type> tutorial.interfaces.FiboHome tutorial.interfaces.Fibo </ejb-ref> Well, I'm not sure, just starting my way into this wonderful world of EJB's :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913109#3913109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913109 |