Re: [JBoss-user] JBossCX now friendlier!

2001-04-15 Thread Toby Allsopp
Hey, Toby, that sounds great! However, I got pissed off with all the AutoDeployers springing up all over the place so I've made it so that a single AutoDeployer instance can be configured to use multiple delegate deployers. This means that now you can just drop RARs into the deploy directory

Re: [JBoss-user] Source Code Build Problem

2001-04-15 Thread Ralph Jensen
Does your classpath point to org.apache.tools.ant.Main, meaning: Is the parent directory of org (as in org/apache/tools/ant/Main ) one of the directories listed following CLASSPATH= ? Ralph - Original Message - From: Faisy A <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, Apr

Re: [JBoss-user] Problems running jboss 2.2 & embedded Tomcat

2001-04-15 Thread danch
Todd Chaffee wrote: > I'm reposting this 'cause I got no response. Please somebody, help (see > original messages below). I will be using this for a b2c site for a major > wine retailer and will be happy to share it as a success story for jboss if > I can get it working. I'm sure other folks h

Re: [JBoss-user] how can i scope the transaction in a BMP? when does it commit?

2001-04-15 Thread awc
I had the same problem. When I change transaction to Required, it worked. anil ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Can not get data from the database in Linux

2001-04-15 Thread danch
Are you sure that it's pointing to the right database? -danch meyer wrote: > Hi, all. > I deploy my ear file in JBoss, in my ear file, I access an entity bean from a >servlet to get data, and I got success in Windows. But when I deploy it in Linus, >there is no error, no exception, I just can

Re: [JBoss-user] how can i scope the transaction in a BMP? when does it commit?

2001-04-15 Thread danch
Make sure that the deployment descriptor puts that bean's methods in a 'Required' transaction. svenwang wrote: > I got a account ejb example from sun's j2sdkee. it's a bmp. I compiled and packed >and deployed it, and it was ok. > when i call client, credit and debit. the output is right.

Re: [JBoss-user] findAll method did not order

2001-04-15 Thread awc
Hi Russel findBigClasses studentCount {0} and teacherName = {1} studentCount DESC This example from JBoss docs. I hope this will do it. anil Russell wrote: > Hi awc , > > The documents did not stated anything how to order the result returned > from findAll method. > > Any o

[JBoss-user] how can i scope the transaction in a BMP? when does it commit?

2001-04-15 Thread svenwang
ƒÿWPS2000® for WindowsKingsoft© 1999\  ˜`Ô`àçxœÍWÏoEžµc§u›4)­„ ‡R¤ÈJC€*…T)UWâE0ޝÚSï³;®NûGÀ½H¹pAQ!¥U¢5E¨Tª*„@ýPx7É&èD›™÷½÷¾÷Íxvwµ¢×]Y©K©×ض¹Ye‡ØM¾Q^Õc§º¿¾Ä²šî|~ëÇ/»t;÷a<[è|»ñÍü Ð_kìÞ?ÝN”'“liI‡îRà

Re: [JBoss-user] ClassNotFoundException deploying war on 2.2

2001-04-15 Thread Bill Pfeiffer
Actually no.  I had an existing app working and deployed and just wanted to test the inVM optimizations.  I didn't want to download the integrated stuff and go through the configuration changes necessary to get my Tomcat and JBoss apps running again.    I may go ahead and download/test the p

Re: [JBoss-user] JBossCX now friendlier!

2001-04-15 Thread Toby Allsopp
Jim Archer wrote: > > > --On Monday, April 16, 2001 10:32 AM +1200 Toby Allsopp > <[EMAIL PROTECTED]> wrote: > >> David Jencks wrote: >> Good, because XADataSourceLoader is going to be deprecated for 2.4, if I >> have my way. > > If that happens, what will the impact be on code that uses dat

[JBoss-user] Can not get data from the database in Linux

2001-04-15 Thread meyer
Hi, all. I deploy my ear file in JBoss, in my ear file, I access an entity bean from a servlet to get data, and I got success in Windows. But when I deploy it in Linus, there is no error, no exception, I just can not get data from the database, who can tell me what happened? Thaks in advanc

Re: [JBoss-user] JBossCX now friendlier!

2001-04-15 Thread Jim Archer
--On Monday, April 16, 2001 10:32 AM +1200 Toby Allsopp <[EMAIL PROTECTED]> wrote: > David Jencks wrote: > Good, because XADataSourceLoader is going to be deprecated for 2.4, if I > have my way. If that happens, what will the impact be on code that uses data sources? Will it create a problem

[JBoss-user] Problems running jboss 2.2 & embedded Tomcat

2001-04-15 Thread Todd Chaffee
I'm reposting this 'cause I got no response. Please somebody, help (see original messages below). I will be using this for a b2c site for a major wine retailer and will be happy to share it as a success story for jboss if I can get it working. I'm sure other folks have used the binary jboss+tom

Re: [JBoss-user] findAll method did not order

2001-04-15 Thread Russell
Hi awc , The documents did not stated anything how to order the result returned from findAll method. Any other ideas anyone ? Thanks awc wrote: > > Hi Russell, > > try http://www.jboss.org/documentation/HTML/ch05s05.html > > you will see the full story. > > anil > > Russell wrote: >

Re: [JBoss-user] JBossCX now friendlier!

2001-04-15 Thread Toby Allsopp
David Jencks wrote: > Thanks! > > This is great and way better than my original patch! > > Would it make sense at some time to move the AutoDeployer class into the > deployment package? It doesn't have much to do with ejb's specifically any > more. It certainly would. I've tried to avoid majo

[JBoss-user] JBossMQ - slow server startup?

2001-04-15 Thread Crothers.Dean
Hi, we are looking at using message beans in our project, so I developed a simple application in order to see how they work using NT4.0 and JBoss 2.1. A java app publishes a persistent message to the 'testTopic' of which a JBoss mbean subscribes to. When the mbean receives the message it publish

Re: [JBoss-user] JBossCX now friendlier!

2001-04-15 Thread David Jencks
Thanks! This is great and way better than my original patch! Would it make sense at some time to move the AutoDeployer class into the deployment package? It doesn't have much to do with ejb's specifically any more. Also, down the road, would it make sense to disassemble the j2eedeployer stuff

Re: [JBoss-user] JBossCX now friendlier!

2001-04-15 Thread David Jencks
Hi, This is great. A resource adapter is the new better way to connect servers such as jboss to resource managers such as relational databases, external transaction processors such as CICS, ERP systems such as SAP and rule engines. This is defined in the JCA specification and Toby and Aaron

[JBoss-user] JAXP system properties

2001-04-15 Thread Evan Lauersen
I have a question on setting the JAXP system properties in Win2k (JBOSS 2.2 with TOMCAT).   When I include them in run.bat I get a FactoryConfigurationError and JBOSS shutsdown, When I comment them out JBOSS and TOMCAT run ok.    I've tried taking them out of the run.bat file and placing the