[JBoss-dev] CVS update: manual/src/docs howtombeans.xml advconfig.xml basicconfiguration.xml howtojavamail.xml jbossdocs.xml jbosssx.xml

2001-04-01 Thread starksm
User: starksm Date: 01/04/01 20:25:40 Modified:src/docs advconfig.xml basicconfiguration.xml howtojavamail.xml jbossdocs.xml jbosssx.xml Added: src/docs howtombeans.xml Log: Updated basic config files documentation and added some id tags for refere

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 serve

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

2001-04-01 Thread Rob Castaneda
Hi, During another long boring flight, I made some changes to the XMLFileLoader and metadata classes to support weblogic jar files. The idea is to have jboss be able to run WebLogic ejb-jars untouched. So far I have the following in mind: Load jar file Load Default values from standardjbos

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] 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

[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 wou

[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] 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 -35jbossmq/src/examples/RequestReply

[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/build build.xml

2001-04-01 Thread kimptoc
User: kimptoc Date: 01/04/01 12:37:42 Modified:src/build build.xml Log: added cluster and xml packages to the jbossmq-client jar - needed for the cluster request/reply examples Revision ChangesPath 1.7 +2 -0 jbossmq/src/build/build.xml Index: build.xml

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

2001-04-01 Thread kimptoc
User: kimptoc Date: 01/04/01 12:36:46 Modified:src/examples run.bat Added: src/examples lcp.bat Log: made the dos run script more generic - for ease of testing the jboss-j2ee.jar Revision ChangesPath 1.2 +10 -1 jbossmq/src/examples/run.bat Index:

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

2001-04-01 Thread kimptoc
User: kimptoc Date: 01/04/01 12:34:02 Added: src/main/javax/jms QueueRequestor.java TopicRequestor.java Log: added jms helper classes - queue requestor is still incomplete Revision ChangesPath 1.1 jboss-j2ee/src/main/javax/jms/QueueRequestor.java

[JBoss-dev] CVS update: newsite index.html

2001-04-01 Thread tmcsys
User: tmcsys Date: 01/04/01 10:51:11 Modified:.index.html Log: Add META tags Revision ChangesPath 1.6 +7 -3 newsite/index.html Index: index.html === RCS file: /cvsroot/jboss/new

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

2001-04-01 Thread Sacha Labourey
Hello Vladimir, > > The problems > > > > I seem to have problems to serialize the ContainerRemote > objects in my MBEAN ... > > when communicating between distant JVM? (see *** above) > > your problem stems from the fact that you have to , in your writeExternal > implementation of St

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

2001-04-01 Thread Vladimir Blagojevic
> Hey, Sasha I am not 100% sure but I think that: > The problems > > I seem to have problems to serialize the ContainerRemote objects in my MBEAN > hashtable > structure. I get "java.rmi.MarshalException: Invalid remote object" > exception. Do I need to take particular action to se

[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) >>> jb

[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] 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 Exceptio

[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] 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: 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: howtojc