dev@glassfish.java.net

Re: building an ejb jar as part of the v3 build

From: Lloyd Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Thu, 09 Apr 2009 12:58:38 -0700

Thanks. I'll try that, and then deploy the jar and see what happens.

On Apr 9, 2009, at 12:42 PM, Snjezana Sevo-Zenzerovic wrote:

> Lloyd,
>
> if you don't specify packaging at all, Maven will by default handle
> it as "jar". Otherwise,
>
> <packaging>jar</packaging>
>
> Thanks,
>
> Snjezana
>
> Lloyd Chambers wrote:
>
>> Ken,
>>
>> Thanks,
>>
>> So do I just specify:
>>
>> <packaging>-jar</packaging>
>>
>> ?
>>
>>
>> Lloyd
>>
>> On Apr 9, 2009, at 12:34 PM, Kenneth Saks wrote:
>>
>>>
>>> On Apr 9, 2009, at 3:31 PM, Lloyd Chambers wrote:
>>>
>>>> I'm hoping someone has an answer for this—
>>>>
>>>> I am implementing JSR 77, which means than an EJB jar containing
>>>> the required management EJB (MEJB) needs to be built.
>>>>
>>>> Obviously, this isn't an hk2-jar, but also it's been many years
>>>> since I dealt with EJBs, and I recall there are some stub and
>>>> tie classes involved, I'm not sure how these can be done in our
>>>> maven- based build.
>>>
>>>
>>> Hi Lloyd,
>>>
>>> There are no statically generated stub/tie classes for Remote EJB
>>> components anymore. All of these artifacts are now generated
>>> dynamically at runtime by our ORB.
>>>
>>> --ken
>>>
>>>>
>>>> Any suggestions are welcome.
>>>>
>>>> —Lloyd
>>>>
>>>>
>>>> Lloyd Chambers
>>>> lloyd.chambers_at_sun.com
>>>> GlassFish Team
>>>>
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>
>>
>> Lloyd Chambers
>> lloyd.chambers_at_sun.com
>> GlassFish Team
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>

Lloyd Chambers
lloyd.chambers_at_sun.com
GlassFish Team