Re: [JBoss-user] Unable load stub in rmi/iiop application

2002-06-16 Thread Francisco Reverbel
Hi, Just want to add that if you use JacORB at the client side then you don't need to generate IIOP stubs in advance. The client library will automatically (and transparently) download IIOP stubs from the JBoss server. Try to start your client as shown below. (All this stuff should be into the

[JBoss-user] DB2 (jdbc driver/server) connection lost client IP after some time

2002-06-16 Thread Claudio Miranda
Hi, 1st my environment DB Server Host (4 CPUs - 4GB ram) . RedHat 7.2 smp (precompiled kernel) . IBM DB2 7.1 . IP 172.17.0.1 J2EE server host (4 CPUs - 4GB ram) . RedHat 7.2 smp (precompiled kernel) . JBoss 2.4.6 using

[JBoss-user] DeploymentException: expected one strategy tag

2002-06-16 Thread Sebastian Szczygiel
Hi *, while deploying an ejb 2.x cmp bean with jboss3, i get Failed to deploy: org.jboss.deployment ...org.jboss.deployment.DeploymentException: error in create of EjbModule: file:/C:/Projekte/jboss/server/default/deploy/task.jar; - nested throwable:

Re: [JBoss-user] DeploymentException: expected one strategy tag

2002-06-16 Thread Dain Sundstrom
This jbosscmp-jdbc.xml file is old. The following tag is no longer supported: read-aheadtrue/read-ahead Also type-mapping is now datasource-mapping and select-for-update is now row-locking. You are also going to have problems when you get to the relationship mapping as has vastly changed

[JBoss-user] FYI

2002-06-16 Thread Greg Turner
New article about J2EE Management Specification which is based on JMX. JBoss is already implementing some of this specification and the article's examples use JBoss. http://www.javaworld.com/javaworld/jw-06-2002/jw-0614-mgmt.html? Greg Turner Tiburon Enterprise Systems

Re: [JBoss-user] JBoss crash upon j_security_check. Please HELP!

2002-06-16 Thread Burkhard Vogel
Hi, runs fine with me, which version are you on? Regards Burkhard - Original Message - From: Shamis, Leonid [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 12, 2002 9:29 PM Subject: [JBoss-user] JBoss crash upon j_security_check. Please HELP! Hello, I experience the

Re: [JBoss-user] Re: users.properties

2002-06-16 Thread Burkhard Vogel
Hi, would you mind to share your solution so others with comparable problems can use the mail-archieve to fix their issues? Regards, Burkhard - Original Message - From: Chan Chee Siong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 12, 2002 1:10 AM Subject: Re: [JBoss-user]

Re: [JBoss-user] Deploying web component

2002-06-16 Thread Burkhard Vogel
Hi, well there is some good and some bad about everything First you CANNOT use anything from the JBoss/Tomcat stack without deploying it, which - as you correctly pointed out - could be a war as wall as a ear or even a directory structure resembling a war or ear (e.g. /deploy/mywar.war/

Re: [JBoss-user] EJB finder with order by and empty where clause generates incorrect SQL

2002-06-16 Thread Burkhard Vogel
Hi, AFAIK, a query/query means query = empty (!=null) try findernamefindByAll/nameordername/order/finder hth Burkhard - Original Message - From: Peter Doornbosch [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 13, 2002 3:54 AM Subject: [JBoss-user] EJB finder with order by

Re: [JBoss-user] DB2 (jdbc driver/server) connection lost client IP after some time

2002-06-16 Thread Burkhard Vogel
Hi, this usually occurs if a connection was closed from the DB2 side due to a timeout. Try setting the connection timeout in your pool definition below the one from your DB2 database. Regards, Burkhard - Original Message - From: Claudio Miranda [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: [JBoss-user] JBoss 2.4.4-Tomcat 4.0.1, MySQL, EJB Questions

2002-06-16 Thread Burkhard Vogel
- Original Message - From: silyeek Tan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 15, 2002 1:24 AM Subject: [JBoss-user] JBoss 2.4.4-Tomcat 4.0.1, MySQL, EJB Questions 1) may i know is there any GUI deploy tool attach with JBoss 2.4.4 - Tomcat 4.0.1 bundle? If not,