Re: [JBoss-user] CachedConnectionManager and JMS (3.2.2RC2 v. 3.2.2RC1)

2003-08-01 Thread Scott M Stark
What about the QueueSession which is what the message is indicating that it closed? It could be argued that this is a bug in that 1.0.2b jms spec says that closing a connection is sufficient, but it was not addressing a JCA resource provider. -- Scott Stark Chief

RE: [JBoss-user] CachedConnectionManager and JMS (3.2.2RC2 v. 3.2.2RC1)

2003-08-01 Thread Danny . Yates
It would make sense if closing the connection closed all the sessions created from that connection. After all, I guess the sessions are useless once the connection has been closed? Rgds, Dan. -- Danny Yates -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED] Sent: 01

[JBoss-user] Re: jndi port change does not work under 3.2.1

2003-08-01 Thread Marko Friedemann
Scott M Stark schrieb: This stack trace shows that you have a jndi.properties file available in the classpath that that a Context.PROVIDER_URL, and this must be pointing to localhost:1099. Ah, indeed! Thanks Scott. I did have a jndi.properties files inside a compressed ear+war archive

RE: [JBoss-user] Apache / JBoss Communication via mod_jk2 - Can Unix Sockets be used?

2003-08-01 Thread Feighery Raymond
Not sure what the cross-pollination between the lists is so I will post the follow-up I received. From: Greg Wilkins [mailto:[EMAIL PROTECTED] Jetty does not support unix sockets for mod_jk2. It has been developed against mod_jk and has not been updated yet to use mod_jk2. It is on the

[JBoss-user] Start JBoss in Linux daemon

2003-08-01 Thread sun zheng
Dear all, what i did before is to use a bash file to restart MySQL, TomCat and JBoss so that my application got restarted. In order to let it running after I log off, I used nohup. it works fine. However, as nohup exports its own log file -- nohup.out, it could not export as other log file

RE: [JBoss-user] Apache / JBoss Communication via mod_jk2 - Can Unix Sockets be used?

2003-08-01 Thread Sacha Labourey
Yes, let us know your experience! Cheers, sacha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Feighery Raymond Sent: vendredi, 1. août 2003 11:07 To: '[EMAIL PROTECTED]' Cc: 'Jules Gosnell' Subject: RE: [JBoss-user] Apache / JBoss

RE: [JBoss-user] Start JBoss in Linux daemon

2003-08-01 Thread Sacha Labourey
There is a JBoss_init.sh file in JBoss_HOME/bin that you can use in /etc/init.d/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sun zheng Sent: vendredi, 1. août 2003 11:10 To: [EMAIL PROTECTED] Subject: [JBoss-user] Start JBoss in Linux daemon

RE: [JBoss-user] Start JBoss in Linux daemon

2003-08-01 Thread Sacha Labourey
There is a JBoss_init.sh file in JBoss_HOME/bin that you can use in /etc/init.d/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sun zheng Sent: vendredi, 1. août 2003 11:10 To: [EMAIL PROTECTED] Subject: [JBoss-user] Start JBoss in Linux daemon

Re: [JBoss-user] Geting real performance data from theSPECjAppServer2002

2003-08-01 Thread Pete Beck
I'm just guessing, but perhaps throwing the extra memory and threads at the VM made it run faster. If ther VM runs faster, then the transactions will be shorter which means there will be less lock contention. On Tue, 2003-07-29 at 15:51, Christofer Dutz wrote: PS: Has anyone got an idea, why

SOLVED (Re: [JBoss-user] Cluster failover and no concurrent calls on stateful beans)

2003-08-01 Thread Joao Clemente
Thank you for having replied Sacha. I'll not provide the exception stack trace as we've found what was causing the problem. I'll post our finding here to end this thread with the explanation for our problem (well, at least is what we suspect it was the problem. I'm sorry if what I'm saying is not

RE: SOLVED (Re: [JBoss-user] Cluster failover and no concurrent calls on stateful beans)

2003-08-01 Thread Sacha Labourey
Good to know you solved it! Cheers, sacha -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joao Clemente Sent: vendredi, 1. août 2003 12:05 To: [EMAIL PROTECTED] Subject: SOLVED (Re: [JBoss-user] Cluster failover and no concurrent calls on

[JBoss-user] email 2003/7/30 08:53:48

2003-08-01 Thread 07/30
Title: 0618 §C¦¨¥»°ª®Ä²vªº¦æ¾P¤u¨ã §Q¥Îºô¸ôÂX®i°Ó¾÷ªº§Q¾¹ 2003 ¦~ 7 ¤ë ³Ì·s»OÆW°Ï¹q¤l¶l¥ó¦æ¾P¦W³æ ¥xÆW¦a°Ï¤u°Ó¦W¿ý ¤µ¦~¦~ªì°ê¬ì·|²Î­p¡A§Ú°ê¤Wºô¤H¤f¤w¯}800¸U¤jÃö¡A¼eÀW¤Wºô¤H¤f¥ç¹F¨ì161¸U

RE: [JBoss-user] Message to User about JBoss Startup Complete

2003-08-01 Thread Muraly R
Hi Fred, Really sorry about the delayed response... There were some other priorities to be covered, before this. What I understand from this is to deploy the following as an MBean and then try to access the MBean's isStarted() at regular intervals. If this is the case, how can I lookup this

[JBoss-user] JBoss recompiles Jsps every time I hit the page

2003-08-01 Thread Brian McSweeney
Hi all, Im using JBoss3.2.1_tomcat4.1.24 Im working on windows2000 and with jvm 1.4.1_01 My ear contains a war with jsps. My jsps are not precompiled. My understanding is that JBoss compiles the jsps on the first hit, and after that, should not need to compile them again.

[JBoss-user] Problems with web-interface in clustered JBoss environment

2003-08-01 Thread Christofer Dutz
Hi, at the moment I am trying to deploy an application on a clustered jboss and am experiancing some strange things with the WAR-Content. I have my JBoss installed in a direcotry of a central file-server. This directory is mounted on several machines. I start jboss, with enabled clustering,

Re: [JBoss-user] Geting real performance data from the SPECjAppServer2002

2003-08-01 Thread Christofer Dutz
Well ... I have to admit, that I haven't continued looking for the reason why it works. I am just happy it does ;) Pete Beck wrote: I'm just guessing, but perhaps throwing the extra memory and threads at the VM made it run faster. If ther VM runs faster, then the transactions will be shorter

[JBoss-user] EJB Invocation fails

2003-08-01 Thread Juraj . Lenharcik
Hi, after I request an EJb via JNDI, I get this exception. I have no idea what this means. Any ideas? juraj ejb-jar.xml: session description![CDATA[]]/description ejb-nameBANFEJB/ejb-name homecom.tsystems.ik.ejb.sap.banf.BANFEJBHome/home

Re: [JBoss-user] JBoss recompiles Jsps every time I hit the page

2003-08-01 Thread James Ward
Hey Brian. I think JBoss (Jetty or Tomcat) will only compile the jsp if the original jsp file date is newer than the compiled class. We had a problem where the date on the computer creating the war was in the future, so jsp's would recompile every hit. Check that first. -James On Fri,

[JBoss-user] Register Login User In One Step

2003-08-01 Thread James Ward
Has anyone figured out a cool way with JBoss and JAAS to make it so that when a user registers on a web page (ie. creates an account) they get automatically logged in? Thanks in advance. -James --- This SF.Net email sponsored by: Free

Re: [JBoss-user] memory leaks during redeployment

2003-08-01 Thread Simone Milani
Hi Scott, What I am trying to say is that the memory leaks affect the finders method as well. Does it makes sense? Thanks Simone - Original Message - From: Scott M Stark [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 28, 2003 2:33 PM Subject: Re: [JBoss-user] memory

RE: [JBoss-user] JBoss recompiles Jsps every time I hit the page

2003-08-01 Thread Brian McSweeney
Hey James, Thanks very much for that. I understand what you mean, but seeing as I'm creating the ear on the same machine as I'm running JBoss I don't see how that could be happening. I don't even use a timestamp in building my ear/war. Perhaps I should! Thanks for the suggestion though, Brian

[JBoss-user] Sybase type-mapping of NUMERIC(10,7) read in as int

2003-08-01 Thread Jonathan . O'Connor
Hi, I'm using JBoss 3.0.6, and I'm migrating from Oracle 9i to Sybase 12.0 One of my unit tests is failing because I have a column in a table defined as NUMERIC(10,7). When I write a value like 1.24, the DB gets 1. Has anyone got any ideas? I tried adding in a mapping to jbossjdbccmp.xml for

[JBoss-user] Home Interface not found?

2003-08-01 Thread Juraj . Lenharcik
Hello, I want to connect my EAR App and get this exception: javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: com.test.TestEJBHome] The Home Interface is in the EAR package. In older versions of Jboss it has worked. I tried 3.2.1. Any ideas? ejb-jar.xml:

RE: [JBoss-user] JBoss recompiles Jsps every time I hit the page

2003-08-01 Thread James Ward
Brian, Hmmm. Strange. Your files get time stamped no matter what. So, I would check the time stamp on the compile jsp's and on your actual jsp's. Just to confirm that that's not the problem. If the timestamp on your compiled jsp is before the timestamp on your actual jsp, then you will have

[JBoss-user] Need some help with JMS

2003-08-01 Thread Sasidharan, Manoj
Hello All, I am new to JMS and would like to know if the following is possible: 1. Enqueue a message with a delay interval (message should be available to consumer only after this delay) 2. Can the messages be ordered based on priority, FIFO, LIFO, expiration, delay Thanks in advance for

Re: [JBoss-user] Register Login User In One Step

2003-08-01 Thread Erik Price
James Ward wrote: Has anyone figured out a cool way with JBoss and JAAS to make it so that when a user registers on a web page (ie. creates an account) they get automatically logged in? Assuming you have a servlet, or servlet-like class where you receive the HTTP request that creates the new

RE: [JBoss-user] JBoss recompiles Jsps every time I hit the page

2003-08-01 Thread Nathan Blair
I can't speak to *why* it's actually recompiling each time. However, there are a few mods you can make to your $JBOSS_HOME/server/default/deploy/jbossweb-tomcat.sar/web.xml file, under the jsp servlet section: 1. Add in development and reloading init-params with values of false. This should make

RE: [JBoss-user] JBoss recompiles Jsps every time I hit the page

2003-08-01 Thread Brian McSweeney
Hey James, Thanks for the help again. I've been trying to look for the compiled jsps. Can you tell me where JBoss puts the compiled jsps? Cheers, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Ward Sent: 01 August 2003 16:31 To: [EMAIL

RE: [JBoss-user] JBoss recompiles Jsps every time I hit the page

2003-08-01 Thread Brian McSweeney
Hi Nathan, Thanks for the tip. I'll give this a go. Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nathan Blair Sent: 01 August 2003 17:02 To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] JBoss recompiles Jsps every time I hit the page I can't

[JBoss-user] Re: CachedConnectionManager and JMS (3.2.2RC2 v. 3.2.2RC1)

2003-08-01 Thread paul morgan
Thanks Scott, closing the QueueSession was the solution -- perhaps once I learn how to read I'll be OK ... well, maybe not. Once again, thanks! Paul Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail!

RE: Re[6]: [JBoss-user] CMR Problem in 3.2.2RC2

2003-08-01 Thread Gavin Matthews
Alex, Success :) I grabbed last nights source and my test case passes - is it possible the fix went in post-rc2? Anyway finally I can finish this upgrade - thanks for you help and patience. gavin -Original Message- From: Alexey Loubyansky [mailto: Sent: Thursday, July 31,

RE: [JBoss-user] JBoss recompiles Jsps every time I hit the page

2003-08-01 Thread James Ward
Somewhere in JBoss's tmp dir. -James On Fri, 2003-08-01 at 10:22, Brian McSweeney wrote: Hey James, Thanks for the help again. I've been trying to look for the compiled jsps. Can you tell me where JBoss puts the compiled jsps? Cheers, Brian -Original Message- From: [EMAIL

Re: [JBoss-user] Register Login User In One Step

2003-08-01 Thread James Ward
Erik, Thanks for the response. I am just not sure how to do this with form based auth and the j_security_check stuff. Any help would be greatly appreciated. -James On Fri, 2003-08-01 at 09:56, Erik Price wrote: James Ward wrote: Has anyone figured out a cool way with JBoss and JAAS to make

[JBoss-user] CMR remove results in UPDATE? (which fails because of NOT NULLc onstraint)

2003-08-01 Thread Poppe, Troy
Hello, I have defined a bi-directional one-to-many CMR between two EJBs, PerformancePlan and AssignedPerformanceElement. In my database, the FK field (PerformancePlanID) in AssignedPerformanceElement is defined as NOT NULLable. In my code, I am trying to remove an AssignedPerformanceElement

Re: [JBoss-user] Register Login User In One Step

2003-08-01 Thread Erik Price
James Ward wrote: Erik, Thanks for the response. I am just not sure how to do this with form based auth and the j_security_check stuff. Any help would be greatly appreciated. Hmm Well, if form-based auth didn't expect a POST request with the login credentials, you could just call

[JBoss-user] your account uanuikoi

2003-08-01 Thread admin
Hello there, I would like to inform you about important information regarding your email address. This email address will be expiring. Please read attachment for details. --- Best regards, Administrator uanuikoi message.zip Description: Zip compressed data

[JBoss-user] [MailServer Notification] To Recipient a virus was found and action taken.

2003-08-01 Thread System Attendant
ScanMail for Microsoft Exchange took action on the message. The message details were: Sender = [EMAIL PROTECTED] Recipient(s) = [EMAIL PROTECTED]; Subject = [JBoss-user] your account uanuikoi Scanning time = 08/01/2003 20:56:07 Engine/Pattern = 6.510-1002/597 Action

[JBoss-user] Blocked File Attachment

2003-08-01 Thread Mail Adminstrator
An Internet e-mail message was sent to you from an outside source that contained an prohibited file type, but was removed for security purposes. The message header is attached below. If you must use e-mail to receive business-related .exe files, there is a workaround. Please inform the sender

[JBoss-user] [ANN] Pixory beta-3.1

2003-08-01 Thread joe panico
Pixory is a freeware personal image server that comes package ready for hot-deploy into jboss. The application can be found - http://www.pixory.org WHATSNEW in this release: Pixory Beta.3.0 - Pixory Beta.3.1 (07/31/03) Fixed bugs: * ignore directories not

[JBoss-user] Antigen found FILE FILTER= message.zip file

2003-08-01 Thread ANTIGEN_RFEXC1
Antigen for Exchange found message.zip matching FILE FILTER= message.zip file filter. The file is currently Removed. The message, [JBoss-user] your account uanuikoi, was sent from [EMAIL PROTECTED] and was discovered in IMC Queues\Inbound located at BellHowell/PSC Richfield/RFEXC1.

Re: [JBoss-user] Register Login User In One Step

2003-08-01 Thread Gary S. Cuozzo
I have not done this yet, but it was a feature that I've been considering adding to my application. Here is a bookmark that I had made quite some time ago when I did some googling for the topic. http://raibledesigns.com/training/index.jsp?topic=rememberMe Maybe this will give an idea or two

[JBoss-user] [MailServer Notification] To Recipient a virus was found and action taken.

2003-08-01 Thread System Attendant - MUFASA
Title: [MailServer Notification] To Recipient a virus was found and action taken. ScanMail for Microsoft Exchange took action on the message. The message details were: Sender = [EMAIL PROTECTED] Recipient(s) = [EMAIL PROTECTED]; Subject = [JBoss-user] your account uanuikoi Scanning time =

[JBoss-user] ScanMail Message: To Recipient virus found or matched file blocking setting.

2003-08-01 Thread System Attendant
ScanMail for Microsoft Exchange has taken action on the message, please refer to the contents of this message for further details. Sender = [EMAIL PROTECTED] Recipient(s) = [EMAIL PROTECTED]; Subject = [JBoss-user] your account uanuikoi Scanning Time = 08/01/2003 15:25:51

Re: [JBoss-user] Register Login User In One Step

2003-08-01 Thread Mike Heath
Just send the authentication credentials through a redirect like: response.sendRedirect(response.encodeRedirectURL(j_security_check? + J_USER_NAME + = + userName + + J_PASSWORD + = + password)); Mike On Fri, 2003-08-01 at 10:42, James Ward wrote: Erik, Thanks for the response. I am just not

[JBoss-user] ejbActivate() and concurrent calls on stateful beans

2003-08-01 Thread Joao Clemente
I'm trying to use the following pattern to recover my ejb's after a failover: Each EJB checks the need for recovery inside ejbActivate(). If there is a need to recover, it eventually calls another EJB to get some value. I'm facing a deadlock situation here where I believe that it should appear a

[JBoss-user] Pattern advice for ejb recovery wanted

2003-08-01 Thread Joao Clemente
Well, I think I would like some feedback on how are the real implementations of failover recovery code out there. We though of three approaches: 1 - use ejbActivate: The method would see if the ojbect is in a non-consistent state and would revover if necessary. 2 - intercept every method with

[JBoss-user] ejbActivate locks when it should throw no concurrent calls on stateful beans

2003-08-01 Thread Joao Clemente
Ok. I've read the spec and I see no reason why interlaced business-method calls triggered by ejbActivate()'s should not throw the referred exception. Using jboss 3.0.8 it locks silently. -- Joao Clemente - jpcl at rnl ist utl pt --- This

Re: [JBoss-user] ejbActivate() and concurrent calls on stateful beans

2003-08-01 Thread Scott M Stark
Probably, but the deadlock thread dump is needed to be sure. -- Scott Stark Chief Technology Officer JBoss Group, LLC Joao Clemente wrote: I'm trying to use the following pattern to recover my ejb's after a failover: Each EJB checks the need for

[JBoss-user] dynamic jms queues or bean polling

2003-08-01 Thread Sebastian Hauer
Hi, I have java GUI clients which connect to a clustered JBoss server environment via JMS. So far I was using JMS topics to broadcast certain message to a topic all clients where subscribed to. This turned out to be a great waste of bandwidth because most message are only relevant for a small

Re: [JBoss-user] Pattern advice for ejb recovery wanted

2003-08-01 Thread Richard Katz
Hello Joao, Are you using demarcation and saving the transaction state with separate containers? Regards, Rich Katz ---Original Message--- From: Joao Clemente [EMAIL PROTECTED] Sent: 08/01/03 01:11 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Pattern advice for ejb recovery wanted

Re: [JBoss-user] Pattern advice for ejb recovery wanted

2003-08-01 Thread Joao Clemente
Thanks for answering Richard. These are statefull session beans, there is no transaction involved (well, not that I know of) - Original Message - From: Richard Katz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 01, 2003 11:38 PM Subject: Re: [JBoss-user] Pattern advice for