[JBoss-user] [EJB/JBoss] - Connection warning on a Remote EJB connecting to another Rem

2006-04-06 Thread tnine
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

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging

2006-02-23 Thread tnine
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

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging

2006-02-23 Thread tnine
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

[JBoss-user] [Clustering/JBoss] - Dynamic Partition Name in jboss.xml

2005-06-14 Thread tnine
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

[JBoss-user] [JBoss Portal] - Re: Look & Feel in JBoss Portal

2005-05-07 Thread tnine
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