[JBoss-dev] [JBoss JIRA] Created: (JBAS-1539) EntityEnterpriseContext does not clear ejbLocalObject

2005-03-01 Thread Peter Antman (JIRA)
-3.2.7 Final, JBossAS-3.2.6 Final Reporter: Peter Antman EntityEnterpriseContext does not clear ejbLocalObject. When entity beans are activiated and passivated any new values in the entreprise context will be lost for local references, since the first one used will be there forever. [EMAIL

Re: [JBoss-dev] turn JBoss into an LDAP server

2003-09-29 Thread Peter Antman
___ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development -- Peter AntmanChief Technology Officer, Development Technology in Media, Box 34105 100 26 Stockholm WWW

Re: [JBoss-dev] Possibility to override LoaderResository

2003-03-10 Thread Peter Antman
. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Peter Antman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 03, 2003 6:53 AM Subject: [JBoss-dev] Possibility to override

Re: [JBoss-dev] Possibility to override LoaderResository

2003-03-10 Thread Peter Antman
Message - From: Peter Antman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 10, 2003 11:26 AM Subject: Re: [JBoss-dev] Possibility to override LoaderResository Hi, I saw you changes in cvs regarding mx.loading. Great that you are relaxing the signature restriction! But I

Re: [JBoss-dev] RMIClassloader for MBean RMIAdaptor

2003-03-04 Thread Peter Antman
Officer JBoss Group, LLC - Original Message - From: Peter Antman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 03, 2003 6:46 AM Subject: Re: [JBoss-dev] RMIClassloader for MBean RMIAdaptor Hi, I managed to do the 3.0 backpatch, whith just

Re: [JBoss-dev] RMIClassloader for MBean RMIAdaptor

2003-03-03 Thread Peter Antman
the operation name. Regards, Adrian From: Peter Antman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] RMIClassloader for MBean RMIAdaptor Date: 28 Feb 2003 14:05:31 +0100 Hi, wow, last night I tought in desperation that I would have

[JBoss-dev] Possibility to override LoaderResository

2003-03-03 Thread Peter Antman
+ ObjectName objectName = new ObjectName(repositoryName); + di.setRepositoryInfo(repositoryClassName, objectName); + } + } // Private --- } //Peter -- Peter

Re: [JBoss-dev] RMIClassloader for MBean RMIAdaptor

2003-02-28 Thread Peter Antman
until jboss4, which will have jboss remoting and jsr160's MBeanServerConnection Regards, Adrian From: Peter Antman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [JBoss-dev] RMIClassloader for MBean RMIAdaptor Date: 27 Feb 2003 14:33:37 +0100 Hi, I am

Re: [JBoss-dev] RMIClassloader for MBean RMIAdaptor

2003-02-28 Thread Peter Antman
to be a DynamicMBean, since 3.0.x uses operation instead of invoke, alternatively fix and test the operation name. Thanks. I will look into that...and see if its doable. //Peter Regards, Adrian From: Peter Antman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss

Re: [JBoss-dev] Remote class loading servlet

2003-02-21 Thread Peter Antman
; } } -- Peter AntmanChief Technology Officer, Development Technology in Media, Box 34105 100 26 Stockholm WWW: http://www.tim.se WWW: http://www.backsource.org Email: [EMAIL PROTECTED] Phone: +46-(0)8-506 381 11 Mobile: +46-(0)704 20 58 11

Re: [JBoss-dev] Remote class loading servlet

2003-02-21 Thread Peter Antman
this will be addressed. Ok. If there are no new ways of adding the classloader of EJB:s deployed through an ear with a scoped repository this means that dynamic rmi classloading will not work for these EJB:s as far as I can see it. //Peter Rgds, James Peter Antman wrote: Hi, just

Re: [JBoss-dev] Dependant classloader repository

2003-02-19 Thread Peter Antman
and into an mbean interceptor (with some global supporting objects). thanks david jencks On 2003.02.18 13:51 Peter Antman wrote: Hi, I would like to share some ideas about extensions to the current classloader to see if I am totally on the wrong track and if it perhaps would

Re: [JBoss-dev] Dependant classloader repository

2003-02-19 Thread Peter Antman
org.jboss.mx.logging.Logger; +import org.jboss.mx.loading.LoadMgr.PkgClassLoader; +import org.jboss.mx.server.ServerConstants; +/** + * DelegatingLoaderRepository.java + * + * + * Created: Thu Feb 13 17:05:56 2003 + * + * @author Peter Antman + * @version $Revision$ $Date$ + */ + +public class

Re: [JBoss-dev] Dependant classloader repository

2003-02-19 Thread Peter Antman
ons 2003-02-19 klockan 15.09 skrev David Jencks: On 2003.02.19 03:43 Peter Antman wrote: On Tue, 2003-02-18 at 20:08, David Jencks wrote: I don't yet understand what problem you are trying to solve. The problem I know of with the current deployment set up and LoaderRepositories

[JBoss-dev] Dependant classloader repository

2003-02-18 Thread Peter Antman
pitfalls you immediately see with this approach? Would it perhaps be something that should be integrated into JBoss? //Peter -- Peter AntmanChief Technology Officer, Development Technology in Media, Box 34105 100 26 Stockholm WWW

[JBoss-dev] Finder isolationlevel/synchronization

2002-12-20 Thread Peter Antman
-- Peter AntmanChief Technology Officer, Development Technology in Media, Box 34105 100 26 Stockholm WWW: http://www.tim.se WWW: http://www.backsource.org Email: [EMAIL PROTECTED] Phone: +46-(0)8-506 381 11 Mobile: +46-(0)704 20 58 11

Re: [JBoss-dev] deployment scripts + extending Configuration of JBossSX on the fly

2002-12-15 Thread Peter Antman
:[EMAIL PROTECTED];Peter Antman/a * @version $Revision: 1.1 $ * @jmx:mbean name=jboss.jca:service=LoginConfigurator extends=org.jboss.system.ServiceMBean */ public class LoginConfigurator extends ServiceMBeanSupport implements LoginConfiguratorMBean{ ObjectName loginConfig; Element

Re: [JBoss-dev] Metadata Service

2002-11-18 Thread Peter Antman
, on and of, and it has worked great. It has high throughput (1600 XML messages/second), and has been running fine in a production environment for the last 6 month. A real gem. //Peter Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Antman

Re: [JBoss-dev] Metadata Service

2002-11-14 Thread Peter Antman
/rd523.html ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development -- Peter AntmanChief Technology Officer, Development

Re: [JBoss-dev] Metadata Service

2002-11-14 Thread Peter Antman
;lists.sourceforge.net]On Behalf Of Peter Antman Sent: Thursday, November 14, 2002 4:12 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Metadata Service Hi, have any one of you looked at XmlBlaster? (www.xmlBlaster.org). I guess it could really work as a central XmlRepository. XmlBlaster

Re: [JBoss-dev] JMS DestinationManager issue with Remote queues and MDB's

2002-09-26 Thread Peter Antman
___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development -- Peter AntmanChief Systems Architect, Business Development Technology

[JBoss-dev] ClassLoader frustration

2002-09-18 Thread Peter Antman
the HeirarchicalLoaderRepository2 is a solution (but with that aproach classes will not become available globaly, only in the Heir...Rep). Or have I gone completely nuts? //Peter -- Peter AntmanChief Systems Architect, Business Development

Re: [JBoss-dev] ClassLoader frustration

2002-09-18 Thread Peter Antman
On 18 Sep, David Jencks wrote: On 2002.09.18 09:33:40 -0400 Peter Antman wrote: Hi, i am sorry if I have slept under a stone the last 6 month or so, but I have to say I find the new classloader aproach somewhat frustrating (if I am not wrong in what follows). At least in 3.0 the following

[JBoss-dev] Dynamic configuration of XMLLoginConfig

2002-09-12 Thread Peter Antman
-- Peter AntmanChief Systems Architect, Business Development Technology in Media, Box 34105 100 26 Stockholm WWW: http://www.tim.se WWW: http://www.backsource.org Email: [EMAIL PROTECTED] Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942

[JBoss-dev] CVS tagging

2002-09-05 Thread Peter Antman
Hi, I made a patch to the Branch_3_0, but its a while since I did this and I can't remember which stuff to use for tagging: should I step up JBoss_3_0_0_8 or Rel_3_0_0_7, which is the tags that seems relevant? //Peter -- Peter Antman

Re: [JBoss-dev] jbossmq and jca 1.5

2002-09-03 Thread Peter Antman
-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development -- Peter AntmanChief Systems Architect, Business Development Technology in Media, Box 34105 100 26 Stockholm WWW: http

Re: [JBoss-dev] JBoss JMS RA + SwiftMQ + Possible Problems

2002-04-25 Thread Peter Antman
something? thanks david jencks On 2002.04.24 11:07:07 -0400 Peter Antman wrote: On 24 Apr, David Jencks wrote: On 2002.04.24 10:14:20 -0400 Peter Antman wrote: big snip I thing JBoss is the only appserver where JMS XA sending is not tied to the server nor to a specific JMS

Re: [JBoss-dev] JBoss JMS RA + SwiftMQ + Possible Problems

2002-04-24 Thread Peter Antman
mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development -- Peter AntmanChief Systems Architect, Business Development Technology in Media, Box 34105 100 26 Stockholm WWW: http://www.tim.se WWW

Re: [JBoss-dev] JBoss JMS RA + SwiftMQ + Possible Problems

2002-04-24 Thread Peter Antman
-- Peter AntmanChief Systems Architect, Business Development Technology in Media, Box 34105 100 26 Stockholm WWW: http://www.tim.se WWW: http://www.backsource.org Email: [EMAIL PROTECTED] Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942

Re: [JBoss-dev] JBoss JMS RA + SwiftMQ + Possible Problems

2002-04-24 Thread Peter Antman
___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development -- Peter AntmanChief Systems Architect, Business Development Technology in Media

Re: [JBoss-dev] JBoss JMS RA + SwiftMQ + Possible Problems

2002-04-24 Thread Peter Antman
On 24 Apr, Hiram Chirino wrote: From: Peter Antman [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] JBoss JMS RA + SwiftMQ + Possible Problems Date: Wed, 24 Apr 2002 10:35:29 +0200 (CEST) On 23 Apr, Jason Dillon wrote: Hey, I have just started integrating

Re: [JBoss-dev] JBoss JMS RA + SwiftMQ + Possible Problems

2002-04-24 Thread Peter Antman
On 24 Apr, David Jencks wrote: On 2002.04.24 10:14:20 -0400 Peter Antman wrote: big snip I thing JBoss is the only appserver where JMS XA sending is not tied to the server nor to a specific JMS provider, but perhaps at a price: close your sessions!! Otherwise it works nice, I think and what

Re: [JBoss-dev] Release 2.4.5 ??

2002-03-25 Thread Peter Antman
-- Peter AntmanChief Systems Architect, Business Development Technology in Media, Box 34105 100 26 Stockholm WWW: http://www.tim.se WWW: http://www.backsource.org Email: [EMAIL PROTECTED] Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942

Re: [JBoss-dev] ordering proposal

2002-03-13 Thread Peter Antman
-- Peter AntmanChief Systems Architect, Business Development Technology in Media, Box 34105 100 26 Stockholm WWW: http://www.tim.se WWW: http://www.backsource.org Email: [EMAIL PROTECTED] Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942

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

2002-03-07 Thread Peter Antman
User: pra Date: 02/03/07 00:43:19 jbosstest/src/main/org/jboss/test/jbossmq/stress - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

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

2002-03-07 Thread Peter Antman
of license at gnu.org. */ package org.jboss.test.jbossmq.test; import junit.framework.TestSuite; import junit.framework.Assert; import org.jboss.test.jbossmq.MQBase; /** * Test of security features in JBossMQ * * * @author a href=[EMAIL PROTECTED]Peter Antman

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jbossmq/stress ClientFailTest.java DurableSubOne.java DurableSubTwo.java DurableSubscriberTest.java ExceptionListen.java ExceptionListenerTest.java FailedDurableSub.java MDSOne.java MDSTtwo.java MassivFailingSub.java MassiveTest.java MultipleDurableSubscribers.java QueueSubOne.java QueueSubTwo.java QueueTest.java RunPublishOne.java RunPublishTwo.java

2002-03-07 Thread Peter Antman
javax.naming.*; import org.jboss.test.JBossTestCase; import junit.framework.TestSuite; import org.apache.log4j.Category; /** * Test failing clients. * * * @author a href=mailto:[EMAIL PROTECTED];Peter Antman/a * @version $Revision: 1.1 $ */ public class

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

2002-03-07 Thread Peter Antman
User: pra Date: 02/03/07 00:56:15 Modified:.build.xml Added: .mqstress.xml Log: Added ant build file for special JBossMQ stress tests Revision ChangesPath 1.85 +6 -1 jbosstest/build.xml Index: build.xml

Re: [JBoss-dev] jbossmq-oldstate.xml

2002-03-07 Thread Peter Antman
-- Peter AntmanChief Systems Architect, Business Development Technology in Media, Box 34105 100 26 Stockholm WWW: http://www.tim.se WWW: http://www.backsource.org Email: [EMAIL PROTECTED] Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942

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

2002-03-06 Thread Peter Antman
User: pra Date: 02/03/06 09:13:43 Modified:src/main/org/jboss/mq/xml XElement.java Log: Changed attribute to be access throug getQName since the namespace aware method getLocalName did not return anything Revision ChangesPath 1.6 +3 -2

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

2002-03-06 Thread Peter Antman
([EMAIL PROTECTED]) + * @author a href=[EMAIL PROTECTED]Peter Antman/a * @createdAugust 16, 2001 - * @version$Revision: 1.4 $ + * @version$Revision: 1.5 $ */ public class SpyTopicPublisher extends SpyMessageProducer @@ -55,30 +60,42

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/sm - New directory

2002-03-06 Thread Peter Antman
User: pra Date: 02/03/06 09:18:25 jbossmq/src/main/org/jboss/mq/sm - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/server StateManager.java StateManagerMBean.java

2002-03-06 Thread Peter Antman
User: pra Date: 02/03/06 09:25:07 Removed: src/main/org/jboss/mq/server StateManager.java StateManagerMBean.java Log: Moved state manager into sm.file package as OldStateManager ___ Jboss-development mailing

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il ClientIL.java ServerIL.java ServerILJMXService.java

2002-03-06 Thread Peter Antman
=[EMAIL PROTECTED]Hiram Chirino/a + * @authora href=[EMAIL PROTECTED]Norbert Lataille/a + * @author a href=[EMAIL PROTECTED]Peter Antman/a + * @version $Revision: 1.5 $ * @created August 16, 2001 */ public interface ServerIL { /** -* Gets the ID

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq Connection.java ConnectionToken.java SpyConnection.java SpySession.java SpyXAConnection.java

2002-03-06 Thread Peter Antman
a href=[EMAIL PROTECTED]Peter Antman/a + * @version $Revision: 1.17 $ * @created August 16, 2001 */ public class Connection implements java.io.Serializable, javax.jms.Connection @@ -113,6 +151,11 @@ * Set a soon as close() is called on the connection

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/jvm JVMServerIL.java JVMServerILFactory.java JVMServerILService.java

2002-03-06 Thread Peter Antman
org.jboss.mq.server.JMSServerInvoker; /** * The JVM implementation of the ServerIL object * * @authorHiram Chirino ([EMAIL PROTECTED]) * @authorNorbert Lataille ([EMAIL PROTECTED]) - * @version $Revision: 1.6 $ + * @authora href=[EMAIL PROTECTED]Peter Antman/a + * @version

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/oil OILClientIL.java OILClientILService.java OILConstants.java OILServerIL.java OILServerILService.java

2002-03-06 Thread Peter Antman
User: pra Date: 02/03/06 09:27:49 Modified:src/main/org/jboss/mq/il/oil OILClientIL.java OILClientILService.java OILConstants.java OILServerIL.java OILServerILService.java Log: Commit of JBossMQ new JAAS based security

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/rmi RMIServerIL.java RMIServerILRemote.java RMIServerILService.java

2002-03-06 Thread Peter Antman
org.jboss.mq.server.JMSServerInvoker; /** * The JVM implementation of the ServerIL object * * @authorHiram Chirino ([EMAIL PROTECTED]) * @authorNorbert Lataille ([EMAIL PROTECTED]) - * @version $Revision: 1.4 $ + * @authora href=[EMAIL PROTECTED]Peter Antman/a + * @version

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

2002-03-06 Thread Peter Antman
by the DynamicStateManager. * * Must have the attribute sm.objectname set, * and may have the unauthenticatedIdentity set to some value. * @author a href=[EMAIL PROTECTED]Peter Antman/a * @version $Revision: 1.1 $ */ public class DynamicLoginModule extends UsernamePasswordLoginModule

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

2002-03-06 Thread Peter Antman
subclasses implement * the protected abstract callback methods to do its work. * * * @author a href=[EMAIL PROTECTED]Peter Antman/a * @author a href=[EMAIL PROTECTED]Norbert Lataille/a * @author a href=[EMAIL PROTECTED]Hiram Chirino/a * @version $Revision: 1.1

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/uil UILServerIL.java UILServerILService.java

2002-03-06 Thread Peter Antman
implementation of the ServerIL object * * @authorHiram Chirino ([EMAIL PROTECTED]) * @authorNorbert Lataille ([EMAIL PROTECTED]) - * @version $Revision: 1.6 $ + * @authora href=[EMAIL PROTECTED]Peter Antman/a + * @version $Revision: 1.7 $ * @created August 16, 2001

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/security - New directory

2002-03-06 Thread Peter Antman
User: pra Date: 02/03/06 09:17:36 jbossmq/src/main/org/jboss/mq/security - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/security SecurityManager.java SecurityManagerMBean.java SecurityMetadata.java ServerSecurityInvoker.java SessionIDGenerator.java

2002-03-06 Thread Peter Antman
org.jboss.security.SubjectSecurityManager; import org.jboss.system.ServiceMBeanSupport; import org.jboss.mq.ConnectionToken; import org.jboss.mq.server.JMSServerInvoker; /** * A JAAS based security manager for JBossMQ. * * @author a href=[EMAIL PROTECTED]Peter Antman/a * @version $Revision

[JBoss-dev] CVS update: jbossmq/src/etc/conf/default jbossmq-oldstate.xml

2002-03-06 Thread Peter Antman
User: pra Date: 02/03/06 09:28:51 Added: src/etc/conf/default jbossmq-oldstate.xml Log: Old format state manager file Revision ChangesPath 1.1 jbossmq/src/etc/conf/default/jbossmq-oldstate.xml Index: jbossmq-oldstate.xml

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/sm/file - New directory

2002-03-06 Thread Peter Antman
User: pra Date: 02/03/06 09:19:26 jbossmq/src/main/org/jboss/mq/sm/file - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbossmx/src/main/org/jboss/mq/il/ha HAServerIL.java HAServerILService.java

2002-03-06 Thread Peter Antman
User: pra Date: 02/03/06 09:31:30 Modified:src/main/org/jboss/mq/il/ha HAServerIL.java HAServerILService.java Log: Updated to support the new JMSServerInvoker interface Revision ChangesPath 1.3 +4 -4

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

2002-03-06 Thread Peter Antman
, jbosstest.topicfactory, * jbosstest.queue or jbosstest.topic. * * * @authora href=[EMAIL PROTECTED]Peter Antman/a * @version $Revision: 1.1 $ */ public class MQBase extends JBossTestCase { public static final int PUBLISHER = 0; public static final int SUBSCRIBER

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

2002-03-06 Thread Peter Antman
User: pra Date: 02/03/06 09:29:23 Modified:src/etc/conf/default jbossmq-service.xml jbossmq-state.xml jbossmq-testsuite-service.xml Log: Configuration updated to support new security architecture Revision ChangesPath 1.20 +24 -6

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

2002-03-06 Thread Peter Antman
User: pra Date: 02/03/06 09:34:13 Modified:src/main/org/jboss/test/jbossmq/test JBossMQUnitTestCase.java Log: Some small changes Revision ChangesPath 1.10 +30 -14

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

2002-03-06 Thread Peter Antman
User: pra Date: 02/03/06 09:34:13 Modified:src/main/org/jboss/test/jbossmq/perf JBossMQPerfStressTestCase.java Log: Some small changes Revision ChangesPath 1.4 +8 -4

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

2002-03-06 Thread Peter Antman
junit.framework.TestSuite; import junit.framework.Assert; import org.jboss.test.jbossmq.MQBase; /** * Test of security features in JBossMQ * * * @author a href=[EMAIL PROTECTED]Peter Antman/a * @version $Revision: 1.1 $ */ public class SecurityTestCase extends MQBase

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

2002-03-06 Thread Peter Antman
User: pra Date: 02/03/06 09:41:41 Modified:src/etc/conf/default auth.conf Log: Added entry for new jbossmq security domain Revision ChangesPath 1.9 +10 -1 jboss/src/etc/conf/default/auth.conf Index: auth.conf

[JBoss-dev] Build broken

2002-03-05 Thread Peter Antman
: @version tag has no arguments. BUILD FAILED /home/pra/src/rw/jboss-all/system/build.xml:237: Javadoc returned 139 //Peter -- Peter AntmanChief Systems Architect, Business Development Technology in Media, Box 34105 100 26

Re: [JBoss-dev] Build broken

2002-03-05 Thread Peter Antman
) at org.apache.tools.ant.Main.start(Main.java:153) at org.apache.tools.ant.Main.main(Main.java:176) Total time: 7 seconds //Peter all work fine. Linux 2.4.16 sun jdk 1.3.1 david jencks On 2002.03.05 16:19:01 -0500 Peter Antman wrote: Hi, a clean checkout from cvs indicates

Re: [JBoss-dev] JBossMQ test case is soooo slooooow

2002-02-21 Thread Peter Antman
PROTECTED] | https://lists.sourceforge.net/lists/listinfo/jboss-development | |-- | |Peter Antman Technology in Media, Box 34105 100 26 Stockholm |Systems ArchitectWWW: http://www.tim.se |Email: [EMAIL PROTECTED]WWW

[JBoss-dev] CVS frustration

2002-02-19 Thread Peter Antman
-- Peter AntmanChief Systems Architect, Business Development Technology in Media, Box 34105 100 26 Stockholm WWW: http://www.tim.se WWW: http://www.backsource.org Email: [EMAIL PROTECTED] Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/uil UILServerILService.java

2002-02-17 Thread Peter Antman
User: pra Date: 02/02/17 09:51:17 Modified:src/main/org/jboss/mq/il/uil UILServerILService.java Log: Added numbering for worker threads Revision ChangesPath 1.17 +7 -3 jbossmq/src/main/org/jboss/mq/il/uil/UILServerILService.java Index:

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/il/oil OILServerILService.java

2002-02-17 Thread Peter Antman
User: pra Date: 02/02/17 09:50:44 Modified:src/main/org/jboss/mq/il/oil OILServerILService.java Log: Added numbering for worker threads Revision ChangesPath 1.19 +80 -70jbossmq/src/main/org/jboss/mq/il/oil/OILServerILService.java Index:

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/server MessageCache.java MessageReference.java

2002-02-17 Thread Peter Antman
PROTECTED];Hiram Chirino/a * @author a href=mailto:[EMAIL PROTECTED];David Maplesden/a - * @version$Revision: 1.15 $ + * @author a href=mailto:[EMAIL PROTECTED];Peter Antman/a + * @version$Revision: 1.16 $ */ -public class MessageCache - extends ServiceMBeanSupport

Re: [JBoss-dev] MDC Container use of maps

2002-01-07 Thread Peter Antman
the interface) then it is useless in the case of MDB since the bean's method is implementing the on-message interface thingy.. i.e. they are one and the same. Therefore why the mapping of the methods and the use of beanMappings to retrieve the one method? (Peter antman?) Please let me know

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

2001-12-11 Thread Peter Antman
User: pra Date: 01/12/11 01:45:55 Modified:src/main/org/jboss/ejb/plugins/jms JMSContainerInvoker.java DLQHandler.java Log: Added configurability of exception reconnect interval and if DQL should be used; also some doc and toString function

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

2001-12-11 Thread Peter Antman
User: pra Date: 01/12/11 01:47:44 Modified:src/etc/conf/default standardjboss.xml Log: Added config element ReconnectIntervalSec and moved DLQ stuff to DLQConfig element in MDBConfig element Revision ChangesPath 1.26 +7 -4

Re: [JBoss-dev] Re: JBossMQ PM XAResource interface

2001-11-14 Thread Peter Antman
___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development -- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media

Re: [JBoss-dev] JBbossMQ XML, was JBossMQ PM XAResource interface

2001-11-14 Thread Peter Antman
like to look deeper into this. :) Thanks Charles -- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media, Box 34105 100 26 Stockholm Systems ArchitectWWW: http://www.tim.se Email: [EMAIL

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

2001-11-09 Thread Peter Antman
PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development -- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media, Box 34105 100 26 Stockholm Systems ArchitectWWW: http

Re: [JBoss-dev] CVS update: jbossmq/src/etc/conf/default jbossmq-se rvice.xml

2001-11-09 Thread Peter Antman
/jboss-development -- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media, Box 34105 100 26 Stockholm Systems Architect WWW: http://www.tim.se Email: [EMAIL PROTECTED] WWW: http://www.backsource.org

Re: [JBoss-dev] User API - DirContext JCA

2001-10-24 Thread Peter Antman
-- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media, Box 34105 100 26 Stockholm Systems ArchitectWWW: http://www.tim.se Email: [EMAIL PROTECTED]WWW: http://www.backsource.org Phone: +46

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

2001-10-22 Thread Peter Antman
___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development -- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media

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

2001-10-22 Thread Peter Antman
Peter Antman Technology in Media, Box 34105 100 26 Stockholm Systems ArchitectWWW: http://www.tim.se Email: [EMAIL PROTECTED]WWW: http://www.backsource.org Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942

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

2001-10-22 Thread Peter Antman
User: pra Date: 01/10/22 03:19:33 Modified:src/main/org/jboss/ejb/plugins/jms Tag: Branch_2_4 JMSContainerInvoker.java Log: Corrected bug in failovercode, notStoped was wrongly inited to false. Revision ChangesPath No

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

2001-10-22 Thread Peter Antman
User: pra Date: 01/10/22 03:32:50 Modified:src/main/org/jboss/ejb/plugins/jms JMSContainerInvoker.java Log: Corrected bug in failovercode, notStoped was wrongly inited to false. Revision ChangesPath 1.31 +2 -3

Re: [JBoss-dev] Tomcat security/LdapLoginModule

2001-10-19 Thread Peter Antman
as the setup. //Peter -- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media, Box 34105 100 26 Stockholm Systems ArchitectWWW: http://www.tim.se Email: [EMAIL PROTECTED]WWW: http

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

2001-10-19 Thread Peter Antman
, LLC - Original Message - From: Peter Antman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 17, 2001 7:42 AM Subject: [JBoss-dev] Tomcat security/LdapLoginModule (I could perhaps also take the chance to ask about any interest

Re: [JBoss-dev] Tomcat security/LdapLoginModule

2001-10-19 Thread Peter Antman
/listinfo/jboss-development -- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media, Box 34105 100 26 Stockholm Systems ArchitectWWW: http://www.tim.se Email: [EMAIL PROTECTED]WWW: http

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

2001-10-19 Thread Peter Antman
JBoss Group, LLC - Original Message - From: Peter Antman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 17, 2001 7:42 AM Subject: [JBoss-dev] Tomcat security/LdapLoginModule (I could perhaps also take the chance to ask about any

Re: [JBoss-dev] Tomcat security/LdapLoginModule

2001-10-18 Thread Peter Antman
. Quick Start UserCentral JNDI Peter Antman 12/10 2001 UserCentral contains a XML:ish JNDI implementation. It support two cind of nifty features: - Run it as a frontend (facade) for any JNDI directory provider (preferably LDAP

Re: [JBoss-dev] Tomcat security/LdapLoginModule

2001-10-18 Thread Peter Antman
for handling the filtering. But it would be great, I admit. //Peter Scott Stark Chief Technology Officer JBoss Group, LLC -- Jobba hos oss: http://www.tim.se/weblab Peter Antman

[JBoss-dev] Re: [JBoss-user] mdb and security context

2001-10-18 Thread Peter Antman
(JMS, MDB)? cheers dim ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- Jobba hos oss: http://www.tim.se/weblab Peter

Re: [JBoss-dev] JBossMQ thread model

2001-10-05 Thread Peter Antman
. ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development //Peter -- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media, Box 34105 100 26 Stockholm

[JBoss-dev] Setup JMS resource adapter problem (from forum)

2001-09-27 Thread Peter Antman
topics. //Peter thanks david jencks -- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media, Box 34105 100 26 Stockholm Systems ArchitectWWW: http://www.tim.se Email: [EMAIL PROTECTED

[JBoss-dev] European status of CVS tree

2001-09-27 Thread Peter Antman
Peter Antman Technology in Media, Box 34105 100 26 Stockholm Systems ArchitectWWW: http://www.tim.se Email: [EMAIL PROTECTED]WWW: http://www.backsource.org Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942

Re: [JBoss-dev] Setup JMS resource adapter problem (from forum)

2001-09-27 Thread Peter Antman
not allways do whats expected), i.e for example that context less connections is allways topics. //Peter thanks david jencks -- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media, Box 34105 100 26

[JBoss-dev] The new deployer

2001-09-27 Thread Peter Antman
] at org.jboss.jmx.service.Deployer.lookupConnector(Unknown Source) Does the deployer not work any more or am I doing something wrong? //Peter -- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media, Box 34105 100

[JBoss-dev] Sar deployer and resources

2001-09-27 Thread Peter Antman
to implement? //Peter -- Jobba hos oss: http://www.tim.se/weblab Peter Antman Technology in Media, Box 34105 100 26 Stockholm Systems ArchitectWWW: http://www.tim.se Email: [EMAIL PROTECTED]WWW: http

Re: [JBoss-dev] European status of CVS tree

2001-09-27 Thread Peter Antman
|-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Peter |Antman |Sent: Thursday, September 27, 2001 5:24 AM |To: [EMAIL PROTECTED] |Subject: [JBoss-dev] European status of CVS tree | | |Hi, |now it has happened two days in a row. When i try to work

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/ra JmsMCFProperties.java StringUtil.java JmsConnectionRequestInfo.java JmsManagedConnectionFactory.java

2001-09-27 Thread Peter Antman
a href=mailto:[EMAIL PROTECTED];Peter Antman/a. - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ */ public class JmsConnectionRequestInfo implements ConnectionRequestInfo { -private String userName; -private String password; + private String userName = null

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/jms/ra/META-INF ra.xml

2001-09-27 Thread Peter Antman
User: pra Date: 01/09/27 06:26:22 Modified:src/resources/org/jboss/jms/ra/META-INF ra.xml Log: Added new MCF properties UserName, Password and SessionDefaultType. Revision ChangesPath 1.5 +18 -1 jboss/src/resources/org/jboss/jms/ra/META-INF/ra.xml

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

2001-09-27 Thread Peter Antman
User: pra Date: 01/09/27 06:32:05 Modified:src/etc/conf/default jms-service.xml Log: Added ConnectionManagerProperties, mostly to show how the properties UserName, Password and SessionDefaultType are now possible to use. Revision ChangesPath 1.3 +5 -0

Re: [JBoss-dev] Sar deployer and resources

2001-09-27 Thread Peter Antman
pissed or something like that. Thanks for your comments, I get used to how it is working currently so quickly I don't see the problems. ;-) //Peter david jencks On 2001.09.27 07:05:38 -0400 Peter Antman wrote: Hi, I had to play a little with the sar deployer when testing the new jmsra

Re: [JBoss-dev] JMS ExceptionListener not working any more?!

2001-09-26 Thread Peter Antman
). Regards, Hiram From: Peter Antman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [JBoss-dev] JMS ExceptionListener not working any more?! Date: Tue, 25 Sep 2001 15:13:43 +0200 (CEST) Hi, we have had complaint in the messaging forum that the setExceptionListener

  1   2   >