S
skajotde
I have applications on JBoss (4.0.3SP1). I'm using AdapterHttp class
with request member:
private transient HttpServletRequest request;
Problem is with Session, function request.getSession() returns null.
It's only sometimes, When I turn debug on, problem is not appear.
(maybe logging causes lattency, and my session is created very slow??,
strange)
This is from my log file (logging turn on for only this class
AdapterHttp, and problem exist. When I turn on debug for all clasess in
my appilications problem not exist)
request=org.apache.catalina.connector.RequestFacade@1854be
request.getSession()=null
Any suggestions?
I've asked on this forum
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=89186, mayby
this explain more my problem.
Thanks in advance.
Kamil
with request member:
private transient HttpServletRequest request;
Problem is with Session, function request.getSession() returns null.
It's only sometimes, When I turn debug on, problem is not appear.
(maybe logging causes lattency, and my session is created very slow??,
strange)
This is from my log file (logging turn on for only this class
AdapterHttp, and problem exist. When I turn on debug for all clasess in
my appilications problem not exist)
request=org.apache.catalina.connector.RequestFacade@1854be
request.getSession()=null
Any suggestions?
I've asked on this forum
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=89186, mayby
this explain more my problem.
Thanks in advance.
Kamil