[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 4-April-2003

2003-04-04 Thread scott . stark
Automated JBoss(Branch_3_0) Testsuite Results: 4-April-2003\n\n begin 644 TESTS-TestSuites.txt M#0H-DI;W-S(1A:6QY('1EW0@F5S=6QTPT*#0I354U-05)9#0H-DYU M;6)EB!O9B!T97-TR!R=6XZ( @,3$Q,0T*#0HM+2TM+2TM+2TM+2TM+2TM M+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+2TM+0T*#0I3=6-C97-S9G5L('1E MW1S.B @(

RE: [JBoss-dev] JB4DR1 Deadline MAY 26

2003-04-04 Thread Sacha Labourey
I talked with Dr Jung yesterday, the Webservices part is going pretty well but JAXR is 70% there and W2EE is still 80% to go (but easy) (Dr. Jung's words) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dain Sundstrom Sent: vendredi, 4. avril 2003

[JBoss-dev] class loader problem

2003-04-04 Thread Surendranath Reddy Yanam
This code is worfking fine as standlone. ClassLoader.getSystemClassLoader().loadClass(paramStr[1]); But the same is code is not working in jboss for javax. package ClassLoader.getSystemClassLoader().loadClass("javax.mail.Message"); I have kept the mail.jar in lib folder still it is not

Why the forums suck (Was: Re: [JBoss-dev] AOP versioned ACID objects 1st iteration)

2003-04-04 Thread Stefan Arentz
On Thursday, Mar 27, 2003, at 18:25 Europe/Amsterdam, Bill Burke wrote: We've been trying hard to keep the development forums as the base of design discussions. There's a lot of good information there. The information there is good, but it is a pain to access the forums. Here are some of the

RE: Why the forums suck (Was: Re: [JBoss-dev] AOP versioned ACID objects 1st iteration)

2003-04-04 Thread marc fleury
\ What would really help is a forum2email gateway to relay new messages to an email address. I know that begging for features is not allowed here :) so if it an option to add that as a module to the new nukes stuff then I can help out with that. OK :) marcf S.

Re: AW: [JBoss-dev] JB4DR1 Deadline MAY 26

2003-04-04 Thread David Jencks
If we can include/redistribute the jaxm libraries adding the ability to accept jaxm calls from a jca 1.5 resource adapter to an mdb is very easy. I can't understand the license terms and the last time I asked I got no response. Is there another jca part to the webservices? thanks david jencks

Re: Why the forums suck (Was: Re: [JBoss-dev] AOP versioned ACIDobjects 1st iteration)

2003-04-04 Thread Scott M Stark
I agree with everything you say which is why I only read the forums when I have to. Pitch in to help Julien create something useable. -- Scott Stark Chief Technology Officer JBoss Group, LLC Stefan Arentz wrote: On Thursday, Mar 27, 2003, at 18:25

Re: [JBoss-dev] class loader problem

2003-04-04 Thread Scott M Stark
The system class loader is the wrong thing to be using in JBoss. Read the class loading docs on sourceforge and then the Thread.getContextClassLoader() javadocs. -- Scott Stark Chief Technology Officer JBoss Group, LLC Surendranath Reddy Yanam

RE: [JBoss-dev] JBoss remoting callbacks [was JB4DR1 Deadline MAY 26]

2003-04-04 Thread Nathan Phelps
I question if A JMSServerInvocationHandler is even necessary (along with the JMS Subsystem) if Bill exposes the callbacks via the AOP remoting framework. Frankly, I have the same thought about all the subsystems as I know EJB for instance will also being using the AOP framework and therefore the

RE: [JBoss-dev] JBoss remoting callbacks [was JB4DR1 Deadline MAY 26]

2003-04-04 Thread Jeff Haynie
I think Bill and I need to come up with a generic enough AOP remoting with callbacks (which we have a start of) and provide that as part of the Invocation to interceptors so that the J2EE services can just use that w/o having to know anything about the remoting parts. -Original Message-

Re: Why the forums suck (Was: Re: [JBoss-dev] AOP versioned ACIDobjects 1st iteration)

2003-04-04 Thread Vladyslav Kosulin
Scott M Stark wrote: I agree with everything you say which is why I only read the forums when I have to. Pitch in to help Julien create something useable. Newsserver with web interface through forums for those who can use only http? --- This

RE: [JBoss-dev] JBoss remoting callbacks [was JB4DR1 Deadline MAY 26]

2003-04-04 Thread Bill Burke
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nathan Phelps Sent: Friday, April 04, 2003 10:23 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] JBoss remoting callbacks [was JB4DR1 Deadline MAY 26] I question if A JMSServerInvocationHandler is

Re: [JBoss-dev] Does clustering work on OS X?

2003-04-04 Thread Dain Sundstrom
I commented out that code. Can you try HEAD on that box? The way I got it to hang was to start all, run tests-unit (which worked great), and when the test completed, I just pressed ctrl^C in the console. -dain On Friday, April 4, 2003, at 12:04 AM, Scott M Stark wrote: 3.2 works fine on the

Re: [JBoss-dev] Why is JDOM version in JBoss so old

2003-04-04 Thread Scott M Stark
Because there has been no reason to update it apparently. On head jdom should be dropped. I'll update 3.2 to b8. -- Scott Stark Chief Technology Officer JBoss Group, LLC Colin Sampaleanu wrote: Is there are particular reason JBoss ships with what

Re: [JBoss-dev] Why is JDOM version in JBoss so old

2003-04-04 Thread Tom Coleman
Is there something that replaces JDOM in 4.x? JDOM can make XML experts out of dummies, and if you're working with XML-based apps, it's nice to have in the server classpath. Scott Stark wrote: ... On head jdom should be dropped. ---

Re: [JBoss-dev] Why is JDOM version in JBoss so old

2003-04-04 Thread Scott M Stark
dom4j or perhaps even a metadata service. I'm getting tired of seeing N different sets of xml parser api code spread throughout core components that should not be tied to xml. Tom Coleman wrote: Is there something that replaces JDOM in 4.x? JDOM can make XML experts out of dummies, and if

Re: [JBoss-dev] Why is JDOM version in JBoss so old

2003-04-04 Thread Hiram Chirino
yes the replacment is dom4j. Check it out at dom4j.org Regards, Hiram --- Tom Coleman [EMAIL PROTECTED] wrote: Is there something that replaces JDOM in 4.x? JDOM can make XML experts out of dummies, and if you're working with XML-based apps, it's nice to have in the server

[JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 4-April-2003

2003-04-04 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1223 Successful tests: 1217 Errors:3 Failures: 3 [time of test: 2003-04-04.20-54 GMT] [java.version:

Re: [JBoss-dev] Subscribe to the list

2003-04-04 Thread Scott M Stark
Go to the source forge jboss project page and find the list section to subscribe. Angela O'Connell wrote: Hi, Could you please tell me how to subscribe to this list for JBOSS-Development? Thanks, Angela --- This SF.net email is sponsored by:

Re: [JBoss-dev] Does clustering work on OS X?

2003-04-04 Thread Scott M Stark
With that change it starts up and and shuts down fine. -- Scott Stark Chief Technology Officer JBoss Group, LLC Dain Sundstrom wrote: I commented out that code. Can you try HEAD on that box? The way I got it to hang was to start all, run

[JBoss-dev] [ jboss-Bugs-715680 ] Incorrect jboss-service-3-2.dtd

2003-04-04 Thread SourceForge.net
Bugs item #715680, was opened at 2003-04-04 18:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=715680group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Han Ming ONG (hanming) Assigned to:

[JBoss-dev] [ jboss-Bugs-715680 ] Incorrect jboss-service-3-2.dtd

2003-04-04 Thread SourceForge.net
Bugs item #715680, was opened at 2003-04-04 18:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=715680group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Han Ming ONG (hanming) Assigned to:

[JBoss-dev] [ jboss-Bugs-715680 ] Incorrect jboss-service-3-2.dtd

2003-04-04 Thread SourceForge.net
Bugs item #715680, was opened at 2003-04-04 18:31 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=715680group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Han Ming ONG (hanming) Assigned to: Scott M

[JBoss-dev] Help needed for running client EJB

2003-04-04 Thread Anukampa Malhi
I m trying to solve interest EJB example provided with Jboss documentation. This is wht i m getting when i run interest client Buildfile: build.xml validate-servlet: validate-jboss: fail_if_not_valid: init: [echo] Using JBoss directory=C:\jboss [echo] Using base