[JBoss-user] [EJB/JBoss] - FYI: Declared-sql using SQL UNION

2005-06-22 Thread sbudewig
Howdy all, Wanted to share my experience with the JBoss community just in case it might be helpful to someone else. The client had a functional SQL statement that contained JOINs and a UNION. The solution I used was to use an ejbSelect statement in the jbosscmp-jdbc.xml which looks like bel

[JBoss-user] [Clustering/JBoss] - Re: Isolating web contexts in different EARs

2005-05-19 Thread sbudewig
I'd like to be able to deploy many different EARs [with different contexts] to the same JBoss server and have Z.class be loaded for the EAR/context of that application. The reason for this may be different applications ( EAR ) that reuse a class, but have different versions of that class. A

[JBoss-user] [Clustering/JBoss] - Isolating web contexts in different EARs

2005-04-27 Thread sbudewig
Hi, We are running clustered JBoss AS 4.0.2RC1 and IBM JDK 1.4.2 on AIX. We have web context "/A" in 1.ear and web context "/B" in 2.ear, each of which deploy w/o issue from the all/farm directory. There is a Z.class which is in the WAR of each ear ( same name in both EARs ). After both appl

[JBoss-user] [Clustering/JBoss] - Re: Local EJB in Clustered environment

2005-04-08 Thread sbudewig
Exception issue is resolved. The AIX JVM was upgraded from 1.4.0 to 1.4.2. Node B no longer throws that weird exception. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873277#3873277 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Clustering/JBoss] - Local EJB in Clustered environment

2005-04-08 Thread sbudewig
Hi, Are there any issues with using local CMP EB in JBoss 4.0.2RC1? I have a two-node cluster application that uses many local CMP EB [with configuration: run.sh -c all]. If node A is the only node up, my JUnit test passes. If node B is up at all [or the only node], the JUnit test fails (