Re: [JBoss-user] apache + mod_jk + jboss*2 = no load balancing.

2003-12-09 Thread John Moore
o, if > it's not the obvious? > > John Moore wrote: > > * workers.properties > > worker.list=lbcon > > # ws1 > > [...] > > worker.ws1.local_worker=1 > > # ws2 > > [...] > &

Re: [JBoss-user] apache + mod_jk + jboss*2 = no load balancing.

2003-12-09 Thread John Moore
Mike, Hope you got this solved since there has been silence. But in case you didn't here's a copy of our working config (apache,mod_jk,tomcat). The same jvmRoute line holds true for JBoss except it goes into the tomcat-service.xml. * mod_jk.conf (included by httpd.conf) LoadModule jk_mod

RE: [JBoss-user] exception handling advice

2003-09-11 Thread John Moore
Brian, We do the same as Harm described. One thing we have found to be useful is to send a e-mail to an account dedicated to the application. We send exceptions as well as output from cron jobs. Personally, I find it much easier to browse through a set of e-mails than scan the log.

RE: [JBoss-user] Testing EJBs with JUnit

2002-07-17 Thread John Moore
face) available.   Also, could that app that you are running through not have the classes in their path OR does it have it's own naming server and the properties for jboss are not being used.  Dump out the environment before you do your lookup to see what the properties are set to. John Moore -

RE: [JBoss-user] Re: Does any one have a Linux JVM success story?

2002-07-12 Thread John Moore
;, it to now is 8192. I'm not sure if no-limit caused the problem or they really needed a 2K stack. John Moore -Original Message- From: JD Brennan [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 4:31 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Re: Does an

RE: [JBoss-user] Re: Does any one have a Linux JVM success story?

2002-07-11 Thread John Moore
tical is the addition of the statement "ulimit -s 2048" in run.sh before we start the jvm, some JVM problem documented elsewhere.  Equipment: Dell 1550(2), dual 1.26 processors, and 512M with load balanced tomcat front ended by Apache. John Moore -Original Message- From:

[JBoss-user] Connection from DataSource Already Closed

2002-06-30 Thread John Moore
Title: Connection from DataSource Already Closed If I get a connection  from a DataSource and isClosed() == true, should I A) call conn.close() B) set conn=null, C) call conn.close() then set conn=null, or D) leave conn alone and handle the problem myself?  Option 'C' seems like the right thi

RE: [JBoss-user] How Can You Manage A Null Connection? Errors

2002-06-25 Thread John Moore
ngTimeoutMillis=5000 or you might block forever. (I think this is the name of this parameter, it's from memory) I don't remember seeing about the connection already closed error: what/when is it? david jencks On 2002.06.25 11:27:53 -0400 John Moore wrote: > > > We are seein

[JBoss-user] How Can You Manage A Null Connection? Errors

2002-06-25 Thread John Moore
at 30 connections now and am looking to be around 100 soon, but am going to have a big problem if I can't solve this problem.    Thanks, John Moore Principal Decision Systems International 625 The City Drive Suite 190 Orange, CA 92868 800-850-7374

Re: [JBoss-user] New/Changed JCA connection factory

2002-04-03 Thread John Moore
to work with 2.4.x, > then you could deploy xml for each connection factory almost like with > jboss 3. > > > david jencks > > On 2002.04.03 22:50:25 -0500 John Moore wrote: > >>David, >> >>We know how to do it using low level calls to the mbeans, I was t

RE: [JBoss-user] New/Changed JCA connection factory

2002-04-03 Thread John Moore
daches when it was used). I don't know what happens if you change property values. You will probably have to at least stop, change, and start the mbean.  We're thinking about how to deal with this kind of issue but no work has been done yet. david jencks On 2002.04.02 20:50:59 -05

[JBoss-user] New/Changed JCA connection factory

2002-04-03 Thread John Moore
r I try to save. John Moore

RE: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-29 Thread John Moore
this for over a year on one server (Apache/Tomcat) and about 4 months on another (2 load balanced apache servers against 2 load balanced tomcat/jboss servers) with great success.   John Moore -Original Message- From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2

RE: [JBoss-user] Scott Stark, Daniel Fleury or Marc Fleury - Pres s Release Question (OT)

2002-03-28 Thread John Moore
Title: RE: [JBoss-user] Scott Stark, Daniel Fleury or Marc Fleury - Pres s Release Question (OT) shit.  Here I post to say I won't post in HTML, change to plain-text, and it goes out in HTML.I must be getting old. -Original Message- From: John Moore [mailto:[EMAIL PROTECTED]]

RE: [JBoss-user] Scott Stark, Daniel Fleury or Marc Fleury - Press Release Question (OT)

2002-03-28 Thread John Moore
o do it.  Hopefully this is the end of this thread. John Moore -Original Message- From: Karl Koster [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 5:19 AM To: Peter Fagerlund; [EMAIL PROTECTED] Subject: RE: [JBoss-user] Scott Stark, Daniel Fleury or Mark Fleury - Pres s Re

[JBoss-user] Scott Stark, Daniel Fleury or Mark Fleury - Press Release Question (OT)

2002-03-27 Thread John Moore
but I want to get the discussion started.  This is probably a bit different for an open source project but after living with JBoss I feel you deserve mention.  Please e-mail me directly mailto:[EMAIL PROTECTED] to discuss further. John Moore CTO Principal Decision Systems International 625 The

[JBoss-user] Postgres Timestamp

2002-03-15 Thread John Moore
gh an XADataSourceLoader. I also tried 2.4.4 with the same results.  There must be a solution other than hacking the postgres driver (which was someone from the forums solution) or adding a mapping to jaws.xml to map a timestamp to a string. John Moore Principal Decision Systems International 625 The City

RE: [JBoss-user] JBoss naming service don't work on .....

2002-01-17 Thread John Moore
Title: RE: [JBoss-user] JBoss naming service don't work on . I think you can wrap the directory with a double quote (e.g. c:\"Program Files"\). Although I would agree with Michael; install it somewhere else. John -Original Message- From: Michael Schulz [mailto:[EMAIL PROTECTED

RE: [JBoss-user] ResourceAsStream file placement (more info)

2002-01-16 Thread John Moore
-Original Message-From: John Moore [mailto:[EMAIL PROTECTED]]Sent: Wednesday, January 16, 2002 1:51 PMTo: [EMAIL PROTECTED]Subject: RE: [JBoss-user] ResourceAsStream file placement (more info) FYI: This doesn't work for files referenced in env-entry statements

RE: [JBoss-user] ResourceAsStream file placement (more info)

2002-01-16 Thread John Moore
Title: RE: [JBoss-user] ResourceAsStream file placement (more info) FYI: This doesn't work for files referenced in env-entry statements.  Am working on that next. John -Original Message- From: John Moore [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 16, 2002 1:31

[JBoss-user] ResourceAsStream file placement

2002-01-16 Thread John Moore
files in the root of the jar that is included in the application ear.  Is there a standard place that these should reside?  The root of the jar works but I'm wondering if there is a standard that I should be following?  Thanks, John Moore

RE: [JBoss-user] Frequent calls to ejbStore

2002-01-04 Thread John Moore
Title: RE: [JBoss-user] Frequent calls to ejbStore Isn't this a scenario where you could add the isModified() method to get around additional ejbStore() operations? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 1:50 PM To: Wiedma

RE: [JBoss-user] Stopping JBoss

2001-11-20 Thread John Moore
Title: RE: [JBoss-user] Stopping JBoss http://hostname:8082/ Choose service type=shutdown click the shutdown button. http://localhost:8082/InvokeAction//DefaultDomain%3Atype%3DShutdown/action=shutdown?action=shutdown I saw info on adding security to this in the archives a while ago. -

Re: [JBoss-user] Browsing JNDI Provider (JNP) via NetBeans

2001-11-18 Thread John Moore
; > > I'm also using the Netbeans 3.3 Beta4 release. > > > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > > - Original Message - > > From: John Moore <mailto:[EMAIL PROTECTED]> >

RE: [JBoss-user] cryptography - slow starting????

2001-11-13 Thread John Moore
Title: RE: [JBoss-user] cryptography - slow starting Doin' the same thing. You can write an MBean to do the initialization on startup so that your user doesn't see the hit.  We have not done this one yet but have other MBeans for similar initializations. John -Original Message---

Re: [JBoss-user] Postgres & JAWS Wowes

2001-11-09 Thread John Moore
etely missed it when looking at the other generated output.  Thanks for the assist. John Moore John Moore wrote: D9BE0250EA97D3118A920050DA26213042DDD7@BRANDYWINE"> Am having troubles with Postgres using the correct table name. We have a set of CMP entity beans against oracle that a

[JBoss-user] Postgres & JAWS Wowes

2001-11-09 Thread John Moore
Title: Postgres & JAWS Wowes Am having troubles with Postgres using the correct table name. We have a set of CMP entity beans against oracle that all work great. Thought I would try one against postgres to see how it goes. JBoss 2.4.3 w/ Embedded Tomcat 3.2.3 RH Linux 7.1 Sun 1.3.1 JVM jdb

[JBoss-user] Browsing JNDI Provider (JNP) via NetBeans

2001-11-02 Thread John Moore
l Context: localhost:1099 (also tried jnp://localhost:1099 with the same results) Context Root: customer Other Properties: java.naming.factory.url.pkgs=org.jboss.naming the JNDIViewer shows +-customer   +-- Account Thanks, John Moore

RE: [JBoss-user] client - server connection trouble

2001-10-30 Thread John Moore
Can you post the stack trace from the client, version of Jboss, version of Windows.   Check for a jndi.properties file that might be pointing you in the wrong direction.  If no jndi.properties, what does the line that launches the client look like (e.g. java -D ).   John   -Origi

RE: [JBoss-user] Please help me ...

2001-10-24 Thread John Moore
ginal Message - From: John Moore I agree with the Fred that the SLSB is the better route and cleaner overall. In any event, you are only going to return an int.  So, in your remote interface add a public int getXYZ() ... and then add the same to the Bean. The following is from a SLSB but the

RE: [JBoss-user] Please help me ...

2001-10-24 Thread John Moore
ount;     } -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 24, 2001 8:58 AM To: John Moore; [EMAIL PROTECTED] Subject: Re: [JBoss-user] Please help me ... Hello, John! You wrote to "'IvanLatysh'" <[EMAIL PROTECTED]> <[EMAIL

RE: [JBoss-user] Please help me ...

2001-10-24 Thread John Moore
Title: RE: [JBoss-user] Please help me ... or, #4) Rather than a new entity bean, use the existing entity bean and put a new method that grabs the datasource from jndi, gets a connection, runs the query and closes (hands back) the connection. I have done #2 & #4, more often #2. #1 won't

RE: [JBoss-user] Durable Subscribers

2001-10-10 Thread John Moore
client?   I have not deployed my ear into the new container and tested any clients, am I about to experience the same for my clients that connect directly to the server?    TIA, John Moore   -Original Message-From: John Moore [mailto:[EMAIL PROTECTED]]Sent: Wednesday, October 10

[JBoss-user] Durable Subscribers

2001-10-10 Thread John Moore
Title: RE: [JBoss-user] jBoss + ANT + NetBeans   We have a JMS Listener external to jboss and am getting an exception every time we attempt to connect to JBoss.  The exception is "That destination queue does not exists". We are using jboss 2.2.2 w/ tomcat 3.2.2.   The initial code was us

RE: [JBoss-user] jBoss + ANT + NetBeans

2001-10-10 Thread John Moore
thin jboss on Win2K.   You have to attach to the jboss jvm from netbeans after you run.   This is from our run.bat, the same should work on unix changing \ to / and %[var]% to ${var}.  Make sure you compile with -g for access to everything and change back to -g:none before you test/deploy.

RE: [JBoss-user] How can i see JNDI tree?

2001-09-14 Thread John Moore
Title: RE: [JBoss-user] How can i see JNDI tree? Here is a script that runs on unix to connect the client to a JBoss(2.2.2) container.  Xerces is used by the test client and is not required. JBOSS=/opt/jboss JBOSS_CLIENT=$JBOSS/client java \  -classpath \ $CLASSPATH:$JBOSS_CLIENT/jboss-clie

RE: [JBoss-user] JBoss 2.2.2 and Xerxes/Xalan

2001-09-13 Thread John Moore
Title: RE: [JBoss-user] JBoss 2.2.2 and Xerxes/Xalan Dirk, If you question is to replace the -Djavax.xml.parser... lines in the run.sh script I don't have an answer.  I can tell you that we added a reference to xerces.jar after crimson.jar in the JBOSS_CLASSPATH (run.sh/run.bat) successfu

RE: [JBoss-user] OpenSource and J2EE licensing

2001-09-12 Thread John Moore
Title: RE: [JBoss-user] OpenSource and J2EE licensing Should we beware of the boogie monster too.  Unless someone gives a specific legal issue all that I see just happened is a competitor just introducing fear into the group to sway people away from a great app server.  If Sun had a proble

RE: [JBoss-user] JBoss performance problems

2001-07-05 Thread John Moore
Title: RE: [JBoss-user] JBoss performance problems You are not kidding, on an initial cut we gained 30% using the isModified().  These two questions came up; should modified be set to false on the setEntityContext and ejbStore methods?  should there be some form of wrapper around it for trans

RE: [JBoss-user] DEAR JBOSS USERS

2001-06-08 Thread John Moore
and development costs.  Maybe that's why their grass looks greener. John Moore -Original Message- From: Hermann RANGAMANA [mailto:[EMAIL PROTECTED]] Sent: Friday, June 08, 2001 12:30 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] DEAR JBOSS USERS Our team is still on developm

RE: [JBoss-user] Problem with Custom finders ....

2001-06-07 Thread John Moore
Title: RE: [JBoss-user] Problem with Custom finders Then again, I guess if I had read the docs I would have seen the example too!    -Original Message-From: John Moore [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 07, 2001 6:36 PMTo: '[EMAIL PROTECTED]'Subject: R

RE: [JBoss-user] Problem with Custom finders ....

2001-06-07 Thread John Moore
Title: RE: [JBoss-user] Problem with Custom finders It's surprising it works when the select statement must have columns that exist in both tables being referenced.  The query must prefix the CMP table to each column in the select (e.g. price_list.price_id) or else I would have expected

RE: [JBoss-user] Problem with Custom finders ....

2001-06-07 Thread John Moore
Title: RE: [JBoss-user] Problem with Custom finders if you use a join you have to make sure that it is handled in a subselect since, I don't believe, you can modify the from clause in EJB 1.1 CMP.  Here is an example of an where we join between two tables.     findExternalOrganiza

RE: [JBoss-user] EJB 2.0 QL

2001-05-29 Thread John Moore
Title: RE: [JBoss-user] EJB 2.0 QL column; don't put the "order by" string inside of the tag. -Original Message- From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 3:19 PM To: JBoss 2 Subject: [JBoss-user] EJB 2.0 QL How do you get something similar t

RE: [JBoss-user] Embedded Tomcat Load-On-Startup w/ EJB's

2001-05-16 Thread John Moore
me up with.  It seems like you would have to wait for the container to deploy the EJB's and then signal Tomcat to execute the servlets identified in the load on startup.  John Moore -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 3:5

[JBoss-user] Embedded Tomcat Load-On-Startup w/ EJB's

2001-05-14 Thread John Moore
I just do a shell script to force the initialization of the servlet immediately following jboss loading.  This doesn't really seem to warrant an mbean. Has anyone tackled something like this yet? TIA, John Moore

[JBoss-user] JBoss / Exolab future

2001-05-04 Thread John Moore
Title: JBoss / Exolab future JBoss developers, I noticed that a jar file from exolab is delivered with 2.2.1.  Are there plans to join forces or utilize any of their Corba services like RMI/IIOP or Naming?   John  

RE: [JBoss-user] N tier Load Balanced Environments - not your typica

2001-05-04 Thread John Moore
- Original Message - From: John Moore Sent: Friday, May 04, 2001 7:34 PM To: jBoss Users (E-mail) Subject: [JBoss-user] N tier Load Balanced Environments - not your typica We are in the mist of development of a new product that will us

[JBoss-user] JBoss / Exolab future

2001-05-04 Thread John Moore
Title: JBoss / Exolab future I noticed that a jar file from exolab is delivered with 2.2.1.  Are there plans to join forces or utilize any of their Corba services like RMI/IIOP or Naming? John John Moore [mailto:[EMAIL PROTECTED]] PDSI 625 The City Drive Suite 190 Orange, CA 92868 800-850

[JBoss-user] N tier Load Balanced Environments - not your typical is it supported request

2001-05-04 Thread John Moore
at data be shared in a master-slave or peer-peer configuration?   What about a backing data store (ldap, db, ?) If there is a plan I'd be happy to take a look at the jnp stuff and see what I can do. John John Moore [mailto:[EMAIL PROTECTED]] PDSI 625 The City Drive Suite 190 Orange, C

RE: [JBoss-user] Re: Unable to load a ResultSet column into a variable of type '[B'

2001-05-03 Thread John Moore
Title: RE: [JBoss-user] Re: Unable to load a ResultSet column into a variable of type '[B' Dmitri, If I understand what you are doing there is another approach instead of attempting to store a byte[].  Take the encrypted byte[] and run it through a Base64 conversion and out pops a String yo

RE: [JBoss-user] Keeping WL and JBoss Deployment Descriptors in synch, reference " I need ammo".

2001-03-30 Thread John Moore
Title: RE: [JBoss-user] Keeping WL and JBoss Deployment Descriptors in synch, reference " I need ammo". John P., We are building under jBoss and will deploy under jBoss but we also have customers who are existing WebLogic and Inprise customers who are going to host the application themselve