Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] SessionLog.java missing loggerCatagories

I don't have the app server code so cannot be 100% sure.

There is a NPE when it tries to intialise its logger.

I assume that inside JavaLog internalLog method line 290 is the last point I
can debug on.

The call to logger.log(lr) has logName=null

from the call to lr.setLoggerName(getNameSpaceString(entry.getNameSpace()));

entry.getNameSpace() has jpa. 

Will get some confirmation...



--
View this message in context: http://eclipse.1072660.n5.nabble.com/SessionLog-java-missing-loggerCatagories-tp158735p158757.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top