[JBoss-user] [Installation & Configuration] - Re: unexpected shutdown of JBoss

2005-03-18 Thread Bigdaddy
I used to have the same jboss shutdown problems with Red Hat Enterprise Linux ES release 3. Try the following: Instead of running it as root, create a jboss user then run the following command. [root]# nohup su - -c "${JBOSS_HOME}/bin/run.sh -c " 2> nohup.out & Thanks. View the original pos

[JBoss-user] [Security & JAAS/JBoss] - Re: Does unauthenticated principal work with Timer service?

2004-12-19 Thread Bigdaddy
Nevermind, my mistake. I had a typo. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859200#3859200 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859200 --- SF emai

[JBoss-user] [Security & JAAS/JBoss] - Does unauthenticated principal work with Timer service?

2004-12-18 Thread Bigdaddy
JBoss: 4.0.1RC2 Java: 1.4.2_04 Ok, I have put my EJB jar under a security realm within JBoss and I can access everything as expected using declarative security within my ejb-jar.xml. Next, I decided to add another stateless session bean to utilize the Timer service and I am able to invoke it

[JBoss-user] [Installation & Configuration] - How do JBoss TimerService handle system failures?

2004-12-09 Thread Bigdaddy
JBoss: 4.0.0 and 4.0.1RC2 Here a some general questions about the behaviour of JBoss' timer service. 1. If a timer expires once while the system goes down, will it go off when the system starts up again? 2. If a single timer expires multiple times while the system is down, what happens to t

[JBoss-user] [Installation & Configuration] - Re: How do I stop JBoss from shutting down when logging out?

2004-10-29 Thread Bigdaddy
Nevermind, I forgot to add nohup. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853352#3853352 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853352 --- This SF.Net

[JBoss-user] [Installation & Configuration] - How do I stop JBoss from shutting down when logging out?

2004-10-29 Thread Bigdaddy
OS: Red Hat Enterprise Linux ES release 3 Java: 1.4.2_05-b04 JBoss: 3.2.5 I have noticed that whenever I start my JBoss server as a background process, then log out of my Linux account my JBoss server will shutdown automatically upon logout. How do I stop this from happening? I am using the

[JBoss-user] [Persistence & CMP/JBoss] - Re: How do I relate foreign key entity with relation table m

2004-10-06 Thread Bigdaddy
To make this work will I have to explicitly create a customerId field in the Person entity bean and set the customerId within ejbPostCreate like this: public abstract class PersonEJB implements EntityBean { public void ejbPostCreate(CustomerEJBLocal newCustomer) throws CreateException

[JBoss-user] [Persistence & CMP/JBoss] - How do I relate foreign key entity with relation table mappi

2004-10-06 Thread Bigdaddy
Using JBoss 3.2.5 I have a CMR relationship using a foreign key mapping and a CMR relationship with a relation table mapping: (1) customer -- (MANY) person (person contains customer primary key as foreign key) (1) person -- (MANY) schedule (person and schedule use a relation

[JBoss-user] [Beginners Corner] - Re: JBoss Process ID

2004-10-06 Thread Bigdaddy
Oops, I am using the following. RedHat Linux 9 RedHat Enterprise Linux ES release 3 Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850552#3850552 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850552 ---

[JBoss-user] [EJB/JBoss] - Re: access EJB by JNDI behind router - lookup fails

2004-09-21 Thread Bigdaddy
For anyone still having a problem with this issue. See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=24663 The solution worked for me (using JBoss 3.2.5, Java 1.4.2_05, RedHat Enterprise Linux Release 3-- behind router on private network; Windows XP client, Java 1.4.2_04-- outside r

[JBoss-user] [Beginners Corner] - JBoss Process ID

2004-09-21 Thread Bigdaddy
JBoss 3.2.5 Upon startup does JBoss write its process id anywhere on the system or is there a way to force it to write it somewhere? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848990#3848990 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [EJB/JBoss] - Re: access EJB by JNDI behind router - lookup fails

2004-09-21 Thread Bigdaddy
I am having this exact problem. Does anyone have a solution??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848917#3848917 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848917 -

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss3.2-Tomcat4.1.24 Release - SSL Broken?

2004-03-12 Thread Bigdaddy
Why are some of the messages cut short? I would like to see what others posted as their configuration files (jboss-service.xml files) and not have to start a new posting if it is unnecessary. I am having the same SSL problems with jboss3.2.1-tomcat4.1.24 that the paid documentation does not ad