users@glassfish.java.net

GlassFish v3 Prelude : glassfish-ejb broke metro annotations processing

From: <glassfish_at_javadesktop.org>
Date: Mon, 30 Mar 2009 05:11:58 PDT

GlassFish v3 Prelude (build b28c)

java version "1.6.0_12"
Java(TM) SE Runtime Environment (build 1.6.0_12-b04)
Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode, sharing)

Simple test class

package test;

import javax.jws.WebMethod;
import javax.jws.WebService;

@WebService
public class Test {
        @WebMethod
        public String test() {
                return "OMG it's working!";
        }
}

Every thing works fine until i install glassfish-ejb container.

INFO: Unknown loader 97.0 class org.apache.felix.framework.searchpolicy.ContentClassLoader
INFO: SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.
INFO: Started bundle org.glassfish.web.war-util [106]
[b]SEVERE: Exception in processing @Stateless[/b]
FINE: No local string for enterprise.deployment.archivist.annotationprocessingfailed
[b]SEVERE: Annotations processing failed for file:***[/b]
[b]SEVERE: Exception in processing @Stateless[/b]
FINE: No local string for enterprise.deployment.archivist.annotationprocessingfailed
[b]SEVERE: Annotations processing failed for file:***[/b]
INFO: Started bundle org.glassfish.security.websecurity [98]
INFO: Unknown loader org.glassfish.internal.api.DelegatingClassLoader_at_39f16f class org.glassfish.internal.api.DelegatingClassLoader
[Message sent by forum member 'unclego' (unclego)]

http://forums.java.net/jive/thread.jspa?messageID=339584