Re: [JBoss-user] Sleeping JBoss

2002-03-26 Thread dovan nguyen
Excellent! I'll try all these... Thanks Andrew. :) Dovan --- Andrew Scherpbier <[EMAIL PROTECTED]> wrote: > IIRC, this is a problem with the OS (w2k?) and > wanting to give > foreground tasks more priority in combination with a > stupid network > polling algorithm that causes the browser (n

Re: [JBoss-user] Sleeping JBoss

2002-03-26 Thread Andrew Scherpbier
IIRC, this is a problem with the OS (w2k?) and wanting to give foreground tasks more priority in combination with a stupid network polling algorithm that causes the browser (netscape 4.x if I recall) to consume all(most) CPU time. Simple solutions: (I've done all of these :-)) 1) Don't use

RE: [JBoss-user] Sleeping JBoss

2002-03-26 Thread dovan nguyen
Thank you for all your valuable helps! :) Turning off Quick Edit is something I will definitely try... Meanwhile I notice that requesting a jsp page via a html hyperlink (A HREF) gives me back the page extremely fast (in order of milisecond). Now if i request a jsp page via a FORM submit butto

Re: [JBoss-user] duplicate columns created

2002-03-26 Thread David Ward
Andrew, You bug report seems more related to long table names than duplicate columns. I had pretty much gotten rid of my duplicate column problem (thanks to Jason R.'s help), but then it resurfaced when I needed to add this: Basically, it's when an entity has 0 or 1 parent entity *of the same

Re: [JBoss-user] JBoss and standalone Tomcat 4.0.2

2002-03-26 Thread Andrew Scherpbier
The problem is that standalone tomcat doesn't know how to contact the JBoss JNDI registry. To do this, you can either put a jndi.properties file in your path (I am not sure where, when using tomcat) or you can manually put the values from a jndi.properties file into a Properties object and pa

[JBoss-user] JBoss and standalone Tomcat 4.0.2

2002-03-26 Thread Māris Orbidāns
Is it possible to access JBoss from standalone Tomcat 4.0.2 ? My WEB app cannot find EJBs in JNDI anymore. However it works from JBuilder ( it contains Tomcat 4.0.1 ). Name DataAccess is not bound in this context javax.naming.NameNotFoundException: Name DataAccess is not bound in this Context

[JBoss-user] JBoss and MySQL examples available HERE

2002-03-26 Thread Jonathan Gibbons
Hi, I have two or three JBOSS/MYSQL or Oracle examples available for download. The projects are all ant in anger, and can simply be built and deployed. These are example projects for my LowRoad code generator, but you can ignore the code generation side, or play with it as a learning tool and

[JBoss-user] Re: [JBoss-user]ÊÖ»ú×îµÍ¼Û£¬·þÎñË͵½¼Ò¡£

2002-03-26 Thread Peter Fagerlund
on 26-03-2 13.52, @joyce.shortlist.se at @joyce.shortlist.se wrote: > > ??? > > ?? > > http://www.139shop.com/asp/mem-from.asp?uid=waynetan >

Re: [JBoss-user] Sleeping JBoss

2002-03-26 Thread Craig Day
its just a stupid 2000 dos box thing. turn quick-edit mode off on your dos window. c -Original Message- From: dovan nguyen <[EMAIL PROTECTED]> To: Dan Christopherson <[EMAIL PROTECTED]> Date: Mon, 25 Mar 2002 15:26:27 -0800 (PST) Subject: Re: [JBoss-user] Sleeping JBoss > Dan, > > it

[JBoss-user] ÊÖ»ú×îµÍ¼Û£¬·þÎñË͵½¼Ò¡£

2002-03-26 Thread ±±¶·ÊÖ»ú³¬ÊÐ
ÄúºÃ£º ÎÒ·¢ÏÖÁËÒ»¸öÂôÊÖ»úµÄÍøÕ¾£¬¼Û¸ñ¾ªÈ˵ıãÒË£¬ºóÀ´Á˽⵽´ËÍøÕ¾ÊǹúÄÚÒ»¼Ò±È½Ï´óµÄÊÖ»úÅú·¢É̽¨ÉèµÄÍøÕ¾£¬ºÜ¶àÍøÓÑͨ¹ý´ËÍøÕ¾Âòµ½Á˳ÆÐÄÈçÒâµÄÊÖ»ú£¬È«²¿ÊÖ»ú¶¼ÊÇÕýÆ·Ðлõ£¬ÊÛºó·þÎñºÜºÃ¡£ÍøÕ¾ÄÚÈÝÒ²ºÜ·á¸»£¬¼¸ºõ°üÀ¨ÁËÊÖ»úµÄ·½·½ÃæÃ棬¶ÔÄú¿Ï¶¨ÓаïÖú£¬ÌرðÍÆ¼ö¸øÄã¡£ÍøÖ·Îª£º http://www.139shop.com/asp/m

RE: [JBoss-user] JBoss waits for std input after exception ( Sleeping JBoss)

2002-03-26 Thread Māris Orbidāns
You have already answered. thanx Maris > -Original Message- > From: Māris Orbidāns > Sent: Tuesday, March 26, 2002 12:17 PM > To: JBoss user list (E-mail) > Subject: [JBoss-user] JBoss waits for std input after exception ( > Sleeping JBoss) > > > > I use JBoss 2.4.4 and Tomcat unde

[JBoss-user] JBoss waits for std input after exception ( Sleeping JBoss)

2002-03-26 Thread Māris Orbidāns
I use JBoss 2.4.4 and Tomcat under Win2k. Sometimes after an exception JBoss freezes until I switch it's console screen and press some key. I have not touched it's console nor selected something. Could it be Log4J related problem ? I have noticed that this happens more frequently with JBoss

RE: [JBoss-user] Sleeping JBoss

2002-03-26 Thread Marko Štrukelj
Title: RE: [JBoss-user] Sleeping JBoss The behaviour of Windows console is not unpredictable. If Quick Edit mode is enabled than you can mark a portion of the console content and copy it to the clipboard by pressing Enter. The marking part is the one that blocks the console. All System.ou

Re: [JBoss-user] Sleeping JBoss

2002-03-26 Thread Adrian Brock
Hi, This has been reported many times before. The problems is the windows terminal. Sometimes it goes to sleep. When JBoss tries to log to the console, it blocks. You can see this easily, by holding the scroll bar during boot-up. This also causes to terminal to stop receiving input and jboss stop

Re: [JBoss-user] Sleeping JBoss

2002-03-26 Thread Davide De Benedictis
If you have something selected, that's your problem. It's not a JBoss problem, any java application started from a console is attached to it and if you block the console ... Just try in a simple java app. You could launch JBoss with javaw (no window) and then monitoring output by log traces. Bye