Re: [JBoss-user] JBoss Evaluation Questions

2001-10-01 Thread toby cabot
Availability and integration of rich development environment? Well, vi, vim, emacs, xemacs are quiete rich but people don't like them. Easy there, big fella! Many people like emacs ;) ___ JBoss-user mailing list [EMAIL PROTECTED]

Re: [JBoss-user] Tomcat 4.0rc2 rocks

2001-09-14 Thread toby cabot
Just installed (on Windows) the latest version of tomcat 4.0 rc2. The web container is extremely fast. Tomcat 4 will make resin and jetty not necessary. When will it(catalina) be integrated with Jboss Patrick, Don't know when the official bundle will show up (probably not before the

Re: [JBoss-user] Integration with Catalina/Tomcat 4?

2001-08-01 Thread toby cabot
When will Jboss be integrated with Catalina/Tomcat 4? thanks Patrick Patrick, It's pretty funny, I was wondering the same thing myself. I asked on the forums this morning and was told that one of the developers would re-open the catalina integration next week. In the mean time there's

Re: [JBoss-user] Jetty support for JSP 1.2 and servlets 2.3

2001-08-01 Thread toby cabot
Does Jetty currently support JSP 1.2 and servlets 2.3? If not, when will it be. http://jetty.mortbay.com/ http://sourceforge.net/projects/jetty/ ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Jetty support for JSP 1.2 and servlets 2.3

2001-08-01 Thread toby cabot
- From: toby cabot [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 2:53 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Jetty support for JSP 1.2 and servlets 2.3 Does Jetty currently support JSP 1.2 and servlets 2.3? If not, when will it be. http://jetty.mortbay.com/ http

Re: [JBoss-user] How to inegrate JBoss with other databases

2001-06-18 Thread toby cabot
Please give me the steps to follow i.e files to change or edit for integrating JBoss2.2.2 with some other database(other than Hssql)like Mysql or Oracle. http://www.jboss.org/documentation/HTML/ch03.html ___ JBoss-user mailing list [EMAIL

Re: [JBoss-user] Non-unique Primary Keys

2001-06-14 Thread toby cabot
In other words, I have a table which doesn't have a unique primary key but rather a pair of fields that must be unique. How do I make a primary key object without having to add another field to the database? The quick answer is yes, you can do this, and you probably want to check out

Re: [JBoss-user] Hardware Sizing

2001-05-21 Thread toby cabot
JBoss experts, I am looking for any available hardware configuration/sizing information to support a Jboss/Tomcat deployment in production. Thanks in advance! Thomas Cong Portal Software [EMAIL PROTECTED] Tom, The bottom line is that there are way too many dependencies on your code

Re: [JBoss-user] Velocity JBoss

2001-05-17 Thread toby cabot
I use Velocity as my web interface and JBoss as J2EE. Where is the root directory relative to servelet running by JBoss Tomcat? I believe that it's the directory where you are when you run jboss. Anyone knows how to solve it? I use Velocity's classpath resource loader. Jar

Re: [JBoss-user] jboss startup problems postgresql driver

2001-05-15 Thread toby cabot
What is wrong with my configuration? mbean code=org.jboss.jdbc.XADataSourceLoader name=DefaultDomain:service=XADataSource,name=myWMS attribute name=Password / We had a similar problem. Try adding a password, even if you don't need one to connect.

Re: [JBoss-user] Velocity JBoss

2001-05-15 Thread toby cabot
I use Velocity as my web interface and JBoss as J2EE. Where is the root directory relative to servelet running by JBoss Tomcat? I believe that it's the directory where you are when you run jboss. Anyone knows how to solve it? I use Velocity's classpath resource loader. Jar up your

Re: [JBoss-user] What is optimized?

2001-05-01 Thread toby cabot
I have downloade the jboss version which comes with tomcat, when i execute the example the page says: ...and once with the inVM optimization.. http://jboss.org/documentation/HTML/ch06s08.html Look for the explanation of the container-invoker-conf element.

Re: [JBoss-user] JBoss Performance Tests --- Comparision with Weblogic

2001-04-30 Thread toby cabot
Does the JBoss optimized container invoker (or whatever it's called...) serialize arguments in order to preserve RMI semantics (i.e. pass-by-value) and short-circuit the RMI layer? Yes I think that this is not correct. I ran some tests with container-invoker-conf Optimized true and I got

Re: [JBoss-user] my problem: postgresql 7.0.2 jdbc driver don't update database really

2001-04-27 Thread toby cabot
I work with jboss2.2 which connect to postgresql 7.0.2 by its own jdbc driver. I insert some records into database in my session bean, and no error is reported by jboss or jdbc. it's seemed that everything is ok. But when i look into the database with the psql client, all inserted

[JBoss-user] just curious: jboss/java/setiathome contention

2001-04-24 Thread toby cabot
with seti in the background. TIA, Toby Cabot ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] diff in behavior between server-side and client-side

2001-04-18 Thread toby cabot
ember even if they were running in the same VM. Are there other approaches? TIA, Toby Cabot ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Starting jboss

2001-04-13 Thread toby cabot
I'm a new user only I had installed jboss and when I launch the program, by running the script run.bat (I am win32 user) I got the following message: CLASSPATH=.;d:\jdk1.3\lib\tools.jar;d:\jdk1.3\jre\lib\rt.jar;d:\jdk1.3\jre\lib\i18n.jar;d:\jdk1.3\jre\lib\jaws

(offlist) Re: [JBoss-user] jboss 2.0 connection pool AutoCommit default?

2001-04-07 Thread toby cabot
Am I right in thinking that holding on to the Connection is a bad idea and interferes with the container's container-managed demarcation? According to the spec, no, that should work fine. This currently doesn't work in JBoss however. It is on my list of things to do when I get around

Re: [JBoss-user] jboss 2.0 connection pool AutoCommit default?

2001-04-06 Thread toby cabot
? Thanks, Toby Cabot I'm getting my feet wet porting some of the Sun j2ee tutorial code (stateless session "Converter", BMP entity "Account") over to jboss 2.0 and postgresql 7.0. It's been pretty straightforward so far, except for one issue: it appears that the Sun BMP code a

Re: [JBoss-user] Help for a little subproject?

2001-04-06 Thread toby cabot
You'll probably want to look at EJBDoclet: http://dreambean.com/projects/ejbdoclet/ . Granted it's not a GUI but I think that's a feature, and if you use it with ant you can automate the building of jars (and even copying to the deploy directory). I'm experimenting with knocking up a GUI

[JBoss-user] jboss 2.0 connection pool AutoCommit default?

2001-04-05 Thread toby cabot
since I get the same behavior if I explicitly setAutoCommit( false) that I get if I do nothing (i.e. results never committed to db). Just curious: is this the expected behavior? For all db's or just pgsql? Can it be changed in a configuration file?