Re: [JBoss-user] Serialization Problems

2001-11-29 Thread Peter Levart
On Thursday 29 November 2001 07:51, Hunter Hillegas wrote: 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:

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

2001-11-29 Thread Coetmeur, Alain
I'm nit sure it is specific to jboss, because I had this problem with tomcat... in JSSE install.txt documentation they say you must change an URLFactory property to reference the jsse HTTPS aware factory... 6) HTTPS Support The JSSE reference implementation contains a URL handler

[JBoss-user] How can I switch off TimedCachPolicy

2001-11-29 Thread storck
Hi, I am running JBoss 2.2.2 inside Visual Age 3.5 Patch2. Cause jdk1.2 does not has import java.util.Timer I have an error inside TimedCachePolicy. I read that I can switch off TimedCachPolicy witch JaasSecurityManagerService uses but i DONT KNOW HOW. Can someone help me`? Every comment is

[JBoss-user] Very important how to .....

2001-11-29 Thread Rajesh Vilasrao Bhujbal
unsubscribe how to unsubscribe from this never ending mailing list? there is no option on jboss.org site to unsubscribe from this list? is it mistake or they had done it intentionally? any way I want to get out of this list, since it is too much load for my mail box. Please help me.

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

2001-11-29 Thread Felipe F. Palma Dias
Hello, I'm a new user. I'm brazilian, that's why my english is not good, sorry. I'm using Jboss 2.4.3, Tomcat 3.2.3, data base Hypersonic and Entity CMP. I'm doing any tests to create and to read CMP beans, I have a JSP file that have the following code: 1- InitialContext

[JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-11-29 Thread Gianni Gottardi
Hi, I already read a lot of messages of people having problems like mine. I'm trying to update from jboss 2.2.2 to 2.4.3 to take advantage from the JBossMQ devel. but no way my ejb will deploy!! JBoss load it's private log4j.jar, any try to get it works with my apps went wrong. Any other

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

2001-11-29 Thread danch
Does your bean have a date field that you're not setting? Is it declared as java.sql.Date? This seams like a problem that we've been seeing with the newer version of Hypersonic. -danch Felipe F. Palma Dias wrote: Hello, I'm a new user. I'm brazilian, that's why my english is not good,

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

2001-11-29 Thread Felipe F. Palma Dias
Does your bean have a date field that you're not setting? Has a date field and it is recorded, therefore of first when I create bean I obtain to execute the program correctly. Sees mine below two codes. Is it declared as java.sql.Date? No, It is java.util.Date

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

2001-11-29 Thread danch
Felipe F. Palma Dias wrote: Does your bean have a date field that you're not setting? Has a date field and it is recorded, therefore of first when I create bean I obtain to execute the program correctly. Sees mine below two codes. Is it declared as java.sql.Date? No, It is

RE: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-11-29 Thread Blei Marcela
Hi Gianni, I think we are having the same problem. I was using jboss 2.2.1 and I didn´t have any problem with my code, but when I installed jboss 2.4.3 I began to get the exception: NoClassDefFoundError when I deployed beans that use classes from jar files that are at lib/ext like log4j.jar or

Re: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-11-29 Thread Guy Rouillier
Sorry, I don't understand the issue. JBoss using log4j for logging - you can't delete it from lib/ext. What is the original problem you were trying to solve by deleting lib/ext/log4j.jar? Can't you just add JBoss's lib/ext/log4j.jar to the classpath used by your apps? - Original Message

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

2001-11-29 Thread Felipe F. Palma Dias
it functioned, thanks a lot -- Felipe F. Palma Dias - [EMAIL PROTECTED] http://www.palmadias.hpg.com.br ICQ: 133921121 - Original Message - From: danch [EMAIL PROTECTED] To: Felipe F. Palma Dias [EMAIL PROTECTED]

[JBoss-user] [OT] Open Source Java User Group in Minnesota

2001-11-29 Thread David Blevins
FYI, There is a new Java user group in Minnesota. This new user group is non-commercially driven and has a friendly atmosphere. The focus is on learning something and not selling something, getting to know other developers in the same community. The meetings are very Open Source aware and

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

2001-11-29 Thread Hunter Hillegas
Thanks. I actually figured it out. I needed to set a system property before it would work. Kind of arcane and retarded, but it works now. From: Julian Gosnell [EMAIL PROTECTED] Date: Thu, 29 Nov 2001 10:01:09 + (GMT) To: Hunter Hillegas [EMAIL PROTECTED], JBoss 2 [EMAIL PROTECTED] Cc:

Re: [JBoss-user] virtual hosts again

2001-11-29 Thread Guy Rouillier
What version of Tomcat? The latest I've used is 3.2.3, and that doesn't recognized name-based virtual servers - only IP based virtual servers. - Original Message - From: "Jarecsni Jnos" [EMAIL PROTECTED] To: "JBoss-List" [EMAIL PROTECTED] Sent: Wednesday, November 28, 2001 6:26 AM

Re: [JBoss-user] virtual hosts again

2001-11-29 Thread Michael Angelo Libio
name-based virtual servers are recognizable under tomcat 3.2.3. ...so, under server.xml (tomcat's) you should have configured two context with their respective physical path. Under those paths, there should be a /WEB-INF directory, and under that, there should be /lib and /classes directory.

RE: [JBoss-user] virtual hosts again

2001-11-29 Thread Jarecsni Jnos
Hi, tanks very much for this much-awaited answer! Hm. That's bad news. And it (meaning not your answer, but the fact itself! :) also sounds a bit ridiculous for me. It is so simple with the Apache web server to do this. On one of our servers eg. we host dozens of domains. You simply specify a

RE: [JBoss-user] virtual hosts again

2001-11-29 Thread Jarecsni Jnos
Hm. this sounds funny for one simple reason: The application deploys in the following directory: $JBOSS_HOME/tmp/deploy/Default/istore.ear/web1002/ Under that there's indeed the required WEB-INF directory. But. The web1002 directory is created at JBoss startup and its name cannot be foretold.

[JBoss-user] JAAS and JBoss 2.2.2Tomcat 3.2.3

2001-11-29 Thread storck
Hi, I try to use the JBossSX with the following clientcode: if (args.length != 2) throw new IllegalArgumentException(Usage: username password example); String name = args[0]; char[] password = args[1].toCharArray(); System.out.println(+++ Running with

[JBoss-user] JSR 160: Java Management Extensions (JMX) 1.1 Posted

2001-11-29 Thread Hugo José Pinto
Guys, Good news: http://www.jcp.org/jsr/detail/160.jsp Hugo