Re: [JBoss-dev] Stateful bean with different transaction context

2001-08-15 Thread David Jencks
Ok, I finally got the rewritten XADataSourceLoader into cvs. All you need to do to try with jca should be to use latest cvs rabbithole. The XADataSourceLoader should do the conversion for you. It worked great for me, I'm waiting for the storm of protest if it breaks something I didn't test. da

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

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 22:23:36 Modified:src/etc/conf/default jboss.jcml Log: modified the buildmagic version previously, this modifies the correct version Revision ChangesPath 1.59 +267 -117 jboss/src/etc/conf/default/jboss.jcml Index: jboss.jcml ===

Re: [JBoss-dev] DataSourceLoader...

2001-08-15 Thread danch
Ferguson, Doug wrote: > Well, > > Alot of my datasources are loaded on the fly... > I can't have the type in a password when jboss starts. > Also, when there are many differnet databases... it becomes unmanagable.. > > > d. But if you encrypt the password on disk, you need a key to decrypt it

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq SpySession.java SpyMessageConsumer.java SpyConnectionConsumer.java

2001-08-15 Thread Paul Kendall
User: pkendall Date: 01/08/15 21:04:40 Modified:src/main/org/jboss/mq SpySession.java SpyMessageConsumer.java SpyConnectionConsumer.java Log: Several subtle bug fixes. Transacted sessions were not rolled back when closed. Have to save subscriptions that h

[JBoss-dev] CVS update: jbossmq/src/main/org/jboss/mq/server JMSTopic.java JMSQueue.java ClientConsumer.java BasicQueue.java

2001-08-15 Thread Paul Kendall
User: pkendall Date: 01/08/15 21:04:15 Modified:src/main/org/jboss/mq/server JMSTopic.java JMSQueue.java ClientConsumer.java BasicQueue.java Log: Several subtle bug fixes. Transacted sessions were not rolled back when closed. Have to save subscriptions th

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

2001-08-15 Thread Paul Kendall
User: pkendall Date: 01/08/15 21:06:05 Modified:src/main/org/jboss/ejb/plugins/jms JMSContainerInvoker.java Log: Fix mdb undeploy bug. Revision ChangesPath 1.25 +643 -643 jboss/src/main/org/jboss/ejb/plugins/jms/JMSContainerInvoker.java Index: JMSContainerInv

[JBoss-dev] [ jboss-Change Notes-451443 ] XADSLoader to ConnectionFactoryLoader

2001-08-15 Thread noreply
Change Notes item #451443, was opened at 2001-08-15 21:06 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=451443&group_id=22866 Category: None Group: v3.0 (Rabbit Hole) Status: Open Priority: 5 Submitted By: David Jencks (d_jencks) Assigned to: Nobody/Ano

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jms/asf StdServerSessionPool.java

2001-08-15 Thread Paul Kendall
User: pkendall Date: 01/08/15 21:06:21 Modified:src/main/org/jboss/jms/asf StdServerSessionPool.java Log: Fix mdb undeploy bug. Revision ChangesPath 1.11 +51 -24jboss/src/main/org/jboss/jms/asf/StdServerSessionPool.java Index: StdServerSessionPool.java ==

[JBoss-dev] CVS update: jbosspool/src/main/org/jboss/pool/jdbc ConnectionInPool.java ConnectionWrapper.java JDBCConnectionFactory.java JDBCPoolDataSource.java PSCacheKey.java PoolDriver.java PreparedStatementFactory.java PreparedStatementInPool.java ResultSetInPool.java StatementInPool.java

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 20:48:20 Removed: src/main/org/jboss/pool/jdbc ConnectionInPool.java ConnectionWrapper.java JDBCConnectionFactory.java JDBCPoolDataSource.java PSCacheKey.java PoolDriver.java PreparedSt

[JBoss-dev] CVS update: jbosspool/src/main/org/jboss/pool/jdbc/xa/wrapper TransactionListener.java XAClientConnection.java XAConnectionImpl.java XADataSourceImpl.java XAResourceImpl.java

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 20:48:20 Removed: src/main/org/jboss/pool/jdbc/xa/wrapper TransactionListener.java XAClientConnection.java XAConnectionImpl.java XADataSourceImpl.java XAResourceImpl.java Log: remov

[JBoss-dev] CVS update: jbosspool/src/main/org/jboss/pool/jdbc/xa XAConnectionFactory.java XAPoolDataSource.java XAPoolDriver.java

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 20:48:20 Removed: src/main/org/jboss/pool/jdbc/xa XAConnectionFactory.java XAPoolDataSource.java XAPoolDriver.java Log: removed classes not needed without XADataSourceLoader or moved to jdbc resource adapter ___

[JBoss-dev] CVS update: jboss/src/main/org/jboss/jdbc Connection.java JdbcProvider.java JdbcProviderMBean.java RawXADataSourceLoader.java RawXADataSourceLoaderMBean.java package.html

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 20:16:09 Removed: src/main/org/jboss/jdbc Connection.java JdbcProvider.java JdbcProviderMBean.java RawXADataSourceLoader.java RawXADataSourceLoaderMBean.java package.html Log: Moved JdbcProvider to pool, r

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

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 20:05:46 Modified:src/etc/conf/default jboss.jcml Log: Rewrote XADataSourceLoader and JDBCDataSourceLoader to delegate to and configure ConnectionFactoryLoader mbeans. Migration instructions in jboss.jcml and manual/src/docs/resource.xml Revisio

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

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 20:05:45 Modified:.build.xml Log: Rewrote XADataSourceLoader and JDBCDataSourceLoader to delegate to and configure ConnectionFactoryLoader mbeans. Migration instructions in jboss.jcml and manual/src/docs/resource.xml Revision Changes

[JBoss-dev] CVS update: jbosspool/src/resources/xa-rar/META-INF ra.xml

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 20:05:46 Added: src/resources/xa-rar/META-INF ra.xml Log: Rewrote XADataSourceLoader and JDBCDataSourceLoader to delegate to and configure ConnectionFactoryLoader mbeans. Migration instructions in jboss.jcml and manual/src/docs/resource.xml Re

[JBoss-dev] CVS update: jbosspool/src/main/org/jboss/pool/connector BaseConnectionManager.java XAConnectionManager.java

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 20:05:45 Modified:src/main/org/jboss/pool/connector BaseConnectionManager.java XAConnectionManager.java Log: Rewrote XADataSourceLoader and JDBCDataSourceLoader to delegate to and configure ConnectionFactoryLoader mbeans. Migra

[JBoss-dev] CVS update: jbosspool/src/resources/xa-rar - New directory

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 19:59:06 jbosspool/src/resources/xa-rar - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: jbosspool/src/resources/xa-rar/META-INF - New directory

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 19:59:52 jbosspool/src/resources/xa-rar/META-INF - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

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

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 19:53:17 Added: src/docs resource.xml Log: A little bit about resource adapters, mostly conversion from XADataSourceLoader Revision ChangesPath 1.2 +81 -0 manual/src/docs/resource.xml

[JBoss-dev] CVS update: tools/apache/fop/lib fop.jar

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 19:51:19 Added: apache/fop/lib fop.jar Log: lets at least have the jar even if it doesn't work completely Revision ChangesPath 1.1 tools/apache/fop/lib/fop.jar <> _

[JBoss-dev] CVS update: tools/apache/fop - New directory

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 19:47:16 tools/apache/fop - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: tools/apache/fop/lib - New directory

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 19:49:00 tools/apache/fop/lib - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] Updating tables in a database

2001-08-15 Thread Damian Alonso
Title: Updating tables in a database Hello, Does anyone have any examples of how an EJB is used to update a row in a database.  Also, I have added a line in true into my jaws.xml file to indicate that I want this table to be updated.  Is that the only field I have to use? Thanks, Damo.

RE: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread Jason Dillon
> back to being the wizard of oz... I think you are the lion, rickard was the > tin-man, Scott is dorothy... I am the small bald guy hiding behind the > curtain making all that big noise... "scott is dorothy"... *chuckle* =) Where is toto or the straw man? --jason

Re: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread Peter Fagerlund
on 1-08-16 00.58, Juha-P Lindfors at [EMAIL PROTECTED] wrote: > And I would like to state for the record that just because it is XML > doesn't necessarily mean its "human readable" ;-) The big Woow here as i seen it is that XML is machine read'able This in effect means ??? !!! -heh void

RE: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread Bill Burke
Man you crack me up sometimes :) We used to have a running joke about support calls for O2K. "I'm sorry, but you're just too stupid to use our product. Please cd to /usr/local and rm -rf o2k." Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of

RE: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread marc fleury
no listen at least this time we can communicate about the wheel, did you ever try explaining CORBA to your mama? well *you* probably did, being an ex ORBIX2000 developer and all, but she just listened out of love. This time around she will actually think you are doing something important she will

RE: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread Bill Burke
It's just sad that the industry is reinventing the wheel over and over again. I just wish I could wake up and it would be February 3rd. Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of marc > fleury > Sent: Wednesday, August 15, 2001 6:50 PM >

RE: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread marc fleury
|And I would like to state for the record that just because it is XML |doesn't necessarily mean its "human readable" ;-) sure does :) I can read XML in the flesh, everyone can... come on now. marcf | |-- Juha | | | |___ |Jboss-development mailing

RE: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread Juha-P Lindfors
On Wed, 15 Aug 2001, marc fleury wrote: > |Isn't SOAP nothing more than human readable IIOP? Or is it more? > > yes but not everybody lives in the "we see technology for what it really is" > sphere. And I would like to state for the record that just because it is XML doesn't necessarily mean

RE: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread Dan - Blue Lotus Software
Thanks for the excellent response. It was very informative. I was close (when I compared ebXML to SOAP, I meant to compare it to SOAP, WSDL, & UDDI). My opinion of it back 5 months ago was that it was not really even close to usable yet. Have things changed radically since then? Was I mistake

RE: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread marc fleury
|Isn't SOAP nothing more than human readable IIOP? Or is it more? yes but not everybody lives in the "we see technology for what it really is" sphere. Along these lines XML for me is just "ASCII externalized tree structures" I am serious... we are seriously hype resistent because of that "tough

RE: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread Dan - Blue Lotus Software
Or XML-RPC? You've got the right concept, yes. It adds a little bit more structure for offering IIOP-like functionality within a services framework. That is, the resulting services can be described by WSDL. I would think doing the same with raw IIOP or XML-RPC would require some disciplined pr

RE: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread Juha-P Lindfors
On Wed, 15 Aug 2001, Dan - Blue Lotus Software wrote: > Just a quick question. Is the preference to use ebXML for web services > instead of SOAP? No, ebXML uses SOAP as its transport. > The reason I ask is that I saw a technical demonstration of ebXML and the > XML-One conference in London a

RE: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread Bill Burke
Isn't SOAP nothing more than human readable IIOP? Or is it more? Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dan - > Blue Lotus Software > Sent: Wednesday, August 15, 2001 5:53 PM > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-dev] URGENCY

Re: autodeployer bug RE: [JBoss-dev] problems with latest jboss-jetty?

2001-08-15 Thread Julian Gosnell
This is two different things. 1) mv within the same filesystem should just be a moving of a reference to an inode from one directory to another (I'm thinking Unix here - but why would windows be different) 2) overwriting an existing jar may well not be atomic - so remove it first. This will unde

RE: [JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread Dan - Blue Lotus Software
Just a quick question. Is the preference to use ebXML for web services instead of SOAP? In addition to SOAP? What about the efforts to wrap IBM/Apache's SOAP stuff in MBeans? The reason I ask is that I saw a technical demonstration of ebXML and the XML-One conference in London about 5 months a

Re: [JBoss-dev] VerifyError: (class: org/jboss/web/WebServer

2001-08-15 Thread Chris Kimpton
Hi, It is supposedly fixed with patch 50 (?), but its not in a released build yet... You can get a candidate build from here: http://www.ee.byu.edu/~eblake/jikes/ ...but this has a little bug to do with static initialisers... I've not tried it with the JBoss source yet... HTH, Chris ---

Re: [JBoss-dev] VerifyError: (class: org/jboss/web/WebServer

2001-08-15 Thread Chris Kimpton
Hi, It is supposedly fixed with patch 50 (?), but its not in a released build yet... You can get a candidate build from here: http://www.ee.byu.edu/~eblake/jikes/ ...but this has a little bug to do with static initialisers... I've not tried it with the JBoss source yet... HTH, Chris ---

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

2001-08-15 Thread David Jencks
User: d_jencks Date: 01/08/15 14:16:41 Added: src/docs Tag: jboss_buildmagic resource.xml Log: A little bit on migration from XADataSourceLoader to ConnectionFactoryLoader. Not included into manual yet Revision ChangesPath No revision No

[JBoss-dev] /.

2001-08-15 Thread marc fleury
the article is on /. and just with 10 mentions out of 400 posts we are being slashdotted, not seriously but definitely a spike in traffic... marcf _ Marc Fleury, Ph.D [EMAIL PROTECTED] _ ___ Jboss-development mailing

[JBoss-dev] CVS update: newsite/doco_files jps112-01.zip

2001-08-15 Thread Tom Coleman
User: tmcsys Date: 01/08/15 13:30:24 Modified:doco_files jps112-01.zip Log: Add jps112-01.zip JBoss Patch for Java Pet Store 1.1.2 Pet Store 1.1.2 tested with JBoss 2.4 BETA (Rel_2_4_0_23) Revision ChangesPath 1.2 +44 -27newsite/doco_files/jps112-01

[JBoss-dev] URGENCY? WSDL/UDDI/ebXML

2001-08-15 Thread marc fleury
OK you all need to read http://linuxtoday.com/news_story.php3?ltsn=2001-08-13-009-20-OP (and stop sending me the link, I got about 20 today :) It makes the case that 1- Apache is letting the webservices battle pass it by 2- the sound open source alternative is not, whatever the kiddy flavor of

[JBoss-dev] CVS update: newsite/doco_files jps112-01.zip

2001-08-15 Thread Tom Coleman
User: tmcsys Date: 01/08/15 13:23:53 Added: doco_files jps112-01.zip Log: Add jps112-01.zip JBoss Patch for Java Pet Store 1.1.2 Pet Store tested with JBoss 2.4 BETA (Rel_2_4_0_23) Revision ChangesPath 1.1 newsite/doco_files/jps112-01.zip

RE: [JBoss-dev] DataSourceLoader...

2001-08-15 Thread Ferguson, Doug
Well, Alot of my datasources are loaded on the fly... I can't have the type in a password when jboss starts. Also, when there are many differnet databases... it becomes unmanagable.. d. -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 7:

Re: [JBoss-dev] What happened to build.bat that was in CVS?

2001-08-15 Thread Jason Dillon
That would require setting up your environment to include the apache/ant/bin in your path. This could cause problems when moving from project to project (which may require a different version of ant). --jason On Wed, 15 Aug 2001, Scott M Stark wrote: > But since its part of the build system e

Re: [JBoss-dev] Buildmagic --build of manual

2001-08-15 Thread Jason Dillon
> Hi (Jason ;-), Hey =P > For me the manual won't build in buildmagic. (fop.jar missing, TraxLiason > missing so far). If I get it to work shall I check in the changes? Does > it work for anyone else? I have never been able to get it to work. If you can make it work, the be my guest. Check

Re: [JBoss-dev] What happened to build.bat that was in CVS?

2001-08-15 Thread Jason Dillon
> What is wrong with just using Ant directly instead of a platform > shell script? That is what I am doing. Nothing, but some users might want to run a script and not worry about getting/installing the correct version of ant. Lets support both. --jason

Re: [JBoss-dev] Stateful bean with different transaction context

2001-08-15 Thread Jason Dillon
Could you explain what I need to do? --jason On Wed, 15 Aug 2001, David Jencks wrote: > Hi Jason, could you try converting to the jca version of db access and see > if the problem persists? I recently found a race condition in (the jca > versions) of the code that releases connections back to

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

2001-08-15 Thread Scott M Stark
User: starksm Date: 01/08/15 11:14:21 Modified:src/main/org/jboss/ejb/plugins LogInterceptor.java Log: Only issue one log message when handling an exception. Revision ChangesPath 1.19 +10 -6 jboss/src/main/org/jboss/ejb/plugins/LogInterceptor.java Index: L

Re: [JBoss-dev] LogInterceptor & two log messages per exception

2001-08-15 Thread Scott M Stark
I cleaned this up. See if its acceptable now. - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 14, 2001 4:12 PM Subject: [JBoss-dev] LogInterceptor & two log messages per exception > The current LogInterceptor impl will log two

Re: autodeployer bug RE: [JBoss-dev] problems with latest jboss-jetty?

2001-08-15 Thread Scott M Stark
I have a todo to rewrite the deployer for a number of issues: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=36457&gro up_id=22866&group_project_id=9292 1. Update the deployer to allow for a non-jar based object describing the deployment content. 2. Update the AutoDeployer to:

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

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 10:25:08 Modified:src/examples/build build.xml Log: Updated build.xml with support for the appletclient example. Revision ChangesPath 1.13 +18 -0 manual/src/examples/build/build.xml Index: build.xml ==

RE: autodeployer bug RE: [JBoss-dev] problems with latest jboss-jetty?

2001-08-15 Thread marc fleury
I think either the time (20sec?) or the boolean is deploying inside the autodeployer would take care of this bug... will fix for 3.0 if no one is on it marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Scott |M Stark |Sent: Wednesday, August 15,

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient build.xml Default.html

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 10:03:55 Added: src/examples/org/jboss/docs/appletclient build.xml Default.html Log: Build.xml and HTML page used by the appletclient example. Revision ChangesPath 1.1 manual/src/examples/org/jboss/

Re: autodeployer bug RE: [JBoss-dev] problems with latest jboss-jetty?

2001-08-15 Thread Scott M Stark
Because mv is not an atomic operation in general. This is another issue that has been reported. You try to overwrite an existing jar and its seen as changed before its contents have been updated. - Original Message - From: "Julian Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/interfaces TestApplet.java TestAppletHome.java

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 09:46:46 Added: src/examples/org/jboss/docs/appletclient/interfaces TestApplet.java TestAppletHome.java Log: SLSB interfaces used by the appletclient example. Revision ChangesPath 1.1 manual/src/ex

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/ejb ejb-jar.xml TestAppletBean.java

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 09:45:50 Added: src/examples/org/jboss/docs/appletclient/ejb ejb-jar.xml TestAppletBean.java Log: Simple SLSB implementation for the appletclient example. Revision ChangesPath 1.1 manual/src/example

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/applet AppletEjbCaller.java

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 09:44:35 Added: src/examples/org/jboss/docs/appletclient/applet AppletEjbCaller.java Log: Client Applet for the appletclient example. Revision ChangesPath 1.1 manual/src/examples/org/jboss/docs/app

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/applet - New directory

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 09:42:45 manual/src/examples/org/jboss/docs/appletclient/applet - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/interfaces - New directory

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 09:43:07 manual/src/examples/org/jboss/docs/appletclient/interfaces - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient/ejb - New directory

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 09:42:56 manual/src/examples/org/jboss/docs/appletclient/ejb - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: manual/src/examples/org/jboss/docs/appletclient - New directory

2001-08-15 Thread Sacha Labourey
User: slaboure Date: 01/08/15 09:38:35 manual/src/examples/org/jboss/docs/appletclient - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] New Build Batch file for testing

2001-08-15 Thread Sacha Labourey
Hello, You'll find attached to this document two version of a win32 command prompt batch file that aims to replace the old one. They no more needs the lcp.bat add-on file. The first version automatically expands to absolute path names. Nevertheless, I do not see it (absolute names) as a requirem

Re: [JBoss-dev] Container.java

2001-08-15 Thread Andreas Schaefer
Hi Geeks I did some further investigations and figure out that when you omit the domain part the MBeanServer will use the default domain and you cannot find the MBean again. Therefore right now we have to use MBeanServer.getDefaultDomain() when WE DO NOT SPECIFY the domain !!! I assumed that MB

Re: autodeployer bug RE: [JBoss-dev] problems with latest jboss-jetty?

2001-08-15 Thread Julian Gosnell
Why not just ftp the file over somewhere else onto the same filesystem, then move it into the deploy directory in a single atomic action (mv/rename). This would not require any change to the Deployer. Jules --- Scott M Stark <[EMAIL PROTECTED]> wrote: > This requires a new file for cases that

Re: autodeployer bug RE: [JBoss-dev] problems with latest jboss-jetty?

2001-08-15 Thread Scott M Stark
This requires a new file for cases that don't have a problem today. A better solution is to allow one to lock a deployment jar by creating a my.ear.lock that tells the deployer to ignore the my.ear until the lock is removed. - Original Message - From: "Jim Brownfield" <[EMAIL PROTECTED]>

[JBoss-dev] [ jboss-Change Notes-451218 ] Timeout attribute for AutoDeployer MBean

2001-08-15 Thread noreply
Change Notes item #451218, was opened at 2001-08-15 08:58 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=381174&aid=451218&group_id=22866 Category: None Group: v3.0 (Rabbit Hole) Status: Open Priority: 5 Submitted By: Vincent Harcq (vharcq) Assigned to: Nobody/Anon

RE: autodeployer bug RE: [JBoss-dev] problems with latest jboss-jetty?

2001-08-15 Thread Jim Brownfield
Would this still leave a problem for people deploying over modems (I do this all the time)? What if deployment were triggered by an empty auxiliary file named like the original file (something like my-ear.dpy for my.ear). Then you could ftp (or whatever) the file to the deploy directory and imme

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

2001-08-15 Thread Vincent Harcq
User: vharcq Date: 01/08/15 08:38:42 Modified:src/etc/conf/default jboss.jcml Log: Parametrize the timeout that the deployer takes before coming again looking at the directory for new Xars to deploy. Revision ChangesPath 1.57 +4 -1 jboss/src/etc/conf/default

RE: [JBoss-dev] Container.java

2001-08-15 Thread Vincent Harcq
Hi Scott, I don't know. I undeploy by deleting the jar in the deploy/ directory (windows 2000), I did not try by JMX. I got: Bug in com.sun.management.jmx.MBeanServerImpl.unregisterMBean ? [org.jboss.ejb.AutoDeployer ] (199) - Auto undeploy of file:/C:/Projects/VMI/jboss/tmp/deploy/

Re: [JBoss-dev] Container.java

2001-08-15 Thread Scott M Stark
Yes, I was able to use ObjectName(":service=Container,jndiName=someName") and the mbean shows up in the DefaultDomain.This is a dynamic mbean, not a statically configured mbean coming from a jcml config. - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: [JBoss-dev] What happened to build.bat that was in CVS?

2001-08-15 Thread Scott M Stark
But since its part of the build system everyone does have it. Why not use it? - Original Message - From: "Hiram Chirino" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 15, 2001 7:45 AM Subject: Re: [JBoss-dev] What happened to build.bat that was in CVS? > Not every

Re: [JBoss-dev] Container.java

2001-08-15 Thread David Jencks
Hi, Are you sure ObjectName(":service=Container,jndiName=someName") really can be used to register an mbean? normally the object name is actually set from jboss.jcml which always seems to have DefaultDomain/JCA/whatever in the name. Although some mbeans have OBJECT_NAME constants lacking the doma

RE: autodeployer bug RE: [JBoss-dev] problems with latest jboss-jetty?

2001-08-15 Thread Vincent Harcq
Just done :) Add an attribute Timeout to AutoDeployer MBean (value in milliseconds). Vincent. > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de marc > fleury > Envoyé : mercredi 15 août 2001 16:04 > À : [EMAIL PROTECTED] > Objet : autodeployer bug RE

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

2001-08-15 Thread Vincent Harcq
User: vharcq Date: 01/08/15 08:13:45 Modified:src/main/org/jboss/ejb AutoDeployer.java AutoDeployerMBean.java Log: Parametrize the timeout that the deployer takes before coming again looking at the directory for new Xars to deploy. Revision Changes

Re: [JBoss-dev] What happened to build.bat that was in CVS?

2001-08-15 Thread Hiram Chirino
Not every body takes the time to install ant on thier systems. They like the fact that it is so small it can come down with the build system. Regards, Hiram >From: "Scott M Stark" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: [JBoss-dev] What happened

Re: [JBoss-dev] Container.java

2001-08-15 Thread Scott M Stark
This pattern should be used in both the start and stop methods then. I have done this and I am able to redeploy ejb jars. Why can the name ObjectName(":service=Container,jndiName=someName") be used to register an mbean but the same name fails to unregister it? - Original Message - From:

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

2001-08-15 Thread Scott M Stark
User: starksm Date: 01/08/15 07:36:32 Modified:src/main/org/jboss/ejb Container.java Log: Use mbeanServer.getDefaultDomain() ad the jmx ObjectName domain portion Revision ChangesPath 1.56 +7 -4 jboss/src/main/org/jboss/ejb/Container.java Index: Container.

Re: [JBoss-dev] DataSourceLoader...

2001-08-15 Thread Scott M Stark
We need to think about integrating the JBossSX security manager into the JCA layer and elsewhere to obtain a consistent view of security. Right now security is very fragmented. - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 15

Re: [JBoss-dev] Jaws debug mode

2001-08-15 Thread Scott M Stark
Caching the values destroys the dynamic filtering capability of the logging system. The cost of the check is trivial compared to all the other stuff going on in any call to JBoss so unless you have a profile showing this is a hotspot it doesn't make sense to cache these values. - Original Mes

[JBoss-dev] Buildmagic --build of manual

2001-08-15 Thread David Jencks
Hi (Jason ;-), For me the manual won't build in buildmagic. (fop.jar missing, TraxLiason missing so far). If I get it to work shall I check in the changes? Does it work for anyone else? I think we need to version the manual for 2.4 vs. rabbit hole. I am working on new jca/jdbc documentation i

Re: [JBoss-dev] problems with latest jboss-jetty?

2001-08-15 Thread Scott M Stark
Yes, and this has been seen by others before. - Original Message - From: "Julian Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 15, 2001 2:36 AM Subject: Re: [JBoss-dev] problems with latest jboss-jetty? > I thought it might be to do with the time taken fo

Re: [JBoss-dev] Jaws debug mode

2001-08-15 Thread Neale Swinnerton
From http://jakarta.apache.org/log4j/docs/manual.html (Under the Perfomance Heading, point 2) QUOTE There has been a serious effort to make this hierarchy walk to be as fast as possible. END QUOTE You can apparently speed the walk up further, by choosing the categories carefully, you should p

Re: [JBoss-dev] What happened to build.bat that was in CVS?

2001-08-15 Thread Scott M Stark
What is wrong with just using Ant directly instead of a platform shell script? That is what I am doing. - Original Message - From: "Jason Dillon" <[EMAIL PROTECTED]> To: "Sacha Labourey" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, August 15, 2001 1:23 AM Subject: RE: [JBo

autodeployer bug RE: [JBoss-dev] problems with latest jboss-jetty?

2001-08-15 Thread marc fleury
Yeah my guess is that the deployment bug is due to the fact that it is big and that the deployer is too eager. I think we should put a test in the autodeployer that says "if file older than previous_age+15 sec then redeploy, or else have a "deploying" boolean be checked in the autodeployer any

RE: [JBoss-dev] Container.java

2001-08-15 Thread marc fleury
if it solves the problem I guess it does marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of |Vincent Harcq |Sent: Wednesday, August 15, 2001 8:19 AM |To: Dev JBoss |Subject: [JBoss-dev] Container.java | | |The server can not re-deploy an ejb jar an

[JBoss-dev] RE: plugins/jetty integration with jboss-all

2001-08-15 Thread marc fleury
|I'm not sure if Marc has me on a timeline for this |repackaging or not and if so whether this is pre-RH or |post (and when is RH?). | |Maybe he will enlighten us... The jetty repackaging is not yet scheduled. But for me it is RH. Putting jetty is an important part of the webservices. RH is 2.5

Re: [JBoss-dev] MDB has stopped working

2001-08-15 Thread Peter Antman
On 15 Aug, David Maplesden wrote: > Ok I have had a look at the Connection stopping process and have fixed a > loophole that could have resulted in messages being delivered after > connection.stop() had been called in certain circumstances. Hi, I am happy that you are trying to fix it. But the

RE: [JBoss-dev] MDB has stopped working

2001-08-15 Thread David Maplesden
Ok I have had a look at the Connection stopping process and have fixed a loophole that could have resulted in messages being delivered after connection.stop() had been called in certain circumstances. I hope this fixes the MDB problem but as I have been unable to successfully run the mdbtest (I

Re: [JBoss-dev] DataSourceLoader...

2001-08-15 Thread David Jencks
Hi, This discussion comes up in various places on various lists. Since you don't mention otherwise I assume you are planning to decrypt in code without manual intervention. As I understand the consensus is, Don't do this. You need some code to unencrypt the password to send it to the db, if so

Re: [JBoss-dev] Stateful bean with different transaction context

2001-08-15 Thread David Jencks
Hi Jason, could you try converting to the jca version of db access and see if the problem persists? I recently found a race condition in (the jca versions) of the code that releases connections back to the pool after transactions complete that was allowing several transactions to access the same c

[JBoss-dev] Container.java

2001-08-15 Thread Vincent Harcq
The server can not re-deploy an ejb jar anymore because of exception on unregistration of MBean. Does this makes sense (on the stop() method)? diff -r1.55 Container.java 421c421 < ObjectName jmxName = new ObjectName(":service=Container,jndiName="+this.getBeanMetaData().getJndiName ());

[JBoss-dev] CVS update: jboss/src/main/org/jboss/metadata XmlFileLoader.java

2001-08-15 Thread Vincent Harcq
User: vharcq Date: 01/08/15 05:15:28 Modified:src/main/org/jboss/metadata XmlFileLoader.java Log: Introduce version 3.0 of jaws dtd because of DEBUG removed. Revision ChangesPath 1.19 +2 -1 jboss/src/main/org/jboss/metadata/XmlFileLoader.java Index: XmlF

[JBoss-dev] CVS update: jboss/src/resources/org/jboss/metadata jaws_3_0.dtd

2001-08-15 Thread Vincent Harcq
User: vharcq Date: 01/08/15 05:15:28 Added: src/resources/org/jboss/metadata jaws_3_0.dtd Log: Introduce version 3.0 of jaws dtd because of DEBUG removed. Revision ChangesPath 1.1 jboss/src/resources/org/jboss/metadata/jaws_3_0.dtd Index: jaws_3

RE: [JBoss-dev] Jaws debug mode

2001-08-15 Thread Vincent Harcq
Hi, > Does anyone know what the cost of the isXXXEnabled() methods are? > Should we > define booleans after Category creation, that can cache these values to > improve speed, or just keep calling isXXXEnabled() each time? >From the log4j sources: public boolean isDebugEnabled() { if(hi

Re: [JBoss-dev] problems with latest jboss-jetty?

2001-08-15 Thread Julian Gosnell
I thought it might be to do with the time taken for deployment. I haven't investigated yet, but here are my thoughts. Marc said that the newsite EAR was big. What if it took so long to deploy, that whatever was watching the deploy dir came around again and noticed that it was still there and sti

[JBoss-dev] Re: plugins/jetty integration with jboss-all

2001-08-15 Thread Julian Gosnell
Hm ! I noticed your checkins on jboss-dev and wondered what you were up to there is one issue that we need to address before going into this in more depth. There are plans afoot to merge a repackaged version of Jetty into the main JBoss tree and use it as the default web container w

RE: [JBoss-dev] What happened to build.bat that was in CVS?

2001-08-15 Thread Jason Dillon
Forgive me for not remembering, but weren't you looking for sequence related stuff a while ago? If so did you ever get that resolved? I am sorry I was not in a position to provde you with a solution for that. I might be closer now (since I finished the bliss build system... buildmagic). If am

RE: [JBoss-dev] What happened to build.bat that was in CVS?

2001-08-15 Thread Jason Dillon
> I now well understand that you love win32 batch scripts. It is quite clear. > I will *try* to take a look at them. But, what if I provide nice wsh > (Windows Scripting Host) scripts? they are a lot more powerfull and thought > to replace old dos-style batchs. I would be a lot more motivated in w

  1   2   >