Hi all,
I?m running into a strange issue, and I need a hand. I have 2 remote
stateless EJB?s both use spring and hibernate 2.1.8. The flow of the
standalone execution is as follows
--> = Direction of the calls
Client -->
EJB Transaction Starts -->
Spring interceptor opens hibernate sessio
Just as a follow up, I may be misunderstanding the classloader issue. My
understanding is that you receive this error when the same class has been
loaded twice by the same classloader. Since we configure each ear to have its
own classloader, then each application should have a contained class
I'm also experiencing this problem, except it is between two EJBs packaged in
seperate EARs. One EJB is making a remote call to another. Each ear has its
own classloader defined with the Meta-inf/jboss-app.xml with
|
|
|
travelawards.ata.com:loader=travelawards.ear
|
|
for
Hello,
First I would like to give some background on our configuration. We have 4
environments. There are Dev, test, stage, prod, each with its own respective
partition name. Currently all environments have two jboss nodes in a
partition. The dev and test environments run on the same machi
Hi All,
I had this question as well. I work with Java and JBoss regularly at my 9 to
5. For my small web site projects I do on the side, I've used mambo, a CMS
system which is written in PHP. It utilizes templates to layout all of the
content areas, as well as a common css so that every pag