[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=bb&op=viewtopic&p=4054215#4054215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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=bb&op=viewtopic&p=4052417#4052417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=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 : http

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

2007-04-19 Thread varkon
Ok, done. The problem was that I forgot to change the javassist.jar file with the one from the new AOP installation. Thank you very much for the help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038832#4038832 Reply to the post : http://www.jboss.com/ind

[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 : http://www.jboss.com/index.htm

[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 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 the injboss

[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=bb&op=viewtopic&p=4038304#4038304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038304 __

[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: | | eapp:loader=eapp.ear | | | | | | However, even that did not work. Is there anything else

[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] *** ExampleSessionBean.getVal

[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=bb&op=viewtopic&p=4037890#4037890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037890 ___ jboss-user ma

[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 bi

[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 se