can you try doing something like this please?
List foo() {
List movies = ...;
movies.size();
return movies;
}
- Romain
2012/2/23 amber <[email protected]>
> ok for the "as" keyword )
>
> the difference is on the Web Service that failed on the "select m from
> Movie
> m" after a delete operation, works fine when I pass through the @EJB
> injection (like your code)
>
> the getMovies() return an empty List (debugger mark the return value as [])
> as expected (we deleted content just before) but from the caller the
> pointer
> is set to null. I don't understand why.
>
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/openEJB-fail-on-second-test-tp4401889p4414214.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>