RE: [JBoss-user] Jboss server can't be stopped

2002-03-31 Thread Alex Loubyansky
Hello. If you haven't done with it, could you send me a piece of the source causes this problem? alex > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Christine > Sent: Saturday, March 30, 2002 3:45 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-

RE: [JBoss-user] Jboss 3.0.0 beta, classpaths, and EARS

2002-03-31 Thread Alex Loubyansky
Hello, James. I can't answer your questions because I don't know the exact deployment mechanism in JBoss3.0. As to several deploy dirs, I guess, they share one classloader that just loads classes from the dirs in the order they listed. I believe it'll be fixed. alex > -Original Messa

RE: [JBoss-user] Tomcat4 standalone classloading

2002-03-31 Thread Alex Loubyansky
Hello. To get home/remote interfaces you just look for them in JNDI. Or you mean something special? alex > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew > Sent: Sunday, March 31, 2002 6:47 PM > To: JBossUser > Subject: [JBoss-user] Tomca

RE: [JBoss-user] Re: How to make Jboss make maximum 3 instances of session bean ??

2002-03-31 Thread Alex Loubyansky
Hello You have some mistakes in your jboss.xml file. You'll find the answer here http://www.jboss.org/online-manual/HTML/ch07s16.html. alex > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Saturday, March 30, 2002 9:

Re: [JBoss-user] Oracle: connection reset by peer

2002-03-31 Thread Guy Rouillier
Enable timeout, and set it less than your Oracle connection timeout period. Your DBA can tell you what that is. - Original Message - From: "Daniel Bruce Lynes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 31, 2002 8:41 AM Subject: [JBoss-user] Oracle: connection reset b

[JBoss-user] KENDi TANITIMINIZI, KENDiNiZ YAPIN!!

2002-03-31 Thread Posta
Title: TR Rehber 6 REKLAMLARINIZA SERVET ÖDEMEYiN!!! UCUZ, KOLAY VE KALICI REKLAMLARINIZ iCiN BiZi ARAYINIZ...Bu ileti size mail servis.net araciligi ile islerinizi kolaylastirmak, satislarinizi arttirmak, kisacasi milyonlara sesinizi duyurmak icin gönderilmistir. Bu türden tanitimlarla ilgi

[JBoss-user] Problem getting Tomcat to work in Jboss 3.0 beta

2002-03-31 Thread Oleg Dulin
Colleagues: I just downloaded a copy of Jboss 3.0 beta w/ Tomcat bundle. When I run Tomcat outside of Jboss, I have no problem running any of the Tomcat example apps or my apps. However, when I run a simple test JSP via Jboss by dropping a WAR file into the deploy directory, I get the following e

RE: [JBoss-user] accessing EJBs from ASP

2002-03-31 Thread Marius Kotsbak
On man, 2002-03-25 at 06:54, Paul McLachlan wrote: > Make the ASP page talk to a COM object This part should be easy. >then to bridge the COM-Java divide look at Jacob. > > http://danadler.com/jacob/ It works!! But as I can see from the doc, it unfortunately only supports the opposite brige of

RE: [JBoss-user] accessing EJBs from ASP

2002-03-31 Thread Marius Kotsbak
On man, 2002-03-25 at 03:49, Jonathan Ackerman wrote: > You could use a product such as this: > > http://www.intrinsyc.com/products/bridging/janet.asp > > but it is kinda expensive. Sure. As there are other solutions, it is not worth it. > > Alternatively you can wrap up your EJBs as a web ser

[JBoss-user] Tomcat4 standalone classloading

2002-03-31 Thread Andrew
Hi, how I can set up classloading procedure for Tomcat4, I mean what should be done that Tomcat download interface(home/remote) classes from JBoss(it has some classloading service-isn't it?).Maybe some kind of java.rmi.server.codebase? Thanks. ___

[JBoss-user] Oracle: connection reset by peer

2002-03-31 Thread Daniel Bruce Lynes
>From time to time, I seem to get an error down at the JDBC level within JBoss, where it seems Oracle has dropped JBoss's socket connection. However, I believe this problem is probably on the JBoss side, because I've run other JDBC code using our own proprietary pooling mechanism for over a ye