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

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 14:33:57 Modified:src/main/org/jboss/logging Log4jService.java Log: o just incase URL.getContentType() returns uppercased version Revision ChangesPath 1.7 +2 -2 jboss-system/src/main/org/jboss/logging/Log4jService.java

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol/file FileURLConnection.java Handler.java package.html

2002-04-04 Thread Jason Dillon
];Jason Dillon/a */ public class FileURLConnection extends URLConnection { protected File file; public FileURLConnection(final URL url) throws MalformedURLException, IOException { super(url); file = new File(url.getFile()); doOutput = false

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

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 15:51:21 Modified:src/main/org/jboss/test/jmx/ejb TestDataSourceBean.java Log: o changed @ejb:remote-method to @ejb:interface-method type=remote Revision ChangesPath 1.2 +1 -1

[JBoss-dev] CVS update: jbosstest/src/resources/dbtest/META-INF jaws.xml

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 16:28:12 Modified:src/resources/dbtest/META-INF jaws.xml Log: o removed ds type hardcoding per bug: [ 529762 ] Hypersonic SQL hard wired in bank test Revision ChangesPath 1.13 +4 -802

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

2002-04-04 Thread Jason Dillon
:33:59 - 1.13 +++ ServerImpl.java 4 Apr 2002 22:21:48 - 1.14 @@ -47,7 +47,7 @@ * * @author a href=mailto:[EMAIL PROTECTED];Marc Fleury/a * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a - * @version $Revision: 1.13 $ + * @version $Revision: 1.14

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy/compiler Runtime.java

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 16:40:24 Modified:src/main/org/jboss/proxy/compiler Runtime.java Log: o removed Logger import Revision ChangesPath 1.2 +6 -8 jboss/src/main/org/jboss/proxy/compiler/Runtime.java Index: Runtime.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy/compiler Replaceable.java

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 17:08:36 Modified:src/main/org/jboss/proxy/compiler Replaceable.java Log: o Added javadoc Revision ChangesPath 1.2 +24 -10jboss/src/main/org/jboss/proxy/compiler/Replaceable.java Index: Replaceable.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/proxy/compiler Replaceable.java

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 17:16:00 Modified:src/main/org/jboss/proxy/compiler Replaceable.java Log: o fixed import Revision ChangesPath 1.3 +2 -2 jboss/src/main/org/jboss/proxy/compiler/Replaceable.java Index: Replaceable.java

Re: [JBoss-dev] Todo: multiple instances detection

2002-04-04 Thread Jason Dillon
, I think references can live beyond the life of the server. Or maybe I don't know what I'm talking about :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Dillon Sent: Wednesday, April 03, 2002 4:49 PM To: marc fleury Cc: Jboss-Development@Lists

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol/file - New directory

2002-04-04 Thread Jason Dillon
User: user57 Date: 02/04/04 14:19:26 jboss-common/src/main/org/jboss/net/protocol/file - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] Patched HSQLDB sources?

2002-04-04 Thread Jason Dillon
control over the maintenece... which I would like to have fixed. --jason Peter Fagerlund wrote: on 04-04-2 03.13, Jason Dillon at [EMAIL PROTECTED] wrote: Where are the patched sources for the JBoss HSQLDB? Does anyone know if the 1.7.x version is flexible enough to use it out of the box

Re: [JBoss-dev] Listerner factory

2002-04-04 Thread Jason Dillon
What does a listener factory do... can you explain in more detail. --jason Peter Fagerlund wrote: Maybe a central listener factory could hand out listerner objects to services and from there also manage multiple instance detection plus migration of services depending on A-VM going down while

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

2002-04-04 Thread Jason Dillon
javax.management.ObjectName; @@ -36,7 +33,7 @@ * * @todo clean up stale cache members * - * @version tt$Revision: 1.2 $/tt + * @version tt$Revision: 1.3 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public class DeploymentCache @@ -49,10 +46,6

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

2002-04-04 Thread Jason Dillon
org.jboss.deployment.DeploymentException; @@ -48,7 +48,7 @@ * * pSub-classes only need to implement {@link DeploymentScanner#scan}. * - * @version tt$Revision: 1.5 $/tt + * @version tt$Revision: 1.6 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public

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

2002-04-04 Thread Jason Dillon
members * - * @version tt$Revision: 1.3 $/tt + * @version tt$Revision: 1.4 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public class DeploymentCache @@ -209,9 +209,9 @@ protected void startService() throws Exception { if (deployer

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

2002-04-04 Thread Jason Dillon
. * * * ***/ package org.jboss.system; /** * Thrown to indicate that a given attribute value is not valid. * * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a * @version tt$Revision: 1.1 $/tt */ public class InvalidAttributeException extends

Re: [JBoss-dev] Listerner factory

2002-04-04 Thread Jason Dillon
. --jason Peter Fagerlund wrote: on 04-04-2 22.43, Jason Dillon at [EMAIL PROTECTED] wrote: What does a listener factory do... can you explain in more detail. It creates and manages listerners. Since We have 3-7 + ServerSockets in the VM at any one time it could be good with one way to manage them

Re: [JBoss-dev] (Jason) file protocol handler....

2002-04-04 Thread Jason Dillon
Oh... sorry. Not sure what the thing todo here is. We can either generate a FilePermission which uses the underlying File.canRead(), blah, blah, blah or we can simply omit this field and have the default AllPermision be used. Probably easier in the short term todo the later... though I

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol/file FileURLConnection.java

2002-04-04 Thread Jason Dillon
: 1.1 $/tt + * @version tt$Revision: 1.2 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public class FileURLConnection @@ -75,11 +75,13 @@ return super.getHeaderField(name); } + /* FIXME (or remove me) public Permission getPermission

Re: [JBoss-dev] (Jason) file protocol handler....

2002-04-04 Thread Jason Dillon
Oh... wait... I am smoking some bad crack... I totally misread this and then applied that misreading to a fix which does not help at all. I have been in proxy-land for the last 5 hours and might be loosing my mind. Let me quickly check what the default sun impl does and I try to duplicate

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

2002-04-04 Thread Jason Dillon
$Revision: 1.4 $/tt + * @version tt$Revision: 1.5 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public class DeploymentCache @@ -46,6 +46,7 @@ /** A proxy to the deployment store we are using. */ protected DeploymentStore store

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/net/protocol/file FileURLConnection.java

2002-04-04 Thread Jason Dillon
@@ -28,7 +28,7 @@ * Provides local file access via URL semantics, correctly returning * lastModified. * - * @version tt$Revision: 1.2 $/tt + * @version tt$Revision: 1.3 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public class FileURLConnection @@ -75,13

[JBoss-dev] ProxyCompiler bug 527328

2002-04-04 Thread Jason Dillon
After many hours, I have narrowed this bug to ProxyImplementationFactory... or rather the MethodGen object which it uses to construct this method based on the arbitratry method for a target proxy (createProxyMethod()). The problem appears to be inside BCEL, though I am not sure and this shit

[JBoss-dev] CVS update: jboss/src/etc/conf/default jboss-service.xml

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/02 11:36:42 Modified:src/etc/conf/default jboss-service.xml Log: o setting attribute name for UDS.Deployer Revision ChangesPath 1.40 +2 -2 jboss/src/etc/conf/default/jboss-service.xml Index: jboss-service.xml

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

2002-04-03 Thread Jason Dillon
}. * - * @version tt$Revision: 1.2 $/tt + * @version tt$Revision: 1.3 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public abstract class AbstractDeploymentScanner ___ Jboss-development mailing list [EMAIL PROTECTED

[JBoss-dev] Long deployment file names... again

2002-04-03 Thread Jason Dillon
While implementing a simple deployment cache, I ran into the long deployment filename problem again. I am putting cached deployment files under ${jboss.server.home}/data/deployment-cache. These files are shorter than the orignial urls, basically, I CRC32 the URL.toString(), then append

[JBoss-dev] CVS update: jboss-common/src/main/org/jboss/util/jmx MBeanProxyInstance.java MBeanProxy.java

2002-04-03 Thread Jason Dillon
. + * * pbRevisions:/b * pb20020321 Adrian Brock:/b * ul * liDon't process attributes using invoke. * /ul * + * @version tt$Revision: 1.4 $/tt * @author a href=mailto:[EMAIL PROTECTED];Rickard Öberg/a. * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a * @author a href

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment SubDeployerSupport.java SubDeployer.java Deployer.java DeployerMBean.java

2002-04-03 Thread Jason Dillon
@@ * perform the actual deployment services for application * components. * - * @version tt$Revision: 1.1 $/tt + * @jmx:mbean extends=org.jboss.system.ServiceMBean + * + * @version tt$Revision: 1.2 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a * @author a href=mailto

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment SARDeployer.java JARDeployer.java MainDeployer.java DeploymentInfo.java

2002-04-03 Thread Jason Dillon
org.jboss.system.ServiceLibraries; @@ -69,7 +72,7 @@ * @author a href=mailto:[EMAIL PROTECTED];David Maplesden/a * @author a href=mailto:[EMAIL PROTECTED];David Jencks/a * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a - * @version $Revision: 1.4 $ + * @version $Revision: 1.5

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 00:21:08 Modified:.build.xml Log: o Look though all .java's for *MBean gen Revision ChangesPath 1.12 +2 -10 jboss-system/build.xml Index: build.xml ===

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 00:24:27 Modified:jetty/src/main/org/jboss/jetty JettyService.java Log: o stopService throws an Exception now Revision ChangesPath 1.55 +3 -3 contrib/jetty/src/main/org/jboss/jetty/JettyService.java Index: JettyService.java

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment/scanner AbstractDeploymentScanner.java DeploymentScanner.java

2002-04-03 Thread Jason Dillon
@@ * * pSub-classes only need to implement {@link DeploymentScanner#scan}. * - * @version tt$Revision: 1.3 $/tt + * @version tt$Revision: 1.4 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public abstract class AbstractDeploymentScanner @@ -65,9 +66,6

[JBoss-dev] CVS update: jbosscx/src/main/org/jboss/resource RARDeployer.java RARDeployerMBean.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 00:23:27 Modified:src/main/org/jboss/resource RARDeployer.java RARDeployerMBean.java Log: o DeployerMBean - SubDeployer o Extending SubDeployerSupport Revision ChangesPath 1.23 +9 -39

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

2002-04-03 Thread Jason Dillon
:35:38 - 1.10 +++ ServerImpl.java 3 Apr 2002 08:27:27 - 1.11 @@ -45,7 +45,7 @@ * * @author a href=mailto:[EMAIL PROTECTED];Marc Fleury/a * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a - * @version $Revision: 1.10 $ + * @version $Revision: 1.11

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 00:25:18 Modified:src/main/org/jboss/web AbstractWebContainer.java AbstractWebContainerMBean.java Log: o DeployerMBean - SubDeployer o Extending SubDeployerSupport Revision ChangesPath 1.38 +5 -39

[JBoss-dev] CVS update: jboss/src/main/org/jboss/deployment EARDeployer.java EARDeployerMBean.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 00:25:18 Modified:src/main/org/jboss/deployment EARDeployer.java EARDeployerMBean.java Log: o DeployerMBean - SubDeployer o Extending SubDeployerSupport Revision ChangesPath 1.11 +25 -89

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 00:25:18 Modified:src/main/org/jboss/ejb EJBDeployer.java EJBDeployerMBean.java Log: o DeployerMBean - SubDeployer o Extending SubDeployerSupport Revision ChangesPath 1.17 +55 -81

[JBoss-dev] CVS update: jboss/src/etc/conf/default jboss-service.xml

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 00:35:31 Modified:src/etc/conf/default jboss-service.xml Log: o Added comment instructions on how to enable the deployment cache component. Revision ChangesPath 1.41 +19 -1 jboss/src/etc/conf/default/jboss-service.xml

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment/cache DeploymentCache.java DeploymentStore.java FileDeploymentStore.java package.html

2002-04-03 Thread Jason Dillon
* * @version tt$Revision: 1.1 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public class DeploymentCache extends ServiceMBeanSupport implements Deployer, DeploymentCacheMBean { /** A proxy to the deployer we are using. */ protected Deployer deployer

[JBoss-dev] CVS update: contrib/jboss.net/src/main/org/jboss/net/axis/server AxisService.java AxisServiceMBean.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 00:44:53 Modified:jboss.net/src/main/org/jboss/net/axis/server AxisService.java AxisServiceMBean.java Log: o DeployerMBean - SubDeployer Revision ChangesPath 1.15 +10 -9

Re: [JBoss-dev] AutoNumber in Jboss 3.0.0

2002-04-03 Thread Jason Dillon
It might have been reomved from building by default due to lack of maintenece... there is a bug/patch for this... just haven't had time to look into it yet. --jason On Wed, 3 Apr 2002, Dain Sundstrom wrote: I wasn't aware of this. Are you sure it was removed? If you are having problems,

Re: [JBoss-dev] I ask for advice on CVS lock

2002-04-03 Thread Jason Dillon
Did this ever get resolved? --jason Oleg Nitz wrote: Hi All, I am trying to update Jetty in JBoss CVS, but there is a lock in /cvsroot/jboss/contrib/jetty/src/main/org/mortbay/http so that I cannot commit changes to this dir. I don't know how to solve this issue. Probably I should contact

Re: [JBoss-dev] CVS write access problem

2002-04-03 Thread Jason Dillon
What was the CVSROOT you were using? --jason Adrian Brock wrote: Hi, I just applied a fix to Branch_2_4. I'm trying to tag with Rel_2_4_5_10. It gets part way through, then tells me I haven't got write access. Is this a file system authority? bash-2.05$ cvs tag Rel_2_4_5_10 ? jboss_co.log ?

Re: [JBoss-dev] Todo: multiple instances detection

2002-04-03 Thread Jason Dillon
Not sure that an external component is the best choice for this... but I have not really thought it through. On a related note, I sent mail a while ago asking about the web service for class loading wtr having it use an anonymous port. If we set the default RMI port to anonymous too, then we

Re: [JBoss-dev] AutoNumber in Jboss 3.0.0

2002-04-03 Thread Jason Dillon
I will apply the patch soon... can someone write a testcase for this. --jason Jessica Perry Hekman wrote: On Wed, 3 Apr 2002, Dain Sundstrom wrote: I wasn't aware of this. Are you sure it was removed? If you are having problems, post again, and I'll ask around. I looked in the build.xml

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 14:29:17 Modified:variabuild.xml Log: o Applied patch: [ 523396 ] AutoNumber not being built, plus it's broken... Revision ChangesPath 1.28 +8 -1 contrib/varia/build.xml Index: build.xml

[JBoss-dev] CVS update: contrib/varia/src/main/org/jboss/varia/autonumber AutoNumberEJB2.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 14:29:17 Modified:varia/src/main/org/jboss/varia/autonumber AutoNumberEJB2.java Log: o Applied patch: [ 523396 ] AutoNumber not being built, plus it's broken... Revision ChangesPath 1.2 +13 -2

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 14:50:00 Modified:.build.xml Log: o Applied patch: #530418 added tests to mq Selector unit tests Revision ChangesPath 1.100 +11 -3 jbosstest/build.xml Index: build.xml

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

2002-04-03 Thread Jason Dillon
:[EMAIL PROTECTED];Jason Dillon/a - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ */ public class SelectorSyntaxUnitTestCase extends TestCase @@ -31,25 +31,25 @@ { super(name); } - + protected void setUp() throws Exception

[JBoss-dev] Added Deployer SubDeployer interfaces

2002-04-03 Thread Jason Dillon
I just commited the changes to add a Deployer and SubDeployer interface. SubDeployer implementors still need to be hooked up... but at the moment that is not needed for this to work. I added that interface to be explicit with respect to the differences between Deployer and SubDeployer.

Re: [JBoss-dev] Long deployment file names... again

2002-04-03 Thread Jason Dillon
What is this problem? I think any reproducible 1-1 mapping will work, but I don't know of any other than using the whole URL. david jencks The problem is that on windows (ick) it limits the length of a filename unreasonabily. This problem shows up with the currently deployment scheme of

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment Deployer.java SubDeployer.java MainDeployer.java SARDeployer.java

2002-04-03 Thread Jason Dillon
/a * @author a href=mailto:[EMAIL PROTECTED];David Jencks/a * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * * pb20010830 marc fleury:/b * ul @@ -112,7 +112,7 @@ */ public class SARDeployer

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment/scanner AbstractDeploymentScanner.java DeploymentScanner.java URLDeploymentScanner.java DeploymentScannerMBean.java URLDeploymentScannerMBean.java

2002-04-03 Thread Jason Dillon
DeploymentScanner#scan}. + * + * @version tt$Revision: 1.2 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public abstract class AbstractDeploymentScanner @@ -60,20 +63,33 @@ /** True if period based scanning is enabled. */ protected MuBoolean

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/01 21:10:33 jboss-system/src/main/org/jboss/deployment/cache - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

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

2002-04-03 Thread Jason Dillon
05:20:40 - 1.2 @@ -17,7 +17,7 @@ * * pClients should use the MainDeployer to deploy URLs. * - * @version tt$Revision: 1.1 $/tt + * @version tt$Revision: 1.2 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public interface Deployer @@ -27,21

Re: [JBoss-dev] Long deployment file names... again

2002-04-03 Thread Jason Dillon
would expect that your cache would need reproducible mappings. If I am wrong, wonderful. Otherwise I can't think of much except a mapping file, maybe properties url=number to identify where the copy is. david jencks On 2002.04.03 17:58:02 -0500 Jason Dillon wrote: What is this problem? I think

Re: [JBoss-dev] jboss-all

2002-04-03 Thread Jason Dillon
It is just CVS... what is the problem? Please read the quick start: http://www.jboss.org/developers/guide/quickstart.jsp --jason Anthony Burns wrote: I dont know how to use jboss-all with cvs is there a simpler way to get it or can some one please explain how to get it with cvs

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/selectors RegExp.java Operator.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 16:20:17 Modified:src/main/org/jboss/mq/selectors Operator.java Added: src/main/org/jboss/mq/selectors RegExp.java Log: o Applied patch: [ 531571 ] performance tuning for selector LIKE Revision ChangesPath 1.6 +19 -64

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/idgen/interfaces IdCounterHome.java IdGeneratorHome.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 16:30:35 Modified:src/main/org/jboss/test/idgen/interfaces IdCounterHome.java IdGeneratorHome.java Log: o Keep EJB Verifier from bitching Revision ChangesPath 1.3 +3 -3

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/idgen/ejb IdCounterBean.java IdCounterBeanCMP.java IdGeneratorBean.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 17:39:44 Modified:src/main/org/jboss/test/idgen/ejb IdCounterBean.java IdCounterBeanCMP.java IdGeneratorBean.java Log: o Changed next current to nextValue currentValue to avoid problems with SQL reserved words.

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/idgen/interfaces IdCounter.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 17:39:44 Modified:src/main/org/jboss/test/idgen/interfaces IdCounter.java Log: o Changed next current to nextValue currentValue to avoid problems with SQL reserved words. Revision ChangesPath 1.2 +3 -3

[JBoss-dev] XDoclet... I love you

2002-04-03 Thread Jason Dillon
Ok, so I am again too lazy to send this to the xdoclet folks, but this is really for them. How about some XDoclet magic to replace the in class javadoc version fluff like this: * pb20010830 marc fleury:/b * ul * liInitial import * /ul Something similar in flavor to @todo... I love

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 18:34:35 Modified:src/resources/idgen/META-INF ejb-jar.xml Log: o forgot to change the dd Revision ChangesPath 1.3 +1 -1 jbosstest/src/resources/idgen/META-INF/ejb-jar.xml Index: ejb-jar.xml

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 18:53:14 Modified:src/main/org/jboss/logging Log4jService.java Removed: src/main/org/jboss/logging Log4jServiceMBean.java Log: o Using XDoclet to generate *MBean interfaces Revision ChangesPath 1.5 +21 -3

[JBoss-dev] Beta2 ?

2002-04-03 Thread Jason Dillon
Any thoughts on releasing a beta2 ? I am thinking that the current code base is fairly near complete, but we did change the jmx impl... which is kind of a large change. How about releasing a beta2 now (next few days), then work on minor tweaks, performance improvements and docs for a few

Re: [JBoss-dev] XDoclet... I love you

2002-04-03 Thread Jason Dillon
I don't understand what you want to have generated, nor why. Could you be more specific? xdoclet can't modify the contents of a java file, it can only generate new files. I know it can't modify the file... basically I think that it would be easier and more consistent to code these

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/system MBeanClassLoader.java ServiceLibraries.java UnifiedClassLoader.java MBeanClassLoaderMBean.java ServiceLibrariesMBean.java UnifiedClassLoaderMBean.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 18:53:14 Modified:src/main/org/jboss/system MBeanClassLoader.java ServiceLibraries.java UnifiedClassLoader.java Removed: src/main/org/jboss/system MBeanClassLoaderMBean.java ServiceLibrariesMBean.java

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/system/server ServerConfigImpl.java ServerImpl.java ServerInfo.java ServerConfigImplMBean.java ServerImplMBean.java ServerInfoMBean.java

2002-04-03 Thread Jason Dillon
1.4 @@ -31,8 +31,10 @@ * pMost values are determined durring first call to getter. All values *when determined will have equivilent system properties set. * + * @jmx:mbean name=jboss.system:type=ServerConfig + * * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon

[JBoss-dev] Never mind

2002-04-03 Thread Jason Dillon
found it --jason ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] Never mind

2002-04-03 Thread Jason Dillon
Ahh... I am loosing my mind sorry for the noise. --jason Jason Dillon wrote: found it --jason ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] AutoNumber in Jboss 3.0.0

2002-04-03 Thread Jason Dillon
This is back in the build again. --jason Jessica Perry Hekman wrote: On Wed, 3 Apr 2002, Dain Sundstrom wrote: I wasn't aware of this. Are you sure it was removed? If you are having problems, post again, and I'll ask around. I looked in the build.xml file; it is definitely not there (in

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:33:59 Modified:src/main/org/jboss/system ServiceController.java ServiceLibraries.java UnifiedClassLoader.java Log: o Using @jmx:managed-attribute where appropriate Revision ChangesPath 1.7 +1 -6

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:34:25 Modified:src/main/org/jboss/ejb/plugins StatefulSessionFilePersistenceManager.java Log: o Using ServerConfigLocator instead of ServerConfigImplMBean Revision ChangesPath 1.35 +5 -4

Re: [JBoss-dev] Todo: multiple instances detection

2002-04-03 Thread Jason Dillon
references can live beyond the life of the server. Or maybe I don't know what I'm talking about :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Dillon Sent: Wednesday, April 03, 2002 4:49 PM To: marc fleury Cc: Jboss-Development@Lists. Sourceforge. Net

[JBoss-dev] CVS update: jbossmq build.xml

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:35:06 Modified:.build.xml Log: o Using ServerConfigLocator instead of ServerConfigImplMBean o Using XDoclet to generate some *MBean interfaces Revision ChangesPath 1.28 +34 -2 jbossmq/build.xml Index: build.xml

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment/scanner AbstractDeploymentScanner.java DeploymentScanner.java URLDeploymentScanner.java

2002-04-03 Thread Jason Dillon
to implement {@link DeploymentScanner#scan}. * - * @version tt$Revision: 1.4 $/tt + * @version tt$Revision: 1.5 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public abstract class AbstractDeploymentScanner 1.4 +6 -6 jboss-system/src/main/org

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:32:35 Modified:.build.xml Log: o testsuite needs ServerConfig friends Revision ChangesPath 1.13 +4 -1 jboss-system/build.xml Index: build.xml ===

[JBoss-dev] CVS update: contrib/varia/src/main/org/jboss/jdbc HypersonicDatabase.java

2002-04-03 Thread Jason Dillon
PROTECTED];Jason Dillon/a - * @version $Revision: 1.14 $ + * @version $Revision: 1.15 $ */ public class HypersonicDatabase extends ServiceMBeanSupport @@ -126,9 +127,8 @@ protected void startService() throws Exception { // Get the server data directory - File

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jmx/mbean TestDeployer.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:33:30 Modified:src/main/org/jboss/test/jmx/mbean TestDeployer.java Log: o Using ServerConfigLocator instead of ServerConfigImplMBean Revision ChangesPath 1.6 +3 -4 jbosstest/src/main/org/jboss/test/jmx/mbean/TestDeployer.java

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:33:59 Modified:src/main/org/jboss/logging Log4jService.java Log: o Using @jmx:managed-attribute where appropriate Revision ChangesPath 1.6 +4 -4 jboss-system/src/main/org/jboss/logging/Log4jService.java Index:

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

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:34:26 Modified:src/main/org/jboss/web AbstractWebContainer.java Log: o Using ServerConfigLocator instead of ServerConfigImplMBean Revision ChangesPath 1.39 +5 -15 jboss/src/main/org/jboss/web/AbstractWebContainer.java

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/system/server ServerConfig.java ServerConfigImpl.java ServerImpl.java ServerInfo.java

2002-04-03 Thread Jason Dillon
tt$Revision: 1.6 $/tt + * pClients should use {@link ServerConfigLocator} to get an instance of + *{@link ServerConfig} and then use it to get the server's configuration bits. + * + * @version tt$Revision: 1.7 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon

[JBoss-dev] CVS update: jboss-system/src/main/org/jboss/deployment/cache DeploymentCache.java FileDeploymentStore.java

2002-04-03 Thread Jason Dillon
$Revision: 1.2 $/tt * @author a href=mailto:[EMAIL PROTECTED];Jason Dillon/a */ public class DeploymentCache @@ -58,7 +58,7 @@ / /** -* @jmx:managed-operation +* @jmx:managed-attribute

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/file CacheStore.java PersistenceManager.java CacheStoreMBean.java PersistenceManagerMBean.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:35:06 Modified:src/main/org/jboss/mq/pm/file CacheStore.java PersistenceManager.java Removed: src/main/org/jboss/mq/pm/file CacheStoreMBean.java PersistenceManagerMBean.java Log: o Using

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/jdbc PersistenceManager.java PersistenceManagerMBean.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:35:06 Modified:src/main/org/jboss/mq/pm/jdbc PersistenceManager.java Removed: src/main/org/jboss/mq/pm/jdbc PersistenceManagerMBean.java Log: o Using ServerConfigLocator instead of ServerConfigImplMBean o Using XDoclet to generate some

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/sm AbstractStateManager.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:35:07 Modified:src/main/org/jboss/mq/sm AbstractStateManager.java Log: o Using ServerConfigLocator instead of ServerConfigImplMBean o Using XDoclet to generate some *MBean interfaces Revision ChangesPath 1.2 +4 -4

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/sm/file DynamicStateManager.java OldStateManager.java DynamicStateManagerMBean.java OldStateManagerMBean.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:35:07 Modified:src/main/org/jboss/mq/sm/file DynamicStateManager.java OldStateManager.java Removed: src/main/org/jboss/mq/sm/file DynamicStateManagerMBean.java OldStateManagerMBean.java Log: o

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/jdbc2 PersistenceManager.java PersistenceManagerMBean.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:35:07 Modified:src/main/org/jboss/mq/pm/jdbc2 PersistenceManager.java Removed: src/main/org/jboss/mq/pm/jdbc2 PersistenceManagerMBean.java Log: o Using ServerConfigLocator instead of ServerConfigImplMBean o Using XDoclet to generate some

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/pm/rollinglogged PersistenceManager.java PersistenceManagerMBean.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:35:07 Modified:src/main/org/jboss/mq/pm/rollinglogged PersistenceManager.java Removed: src/main/org/jboss/mq/pm/rollinglogged PersistenceManagerMBean.java Log: o Using ServerConfigLocator

[JBoss-dev] CVS update: contrib/jboss.net/src/main/org/jboss/net/axis/server AxisService.java

2002-04-03 Thread Jason Dillon
User: user57 Date: 02/04/03 20:34:41 Modified:jboss.net/src/main/org/jboss/net/axis/server AxisService.java Log: o Using ServerConfigLocator instead of ServerConfigImplMBean Revision ChangesPath 1.16 +4 -5

Re: [JBoss-dev] Added DeploymentCache friends

2002-04-03 Thread Jason Dillon
SF mailing lists seem to be behind... really behind. --jason On Wed, 3 Apr 2002, Jason Dillon wrote: I just commited an initial impl of a deployment cache, which sits between a DeploymentScanner and MainDeployer. The actual storage of deployments is handled by a pluggable

Re: [JBoss-dev] jboss-service

2002-04-02 Thread Jason Dillon
Yes, I forgot to commit this. --jason Vesco Claudio wrote: Hi alls! I think that with the recent cvs commit we need to patch jboss-server.xml with Index: jboss-service.xml === RCS file:

[JBoss-dev] Re: jboss-all

2002-04-01 Thread Jason Dillon
See the quick start guide: http://jboss.org/developers/guide/quickstart.jsp --jason _ View thread online: http://main.jboss.org/thread.jsp?forum=66thread=11901 ___ Jboss-development mailing list

Re: [JBoss-dev] Waaaaaaaaooooooooouuuuwwwwwwww

2002-03-27 Thread Jason Dillon
Isn't THE BEST determined in this case by user votes... so it is always going to be scewed twords the varing oppion of the subset of actual users of the product who took the time to vote, and more so by the people who registered the product for voting in the first place. THE BEST has

Re: [JBoss-dev] CVS locks?

2002-03-25 Thread Jason Dillon
y35 j00 D1d. =P thats pearl ?;) or BuildMagic lingo ? That is l33t (http://www.geocities.com/mnstr_2000/translate.html) While on topic of BM can U please explain what it does that ant task's can not do ? and WHY do We have a top level BlackBox instead of a 'standard' way to extend and

Re: [JBoss-dev] CVS locks?

2002-03-25 Thread Jason Dillon
can U please explain what it does that ant task's can not do ? 1) Provides pseudo-late-binding for properties. 2) Provides helper tasks to set system properties, plus a few other utilities . 3) Provides a mechanism to hook up multipule sub-projects based on property configuration. Perhaps

Re: [JBoss-dev] CVS locks?

2002-03-25 Thread Jason Dillon
I would imagine all of the above could be split up and executed as ant tasks ? ... That depends on what you mean... essentially that is what the bm tasks do. how bout intergrating CVS ? ... into the build process ? ... What about CVS do you want integrated? --jason

Re: [JBoss-dev] CVS locks?

2002-03-25 Thread Jason Dillon
probably knows more about this. --jason Peter Fagerlund wrote: on 25-03-2 23.58, Jason Dillon at [EMAIL PROTECTED] wrote: What about CVS do you want integrated? dont know just freeflowing - maybe a do a checkout and build - test cycle - ftp report to IP(lubega

[JBoss-dev] test forum...

2002-03-25 Thread Jason Dillon
I can't believe that users are posting questions here... what is the world coming too =[ --jason ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] CVS locks?

2002-03-24 Thread Jason Dillon
This appears to be fixed. If you ever find a lock for anoncvs_jboss (or really anoncvs anything) or a maximal lock, please submit a request to drop those locks here: http://sourceforge.net/tracker/?func=addgroup_id=1atid=21 Just explain that there is lock for the 'jboss' project and

<    3   4   5   6   7   8   9   10   11   12   >