[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 with this approach to the 
development & deployment of any application.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043917#4043917

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043917
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 with the same name and precedence were 
found. Thus: it looked like Seam also found the components from the first  WAR 
file. 

However, when I got to the todo-item I could not reproduce the problem before 
posting here, so I thought I had just been imaging it... I don't know what the 
"flat classloader hack" is, so I did not use that, as far as I know...

Arjan.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043883#4043883

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043883
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 sync?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043862#4043862

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043862
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 false now ? )


Regards
Hari

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043827#4043827

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043827
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user