JBoss still at war (was Re: [JBoss-user] getParameterValues

2003-12-08 Thread Stephen Davidson
Remy Maucherat wrote: Rod Macpherson wrote: Yikes! I think Marc was making a joke: pussy, tomcat. I think James picked a great product name :) While I agree with the humor, I have noticed that the Jetty developers still have not had their access reinstated. And that is where the child like beh

Re: [JBoss-user] getParameterValues

2003-12-08 Thread Stephen Davidson
Greetings. I was hoping I would not need to find an alternative to JBoss. It seems my hope was in vain. But this childness has gone too far. And JBoss is not the only game in town. Marc, if and when you decide to grow up, I will be happy to look at JBoss again. At the moment, I am doing some st

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

2003-11-25 Thread Stephen Davidson
Greetings. Unless I missed somthing in the mod_jk spec, mod_jk does not do loadbalancing. A module called mod_backhand allows Apache to do load balancing. Apparently quite sophiscated. Regards, Steve Torsten Terp wrote: Hi, Im about to test the same setup (mod_jk load-balancing, no cluster, stic

Re: [JBoss-user] HTTPS over RMI

2003-10-30 Thread Stephen Davidson
Jeremy Rempel wrote: Hi, I am using RMI over HTTPS in Jboss 3.2.1 . I have ports 1099, 8080, 8443 open on my firewall but I still cannot get JBOSS to work when the firewall is up. Is there any other ports or services it needs ? Thanks, Jeremy If running on a Unixy type platform, try 'netstat

Re: [JBoss-user] [OT] Frameworks

2003-10-25 Thread Stephen Davidson
Eric Jain wrote: Having spent a fair amount of time with Eclipse recently, I couldn't help feeling that many of the concepts used for their plug-in architecture would greatly improve complex server side applications. I'd just like to pick out two issues; let me know if have any solutions or workaro

Re: [JBoss-user] Postgres, Oracle and CLOB

2003-09-29 Thread Stephen Davidson
Markus Härnvi wrote: Hi! Can I set the column type in the source before XDoclet runs? Put it in build.properties somehow? Check out Ant's Filter Task, if you have not done so already. Should be just the ticket. Yes, seems like it would work. I would have liked a faster way. Now we have to co

Re: [JBoss-user] Postgres, Oracle and CLOB

2003-09-29 Thread Stephen Davidson
Markus Härnvi wrote: Hi! I want to deploy the same CMP based application to PostgreSQL and Oracle9i. Since one field is a CLOB in the pre-existing Oracle database I need to set some extra XDoclet tags: @jboss.column-name name="logmsg" @jboss.sql-type type = "CLOB" @jboss.jdbc-type type = "CLOB" Or

Re: [JBoss-user] CVS Rollback - Why?

2003-09-01 Thread Stephen Davidson
line, I am now extremely nervous about the direction that the JBoss Application Server is being taken, and how it is being managed. Regards, Steve Alexey Loubyansky wrote: Stephen Davidson wrote: I hope that this rollback is not just to remove contributions from developers that JBoss Group LL

Re: [JBoss-user] [OT] Jboss/Tomcat on Windows 2000

2003-09-01 Thread Stephen Davidson
Sheldon Hearn wrote: On (2003/08/30 18:23), Stephen Davidson wrote: Why pay for a virused, buggy, and insecure Operating System? Because the technical lead on the project insists on using MS SQL Server. Ciao, Sheldon. My condolences. Too bad you can't get the lead to consider Oracle, Fir

Re: [JBoss-user] JBoss Performance Tuning Tips - a bit of an emergency

2003-09-01 Thread Stephen Davidson
Elankath, Tarun (Cognizant) wrote: Hi Steve, I am going to start profiling our application. I wanted to check if I was missing any JBoss config parameters. How about class reloading ? How does one disable it ? Thanks, Tarun Hi Taurun. Umm, the only problem I ever had with the classloaders was a

[JBoss-user] CVS Rollback - Why?

2003-09-01 Thread Stephen Davidson
Greetings. Source Forge seems to be no longer sending me every developer digest, but dropping random ones (A complete list of dropped emails can be sent on request). I am hoping that one of the dropped developer digests has the start, and discussion, as to why all of the 4.0 code has been rolled

Re: [JBoss-user] [OT] Jboss/Tomcat on Windows 2000

2003-08-31 Thread Stephen Davidson
Hi Sheldon. Why pay for a virused, buggy, and insecure Operating System? I have had 500+ simultanous connections running on Linux, with JBoss/Jetty 3.0.7 & Sun JDK 1.4.0. This would have been with the 2.4.20 Kernel. NOTE: I had to tweak the Linux kernel configs a bit, as default settings only al

Re: [JBoss-user] JBoss Performance Tuning Tips - a bit of an emergency

2003-08-30 Thread Stephen Davidson
Elankath, Tarun (Cognizant) wrote: Hi all, We have a small web + ejb application for a POC (Proof of Concept) that is competing against a corresponding .NET application. We are using Struts, 1 Stateful Session Bean, 1 Stateless Session Bean and only 10 JSP pages. The application connects to a sepa

Re: [JBoss-user] JBoss commit access?

2003-08-14 Thread Stephen Davidson
Greetings. While not a JBoss Developer myself, I regularly use JBoss, and have contributed a few testcases and a patch or two. I have been to JBossOne & JBossTwo, and know some of the principals involved. The Jetty group are another open source group, several of whom have never to my knowledge ac

Re: [JBoss-user] JBoss Web Console

2003-08-14 Thread Stephen Davidson
Paulo Bengero wrote: Have anyone of you used the JBoss web-console? You can access this through (assuming localhost is your test server ) http://localhost:8080/web-console/ . When i pasted that in my url the applet on the left side didn't appear because of this exception: http://localhost:8080/web-

Re: [JBoss-user] synchronize on a bean

2003-07-10 Thread Stephen Davidson
Hi Ittay. I think what Alex meant is that in this case, the Entity should have the file contents as its value. This is a trick I have pulled a couple of times. The other option, why don't you open the file as "Locked", so that some other software application in the OS can't do anything while you

Re: [JBoss-user] JBoss 3.2.1/Firebird Issue

2003-07-07 Thread Stephen Davidson
Guy Rouillier wrote: Can you post the contents of the -ds.xml file for the Firebird database? You don't mention what is in the .tgz, and I don't open unannounced attachments these days. Contents of attached zip file; [EMAIL PROTECTED]:/tmp> tar -tzvf jboss3.2.1.tgz drwxr-xr-x steve/users

Re: Problem after problem... (Re: [JBoss-user] http session clustering)

2003-07-05 Thread Stephen Davidson
Hi Sacha. Umm, I should point out that Petstore & xPetstore have been found to have a number of issues with them. One of the ones we ran accross was that it uses PASSWORD as a field name for a couple of Entity Beans. Many databases refuse that as a column name, as they consider it a reserved word

[JBoss-user] JBoss 3.2.1/Firebird Issue

2003-07-04 Thread Stephen Davidson
Greetings. I am trying to get XPetstore running on JBoss 3.2.1, against a Firebird database. I am running into some trouble. Specifially, it appears that the ManagedConnectionFactory, jboss.jca.xpetstoreDS is not configured. As a result, it is trying to connect to the Firebird Database using th

Re: [JBoss-user] Jetty OutOfMemoryError

2003-06-11 Thread Stephen Davidson
A bug fix in the StringBuffer in 1.4.0 (carried into 1.4.1) triggered a memory leak bug. Basically, reusing a StringBuffer kept allocating fresh memory for the new contents, but did not release old memory. Certain Servlet containers, including (but most definately NOT limited to Jetty) relied v

Re: [JBoss-user] [OT] Regular Expression Help

2003-05-29 Thread Stephen Davidson
Hi Hunter. For this kind of stuff, I would wander over to a Linux/Unix user group. The one that I hang out at, which is normally quite helpful, is at www.ntlug.org. Regards, Steve Hunter Hillegas wrote: This is off-topic but if someone could help, that would be great. Please respond off list. I

Re: [JBoss-user] JMS Queue Deployed at runtime

2003-03-24 Thread Stephen Davidson
Christopher Blunck wrote: Hi all- We're considering rolling out a fairly large application to JBoss. The only question in my head is: can JBoss create a new JMS queue at runtime? In other words, if I want to bring up a new JMS queue, do I need to restart the server for the queue to come onlin

Re: [JBoss-user] snmp crashing jboss and jvm

2003-03-18 Thread Stephen Davidson
Hi Nick. I found Grinder & Siege (both are open source) both to be good hi load-generating tools. They were effective in finding alot of load related problems in the last major project that I worked on. -Steve nick wrote: Hi Steve, Yes I agree that would be a good starting point, but the proble

Re: [JBoss-user] snmp crashing jboss and jvm

2003-03-15 Thread Stephen Davidson
Hi Nick. Just a suggestion for a starting point, but maybe turn on debugging in JBoss? Set to maximum. I believe that there is a log4j.xml file kicking around where you can set this. With a little luck, you may get some extra output into the server log before the crash happens, that can at leas

Re: [JBoss-user] Performance estimation

2003-03-07 Thread Stephen Davidson
翽 wrote: Hello all, we are going to build J2EE application on JBOSS 3.2 ( web-access for max 200 concurent users, 500 registered users, max 20TX/day, max 5TX/sec, mass of TX are in batch jobs ). We would like use Intell procesors with Red Hat Linux. Can somebody suggest me, how

Re: [JBoss-user] EAR works in 2.4.10 but not in 3.0.6

2003-02-01 Thread Stephen Davidson
Rod Macpherson wrote: Sure looks simple doesn't it? Manifest-Version: 1.0 Class-Path: library/mylib.jar library/myotherlib.jar I tried this on weblogic 6.0 and 6.1 long ago and it did not work. I tried it again this afternoon using a variety of simple configurations in 6.1 SP2 and it failed. I o

[JBoss-user] Firebird XML fails to deploy

2002-11-22 Thread Stephen Davidson
Greetings. Linux 2.4.18 (SuSE 8.0) Sun JDK 1.4.1_01 JBoss 3.0.4 Firebird 1.0 No other addons... I am trying to get JBoss 3.0.4 to talk to Firebird 1.0. I have the firebirdsql.rar file in my deploy directory, as well as the attached firebird-service.xml file. Following is the stack trace that I

Re: [JBoss-user] Invoker service dying?

2002-11-21 Thread Stephen Davidson
Dan A. Dickey wrote: > On Friday 15 November 2002 12:40 pm, Dan A. Dickey wrote: > >>Ok, some further developments... >> > ... I'm about out of time on > >>this for today - I'll pick it up on Monday. >> > > > If anyone is still interested in this, what I've found out is that > for my system, the

Re: [JBoss-user] Invoker service dying?

2002-11-21 Thread Stephen Davidson
Dan A. Dickey wrote: On Friday 15 November 2002 12:40 pm, Dan A. Dickey wrote: Ok, some further developments... ... I'm about out of time on this for today - I'll pick it up on Monday. If anyone is still interested in this, what I've found out is that for my system, the JVM won't start

Re: [JBoss-user] Off topic: Never use Expedia

2002-11-08 Thread Stephen Davidson
Greetings. I can't tell you much about hotels.com, other than there head office is an Ex-Ericson building across the street from where I live, and that their HR and IT people are next to impossible to get a hold of... -Steve Dain Sundstrom wrote: I just thought I would warn everyone. At the J

Re: [JBoss-user] Why 3.2? (Was: Error when building jboss)

2002-11-07 Thread Stephen Davidson
Joao Pedro Clemente wrote: I am having the EXACT same problem, but with JBoss v3.2 NOTE: I was able to build and run 3.0.0 and 3.0.1 successfully. [snip] I posted a message earlier, but there was no response. I am considering posting a bug. Currently I am running a pre-release custom vers

Re: [JBoss-user] Error when building jboss

2002-11-05 Thread Stephen Davidson
[EMAIL PROTECTED] wrote: Stephen Davidson wrote: Greetings. I am having the EXACT same problem, but with JBoss v3.2 NOTE: I was able to build and run 3.0.0 and 3.0.1 successfully. My System; SuSE Linux 8.0 JDK 1.4.1 I posted a message earlier, but there was no response. I am considering

Re: [JBoss-user] Error when building jboss

2002-11-04 Thread Stephen Davidson
Greetings. I am having the EXACT same problem, but with JBoss v3.2 NOTE: I was able to build and run 3.0.0 and 3.0.1 successfully. My System; SuSE Linux 8.0 JDK 1.4.1 I posted a message earlier, but there was no response. I am considering posting a bug. Currently I am running a pre-release cus

Re: [JBoss-user] jboss & IBM AS 400

2002-11-04 Thread Stephen Davidson
Hi Stefan. I have never run JBoss on an AS400 (never had the need, unfortunately). I have run major servers (1000+clients, NON - Webbased) written 100% Java on AS400, however. I believe that JBoss should run with anything after OS400V4, but you may want to verify the version of Java on the AS40

[JBoss-user] JBoss 3.2 Build failure

2002-10-21 Thread Stephen Davidson
Greetings. System is Linux 2.4.18 JDK 1.4.1_01 Clean checkout of JBoss using the following command; cvs -z9 co -r Branch_3_2 jboss-3.2 My build attempts are failing. Not sure where I messed up... -Steve Tried to build; jboss@davidson:~/jboss-3.2> build/build.sh main <==Last group of lines=

Re: [JBoss-user] capacity planning to use jboss

2002-10-19 Thread Stephen Davidson
Hi Emerson. I was hoping to have heard an answer before now Right now, we are readily running a tad over 500users/box before bugs in the Application (which we have fixed since the last test), and Sun Classloader issues, started cropping up and taking things down. The boxes were single AMD At

Re: [JBoss-user] Jboss on WIN2000

2002-10-04 Thread Stephen Davidson
Greetings. I have been getting more than adequate performance on some boxes running Linux 2.4.10 & 2.4.18. The 2.4.18 does appear to be somewhat faster. I have not had a chance to run a full load test on it yet, however. The CPUs are 1.2Ghz AMDs, with 1.5GB 133Mhz SDRam. You did tune your ke

Re: [JBoss-user] Hardware spec.

2002-09-07 Thread Stephen Davidson
Kim, Yong wrote: > Hi, > Does anyone has hardware benchmarking on JBoss? I need to know that asap so > that I can give some estimates to my boss. > I need information on how many users (possibly concurrent users) on what > hardware spec... you know know what I mean... > > Does anyone has this

Re: [JBoss-user] Hardware spec.

2002-09-07 Thread Stephen Davidson
Kim, Yong wrote: > Hi, > Does anyone has hardware benchmarking on JBoss? I need to know that asap so > that I can give some estimates to my boss. > I need information on how many users (possibly concurrent users) on what > hardware spec... you know know what I mean... > > Does anyone has

Re: [JBoss-user] Ant & JBoss NT service

2002-08-18 Thread Stephen Davidson
Hi Yong. Try something along the lines of and set the command line parameters to have the service name and start or stop, depending on what you are trying to do. I apologize, but I do not remember the exact syntax of the M$ "service" command, but a little experimentation and research should

Re: [JBoss-user] 3.0.1 EAR fails deployment but unzipped works

2002-08-10 Thread Stephen Davidson
Hi Jonathan. Do you have an manifest classpath entry in one of your jars for TIPS_baseentity_1.0.0.jar? JBoss has been having some issues lately with Manifest Classpath Entries that have EJB-Jars in them. -Steve Jonathan.O'[EMAIL PROTECTED] wrote: > > Folks, > I'm trying to move over to JB

Re: [JBoss-user] problem starting jboss-3.0.1

2002-08-09 Thread Stephen Davidson
Hi Shankar. The following has been changed; Was: jboss.security:name=JaasSecurityManager Now: jboss.security:service=JaasSecurityManager shankar wrote: > Hi, > I am trying to setup Jboss3.0.1. The following shows up in the boot.xml. > Have added a oracle-service.xml in the default/deplo

Re: [JBoss-user] problem starting jboss-3.0.1

2002-08-09 Thread Stephen Davidson
Hi Shankar. The following has been changed; Was: jboss.security:name=JaasSecurityManager Now: jboss.security:service=JaasSecurityManager shankar wrote: > Hi, > I am trying to setup Jboss3.0.1. The following shows up in the boot.xml. > Have added a oracle-service.xml in the default/

Re: [JBoss-user] FireBird & JBoss

2002-07-31 Thread Stephen Davidson
nector > > > (BTW I currently live in south florida, not too close to Toronto;-) > > david jencks > > On 2002.07.30 14:46:09 -0400 Stephen Davidson wrote: > >>Hi David. >> >>Tried both of your suggestions, and several variations. >> >>As I wi

Re: [JBoss-user] FireBird & JBoss

2002-07-31 Thread Stephen Davidson
to me. > > david jencks > > On 2002.07.29 21:54:50 -0400 Stephen Davidson wrote: > >>Hi David. >> >>Have you checked in an updated sample yet? >> >>The attached sample, which I believe has your suggested changes, still >>does not work for me. >

Re: [JBoss-user] FireBird & JBoss

2002-07-30 Thread Stephen Davidson
On 2002.07.28 09:03:59 -0400 Stephen Davidson wrote: > >>Hi David. >> >>Would that be in the MCF or in the FirebirdManager, or both? >> > > More inconsistent programming!! > > MCF needs host/3050:/wherever.gdb > > FirebirdManager has properties for (bad

Re: [JBoss-user] FireBird & JBoss

2002-07-28 Thread Stephen Davidson
t; server/port:/path/to/mydb.gdb > > which is undeniably unusual nonstandard and confusing syntax, but matches > the native C connection string for firebird. > > david jencks > > On 2002.07.27 15:36:52 -0400 Stephen Davidson wrote: > >>Greetings. >> >>I am

[JBoss-user] FireBird & JBoss

2002-07-27 Thread Stephen Davidson
Greetings. I am trying to set up a Firebird database. It is not on the same box as I am developing on. When I try to uncomment the Server Block in the firebird-service.xml file, I get the attached error. Please help? -Steve <===Begin Excerpt from firebird-service.xml===>

[JBoss-user] Re: [JBoss-user]Invalid service.xml file (was (no subject)

2002-07-19 Thread Stephen Davidson
Hi Karl. There were only two instances that I had this error occur. 1) Incorrect syntax in my oracle-service.xml file (you did name this oracle-service.xml, right? JBoss sometimes does weird behaviour if you don't name these files something-service.xml). 2) (More frequent) The username/passwor

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

2002-07-12 Thread Stephen Davidson
Greetings. Best luck I had was with a "tweaked" 2.4.18 Kernel. (Testing has shown Sun's JDK 1.3.1 & 1.4.0 to be stable under this configuration). Tests of 500Users/Box were not a problem (application bugs and Beta version of JBoss killed test at 550concurrent users on last run - 3 months ago

Re: [JBoss-user] help with bean lock/transaction error

2002-07-10 Thread Stephen Davidson
Hi Bill. I have a dual-processor as my primary workstation. Anytime you want, send me test or test script to run, as well as details, and I will send you results. Oh yeah, its a Linux box with both JDK1.3 & JDK1.4 installed. This machine is not permanently connected to the internet (sorry). -

Re: [JBoss-user] rePost: Funky xaRes Error on BMP Entity EJB

2002-07-09 Thread Stephen Davidson
> > david jencks > > On 2002.07.08 11:39:30 -0400 Stephen Davidson wrote: > >>Greetings. >> >>I am running into an odd error when doing a lookup on an Entity EJB. The >>Entity EJB is using BeanManagedPersistance. Any idea where I should >>look, or wh

Re: [JBoss-user] rePost: Funky xaRes Error on BMP Entity EJB

2002-07-09 Thread Stephen Davidson
Hi David. I have not updated in about a month. Bad me. I will update and retry... -Steve David Jencks wrote: > Are you using a cvs version? I recently fixed a bug with the UserTx from > the ejb context not enlisting connections. > > david jencks > > On 2002.07.08 11:3

[JBoss-user] rePost: Funky xaRes Error on BMP Entity EJB

2002-07-08 Thread Stephen Davidson
Greetings. I am running into an odd error when doing a lookup on an Entity EJB. The Entity EJB is using BeanManagedPersistance. Any idea where I should look, or what I missed in my port to JBoss? The transaction in question is BeanManaged, as opposed to ContainerManaged. If it would help,

[JBoss-user] [UCE-Spam Complaint/Sex]Turk romen bulgar amatorler gtujrl

2002-07-01 Thread Stephen Davidson
Greetings. The attached UCE was sent to a Application Server discussion list. The list is for anything and everything to do with JBoss. This UCE is advertising a sex-site, and is most definately off-topic for this list. Please terminate this site. ATTN: Vienna University; You appear to be

[JBoss-user] Funky xaRes Error on BMP Entity EJB

2002-06-30 Thread Stephen Davidson
Greetings. I am running into an odd error when doing a lookup on an Entity EJB. Any idea where I should look, or what I missed in my port to JBoss? Thanks, Steve 2002-06-25 16:24:50,450 ERROR [STDERR] java.rmi.ServerException: xaRes not enlisted; nested exception is: java.lang.Illeg

Re: [JBoss-user] Creating Connection Pools at runtime

2002-06-24 Thread Stephen Davidson
es the mbeans that > set up a datasource. > > david jencks > > On 2002.06.22 22:33:29 -0400 Stephen Davidson wrote: > >>Hi David. >> >>This is for an already existing framework. >> >>The database instance to connect to is determined by the application

Re: [JBoss-user] Creating Connection Pools at runtime

2002-06-22 Thread Stephen Davidson
Hi David. This is for an already existing framework. The database instance to connect to is determined by the application during user login. The login module in question was written before the JAAS specifications were stabilized, which is why JAAS is not being used in the current version. T

[JBoss-user] Creating Connection Pools at runtime

2002-06-22 Thread Stephen Davidson
Greetings. For JBoss 3.0, where do I look for information on how to create a connection pool at runtime? I have a situation were trying to create an XML for each Database Schema is impractical (Would needs thousands, maybe 10s of thousands, of service.xml files if I tried). So my applicatio

Re: [JBoss-user] JBoss Has Many Open Files

2002-06-14 Thread Stephen Davidson
Greetings. In Linux, each Java Thread needs a file descriptor While you are tuning, watch out for thread and process counts as well. What normally happens is that each Java thread takes a Linux process, and each linux process needs a File Descriptor. Linux defaults are 64Threads/process

[JBoss-user] JBoss DataBase Connections

2002-06-13 Thread Stephen Davidson
Greetings. How do I tell if the supplied username/password is really being used. I can login to my database using the Username/password I specify in the attached XML file. But when JBoss tries, an Invalid Username/Password error is thrown. The application actually takes care of vetting the u

Re: [JBoss-user] JBoss 2.4.4+Tomcat 4.0.1 as NT service

2002-06-10 Thread Stephen Davidson
Hi Guy. No, you are correct. NT Services can only automatically start with administrator privileges. -Steve Guy Rouillier wrote: > When you say "When I tried it", what are you referring to? JavaService > or javants? I've only used javants, and then only on platforms where I > have admini

[JBoss-user] Oracle/JNDI Connection Issue (pinging David Jencks)

2002-06-08 Thread Stephen Davidson
Greetings. I have an oracle-service.xml file that I had been using for JBoss3.0Alpha through RC2(development version attached). Now I am trying to port to 3.0final, and its not working. What is supposed to happen is that I have a DataSource living at jdbc/pool/hrnexus that my application can

Re: [JBoss-user] performance on linux/windows

2002-06-07 Thread Stephen Davidson
Greetings. Which 2.4 Kernel? And did you reset the Thread/Process handles in the Kernel? Above 2.4.10 (I would STRONGLY RECOMMEND 2.4.18 for this, btw), a new thread manager and virtual process manager was put into the Linux Kernel. The gotcha's; 1) Many Distro's, including SuSE, patched OUT t

Re: [JBoss-user] performance on linux/windows

2002-06-07 Thread Stephen Davidson
Greetings. Which 2.4 Kernel? And did you reset the Thread/Process handles in the Kernel? Above 2.4.10 (I would STRONGLY RECOMMEND 2.4.18 for this, btw), a new thread manager and virtual process manager was put into the Linux Kernel. The gotcha's; 1) Many Distro's, including SuSE, patched OUT t

Re: [JBoss-user] doc on JMS & security

2002-06-05 Thread Stephen Davidson
Hi Marius. Which version of JBoss. Some of the Beta and RC versions of 3.0 had TWO jbossmq-states, one of which was ignored. -Steve Marius Kotsbak wrote: > Is there any doc on how to set up security of jms. I can't find any, and > it doesn't work like I think it is. I don't know which login

Re: AW: [JBoss-user] HELP : Stable JVM for running JBoss on Redhat 7.2(smp) ??

2002-05-24 Thread Stephen Davidson
Not to mention the seven CD's worth of software that they ship with! {{{:-) -Steve Dennis Muhlestein wrote: > First of all, I agree there may be better JVMs than sun's rpm for > redhat, like BlackDown or whatever. I haven't spent a lot of time on > that subject. > > In reguards to SuSE vs Re

Re: [JBoss-user] Problems with db connection with weblogic driver & org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl ds

2002-05-22 Thread Stephen Davidson
Hi Rahul. That last error suggests to me that you are trying to access a ResultSet after you have closed the connection. I have had 500+ users hitting a single server simultaneously, with each hit requiring 1-3 separate connections to the database. JBoss was able to handle this w/o a proble

Re: [JBoss-user] [UCE-Spam Complaint]

2002-05-20 Thread Stephen Davidson
Hi Guys. (Un?)Fortunately, no I am not the list administrator. Just an old hand at spam fighting. Went after the source of that spam. I thought I should let the list know who it was and who to talk to, and I wanted to keep whoever IS the listadministrator up to date as to what I was doing in

[JBoss-user] [UCE-Spam Complaint]

2002-05-17 Thread Stephen Davidson
Greetings. Our mailing list has been getting spammed with this off-topic sexual commercial advertisement daily for almost a week now. Please terminate this user for spamming as per your TOS/AUP. Attn: Data Communication Bureau (cn.net), ChinaNet; You appear to be providing the connectivity fo

Re: [JBoss-user] Does JBoss3 have Problems Deploying Similar ejb- jars in Different EARs

2002-05-17 Thread Stephen Davidson
David Jencks wrote: > On 2002.05.16 20:39:45 -0400 Paul Cody wrote: > >>Wow, I'm really surprised to hear this. Sorry if this is a stupid >>question, >>but what is the benefit of class visibility between hotdeploys? Stuffing >>everything into a single classloader namespace seems like a high p

Re: [JBoss-user] BLOB type in a CMP

2002-05-13 Thread Stephen Davidson
Hi Eric. I usually open an InputStream on the field in question, and read/write that. I apologize for not have any current examples available... For example, to write to a BLOB, or other large field; byte[] content = someData; PreparedStatement ps; ps = conn.prepareSta

Re: [JBoss-user] JBoss 3.0 Branch 3_0 cvs HEAD not building

2002-05-12 Thread Stephen Davidson
> looks like you are missing the jmx runtime jar. Mine is called jmxri.jar. > Try finding it... > Regards, > Burkhard > > - Original Message - > From: "Stephen Davidson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]&

[JBoss-user] JBoss 3.0 HEAD not building!

2002-05-12 Thread Stephen Davidson
Target = all Linux 2.4.10 JDK 1.4.0 <===Begin Excerpt===> jmx-docs: [mkdir] Created dir: /home/jboss/jboss-all/connector/output/jmx-doc Running xdoclet.XDocletMain loaded by sun.misc.Launcher$AppClassLoader. Forked:true [jmxdoclet] Running [jmxdoclet] Generating output for 'org.jboss.res

[JBoss-user] JBOSS 3.0HEAD - Won't Build unless connected to the Internet????

2002-05-12 Thread Stephen Davidson
Greetings. I am not normally connected to the internet (I currently only have dialup access!). When I try to build the head version of JBoss 3.0, I get the following; Linux 2.4.10 java -version jboss@davidson:~/jboss-all> java -version java version "1.4.0" Java(TM) 2 Runtime Environment

[JBoss-user] Build Fail JBoss3.0RC2

2002-05-11 Thread Stephen Davidson
Linux 2.4.10 JDK 1.3.1 -Steve <===java -version===. jboss@davidson:~/jboss-all.RC2> java -version java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24) Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode) <===Begin last x lines===> jmx-docs: [mkdir] C

[JBoss-user] JBoss Build Failure - RC2

2002-05-11 Thread Stephen Davidson
Greetings. I thought everything was included for the build! I would really love to get a viable build going here. Linux 2.4.10 JDK 1.4.0. -Steve docs-api: jmx-docs: [mkdir] Created dir: /home/jboss/jboss-all/connector/output/jmx-doc Running xdoclet.XDocletMain loaded by sun.misc.Launch

Re: [JBoss-user] JBoss 3.0 Branch 3_0 cvs HEAD not building

2002-05-10 Thread Stephen Davidson
Stephen Davidson wrote: > Greetings. > > JDK 1.4.0 > Linux 2.4.10 > jboss-all > CVS Branch 3_0 Head. > > Not building > > -Steve > > > ___ > > Have big pipes? SourceForge.net is

[JBoss-user] JBoss 3.0 Branch 3_0 cvs HEAD not building

2002-05-09 Thread Stephen Davidson
Greetings. JDK 1.4.0 Linux 2.4.10 jboss-all CVS Branch 3_0 Head. Not building -Steve ___ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTE

Re: [JBoss-user] Stupid User? JCA Problem with Oracle Database (JBoss V3.0RC1)

2002-04-25 Thread Stephen Davidson
> > > > and change the line below to: > > name="SecurityDomainJndiName">java:/jaas/HRXDBRealm > > > On Tuesday, April 16, 2002, at 09:17 AM, Stephen Davidson wrote: > >> > name="SecurityDomainJndi

Re: [JBoss-user] Building Catalina .sar (Tomcat to work with JBossBeta 2 HOWTO)?

2002-04-24 Thread Stephen Davidson
I was talking to Jules during JavaOne about this. He was saying that this was an issue with the JasperC (JSPC compiler). The workaround that he recommended was to precompile all the JSPs and put the compiled class files in the war file. -Steve -- In Between jobs, and just getting my new dev

Re: [JBoss-user] JBoss Build Failure! JBoss 3.0.0RC1

2002-04-19 Thread Stephen Davidson
> On 2002.04.16 16:01:17 -0400 Stephen Davidson wrote: > >>Greetings. >> >>I have a local patch I have applied to the Jetty/Jasper project which is >>needed to compile my project. When I try to compile locally, the build >>seems to hang during the follow

[JBoss-user] JBoss Build Failure! JBoss 3.0.0RC1

2002-04-16 Thread Stephen Davidson
: icmp_seq=2 ttl=240 time=68.159 ms 64 bytes from 209.202.168.105: icmp_seq=3 ttl=240 time=68.289 ms --- www.oasis-open.org ping statistics --- 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max = 67.946/68.215/68.467 ms -- Stephen Davidson Java Consultant Delphi C

Re: [JBoss-user] JBoss 3.0 SSL Newbie Question

2002-04-16 Thread Stephen Davidson
Greetings. Thanks to all that replied. I now have this thing talking to the Oracle8 database. -Steve Stephen Davidson wrote: > Greetings. > > Ok, I have checked the JBoss Book (jboss.cml is the file to modify, not > used in 3.0) > Searched the web. > Checked the jboss.or

[JBoss-user] Re: ALERT - GroupShield ticket number OA29_1018913916_AAQMAIP01_3 wa s generated

2002-04-16 Thread Stephen Davidson
> file informing the recipient of the action taken. > > To: > jboss-user <[EMAIL PROTECTED]> > > From: > Stephen Davidson <[EMAIL PROTECTED]> > > Sent: > -997284224,29484243 > > Subject: > [JBoss-user] Stupid User? JCA Problem with Oracle Database

[JBoss-user] Stupid User? JCA Problem with Oracle Database (JBoss V3.0RC1)

2002-04-15 Thread Stephen Davidson
ERROR [STDERR] at java.lang.Thread.run(Thread.java:484) 18:11:41,226 INFO [Jetty] .Error: init 18:11:41,382 INFO [STDOUT] exception.toString(): javax.ejb.FinderException: Unable to locate key: LoginServlet: Unable to log you in at this -- Stephen Davidson Java Consultant Delphi Consultants, LLC

[JBoss-user] Apache/Mod_backhand/JBoss & Jetty - Help Please?

2002-04-09 Thread Stephen Davidson
he 192.168.4.11 JBoss/Jetty #1 192.168.4.12 JBoss/Jetty #2 Thanks, Steve -- Stephen Davidson Java Consultant Delphi Consultants, LLC http://www.delphis.com Phone: 214-696-6224 x208 ___ Sponsored by: Looking for hip toys and fun scwa

[JBoss-user] JBoss/Jetty Failover

2002-04-05 Thread Stephen Davidson
this with JBoss/Jetty. I know that this has to be doable, otherwise, why cluster. Where do I look? -Steve -- Stephen Davidson Java Consultant Delphi Consultants, LLC http://www.delphis.com Phone: 214-696-6224 x208 ___ JBoss-user mailing list [EMAIL

[JBoss-user] JBoss 3.0 SSL Newbie Question

2002-04-03 Thread Stephen Davidson
connect in SSL mode. 128bit mode minimum would be preferred. Don't need the EJBs in SSL, as they will be behind the firewall. Help please? -Steve -- Stephen Davidson Java Consultant Delphi Consultants, LLC http://www.delphis.com Phone: 214-696-6224

Re: [JBoss-user] How do I model and implement inheritance between EJB's?

2002-03-18 Thread Stephen Davidson
XDoclet (http://sf.net/projects/xdoclet) provides good support for this > structure. > hth > dim > > - Original Message ----- > From: "Stephen Davidson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Tuesday, Marc

Re: [JBoss-user] How do I model and implement inheritance between EJB's?

2002-03-18 Thread Stephen Davidson
suggestions are welcome! > > > > > > ___ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > -- Stephen Davidson Java Consultant Delphi Consulta

Re: [JBoss-user] JSPs can't find EJB Home/Remote Interfaces???

2002-03-14 Thread Stephen Davidson
to, but I REAY do not want to go through that much effort. > > 2. from the class name, it looks like you are referencing the actual Session bean >class - shouldn't it only be the local/remote > interface? EJB class terminates with EJB, ex. CustomerLocationSessionEJB. Remote

[JBoss-user] JSPs can't find EJB Home/Remote Interfaces???

2002-03-14 Thread Stephen Davidson
eXus/broker/customer_0005fcensus_0005flist$jsp.java:16: Class com.hrnexus.customer.ejb.CustomerLocationSession not found in import. import com.hrnexus.customer.ejb.CustomerLocationSession; ^ 2 errors -- Stephen Davidson Java Consultant Delphi Consultants, LLC http://www.delphis.com Phone: 214-69

Re: [JBoss-user] JBossMQ broken?

2002-03-14 Thread Stephen Davidson
uld > require that the user named "user" with the password hrnexus is in > jboss-state.xml. It should look something like this (from > server/default/conf in current build): > [snip to save bandwidth] -- Stephen Davidson Java Consultant Delphi Consultants, LLC http://www.delphi

Re: [JBoss-user] JBossMQ broken?

2002-03-14 Thread Stephen Davidson
q in auth.conf to use > your own user storage you will have to check that all setups are really > done correct. > > Remember that it is now actually possible to dynamically manage users > and roles from the HTML Mbean interface to the DynamicStateManager > (remember to invoke

Re: [JBoss-user] JBossMQ broken?

2002-03-13 Thread Stephen Davidson
; If you have reconfigured the security domian jbossmq in auth.conf to use > your own user storage you will have to check that all setups are really > done correct. > > Remember that it is now actually possible to dynamically manage users > and roles from the HTML Mbean interfac

Re: [JBoss-user] JBossMQ broken?

2002-03-13 Thread Stephen Davidson
users security services, there is no >>security context generated for the users. >> >>As the Users do not have security contexts, do you know a quick way to go >>and generate one for the application? >> >>-Steve >> >>[EMAIL PROTECTED] wrote:

Re: [JBoss-user] JBossMQ broken?

2002-03-13 Thread Stephen Davidson
Verry strange, specially since the subject is reported > as null. How do your ra.xml look, and your jms-service.xml. > > //Peter > > On 11 Mar, Stephen Davidson wrote: > >>Hi Peter. >>Ok, this has now become my #1 priority to solve. >> >>As the APPLICATION is handl

Re: [JBoss-user] JBossMQ broken?

2002-03-12 Thread Stephen Davidson
;user" that is not authenticated. Where does that > "user" come from. Verry strange, specially since the subject is reported > as null. How do your ra.xml look, and your jms-service.xml. > > //Peter > > On 11 Mar, Stephen Davidson wrote: > >>Hi Peter. &g

Re: [JBoss-user] JBossMQ broken?

2002-03-11 Thread Stephen Davidson
[EMAIL PROTECTED] wrote: > On 6 Mar, Stephen Davidson wrote: > >>Hi Peter. >> >>The Application had been checking the information stored in the httpSession to see >if the user had been authenticated. Then the SLSB was checking to see if the >> user w

  1   2   >