Re: [JBoss-dev] Where's the nightly build?

2001-08-30 Thread Jason Dillon
This is mostly done, though I won't know for a while if it actually works. The only think that it needs is a way to wait until the server has become active (it is ready to serve) or timeout after x. This should be fairly straight forward, just a tiny polling client. start timer attempt to

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

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/29 23:40:09 Modified:jbossbuild.xml Log: o added 'run-nightly', which could be the target used for the night build/testsuite (once we have a machine to put it on). ! not really tested, names may changed, may not send report correctly, o

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

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/29 23:41:30 Modified:.build.xml Log: o truned on the tests-report-text target by default, it is fast but a little loud, perhaps someone can fix that. Revision ChangesPath 1.6 +2 -2 jbosstest/build.xml Index:

Re: [JBoss-dev] The Rabbit is out of the bag

2001-08-30 Thread Rickard Öberg
*CHEERS* *APPLAUSE* *HOORAY!* Absolutely fabulous! Now I don't need EJB's anymore, just plain jane MBeans and JDO will do the trick :-) Maybe a twinkle of Jini just for fun. And it's...ahhh.. manageable... :-) /R -- Rickard Öberg Software Development Specialist xlurc - Xpedio Linköping

[JBoss-dev] how to call MessageListener

2001-08-30 Thread chauhan anjali
I have to call the onMessage Method of my messageListener when the message arrives at the queue. The messageListener and the Server are on the different machines. So I guess the messageListener should be passed by Referance .If it has to be passed by refearnce we should use RMI. But From the

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

2001-08-30 Thread Rickard ?berg
User: rickardoberg Date: 01/08/30 00:03:59 Modified:.build.xml Log: Added project name Revision ChangesPath 1.19 +2 -2 jboss/build.xml Index: build.xml === RCS file:

Re: [JBoss-dev] The Rabbit is out of the bag

2001-08-30 Thread Jason Dillon
don't need EJB's anymore, just plain jane MBeans and JDO will do the trick :-) What deals with transactions? Do you think you have lost anything? Just curious for a design standpoint (despite the thread on cvs commits). Maybe a twinkle of Jini just for fun. And it's...ahhh.. manageable...

[JBoss-dev] `help

2001-08-30 Thread Peter Morath
Please take me off the mailing list? This is the 3rd request. I would really be happy if this happened. [EMAIL PROTECTED] Regards Peter *** PLEASE NOTE *** This message, along with any attachments, may be confidential or legally privileged. It is

Re: [JBoss-dev] The Rabbit is out of the bag

2001-08-30 Thread Rickard Öberg
Jason Dillon wrote: don't need EJB's anymore, just plain jane MBeans and JDO will do the trick :-) What deals with transactions? Either do JDO transactions manually, or make a simple generic proxy that deals with it by calling JDO transactions or JTA. Do you think you have lost

Re: [JBoss-dev] The Rabbit is out of the bag

2001-08-30 Thread Jason Dillon
don't need EJB's anymore, just plain jane MBeans and JDO will do the trick :-) What deals with transactions? Either do JDO transactions manually, or make a simple generic proxy that deals with it by calling JDO transactions or JTA. Hrm... not sure how to to that really. Wouldn't

Re: [JBoss-dev] The Rabbit is out of the bag

2001-08-30 Thread Jason Dillon
More specifically, the ablity to specify a tx attribute for a call to a jmx service would be really cool. Since nothing interacts directly with the service object except the local agent, it could use the interceptor design to provide configurable transaction control on a per method basis.

[JBoss-dev] True Build and Rabbit Magic

2001-08-30 Thread Peter Fagerlund
WoW This is a good day and age to live in ... Thanks /peter_f PS: it took me 10 minutes to download the source, build and run the rabbit - on WebSphere, i still be waiting, for it to just run : DS ___ Jboss-development mailing list [EMAIL

Re: [JBoss-dev] testsuite build system changes

2001-08-30 Thread Chris Kimpton
Hi, I was finally able to get the junitreport task to work. I think it does a better job than the previous report generator, though we might want to customize the defaults a little bit. I was still using summary1.xsl to generate the text log which can be emailed, but it complains

[JBoss-dev] NamingException in ejbStore() of a CMP Entity Bean

2001-08-30 Thread Joost v.d. Wijgerd
Hi, I'm experiencing the following problem: NamingException in ejbStore() of a CMP Entity Bean while obtaining a reference to another entity bean that is bound in the java:comp/env/ejb namespace. In the ejbCreate() method of the same bean it works, but in the ejbStore() not. According to the

[JBoss-dev] org.jboss.Shutdown - seems to not be working?

2001-08-30 Thread Chris Kimpton
Hi, When I run this, there are no messages in either the jboss server log or the console that is doing the shutdown to indicate success or failure. But the shutdown process finishes and the server stays up... Is this a known problem in the current CVS? Regards, Chris = Need somewhere to

[JBoss-dev] EJB 2.0 CMP

2001-08-30 Thread Dave Smith
Dain Sundstrom wrote: I am playing with the current sources and testing a 1 to many relationship. I have the following two tables order with pk: int objectid ok and orderdetail pk: int order_oid,int line_num Does order detail have a compund key using both order_oid and

[JBoss-dev] Compiliing the testsuite

2001-08-30 Thread Dave Smith
Just a heads up .. I am getting the following warnings .. /home/dave/jboss/testsuite/src/main/org/jboss/test/testbean/test/Main.java:292: warning: assert(java.lang.String,boolean) in junit.framework.Assert has been deprecated assert(statelessMetaData != null, statelessMetaData !=

Re: [JBoss-dev] Compiliing the testsuite

2001-08-30 Thread Chris Kimpton
Hi, --- Dave Smith [EMAIL PROTECTED] wrote: Just a heads up .. I am getting the following warnings .. /home/dave/jboss/testsuite/src/main/org/jboss/test/testbean/test/Main.java:292: warning: assert(java.lang.String,boolean) in junit.framework.Assert has been deprecated

[JBoss-dev] Rabbit hole

2001-08-30 Thread Dave Smith
So I pulled the rabbit out of the whole changed jboss.jcml to jboss-services.xml and the bunny ran OK. Only one small furball ... In the classpath declaration I think crimson.jar jaxp.jar need to be ../crimson.jar ../jaxp.jar because they are in lib not lib/ext ... Now back to play with

Re: [JBoss-dev] RemoteMethodInvocation.getMethod()

2001-08-30 Thread Holger Engels
On Thu, 30 Aug 2001, Lennart Petersson wrote: I'm debugging through the code to see what is happening within JBoss and within our beans to see where i can tune to get better performance. Using JBoss 2.4.0 final. Can someone explain why we aren't returning m in this code snippet: In class

Re: [JBoss-dev] Compiliing the testsuite

2001-08-30 Thread Dave Smith
Chris Kimpton wrote: Hi, --- Dave Smith [EMAIL PROTECTED] wrote: Just a heads up .. I am getting the following warnings .. /home/dave/jboss/testsuite/src/main/org/jboss/test/testbean/test/Main.java:292: warning: assert(java.lang.String,boolean) in junit.framework.Assert has been

Re: [JBoss-dev] Compiliing the testsuite

2001-08-30 Thread Chris Kimpton
Hi, Well I was trying it from just the normal complete build , but If I just build the testsuite I get the same problem. Maybe you a different version of junit? Nope - just using the one that comes with jboss. What platform are you on? I am using IBM jdk 1.3 on linux redhat 7.1?

RE: [JBoss-dev] Compiliing the testsuite

2001-08-30 Thread MacAndrew, Robert
JUnit 1.4 has deprecated the assert(String, boolean) so that it is compatible with JDK1.4 which has its own built in assert methods. From JUnit 1.4 onwards you should use assertTrue(String, boolean) instead. Rob -Original Message- From: Chris Kimpton [mailto:[EMAIL PROTECTED]] Sent: 30

Re: [JBoss-dev] Compiliing the testsuite

2001-08-30 Thread Dave Smith
blackdown 1.3 linux redhat 6.2. This is with the CVS as of 8:00 EST. Chris Kimpton wrote: Hi, Well I was trying it from just the normal complete build , but If I just build the testsuite I get the same problem. Maybe you a different version of junit? Nope - just using the one that

Re: [JBoss-dev] The Rabbit is out of the bag

2001-08-30 Thread Rickard Öberg
Jason Dillon wrote: Hrm... not sure how to to that really. Wouldn't the client still be required to manage references to tx mgr, to add objects that will be managed? All of that is done by MBeans, i.e. the client does not have to know anything about JDO or tx's or anything. Perhaps if

Re: [JBoss-dev] Compiliing the testsuite

2001-08-30 Thread Chris Kimpton
Hi, --- Dave Smith [EMAIL PROTECTED] wrote: /home/dave/jboss/testsuite/src/main/org/jboss/test/testbean/test/Main.java:292: warning: assert(java.lang.String,boolean) in junit.framework.Assert has been deprecated assert(statelessMetaData != null, statelessMetaData != null);

SV: [JBoss-dev] What happend with this thread: MarshalledObject + URLClassLoader = huge network traffic

2001-08-30 Thread Lennart Petersson
Ok, then how would it possible to shrink the codebase annotation of a MarshalledObject? It is rather big. Or am i mixing something up now? Here is a clip: *** code is here *** System.out.println(LEPE DEBUG: obj is + obj); System.out.println(LEPE DEBUG: codebase annotaion is

Re: [JBoss-dev] Compiliing the testsuite

2001-08-30 Thread Tomasz Skutnik
Chris Kimpton wrote: Hi, Well I was trying it from just the normal complete build , but If I just build the testsuite I get the same problem. Maybe you a different version of junit? Nope - just using the one that comes with jboss. What platform are you on? I am using IBM jdk 1.3 on

RE: [JBoss-dev] True Build and Rabbit Magic

2001-08-30 Thread marc fleury
|PS: it took me 10 minutes to download the source, build and run |the rabbit - |on WebSphere, i still be waiting, for it to just run : DS What is really going to bake your noodle is when I post the seed on the website, you download the seed and you run JBoss with configuration and classes

[JBoss-dev] CVS update: tools/bin ant

2001-08-30 Thread Chris Kimpton
User: kimptoc Date: 01/08/30 07:48:52 Modified:bin ant Log: put the ant_opts at the front of the command line - allows the setting of the vm, eg -green, which must be done as the first thing on the command line Revision ChangesPath 1.2 +3 -1

RE: [JBoss-dev] testsuite build system changes

2001-08-30 Thread marc fleury
|I am getting my server back up and running with respect to running |jboss builds and tests. please bring them back marcf ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] Question about build system.

2001-08-30 Thread Tomasz Skutnik
Hi. I wonder if there are somewhere some scripts that build JBoss+Tomcat distribution as it's available on sf.net. Are there ? Maybe in CVS ? Or these distributions (JBoss+[Tomcat|Jetty|...]) assembled by hand ? Need any help with it ? Scooter

Re: [JBoss-dev] Rabbit hole

2001-08-30 Thread Dave Smith
marc fleury wrote: |In the classpath declaration I think | |crimson.jar |jaxp.jar | |need to be |../crimson.jar |../jaxp.jar they are referenced through run.mf Ok I see that. When I built it thats where they went. So do these classes have to be present in order for jboss to

RE: [JBoss-dev] Rabbit hole

2001-08-30 Thread marc fleury
|Ok I see that. When I built it thats where they went. So do these |classes have to be present in order for jboss to load over the network? |If yes then should I change run.mf to ../lib/ext or do I remove them |from the jboss-service.xml classpath? The jaxp stuff is buggy with CL and it needs

[JBoss-dev] Reentrance not throwing a RemoteException

2001-08-30 Thread Todd Huss
When testing for exceptions when I have reentrance disabled (JBoss 2.4.0) in an entity bean I noticed that I get LOCKING-WAITING when I believe, by the spec I should get a RemoteException. I have the transaction attribute set to Required for all methods, and reentrant set to false. I notice this

Re: [JBoss-dev] rabbit hole alpha

2001-08-30 Thread Dain Sundstrom
CVS - Original Message - From: Hunter Hillegas [EMAIL PROTECTED] To: JBoss Dev [EMAIL PROTECTED] Sent: Thursday, August 30, 2001 9:47 AM Subject: Re: [JBoss-dev] rabbit hole alpha Not risk adverse if it helps the cause! I need a stable platform for deployment... If that means

Re: [JBoss-dev] Rabbit hole

2001-08-30 Thread Dave Smith
marc fleury wrote: |Ok I see that. When I built it thats where they went. So do these |classes have to be present in order for jboss to load over the network? |If yes then should I change run.mf to ../lib/ext or do I remove them |from the jboss-service.xml classpath? The jaxp stuff is

[JBoss-dev] Help Please !!

2001-08-30 Thread s_gopinath
Hi, Somebody please help me to unsubscribe from this list. Thanks Regards, S Gopinath ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] EJB 2.0 CMP

2001-08-30 Thread Dain Sundstrom
Dave, Ok, I see the misunderstanding now. I thought you were talking about the jbosscmp-jdbc.xml file and you were talking about the ejb-jar.xml file. You are correct in that a single relation can only have one cmr field on each side of the relationship. From my perspective these are object

Re: [JBoss-dev] rabbit hole alpha

2001-08-30 Thread Hunter Hillegas
Not risk adverse if it helps the cause! I need a stable platform for deployment... If that means enduring some breakage between now and then, I'll just start banging against it. What's the best way to grab it? CVS? Is there a zip or tarball somewhere? From: Dain Sundstrom [EMAIL PROTECTED]

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

2001-08-30 Thread Peter Antman
User: pra Date: 01/08/30 13:43:04 Modified:src/etc/conf/default jboss-service.xml Log: Added queue/DLQ for dead letter queue handling Revision ChangesPath 1.2 +3 -1 jboss/src/etc/conf/default/jboss-service.xml Index: jboss-service.xml

Re: [JBoss-dev] Compiliing the testsuite

2001-08-30 Thread Jason Dillon
We should convert all assert() calls to Assert.assertTrue() so we don't clash with the new assert feature of 1.4. Deprecation is enabled be default. Lets try to make them all go away, but removing the deprecated methods where possible. --jason On Thu, 30 Aug 2001, Chris Kimpton wrote: Hi,

[JBoss-dev] [ jboss-Change Notes-456988 ] Dead Letter Queue handling added for MDB

2001-08-30 Thread noreply
Change Notes item #456988, was opened at 2001-08-30 13:47 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=381174aid=456988group_id=22866 Category: None Group: v3.0 (Rabbit Hole) Status: Open Priority: 5 Submitted By: Peter Antman (pra) Assigned to: Nobody/Anonymous

[JBoss-dev] CVS update: jbosstest/src/main/org/jboss/test/mdb/bean ExQueueBean.java

2001-08-30 Thread Peter Antman
User: pra Date: 01/08/30 13:50:35 Modified:src/main/org/jboss/test/mdb/bean ExQueueBean.java Log: Changed bean to use setRollbackOnly instead of throwing exception. If DLQ handling do not work it will set JBoss in an endless loop... Revision ChangesPath 1.2

RE: [JBoss-dev] how to call MessageListener

2001-08-30 Thread David Maplesden
Hi Anjali, The jms service does not work by passing message listeners to the server, instead the messages are passed back from the jms server to your client and the message listener code is always executed on your client machine. If you want the message listener code to be executed on the

Re: [JBoss-dev] CVS update: tools/bin ant

2001-08-30 Thread Jason Dillon
do we have to echo its value? --jason On Thu, 30 Aug 2001, Chris Kimpton wrote: User: kimptoc Date: 01/08/30 07:48:52 Modified:bin ant Log: put the ant_opts at the front of the command line - allows the setting of the vm, eg -green, which must be done as the first

RE: [JBoss-dev] Rabbit hole

2001-08-30 Thread Jason Dillon
What does fixed on apache mean? --jason On Thu, 30 Aug 2001, marc fleury wrote: |Go with the lib/boot and lib/services. I'm assuming once those |jars are CL safe thenwe can move the jars from boot to services |and remove boot. yes everything but jmxri and jboss-boot.jar (jboss-spine is

Re: [JBoss-dev] Help Please !!

2001-08-30 Thread Jason Dillon
Abandoing ship a? Have you tried: http://lists.sourceforge.net/lists/listinfo/jboss-development Otherwise you will need to get the attention of one of the project admins (alborini, mnf999, starksm or juhalindfors) and have them remove you from the list of subscribers by hand. --jason On

Re: [JBoss-dev] testsuite build system changes

2001-08-30 Thread Jason Dillon
I am getting my server back up and running with respect to running jboss builds and tests. Cool. I can look at fixing the above variable problem in the summary1.xsl. Is that ok - no one else doing it or making major changes? Go for it, I don't have time to figure it out at the moment. I

[JBoss-dev] CVS update: newsite cvs.jsp

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 14:59:13 Modified:.cvs.jsp Log: o added jboss-website, removed jboss-min (silly me) Revision ChangesPath 1.10 +5 -5 newsite/cvs.jsp Index: cvs.jsp ===

[JBoss-dev] CVS update: build/website - Imported sources

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:01:56 Log: o importing the jboss-website build control module (from build/jboss) Status: Vendor Tag: jboss Release Tags: start N build/website/build.bat N build/website/build.sh N build/website/build.xml N

[JBoss-dev] CVS update: newsite/src/docs/jbossmgt/docs/javax - New directory

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:10:41 newsite/src/docs/jbossmgt/docs/javax - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: newsite/src/docs/castorjdo - New directory

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:10:40 newsite/src/docs/castorjdo - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: newsite/src/docs/minerva - New directory

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:10:41 newsite/src/docs/minerva - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: newsite/src/docs/minerva/org/jboss/minerva/datasource - New directory

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:10:42 newsite/src/docs/minerva/org/jboss/minerva/datasource - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: newsite/src/docs/src/docs/jbossmgt/docs/javax/management/j2ee - New directory

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:10:43 newsite/src/docs/src/docs/jbossmgt/docs/javax/management/j2ee - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: newsite/src/docs/src/docs/jbossmgt - New directory

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:10:43 newsite/src/docs/src/docs/jbossmgt - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: newsite/src/docs/src/docs/minerva/org/jboss/minerva - New directory

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:10:44 newsite/src/docs/src/docs/minerva/org/jboss/minerva - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: newsite/documentation DOCUMENTATION_STANDARDS.html ECperf.html HowTo.css TEMPLATE.jsp Updating-Webstore-to-Jboss2.htm Using Autonumber in JBoss.txt Using Primary Key Constraints in JBoss.txt ejb.html head.jsp jbuilder.htm jbuilder4.htm logo.jpg logo_telkel.gif main.css migration.jsp navigation.jsp oraclecmp.htm postgres.htm slogan.jsp styles.css

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:16 Removed: documentation DOCUMENTATION_STANDARDS.html ECperf.html HowTo.css TEMPLATE.jsp Updating-Webstore-to-Jboss2.htm Using Autonumber in JBoss.txt Using Primary Key

[JBoss-dev] CVS update: newsite/doco_files JBoss-ECperf-patch-001.zip blackbox-tx.rar blackbox-xa.rar connector-1_0-ea-src.zip documentation-example.tar.gz documentation-example.zip jaas-howto.zip jaws.dtd jaws_2_4.dtd jboss-web.dtd jboss.dtd jboss_2_4.dtd jps112-01.zip petstore-1.1.1-patch.zip rmh_jboss.zip

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:16 Removed: doco_files JBoss-ECperf-patch-001.zip blackbox-tx.rar blackbox-xa.rar connector-1_0-ea-src.zip documentation-example.tar.gz documentation-example.zip jaas-howto.zip

[JBoss-dev] CVS update: newsite/minerva/org/jboss/minerva/datasource JDBCPoolDataSource.html PoolDriver.html XAPoolDataSource.html package-frame.html package-summary.html package-tree.html

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:17 Removed: minerva/org/jboss/minerva/datasource JDBCPoolDataSource.html PoolDriver.html XAPoolDataSource.html package-frame.html package-summary.html package-tree.html Log:

[JBoss-dev] CVS update: newsite/src/docs/business CVSAdmin.html

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:20 Added: src/docs/business CVSAdmin.html Log: o moved *everything* to src/docs Revision ChangesPath 1.1 newsite/src/docs/business/CVSAdmin.html Index: CVSAdmin.html

[JBoss-dev] CVS update: newsite/minerva/org/jboss/minerva/xa TransactionListener.html XAClientConnection.html XAConnectionImpl.html XADataSourceImpl.html XAResourceImpl.html package-frame.html package-summary.html package-tree.html

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:18 Removed: minerva/org/jboss/minerva/xa TransactionListener.html XAClientConnection.html XAConnectionImpl.html XADataSourceImpl.html XAResourceImpl.html package-frame.html

[JBoss-dev] CVS update: newsite/jbossmgt/docs allclasses-frame.html deprecated-list.html help-doc.html index-all.html index.html overview-frame.html overview-summary.html overview-tree.html package-list packages.html serialized-form.html stylesheet.css

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:16 Removed: jbossmgt/docs allclasses-frame.html deprecated-list.html help-doc.html index-all.html index.html overview-frame.html overview-summary.html overview-tree.html

[JBoss-dev] CVS update: newsite/minerva allclasses-frame.html deprecated-list.html help-doc.html index-all.html index.html minerva-0.99-doc.zip minerva-0.99-src.zip minerva-0.99.jar minerva.htm overview-frame.html overview-summary.html overview-tree.html package-list packages.html serialized-form.html stylesheet.css

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:17 Removed: minerva allclasses-frame.html deprecated-list.html help-doc.html index-all.html index.html minerva-0.99-doc.zip minerva-0.99-src.zip minerva-0.99.jar minerva.htm

[JBoss-dev] CVS update: newsite CVSAdmin.jsp ECPerf.html TEMPLATE.jsp binary.jsp bm-usersguide.pdf changelog_2_2_1.jsp changelog_2_2_2.jsp changelog_2_4_beta.jsp cmp-two.jsp contrib.jsp cvs.jsp doco.jsp faq.jsp favicon.ico frametop.html guidelines.jsp head.jsp index.jsp indexPET.jsp jboss-castor.jsp jboss-jaws.jsp jboss-jbossSX.html jboss-jbossSX.jsp jboss-jbosscx.jsp jboss-jbossmail.jsp jboss-jbossmq.jsp jboss-jbosstx.jsp jboss-jetty.html jboss-mgt.jsp jboss-overview.jsp jboss-petstore.jsp jboss-projects.jsp jboss-server.jsp jboss-test.jsp jboss-third.jsp jboss-tomcat.jsp jboss-zoap.jsp jboss.survey.ear lists.jsp main.css migration.jsp navigation.jsp news.jsp news082000.htm news122000.html petstore_frames.html slogan.jsp store.jsp team.jsp testimonials.jsp

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:16 Removed: .CVSAdmin.jsp ECPerf.html TEMPLATE.jsp binary.jsp bm-usersguide.pdf changelog_2_2_1.jsp changelog_2_2_2.jsp changelog_2_4_beta.jsp cmp-two.jsp contrib.jsp

[JBoss-dev] CVS update: newsite/jbossmgt/docs/javax/management/j2ee Attribute.html AttributeList.ListIterator.html AttributeList.html AttributeNotFoundException.html BoundaryStatistic.html BoundedRangeStatistic.html ConnectorModule.html CountStatistic.html EJB.html EJBStats.html EjbModule.html EntityBean.html EntityBeanStats.html EventProvider.html InstanceNotFoundException.html IntrospectionException.html InvalidAttributeValueException.html IpAddress.html J2EEApplication.html J2EEDeployedObject.html J2EEDeployment.html J2EEManagedObject.html J2EEManagement.html J2EEManagementEvent.html J2EEManagementEventFilter.html J2EEManagementEventListener.html J2EEManagementException.html J2EEManagementRuntimeException.html J2EEModule.html J2EEObjectName.html J2EEResource.html J2EEServer.html JDBC.html JDBCConnection.html JDBCConnectionPool.html JDBCConnectionPoolStats.html JDBCConnectionStats.html JDBCDataSource.html JMS.html JMSConnection.html JMSConsumer.html JMSEndpointStats.html JMSProducer.html JMSSession.html JMSSessionStats.html JNDI.html JTA.html JTAStats.html JVM.html JVMStats.html JavaMail.html JavaMailStats.html ListenerNotFoundException.html MEJBServer.html MalformedObjectNameException.html ManagedObjectException.html MessageBeanStats.html MessageDrivenBean.html Node.html OperationsException.html Port.html RMI_IIOP.html RangeStatistic.html ReflectionException.html ResourceAdapter.html RuntimeOperationsException.html Servlet.html ServletStats.html SessionBean.html SessionBeanStats.html StateManageable.html StatefulSessionBean.html StatefulSessionBeanStats.html StatelessSessionBean.html StatelessSessionBeanStats.html Statistic.html StatisticsProvider.html Stats.html TimeStatistic.html URL.html URLStats.html WebModule.html package-frame.html package-summary.html package-tree.html

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:17 Removed: jbossmgt/docs/javax/management/j2ee Attribute.html AttributeList.ListIterator.html AttributeList.html AttributeNotFoundException.html BoundaryStatistic.html

[JBoss-dev] CVS update: newsite/minerva/org/jboss/minerva/jdbc ConnectionInPool.html ConnectionWrapper.html PSCacheKey.html PreparedStatementInPool.html ResultSetInPool.html StatementInPool.html package-frame.html package-summary.html package-tree.html

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:18 Removed: minerva/org/jboss/minerva/jdbc ConnectionInPool.html ConnectionWrapper.html PSCacheKey.html PreparedStatementInPool.html ResultSetInPool.html StatementInPool.html

[JBoss-dev] CVS update: newsite/minerva/org/jboss/minerva/pools ObjectPool.html PoolEvent.html PoolEventListener.html PoolObjectFactory.html PooledObject.html package-frame.html package-summary.html package-tree.html

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:18 Removed: minerva/org/jboss/minerva/pools ObjectPool.html PoolEvent.html PoolEventListener.html PoolObjectFactory.html PooledObject.html package-frame.html package-summary.html

[JBoss-dev] CVS update: newsite/src/docs/castorjdo jboss-castorjdo.jar rooms2.zip

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:20 Added: src/docs/castorjdo jboss-castorjdo.jar rooms2.zip Log: o moved *everything* to src/docs Revision ChangesPath 1.1 newsite/src/docs/castorjdo/jboss-castorjdo.jar Binary file 1.1

[JBoss-dev] CVS update: newsite/jbossmgt architecture.jsp

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:16 Removed: jbossmgt architecture.jsp Log: o moved *everything* to src/docs ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: newsite/src/docs/pictures ClientSideAuthentication.sq.gif Entity_container_call.gif HiramChirino.jpg JBG.gif JBGcog.gif JBGwhite.gif JDJ-458x601.JPG ServerSideAuthentication.sq.gif SeverSecurityContext.sq.gif Thierry.JPG Thumbs.db andy.jpg blank.gif button-Home.psd button-download.GIF byTelkel.GIF castor_sm.gif cog1.gif cog2.gif confgui.gif cvs_structure.png danch.jpg danielS.jpg dot_empty.gif dot_empty2.gif dot_filled.gif downloadVV.GIF hang_peter.jpg head000.jpg head1.gif head2.gif head3.gif headback1.jpg headback2.jpg header.gif headfill.gif infor_logo.jpg jason.jpg jaws.jpg jawsgui.gif jboss-botbar_r1_c1.gif jboss-botbar_r1_c2.gif jboss-botbar_r1_c3.gif jboss-navbar.gif jboss-sx.jpg jboss-topbar150_r1_c1.gif jboss-topbar_r1_c1.gif jboss-topbar_r1_c2.gif jboss.gif jboss.survey.ear jboss.survey.zip jboss3.jpg jbossCX.png jbossSX.png jbossTX.png jbossVV.GIF jbossgroup.gif jbossgui.gif jbossmq-simple-with-queue.jpg jbossmq-simple.jpg jbossmq-simple.psd jbossmq.jpg jbossmq.psd jetty.png jmx.PNG jo.jpg juha.jpg jules.jpg jung.jpg justin.jpg layer.png logo_telkel.gif logo_telkel_yellow.gif main1.gif main2.gif main3.gif mainfill.gif marc.gif marc.jpg nathy.jpg o_reilly.gif oberg.gif oconnor_headshot.jpg oleg1.jpg osh.jpg petstore1.gif photo9 copy.jpg pi_software _logo.gif powered_by_jboss_flat_blue.gif powered_by_jboss_flat_metal.gif powered_by_jboss_flat_sepia.gif powered_by_jboss_square_blue.gif powered_by_jboss_square_metal.gif powered_by_jboss_square_sepia.gif problem.jpg productVV.gif resourcesVV.GIF robert.jpg sebastien.jpg simone.jpg spacer.gif spine.PNG spine.gif stark.gif stark2.gif sun.gif sylvain.jpg t.gif tail1.gif tail2.gif takeMeBiz.gif takeMeDev.GIF takeMeDev2.GIF tb1.gif tb1u.gif tb2.gif tb2u.gif tb3.gif tb3u.gif tb4.gif tb5.gif tb6.gif tb7.gif tb8.gif tb9.gif telkel_all_1.jpg tex.jpg thought.GIF tobias.jpg tobya.jpg tomcat_3.gif vladimir1.jpg wap0.gif

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:29 Added: src/docs/pictures ClientSideAuthentication.sq.gif Entity_container_call.gif HiramChirino.jpg JBG.gif JBGcog.gif JBGwhite.gif JDJ-458x601.JPG

[JBoss-dev] CVS update: newsite/src/docs/minerva/examples ejb-jar.xml.txt index.html jboss.conf jboss.jcml jboss.properties jboss.xml.txt

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:25 Added: src/docs/minerva/examples ejb-jar.xml.txt index.html jboss.conf jboss.jcml jboss.properties jboss.xml.txt Log: o moved *everything* to src/docs Revision ChangesPath 1.1

[JBoss-dev] CVS update: newsite/castorjdo jboss-castorjdo.jar rooms2.zip

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:16 Removed: castorjdo jboss-castorjdo.jar rooms2.zip Log: o moved *everything* to src/docs ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] CVS update: newsite/src/docs/jbossmgt architecture.jsp

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:21 Added: src/docs/jbossmgt architecture.jsp Log: o moved *everything* to src/docs Revision ChangesPath 1.1 newsite/src/docs/jbossmgt/architecture.jsp Index: architecture.jsp

[JBoss-dev] CVS update: newsite/zol wap0.gif wap1.gif wap2.gif webs0.gif webs0_t.gif webs1.gif webs1_t.gif webs2.gif webs2_t.gif

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:29 Removed: zol wap0.gif wap1.gif wap2.gif webs0.gif webs0_t.gif webs1.gif webs1_t.gif webs2.gif webs2_t.gif Log: o moved *everything* to src/docs ___ Jboss-development

[JBoss-dev] CVS update: newsite/src/docs/zol wap0.gif wap1.gif wap2.gif webs0.gif webs0_t.gif webs1.gif webs1_t.gif webs2.gif webs2_t.gif

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:29:29 Added: src/docs/zol wap0.gif wap1.gif wap2.gif webs0.gif webs0_t.gif webs1.gif webs1_t.gif webs2.gif webs2_t.gif Log: o moved *everything* to src/docs Revision ChangesPath 1.1

[JBoss-dev] article on app-server overspending

2001-08-30 Thread Toby Hede
http://www.internetweek.com/newslead01/lead083001.htm ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: newsite build.bat build.sh build.xml

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:34:32 Added: .build.bat build.sh build.xml Log: o added build files Revision ChangesPath 1.1 newsite/build.bat Index: build.bat ===

[JBoss-dev] CVS update: tools/bin ant

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 15:37:31 Modified:bin ant Log: o only showing ANT_OPTS and running jvm for help message if $ANT_DEBUG is set. Revision ChangesPath 1.3 +5 -2 tools/bin/ant Index: ant

[JBoss-dev] CVSROOT/module -a usage for thirdparty

2001-08-30 Thread Jason Dillon
FYI. This only seems to work (on my machine at least) for limiting what gets pulled out durring the first checkout, once you update, you get everything. =( --jason ___ Jboss-development mailing list [EMAIL PROTECTED]

[JBoss-dev] finished moving newsite/website files to src/docs

2001-08-30 Thread Jason Dillon
Please update your workspaces. If you want to play with the build system, check out the jboss-website module, else the newsite/website module will still work... just besure you edit files under src/docs. This change will allow us to use the build system to generate the website, actually the

Re: [JBoss-dev] Question about build system.

2001-08-30 Thread Julian Gosnell
jboss/jetty 2.4 was built by setting JBOSS_HOME, JETTY_HOME and JETTY_EXTRA and then : cd contrib/jetty/src/build sh ./build.sh dist Jules Jason Dillon wrote: I think they might still be done by hand. --jason On Thu, 30 Aug 2001, Tomasz Skutnik wrote: Hi. I wonder if there are

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

2001-08-30 Thread Dain Sundstrom
User: dsundstrom Date: 01/08/30 16:32:54 Modified:src/main/org/jboss/ejb/plugins/cmp/jdbc JDBCEJBQLFinderCommand.java Log: Rewrote most of the sql generation code. It's much cleaner now. Added table alias generation code. Table aliases are prepened

Re: [JBoss-dev] Docs for New Features

2001-08-30 Thread Dain Sundstrom
Docs are the next thing on my todo list. I just finished the alias generation code and I'm going to start on the docs tomorrow. What do you want documented first? -dain - Original Message - From: Hunter Hillegas [EMAIL PROTECTED] To: JBoss Dev [EMAIL PROTECTED] Sent: Thursday, August

[JBoss-dev] CVS update: newsite/src/docs/jbossgroup - New directory

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 16:49:37 newsite/src/docs/jbossgroup - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: newsite/src/docs/jbossgroup/images - New directory

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 16:49:57 newsite/src/docs/jbossgroup/images - New directory ___ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development

[JBoss-dev] CVS update: newsite/src/docs/jbossgroup/images JBG.gif JBGwhite.gif JBoss.gif bullet_high.gif bullet_norm.gif coder.jpg copy_corn.gif copy_fill.gif fill.gif fill2.gif fill3.gif head.gif left.gif link_line.gif menu.gif t.gif

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 16:58:37 Added: src/docs/jbossgroup/images JBG.gif JBGwhite.gif JBoss.gif bullet_high.gif bullet_norm.gif coder.jpg copy_corn.gif copy_fill.gif fill.gif fill2.gif fill3.gif head.gif

[JBoss-dev] CVS update: newsite/src/docs/jbossgroup copyright.jsp header.jsp index.jsp menu.jsp support.jsp training.jsp

2001-08-30 Thread Jason Dillon
User: user57 Date: 01/08/30 16:58:37 Added: src/docs/jbossgroup copyright.jsp header.jsp index.jsp menu.jsp support.jsp training.jsp Log: o import of JBoss Group web files from JBG.war Revision ChangesPath 1.1

[JBoss-dev] remote debugging from IDEA

2001-08-30 Thread Colin Daly
hi, i'm trying to get remote debugging with IntelliJ IDEA and JBoss 2.4 Beta / Jetty distribution. IDEA says that the remote VM must be run in debug mode with the following settings. -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5000 ok.

Re: [JBoss-dev] Rabbit hole

2001-08-30 Thread David Jencks
I believe there was a long discussion on ant-dev about this, apparently politics @ sun is holding up releasing fixed parsers, ant 1.4 distro includes the fixed version from apache with better classloading. It didn't work for them either. david jencks On 2001.08.30 17:45:39 -0400 Jason Dillon

Re: [JBoss-dev] Docs for New Features

2001-08-30 Thread Hunter Hillegas
That's hard for me to answer since I don't know what is there that may be JBoss specific and I haven't used the code much yet. I'm sure someone else could give a more enlightened opinion. Hunter From: Dain Sundstrom [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 30 Aug 2001