atom feed7 messages in net.java.dev.glassfish.usersRe: embedded ejb container - CDI
FromSent OnAttachments
Phillip RossMar 11, 2011 8:23 am 
Laird NelsonMar 11, 2011 8:26 am 
Phillip RossMar 11, 2011 8:41 am 
Laird NelsonMar 11, 2011 8:52 am 
Phillip RossMar 11, 2011 9:57 am 
Phillip RossMar 11, 2011 10:25 am 
Phillip RossMar 11, 2011 11:00 am 
Subject:Re: embedded ejb container - CDI
From:Phillip Ross (phil@gmail.com)
Date:Mar 11, 2011 9:57:26 am
List:net.java.dev.glassfish.users

Thanks, that sort of helped. Unfortunately all this extra output doesnt offer any more details about the problem. When including the beans.xml there is weld output and there is some message referring to an exception at the FINE level, but the the actual exception isnt shown. Here's a sample from the output:

] Mar 11 org.jboss.weld.bootstrap.WeldBootstrap <clinit> ] INFO: WELD-000900 ${parsedVersion (osgiVersion}) ] Mar 11 org.glassfish.api.ActionReport failure ] FINE: Exception while loading the app ] Mar 11 org.glassfish.api.ActionReport failure ] SEVERE: Exception while loading the app ] Mar 11 com.sun.enterprise.util.io.FileUtils deleteFile ] FINE: UTIL6049: Attempt to delete /private/var/folders/j5/j5OhelqbEry7nD77sjOW0++++TI/-Tmp-/gfembed9124478708138172947tmp/applications/__internal/testcase1 failed; the file is reported as non-existent ] Mar 11 org.glassfish.ejb.embedded.EJBContainerProviderImpl createEJBContainer ] INFO: [EJBContainerProviderImpl] Cleaning up on failure ...

I guess next I need to find out package names for weld to see if there's more detailed log settings I can set there. Thanks again for the help thus far.

On Fri, Mar 11, 2011 at 11:52 AM, Laird Nelson <ljne@gmail.com> wrote:

On Fri, Mar 11, 2011 at 11:41 AM, Phillip Ross <phil@gmail.com

wrote:

Thanks Laird I'll try that. Would you know offhand how logging levels are set/modified w/ embedded?

Regular old java.util.logging, so look in $JAVA_HOME/jre/lib/logging.properties or equivalent.

Best, Laird