RE: [JBoss-user] IDE Question

2002-06-12 Thread Jim Birchfield
We use IntelliJ and XDoclet with no problems. What sort of problems are you having? James Birchfield Director, Application Development Genscape, Inc. (502) 583-2298 (o) (502) 639-3136 (c) -Original Message- From: Greg Turner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 2

RE: [JBoss-user] JBoss and Java Webstart ?

2002-06-04 Thread Jim Birchfield
gt; De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Jim > Birchfield > Envoyé : mardi, 4 juin 2002 21:48 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] JBoss and Java Webstart ? > > > Yep, that's what I did. I started poking around and ran it and it works

RE: [JBoss-user] JBoss and Java Webstart ?

2002-06-04 Thread Jim Birchfield
ilable from the demo web site, you will quickly understand: http://jboss.sourceforge.net/demo/netboot/server/ Cheers, Sacha > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Jim > Birchfield > Envoyé : ma

RE: [JBoss-user] JBoss and Java Webstart ?

2002-06-04 Thread Jim Birchfield
use. > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Jim > Birchfield > Envoyé : mardi, 4 juin 2002 21:03 > À : [EMAIL PROTECTED] > Objet : RE: [JBoss-user] JBoss and Java Webstart ? > > > I have looked through th

RE: [JBoss-user] JBoss and Java Webstart ?

2002-06-04 Thread Jim Birchfield
I have looked through the docs for netboot, and am a little confused. I see how to setup a remote server, but there seems to be no docs on how to set up the master server. Am I missing those? James Birchfield Director, Application Development Genscape, Inc. (502) 583-2298 (o) (502) 639-3136 (c)

RE: [JBoss-user] Ant 1.5 - ServerDeploy

2002-05-30 Thread Jim Birchfield
We use a class that does this think for local deployments, but does not work for remote deployments. Is there anyway to change the deployer to allow us to push a stream to it? Right now it will only work if the file to be deployed can be seen on the file system, or from a url. I would like to s

RE: [JBoss-user] JNDI in Jboss

2002-02-14 Thread Jim Birchfield
Try ' Queue t = (Queue)context.lookup("queue/testQueue"); ' Notice the lower case q... James Birchfield Development Manager Genscape, Inc. (502) 583-2298 (o) (502) 639-3136 (c) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 1:57

[JBoss-user] Selectors vs seperate topics/queues?

2002-01-21 Thread Jim Birchfield
We are trying to decide whether to use message selectors to distnguish between messages, or just creating individual topics or queues. Are there any particular drawbacks for either approach? Or recommended best practices? Thanks! Jim ___ JBoss-user ma

RE: [JBoss-user] Jakarta DBCP in JBoss

2002-01-16 Thread Jim Birchfield
Jim Birchfield wrote: > Anyone get the DBCP package from Jakarta Commons to work with JBoss? > Why would you want to? It does not appear to support app server control of transactions or security, so would not be appropriate for use with anything but bmt bmp. david jencks > James B

[JBoss-user] Jakarta DBCP in JBoss

2002-01-16 Thread Jim Birchfield
Anyone get the DBCP package from Jakarta Commons to work with JBoss?   James Birchfield Development Manager Genscape, Inc. (502) 583-2298 (o) (502) 639-3136 (c)  

[JBoss-user] PreparedStatementCahcing in JBoss

2002-01-16 Thread Jim Birchfield
I posted earlier regarding problems with the connection pooling in JBOss.  I believe I have it narrowed down to the PreparedStatement caching.  I have set my PSCacheSize to 0 in hopes it avoids the problem, but doesn't feel like the right solution.  It looks as if after a while, the prepar