Re: [JBoss-dev] Tomcat security/LdapLoginModule

2001-10-19 Thread Peter Antman
On 17 Okt, Scott M Stark wrote: - Original Message - [..] 2. It would be good to be able to get at the autenticated Subject in the webparts. I have tried request.getAttribute(j_subject) but only get null back. The only way to retrive it was to go against the security JNDI

Re: [JBoss-dev] User API; was Tomcat security/LdapLoginModule

2001-10-19 Thread Peter Antman
On 17 Okt, Scott M Stark wrote: We do need a centralized notion of user, authentication and authorization and profiles. Our current fragmented notion does not make any sense administratively. Basically we want a single API and administrative interface for the following 1. Who is the user

Re: [JBoss-dev] Bug in cache

2001-10-19 Thread Peter Levart
On Thursday 18 October 2001 22:59, Bill Burke wrote: Fixed in 2.4.4 and mainline. That is, the cache insertion problem. This fixes the bug when an exception is thrown in ejbPostCreate but there seems to be another one. #472072 is still there. I would've attached a testing app that exhibits

Re: [JBoss-dev] Tomcat security/LdapLoginModule

2001-10-19 Thread Scott M Stark
Ok. I have this sitting here in my workspace to go into 2.4.4. I thought that I had put it into 2.4.3 for web apps but it didn't go in. This does work for ejbs but not web apps. The actvie subject is available through JNDI: Subject activeSubject = (Subject)

Re: [JBoss-dev] Tomcat security/LdapLoginModule

2001-10-19 Thread Peter Antman
On 19 Okt, Scott M Stark wrote: Ok. I have this sitting here in my workspace to go into 2.4.4. Fine. Any comments on the user stuff ideas? Or am I totaly off topic:-) //Peter I thought that I had put it into 2.4.3 for web apps but it didn't go in. This does work for ejbs but not web apps.

[JBoss-dev] JBoss and SOAP

2001-10-19 Thread jp Morgan
How does one turns jboss ejb into web services? Is there is soap programming layer for jboss? ZOAP or jboss.net any advice on these or other tools to use with jboss for implementing web services __ Do You Yahoo!? Make a great connection at Yahoo!

Re: [JBoss-dev] User API; was Tomcat security/LdapLoginModule

2001-10-19 Thread Peter Antman
Hi again, I don't really know if this is of interest to anyone but me, say so and I will stop reporting... anyway, I could not resist the temptation to test this concept (with a lot of hardcoded stuff) - A UserCentralService modelled after the JaasSecurityManagerService, which binds in my

AW: [JBoss-dev] JBoss and SOAP

2001-10-19 Thread Jung , Dr. Christoph
ZOAP is a deprecated project. JBoss.net is the successor that will envisage to ease the implementation of J2ee-based web services and the integration of external web-services into your J2ee logic. Jboss.net builds on the Apache Axis framework. In contrast to using Apache-Soap and Axis

Re: [JBoss-dev] Re: Shutdown behaves while using 8082 service

2001-10-19 Thread Peter Fagerlund
The shutdown hook started in the org.jboss.system.Shutdown(MBean) works correct while invoking it throught ctrl-c ... invoking throught :8082 either with a browser or jboss_init_redhat.sh using org.jboss.shutdown is failing since the call is unreferencing the caller -chain while

[JBoss-dev] CVS update: jboss/src/main/org/jboss/system Shutdown.java

2001-10-19 Thread Peter Fagerlund
User: peter_f Date: 01/10/19 08:36:15 Modified:src/main/org/jboss/system Shutdown.java Log: Added debug messages trying to understand the (un)dependencys Revision ChangesPath 1.4 +119 -27 jboss/src/main/org/jboss/system/Shutdown.java Index: Shutdown.java

Re: [JBoss-dev] Bug in cache

2001-10-19 Thread Peter Levart
When investigating this further I found out the following: This is a normal call stack (as printed from the AbstractInstanceCache.insert method) when creating new instance of entity bean (CustomerBean) with empty ejbPostCreate() method. As you can see the insertion into cache happens after

RE: [JBoss-dev] Bug in cache

2001-10-19 Thread Bill Burke
The new interceptors were specifically designed so that other components such as CMP do not know whether or not or how a bean is cached. What we can do is peek into the cache. If the object is already there and is the same exact object (obj1 == obj2), then don't try to reinsert it. I'll put

Re: [JBoss-dev] Re: Shutdown behaves while using 8082 service

2001-10-19 Thread David Jencks
One quick comment- the ServiceController only knows about mbeans that were deployed through it as a service the mbeanserver knows about all the mbeans. In particular, there is a ZClassloader for each mbean you deployed through ServiceController. I think the others are mostly startup mbeans

[JBoss-dev] Farms of JBoss Servers and Service Deployment

2001-10-19 Thread Andreas Schaefer
Hi Geeks This week I started to implement the chance for the administrator to set up a farm of JBoss servers and then deploy services on all of these member of the farm. Later on it is possible to deploy also applications etc. on the farm. Definition: FARM A farm is a set of computers running

[JBoss-dev] RE: Jboss-development digest, Vol 1 #1833 - 4 msgs

2001-10-19 Thread Mahesh Agarwal
can any pls let me know what is the problem here here is the exception [RequestBean] TRANSACTION ROLLBACK EXCEPTION:Load failed; nested exception is: java.lang.NullPointerException; nested exception is: java.rmi.ServerException: Load failed; nested exception is:

RE: [JBoss-dev] RE: Jboss-development digest, Vol 1 #1833 - 4 msgs

2001-10-19 Thread Bill Burke
This problem probably means that you are trying to load a field in your EntityBean with the wrong type. Examples are class MyBean { public long someField; } some_file in your database is null, so field craps out. The error message should be better. Regards, Bill -Original

Re: [JBoss-dev] Bug in cache

2001-10-19 Thread Peter Levart
On Friday 19 October 2001 18:35, Bill Burke wrote: The new interceptors were specifically designed so that other components such as CMP do not know whether or not or how a bean is cached. What we can do is peek into the cache. If the object is already there and is the same exact object

[JBoss-dev] [ jboss-Bugs-472868 ] Session synch + UserTransaction broken

2001-10-19 Thread noreply
Bugs item #472868, was opened at 2001-10-19 11:12 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=472868group_id=22866 Category: JBossTX Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to:

Re: [JBoss-dev] User API; was Tomcat security/LdapLoginModule

2001-10-19 Thread Scott M Stark
I'm interested but the scope of this discussion is too limited and the exposure of the password to the application level should not be done. The desire to authenticate against an LDAP server as the current user is a need that exists everywhere: - Propagate the caller authentication for nested

[JBoss-dev] Raw-sql

2001-10-19 Thread Dave Smith
I am trying to use the raw-sql feature of jbosscmp-jdbc.xml. Now as far as I can see it looks like it is not implemented. The JDBCRawSqlQueryMetaData does not store the query in the .xml file only the method. The JDBCFindEntitiesCommand only checks for

RE: [JBoss-dev] Raw-sql

2001-10-19 Thread Dain Sundstrom
There are to things that are hard. T he first is mapping the output columns to the result object. This is complicated by the fact that a cmp field can map to more then one column. You will have to add error handling to assure that all of the properties of a field are loaded. I don't think my

Re: [JBoss-dev] Raw-sql

2001-10-19 Thread Dave Smith
Dain Sundstrom wrote: There are to things that are hard. T he first is mapping the output columns to the result object. This is complicated by the fact that a cmp field can map to more then one column. You will have to add error handling to assure that all of the properties of a field

[JBoss-dev] CVS update: jboss/src/main/org/jboss/metadata EntityMetaData.java

2001-10-19 Thread Ole Husgaard
User: sparre Date: 01/10/19 14:49:30 Modified:src/main/org/jboss/metadata EntityMetaData.java Log: Non-clustered CMP entitybeans should not use the clustered container configuration. Revision ChangesPath 1.12 +2 -2

[JBoss-dev] Please run the test suite before committing.

2001-10-19 Thread Ole Husgaard
Hi, A plea from me to all CVS committers: Before you commit, please run the test suite. It seems to cover the code base fine, and bugs introduced are almost always caught here. When you see that some test fails because of a change you made, you can relatively quickly fix it because you know

[JBoss-dev] [ jboss-Patches-472909 ] JBossMQ clients hangs

2001-10-19 Thread noreply
Patches item #472909, was opened at 2001-10-19 13:47 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376687aid=472909group_id=22866 Category: JBossMQ Group: v2.4 (stable) Status: Open Resolution: None Priority: 5 Submitted By: Shenglong Zou (slz1972) Assigned to:

[JBoss-dev] CVS update: jbosssx/src/main/org/jboss/security Logger.java

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 16:48:24 Added: src/main/org/jboss/security Tag: Branch_2_4 Logger.java Log: A utility class that allows the use of log4j by classes that must be loaded from the system classpath. It uses reflection to obtain access to the log4j classes using the

[JBoss-dev] CVS update: jbosssx/src/main/org/jboss/security/auth/spi AbstractServerLoginModule.java DatabaseServerLoginModule.java LdapLoginModule.java UsernamePasswordLoginModule.java UsersRolesLoginModule.java

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 16:50:08 Modified:src/main/org/jboss/security/auth/spi Tag: Branch_2_4 AbstractServerLoginModule.java DatabaseServerLoginModule.java LdapLoginModule.java

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/metadata jaws_2_4.dtd

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 16:54:47 Modified:src/resources/org/jboss/metadata Tag: Branch_2_4 jaws_2_4.dtd Log: Update to correspond to what is actually parsed by the metadata classes Revision ChangesPath No revision

[JBoss-dev] CVS update: jbosssx/src/build build.xml

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 16:55:52 Modified:src/build Tag: Branch_2_4 build.xml Log: Add the org.jboss.security.Logger class to the jboss-jaas.jar Revision ChangesPath No revision No revision 1.11.2.3 +293 -291

[JBoss-dev] CVS update: jboss/src/main/org/jboss Main.java

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 16:57:34 Modified:src/main/org/jboss Tag: Branch_2_4 Main.java Log: Update versionIdentifier = 2.4.4 Revision ChangesPath No revision No revision 1.35.2.12 +2 -2

[JBoss-dev] CVS update: jboss/src/client jbosssx-client.jar

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 16:59:03 Modified:src/client Tag: Branch_2_4 jbosssx-client.jar Log: Incorporate the Rel_2_4_4_3 changes to JBossSX Revision ChangesPath No revision No revision 1.8.2.13 +91 -87

Re: [JBoss-dev] Please run the test suite before committing.

2001-10-19 Thread David Jencks
Thank you, I agree, and very well said. I spent several days reorganizing the testsuite and making it somewhat more uniform so it would (mostly) work after the new classloader stuff went in. I think having the testsuite is a really valuable asset for us, please help keep it useful by making

[JBoss-dev] CVS update: jboss/src/main/org/jboss/web AbstractWebContainer.java

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 17:08:43 Modified:src/main/org/jboss/web Tag: Branch_2_4 AbstractWebContainer.java Log: Create a binding to the security-domain and subject in the web app ENC Revision ChangesPath No revision

[JBoss-dev] How to turn on jbossmq debug info

2001-10-19 Thread Sheng Zou
Title: How to turn on jbossmq debug info Hi, I added this line log4j.category.org.jboss.mq=TRACE#org.jboss.logging.log4j.TracePriority to conf/default/log4j.properties, and I only get these debug info: [JMSServer] Server: subscribe(dest=QUEUE.JMS_TQ108,idConnection=ID1)

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/web/servlets EJBOnStartupServlet.java

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 17:57:34 Modified:src/main/org/jboss/test/web/servlets Tag: Branch_2_4 EJBOnStartupServlet.java Log: Add tests of multiple secured URIs Revision ChangesPath No revision No

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/web/test TestWebIntegration.java

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 17:57:35 Modified:src/main/org/jboss/test/web/test Tag: Branch_2_4 TestWebIntegration.java Log: Add tests of multiple secured URIs Revision ChangesPath No revision No

[JBoss-dev] CVS update: jbosstest/src/resources/web/WEB-INF web.xml

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 17:58:50 Modified:src/resources/web/WEB-INF Tag: Branch_2_4 web.xml Log: Add a seperate secured URI Revision ChangesPath No revision No revision 1.8.2.5 +3 -2

[JBoss-dev] CVS update: jbosstest/src/build/subprojects build-web.xml

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 18:00:32 Modified:src/build/subprojects Tag: Branch_2_4 build-web.xml Log: Add the security package Revision ChangesPath No revision No revision 1.5.2.4 +1 -0

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/web/security TraceLoginModule.java

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 18:01:30 Added: src/main/org/jboss/test/web/security Tag: Branch_2_4 TraceLoginModule.java Log: A simple login module for tracing behavior Revision ChangesPath No revision No

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/web/security - New directory

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 18:00:59 jbosstest/src/main/org/jboss/test/web/security - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/build build.xml

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 18:02:41 Modified:src/build Tag: Branch_2_4 build.xml Log: Remove the logging test references Revision ChangesPath No revision No revision 1.34.2.3 +0 -5

[JBoss-dev] CVS update: jbosstest/src/build/subprojects build-logging.xml

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 18:02:41 Removed: src/build/subprojects Tag: Branch_2_4 build-logging.xml Log: Remove the logging test references ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: jbosstest/src/resources/security/META-INF ejb-jar.xml jboss-spec.xml

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 18:26:55 Modified:src/resources/security/META-INF Tag: Branch_2_4 ejb-jar.xml jboss-spec.xml Log: Add test of long ejb-name Revision ChangesPath No revision No revision

[JBoss-dev] Automated JBoss Testsuite Results

2001-10-19 Thread chris
JBoss daily test results SUMMARY Number of tests run: 131 Successful tests: 123 Errors:2 Failures: 6 [time of test: 20 October 2001 3:16 GMT] [java.version:

[JBoss-dev] CVS update: jbosstest/src/build run_tests.xml

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 19:18:53 Modified:src/build Tag: Branch_2_4 run_tests.xml Log: Update the test reporting to use the same formatting as main Revision ChangesPath No revision No revision 1.15.2.7 +51 -6

[JBoss-dev] CVS update: jbosstest/src/build/stylesheets details1.xsl junit-frames.xsl summary1a.xsl summary1.xsl summary2.xsl

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 19:18:53 Modified:src/build/stylesheets Tag: Branch_2_4 summary1.xsl summary2.xsl Added: src/build/stylesheets Tag: Branch_2_4 details1.xsl junit-frames.xsl summary1a.xsl Log: Update the test

[JBoss-dev] CVS update: jbosstest/lib ant-optional.jar ant.jar ant-1.3-optional.jar ant-1.3.jar

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 19:21:20 Added: lib Tag: Branch_2_4 ant-optional.jar ant.jar Removed: lib Tag: Branch_2_4 ant-1.3-optional.jar ant-1.3.jar Log: Update to ant-1.4 Revision ChangesPath No revision No

[JBoss-dev] CVS update: jbosstest/src/build build.sh build.bat

2001-10-19 Thread Scott M Stark
User: starksm Date: 01/10/19 19:48:29 Modified:src/build Tag: Branch_2_4 build.sh build.bat Log: Update the ant jars used in the classpath Revision ChangesPath No revision No revision 1.5.2.1 +14 -4

[JBoss-dev] Automated JBoss Testsuite Results

2001-10-19 Thread chris
JBoss daily test results SUMMARY Number of tests run: 131 Successful tests: 125 Errors:1 Failures: 5 [time of test: 20 October 2001 4:7 GMT] [java.version:

[JBoss-dev] [ jboss-Patches-472911 ] JBossMQ clients hangs afte a while

2001-10-19 Thread noreply
Patches item #472911, was opened at 2001-10-19 13:51 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376687aid=472911group_id=22866 Category: JBossMQ Group: v2.5 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Shenglong Zou (slz1972)

[JBoss-dev] CVS update: jboss/src/main/org/jboss/system/META-INF - New directory

2001-10-19 Thread Andreas Schaefer
User: schaefera Date: 01/10/19 21:17:56 jboss/src/main/org/jboss/system/META-INF - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/connector/ejb EJBConnector.java

2001-10-19 Thread Andreas Schaefer
User: schaefera Date: 01/10/19 21:24:23 Modified:src/main/org/jboss/jmx/connector/ejb EJBConnector.java Log: First Iteration of the introduction of a Farm in JBoss. This implementation is the simplest way by creating a static Farm and only pushing the services to be deployed

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jmx/connector/rmi RMIConnectorImpl.java

2001-10-19 Thread Andreas Schaefer
User: schaefera Date: 01/10/19 21:24:23 Modified:src/main/org/jboss/jmx/connector/rmi RMIConnectorImpl.java Log: First Iteration of the introduction of a Farm in JBoss. This implementation is the simplest way by creating a static Farm and only pushing the services to be

[JBoss-dev] CVS update: jboss/src/main/org/jboss/system/META-INF farm-member-service.xml

2001-10-19 Thread Andreas Schaefer
User: schaefera Date: 01/10/19 21:24:24 Added: src/main/org/jboss/system/META-INF farm-member-service.xml Log: First Iteration of the introduction of a Farm in JBoss. This implementation is the simplest way by creating a static Farm and only pushing the services to be

[JBoss-dev] CVS update: build/jboss build.xml

2001-10-19 Thread Andreas Schaefer
User: schaefera Date: 01/10/19 21:24:23 Modified:jbossbuild.xml Log: First Iteration of the introduction of a Farm in JBoss. This implementation is the simplest way by creating a static Farm and only pushing the services to be deployed therefore when a deployment fails it

[JBoss-dev] Automated JBoss Testsuite Results

2001-10-19 Thread chris
JBoss daily test results SUMMARY Number of tests run: 121 Successful tests: 115 Errors:1 Failures: 5 [time of test: 20 October 2001 5:27 GMT] [java.version:

[JBoss-dev] First Iteration of the JBoss Farm

2001-10-19 Thread Andreas Schaefer
Hi Geeks I just checked in the first interation of the JBoss Farm into JBoss CVS. Please feel free to test it and give me your feedback. Before you start testing check JBoss server out and recompile. To test it do the following: 1) take the farm-member-service.xml out of

[JBoss-dev] Automated JBoss Testsuite Results

2001-10-19 Thread chris
JBoss daily test results SUMMARY Number of tests run: 131 Successful tests: 125 Errors:1 Failures: 5 [time of test: 20 October 2001 6:26 GMT] [java.version:

RE: [JBoss-dev] First Iteration of the JBoss Farm

2001-10-19 Thread marc fleury
good for you Andreas, marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of |Andreas Schaefer |Sent: Saturday, October 20, 2001 12:31 AM |To: [EMAIL PROTECTED] |Subject: [JBoss-dev] First Iteration of the JBoss Farm | | |Hi Geeks | |I just checked

RE: [JBoss-dev] Please run the test suite before committing.

2001-10-19 Thread marc fleury
Yes, but let the one who is not guilty throw the first stone. right... so I not only second that but I think we should introduce speed tests that make sure that not only the functionality but also the performance is better or at least not degrading across commits. In rh I know there are

Re: [JBoss-dev] Please run the test suite before committing.

2001-10-19 Thread Andreas Schaefer
Hi The last few times I tried to run the testsuite I got some many errors and failures that I was frustrated to go on. On the other hand I like to have a testsuite because it makes my life easier and will avoid for sure some angry thoughts. But to make it usefull I would like to have these