[jboss-user] [JBoss Seam] - Re: Two war files with the same code base

2007-05-08 Thread damatrix
I have also deployed an EAR with 2 WARs using the same EJB-JAR. I do not have any problem since i use the loader hack. However i find that the JBOSS console gives me a warning that only one seam listerner should be defined for an application. I want to find out what repercursions there are wi

[jboss-user] [JBoss Seam] - Re: Two war files with the same code base

2007-05-08 Thread avbentem
Just in case it helps: some time ago I had the following issue on my todo-list, to be posted here... I ran into trouble deploying two similar codebases like you described (two quite similar versions of my application). When Seam was starting the second WAR, it complained that two components wit

[jboss-user] [JBoss Seam] - Re: Two war files with the same code base

2007-05-08 Thread [EMAIL PROTECTED]
No, I just thought that the flat classloader might have caused it somehow. I think that the breakpoints are stored in your IDE and not in the binary, so it's hard to imagine how that happened. Are you sure you are not hitting your own breakpoints in the other app or the line numbers are out of s

[jboss-user] [JBoss Seam] - Re: Two war files with the same code base

2007-05-07 Thread hvram
Hi I am assuming you are referring to the Isolation and CallByAttribute values in the ear-deployer.xml It was false . I set both the values to true and it still did not make any difference . Should I also set the use JBossWebClassLoader to true in the jboss-service.xml ( It is fal

[jboss-user] [JBoss Seam] - Re: Two war files with the same code base

2007-05-07 Thread [EMAIL PROTECTED]
Are you using the flat classloader hack? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043655#4043655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043655 ___ jboss-user mai