RE: [JBoss-user] Set session-timeout

2001-03-19 Thread Bordet, Simone
Hey, I've already implemented it for stateful beans (of course), just need to polish the code and commit (and so waiting for SourceForge's CVS to be active). Good news, so :) Simon -Original Message- From: Tobias Frech [mailto:[EMAIL PROTECTED]] Sent: luned 19 marzo 2001 21:26 To:

[JBoss-user] testing

2001-03-19 Thread Kirill Averianov
testing ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] DB Connection Pool without reconfiguring JBoss

2001-03-19 Thread Guy Rouillier
Following examples posted here, I got a pooled connection to Oracle working. Having done that, it seems odd to me that I have to reconfigure JBoss to do so.It seems like JBoss should be able to keep running regardless of what I need to drop on it, and any configuration required by a

[JBoss-user] Bean changes not getting picked up when redeployed

2001-03-19 Thread Guy Rouillier
I had a working session bean. I changed the text put out by a method in that bean. I tried (1) simply overwriting the existing jar in the deploy directory, and (2) first deleting the old jar then copying in the new one. In both cases, although I saw JBoss report that it had deployed the new

[JBoss-user] CMP create Entity error ?

2001-03-19 Thread Franco Biaggi
Hello, JBoss 2.1 I receive an error error during EJB Entity object (CMP) creation (hypersonicSQL): I have only a TINYINT field in the bean, i have controlled the mapping and this is correct (no changes was made to the type mappings): cmp-field

[JBoss-user] Transactional Data Source

2001-03-19 Thread Kirill Averianov
I am new to JBOSS. Please tell me how can I create transactional DataSource that I could use in my transaction? Does it have to be bound to some connection Pool ? In what Jboss configuration file I have to specify all this? Thanks , Kirill.

Re: [JBoss-user] Bean changes not getting picked up when redeployed

2001-03-19 Thread Michael Lu
It is a known bug with Autodeploy in 2.1 build. 2.0FINAL is OK. Check the message achive. - Original Message - From: Guy Rouillier To: JBoss Mail Sent: Monday, March 19, 2001 9:06 AM Subject: [JBoss-user] Bean changes not getting picked up when

[JBoss-user] DB to XML Project Exist?

2001-03-19 Thread Chris Dole
Hello to all: I'm new to JBoss. I reviewed the sub-projects, and have the following question: Is there an open source project going on that allows connectivity to data sources and produces output in XML, something like Silverstream's xCommerce product? Thanks for any and all references!

[JBoss-user] Difference between JBOSS 2.1 download and the bundled tomcat distribution

2001-03-19 Thread Bolt, Dave
Title: Difference between JBOSS 2.1 download and the bundled tomcat distribution I have a question on the differences in the binary distributions that are on the JBoss site for download. The core jar files that come from the JBOSS 2.1, Tomcat, and Jetty binary distributions all have different

Re: [JBoss-user] Autodeployer classpath changes in Version 2.1

2001-03-19 Thread Scott M Stark
The feature is still there and works. The issue is most likely that the log4j.jar that comes with jboss is an older version that uses the original org.log4j.* packages rather than the newer org.apache.log4j.* packages. Rename the existing log4j.jar and add your version. ext 547jar -tf log4j.jar

RE: [JBoss-user] DB to XML Project Exist?

2001-03-19 Thread Trawick, James
i'm working on one, and am currently trying to convince my employer to release it LGPL. it has the potential and market placement to make silverstream look like a cheap hack. i'll keep y'all posted here. chris -Original Message- From: Chris Dole [mailto:[EMAIL PROTECTED]] Sent:

RE: [JBoss-user] Difference between JBOSS 2.1 download and the bundled tomcat dist ribution

2001-03-19 Thread Bolt, Dave
Title: RE: [JBoss-user] Difference between JBOSS 2.1 download and the bundled tomcat dist ribution Ok. The web site gave me the impression that 2.1 was final. -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 3:33 PM To: [EMAIL PROTECTED]

[JBoss-user] How to bind javax.transaction.UserTransaction

2001-03-19 Thread Kirill Averianov
How to bind javax.transaction.UserTransaction to the JNDI at the JBoss startup ? What JBoss configuration files must be changed for that ? Thanks a lot , Kirill. ___ JBoss-user mailing list [EMAIL PROTECTED]

RE: [JBoss-user] Difference between JBOSS 2.1 download and the bundled tomcat dist ribution

2001-03-19 Thread Trawick, James
If you're only talking about jboss, then you're right. It works fine. It's the other distros that mess up. I didn't get far enough into it to track it down before I gave up and just used the binaries. What would be easiest is a single distro that contains everything ready to build, or at

Re: [JBoss-user] Autodeployer classpath changes in Version 2.1

2001-03-19 Thread harviej
I did as you suggested but I'm still receiving the same exception. I will attempt to isolate the problem further. Thanks for the input. Scott M Stark [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 03/19/2001 12:52 PM Please respond to jboss-user To:[EMAIL PROTECTED] cc:

[JBoss-user] JBOSS-Tomcat-2.1 beta, Error 500.

2001-03-19 Thread Fumiko Kutch
Hi, I haveinstalled Jboss-Tomcat-2.1 beta.- I tested servlets and it works well. But with JSP I am getting an Error: 500. Am I forgetting something? Any tips? - Thanks Location: /examples/jsp/snp/snoop.jspInternal Servlet Error:javax.servlet.ServletException: sun/tools/javac/Main at

[JBoss-user] Bean changes not getting picked up when redeployed

2001-03-19 Thread Guy Rouillier
(I'm resending this from yesterday because I inadvertently had my mail set to html. My apologies to the group.) I had a working session bean. I changed the text put out by a method in that bean. I tried (1) simply overwriting the existing jar in the deploy directory, and (2) first deleting

RE: [JBoss-user] Bean changes not getting picked up when redeployed

2001-03-19 Thread Scott Warren
Title: RE: [JBoss-user] Bean changes not getting picked up when redeployed Just check (Cause I did this once .. duh!) that you don't have the bean classes in your classpath, cause jboss. will have loaded from the classpath first then from your depoloyment, so when you redeploy it actually

AW: [JBoss-user] Zoap

2001-03-19 Thread Jung , Dr. Christoph
Hi Markus, AFAIK, not via the official configuration as the container is implemented as a chain (and not something like a reverse tree). In principle, but, it should be possible to "patch" the containerfactory to additionally create another "by-invoker" ... I saw somewhere JNDI support for