[JBoss-user] [EJB 3.0] - Re: Classcast Exception $Proxy thing

2006-04-18 Thread jelda
I was facing also some issues with classloaders. I posted a message at http://www.jboss.com/index.html?module=bbop=viewtopict=80895 But no luck yet. We have replaced all our injections with servicelocator pattern. which ofcourse reduces our application ejb-ref scope from deployment to

[JBoss-user] [EJB 3.0] - PostConstruct is not invoked with jboss4.0.4CR2

2006-04-10 Thread jelda
Hi, I just tried to move from 4.0.4.RC1 to 4.0.4.CR2.Now PostConstruct code is not working..It is actually never invoked. Any change in settings? Jelda View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936241#3936241 Reply to the post : http://www.jboss.com

[JBoss-user] [EJB 3.0] - ejb injection mechanism within scoped ear

2006-04-10 Thread jelda
in other scoped B.ear it is also having the same ejb-ref name) Actually If my ear is scoped then I would except injection is also scoped unless I provide mappedName attribute for EJB annotation. Pleaes help me. Thanks in advance, Jelda View the original post : http://www.jboss.com/index.html

[JBoss-user] [EJB 3.0] - Re: EJB client cannot connect: [SocketServerInvoker] Failed

2006-03-20 Thread jelda
Hi, Can anyone help me please.. I still can't run standard remote client with jboss 4.0.4RC1 lilbraries under jboss 4.0.4 RC1, where as webclient is working fine. Thanks in advance, Jelda View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3931307#3931307 Reply

[JBoss-user] [EJB 3.0] - Re: EJB client cannot connect: [SocketServerInvoker] Failed

2006-03-17 Thread jelda
Hi, Really it seems like some how remote client is out of sync with jboss server or some classloaders problem on clientside jboss 4.0.4 libraries. ClassNotFoundException getting while deserializing on client side. I have included all necessary jboss4.0.4 client libs.

[JBoss-user] [EJB 3.0] - Re: problem with @EJB notation

2006-03-13 Thread jelda
@EJB(beanName=CurrencyServiceSessionBean) protected ContractService contractService should work.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929911#3929911 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929911

[JBoss-user] [EJB 3.0] - memory leaks in redeployment

2006-03-07 Thread jelda
. Please help me.What can be the reasons for memory leaks in my application. Thanks in advance, Jelda Thanks in advance, Jelda View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3928514#3928514 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode

[JBoss-user] [EJB 3.0] - Re: memory leaks in redeployment

2006-03-07 Thread jelda
I am sorry. In 3. I mean to say- So old stateless beans are NOT garbaged as ThreadGroup is not garbaged. Also I found another scenario, JBoss ServerThread class is also holding all ThreadLocal instances. Is this a known bug? Thank, Jelda View the original post : http://www.jboss.com

[JBoss-user] [EJB 3.0] - java.lang.RuntimeException: Non matching type for inject of

2006-01-24 Thread jelda
Hi, Please did anyone solve it java.lang.RuntimeException: Non matching type for inject of field I am using straight forward ejb3 beans, and injecting anohter ejb interface with @EJB annotation.. Thanks in advance, jelda View the original post : http://www.jboss.com/index.html?module=bbop