[JBoss-dev] [TODO -- DEVELOPMENT] - Re: JBoss HeartWatch service

2004-03-21 Thread starksm
Right, without support from the vm/os your not going to be able to monitor thread liveness. What is important is does a monitor thread actual get sufficient time to emit a timely notification when there is an out of control thread spinning on a single cpu systems. Just mock up such a service

[JBoss-dev] [Build System] - Re: To Maven or not to Maven?

2004-03-15 Thread starksm
Then submit your maven configuration which demonstrates your new found understanding for review. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825805#3825805;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825805Reply to the

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Service Lifecyle confusions - potential fix

2004-03-07 Thread starksm
The state machine was not immeadiately for the service layer, but will be used to enforce illegal transitions if we decide on a state diagram. The suggested change makes sense, but the other problem is the fact that the deployment layer is out of the loop in this. I would like to couple

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Service Lifecyle confusions - potential fix

2004-03-07 Thread starksm
I'm not seeing how IOC is sufficient to bring up a web container for example. There still needs to be a start notion that allows the service to configure all of its internals it seems. How would start on the service interceptor be able to do this? anonymous wrote : | I actually feel

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Service Lifecyle confusions - potential fix

2004-03-07 Thread starksm
Right, I agree, start is not a configuration issue, and we don't use it as such now. It is a lifecycle op to notify the component to use the current configuration to bring the component into the start state. In a pojo framework with only aspects/interceptors introducing the service level

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Why NoAnnotationURLClassLoader.getURLs returns a empty u

2004-03-06 Thread starksm
Without this the rmi annotated codebase is a huge and useless file based description of the unified loader repository paths. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3824514#3824514;View the original post/a a

[JBoss-dev] [Build System] - Re: To Maven or not to Maven?

2004-03-06 Thread starksm
Show me a running build using maven that simplifies my life. Until then I live with the devil I know. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3824536#3824536;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3824536Reply to

[JBoss-dev] [Security on JBoss] - Re: Fundamental performance problem with JaasSecurityManager

2004-03-02 Thread starksm
My previous post seems to have been lost. Improving the concurrency of the JaasSecurityManager.isValid in on my todo list. Post your version of the JaasSecurityManager to Patches section on the JBoss/Sourceforge project site here: http://sourceforge.net/tracker/?group_id=22866atid=376687 and

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: shutdown script authentication requirement for 3.2.4

2004-02-12 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821243#3821243 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821243 The shutdown.sh does not post a URL to perform the shutdown. It uses the invoker adaptor which by default

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: ModelMBeanAttributeInterceptor flaw

2004-02-12 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821351#3821351 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821351 I get the need to have the dispatch of the logical setAttribute(Foo) to some method other than setFoo on

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Classloader Domain scoping

2004-02-09 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820783#3820783 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820783 Its too big a requirement to need the ClassLoader to implement a proprietrary interface. Simply have

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Classloader Domain scoping

2004-02-08 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820646#3820646 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820646 The ClassLoaderDomain cannot be a contract required at the ClassLoader imiplementation level as this is

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: Unification of invocation and interceptors

2004-02-08 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820649#3820649 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820649 I also do not see why the Invocation should be directing any of the interceptor usage, which is really a

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: Unification of invocation and interceptors

2004-02-08 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820650#3820650 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820650 Also. InvocationResponse is really only useful when going across network boundaries as there needs to be a

[JBoss-dev] [Security on JBoss] - Re: (Possible) Bug in SRPSessionKey implementation

2004-02-08 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820661#3820661 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820661 Show the context of the stack trace where the ClassCastException occurs. The unit tests for the perform

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Unification of invocation and interceptors

2004-02-07 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820613#3820613 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820613 As a start to the discussion of how to unify the invocation and interceptor layers used in the aop, jmx,

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Development Posts Only

2004-02-07 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820616#3820616 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820616 This forum is for JMX development issues. Any other questions will be moved to the user JMX forum.

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: Starting mbeans as a different user

2004-02-07 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820617#3820617 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820617 This does not fit the current Java model and I'm not interested in doing OS specific integration to

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Context sensitive AOP

2004-02-06 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820545#3820545 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820545 A question that arises from answering a secured ejb question. Within the pojo that has security

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: SetContext bug in 3.2.3

2004-02-06 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820562#3820562 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820562 The setDelegate warning is irrelevant. You either need to disable the extension of the unified class

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

2001-07-03 Thread starksm
User: starksm Date: 01/07/03 01:04:21 Modified:src/main/org/jboss/web Tag: Branch_2_4 WebServer.java WebServiceMBean.java Log: Remove the restart logic on error from accept and only log the error if the server socket is not null. This avois the shutdown

[JBoss-dev] CVS update: contrib/tomcat/src/resources jboss-web.dtd

2001-07-03 Thread starksm
User: starksm Date: 01/07/03 10:27:49 Removed: tomcat/src/resources jboss-web.dtd Log: The jboss-web.dtd is part of the jboss module in the src/resources/org/jboss/metadata dir ___ Jboss-development mailing list [EMAIL PROTECTED] http

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

2001-07-03 Thread starksm
User: starksm Date: 01/07/03 10:28:28 Modified:tomcat/src/build build.xml Log: Remove the jboss-web.dtd from the tomcat-service.jar as its part of the standard jboss.jar Revision ChangesPath 1.16 +1 -3 contrib/tomcat/src/build/build.xml Index

[JBoss-dev] CVS update: jboss/src/lib tomcat-service.jar

2001-07-03 Thread starksm
User: starksm Date: 01/07/03 10:26:48 Modified:src/lib tomcat-service.jar Log: Synch the jboss dist tomcat-service.jar with the latest changes in the contrib/tomcat module Revision ChangesPath 1.10 +89 -74jboss/src/lib/tomcat-service.jar Binary

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat/security JBossSecurityMgrRealm.java

2001-07-03 Thread starksm
User: starksm Date: 01/07/03 09:58:02 Modified:tomcat/src/main/org/jboss/tomcat/security JBossSecurityMgrRealm.java Log: Merge the latest 2.4 changes Revision ChangesPath 1.6 +19 -13 contrib/tomcat/src/main/org/jboss/tomcat/security

[JBoss-dev] CVS update: jbosstest/src/resources/web snoop.jsp

2001-07-01 Thread starksm
User: starksm Date: 01/07/01 10:35:53 Modified:src/resources/web snoop.jsp Log: Fix syntax error in display of request URL Revision ChangesPath 1.4 +1 -1 jbosstest/src/resources/web/snoop.jsp Index: snoop.jsp

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

2001-06-30 Thread starksm
User: starksm Date: 01/06/30 18:06:56 Modified:src/main/org/jboss/naming Tag: Branch_2_4 Util.java Log: Fix bug in the creation of nested contexts with more than 1 intermeadiate subcontext Revision ChangesPath No revision

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

2001-06-30 Thread starksm
User: starksm Date: 01/06/30 18:27:10 Modified:src/main/org/jboss/naming Tag: Branch_2_2 Util.java Log: Fix bug in the creation of nested contexts with more than 1 intermeadiate subcontext Revision ChangesPath No revision

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

2001-06-30 Thread starksm
User: starksm Date: 01/06/30 18:30:20 Modified:src/resources/web/WEB-INF web.xml Log: Update env-entry tests for deep env-entry-name problem case Revision ChangesPath 1.11 +11 -6 jbosstest/src/resources/web/WEB-INF/web.xml Index: web.xml

[JBoss-dev] CVS update: jbosstest/src/resources/web snoop.jsp

2001-06-30 Thread starksm
User: starksm Date: 01/06/30 18:30:20 Modified:src/resources/web snoop.jsp Log: Update env-entry tests for deep env-entry-name problem case Revision ChangesPath 1.3 +3 -1 jbosstest/src/resources/web/snoop.jsp Index: snoop.jsp

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

2001-06-30 Thread starksm
User: starksm Date: 01/06/30 18:24:24 Modified:src/main/org/jboss/naming Util.java Log: Fix bug in the creation of nested contexts with more than 1 intermeadiate subcontext Revision ChangesPath 1.4 +3 -1 jboss/src/main/org/jboss/naming/Util.java Index

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

2001-06-30 Thread starksm
User: starksm Date: 01/06/30 18:31:13 Modified:src/main/org/jboss/test/web/servlets ENCServlet.java Log: Add test of accessing an env-entry with a deeply nested env-entry-name Revision ChangesPath 1.3 +3 -1 jbosstest/src/main/org/jboss/test/web/servlets

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

2001-06-29 Thread starksm
User: starksm Date: 01/06/29 11:13:14 Modified:src/resources/org/jboss/metadata Tag: Branch_2_4 jboss_2_4.dtd Log: Update container-pool-conf content model to: ((MaximumSize , MinimumSize) | Synchronized) and add Synchronized element Revision

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/test/tomcat/servlet HelloEJB.java PrintClassLoaders.java

2001-06-28 Thread starksm
User: starksm Date: 01/06/28 08:23:55 Modified:tomcat/src/main/org/jboss/test/tomcat/servlet HelloEJB.java PrintClassLoaders.java Log: Don't show the call stack trace unless trace is true. Revision ChangesPath 1.5 +89 -81 contrib

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/test/tomcat/ejb/bean StatelessSessionBean.java

2001-06-28 Thread starksm
User: starksm Date: 01/06/28 08:23:55 Modified:tomcat/src/main/org/jboss/test/tomcat/ejb/bean StatelessSessionBean.java Log: Don't show the call stack trace unless trace is true. Revision ChangesPath 1.3 +1 -1 contrib/tomcat/src/main

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

2001-06-28 Thread starksm
User: starksm Date: 01/06/28 13:55:54 Modified:src/main/org/jboss/security/plugins JaasSecurityManager.java Log: Allow for a null credential in validateCache as can be the case of an unauthenticated user being allowed access. In this case the subjectCredential must also

[JBoss-dev] CVS update: jbosstest/src/resources/web/WEB-INF/lib - New directory

2001-06-27 Thread starksm
User: starksm Date: 01/06/27 03:08:48 jbosstest/src/resources/web/WEB-INF/lib - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/resources/web/WEB-INF/lib soap-2_2.jar

2001-06-27 Thread starksm
User: starksm Date: 01/06/27 03:09:54 Added: src/resources/web/WEB-INF/lib soap-2_2.jar Log: Add soap tests Revision ChangesPath 1.1 jbosstest/src/resources/web/WEB-INF/lib/soap-2_2.jar Binary file

[JBoss-dev] CVS update: jbosstest/src/resources/web SecuredDD.xml UnsecuredDD.xml

2001-06-27 Thread starksm
User: starksm Date: 01/06/27 03:09:54 Added: src/resources/web SecuredDD.xml UnsecuredDD.xml Log: Add soap tests Revision ChangesPath 1.1 jbosstest/src/resources/web/SecuredDD.xml Index: SecuredDD.xml

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

2001-06-27 Thread starksm
User: starksm Date: 01/06/27 03:12:48 Modified:src/build/subprojects build-jrmp.xml build-web.xml Log: Update suproject build scripts Revision ChangesPath 1.3 +1 -0 jbosstest/src/build/subprojects/build-jrmp.xml Index: build-jrmp.xml

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

2001-06-27 Thread starksm
User: starksm Date: 01/06/27 03:13:16 Modified:src/main/org/jboss/test/web/servlets DebugServlet.java Log: Use the Util class utility methods Revision ChangesPath 1.5 +1 -1 jbosstest/src/main/org/jboss/test/web/servlets/DebugServlet.java Index

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

2001-06-27 Thread starksm
User: starksm Date: 01/06/27 03:09:54 Modified:src/resources/web/WEB-INF web.xml Log: Add soap tests Revision ChangesPath 1.10 +44 -0 jbosstest/src/resources/web/WEB-INF/web.xml Index: web.xml

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

2001-06-27 Thread starksm
User: starksm Date: 01/06/27 21:08:13 Modified:src/main/org/jboss/web WebServer.java WebService.java WebServiceMBean.java Log: Restore ability to download from the server classpath if no loader key is found amd downloadServerClasses is true. Added

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/perf/interfaces Probe.java ProbeHome.java EntityPK.java

2001-06-26 Thread starksm
User: starksm Date: 01/06/26 11:28:35 Modified:src/main/org/jboss/test/perf/interfaces EntityPK.java Added: src/main/org/jboss/test/perf/interfaces Probe.java ProbeHome.java Log: Add simple method invocation timing tests Revision Changes

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

2001-06-26 Thread starksm
User: starksm Date: 01/06/26 11:28:35 Added: src/main/org/jboss/test/perf/test TestProbe.java Log: Add simple method invocation timing tests Revision ChangesPath 1.1 jbosstest/src/main/org/jboss/test/perf/test/TestProbe.java Index

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

2001-06-26 Thread starksm
User: starksm Date: 01/06/26 11:23:30 Modified:src/build/subprojects build-perf.xml Log: Add a simple call invocation timing testcase Revision ChangesPath 1.2 +32 -27jbosstest/src/build/subprojects/build-perf.xml Index: build-perf.xml

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/perf/ejb ProbeBean.java

2001-06-26 Thread starksm
User: starksm Date: 01/06/26 11:28:34 Added: src/main/org/jboss/test/perf/ejb ProbeBean.java Log: Add simple method invocation timing tests Revision ChangesPath 1.1 jbosstest/src/main/org/jboss/test/perf/ejb/ProbeBean.java Index: ProbeBean.java

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

2001-06-26 Thread starksm
User: starksm Date: 01/06/26 17:04:12 Modified:src/main/org/jboss/metadata EnvEntryMetaData.java Log: Trim space around env-entry-type to avoid ClassNotFound exceptions that are hard to understand Revision ChangesPath 1.4 +3 -1 jboss/src/main/org/jboss

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

2001-06-26 Thread starksm
User: starksm Date: 01/06/26 17:22:47 Modified:src/main/org/jboss/ejb Tag: Branch_2_4 ContainerFactory.java Log: Fix test of the container-interceptor transaction attribute against the default value of Both Revision ChangesPath No revision

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

2001-06-26 Thread starksm
User: starksm Date: 01/06/26 17:23:13 Modified:src/main/org/jboss/metadata Tag: Branch_2_4 EnvEntryMetaData.java Log: Trim env type string to avoid ClassNotFound errors Revision ChangesPath No revision

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat/security JBossSecurityMgrRealm.java

2001-06-26 Thread starksm
User: starksm Date: 01/06/26 18:05:59 Modified:tomcat/src/main/org/jboss/tomcat/security Tag: Branch_2_4 JBossSecurityMgrRealm.java Log: The password String may be null so validate before invoking toCharArray() Revision ChangesPath

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat/security JBossSecurityMgrRealm.java

2001-06-26 Thread starksm
User: starksm Date: 01/06/26 18:13:53 Modified:tomcat/src/main/org/jboss/tomcat/security JBossSecurityMgrRealm.java Log: Handle null passwords correctly Revision ChangesPath 1.5 +5 -2 contrib/tomcat/src/main/org/jboss/tomcat/security

[JBoss-dev] CVS update: jboss/src/lib tomcat-service.jar

2001-06-26 Thread starksm
User: starksm Date: 01/06/26 18:21:39 Modified:src/lib Tag: Branch_2_4 tomcat-service.jar Log: Include NPE fix from tomcat/contrib Revision ChangesPath No revision No revision 1.9.6.3 +52 -57jboss/src/lib

[JBoss-dev] CVS update: newsite cvs.jsp

2001-06-26 Thread starksm
User: starksm Date: 01/06/26 18:27:19 Modified:.cvs.jsp Log: Add contrib/tomcat and contrib/jetty to the list of cvs modules to identify them explictly Revision ChangesPath 1.4 +67 -65newsite/cvs.jsp Index: cvs.jsp

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/interest InterestClient.java build.xml

2001-06-25 Thread starksm
User: starksm Date: 01/06/25 00:18:06 Modified:src/examples/org/jboss/docs/interest InterestClient.java build.xml Log: Update the jndi.properties to use the full specification of the provider url and object factory packages. Revision ChangesPath

[JBoss-dev] CVS update: manual/src/examples/resources jndi.properties

2001-06-25 Thread starksm
User: starksm Date: 01/06/25 00:18:06 Modified:src/examples/resources jndi.properties Log: Update the jndi.properties to use the full specification of the provider url and object factory packages. Revision ChangesPath 1.2 +2 -2 manual/src/examples

[JBoss-dev] CVS update: newsite/doco_files documentation-example.tar.gz documentation-example.zip

2001-06-25 Thread starksm
User: starksm Date: 01/06/25 00:24:03 Modified:doco_files documentation-example.tar.gz documentation-example.zip Log: Update for changes to the interest example Revision ChangesPath 1.2 +119 -125 newsite/doco_files/documentation

[JBoss-dev] CVS update: manual/src/docs/images examples_structure.jpg

2001-06-25 Thread starksm
User: starksm Date: 01/06/25 00:29:41 Added: src/docs/images examples_structure.jpg Log: The structure of the documentation examples tree Revision ChangesPath 1.1 manual/src/docs/images/examples_structure.jpg Binary file

[JBoss-dev] CVS update: newsite changelog_2_4_beta.jsp

2001-06-25 Thread starksm
User: starksm Date: 01/06/25 08:44:07 Modified:.changelog_2_4_beta.jsp Log: Fix the unclosed pre tag Revision ChangesPath 1.2 +386 -381 newsite/changelog_2_4_beta.jsp Index: changelog_2_4_beta.jsp

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

2001-06-24 Thread starksm
User: starksm Date: 01/06/24 12:50:37 Added: lib Tag: Branch_2_2 optional.jar Log: Update the test jars Revision ChangesPath No revision No revision 1.2.2.1 +0 -0 jbosstest/lib/Attic/optional.jar

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

2001-06-24 Thread starksm
User: starksm Date: 01/06/24 12:59:14 Modified:src/main/org/jboss/test/jrmp/test Tag: Branch_2_2 TestCustomSockets.java Log: Add missing BeanContextInfo and fix import of Deploy class Revision ChangesPath No revision

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

2001-06-24 Thread starksm
User: starksm Date: 01/06/24 13:03:54 Added: lib Tag: Branch_2_2 ant.jar Log: Update ant jar Revision ChangesPath No revision No revision 1.3.2.1 +0 -0 jbosstest/lib/Attic/ant.jar Binary file

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

2001-06-24 Thread starksm
User: starksm Date: 01/06/24 13:09:59 Modified:src/build Tag: Branch_2_2 build.xml Log: Change deltree to delete Revision ChangesPath No revision No revision 1.25.2.1 +2 -2 jbosstest/src/build/build.xml

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

2001-06-24 Thread starksm
User: starksm Date: 01/06/24 18:41:39 Modified:src/examples/build build.xml Log: Add the deploy and client targets for the intro chapter Revision ChangesPath 1.5 +9 -3 manual/src/examples/build/build.xml Index: build.xml

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/interest build.xml

2001-06-24 Thread starksm
User: starksm Date: 01/06/24 18:42:42 Modified:src/examples/org/jboss/docs/interest build.xml Log: Update the interest build script to work with the src/example/build/build.xml driver script Revision ChangesPath 1.2 +33 -70manual/src/examples/org/jboss/docs

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

2001-06-24 Thread starksm
User: starksm Date: 01/06/24 21:38:25 Modified:src/examples/build build.xml Log: Create the example dist archives with a basedir of examples. Revision ChangesPath 1.6 +5 -5 manual/src/examples/build/build.xml Index: build.xml

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

2001-06-24 Thread starksm
User: starksm Date: 01/06/24 22:29:49 Modified:src/examples/build build.xml Log: Add a seperate ejb-jar step to the interest example Revision ChangesPath 1.7 +4 -0 manual/src/examples/build/build.xml Index: build.xml

[JBoss-dev] CVS update: manual/src/examples/build readme.txt build.bat build.sh env.bat env.sh

2001-06-24 Thread starksm
User: starksm Date: 01/06/24 22:34:38 Modified:src/examples/build readme.txt Removed: src/examples/build build.bat build.sh env.bat env.sh Log: Remove the platform specific sripts. Update the readme.txt file Revision ChangesPath 1.2 +6 -5 manual

[JBoss-dev] CVS update: newsite/doco_files documentation-example.tar.gz documentation-example.zip

2001-06-24 Thread starksm
User: starksm Date: 01/06/24 22:37:41 Added: doco_files documentation-example.tar.gz documentation-example.zip Log: Initial version of the unified documentation examples for testing. Revision ChangesPath 1.1 newsite/doco_files

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

2001-06-23 Thread starksm
User: starksm Date: 01/06/23 20:47:11 Modified:src/main/org/jboss/test/web/servlets DebugServlet.java Log: Add tests of accessing WEB-INF elements from a JSP page Revision ChangesPath 1.4 +5 -101jbosstest/src/main/org/jboss/test/web/servlets/DebugServlet.java

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/web/util ClassInClasses.java weblog4j.properties Util.java

2001-06-23 Thread starksm
User: starksm Date: 01/06/23 20:47:11 Modified:src/main/org/jboss/test/web/util Util.java Added: src/main/org/jboss/test/web/util ClassInClasses.java weblog4j.properties Log: Add tests of accessing WEB-INF elements from a JSP page Revision

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

2001-06-23 Thread starksm
User: starksm Date: 01/06/23 20:48:36 Modified:src/resources/web/WEB-INF web.xml Log: Add a JSP page that test classpath access Revision ChangesPath 1.9 +4 -0 jbosstest/src/resources/web/WEB-INF/web.xml Index: web.xml

[JBoss-dev] CVS update: jbosstest/src/resources/web classpath.jsp index.html

2001-06-23 Thread starksm
User: starksm Date: 01/06/23 20:48:36 Modified:src/resources/web index.html Added: src/resources/web classpath.jsp Log: Add a JSP page that test classpath access Revision ChangesPath 1.6 +4 -0 jbosstest/src/resources/web/index.html Index

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat/security JBossSecurityMgrRealm.java

2001-06-22 Thread starksm
User: starksm Date: 01/06/21 23:37:45 Modified:tomcat/src/main/org/jboss/tomcat/security Tag: Branch_2_4 JBossSecurityMgrRealm.java Log: Update to work with the 2.4 version of JBoss Revision ChangesPath No revision

[JBoss-dev] CVS update: jboss/src/lib tomcat-service.jar

2001-06-22 Thread starksm
User: starksm Date: 01/06/21 23:38:26 Modified:src/lib Tag: Branch_2_4 tomcat-service.jar Log: Update for fixes in the tomcat service Revision ChangesPath No revision No revision 1.9.6.1 +90 -74jboss/src/lib

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

2001-06-22 Thread starksm
User: starksm Date: 01/06/21 23:40:08 Modified:src/build Tag: Branch_2_4 run_tests.xml Log: Added build.classes.dir to run-testcase target classpath Revision ChangesPath No revision No revision 1.15.2.1 +2 -1

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

2001-06-22 Thread starksm
User: starksm Date: 01/06/21 23:41:24 Modified:src/build run_tests.xml Log: Added build.classes.dir to run-testcase target classpath Revision ChangesPath 1.16 +2 -1 jbosstest/src/build/run_tests.xml Index: run_tests.xml

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

2001-06-22 Thread starksm
User: starksm Date: 01/06/21 23:52:17 Modified:tomcat/src/build Tag: Branch_2_4 build.xml Log: Update the bundle name to JBoss-2.4.0_Tomcat-3.2.2 Revision ChangesPath No revision No revision 1.15.2.1 +2 -2

[JBoss-dev] CVS update: contrib/tomcat README TODO

2001-06-22 Thread starksm
User: starksm Date: 01/06/21 23:53:51 Modified:tomcat Tag: Branch_2_4 README Removed: tomcat Tag: Branch_2_4 TODO Log: Remove outdated TODO and update versions in README Revision ChangesPath No revision No revision

[JBoss-dev] CVS update: jboss/src/etc/conf/default jndi.properties

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 10:56:37 Modified:src/etc/conf/default jndi.properties Log: Comment out the java.naming.provider.url property and add a warning not to uncomment it Revision ChangesPath 1.4 +3 -1 jboss/src/etc/conf/default/jndi.properties

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

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 11:59:51 Modified:src/main/org/jboss Main.java Log: The main trunk version is really 2.5 heading towards a 3.0 release Revision ChangesPath 1.38 +2 -2 jboss/src/main/org/jboss/Main.java Index: Main.java

[JBoss-dev] CVS update: jboss/src/lib jnpserver.jar

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 12:07:48 Modified:src/lib jnpserver.jar Log: Handle empty provider urls and accept the logging category name Revision ChangesPath 1.14 +36 -45jboss/src/lib/jnpserver.jar Binary file

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

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 12:08:25 Modified:src/main/org/jnp/server Main.java Log: Handle empty provider url names Accept the name to use for the log4j category Revision ChangesPath 1.7 +6 -2 jnp/src/main/org/jnp/server/Main.java Index: Main.java

[JBoss-dev] CVS update: jboss/src/lib tyrex-0.9.8.5.jar

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 12:34:55 Modified:src/lib Tag: Branch_2_4 tyrex-0.9.8.5.jar Log: Remove jndi.properties from this jar Revision ChangesPath No revision No revision 1.1.4.1 +3 -5 jboss/src/lib/tyrex

[JBoss-dev] CVS update: jboss/src/etc/conf/default jndi.properties

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 12:36:49 Modified:src/etc/conf/default Tag: Branch_2_4 jndi.properties Log: Comment out the java.naming.provider.url and add a warning not to uncomment it Revision ChangesPath No revision

[JBoss-dev] CVS update: jboss/src/etc/conf/default log4j.properties

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 12:37:17 Modified:src/etc/conf/default Tag: Branch_2_4 log4j.properties Log: Change the format to display only the rightmost portion of the category name Revision ChangesPath No revision

[JBoss-dev] CVS update: jboss/src/lib jnpserver.jar

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 12:39:38 Modified:src/lib Tag: Branch_2_4 jnpserver.jar Log: Integrate the Rel_2_4_0_3 changes from the jnp module Revision ChangesPath No revision No revision 1.13.4.1 +53 -62jboss

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

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 12:39:37 Modified:src/client Tag: Branch_2_4 jnp-client.jar Log: Integrate the Rel_2_4_0_3 changes from the jnp module Revision ChangesPath No revision No revision 1.11.4.1 +40 -45

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

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 15:39:27 Modified:src/build run_tests.xml Log: Update test classpath Revision ChangesPath 1.17 +2 -1 jbosstest/src/build/run_tests.xml Index: run_tests.xml

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat/security JBossSecurityMgrRealm.java

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 18:10:58 Modified:tomcat/src/main/org/jboss/tomcat/security Tag: Branch_2_4 JBossSecurityMgrRealm.java Log: Fix TCL problem Revision ChangesPath No revision No revision

[JBoss-dev] CVS update: contrib/tomcat/src/main/org/jboss/tomcat EmbeddedTomcatServiceSX.java

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 18:10:58 Modified:tomcat/src/main/org/jboss/tomcat Tag: Branch_2_4 EmbeddedTomcatServiceSX.java Log: Fix TCL problem Revision ChangesPath No revision No revision

[JBoss-dev] CVS update: jboss/src/lib tomcat-service.jar

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 18:23:45 Modified:src/lib Tag: Branch_2_4 tomcat-service.jar Log: Merge the tomcat security fixes Revision ChangesPath No revision No revision 1.9.6.2 +57 -52jboss/src/lib/tomcat

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

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 18:26:40 Modified:src/main/org/jboss Tag: Branch_2_4 Main.java Log: Update the version to include Rel_2_4_0_6 Revision ChangesPath No revision No revision 1.35.2.2 +2 -2 jboss/src

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins BMPPersistenceManager.java

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 20:32:55 Modified:src/main/org/jboss/ejb/plugins BMPPersistenceManager.java Log: Fix unsafe downcast from Throwable to Error Revision ChangesPath 1.24 +19 -7 jboss/src/main/org/jboss/ejb/plugins/BMPPersistenceManager.java

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

2001-06-22 Thread starksm
User: starksm Date: 01/06/22 20:55:35 Modified:src/main/org/jboss/configuration ConfigurationService.java Log: Fix the wildcard import statements Revision ChangesPath 1.33 +26 -6 jboss/src/main/org/jboss/configuration/ConfigurationService.java Index

[JBoss-dev] CVS update: jboss/src/lib jbosscx.jar jbosscx-0.2.jar

2001-06-21 Thread starksm
User: starksm Date: 01/06/21 01:15:19 Added: src/lib Tag: Branch_2_4 jbosscx.jar Removed: src/lib Tag: Branch_2_4 jbosscx-0.2.jar Log: Merge JBossCX changes Revision ChangesPath No revision No revision

[JBoss-dev] CVS update: newsite/pictures cvs_structure.png

2001-06-21 Thread starksm
User: starksm Date: 01/06/21 01:19:52 Modified:pictures cvs_structure.png Log: Add section on CHECKING IN A PATCH ON A NON-JBOSS CVS MODULE RELEASE BRANCH Fix some typos and clarify a bit Revision ChangesPath 1.4 +29 -20newsite/pictures/cvs_structure.png

[JBoss-dev] CVS update: newsite CVSAdmin.jsp

2001-06-21 Thread starksm
User: starksm Date: 01/06/21 01:19:52 Modified:.CVSAdmin.jsp Log: Add section on CHECKING IN A PATCH ON A NON-JBOSS CVS MODULE RELEASE BRANCH Fix some typos and clarify a bit Revision ChangesPath 1.4 +97 -30newsite/CVSAdmin.jsp Index

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

2001-06-21 Thread starksm
User: starksm Date: 01/06/21 01:22:54 Modified:src/build Tag: Branch_2_4 build.xml Log: Drop the version portion of the generated jbosscx.jar Revision ChangesPath No revision No revision 1.4.2.1 +1 -1 jbosscx

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

2001-06-21 Thread starksm
User: starksm Date: 01/06/21 01:39:42 Modified:src/build build.xml Log: Drop the version number from the jbosscx.jar Revision ChangesPath 1.5 +1 -1 jbosscx/src/build/build.xml Index: build.xml

  1   2   3   4   5   >