[JBoss-user] [EJB 3.0] - Re: How to pass object of web tier to slsb in ejb tier

2006-03-25 Thread gus888
Thank you so much Scott! GUS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932608#3932608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932608 --- This SF.Net e

[JBoss-user] [EJB 3.0] - Re: How to pass object of web tier to slsb in ejb tier

2006-03-25 Thread [EMAIL PROTECTED]
Just put the shared classes in the ejb jar or a jar it references. http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingOverview View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932598#3932598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [EJB 3.0] - Re: How to pass object of web tier to slsb in ejb tier

2006-03-23 Thread gus888
Hi Bill, Thank you very much for your response and help. You said anonymous wrote : You need to move your utility jars outside of it. It means I need to create another utility jar? I currently have one ejb jar and a web war. Should I put the utility jar into ejb jar or a independent jar. In a

[JBoss-user] [EJB 3.0] - Re: How to pass object of web tier to slsb in ejb tier

2006-03-23 Thread [EMAIL PROTECTED]
...or, change the classloading behavior of the war with a jboss specific configuration. See the JBoss 4.0.x doco for more detail: hint its a switch in jboss-web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932288#3932288 Reply to the post : http://

[JBoss-user] [EJB 3.0] - Re: How to pass object of web tier to slsb in ejb tier

2006-03-23 Thread [EMAIL PROTECTED]
WARs are isolated. You need to move your utility jars outside of it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932287#3932287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932287 ---

[JBoss-user] [EJB 3.0] - Re: How to pass object of web tier to slsb in ejb tier

2006-03-23 Thread gus888
Hi Asack, Thank you for your response. The partial codes shown as follows: | [web tier] | public class ManageBean implements Serializable { | | private Test test; | | public void saveTo() { | Utils.getTestDAO.save(test); | } | ... | } | | pu

[JBoss-user] [EJB 3.0] - Re: How to pass object of web tier to slsb in ejb tier

2006-03-23 Thread asack
Post code/example and exceptoin...might want to post JNDI namespace as well.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932106#3932106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932106 ---