[JBoss-user] building from cvs failing

2003-01-07 Thread Emily Short
Hi there, For several weeks Ive been getting the latest version of Jboss4.0.0alpha from CVS and attempting to build by executing ant all from the jboss-head/build directory, but it has been failing consistently for one reason or another. Does anyone have time to fix the build? The error

RE: [JBoss-user] Connection handle is not currently associated with a ManagedConnection

2002-12-27 Thread Emily Short
- Original Message - From: Emily Short [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 26, 2002 8:08 PM Subject: RE: [JBoss-user] Connection handle is not currently associated with a ManagedConnection Hi David, Thanks so much for your quick response. Does

[JBoss-user] Connection handle is not currently associated with a ManagedConnection

2002-12-26 Thread Emily Short
Hello all, I am getting this exception when I declare the following class variables: private static Connection connection = null; private static PreparedStatement queryProductSummary = null; and then try to execute this code within that class twice in a row (a message driven bean calls this

RE: [JBoss-user] Connection handle is not currently associated with a ManagedConnection

2002-12-26 Thread Emily Short
, it would also defeat connection pooling by holding onto a connection even when it was possibly not being used. david jencks On 2002.12.26 19:21:06 -0500 Emily Short wrote: Hello all, I am getting this exception when I declare the following class variables: private static Connection connection

[JBoss-user] security_check

2002-10-09 Thread Emily Short
I am trying to get j_security_check working but for some reason I am allowed to login no matter what bogus username and password I enter (or if I enter none at all). I want to use the DefaultDB (Hypersonic) in order to authenticate, but I havent modified the DB at all yet so it seems to me

RE: [JBoss-user] security_check

2002-10-09 Thread Emily Short
More info about this problem: I am using JBoss 3.0.3/Jetty and cant see java:/jaas/testAppSecurity in my JNDIView. I must be missing an obvious step somewhere. Emily -Original Message- From: Emily Short Sent: Wednesday, October 09, 2002 12:20 PM To: [EMAIL PROTECTED

RE: [JBoss-user] security_check

2002-10-09 Thread Emily Short
Figured it out: jboss-web.xml was not in the right place -Original Message- From: Emily Short Sent: Wednesday, October 09, 2002 1:36 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] security_check More info about this problem: I am using JBoss 3.0.3/Jetty and cant see

[JBoss-user] RE: weird deployment issue...help!

2002-09-20 Thread Emily Short
So sorry. My fault, nevermind. Dont you hate that? -Original Message- From: Emily Short [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 2:16 PM To: '[EMAIL PROTECTED]' Subject: weird deployment issue...help! I am trying to deploy a war, and it seems

[JBoss-user] glue and jboss?

2002-09-19 Thread Emily Short
Has anyone successfully deployed GLUE in Jboss? I was using Axis but my client needs to be jdk1.1.8 compatible (!!!) so I need to switch to GLUE. I am a little lost about how to deploy GLUE. Ive made a glue.war file and deployed it, but theres not much in it right now. Anyone with a

[JBoss-user] wsdl generation

2002-09-18 Thread Emily Short
I am using JBoss4.0.0alpha with axis beta2. Is there a way to generate and expose wsdl files for my web services? I think I have read about this before but cant find it in the documentation. Thanks, Emily

[JBoss-user] building new jboss-net.sar

2002-09-11 Thread Emily Short
Hi all, Id like to deploy Axis with tomcat on jboss4.0.0alpha now that Axis RC1 is integrating. Im trying to rebuild the jboss-net.sar to use Catalina, but having difficulty because it seems like things have changed since Bruce posted this http://www.csd.abdn.ac.uk/~bscharla/soap.html.

[JBoss-user] build error jboss 4.0.0alpha

2002-09-10 Thread Emily Short
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Emily Short Sent: Monday, September 09, 2002 2:38 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] build error jboss 4.0.0alpha Thanks so much David! When should I check back for the fixes? Emily -Original Message- From: [EMAIL

[JBoss-user] build error jboss 4.0.0alpha

2002-09-09 Thread Emily Short
Hi, Im using ant 1.4.1 and have used it to build jboss 4.0.0alpha before, so I dont know what happened since then. Now, however, when I run build all from the jboss-all/build it fails whenever it hits something like this !-- Generate TODO list from @todo tags -- target

RE: [JBoss-user] build error jboss 4.0.0alpha

2002-09-09 Thread Emily Short
Nevermind, when I downloaded the nightly snapshot I was able to build. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Emily Short Sent: Monday, September 09, 2002 12:31 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] build error jboss

RE: [JBoss-user] build error jboss 4.0.0alpha

2002-09-09 Thread Emily Short
are ok, I'll fix the build scripts. I didn't try build-all when I updated xdoclet and missed these targets. thanks david jencks On 2002.09.09 15:30:46 -0400 Emily Short wrote: Hi, I'm using ant 1.4.1 and have used it to build jboss 4.0.0alpha before, so I don't know what happened since

[JBoss-user] server log warning

2002-09-06 Thread Emily Short
I get this warning in my boot log: WARN [org.jboss.resource.connectionmanager.XATxConnectionManager] WARNING: UPDATE YOUR SecurityDomainJndiName! REMOVE java:/jaas/ What does this mean? I have played around with the tomcat4-service.xml and the securityDomainName there because I have

RE: [JBoss-user] JBoss-3.0.2 released

2002-08-30 Thread Emily Short
When will Axis beta 3 be integrated? I built jboss 4.0.0alpha and beta3 is not yet integrated. I heard this would be done by the end of the summer? Thanks, Emily -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Scott M Stark Sent: Tuesday, August 27,

[JBoss-user] JMS-attempt to pop empty stack warnings/commit exceptions

2002-08-27 Thread Emily Short
I have some code that adds messages to a JMS queue and my listener seems to be receiving them ok. However, when I look at the server log I am getting some warnings and exceptions: 09:53:37,864 WARN [TCLStack] Attempt to pop empty stack ingored java.util.EmptyStackException at