[JBoss-user] JBoss-3.0.4 released

2002-11-02 Thread Scott M Stark
JBoss-3.0.4 has been released to SourceForge and in addition to the default Jetty web container includes bundled versions of Tomcat-4.0.6 and Tomcat-4.1.12. The releases may be downloaded from: http://sourceforge.net/project/showfiles.php?group_id=22866 The release notes are available here: http:

RE: [JBoss-user] httpsession clustering overhead

2002-11-02 Thread Bill Burke
ECPERF is in CVS under the ecperf module. For testing with 3.0 series, you'll need to checkout: ecperf -r Branch_3_0 3.2 and higher, just check out ecperf regulary. It is configured to use either BMP, CMP, or clustering. You can email me for help, but I'm pretty busy right now so I may not res

Re: [JBoss-user] is sessionid unique?

2002-11-02 Thread Harmeet Bedi
- Original Message - From: "Marcin Gryszkalis" <[EMAIL PROTECTED]> > > application and I'd like to know how unique is sessionid > > generated by server (especially in long run, including > > server restart and aplication redeployment). > > After posting this I did some searching and found t

Re: [JBoss-user] is sessionid unique?

2002-11-02 Thread Marcin Gryszkalis
I'm working on user-behavior-tracking solution for a jboss application and I'd like to know how unique is sessionid generated by server (especially in long run, including server restart and aplication redeployment). After posting this I did some searching and found that in Tomcat sessionid is pur

Re: [JBoss-user] setting SecurityManager causes security exception in hybrid JBoss /RMI application

2002-11-02 Thread Scott M Stark
You need these permissions assigned to any code that interacts with the JBoss security layer when running with a security manager: java.lang.RuntimePermission("org.jboss.security.SecurityAssociation.getPrincipalInfo") java.lang.RuntimePermission("org.jboss.security.SecurityAssociation.setPrincipal

[JBoss-user] is sessionid unique?

2002-11-02 Thread Marcin Gryszkalis
Hi I'm working on user-behavior-tracking solution for a jboss application and I'd like to know how unique is sessionid generated by server (especially in long run, including server restart and aplication redeployment). regards marcin -- Marcin Gryszkalis http://fork.pl <><

[JBoss-user] Web Application Structure (WAR) within EAR

2002-11-02 Thread Michael Angelo Libio
Does the war file need to have the client jars (jboss/client/*.jar) included in its WEB-INF/lib directory? I deployed it in the ear file under a jboss+tomcat (embeded) server. Do I also need to include the ejb files in the war (WEB-INF/lib) file when I refer to it under web.xml ()? My setup:

Re: [JBoss-user] Running CMP2 tests: HSqlDB allows duplicate columns

2002-11-02 Thread Dain Sundstrom
Jonathan.O'[EMAIL PROTECTED] wrote: Folks, I'm on a mission to allow the same column be mapped to both a CMP field and a CMR field. What version are you targeting this for? Jboss 4.0 cmp is getting a complete rewrite that what will for one thing makes this type of n:m data mapping model trivi

Re: [JBoss-user] Performance issue while adding to a EJB 2.0 relation- JBoss version: 3.0.2

2002-11-02 Thread Dain Sundstrom
Chris Bonham wrote: > I'm running JBoss 3.2.0beta with Dain's Unidirectional performance > patch, Sun JDK 1.3.1_03 on both Win2K and RedHat Linux 7.3, plus > XDoclet 1.2.0beta. > > I have two local CMP entity beans with this relationship: > > SelectedBowComponent (M) -> (1) BowComponent > > When I

Re: [JBoss-user] httpsession clustering overhead

2002-11-02 Thread Rick LaBanca
I did think of the backplane idea as well. But we also have memory consumption to think about. If I had four servers evenly balanced, say 100 users on each, I think I would end up with 400 sessions per server. Our sessions are currently pigs, and that is motivation to fix that! Perhaps better woul

Re: [JBoss-user] httpsession clustering overhead

2002-11-02 Thread Joao Pedro Clemente
> I am beginning to get httpclustering to work. Aside from the overhead of > each server having to have the capacity to hold the total sessions in all > servers, what's the wire traffic like? Yea, I'll sniff it if I have to, this > is just to see if anyone has a quick idea. Thats a good point tha

[JBoss-user] httpsession clustering overhead

2002-11-02 Thread Rick LaBanca
I am beginning to get httpclustering to work. Aside from the overhead of each server having to have the capacity to hold the total sessions in all servers, what's the wire traffic like? Yea, I'll sniff it if I have to, this is just to see if anyone has a quick idea. I'm guessing it sends out X byt

Re: [JBoss-user] Performance issue while adding to a EJB 2.0relation - JBoss version: 3.0.2

2002-11-02 Thread Marius Kotsbak
1. Do you run the code in a transaction? 2. Sun JDK 1.3.1_03 is AFAIK the slowest >=1.3 JDK you can find for linux. I recommend upgrading to 1.4.1 from sun, IBMs 1.3 or www.jrockit.com's 1.3. When you have done that, can you see any performance difference between Linux and Win2k? What kernel? Recom