Re: [JBoss-user] help ejb not bound on an old app?

2003-03-24 Thread kiuma
Gaetan Zoritchak wrote: Your code will work if you do the lookup on "ejb/webappointments/User" instead of "java:comp/env/...". When you make a call on a jndi context starting with "java:comp/env/..." , you are looking for reference in the context of the current component. In your case, you prob

Re: [JBoss-user] help ejb not bound on an old app?

2003-03-24 Thread kiuma
kiuma wrote: Hello I'm having this problem, I hope that someone would be so kind to explain to me what's appening. I'm working on an application that I developed. I was using it with success, but now it doesn't bound to ejb. Looking at jndi-view I see this java:comp namespace of the CustomerSessi

Re: [JBoss-user] help ejb not bound on an old app?

2003-03-24 Thread Gaetan Zoritchak
Your code will work if you do the lookup on "ejb/webappointments/User" instead of "java:comp/env/...". When you make a call on a jndi context starting with "java:comp/env/..." , you are looking for reference in the context of the current component. In your case, you probably want to make it in th

[JBoss-user] help ejb not bound on an old app?

2003-03-24 Thread kiuma
Hello I'm having this problem, I hope that someone would be so kind to explain to me what's appening. I'm working on an application that I developed. I was using it with success, but now it doesn't bound to ejb. Looking at jndi-view I see this java:comp namespace of the CustomerSession bean: