[JBoss-user] JBoss security

2001-07-21 Thread Wei-ju Wu
Hi, I played around with the security in JBoss and did the following (as in the JBoss-JAAS documentation): 1. added this line to the jboss.xml of my beans java:/jaas/hades 2. created a user.properties file admin=admin develop=develop 3. created a roles.properties file admin=administrator

[JBoss-user] JBoss w/ Tomcat hangs on deployment/shutdown

2001-07-21 Thread Mike Williams
I've downloaded the JBoss-2.2.2_Tomcat-3.2.2 package, and I'm trying to get my development environment up and running with JBoss. When I start JBoss using the "default" configuration, everything works as expected. I can deploy and re-deploy applications, and hitting Ctrl-C stops JBoss within sec

Re: [JBoss-user] EOFException using MDB with standalone JMS clientand XAException - XAER_NOTA

2001-07-21 Thread Dmitri Colebatch
Is the client closing the connection? I find that exception is related to a client exiting without closing its connection (probably actually stopping its session). cheers dim On Sat, 21 Jul 2001, Jason Dillon wrote: > > I'm trying to use MDBs to enable async operations between different > > EJ

Re: [JBoss-user] EOFException using MDB with standalone JMS clientand XAException - XAER_NOTA

2001-07-21 Thread Jason Dillon
> I'm trying to use MDBs to enable async operations between different > EJBs. The situation I have atm is an entity, a session, a MDB and a stand > alone client. In short, I get the following exception on the server: > > java.io.EOFException > at java.io.ObjectInputStream.readByte(ObjectInpu

Re: [JBoss-user] SonicMQ and JBoss

2001-07-21 Thread Jason Dillon
I have been working on integrating SonicMQ for the past few days... so far with out luck. It looks like there JNDI storing fluff will not bind resources from there broker to the JBoss naming service unless there is something already bound there. I hear that they are fixing that, but I am not sur

RE: [JBoss-user] JBoss Shutdown - On its own??

2001-07-21 Thread Per Lewau
On Fri, 20 Jul 2001, Lex wrote: > No such luck - we always start it with the run.sh which runs it in the background. >Good thought though. When the shell dies it send SIGHUP to all its children. Regardless if they're run in the background or not. To prevent that from happening, use the nohup(

Re: [JBoss-user] Persistent network connection from a sessionbean?

2001-07-21 Thread Per Lewau
On Sat, 21 Jul 2001, Jim Archer wrote: > Hi All... > > I have a functional need to keep a persistent network connection (via a TCP > socket) to another machine. I would like to do this from a session bean if > possible, but I really need to avoid the overhead of opening and closing > the con

[JBoss-user] Interest Servlet Giving Null Pointer Exception

2001-07-21 Thread Prashant Sarode
Hi all, I am using Jboss v2.2.2 with embedded tomcat v3.2.2 on NT5. I've successfully deployed the interest sample application & run the client & its running perfectly fine. Also, I compile the InterestServlet & kept it in Tomcat's E:\tomcat\webapps\examples\WEB-INF\classes directory. I've cha

Re: [JBoss-user] How to use EJBDoclet Sample

2001-07-21 Thread Ingo Bruell
Hi Ivan, IN> In the sample should the compile target depend on the buildbeans target IN> instead of prepare? IN> Maybe a typo, or I miss the point. I have make separate tasks, so the beans classes are not compiled, if they had not changed. But you could do the generation in one job if you w

SV: [JBoss-user] Persistent network connection from a session bean?

2001-07-21 Thread Lennart Petersson
May it be possible to bind the network connection into the JNDI tree and refetch it from there if/when the session bean is being activated!? /Lennart - Original Message - From: Jim Archer <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 21, 2001 11:25 AM Subject: [JBoss

[JBoss-user] Persistent network connection from a session bean?

2001-07-21 Thread Jim Archer
Hi All... I have a functional need to keep a persistent network connection (via a TCP socket) to another machine. I would like to do this from a session bean if possible, but I really need to avoid the overhead of opening and closing the connection each time I need to talk to that other comput