[JBoss-user] Reset forum password?

2001-08-02 Thread Ship, Howard
I lost my JBoss forum password. Is there any way to have it reset. I'm user hship. Howard Ship Senior Consultant PRIMIX 311 Arsenal Street Watertown, MA 02472 www.primix.com [EMAIL PROTECTED] (617) 923-6639 ___ JBoss-user mailing list [EMAIL

RE: [JBoss-user] Problems Compiling Message Driven Bean

2001-06-25 Thread Ship, Howard
Title: Re: [JBoss-user] Problems Compiling Message Driven Bean I was just doing the same stuff. In $(JBOSS_ROOT)/lib/ext there's both ejb.jar (1.1 spec) and ejb2.0.jar (2.0 spec). Modify your Makefiles to use the latter. This is for jBoss 2.2.x. Oh? Not using Makefiles? You should be ...

RE: [JBoss-user] can't find web.xml DTD today

2001-06-25 Thread Ship, Howard
In my frameworks (Tapestry and Sabertooth), I make sure that I use a well-known public ID, and then I make sure that I get the DTD locally (i.e., from a package resource in my JAR) ... NOT going out to the Internet to validate my document. This is something to look into for both Jetty and JBoss

[JBoss-user] Message Driven Beans

2001-06-21 Thread Ship, Howard
I'm just starting to experiment with message driven beans in jBoss. I'm having a problem though. One of my business processes uses a queue to send a message to MDB. The session bean coordinates a database update, the MDB sends e-mail about it and I wanted them decoupled. Excerpts from

[JBoss-user] RE: Message Driven Beans

2001-06-21 Thread Ship, Howard
was unable to instantiate it because of classpath issues. I wish I new how to enable more debugging output on the container w.r.t. message driven beans. -Original Message- From: Ship, Howard Sent: Thursday, June 21, 2001 9:30 AM To: jBoss User (E-mail) Subject: Message Driven Beans

[JBoss-user] [Jetty] Classpath problem / jBoss 2.2.2

2001-06-12 Thread Ship, Howard
I have an existing web application that I'm trying to deploy. Previously, I ran Jetty in one JVM and jBoss in another. The application works fine. I want to run everything in a single JVM. That means chaning jboss.jcml to not only deploy my EJBs, but to start up and initialize Jetty and

[JBoss-user] 2.0 to 2.2.1 problems

2001-04-24 Thread Ship, Howard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying upgrade from 2.0 to 2.2.1. I'm sure I'm hitting the same problems as everyone else. I had a working application ... in fact, it is still operating right now using 2.0 (http://tapestry.primix.com/vlib/app). Very simple: InstantDB

RE: [JBoss-user] log4j

2001-03-27 Thread Ship, Howard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "An enterprise bean must not use the java.io package to attempt to access files and directories in the file system. The file system APIs are not well-suited for business components to access data. Business components should use a resource manager