users@glassfish.java.net

Re: Deplyoment fails with GlassFish V3

From: Alexis Moussine-Pouchkine <alexis.mp_at_sun.com>
Date: Tue, 02 Mar 2010 16:55:05 +0100

You can also upgrade to the full Java EE 6 profile using :
% pkg install glassfish-full-profile

You can also use the updatetool GUI (bin/updatetool)

hth,
-Alexis

On 2 mars 2010, at 16:51, Alexis Moussine-Pouchkine wrote:

> You need to have both "glassfish-ejb" and "glassfish-ejb-lite" packages installed.
> Both should show up on a "GLASSFISH_HOME/bin/pkg list"
> If you're missing "glassfish-ejb", add it using "pkg install glassfish-ejb" (you probably installed the web profile).
> -Alexis
>
> On 2 mars 2010, at 16:30, glassfish_at_javadesktop.org wrote:
>
>> I tried to deploy an ejb-jar file (that worked with GlassFish V2) in GlassFish V3. In the console the following error was reported (extract):
>>
>> [i]EJB Container initialization error
>> Invalid application. EJB TestBean exposes a Remote client view. This feature is not part of the EJB 3.1 Lite API[/i]
>>
>> Does this mean the app server runs in EJB 3.1 Lite modus ? If so, what has to be done to be able to use the usual ejb features ?
>> [Message sent by forum member 'ralph_jaus' (ralph.ellinger_at_t-online.de)]
>>
>> http://forums.java.net/jive/thread.jspa?messageID=389628
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>>
>