[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Sessions in Tomcat

2007-06-14 Thread varkon
No, I am using different machines and different browsers. It does not matter which browser is used. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054215#4054215 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054215

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Sessions in Tomcat

2007-06-08 Thread varkon
I am having the same problem, using JBoss 4.0.5 Did you find a solution to this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052417#4052417 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052417

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Session corruption and mixing of data across sessions

2007-06-08 Thread varkon
I've updated to JBoss 4.0.5 and switched to using isolated class-loading. For a while the problem seemed to have vanished, but now it appears it did not. Is there something I am doing wrong? I don't think that the two separate requests receive the save response... View the original post :

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-19 Thread varkon
I've made the following changes: 1. Changed UseJBossWebLoader to true 2. Removed jboss-app.xml from the example's deployment and the loader-repository tag from jboss-aop.xml in the .aop archive. 3. Changed ear-deployer.xml Isolated attribute to false. 4. Re-started the server, and re-deployed

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-19 Thread varkon
Ok, I got it. The problem was that I forgot to replace the javassist.jar in JBoss/server/myConf/lib with the one in the JDK5 AOP deployer... everything seems to work fine now, *with* scoped class-loading. Thank you very much for the help! View the original post :

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-18 Thread varkon
Another thing: I've also tried to follow the instructions in chapter 10.4.2. Attaching to a scoped deployment. So, I've modified my jboss-aop.xml to read: | aop | loader-repositoryeapp:loader=eapp.ear/loader-repository | aspect class=org.lg.eapp.aop.AOPLoggingAspect scope=PER_VM/

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-18 Thread varkon
Ok, I'll try running it un-scoped and post the findings here. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038304#4038304 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038304

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-17 Thread varkon
Thanks. I'll try it out and let you know. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037890#4037890 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037890 ___ jboss-user

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-17 Thread varkon
Ok, I've installed and ran the example. | 15:17:10,241 INFO [STDOUT] ExampleValue empty Constructor | 15:17:10,242 INFO [STDOUT] ExampleValue.getMessage() | 15:17:15,314 INFO [STDOUT] EarExampleServlet.service() | 15:17:15,336 INFO [STDOUT] ***

[jboss-user] [JBoss AOP] - Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-16 Thread varkon
I'm trying to use AOP inside JBoss AS 4.0.5.GA but to no avail. I've downloaded and installed the latest version of JBossAOP and: -Deleted existing jboss-aop.deployer from the deploy folder -Copied over the jboss-aop-jdk50.deployer to the deploy folder -added pluggable-instrumentor.jar to the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Session corruption and mixing of data across sessions

2006-11-09 Thread varkon
Greetings everyone, I'm using JBoss 4.0.3sp1 and I have an application packed as an ear file (structure below). I've recently realized, that when two users(sessions) access the same resources at the same time (servlets and ejbs), it is happens that they get mixed results. For example, user