atom feed7 messages in net.java.dev.glassfish.usersStateful web service injection not wo...
FromSent OnAttachments
David Pérez VillanuevaJul 9, 2008 6:07 am 
David Pérez VillanuevaJul 10, 2008 5:47 am 
glas...@javadesktop.orgJul 12, 2008 7:58 am 
David Pérez VillanuevaJul 14, 2008 7:11 am 
glas...@javadesktop.orgJul 14, 2008 9:07 am 
David Pérez VillanuevaJul 14, 2008 9:36 am 
Vineet MihariaOct 17, 2008 3:05 pm 
Subject:Stateful web service injection not working
From:David Pérez Villanueva (dper@gmail.com)
Date:Jul 10, 2008 5:47:30 am
List:net.java.dev.glassfish.users

Hi,

We are creating a Stateful Web Service using this doc https://jax-ws.dev.java.net/jax-ws-21-ea3/docs/statefulWebservice.html using Glassfish v2ur2. When we try to call the login operation the system shows a NullPointerException when the

BankAccount.manager.export(acc)

is called.

We thinking there is some problem with dependency injection. If we call some operation on stateful web service it shows an error but we can call login method with no problems after.

I saw this issue https://glassfish.dev.java.net/issues/show_bug.cgi?id=2082 but it's fixed on milestone 9.1pe.

Does anybody know where is the problem?

Best regards,

David Pérez