Re: [JBoss-user] [3.2.2RC2] Using the UUID or HiLoID generator

2003-08-21 Thread Alexey Loubyansky
Hello Dustin, you can use generators in your applications. For example: InitialContext ic = new InitialContext(); // get generator factory from JNDI IDGeneratorFactory keyGeneratorFactory = (IDGeneratorFactory)ic.lookup(idFactoryName); // get generator instance (perhaps, should be made a // @j

Re: [JBoss-user] Core dumps in Jboss3.2.2.RC2 !

2003-08-21 Thread Langelage, Frank
I've no problems with JBoss 3.2.2RC3 on Solaris 9 (08/03) and J2SE 1.4.2 on SunBlade 150. I would advise you to use the newest JDK (1.4.2) and be up to date with system library patches for the OS. Regards - Frank Sacha Labourey wrote: I am not using Solaris, is anyone using Solaris has a JVM t

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: > > > Pro

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

[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] 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 on things but at this time it is just too klunky to be effective. The XDoclet ANT task itself is all one really needs. I like the code-completion of e

[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

[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: (java.sql.SQ

[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+ to select "bean". Now I have @ejb.bean and hit CTRL+ 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 associat

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

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 PR

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 u

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 c

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] 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. Pu

[JBoss-user] 全方位電腦教學!!2003/8/21 下午 05:38:19"電腦學習者"

2003-08-21 Thread 集多年累積總整理jboss-user
Title: ·s¼Wºô­¶1    ¡¹¡¹¡i[EMAIL PROTECTED] ¡¹¥þ¤è¦ì¹q¸£±Ð¾Ç»¡©ú: §A¬O§_ı±o¹

[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 t

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