RE: [JBoss-user] Issue with the DQLHandler and multiple DLQs

2003-08-21 Thread Adrian Brock
The problem is with the per-message redelivered info not being reset when it is sent to another queue. This has been fixed for 3.2.2 Regards, Adrian On Thu, 2003-08-21 at 01:12, Barlow, Dustin wrote: 3.2.2RC2 binaries Dustin -Original Message- From: Adrian Brock To: [EMAIL

[JBoss-user] Sar deployment order question

2003-08-21 Thread Davide Pozza
Hi all I've packager my application's jar and war into a sar archive and at the first startup of jboss I receive many deployment errors. I know that this is because the datasources used by my application are deployed and bounded to jndi after the sar deployment, but I don't know hot to tell jboss

[JBoss-user] !!2003/8/21 05:38:19 jboss-user@lists.sourceforge.net

2003-08-21 Thread jboss-user
Title: ·s¼Wºô­¶1 ¡¹¡¹¡i[EMAIL PROTECTED] ¡¹¥þ¤è¦ì¹q¸£±Ð¾Ç»¡©ú:

Re: [JBoss-user] Recursive EJB call gets class not found on home

2003-08-21 Thread Guy Rouillier
I figured out a solution, though I still don't understand what is going on. Basically, we have class A in jarA starting up a thread, running class B in jarB. class B is where I'm trying to do the narrow that is failing. What I found was that putting myEJBHome.class into jarA didn't help.

RE: [JBoss-user] mod_jk2 load balancing for a RAID 0+1 analog

2003-08-21 Thread Bill Burke
I don't think you can do that. Another free software based solution you might want to look into is linux virtual server. Supposedly it has an IP based loadbalancer that is uber efficient. http://www.linuxvirtualserver.org/Joseph.Mack/HOWTO/index.html Bill -Original Message- From:

RE: [JBoss-user] Change Log Level at Runtime?

2003-08-21 Thread Bill Burke
edit log4j.xml and it shoujld be picked up -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Peter LuttrellSent: Wednesday, August 20, 2003 4:48 PMTo: [EMAIL PROTECTED]Subject: [JBoss-user] Change Log Level at Runtime?Is there any way to

Re: [JBoss-user] Errors in starting jboss 3.2.1-tomcat4.1.24

2003-08-21 Thread Adrian Brock
Hi, You have a problem with the JMS JDBC2 persistence manager not being able to a connection to HSQLDB during the restart. This normally occurs with the default message cache settings (500M/600M high/max) when the JVM has no such memory. The JVM runs out of memory loading the messages which is

RE: [JBoss-user] Issue with the DQLHandler and multiple DLQs

2003-08-21 Thread Danny . Yates
I'm just guessing, but are the 'retries' cumulative? That is, when the message comes off the second queue (FlowErrorDLQ), does it already have a retry count of 3? -- Danny Yates -Original Message- From: Barlow, Dustin [mailto:[EMAIL PROTECTED] Sent: 20 August 2003 18:34 To: [EMAIL

Re: [JBoss-user] Sar deployment order question

2003-08-21 Thread Brian Wallis
On Thu, 21 Aug 2003 19:52, Davide Pozza wrote: Hi all I've packager my application's jar and war into a sar archive and at the first startup of jboss I receive many deployment errors. I know that this is because the datasources used by my application are deployed and bounded to jndi after the

[JBoss-user] Issue with XDoclet tags in JBoss Eclipse plugin

2003-08-21 Thread Rod Macpherson
Title: Message Added a class and put the@ejb stringin the class comments then CTRL+space toselect "bean". Now I have @ejb.bean andhitCTRL+space to see what my options are for tag attributes. The problem is a large list of suggestions pops up but my expectation is that only the attributes

[JBoss-user] Exception when starting jboss3.2.1-tomcat4.1.24

2003-08-21 Thread Marco.Mistroni
hi all, i got the following exception while starting jboss org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions. Messag e recovery may not be accurate; - nested throwable: (org.jboss.util.NestedSQLExc eption: Could not create connection; - nested throwable:

[JBoss-user] No ejb-relationship-role-name element found

2003-08-21 Thread Matthew Hixson
When deploying my entity beans I receive the output below from JBoss (at the bottom of this message). I have two entity beans. A FileBean has a CMR to a ContentTypeBean. This relationship is many to one unidirectional since many files can contain the same content types. I'm using xdoclet

RE: [JBoss-user] Issue with XDoclet tags in JBoss Eclipse plugin

2003-08-21 Thread Rod Macpherson
Title: Message Disregard the XDoclet configuration: do not need. The XDoclet configuration manager attempts to put a point and click interface onthings butat this time it is just too klunkyto be effective. The XDoclet ANT task itself is all one really needs. I like the code-completion of ejb

[JBoss-user] Biliyoruz Reklam'a iHTiYACINIZ VAR..! 21.08.2003 02:10:32

2003-08-21 Thread eMail Network
Title: Untitled Merhaba jboss-user , TR.Rehber 11 - 199$

Re: [JBoss-user] Change Log Level at Runtime?

2003-08-21 Thread Andrew May
Edit conf/log4j.xml and your changes will be picked up after a short delay (or you can use the reconfigure method in the MBean to force it to re-read the configuration file). -Andrew Peter Luttrell wrote: Is there any way to change the log level for the server.log at runtime? I've looked at

Re: [JBoss-user] ejb client - ctx - unknown source

2003-08-21 Thread Adrian Brock
You should use new InitialContext(); when access java:comp/env Regards, Adrian On Wed, 2003-08-20 at 14:23, Jiri Chaloupka wrote: Hallo, I am learning about ejbs ... I have some ejb deployed on JBoss and client for this, where is: