[JBoss-user] [Installation & Configuration] - encrypted connection between remote client and EJB

2005-05-26 Thread schwarcz
I there a straight-forward way to configure the RMI client conversation with an EJB to be overt a secure connection so I don't have to encrypt the individual pieces of data that I pass as arguments? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879246#387924

[JBoss-user] [Beginners Corner] - jar containing javax.servlet under J2EE 1.4

2005-02-13 Thread schwarcz
Sorry for the basic question, but with the JBoss 4.x / Tomcat bundle, where do I find a jar with the javax.servlet package for J2EE 1.4. Under J2EE 1.3 I could just use the jar in the Sun distribution. But under J2EE 1.4 I don't see anything that isn't bunder with Sun's ap server. The JBoss J2E

[JBoss-user] [Installation & Configuration] - Re: 4.0.1 hang when debug enabled

2005-02-02 Thread schwarcz
Thanks so much. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864851#3864851 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864851 --- This SF.Net email is sponsore

[JBoss-user] [Installation & Configuration] - Re: 4.0.1 hang when debug enabled

2005-02-01 Thread schwarcz
Well, I still can't figure it out but I have narrowed down the issues some. No problem running JBoss 3.6 in debugging mode. Identical problem running either JBoss 4.0.0 or JBoss 4.0.1 Falling back to the 1.4 JDK doesn't help. Still hoping for some insight from you JBoss experts out there. View

[JBoss-user] [Installation & Configuration] - 4.0.1 hang when debug enabled

2005-02-01 Thread schwarcz
When I enable debugging and launch JBoss 4.0.1 (Windows XP Pro SP2 & JDSK 5.0), there is no cpu activity and no logging output once the message "Listening for transport dt_socket at address: 8787" is echoed. I'm assuming it is some sort of config problem at my end but wonder if anybody has an

[JBoss-user] [EJB/JBoss] - Re: JBoss 4 50X performance hit - remote vs local interface

2004-11-04 Thread schwarcz
I'll look into that. Any chance you can point me towards the doc on how to do this? Additionally, I see large slowdowns in other operations. For example, under 3.2 my intra-jvm local and remote jndi lookups were 141 and 172 ms for 10,000 ops. Under 4.0, the same code requires 2,766 and 18,297

[JBoss-user] [EJB/JBoss] - JBoss 4 50X performance hit - remote vs local interface

2004-11-04 Thread schwarcz
Under JBoss 3.x there was very little difference in the performance of invoking an EJB with a local vs remote interface as long as the ejb was, in fact, in the same jvm. JBoss seemed to have good optimization of the remote interface. For example, the cost for 10,000 creates of a trivial sessio

[JBoss-user] [Beginners Corner] - please help: ava.lang.UnsupportedClassVersionError: org/apac

2004-08-20 Thread schwarcz
I have compiled and deployed the same four application to two different servers (Wind Xp Pro SP1, JBoss 3.2.5/Tomcat, JDK 1.4.2, J2EE 1.3). However one (and only one) of the applications bombs on only one of the servers complaining about my jsp (see below). Any ideas or suggestions as to what

[JBoss-user] [EJB/JBoss] - Re: client packaging

2004-05-06 Thread schwarcz
My take on it is that while the JBoss folks charge for documentation they really aren't all that committed to it. After all it isn't as much fun as programming :-) It's too bad because the software is good but the doc just can't compare in quality to BEA's for example. View the original post