[JBoss-user] how to unsubscribe from this mailing list?

2001-12-17 Thread Orly Tchemkin
Hello, please send me link, how to unsubscribe from this mailing list ? Thanks in advance, [EMAIL PROTECTED] WWW.COM - Where the Web Begins! http://www.www.com ___ JBoss-user mailing list

Re: [JBoss-user] production config on Mandrake Linux

2001-12-17 Thread Sebastian Hauer
Hi Edward, Edward Q. Bridges wrote: you might also investigate *BSD. it has very robust threading. Just curious. Which JDK do you use under *BSD I thought there it no 1.3 compliant version. Regards, Sebastian ___ JBoss-user mailing list

Re: [JBoss-user] production config on Mandrake Linux

2001-12-17 Thread Sebastian Hauer
Hi, there is a RedHat startup sample script in the CVS tree (I think it comes with JBoss 3.0 alpha too)... Should work with Mandrake and others cause it doesn't use any RH specific commands. cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -d init_script jboss/src/bin/jboss_init_redhat.sh

Re: [JBoss-user] Initialize JSP problem (Jetty in RH7 and Windows)

2001-12-17 Thread Julian Gosnell
Eric, how recent is the RH build that you are using ? How are you doing the deployment? Are you using load-on-startup in your web.xml ? etc... I need a little more to go on. If the app is small enough to let me have a copy that would be useful as well. Jules --- Eric Huang [EMAIL

Re: [JBoss-user] production config on Mandrake Linux

2001-12-17 Thread Edward Q. Bridges
this is what my isp is using: http://www.freebsd.org/java/dists/13.html the isp is hub.org, and i highly highly recommend them. very responsive, good pricing, and part of money goes to support postgres development. they also provide virtual servers where you basically have your own machine in

Re: [JBoss-user] Initialize JSP problem (Jetty in RH7 and Windows)

2001-12-17 Thread Eric Huang
Hello Julian, Thanks for your kind help. I got JBoss's daily snapshot (12/15/2001) and rebuild it in JDK1.3.0_02. Everything is fine in my windows. But got exception in RH7. The attachment is the zip of my RH7 server log and the EAR file. Please load the ear file and try for me! thank you!

RE: [JBoss-user] RE: security exception while running/debugging from jbuilder

2001-12-17 Thread John P. Coffey
Alice, there are two things you can do here, firstly I like to see all the JBoss source code and not be selective about the components I step into, to that end JBOss 2.4.3 ships with the source code to all the 3rd party components and I simply downloaded and extracted the code including

Re: [JBoss-user] data retrieval from readonly table

2001-12-17 Thread danch
If they're CMP beans, they'll try to write into the tables at commit of the transaction - something Oracle will object to (as you point out), which will roll back the whole transaction and throw an exception up to the client. Guy Rouillier wrote: Oracle controls the read-write access. If

[JBoss-user] Does anybody Configure jboss for MS JDBC Driver ??

2001-12-17 Thread David Cao
Does anybody successful use MS JDBC driver with jboss ? I set up with it, but it always see it can't create prepared statement, does anybody can forward my a sample configuration? Thanks, David ___ JBoss-user mailing list [EMAIL PROTECTED]

RE: [JBoss-user] Does anybody Configure jboss for MS JDBC Driver ??

2001-12-17 Thread Bill Burke
mbean code=org.jboss.jdbc.JdbcProvider name=DefaultDomain:service=JdbcProvider attribute name=Driversorg.hsqldb.jdbcDriver,net.avenir.jdbc2.Driver/attribute /mbean mbean code=org.jboss.jdbc.XADataSourceLoader name=DefaultDomain:service=XADataSource,name=DJDBPool attribute