RE: [JBoss-user] HELP! JBoss client problem

2001-05-11 Thread Doyle, Steven
. -eric - Original Message - From: Doyle, Steven [EMAIL PROTECTED] To: 'jboss-user' [EMAIL PROTECTED] Sent: Thursday, May 10, 2001 10:49 AM Subject: [JBoss-user] HELP! JBoss client problem Hi All, I have developed JBoss client application which works perfectly when I execute it from

[JBoss-user] HELP! JBoss client problem

2001-05-10 Thread Doyle, Steven
Hi All, I have developed JBoss client application which works perfectly when I execute it from the command line i.e. java -classpath c:\jboss-2.2.1\client\jboss-client.jar;c:\jboss-2.2.1\client\jbosssx-client .jar;c:\JBuilder3 5\lib\jbcl3.1.jar;c:\projects\classes

RE: [JBoss-user] www.jboss.org

2001-04-30 Thread Doyle, Steven
I can't access it either, I have been trying since yesterday. -Original Message- From: Maris Orbidans [mailto:[EMAIL PROTECTED]] Sent: 30 April 2001 09:56 To: [EMAIL PROTECTED] Subject: [JBoss-user] www.jboss.org Can you access subj. page? I cannot, is it shut down ? Maris

RE: [JBoss-user] Unrecognized jdbc-type: DATE

2001-04-30 Thread Doyle, Steven
I had the same problem don't specify the type mapping, the standardjaws.xml has all of these already for MySQL i.e. mapping java-typejava.util.Date/java-type jdbc-typeDATE/jdbc-type sql-typeDATETIME/sql-type /mapping mapping java-typejava.sql.Date/java-type

RE: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-27 Thread Doyle, Steven
Are you running with server side java hotspot, as this will make a big difference -Original Message- From: Rama Rao [mailto:[EMAIL PROTECTED]] Sent: 27 April 2001 09:29 To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic Hi All, We have

RE: [JBoss-user] Configuring Jboss to use Log4j ?

2001-04-25 Thread Doyle, Steven
. - Original Message - From: Doyle, Steven [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 8:32 AM Subject: RE: [JBoss-user] Configuring Jboss to use Log4j ? ok, so basically I shouldn't try and us log4j, but instead use the jboss.logging. pity, thanks

[JBoss-user] Configuring Jboss to use Log4j ?

2001-04-24 Thread Doyle, Steven
Hi, I'm reasonably new to jboss, and I am having difficulty getting JBoss to use Log4j I have uncommented the relevant lines in jboss.conf and also removed the default file console logging. The service seems to start ok, except I get duplicate log entries appearing in the Jboss console.

RE: [JBoss-user] Configuring Jboss to use Log4j ?

2001-04-24 Thread Doyle, Steven
(source) log4j functionality log.log(my message); Log.unsetLog(log); //duplicates NDC.pop() log4j functionality On 2001.04.24 08:24:01 -0400 Doyle, Steven wrote: Hi, I'm reasonably new to jboss, and I am having difficulty getting JBoss to use Log4j I have uncommented the relevant lines