Re: [JBoss-dev] Some changes appear to be missing

2003-09-10 Thread Alexey Loubyansky
I am sorry. It is fixed now. alex Scott M Stark wrote: The 3.2 branch is not compiling currently: /home/starksm/JBoss/cvs/JBoss3.2/jboss-3.2/server/src/main/org/jboss/ejb/plugins/cmp/ejbql/ASTConcat.java:52: cannot resolve symbol symbol : method getFunctionResult

[JBoss-dev] Re: [jboss-group] Subject.equals and JCA contention

2003-09-10 Thread Adrian Brock
On Wed, 2003-09-10 at 13:05, Scott M Stark wrote: We need a custom comparator to intelligently compare the pool key. The default Subject equals is comparing all its sets when all we really need is the associated JCA identity/credential I'm guessing. This is in the

[JBoss-dev] [ jboss-Bugs-800923 ] xml config files not valid

2003-09-10 Thread SourceForge.net
Bugs item #800923, was opened at 2003-09-05 00:58 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=800923group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Fixed Priority:

Re: [JBoss-dev] Re: [jboss-group] Subject.equals and JCA contention

2003-09-10 Thread Scott M Stark
Yes, its going to depend on what the resource adaptor wants for its security info and the pool is most likely going to have to get the comparator from the ra configuration. We can start with a default comparator that is based on the javax.resource.spi.security.PasswordCredential. --

[JBoss-dev] [ jboss-Bugs-794699 ] Deployment of ear throws null pointer execption in org.jboss

2003-09-10 Thread SourceForge.net
Bugs item #794699, was opened at 2003-08-25 06:42 Message generated for change (Settings changed) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=794699group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority:

[JBoss-dev] [ jboss-Bugs-790843 ] JMX/jndi scoping problem for beans with same jndiName

2003-09-10 Thread SourceForge.net
Bugs item #790843, was opened at 2003-08-18 15:01 Message generated for change (Settings changed) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=790843group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Invalid

[JBoss-dev] [ jboss-Bugs-794862 ] jar download extensions in UCL do not obey spec

2003-09-10 Thread SourceForge.net
Bugs item #794862, was opened at 2003-08-25 12:15 Message generated for change (Settings changed) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=794862group_id=22866 Category: None Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] [ jboss-Bugs-796223 ] ClassCastException when getting NamingContext over HTTP

2003-09-10 Thread SourceForge.net
Bugs item #796223, was opened at 2003-08-27 13:12 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=796223group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Fixed Priority:

[JBoss-dev] [ jboss-Bugs-795191 ] env-entry not in jndi when not using JBossWebLoader

2003-09-10 Thread SourceForge.net
Bugs item #795191, was opened at 2003-08-26 01:26 Message generated for change (Settings changed) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=795191group_id=22866 Category: None Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] Build failing on Branch_3_2

2003-09-10 Thread Francisco Reverbel
Fresh checkout. The build.sh script fails with this error: compile-classes: [javac] Compiling 584 source files to /usr/local/reverbel/jboss-3.2/server/output/classes /usr/local/reverbel/jboss-3.2/server/output/gen-src/org/jboss/invocation/local/LocalInvokerMBean.java:10: '}' expected ^ 1

Re: [JBoss-dev] Build failing on Branch_3_2

2003-09-10 Thread Scott M Stark
No, I just did a checkout and build of 3.2 using 1.4.2 on RH9. What compiler and OS are you using? Francisco Reverbel wrote: Fresh checkout. The build.sh script fails with this error: compile-classes: [javac] Compiling 584 source files to /usr/local/reverbel/jboss-3.2/server/output/classes

[JBoss-dev] EJBCA

2003-09-10 Thread Sacha Labourey
This seems to be great: http://ejbca.sourceforge.net/ EJBCA is a fully functional Certificate Authority. Based on J2EE technology it constitutes a robust, high performance and component based CA. Both flexible and platform independent, EJBCA can be used standalone or integrated in any

[JBoss-dev] [ jboss-Bugs-794699 ] Deployment of ear throws null pointer execption in org.jboss

2003-09-10 Thread SourceForge.net
Bugs item #794699, was opened at 2003-08-25 15:42 Message generated for change (Comment added) made by chrigri You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=794699group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] [ jboss-Bugs-803797 ] Bug in RMIConnectorImpl.start()?

2003-09-10 Thread SourceForge.net
Bugs item #803797, was opened at 2003-09-10 17:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=803797group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: None

Re: [JBoss-dev] Build failing on Branch_3_2

2003-09-10 Thread Francisco Reverbel
Java 1.4.2 on Debian 3.0 (woody). I am using an old Linux kernel, though. $ java -version java version 1.4.2 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2-b28) Java HotSpot(TM) Client VM (build 1.4.2-b28, mixed mode) $ uname -a Linux pong 2.2.19 #1 SMP Wed Oct 17 08:56:33 BRST

Re: [JBoss-dev] Build failing on Branch_3_2

2003-09-10 Thread Francisco Reverbel
It works after I removed file output/gen-src/org/jboss/invocation/local/LocalInvokerMBean.java which was incomplete. This file has not been fully generated due to an out of memory error in a previous run of build.sh. Thanks, Francisco On Wed, 10 Sep 2003, Scott M Stark wrote: No, I just

Re: [JBoss-dev] Build failing on Branch_3_2

2003-09-10 Thread Adrian Brock
Hi Francisco, It looks like xdoclet screwed up at some point. This is generated source. Do you get the same error if you ./build.sh clean before rebuilding? Regards, Adrian On Wed, 2003-09-10 at 16:14, Francisco Reverbel wrote: Java 1.4.2 on Debian 3.0 (woody). I am using an old Linux kernel,

[JBoss-dev] [ jboss-Bugs-790843 ] JMX/jndi scoping problem for beans with same jndiName

2003-09-10 Thread SourceForge.net
Bugs item #790843, was opened at 2003-08-18 15:01 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=790843group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Invalid

[JBoss-dev] [ jboss-Bugs-790843 ] JMX/jndi scoping problem for beans with same jndiName

2003-09-10 Thread SourceForge.net
Bugs item #790843, was opened at 2003-08-18 15:01 Message generated for change (Comment added) made by sreich You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=790843group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Invalid

Re: [JBoss-dev] Build failing on Branch_3_2

2003-09-10 Thread Scott M Stark
Ah, yes, the xdoclet memory pig. I should have thought of that as I had seen similar non-sensical failures due to OMEs in the past. Francisco Reverbel wrote: It works after I removed file output/gen-src/org/jboss/invocation/local/LocalInvokerMBean.java which was incomplete. This file has not

[JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 10-September-2003

2003-09-10 Thread noreply
Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 10-September-2003 JBoss daily test results SUMMARY Number of tests run: 1501 Successful tests: 1488 Errors:6 Failures: 7

Re: [JBoss-dev] Re: [jboss-group] Subject.equals and JCA contention

2003-09-10 Thread Adrian Brock
On Wed, 2003-09-10 at 13:43, Scott M Stark wrote: Yes, its going to depend on what the resource adaptor wants for its security info and the pool is most likely going to have to get the comparator from the ra configuration. We can start with a default comparator that is based on the

Re: [JBoss-dev] Subject.equals and JCA contention

2003-09-10 Thread Scott M Stark
Can you show the trace to: org.jboss.security.plugins.JaasSecurityManager.isValid() -- Scott Stark Chief Technology Officer JBoss Group, LLC Adrian Brock wrote: On Wed, 2003-09-10 at 13:43, Scott M Stark wrote: Yes, its going to depend on what

[JBoss-dev] [ jboss-Bugs-798840 ] org/jboss/mx/loading/LoadMgr.java deadlock

2003-09-10 Thread SourceForge.net
Bugs item #798840, was opened at 2003-09-01 23:20 Message generated for change (Comment added) made by ingrilli You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=798840group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5

Re: [JBoss-dev] Build failing on Branch_3_2

2003-09-10 Thread Francisco Reverbel
Thanks, Adrian. You're right, the error does not happen in a clean build. I have been getting out of memory errors from clean builds. Xdoclet... My second attempt typically succeeds. This time, however, the clean build left me with an incomplete source file. Cheers, Francisco On 10 Sep

[JBoss-dev] [ jboss-Bugs-798840 ] org/jboss/mx/loading/LoadMgr.java deadlock

2003-09-10 Thread SourceForge.net
Bugs item #798840, was opened at 2003-09-01 16:20 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=798840group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] [ jboss-Bugs-796177 ] JBoss failes to remove lock on CMP beans w/o transaction

2003-09-10 Thread SourceForge.net
Bugs item #796177, was opened at 2003-08-27 19:00 Message generated for change (Comment added) made by zds0 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=796177group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] [ jboss-Bugs-803851 ] Tomcat5 uses WebappClassLoader, EmbeddedTomcatService doesn'

2003-09-10 Thread SourceForge.net
Bugs item #803851, was opened at 2003-09-10 09:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=803851group_id=22866 Category: JBossWeb Group: v3.2 Status: Open Resolution: None

Re: [JBoss-dev] Re: [jboss-group] Subject.equals and JCA contention

2003-09-10 Thread Adrian Brock
On Wed, 2003-09-10 at 13:43, Scott M Stark wrote: Yes, its going to depend on what the resource adaptor wants for its security info and the pool is most likely going to have to get the comparator from the ra configuration. We can start with a default comparator that is based on the

[JBoss-dev] [ jboss-Bugs-801595 ] Head doesn't build.

2003-09-10 Thread SourceForge.net
Bugs item #801595, was opened at 2003-09-06 10:39 Message generated for change (Comment added) made by mikezzz You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=801595group_id=22866 Category: None Group: None Status: Closed Resolution: Invalid Priority: 5

[JBoss-dev] [ jboss-Bugs-803983 ] deploy url passed to Tomcat used as relative

2003-09-10 Thread SourceForge.net
Bugs item #803983, was opened at 2003-09-10 20:23 Message generated for change (Settings changed) made by youngm You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=803983group_id=22866 Category: JBossWeb Group: v3.2 Status: Open Resolution: None Priority: 5