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

2001-04-26 Thread starksm
User: starksm Date: 01/04/26 00:40:11 Modified:src/client jnp-client.jar Log: Fix problem with jnp urls to external servers(Bug #416817). Revision ChangesPath 1.10 +44 -47jboss/src/client/jnp-client.jar Binary file

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

2001-04-26 Thread starksm
User: starksm Date: 01/04/26 00:38:04 Modified:src/etc/conf/default jnp.properties Log: Updated defaults to show the rmiPort option Revision ChangesPath 1.2 +4 -2 jboss/src/etc/conf/default/jnp.properties Index: jnp.properties

[JBoss-dev] CVS update: jnp/src/main/org/jnp/interfaces NamingContext.java

2001-04-26 Thread starksm
User: starksm Date: 01/04/26 00:50:51 Modified:src/main/org/jnp/interfaces NamingContext.java Log: Fix bug 419015 and rmiPort externalization. Revision ChangesPath 1.9 +9 -8 jnp/src/main/org/jnp/interfaces/NamingContext.java Index: NamingContext.java

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

2001-04-26 Thread starksm
User: starksm Date: 01/04/26 00:50:51 Modified:src/main/org/jnp/client Main.java Log: Fix bug 419015 and rmiPort externalization. Revision ChangesPath 1.5 +39 -21jnp/src/main/org/jnp/client/Main.java Index: Main.java

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

2001-04-26 Thread starksm
User: starksm Date: 01/04/26 00:50:52 Modified:src/main/org/jnp/server Main.java NamingServer.java Log: Fix bug 419015 and rmiPort externalization. Revision ChangesPath 1.5 +21 -24jnp/src/main/org/jnp/server/Main.java Index: Main.java

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

2001-04-26 Thread starksm
User: starksm Date: 01/04/26 00:53:05 Modified:src/lib jnpserver.jar Log: Remove debugging statements Revision ChangesPath 1.12 +11 -10jboss/src/lib/jnpserver.jar Binary file ___ Jboss-development

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

2001-04-26 Thread jwalters
User: jwalters Date: 01/04/26 03:39:53 Modified:src/main/javax/ejb DuplicateKeyException.java Log: Split j2ee.jar up into two separate jars, jdbc-ext.jar and j2ee.jar. Fixed a few miscellaneous problems up so jboss and other projects will compile properly with these jars.

Re: [JBoss-dev] Bug in jnp (handling references to remote JNDIservers)

2001-04-26 Thread Francisco Reverbel
I run into a similar problem with EJB handles: BeanA is on host1, JBoss1 BeanB is on host2, JBoss2 BeanA creates an EJB handle to one of its entity beans and saves it in a file or database. BeanB somehow gets the serialized handle, deserializes it, and attempts to use it. This does not work:

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

2001-04-26 Thread jwalters
User: jwalters Date: 01/04/26 03:39:53 Modified:src/main/javax/transaction/xa XAException.java Log: Split j2ee.jar up into two separate jars, jdbc-ext.jar and j2ee.jar. Fixed a few miscellaneous problems up so jboss and other projects will compile properly with these jars.

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

2001-04-26 Thread jwalters
User: jwalters Date: 01/04/26 03:39:53 Modified:src/build build.xml Log: Split j2ee.jar up into two separate jars, jdbc-ext.jar and j2ee.jar. Fixed a few miscellaneous problems up so jboss and other projects will compile properly with these jars. Revision ChangesPath

Re: [JBoss-dev] jboss daily test results

2001-04-26 Thread Scott M Stark
The timing increase seems to be do to the latest version of Hypersonic. I see a long pause(20-30) secs on the console after these msgs: [Hypersonic] Starting Server 1.4 is running Press [Ctrl]+[C] to abort ... JBoss 2.3 BETA Started in 0m:37s This used to start in under 10 secs on my box so

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

2001-04-26 Thread starksm
User: starksm Date: 01/04/26 09:28:04 Modified:src/docs production.xml Log: The JNDI/RMI port is now configurable. Indicate this for JBoss 2.3+ Revision ChangesPath 1.2 +178 -178 manual/src/docs/production.xml Index: production.xml

Re: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers)

2001-04-26 Thread Alf Werder
The problem is a lack of information, the handle and the proxy object has. If you look into org/jboss/ejb/plugins/jrmp/interfaces/EntityHandleImp.java, you can see it. The implementation of 'getEJBObject()' simply calls 'new InitialContext()' and gets the root context of JBoss2 on host2. To

[JBoss-dev] Remote Proxies do not know the server they came from

2001-04-26 Thread Alf Werder
Hi, The last two months I made my first experiences with jboss as a bean developer. I am really surprised and impressed by the work, that is done. But now, the first serious problem arised. In an EJB client a tried to obtain the home interface of a bean from its remote interface. But a call

RE: [JBoss-dev] Any objections to cut over to jboss-j2ee jars in main branch

2001-04-26 Thread marc fleury
if it just works :) of course there is no objection. Make sure that the test are ok and put it in, marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jay |Walters |Sent: Thursday, April 26, 2001 6:48 AM |To: '[EMAIL PROTECTED]' |Subject:

Re: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers)

2001-04-26 Thread Scott M Stark
Right, the name should be the full jnp url not just the local jndi name. - Original Message - From: Alf Werder [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 8:50 AM Subject: Re: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers) The problem

Re: [JBoss-dev] Any objections to cut over to jboss-j2ee jars in main branch

2001-04-26 Thread Toby Allsopp
On Thu, Apr 26, 2001 at 06:47:36AM -0400, Jay Walters wrote: It looks like the jboss-j2ee stuff works defined as jboss compiles and runs my beans. I will run the jbosstest suite again and if all works I'd like to start going through all the sub-projects and replacing the sun jars with ours.

RE: [JBoss-dev] Bug in jnp (handling references to remote JNDI servers)

2001-04-26 Thread marc fleury
| To fix this, all proxy objects need to know the host, they are | originating from. If you really want to do that (because you really need to use the code you just showed us) then go ahead and work on the JNP stub classes also the home must be able to extract that information from the IC (is

Re: [JBoss-dev] Remote Proxies do not know the server they came from

2001-04-26 Thread Jason Dillon
I spent some time (long ago...) fixing this very problem, but I have not really had time to integrate it into the latest codeline. I can put some more effort into fixing this soon. Does anyone happen to know what the EJB spec says about handles and if they should return bean refs to the *exact*

Re: [JBoss-dev] Remote Proxies do not know the server they came from

2001-04-26 Thread Alf Werder
It is part of the ejb 1.1 spec (see section 8.7 and 8.8). Maybe even 1.0. It's ment to be a robust reference to the entities remote or home interface, that can be serialized, to put it into a DB or pass it to another machine. -alf marc fleury wrote: is the handle part of the new EJB spec?

Re: [JBoss-dev] Remote Proxies do not know the server they came from

2001-04-26 Thread Scott M Stark
- Original Message - From: Jason Dillon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 12:10 PM Subject: Re: [JBoss-dev] Remote Proxies do not know the server they came from I spent some time (long ago...) fixing this very problem, but I have not really had

Re: [JBoss-dev] JavaOne

2001-04-26 Thread Jeffrey Wescott
How do we sign up for it? marc fleury wrote: We are giving a BOF, mandatory presence for all those on this list, free tshirts marc |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Jason |Dillon |Sent: Wednesday, April 25, 2001 12:40 AM

Re: [JBoss-dev] Remote Proxies do not know the server they came from

2001-04-26 Thread Alf Werder
Jason Dillon wrote: I spent some time (long ago...) fixing this very problem, but I have not really had time to integrate it into the latest codeline. I can put some more effort into fixing this soon. I really would appreciate that. Does anyone happen to know what the EJB spec says about

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/ra - New directory

2001-04-26 Thread pra
User: pra Date: 01/04/26 13:57:42 jboss/src/main/org/jboss/jms/ra - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/jms/ra - New directory

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:02:56 jboss/src/resources/org/jboss/jms/ra - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/ra/client JmsConnectionFactory.java JmsSessionFactory.java

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:02:14 Added: src/main/org/jboss/jms/ra/client JmsConnectionFactory.java JmsSessionFactory.java Log: Added classes for a JMS connector resource adapter Revision ChangesPath 1.1

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/jms - New directory

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:02:43 jboss/src/resources/org/jboss/jms - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/ra JmsConnectionFactoryImpl.java JmsConnectionManager.java JmsConnectionRequestInfo.java JmsCred.java JmsLocalTransaction.java JmsLogger.java JmsManagedConnection.java JmsManagedConnectionFactory.java JmsMetaData.java JmsSession.java JmsSessionFactoryImpl.java Level.java TestClient.java

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:02:13 Added: src/main/org/jboss/jms/ra JmsConnectionFactoryImpl.java JmsConnectionManager.java JmsConnectionRequestInfo.java JmsCred.java JmsLocalTransaction.java JmsLogger.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/ra/client - New directory

2001-04-26 Thread pra
User: pra Date: 01/04/26 13:58:35 jboss/src/main/org/jboss/jms/ra/client - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:05:57 Modified:src/build build.xml Log: Added build stuff for JMS resource adapter; installs jms-ra.rar in deploy/lib for default deploy Revision ChangesPath 1.68 +16 -1 jboss/src/build/build.xml Index: build.xml

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

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:04:07 Added: src/resources/org/jboss/jms/ra/META-INF ra.xml Log: Added resources for JMS connector ra Revision ChangesPath 1.1 jboss/src/resources/org/jboss/jms/ra/META-INF/ra.xml Index: ra.xml

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

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:06:54 Modified:src/etc/conf/default jboss.jcml Log: Added entry for JMS connector ra with TX support Revision ChangesPath 1.27 +34 -0 jboss/src/etc/conf/default/jboss.jcml Index: jboss.jcml

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

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:09:54 jbosstest/src/main/org/jboss/test/jmsra/test - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:09:32 jbosstest/src/main/org/jboss/test/jmsra - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:09:54 jbosstest/src/main/org/jboss/test/jmsra/bean - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/resources/jmsra - New directory

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:11:59 jbosstest/src/resources/jmsra - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/resources/jmsra/META-INF - New directory

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:12:40 jbosstest/src/resources/jmsra/META-INF - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jmsra/test AllJUnitTest.java TestRa.java

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:18:53 Added: src/main/org/jboss/test/jmsra/test AllJUnitTest.java TestRa.java Log: Added small testsuite for JMS Connector ra, will only work against the current cvs JBoss Revision ChangesPath 1.1

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

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:18:53 Added: src/resources/jmsra/META-INF ejb-jar.xml jboss.xml Log: Added small testsuite for JMS Connector ra, will only work against the current cvs JBoss Revision ChangesPath 1.1

[JBoss-dev] CVS update: jbosstest/src/bin jmsratest.sh

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:18:52 Added: src/bin jmsratest.sh Log: Added small testsuite for JMS Connector ra, will only work against the current cvs JBoss Revision ChangesPath 1.1 jbosstest/src/bin/jmsratest.sh Index: jmsratest.sh

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/jmsra/bean Publisher.java PublisherBean.java PublisherCMP.java PublisherCMPBean.java PublisherCMPHome.java PublisherHome.java TopicAdapter.java TopicPublisherBean.java

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:18:52 Added: src/main/org/jboss/test/jmsra/bean Publisher.java PublisherBean.java PublisherCMP.java PublisherCMPBean.java PublisherCMPHome.java PublisherHome.java

[JBoss-dev] CVS update: jbosstest/src/resources/jmsra client.policy jndi.properties

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:18:53 Added: src/resources/jmsra client.policy jndi.properties Log: Added small testsuite for JMS Connector ra, will only work against the current cvs JBoss Revision ChangesPath 1.1

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

2001-04-26 Thread pra
User: pra Date: 01/04/26 14:18:52 Modified:src/build build.xml Log: Added small testsuite for JMS Connector ra, will only work against the current cvs JBoss Revision ChangesPath 1.24 +16 -0 jbosstest/src/build/build.xml Index: build.xml

[JBoss-dev] [ jboss-Change Notes-419301 ] JMS Connector resource adapter

2001-04-26 Thread noreply
Change Notes item #419301, was updated on 2001-04-26 14:32 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=381174aid=419301group_id=22866 Category: None Group: None Status: Open Priority: 5 Submitted By: Peter Antman (pra) Assigned to: Nobody/Anonymous (nobody)

[JBoss-dev] Unable to start JBOSS 2.2 on NT

2001-04-26 Thread Amit Banerji
I am getting the sealing violation error. I have tried clearing the classpath by setting it to nothing. And still, JBOSS won't start. Any help will be appreciated. Thanks, -Amit Banerji [Info] Java version: 1.3.0,Sun Microsystems Inc.[Info] Java VM: Java HotSpot(TM) Client VM

[JBoss-dev] jboss daily test results

2001-04-26 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS= = ?xml version=1.0 encoding=UTF-8? JBoss daily test results SUMMARY Number of tests

Re: [JBoss-dev] [ jboss-Change Notes-419301 ] JMS Connector resource adapter

2001-04-26 Thread David Jencks
Hi, This is great! It is not clear to me from the change note if this supports XA transactions. As I understand the situation this would be necessary to really get ejb/database changes made and a message sent inside the same transaction. Is this correct and could you clarify exactly what is

Re: [JBoss-dev] Remote Proxies do not know the server they came from

2001-04-26 Thread Jason Dillon
Just to let you know, I am almost done adding this. I will probably be able to finish the impl sometime tomorrow, but it might take a little longer than that to get it checked in. I want to be sure that the test suite is updated to actually test that all of my changes work correctly (and I am

[JBoss-dev] [ jboss-Bugs-419192 ] TM.setTransactionTimeout() bug

2001-04-26 Thread noreply
Bugs item #419192, was updated on 2001-04-26 10:03 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=419192group_id=22866 Category: JBossTX Group: None Status: Open Resolution: None Priority: 3 Submitted By: Ole Husgaard (sparre) Assigned to: Ole Husgaard

[JBoss-dev] Server Load Information

2001-04-26 Thread Lucian Bargaoanu
I want to find out programmatically ( through a JNDI exposed object maybe ) information about the server's load. Basic stuff, like how many beans are running, what types etc. Also memory, processor ( if JBoss can tell me such things... ). The more, the better. Any help would be appreciated.