Re: [JBoss-user] Problems Loading External Classes?

2001-11-28 Thread Hunter Hillegas
Thanks for the help. > From: David Jencks <[EMAIL PROTECTED]> > Date: Thu, 29 Nov 2001 01:18:27 -0500 > To: Hunter Hillegas <[EMAIL PROTECTED]> > Cc: JBoss 2 <[EMAIL PROTECTED]> > Subject: Re: [JBoss-user] Problems Loading External Classes? > > On 2001.11.29 00:55:48 -0500 Hunter Hillegas wrote:

[JBoss-user] Serialization Problems

2001-11-28 Thread Hunter Hillegas
Jboss is having problems passivating my SFSBs... I'm getting this exception: 22:46:38,370 ERROR [Default] java.rmi.ServerException: Could not passivate; nested exception is: java.io.NotSerializableException: org.jboss.ejb.plugins.local.BaseLocalContainerInvoker$EntityProxy 22:46:38,373 E

Re: [JBoss-user] Problems Loading External Classes?

2001-11-28 Thread David Jencks
On 2001.11.29 00:55:48 -0500 Hunter Hillegas wrote: > I'm trying to use JDOM to parse some XML and I'm having some trouble... I > have jdom.jar in JBOSS_HOME/lib/ext but this code: > > SAXBuilder builder = new SAXBuilder(); > > Generates this exception: > > java.lang.NoClassDefFoundError: org/j

Re: [JBoss-user] Problems with JSSE in Jboss

2001-11-28 Thread Dmitri Colebatch
we had problems with this too... from inside JBoss... didn't seem to be picking up the system properties, I assume because of classloaders anyway, just asked the guy here who worked on it, apparently the solution was to create a new URLStreamHandler and use the URL constructor that lets you speci

[JBoss-user] Problems Loading External Classes?

2001-11-28 Thread Hunter Hillegas
I'm trying to use JDOM to parse some XML and I'm having some trouble... I have jdom.jar in JBOSS_HOME/lib/ext but this code: SAXBuilder builder = new SAXBuilder(); Generates this exception: java.lang.NoClassDefFoundError: org/jdom/input/SAXBuilder What gives? That class is in the jar according

[JBoss-user] Problems with JSSE in Jboss

2001-11-28 Thread Hunter Hillegas
I am trying to use JSSE in my J2EE app and having some trouble... I have this code: URL upsUrl = new URL("https://wwwcie.ups.com/ups.app/xml/Rate";); This is throwing this exception: java.net.MalformedURLException: unknown protocol: https So... I don't know where to go from here... I see that

Re: [JBoss-user] java.lang.reflect.UndeclaredThrowableException

2001-11-28 Thread Dmitri Colebatch
an undeclared throwable is thrown when the metho throws an exception not declared in its signature. in this case, the most likely explanation is that you have ommitted the throw clause (or part thereof) from your method signature in the interface. to learn more about the undeclared throwable,

[JBoss-user] java.lang.reflect.UndeclaredThrowableException

2001-11-28 Thread Hunter Hillegas
Part of my J2EE application constructs an XML document, sends it to UPS, and gets the response... This originates in a servlet, which calls the EJB container to do the actual communication with UPS... Anyway, when I call the method in the servlet that starts the sequence of events off, I get thi

Re: [JBoss-user] Hang at Default server

2001-11-28 Thread David Jencks
On 2001.11.28 22:06:42 -0500 Kent Henneuse wrote: > Yes that was a typo. I ment 2.4.1a. Oops. > I tried to comment out the Hypersonic stuff but I am unable to deploy > my ear file because it wants to use DefaultDS to store some sort of > information about my pools. Maybe somebody can explain t

Re: [JBoss-user] Hang at Default server

2001-11-28 Thread Kent Henneuse
Yes that was a typo. I ment 2.4.1a. Oops. I tried to comment out the Hypersonic stuff but I am unable to deploy my ear file because it wants to use DefaultDS to store some sort of information about my pools. Maybe somebody can explain the use of the secondary database in regards to deployment.

Re: [JBoss-user] Hang at Default server

2001-11-28 Thread Guy Rouillier
Is your original message a typo, or are you really running JBoss 2.1.4? If so, that is a very old version and you should upgrade. I had the same problem you describe back in the 2.2 days. It is due to Hypersonic starting up (I'm pretty sure - either that or InstantDB). But for me at least, it

[JBoss-user] Hang at Default server

2001-11-28 Thread Kent Henneuse
For a while now I have been seeing a situation where JBoss hangs while it is starting up. I get through all of the startup script down to the messages: [XADataSourceLoader] Starting [DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS [Default] Server 1.4 is running [Default] Press

Re: [JBoss-user] EJB QL Help

2001-11-28 Thread Hunter Hillegas
You rule. It seems to work great. > From: Dain Sundstrom <[EMAIL PROTECTED]> > Date: Wed, 28 Nov 2001 17:11:18 -0600 > To: "'Hunter Hillegas'" <[EMAIL PROTECTED]>, JBoss 2 > <[EMAIL PROTECTED]> > Subject: RE: [JBoss-user] EJB QL Help > > Try it out. It should be fixed now. > > -dain > >>

[JBoss-user] 2.4.4 beta is available

2001-11-28 Thread Scott M Stark
The 2.4.4 beta preview release is availble now at sourceforge. This includes: JBoss-2.4.4-beta.zip, the JBoss 2.4.4 application server sans servlet container JBoss-2.4.4-src.tgz, the source code for the server, modules and tomcat embedded services. CVS tag = Rel_2_4_4_17 JBoss-2.4.4_Tomca

RE: [JBoss-user] EJB QL Help

2001-11-28 Thread Dain Sundstrom
Try it out. It should be fixed now. -dain > -Original Message- > From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 28, 2001 4:19 PM > To: Dain Sundstrom; JBoss 2 > Subject: Re: [JBoss-user] EJB QL Help > > > Very cool. I don't mean to be pushy, just that my a

[JBoss-user] Packaging - Optimized vs. Not (or Tomcat 4.0 SSL)

2001-11-28 Thread geoff
Trying to get this resolved is turning out to be more problematic than expected. I'm left with several questions: - Does anyone yet have a solution for JBoss/Catalina (Tomcat 4) with SSL? Searches on the list indicate that other people have had problems, but no solutions that I could see.

Re: [JBoss-user] EJB QL Help

2001-11-28 Thread Hunter Hillegas
Very cool. I don't mean to be pushy, just that my app needs that fix. I can't see anything that is broken. So far my app is working great. > From: Dain Sundstrom <[EMAIL PROTECTED]> > Date: Wed, 28 Nov 2001 16:15:16 -0600 > To: "'Hunter Hillegas'" <[EMAIL PROTECTED]>, JBoss 2 > <[EMAIL PROTECTED

RE: [JBoss-user] EJB QL Help

2001-11-28 Thread Dain Sundstrom
> Wow, the new code does seem to perform much better... I am glad to see that I didn't break something (I rewrote almost every command). > Any word on the EJBQL patch? Later tonight. I working couple of hours ago, but quickly discovered I was too tired to figure out what is going on. I do know

RE: [JBoss-user] EJB QL Help

2001-11-28 Thread Dain Sundstrom
> Wow, the new code does seem to perform much better... I am glad to see that I didn't break something (I rewrote almost every command). > Any word on the EJBQL patch? Later tonight. I working couple of hours ago, but quickly discovered I was too tired to figgure out what is going on. I do kno

Re: [JBoss-user] HOW TO: ADD other directories to watch

2001-11-28 Thread Guy Rouillier
When you say you "added the following line", did you actually add it, or did you modify the existing one? There should only be one line. And if it says it is watching the directory, it most likely is. Try clearing out the default deployment directory, then start up JBoss and add a simple EJB t

Re: [JBoss-user] EJB QL Help

2001-11-28 Thread Hunter Hillegas
Wow, the new code does seem to perform much better... Any word on the EJBQL patch? > >> From: Dain Sundstrom <[EMAIL PROTECTED]> >> Date: Tue, 27 Nov 2001 18:24:02 -0600 >> To: "'Hunter Hillegas'" <[EMAIL PROTECTED]>, JBoss 2 >> <[EMAIL PROTECTED]> >> Subject: RE: [JBoss-user] EJB QL Help >> >

Re: [JBoss-user] (SOLVED) JBoss3.0 Alpha and Oracle

2001-11-28 Thread randy . shoup
In a private email, the following was suggested: > hi, > try to delete username&password near the DriverClass attribute >and to add them in the PrincipalMappingProperties > > userName=INSERT HERE > USERNAME > password=INSERT HERE PASSWORD > > remember that in XML everything is case

Re: [JBoss-user] Local interfaces and relations

2001-11-28 Thread Dave Smith
Sorry to reply to my own message but will be handy for the archives. The problem was that the child relation was missing a setting for the foreign key. The current cvs now warns of this case and after adding it was fine. Dave Smith wrote: > I am trying to get a localObject that is a 1 to ma

Re: [JBoss-user] Multiple IP adresses

2001-11-28 Thread Peter Fagerlund
One way would be to use "forward" in netfilter "iptables" to have a route from one ip:port -> ip:port ... search for netfilter at google ... /peter_f on 1-11-28 15.49, Lorenzo Resta at [EMAIL PROTECTED] wrote: > Hi, > > Does someone know if JBoss supports a server with two or more ethernet > c

Re: [JBoss-user] Session timeout

2001-11-28 Thread Sternagel Annegret (PN-SYS/PE)
For the EJBs in jboss you can configure lifetimes in standardjboss.xml, e.g. Standard Stateful SessionBean ... org.jboss.ejb.plugins.LRUStatefulContextCachePolicy 50 1000

[JBoss-user] Session timeout

2001-11-28 Thread Andrew
Hi, how I can set session timeout for JBoss for web container sync purposes. If web container session is expiered than client bean stubs is not valid anymore( references on remote objects retain for web session lifetime) . Is this right? Thanks

[JBoss-user] Multiple IP adresses

2001-11-28 Thread Lorenzo Resta
Hi, Does someone know if JBoss supports a server with two or more ethernet cards and therefore multiple IP-adresses? I am currently deploying a JBoss server on a Linux box (SuSe 6.4) with two ethernet cards. There are two stateless session beans deployed on that server. The trouble is now that

[JBoss-user] Session timeout

2001-11-28 Thread Andrew
Hi, how I can set session timeout for JBoss for web container sync purposes. If web container session is expiered than client bean stubs is not valid anymore( references on remote objects retain for web session lifetime) . Is this right? Thanks _

Re: [JBoss-user] JBoss-3.0a, snapshot 25/11/2001, jbosspool.jar

2001-11-28 Thread David Jencks
Could you check that the conf/default/jboss-service you are using is identical to the one in cvs? I removed the only jbosspool.jar reference I can find a couple of days ago. david jencks On 2001.11.28 06:46:37 -0500 joel cordonnier wrote: > Hi ! > > > I just build JBoss3.0. When I try to star

Re: [JBoss-user] JBoss3.0a. Oracle8.1.6, oracle-service.xml, PrincipalMappingProperties ???

2001-11-28 Thread David Jencks
On 2001.11.28 06:37:18 -0500 joel cordonnier wrote: > Hi ! > > I just build JBoss3.0a from the 25/11 snapshot, and i > try to configure a 'service' to use oracle. > > code="org.jboss.resource.ConnectionFactoryLoader" > > name="JBOSS-SYSTEM:service=ConnectionFactoryLoader,name=DefaultDS"

Re: [JBoss-user] JBoss3.0a, DB configurations !?

2001-11-28 Thread David Jencks
On 2001.11.28 07:33:15 -0500 joel cordonnier wrote: > Hi ! > > I try to configure JBoss3.0a (snapshot of 25/11) with > Oracle 8.1.6 > > I have created a subdirectory of 'conf' named > 'myConf', and I start JBoss with the arguments -c > myConf. > > I have created an oracle-service.xml file. This

[JBoss-user] Problem in local call of EJB component .... please help..... please

2001-11-28 Thread ajit
Hi there; I am using JBOSS-2.4.3, i want to test a Bean to bean Local Call, suppose there are two bean A and B A is calling B, In DD for A, i have given the tag                              but i am not able to call B from A, in side java code of A, i ha

[JBoss-user] JBoss3.0a, DB configurations !?

2001-11-28 Thread joel cordonnier
Hi ! I try to configure JBoss3.0a (snapshot of 25/11) with Oracle 8.1.6 I have created a subdirectory of 'conf' named 'myConf', and I start JBoss with the arguments -c myConf. I have created an oracle-service.xml file. This configuration is working, I'm sure, because when i copy this file to th

[JBoss-user] Secure Example

2001-11-28 Thread storck
Hi, does an example exists wich uses jsp's for frontend and secure ejb's ? Many thanks! ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] JBoss-3.0a, snapshot 25/11/2001, jbosspool.jar

2001-11-28 Thread joel cordonnier
Hi ! I just build JBoss3.0. When I try to start JBoss, there is the error: 12:40:39,702 ERROR [ServiceDeployer] Problem deploying url file:/C:/cvs/jboss3.0a-251101//lib/ext/jbosspool.ja r, no valid service.xml file found. java.io.FileNotFoundException: C:\cvs\jboss3.0a-251101\lib\ext\jbosspool.

[JBoss-user] JBoss3.0a. Oracle8.1.6, oracle-service.xml, PrincipalMappingProperties ???

2001-11-28 Thread joel cordonnier
Hi ! I just build JBoss3.0a from the 25/11 snapshot, and i try to configure a 'service' to use oracle. ConnectionURL=jdbc:oracle:thin:@localhost:1521:Consileo DriverClass=oracle.jdbc.driver.OracleDriver UserName=joel Password=vidu95 OracleDS java:/TransactionManager JCA:service=RARDeploy

[JBoss-user] local call in jboss 2.4.3

2001-11-28 Thread ajit
Hi there, I am using JBOSS-2.4.3, i want to test a Bean to bean Local Call, suppose there are two bean A and B A is calling B, In DD for A, i have given the tag but i am not able to call B from A, in side java code of A, i ha

[JBoss-user] virtual hosts again

2001-11-28 Thread Jarecsni János
Hi, sorry for bringing up this question again but noone answered and still I think it's a fundamental question. Maybe I was a bit obscure in my previous mail or maybe my English was hard to get :) So here's what we'd like to do: 1. say we host two domains www.foo.com and www.bar.com 2. we have

RE: [JBoss-user] Jboss, Jaws CMP, HSQLDB JDBC and DATE type: NumberFormatException when updating

2001-11-28 Thread Coetmeur, Alain
thanks everybody.. that was it !!! I'll post this solution in the jboss forum thread, for followers... best regards... (hey that's reactive support ! how to transform the fear of failure into an argument for opensource... ) > -Message d'origine- > > try : java.sql.Date consistently

[JBoss-user] JBoss3.0 Alpha , Ant, buildMagic.

2001-11-28 Thread joel cordonnier
hi ! I just download the daily snapshot of JBoss3.0. Where is the 'mail' build.xml file ?? in admin directory ?? Thanks /Joel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Courrier : http://courrier.yahoo