users@jersey.java.net

Re: [Jersey] RE: _at_EJB inj. Glassfish3 OK, WebLogic10.3 NOTOK

From: Paul Sandoz <Paul.Sandoz_at_oracle.com>
Date: Wed, 28 Jul 2010 13:00:06 +0200

Hi Sandor,

WebLogic 10.3 does not support Java EE 6, which is the simple answer
to why injection does not work.

A JAX-RS 1.1 implementation requires close integration with the app
server to support the requirements of injection.

It is possible to add focused injection support by using a Jersey API,
see here:

   http://jersey.576304.n2.nabble.com/EJB-Dependency-Injection-into-a-RESTFul-Web-Service-Jersey-td2409954.html

Paul.


On Jul 27, 2010, at 3:57 PM, Ecker, Sandor (ext) wrote:

> Hi,
>
> Ok, I have just tried the http://download.java.net/maven/2/com/sun/jersey/samples/jersey-ejb/1.3/jersey-ejb-1.3-project.zip
> on GF and WL.
>
> On GFv3 it works fine, but on WL not (no exceptions but does not
> work)...
>
> I don't know what to do now... Does it mean that WL is not supported?
>
> Thanks,
> Regards,
> Sandor
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>