Hello guys,
When I try to deploy a simple WS using @Stateless and @WebService
annotations I get a weird error message. When I remove one of the ann the
deploy works.
By the way, it was working on the version two-weekend old version.
See the test case attached on this post.
Error message:
[#|2010-09-09T15:01:59.135-0300|WARNING|glassfish3.1|javax.enterprise.system.core|_ThreadID=15;_ThreadName=Thread-1;|Can
not find resource bundle for this logger. class name that failed:
org.glassfish.internal.data.ApplicationInfo|#]
[#|2010-09-09T15:01:59.134-0300|SEVERE|glassfish3.1|javax.enterprise.system.core.org.glassfish.internal.data|_ThreadID=15;_ThreadName=Thread-1;|Exception
while invoking class org.glassfish.ejb.startup.EjbDeployer load method|#]
[#|2010-09-09T15:01:59.135-0300|SEVERE|glassfish3.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=15;_ThreadName=Thread-1;|Exception
while loading the app|#]
Thanks.
-------------------------------
Paulo Reis