Re: [Resin-interest] tag still a valid in resin 4?

2011-03-25 Thread Keith Fetterman
Is there a way to include the name of the thread in a log message generated by resin instead of the thread ID? I see ${log.threadID} as a way to include the thread ID, but I'd like to display its name instead. We use Log4J in our application and it can display the thread name in its log messag

[Resin-interest] tag still a valid in resin 4?

2011-03-25 Thread Keith Fetterman
I see documentation in resin 4 for the tag, but its not included in the reference list of tags. I only see and http://caucho.com/resin-4.0/reference.xtp Is this an oversight in the resin 4 documentation or is has this tag been replaced or discontinued? The tag had a "format" attribute, wh

[Resin-interest] Resin 4: hibernate objects in HTTP session causing org.hibernate.LazyInitializationException

2011-03-25 Thread Keith Fetterman
We have a custom Authenticator that extends resin's com.caucho.server.security.AbstractAuthenticator. In our custom authenticator, I am storing a Hibernate object that contains a HashSet of other Hibernate objects in my HTTP session. When I restart Resin (Resin 4.0.16), I am getting the follo