Re: [JBoss-dev] Can't build on linux either

2003-03-11 Thread Scott M Stark
A clean co of head is building for me on a RedHat 8 box with the same JDK. I believe you have to set both the JAVA_HOME and PATH to get JavaCC to work as it seems to use the PATH for something. [EMAIL PROTECTED] starksm]$ export JAVA_HOME=~/Java/j2sdk1.4.1_02 [EMAIL PROTECTED] starksm]$ PATH=$JAVA

[JBoss-dev] Can't build on linux either

2003-03-11 Thread Dain Sundstrom
Because OSX is hosed I decided to move my development to my linux box, but it doesn't build either. It looks like the build isn't picking up the JavaCC.zip file. Jason is this working for you... Here is what I get java version "1.4.1_02" Java(TM) 2 Runtime Environment, Standard Edition (build

[JBoss-dev] [ jboss-Bugs-701924 ] Bundled tar.gz for 3.2.0RC3 is not source code

2003-03-11 Thread SourceForge.net
Bugs item #701924, was opened at 2003-03-11 20:10 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701924&group_id=22866 Category: None Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Christopher G. Stach II (cstach) Assigned to: Nobody

[JBoss-dev] [ jboss-Bugs-701880 ] ejb-external-ref bug in 3.2RC3

2003-03-11 Thread SourceForge.net
Bugs item #701880, was opened at 2003-03-12 01:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701880&group_id=22866 Category: None Group: v3.2 Status: Open Resolution: None >Priority: 7 Submitted By: marco dubbeld (dubbeld) Assigned to: Nobody/Anonymo

[JBoss-dev] [ jboss-Bugs-701880 ] ejb-external-ref bug in 3.2RC3

2003-03-11 Thread SourceForge.net
Bugs item #701880, was opened at 2003-03-12 01:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701880&group_id=22866 Category: None Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: marco dubbeld (dubbeld) Assigned to: Nobody/Anonymou

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 11-March-2003

2003-03-11 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1067 Successful tests: 1062 Errors:1 Failures: 4 [time of test: 2003-03-11.12-31 GMT] [java.version: 1.3.1]

[JBoss-dev] [ jboss-Bugs-701731 ] Problem: MDB stops reacting

2003-03-11 Thread SourceForge.net
Bugs item #701731, was opened at 2003-03-11 21:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701731&group_id=22866 Category: JBossMQ >Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Eduard Letifov (techtime) Assigned t

[JBoss-dev] [ jboss-Bugs-701731 ] Problem: MDB stops reacting

2003-03-11 Thread SourceForge.net
Bugs item #701731, was opened at 2003-03-11 21:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701731&group_id=22866 Category: JBossMQ Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Eduard Letifov (techtime) Assigned to: Nobody/Ano

[JBoss-dev] [ jboss-Bugs-701698 ] IP resolving Problem

2003-03-11 Thread SourceForge.net
Bugs item #701698, was opened at 2003-03-11 18:58 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701698&group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Sebastian Neudert (sneudert) Assigned to: Nob

Re: [JBoss-dev] Question about SecurityAssociation

2003-03-11 Thread Scott M Stark
Your simply duplicating work already done in the securityManager.isValid(identity, password) and this is a SecurityAssociation thread specific setting and therefore a single thread cannot obtain all logged in users. Scott Stark Chief Technology Officer JBoss Group, LLC x

Re: [JBoss-dev] JDK 1.4.1 on OS X out and breaks build

2003-03-11 Thread Dain Sundstrom
Well this sucks. I hope the XDoclet guys fix this quick. -dain On Tuesday, March 11, 2003, at 05:43 AM, Jason Dillon wrote: Um but it looks like HEAD will only build with 1.4+ so I will shut up now. --jason On Tuesday, March 11, 2003, at 06:19 PM, Jason Dillon wrote: FYI, export JAVA

[JBoss-dev] Question about SecurityAssociation

2003-03-11 Thread Philipp . Wolff
Hi All, For a portal-authentication, i've written a custom LoginModule, that belongs to a configured Security-Realm. When login succeed, i want to have all logged-in users in a context, to be able i.e. query the roles of a users with the RealmManager. My first idea looks like this: secur

[JBoss-dev] SPECjAppServer2002

2003-03-11 Thread Christofer Dutz
Hi, as part of my student research project I am working on deployment of the SPECjAppServer2002 benchmark on a JBoss server. At the moment I am stuck at one problem I just can't solve. I contacted Dain Sundstrom for help and I was told to contact this mailinglist. In the application there are seve

[JBoss-dev] Automated JBoss(HEAD Matrix2) Testsuite Results: 11-March-2003

2003-03-11 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1196 Successful tests: 1126 Errors:54 Failures: 16 [time of test: 2003-03-11.07-24 GMT] [java.version: 1.4.

[JBoss-dev] [ jboss-Bugs-701553 ] Incorrect behaviour from Session.recover()

2003-03-11 Thread SourceForge.net
Bugs item #701553, was opened at 2003-03-11 15:04 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=701553&group_id=22866 Category: JBossMQ Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Frédéric Donckels (lubdub) Assigned to: Nobody/An

Re: [JBoss-dev] JDK 1.4.1 on OS X out and breaks build

2003-03-11 Thread Jason Dillon
Um but it looks like HEAD will only build with 1.4+ so I will shut up now. --jason On Tuesday, March 11, 2003, at 06:19 PM, Jason Dillon wrote: FYI, export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/ Home or if you like csh pain: setenv JAVA_HOME /System/

Re: [JBoss-dev] JDK 1.4.1 on OS X out and breaks build

2003-03-11 Thread Jason Dillon
Eclipse decided to start behaving just after I wrote that mail... go figure. --jason On Tuesday, March 11, 2003, at 01:13 PM, Dain Sundstrom wrote: I just upgraded to 1.4.1 on OS X and now the build won't work. I tried a fresh checkout, but that didn't help. Jason is this working on your

Re: [JBoss-dev] JDK 1.4.1 on OS X out and breaks build

2003-03-11 Thread Jason Dillon
Looks like 1.4.1 breaks more than XDoclet :-( Eclipse does not like it so much either. Looks like jEdit is a tad happier than it was with the preview release, but it still functions better with 1.3.1 (no corruption on screen elements, like the dockling prefs and such). On the other hand

Re: [JBoss-dev] JDK 1.4.1 on OS X out and breaks build

2003-03-11 Thread Jason Dillon
FYI, export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/ Home or if you like csh pain: setenv JAVA_HOME /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home And you can build again. --jason On Tuesday, March 11, 2003, at 01:13 PM, Dain Sundstrom w