[JBoss-dev] CVS update: manual/src/docs howtojca.xml

2001-04-01 Thread tobyallsopp
User: tobyallsopp Date: 01/04/01 00:18:45 Modified:src/docs howtojca.xml Log: Corrected my name and email address. Reformatted the source so that I can maintain it in the future. Revision ChangesPath 1.3 +423 -341 manual/src/docs/howtojca.xml Index:

[JBoss-dev] Clustering dev: help about proxies

2001-04-01 Thread Sacha Labourey
Hello, I am currently developping a first implementation of HA for SLSB, but I have some problems most probably comming from my lack of understanding of dynamic proxies implementation. The whole picture first... === I've implemented a MBEAN ("HA Config server") that uses

[JBoss-dev] CVS update: jboss-j2ee/src/main/javax/jms - New directory

2001-04-01 Thread kimptoc
User: kimptoc Date: 01/04/01 06:40:10 jboss-j2ee/src/main/javax/jms - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss-j2ee/src/main/javax/jms BytesMessage.java Connection.java ConnectionConsumer.java ConnectionFactory.java ConnectionMetaData.java DeliveryMode.java Destination.java ExceptionListener.java IllegalStateException.java InvalidClientIDException.java InvalidDestinationException.java InvalidSelectorException.java JMSException.java JMSSecurityException.java MapMessage.java Message.java MessageConsumer.java MessageEOFException.java MessageFormatException.java MessageListener.java MessageNotReadableException.java MessageNotWriteableException.java MessageProducer.java ObjectMessage.java Queue.java QueueBrowser.java QueueConnection.java QueueConnectionFactory.java QueueReceiver.java QueueSender.java QueueSession.java ResourceAllocationException.java ServerSession.java ServerSessionPool.java Session.java StreamMessage.java TemporaryQueue.java TemporaryTopic.java TextMessage.java Topic.java TopicConnection.java TopicConnectionFactory.java TopicPublisher.java TopicSession.java TopicSubscriber.java TransactionInProgressException.java TransactionRolledBackException.java XAConnection.java XAConnectionFactory.java XAQueueConnection.java XAQueueConnectionFactory.java XAQueueSession.java XASession.java XATopicConnection.java XATopicConnectionFactory.java XATopicSession.java package.html

2001-04-01 Thread kimptoc
User: kimptoc Date: 01/04/01 06:43:21 Added: src/main/javax/jms BytesMessage.java Connection.java ConnectionConsumer.java ConnectionFactory.java ConnectionMetaData.java DeliveryMode.java Destination.java

[JBoss-dev] CVS update: jboss-j2ee/src/main/javax/transaction/xa XAException.java

2001-04-01 Thread kimptoc
User: kimptoc Date: 01/04/01 06:52:44 Modified:src/main/javax/transaction/xa XAException.java Log: added some stuff used by jbossmq Revision ChangesPath 1.2 +32 -1 jboss-j2ee/src/main/javax/transaction/xa/XAException.java Index: XAException.java

[JBoss-dev] JNDI and Connection Pool, etc

2001-04-01 Thread Pellegrini, John
I'm using JBoss 2.0FINAL with TomCat and WebLogic's jDriver for SQL Server, and would like to use JNDI to look up my database connection pool, and also a few environment variables set in the web.xml file (via env-entry elements). /lib/ext has: mssql.jar (the WebLogic SQLServer driver)

[JBoss-dev] CVS update: jbossmq/src/examples build.bat run.bat

2001-04-01 Thread kimptoc
User: kimptoc Date: 01/04/01 13:33:32 Modified:src/examples build.bat run.bat Log: make the build/run scripts more generic Revision ChangesPath 1.3 +15 -1 jbossmq/src/examples/build.bat Index: build.bat

[JBoss-dev] CVS update: jbossmq/src/examples RequestReplyQueue.java

2001-04-01 Thread kimptoc
User: kimptoc Date: 01/04/01 13:36:17 Modified:src/examples RequestReplyQueue.java Log: patch to the request reply example to make it work - was complaining about persistent msgs on temp queues Revision ChangesPath 1.2 +40 -35

[JBoss-dev] CVS update: jboss-j2ee/src/main/javax/jms QueueRequestor.java

2001-04-01 Thread kimptoc
User: kimptoc Date: 01/04/01 13:40:01 Modified:src/main/javax/jms QueueRequestor.java Log: sorted out queuerequestor too now Revision ChangesPath 1.2 +14 -4 jboss-j2ee/src/main/javax/jms/QueueRequestor.java Index: QueueRequestor.java

[JBoss-dev] Branches and Tags

2001-04-01 Thread marc fleury
I will package the 2.2 stuff tonight so that it is online tomorrow. How are we doing on the branches and tags? when I do a checkout jboss what do I get? 2.3? How do I retrieve the 2.2, do I get the most advanced branch there? A web page detailing that and replacing the current cvs.html page

RE: [JBoss-dev] Branches and Tags

2001-04-01 Thread marc fleury
Ok got the simone mail, thanks, will put it online marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of marc |fleury |Sent: Sunday, April 01, 2001 6:15 PM |To: Jboss-Development@Lists. Sourceforge. Net |Subject: [JBoss-dev] Branches and Tags | | |I

RE: [JBoss-dev] Clustering dev: help about proxies

2001-04-01 Thread Sacha Labourey
Hello Vladimir, I think I have found what was my problem. As I am trying to set the RemoteContainer reference in a serializable structure *directly* on the server i.e. without using the RMI sub-system, I need to explicitely get the stub before playing with the reference i.e. store the result of

Re: [JBoss-dev] Support for WebLogic and other vendor jars

2001-04-01 Thread Scott M Stark
I would rather not have knowledge of 3rd party app server deployment descriptors in the core JBoss code as it would only complicate understanding of how the jboss.xml and standardjboss.xml descriptor are used. Its a fine idea but it could be implemented via a utility that transformed the app