dev@glassfish.java.net

[gf-dev] Re: can't find javax.enterprise.context package after compiling glass fish

From: William <streetpoet_at_163.com>
Date: Thu, 28 Aug 2014 07:25:16 +0800

Dear Romain,

        Thanks a lot, it works. The reason is that the old eclipse plugin didn’t add these new jar to the classpath
by default. After I adding them manually, it works. Thank you very much!

William

On Aug 27, 2014, at 11:46 PM, Romain Grecourt <romain.grecourt_at_oracle.com> wrote:

> On 8/27/14 3:30 PM, William wrote:
>> I had download nightly build on official download page. Also i can’t find javax.enterprise.context.SessionScoped. It makes me so puzzle, i can’t see any changes about this, can anybody tell me why?
> Can you please double check the content of you cdi-api.jar, and report the output of asadmin version ?
>
> grep 'javax.enterprise.context.SessionScoped' -r glassfish4/ --include "*.jar"
> Binary file glassfish4/glassfish/modules/cdi-api.jar matches
>
> ./glassfish4/glassfish/bin/asadmin version
> Version string could not be obtained from Server [localhost:4848].
> (Turn debugging on e.g. by setting AS_DEBUG=true in your environment, to see the details.)
> Using locally retrieved version string from version class.
> Version = GlassFish Server Open Source Edition 4.1 (build 13)
> Command version executed successfully.
>
> Thanks,
> Romain
>>
>> ########################
>> William
>> 13502049134
>> System Architect
>> streetpoet_at_163.com
>> ########################
>>
>> On Aug 27, 2014, at 5:21 PM, William <streetpoet_at_163.com> wrote:
>>
>>> Dear experts,
>>>
>>> I am not sure it’s right place i post message, sorry for trouble you if posting wrong place.
>>> After I compile glassfish using snapshot version, I can’t find javax.enterprise.context package in weld-osgi-bundle.jar. However the official version of Glassfish4 have that package.
>>> If not existing, I can’t use CDI feature in project. For example, I can’t define a bean with javax.enterprise.context.SessionScoped. I don’t know what I missing. Could you please tell what I should do?
>>>
>>> ########################
>>> William
>>> 13502049134
>>> System Architect
>>> streetpoet_at_163.com
>>> ########################
>>>
>>
>