Hi,

We're seeing a problem when 2 mdarad generated applications are deployed in the same container:

Here is how to reproduce the problems (2 situations)

Deployed 2 different ear files in jboss 4.0.2: "app1" & "app2"
By looking at jboss starting up, we can see that the "app1" is deployed before "app2"

Case 1:
-------
- Start "app1": Everything seems normal and we can play normally with the application - Start "app2": We can only see three items in the menu: LoginUser, LoginRole and LoginGroups (even if we try to login and logout)

Case 2:
--------
-Start "app2": Immediately an error 500 (NoClassDefFoundError) is thrown
- Start "app1": Immediately an error 500 (NoClassDefFoundError) is thrown

It seems obvious it is a conflict between the login modules of both applications. In case 1, it seems that when logging in, it instantiates a LoginUser of the "app1" instead of "app2" which explains why we can't see any of the elements of "app2". The case 2 is a little more difficult to explain without further tests.

I'm not sure why we didn't encounter this problem before and if it is not a regression bug. We'll have to look into it.

Anybody make any modifications lately that could explain this behaviour? Any ideas why we're encountering the problem?

François




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Mdarad-toolbox-devs mailing list
Mdarad-toolbox-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mdarad-toolbox-devs

Reply via email to