[JBoss-user] JBoss 3.0.x through firewall (port issues)

2003-04-04 Thread Johnson, Lance
Hello everyone out there in JBoss land... We are trying to put some firewall documentation together for our customers so they understand the requirements of our system. When we started putting this together we noticed some unfortunate behavior in JBoss with random port selection. This type of

RE: [JBoss-user] Problems starting JBoss

2002-05-29 Thread Johnson, Lance
- Original Message - From: Johnson, Lance [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 28, 2002 1:54 PM Subject: RE: [JBoss-user] Problems starting JBoss I have just upgraded our jboss to 2.4.4 to resolve our startup problems, but it is still happening

RE: [JBoss-user] Problems starting JBoss

2002-05-29 Thread Johnson, Lance
Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Johnson, Lance [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 8:08 AM Subject: RE: [JBoss-user] Problems starting JBoss I am using jboss 2.4.4 defaults. I did not port

RE: [JBoss-user] Problems starting JBoss

2002-05-28 Thread Johnson, Lance
I have just upgraded our jboss to 2.4.4 to resolve our startup problems, but it is still happening. I still do not know what is going on with Hypersonic and why it won't start on our box. I have tried setting the log4j.appender.Console.Threshold to TRACE in the log4j property file but it is not

RE: [JBoss-user] Problems starting JBoss

2002-05-28 Thread Johnson, Lance
:14 PM To: [EMAIL PROTECTED] Cc: Johnson, Lance Subject: RE: [JBoss-user] Problems starting JBoss Hello, Can you check that the JBOSS_HOME/db/hypersonic directory exists? If it doesn't, create it and restart. Cheers, Sacha -Message d'origine- De : [EMAIL

[JBoss-user] Problems starting JBoss

2002-05-24 Thread Johnson, Lance
I am having problems starting up JBoss. We had it running fine and something has happened because now it seems to stop initialization at the Hypersonic component. Here is the last couple lines of our server.log file. All Rights Reserved. [InstantDB] Started [DefaultDS] Starting [DefaultDS] XA

RE: [JBoss-user] Problems starting JBoss

2002-05-24 Thread Johnson, Lance
all the files in db/hypersonic. david jencks On 2002.05.24 11:51:28 -0400 Johnson, Lance wrote: I am having problems starting up JBoss. We had it running fine and something has happened because now it seems to stop initialization at the Hypersonic component. Here is the last couple lines

FW: [JBoss-user] Firewall options

2002-01-11 Thread Johnson, Lance
PROTECTED] -Original Message- From: Johnson, Lance [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 5:16 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Firewall options Importance: High I have some questions about strategies for avoiding firewall issues with CORBA. I

[JBoss-user] Firewall options

2002-01-10 Thread Johnson, Lance
I have some questions about strategies for avoiding firewall issues with CORBA. I understand that there is several techniques included with JacORB that allow for firewall transversal such as the HTTP tunneling and the Appligator but they don't seem like they fit our needs. The issues we have

[JBoss-user] How do EJB properties work?

2001-11-01 Thread Johnson, Lance
Is there a way to set an EJB's properties per bean? For example, I need a property remote.host to be per bean. This would give us the ability to hit different remote hosts from different beans we deploy in jboss. The problem is I don't know how to set or get this property per bean. Right now

RE: [JBoss-user] CORBA client

2001-10-30 Thread Johnson, Lance
issue to Database Connections and the pooled approach works there Just a thought J -Original Message- From: Jean-Christophe Pazzaglia [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 2:04 PM To: Johnson, Lance Cc: [EMAIL PROTECTED] Subject: Re: [JBoss-user] CORBA client Johnson

RE: [JBoss-user] CORBA client

2001-10-29 Thread Johnson, Lance
We are in the process of developing an ejb that is a corba client. One of the drawbacks that I have seen so far is that when our EJB is passivated we must disconnect all CORBA connections. If we don't do this, I think, we will have CORBA object leaks in our jacOrb code. Then, when it is