[JBoss-user] How can jetty serve static content?

2002-12-27 Thread David Jencks
Perhaps this should be on the jetty list, but I'm not subscribed. jboss 3.0.4 I am not succeeding in setting up jetty to serve static content. Following the instructions in the jboss-jetty FAQ to include something like /documents/* /docroot/ TRUE in jbossweb.sar/META-INF

Re: [JBoss-user] A few J2EE/EJB design questions

2002-12-27 Thread Peter Fagerlund
fredagen den 27 december 2002 kl 21.23 skrev Sasidharan, Manoj: 1. Can a singleton class object be garbage collected by App server (JBoss)?? If so, can this be avoided/controlled? Keep a reference to Your object valid for the lifespan of the same ! ... 2. How to use Log4J for logging? Some p

Re: [JBoss-user] JBossSX & JAAS Article On JavaWorld - Does It Apply To JBoss 3.0.x ?

2002-12-27 Thread Scott M Stark
Yes. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Nicholas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 27, 2002 1:57 PM Subject: [JBoss-user] JBossSX & JAAS Article On JavaWorld

[JBoss-user] JBossSX & JAAS Article On JavaWorld - Does It Apply To JBoss 3.0.x ?

2002-12-27 Thread Nicholas
I am reading Scott Stark's article in JavaWorld (http://www.javaworld.com/javaworld/jw-08-2001/jw-0831-jaas_p.html) regarding JBossSX and JASS. At the time, it was based on JBoss 2.4. Does it apply, by and large, to JBoss 3.0.x as well ? //Nicholas = Nicholas Whitehead Home: (973) 377 9335 C

Re: [JBoss-user] LoginModule methods not always being called on login

2002-12-27 Thread Scott M Stark
This description of the AuthenticationCacheJndiName of the JaasSecurityManagerService MBean from the 3.0.4 admin-devel docs applies to both 2.4 and 3.0: + AuthenticationCacheJndiName: Specifies the location of the security credential cache pol-icy. This is first treated as an ObjectFactory locati

[JBoss-user] A few J2EE/EJB design questions

2002-12-27 Thread Sasidharan, Manoj
Hello All, I am looking for some help with J2EE application design. Please provide your valuable comments/suggestions. 1. Can a singleton class object be garbage collected by App server (JBoss)?? If so, can this be avoided/controlled? 2. How to use Log4J for logging? Some pointers to implementati

Re: [JBoss-user] JBoss3.2 beta3: javax/mail/Transport violates loader constraint?

2002-12-27 Thread Scott M Stark
Follow the instructions in the release notes to create a trace of the class loading behavior and submit a bug report. Release notes are here: http://sourceforge.net/project/shownotes.php?release_id=13 The error is an indication of the Transport class being loaded by two seperate class loaders

[JBoss-user] Changes to MDBs Listening?

2002-12-27 Thread Hunter Hillegas
I'm testing an app on JBoss 3.2 beta3. I have an MDB that listens to a JMS queue. For some reason, the MDB is no longer springing into action when objects are placed in the queue. How can I debug this? I can confirm that my application is placing my apps in the queue, but after that I'm not sure

[JBoss-user] Oracle XA does not work with JBoss4 Alpha???

2002-12-27 Thread Sasidharan, Manoj
Hello All, My mistake... It does work with latest JBoss3.2.Beta3. But the same setup does not work in JBoss4.0.0Alpha Settings: 1. Pad=true in transaction-service.xml 2. oracle-xa-ds.xml (is the one working with JBoss3.2.0Beta) XAOracleDS true org.jboss.resource.adapter.

[JBoss-user] JBoss3.2 beta3: javax/mail/Transport violates loader constraint?

2002-12-27 Thread Hunter Hillegas
I am deploying a Web app (no EJBs) on JBoss 3.2 beta 3. Part of it uses JavaMail... When trying to send an email using JavaMail in the Web app, I get the following exception... This one is new for me... Any ideas? Hunter java.lang.LinkageError: Class javax/mail/Transport violates loader constrain

RE: [JBoss-user] Connection handle is not currently associated with a ManagedConnection

2002-12-27 Thread Emily Short
Sounds like it would work in general, but in my specific case I'm afraid it doesn't. This is a limitation of the PreparedStatement's implementation, however... Since I am using DB transactions, I always have different connections (transactions) executing the same statements. This means that using

[JBoss-user] Reply error in simple MDB

2002-12-27 Thread Mauricio De Diana
Hi, I posted this message at JBoss forums but got no answer, so I´m trying this list. I´m new to JMS and JBossMQ and I´m developing a simple application to learn more about them. I have a simple MDB that receive a message from a queue and send it back to the client. Here is the code: MDB: TextMe

Re: [JBoss-user] Oracle XA does not work with latest beta???

2002-12-27 Thread Igor Fedorenko
Just checked latest 3.2 from CVS and everything seems to work fine. Did you forget to set Pad=true in $SERVER/deploy/transaction-service.xml by any chance? PS: I did not check your oracle-xa-service.xml file, I used one from docs/examples/jca directory instead. Sasidharan, Manoj wrote: Hello A

Re: [JBoss-user] Threads Not Relased in Jboss_3.0

2002-12-27 Thread David Jencks
On 2002.12.27 02:14:31 -0500 prema wrote: > > I am using Oracle8 and I set the connectionpool initial size as 50 in > oracle-service.xml. > I have checked the DB connections being opened from the Database Machine, > after shutting down the server. Connections opened are 280 . > > While i am d