RE: [JBoss-user] HELP : JBoss 3.0.x isn't loggingANYRuntimeExceptions!!

2002-07-26 Thread Craig O'Shannessy
Hi James, If what you said were true, it would mean EVERY method on a remotely interfaced bean would have to catch RuntimeException or Throwable This CANNOT be right. This has to be the containers responsibility! The problem is that NO WHERE in ANY stack trace (client or server) is the wo

[JBoss-user] NEWBIE deploy problem jBoss-Jetty

2002-07-26 Thread Enrique Vetere
I'm having a newbie problem with jboss-jetty I have the following deploy package:   stuff.ear     webstuff.war     library\webframework.jar     ejbstuff.jar   Where: - The manifest for webstuff.war contains the reference to library\webframework.jar - webframework.jar contains some jsp ta

Re: [JBoss-user] NEWBIE deploy problem jBoss-Jetty

2002-07-26 Thread Scott M Stark
Use the standard WEB-INF/lib for the utility jars as described in the servlet 2.3 spec:   The contents of the WEB-INF directory are:• The /WEB-INF/web.xml deployment descriptor.• The /WEB-INF/classes/ directory for servlet and utility classes. The classesin this directory must be available t

RE: [JBoss-user] NEWBIE deploy problem jBoss-Jetty

2002-07-26 Thread Enrique Vetere
Thank you for answering. Putting the webframework.jar in lib does not solve the problem of jsp compilation. The class loader *is* able to load the classes for *running* them even with my setup of class-path in manifest. But it fails to *compile* the .java sources generated for my jsps. The

[JBoss-user] JBoss - Forte EE plugin

2002-07-26 Thread Toby J Anderson
Does anyone know of a good Forte Enterprise Edition plugin that will allow you to edit the jboss.xml file in the ejb modules and applications that are created by Forte? I've been using the plugin from LogicFlow, and it's pretty good; but, it doesn't allow to edit the jboss.xml and jaws.xml fil

Re: [JBoss-user] JBoss 2.4.x > 2.4.4 and Tomcat 3.2.3/4

2002-07-26 Thread Scott M Stark
co the jboss/build.xml file from the Branch_2_4 and follow the instructions. The 2.4.7/3.2.3 bundle was a quick build that did not update the version string but it is JBoss 2.4.7. Scott Stark Chief Technology Officer JBoss Group, LLC - Origina

[JBoss-user] JBoss 2.4.x > 2.4.4 and Tomcat 3.2.3/4

2002-07-26 Thread Mike Savage
Hello all, I posted the following message to the JBoss Developers list and I wanted to post it here too in case anyone has can help me out. I just downloaded the JBoss 2.4.7 w/ Tomcat 3.2.3 zip from sourceforge, however, upon unzipping and running the application, I noticed that it says that it

RE: [JBoss-user] Sybase Errors with JBossCMP

2002-07-26 Thread Robert Martin
Mark - Thanks for your suggestion. I upgraded to JBOSS 3.0.1RC1. Unfortunately, under 3.0.1RC1 my Sybase service won't even start up, so this appears to have actually made the problem worse. The exception I am getting is below. I had to create my own sybase-service.xml file as one was not in

Re: [JBoss-user] EJB Notification errors - looking for examples

2002-07-26 Thread Michael Stanley
Thanks. The NotificationListner in FarmMemberService is pretty straight forward. The only differences between my code and the FarmMemberService is as follows: - FarmMemberService is import MainDeployMBean and using its OBJECT_NAME field to add the NotificaitonListener. I'm using the MEJB to

Re: [JBoss-user] Sybase Errors with JBossCMP

2002-07-26 Thread Marc Zampetti
Robert Martin wrote: >Mark - > >Thanks for your suggestion. I upgraded to JBOSS 3.0.1RC1. Unfortunately, >under 3.0.1RC1 my Sybase service won't even start up, so this appears to >have actually made the problem worse. The exception I am getting is below. > >I had to create my own sybase-servi

RE: [JBoss-user] Sybase Errors with JBossCMP

2002-07-26 Thread Robert Martin
Marc - Success! Thanks for the tip. For anyone who may be following this thread, the changes described below should be made to your sybase-service.xml file. Thanks again Marc. Robert -Original Message- From: Marc Zampetti [mailto:[EMAIL PROTECTED]] Sent: Friday, July 26, 2002 1:52 PM

[JBoss-user] Howto handle Alternate keys in EJB 2.0 CMP

2002-07-26 Thread Asif R. Ahmed
All:   Has anybody an Idea how to handle the Alternate keys elegantly as the Primary Keys are handles in ejb2.0.   What is an elegant solution to handle alternate keys in ejb2.0 using cmp. When I set a CMP field which represents an alternate key to a already existing value I get javax.ejb.E

Re: [JBoss-user] Re: Does any one have a Linux JVM success story?

2002-07-26 Thread Marius Kotsbak
On Fri, 2002-07-12 at 15:16, Mike Savage wrote: > John, > I am curious about your load-balanced Tomcat configuration. Are you running > load balanced Tomcats outside of the JBoss memory space? I have used load > balanced Tomcats before, however, I thought to do that you had to run > Tomcats outs