Re: [JBoss-user] unable to deploy my application to JBoss-Jetty: java.lang.ClassNotFoundException: org.mortbay.j2ee.session.JGStore

2003-01-20 Thread James Cleary
Title: RE: [JBoss-user] unable to deploy my application to JBoss-Jetty: java.lang.ClassNotFoundException: org.mortbay.j2ee.session.JGStore here here.. i just spent 1 hour searching jboss forum and jboss user for the answer you said is out there with no luck. found a lot of posts complaining

Re: [JBoss-user] MySQL Datasource configuration problem

2003-01-16 Thread James Cleary
Try changing the first occurence of name to service as follows. Not sure which version of JBoss they changed this in but it's always biting me because we run several versions. depends optional-attribute-service=JaasSecurityManagerServicejboss.secur ity:service=JaasSecurityManager/depends

Re: [JBoss-user] Store large pdfs with JBoss

2003-01-03 Thread James Cleary
Our Product Data Manager system does the same. Just stores the files on disk with encrypted names. The database has the URLs to the correct PDF for a particular document number. We can reach those URLs on our Apache web server. If trying the JBoss route you could modify your

Re: [JBoss-user] JBoss on Linux Problem

2002-12-02 Thread James Cleary
Can you run with 1.4 when you first boot JBoss? I've seen problem when redeploying. Have to restart JBoss every time I deploy. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 29, 2002 1:42 AM Subject: [JBoss-user] JBoss on Linux Problem I

Re: [JBoss-user] Re: resource-loading in .war

2002-11-11 Thread James Cleary
Good question. Not sure.ClassLoaders must be different? Try printing them out: getClass().getClassLoader() vs Thread... - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 08, 2002 11:17 PM Subject: [JBoss-user] Re: resource-loading in .war Case

Re: [JBoss-user] JBOss server : HTTP Error: Internal server

2002-11-07 Thread James Cleary
works for me - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 07, 2002 1:06 PM Subject: RE: [JBoss-user] JBOss server : HTTP Error: Internal server I mean the Jboss webserver http://www.jboss.org -Original Message- From: Jules

[JBoss-user] forum search not working?

2002-11-06 Thread James Cleary
I've tried both Konqueror and Netscape doing searches in the forums and never get anything back. I browsed the installation and config forum.. noted xalan mentioned and then searched for xalan in that forum. Nothing returned. I'm logged in as user cleary. What gives? James

Re: [JBoss-user] why EJBs?

2002-10-16 Thread James Cleary
Maybe by going thru a simple tutorial it will become obvious to him whether his app would benefit by moving to EJBs - http://developer.java.sun.com/developer/onlineTraining/J2EE/Intro2/j2ee.html also.. http://www.jboss.org/overview.jsp - Original Message - From: [EMAIL PROTECTED]

Re: [JBoss-user] socket error trying to create a session bean

2002-06-07 Thread James Cleary
Is your application running the same or greater jre as JBoss? I've seen socket errors when the client is running 1.4 and JBoss running 1.3. Make them the same. I thought i saw someone mention a bug with JBoss 3.0 final running 1.4. Think you need to use 1.3 to kick off JBoss. -

Re: [JBoss-user] problem in interest example - class not found!!!

2002-06-04 Thread James Cleary
I'm guessing missing servlet.jar in classpath.. I haven't switched to 3.0RC yet so maybe jnet.jar is the new servlet jar? - Original Message - From: Marius Kotsbak [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 7:02 AM Subject: Re: [JBoss-user] problem in interest

Re: [JBoss-user] problem in interest example - class not found!!!

2002-06-04 Thread James Cleary
missing in your classpath: $JBOSS_DIST/catalina/common/lib/servlet.jar I think i recall on the Sun having to set the link catalina under JBOSS_DIST so the above path would be valid. - Original Message - From: Ibrahim Salloum To: [EMAIL PROTECTED] Sent: Tuesday,

Re: [JBoss-user] Beta can't deploy my entity beans

2002-03-01 Thread James Cleary
I went through the Enterprise Java Beans tutorial exercises.. under lesson1 is a BonusApp that has an entity bean in it ( i think ). Works for me with 3.0beta (Solaris). Give this one a shot and goto localhost:8080/BonusRoot/bonus.html ampere jec partslists 1037 echo $JBOSS_DIST/

[JBoss-user] child name xx is not unique

2002-02-28 Thread James Cleary
JBoss 3.0 - can somebody explain why I keep getting this child not unique error and why the server says it is undeploying a tmp/95.ejb-jar file 2 times, then says it can't cause it's null or not a copy then goes and says it undeployed it. Rather confusing.

[JBoss-user] jboss examples accesses Bean classes from disk not from jboss

2002-01-17 Thread James Cleary
I've been trying to run Sun's J2EE tutorialsimple Converter example within jboss with no success. I am also having a problem with the jboss example InterestClient. Digging into the problem I have found that following the web documentation and running ant with the build.xml file works fine.