(SOLVED) RE: [JBoss-user] ERROR Proxy: getClasses

2002-06-24 Thread Duarte Nuno Loreto
Hello! Just for the record, if anyone else gets this problem and searches the mailing list archives... This problem was happening in HP-UX and not in W2K due to the HP-UX JVM. We were using the 1.3.0.01 HP-UX JVM and it has major bugs. One was preventing this from happening. When we upg

[JBoss-user] Dynamic class loading problem again (now in HP-UX) - includes JBoss#TRACE

2002-06-21 Thread Duarte Nuno Loreto
Hello! As I said in a previous mail, we have a core that uses dynamic class loading, getting a name of an EJB from a file and instatiates it to execute business logic. The core module has no interfaces of the EJBs to be called and the business EJBs are deployed in separate jar files. In

RE: [JBoss-user] Am I thinking about this correctly?

2002-06-20 Thread Duarte Nuno Loreto
this correctly? > > The EJB spec specifically forbids Threads execution from an EJB. > This metodology is highly unrecommended. > > Francisco Andrades > www.NextJ.com > > - Original Message - > From: "Duarte Nuno Loreto" <[EMAIL PROTECTED]> > To

RE: [JBoss-user] Am I thinking about this correctly?

2002-06-20 Thread Duarte Nuno Loreto
Hello! I believe the MBean is a possibility. We opted for another option. We deployed a war with a servlet that starts a thread on the init() and listens to a socket. when communication is received, we start another thread that calls the EJBs and replies to client through the same socket

[JBoss-user] Question about B2B and

2002-06-18 Thread Duarte Nuno Loreto
Hello! On the project I'm working on, we have several EJBs that constitute the main application ("core" from now one). We also have other EJBs that contain business logic ("add-ons" from now on). We are using JBoss2.4.6_Tomcat-4.0.3. One of the EJBs on the core has code to dinamically ca

RE: [JBoss-user] 2.4.6 w/ 4.0.3 - Trying to find a workaround for context definiti on

2002-06-14 Thread Duarte Nuno Loreto
problem, our deepest thank you! Thanks also to the rest of you for listening. Have fun coding! Duarte Loreto > -Original Message- > From: Duarte Nuno Loreto > Sent: Sexta-feira, 14 de Junho de 2002 21:02 > To: '[EMAIL PROTECTED]' > Subject: [JBoss-user] 2.4.6

[JBoss-user] 2.4.6 w/ 4.0.3 - Trying to find a workaround for context definition

2002-06-14 Thread Duarte Nuno Loreto
Hello! We started developing an application in JBoss2.4.4 w/ Tomcat 3.2.3. We have a file (NS_Ref from the JacORB implementation) that we used to put on the JBoss-2.4.4_Tomcat-3.2.3/tomcat/webapps/ROOT so that it would be available to remote clients. When we moved to 2.4.6 w/ 4.0.3, we s