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
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
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
> 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
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
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(
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
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
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
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
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
11 matches
Mail list logo