Re: [JBoss-user] jdk1.4's gone final

2002-02-15 Thread Nicolai P Guba
On Friday 15 Feb 2002 7:24 pm, David Hamilton wrote: > Nicolai P Guba wrote : > >> On Friday 15 Feb 2002 2:47 pm, David Ward wrote: > >> > >> 2) Take a look at the Reflection Performance improvements graph here: > >> http://java.sun.com/j2se/1.4/performance.guide.html > >> Again not sure, but thi

[JBoss-user] Specifying Multiple Additional Connectors for EmbeddedCatalina

2002-02-15 Thread Dan Berger
I've modified the EmbeddedCatalinaServiceSX mbean block in my jboss.jcml to look like this:       8080     true                     And I get this in the startup log: [INFO,EmbeddedCatalinaServiceSX] Starting [INFO,EmbeddedCatalinaServiceSX] Starting EmbeddedCatalin

Re: [JBoss-user] Embedd tomcat Mapping failure...

2002-02-15 Thread Dmitri Colebatch
Hi, see http://main.jboss.org/thread.jsp?forum=67&thread=7931 cheers dim - Original Message - From: "Saimon Moore" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 16, 2002 2:05 AM Subject: [JBoss-user] Embedd tomcat Mapping failure... > Hi, > > I've been trying

Re: [JBoss-user] About deployment application on JBoss

2002-02-15 Thread David Jencks
On 2002.02.15 12:58:31 -0500 Christine wrote: > Hi, > > I am a new user of JBoss. I used J2EE server and Websphere before. Both > provide deployment tools which will generate ejb and web descriptor for > you. But in Jboss, do I have to write jaws.xml, jboss.xml, web.xml by > myself and use Ant to

Re: [JBoss-user] AS/400 & JDBC Database connection pool

2002-02-15 Thread Adrian Brock
Hi, Perhaps you can post your experiences of using JBoss on an AS/400. There has been some interest on this list and in the forums. http://main.jboss.org I haven't seen anybody give any real feedback. Regards, Adrian >From: "Yong T. Kim" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [

[JBoss-user] inner transactions

2002-02-15 Thread Eric Kaplan
I have two session beans, a and b. Both are container managed transactions, Requires transaction. I call a from the client, which presumably initiates the transaction, and a calls b. Something happens in b, which then throws an EJBException. It seems like this is initiating a rollback, since b

Re: [JBoss-user] AS/400 & JDBC Database connection pool

2002-02-15 Thread Adrian Brock
I spotted this link when looking for something else. WARNING: I don't own an AS/400 so I haven't tried it. http://www.softagency.co.jp/jboss/org/documentation/HTML/ch04s11.html Regards, Adrian >From: "Yong T. Kim" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject

Re: [JBoss-user] jdk1.4's gone final

2002-02-15 Thread David Hamilton
Nicolai P Guba wrote : > >> On Friday 15 Feb 2002 2:47 pm, David Ward wrote: >> >> 2) Take a look at the Reflection Performance improvements graph here: >> http://java.sun.com/j2se/1.4/performance.guide.html >> Again not sure, but this looks like it could really help JBoss >> performance with the

[JBoss-user] Memory leak in Minerva DB Pool

2002-02-15 Thread Lucas McGregor
I have noticed a memory leak in my JBoss Minerva pool and am wondering if there is a known fix or work around. I have checked the manual, the forum, and the newsgroups with little luck. Let me give you the specifics: I am running on Solaris8 on x86, JBoss-2.4.1 and Tomcat-3.2.3. I

RE: [JBoss-user] About deployment application on JBoss

2002-02-15 Thread Michael Schulz
If you use Forte for your Java IDE, there are some tools available: http://forte.sun.com/ffj/downloads/index.html This link is to an EJB code generator/deployer that works specifically with JBoss: http://www.ambitj.com/ I have not tried these myself (yet), so you should evalu

Re: [JBoss-user] jdk1.4's gone final

2002-02-15 Thread Nicolai P Guba
On Friday 15 Feb 2002 5:37 pm, danch wrote: > Nicolai P Guba wrote: > > Probably not very much, unless deploy-time becomes of an issue. I cannot > > imagine any run-time features that would require relfection. Or? > > I think there are a few places, but if so they probably cache the method > lo

[JBoss-user] About deployment application on JBoss

2002-02-15 Thread Christine
Hi, I am a new user of JBoss. I used J2EE server and Websphere before. Both provide deployment tools which will generate ejb and web descriptor for you. But in Jboss, do I have to write jaws.xml, jboss.xml, web.xml by myself and use Ant to build the ear file? Could anyone tell me whether there is

Re: [JBoss-user] jdk1.4's gone final

2002-02-15 Thread danch
Nicolai P Guba wrote: > > Probably not very much, unless deploy-time becomes of an issue. I cannot > imagine any run-time features that would require relfection. Or? I think there are a few places, but if so they probably cache the method lookups already. -danch

Re: [JBoss-user] Jboss 3.0 security

2002-02-15 Thread Achilleus Mantzios
I repost the RabbitHole security related question since i dont think i was clear enough. The point is that i cannot even use the org.jboss.security.auth.spi.UsersRolesLoginModule or the org.jboss.security.auth.spi.SimpleServerLoginModule. My System INFO is as follows: LOG=

[JBoss-user] org.jboss.mq.SpyJMSException

2002-02-15 Thread Srinivas . Kotamraju
hi all, when I execute this method..I get the error "cannot send a messsage to JMS server," I have done all the things like getting the context, creating queue session, creating the message etc..but it gives me the error below when it executes queueSender.send(queue, message); any ideas?? thanks

Re: [JBoss-user] jdk1.4's gone final

2002-02-15 Thread Nicolai P Guba
On Friday 15 Feb 2002 2:47 pm, David Ward wrote: > More than a couple things in 1.4 look attractive to JBoss: > > 1) JDBC 3.0 includes all the javax.sql stuff built in, but much cooler > is the new ability to retrieve database automatically generated keys. > http://java.sun.com/j2se/1.4/docs/reln

Re: [JBoss-user] Embedd tomcat Mapping failure...

2002-02-15 Thread Saimon Moore
On Vie 15 Feb 2002 16:15, Michael Schulz wrote: > > This has been discussed many times in the forums. I'm sorry I didn't check the archives before...won't happen again.. > The default installation of JBoss 2.4.4/Tomcat 4.0.1 does not deploy any > web app to the root context - so the mapping fai

[JBoss-user] AS/400 & JDBC Database connection pool

2002-02-15 Thread Yong T. Kim
Can anyone show me some example on how to setup Database connection pool in jboss.jcml file? I mean for AS/400. Thanks in advance. = - - - - - - - - - - - - Yong T. Kim (kimion.com) Software Developer [EMAIL PROTECTED] http://www.kimion.com:8080

[JBoss-user] Embedd tomcat Mapping failure...

2002-02-15 Thread Saimon Moore
Hi, I've been trying out JBoss-2.4.4-Tomcat-4.0.1. JBoss is great.. ;) I started it up using the run_with_catalina.sh script. Everything seems to load up fine. i.e. no exception traces or anything. Seems quite normal (I've included the log anyway But when I try to access http://127.0.0.1:

[JBoss-user] 实现您 百 万富 翁的梦 想

2002-02-15 Thread yleef
ÅóÓÑ£º ÄúºÃÂð£¿×î½üÎҺܺã¡Ã¿Ì춼ÊÕµ½ºÜ¶àºÜ¶àÇ®£¬µÄÈ·¸Ð¾õºÃ¼«ÁË£¡£¡ ÷ÈÁ¦ÎÞÏÞµÄinternetÏÖÔÚÓлú»áʵÏÖÎÒÃÇ°Ù Íò¸» Î̵ÄÃÎÏ룡£¡ ÏÖÔÚÎÒÏòÄú½éÉÜÒ»¸ö¿Æѧ¡¢ÏȽø¡¢°²È«µÄ׬ǮϵͳÍøÕ¾¡°Ð Ӯ Àû¡±¡£ ¡°Ð Ӯ Àû¡±£ºhttp://rich4all.yeah.net ºÃ¶àÈËͨ¹ýÕâÖÖÊÀ½çÁ÷Ðеġ°¶à²ã´ÎÍøÂçÓªÏú MLM¡± ³ÉΪÁË°ÙÍò¸» ÎÌ£¬Õ

[JBoss-user] jdk1.4's gone final

2002-02-15 Thread David Ward
More than a couple things in 1.4 look attractive to JBoss: 1) JDBC 3.0 includes all the javax.sql stuff built in, but much cooler is the new ability to retrieve database automatically generated keys. http://java.sun.com/j2se/1.4/docs/relnotes/features.html#jdbc Not sure, but this might make it e

[JBoss-user] Order of events with BMP

2002-02-15 Thread Edward Q. Bridges
using JBoss 2.4.3 i don't think i'm clear with regard to the sequence of events with the creation of a BMP bean. as i understand the sequence of events: * client calls home.create(xxx); * server calls bean.ejbCreate(xxx). * implementation of ejbCreate(xxx) should insert a row into the database,