Re: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-04 Thread Jason Dillon
Why not do a full checkout each day always? --jason On Tuesday, March 4, 2003, at 02:56 PM, Chris Kimpton wrote: Hi, --- David Jencks [EMAIL PROTECTED] wrote: I don't think so, the error is not shown. I built fresh from a clean checkout last night with no problems. The problem may be that

[JBoss-dev] [ jboss-Bugs-697165 ] XMBeans scoped class loading not working together

2003-03-04 Thread SourceForge.net
Bugs item #697165, was opened at 2003-03-04 10:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=697165group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Jurjan-Paul Medema (jurjanpaul) Assigned to:

[JBoss-dev] [ jboss-Bugs-697165 ] XMBeans scoped class loading not working together

2003-03-04 Thread SourceForge.net
Bugs item #697165, was opened at 2003-03-04 10:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=697165group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Jurjan-Paul Medema (jurjanpaul) Assigned to:

[JBoss-dev] .cvsroot replaced by CVSROOT/cvsignore

2003-03-04 Thread Jason Dillon
I just added CVSROOT/cvsignore to the repository for global ignores. If something needs to be ignored globally added it here, else use a local .cvsroot. --jason --- This SF.net email is sponsored by: Etnus, makers of TotalView, The

[JBoss-dev] XDoclet libraries.ent change

2003-03-04 Thread Jason Dillon
I changed the XDoclet config in libraries.ent to default to thirdparty/xdoclet-xdoclet/lib, which allows other projects to continue to function. If you want to use the bits from jboss/xdoclet define xdoclet.xdoclet.lib in your build/local.properties. I still have not figured out how this ever

[JBoss-dev] [ jboss-Bugs-697254 ] ClassCastException when using EAR based scoping

2003-03-04 Thread SourceForge.net
Bugs item #697254, was opened at 2003-03-04 14:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=697254group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Marcus Eriksson (marcuseriksson) Assigned to:

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-04 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS= = JAVA VERSION DETAILS java version 1.3.1_06 Java(TM) 2 Runtime Environment, Standard

[JBoss-dev] jboss remoting

2003-03-04 Thread Bill Burke
Hey all, I can see why David was so excited about the new JBoss Remoting framework that Jeff Haynie and Tom Elrod wrote. I had dinner with Jeff in Boston last night and over a few beers he discussed in detail their design and features the framework provides. Jeff/Tom, please correct me where

RE: [JBoss-dev] jboss remoting

2003-03-04 Thread Jeff Haynie
Yes, the class downloading is inefficient and has some large room for improvement. However, to be noted, that it will only download classes from the remote side if the class doesn't exists locally (or at least isn't visible). This is a little more efficient, as I remember, than RMI where the

RE: [JBoss-dev] jboss remoting

2003-03-04 Thread Bill Burke
I'm not sure if it so much of an issue since only DP classes will be downloaded. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeff Haynie Sent: Tuesday, March 04, 2003 10:45 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] jboss remoting Yes,

[JBoss-dev] Support for application clients

2003-03-04 Thread Igor Fedorenko
Hi, JBoss 3.2 does not seem to support application clients as specified in J2EE Spec, v1.3, section 9. Is there any reason why this is not supported other than nobody has asked it? Igor Fedorenko Think smart. Think automated. Think Dynamics. www.thinkdynamics.com

RE: [JBoss-dev] Support for application clients

2003-03-04 Thread Bill Burke
What are the advantages of it? It would require a client container. I wonder if any other vendor supports it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Igor Fedorenko Sent: Tuesday, March 04, 2003 11:24 AM To: [EMAIL PROTECTED] Sourceforge. Net

Re: [JBoss-dev] Support for application clients

2003-03-04 Thread David Jencks
Or maybe noone has implemented it. Every now and again someone asks. Unless it can be done really easily I'm not in favor of trying to add this to jb3.2. I think it can be done really easily in jb4 since we are (or will be) starting a jmx mbean server in the client so we can easily make the app

RE: [JBoss-dev] Support for application clients

2003-03-04 Thread Brian Repko
WebLogic 6+ has supported it (though not well documented at all!). Advantage is for GUI applications having access to the same JNDI environment that its web application cousin has - there is a potential to reuse alot of code between the two environments. Shared security mechanisms and client-side

Re: [JBoss-dev] RMIClassloader for MBean RMIAdaptor

2003-03-04 Thread Peter Antman
Ok, great. I will do it toworrow I hope. Should only write a testcase first. //Peter On Mon, 2003-03-03 at 20:00, Scott M Stark wrote: You can apply this to 3.0. I will handle the changes to allow for subclassing LoaderRespoitory. Scott Stark Chief Technology

RE: [JBoss-dev] Support for application clients

2003-03-04 Thread Igor Fedorenko
Although I did not try it, both WebSphere 5.0 and WebLogic 7.0 both claim to support it. The main advantage that I see is java:comp/env JNDI namespace on the client side. This way it becomes possible to share a lot of code between EJB and non-EJB parts of the app. -Original Message-

RE: [JBoss-dev] Support for application clients

2003-03-04 Thread Sonnek, Ryan
i'd just like to toss in my 2 cents and say that it'd be really nice if my web start clients could use the java:comp/env namespace. then i could use the xdoclet util classes that were generated with the logical ejb reference and not the phyisical one. -Original Message- From: Igor

RE: [JBoss-dev] Support for application clients

2003-03-04 Thread Igor Fedorenko
-Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 11:45 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Support for application clients Or maybe noone has implemented it. Every now and again someone asks. Unless it can be done

[JBoss-dev] [ jboss-Bugs-697465 ] Jboss.net does not generated updated wsdl when redeploy

2003-03-04 Thread SourceForge.net
Bugs item #697465, was opened at 2003-03-04 11:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=697465group_id=22866 Category: JBossSOAP Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Joe Hung (joehung) Assigned to: Nobody/Anonymous

[JBoss-dev] [ jboss-Bugs-679705 ] 3.0.6 fails to start with AbstractMethodError on IBM 1.4 VM

2003-03-04 Thread SourceForge.net
Bugs item #679705, was opened at 2003-02-03 18:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=679705group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Stefan Kuehnel (skuehnel) Assigned

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

2003-03-04 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1065 Successful tests: 1061 Errors:1 Failures: 3 [time of test: 2003-03-04.12-04 GMT] [java.version:

[JBoss-dev] please notify before large scale changes to EJB land.

2003-03-04 Thread Bill Burke
I'm begging people not to do any large scale changes to EJB land. I'm about to undertake converting all the EJB interceptors and invokers to use the AOP Invocation object and Interceptor interface. This my first step on integrating the AOP DP framework. I'm asking you to please notify me before

[JBoss-dev] jboss_3_2.dtd updated

2003-03-04 Thread Scott M Stark
The jboss_3_2.dtd was way out of date with respect to the container invoker configuration so I updated it and checked it in. Take a look at this and see if there are other missing elements or elements that should be dropped. One construct that I don't understand in the invoker-bindings/invoker

[JBoss-dev] 3.2 testsuite will not build under 1.3

2003-03-04 Thread Scott M Stark
The 3.2 testsuite is not building under JDK 1.3 due to the inclusion of the java.sql.Savepoint class: [javac] C:\cvs\JBoss3.2\jboss-3.2\testsuite\src\main\org\jboss\test\jca\jdbc \TestConnection.java:18: cannot resolve symbol [javac] symbol : class Savepoint [javac] location:

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-04 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS= = JAVA VERSION DETAILS java version 1.3.1_06 Java(TM) 2 Runtime Environment, Standard

Re: [JBoss-dev] 3.2 testsuite will not build under 1.3

2003-03-04 Thread David Jencks
This code has been compiling in your test runs under jdk 1.3.1 for both 3.0 and 3.2 for 2 weeks. Can you check the contents of jboss-jca.sar to see if Savepoint is in it? I believe prior to Jasons build speed up change a couple of days ago this contained Savepoint and the other jdk 1.4 java

Re: [JBoss-dev] 3.2 testsuite will not build under 1.3

2003-03-04 Thread Scott M Stark
No, its not there: testsuite 125jar -tf ../connector/output/lib/jboss-jca.sar | grep Save testsuite 126 All Jason's changes were on main, not 3.2. Looking further into the issue I see the tree was built with JDK 1.4.1 and the testsuite was trying to build with JDK 1.3.1 and this does not work

[JBoss-dev] [ jboss-Bugs-697713 ] Http session clustering fails with application classes

2003-03-04 Thread SourceForge.net
Bugs item #697713, was opened at 2003-03-04 19:02 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=697713group_id=22866 Category: Clustering Group: v3.2 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Scott M Stark (starksm) Assigned to: Scott M

[JBoss-dev] [ jboss-Bugs-697713 ] Http session clustering fails with application classes

2003-03-04 Thread SourceForge.net
Bugs item #697713, was opened at 2003-03-04 19:02 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=697713group_id=22866 Category: Clustering Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Scott M Stark (starksm) Assigned to: Scott M

[JBoss-dev] [ jboss-Bugs-697165 ] XMBeans scoped class loading not working together

2003-03-04 Thread SourceForge.net
Bugs item #697165, was opened at 2003-03-04 02:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=697165group_id=22866 Category: JBossMX Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Jurjan-Paul Medema (jurjanpaul) Assigned to: Scott

Re: [JBoss-dev] 3.2 testsuite will not build under 1.3

2003-03-04 Thread David Jencks
On 2003.03.04 21:30 Scott M Stark wrote: No, its not there: testsuite 125jar -tf ../connector/output/lib/jboss-jca.sar | grep Save testsuite 126 All Jason's changes were on main, not 3.2. Looking further into the issue I see the tree was built with JDK 1.4.1 and the testsuite was trying to

Re: [JBoss-dev] 3.2 testsuite will not build under 1.3

2003-03-04 Thread Scott M Stark
Yes, the testsuite was being build with 1.3.1 after the rest of the codebase had been build with 1.4.1. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: David Jencks [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-04 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS= = JAVA VERSION DETAILS java version 1.4.1_01 Java(TM) 2 Runtime Environment, Standard

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

2003-03-04 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1137 Successful tests: 1128 Errors:9 Failures: 0 [time of test: 2003-03-05.02-42 GMT] [java.version:

Re: [JBoss-dev] jboss_3_2.dtd updated

2003-03-04 Thread Francisco Reverbel
On Tue, 4 Mar 2003, Scott M Stark wrote: The jboss_3_2.dtd was way out of date with respect to the container invoker configuration so I updated it and checked it in. Take a look at this and see if there are other missing elements or elements that should be dropped. One construct that I

Re: [JBoss-dev] jboss_3_2.dtd updated

2003-03-04 Thread Scott M Stark
I still don't understand why the incoming protocol should dictate the protocol that any invocations made the the target bean. If I'm bean X and some .NET clown invoked via soap, why do I want to in turn invoke the beans Y and Z through soap when I can use a local interface or optimized RMI?

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

2003-03-04 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1130 Successful tests: 1122 Errors:8 Failures: 0 [time of test: 2003-03-05.05-16 GMT] [java.version:

[JBoss-dev] [ jboss-Bugs-697165 ] XMBeans scoped class loading not working together

2003-03-04 Thread SourceForge.net
Bugs item #697165, was opened at 2003-03-04 02:12 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=697165group_id=22866 Category: JBossMX Group: v3.2 Status: Closed Resolution: Fixed Priority: 5 Submitted By: Jurjan-Paul Medema (jurjanpaul) Assigned to:

[JBoss-dev] [ jboss-Bugs-689562 ] Hotdeploy of ear w/ war fails under 3.0.6, not under 3.0.4

2003-03-04 Thread SourceForge.net
Bugs item #689562, was opened at 2003-02-19 12:22 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=689562group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: James Higginbotham (jwhigginbotham)

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-04 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS= = JAVA VERSION DETAILS java version 1.3.1_06 Java(TM) 2 Runtime Environment, Standard

RE: [JBoss-dev] Support for application clients

2003-03-04 Thread holger_engels
Quoting Igor Fedorenko [EMAIL PROTECTED]: -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 11:45 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Support for application clients Or maybe noone has implemented

[JBoss-dev] [ jboss-Bugs-697254 ] ClassCastException when using EAR based scoping

2003-03-04 Thread SourceForge.net
Bugs item #697254, was opened at 2003-03-04 05:56 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=697254group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Invalid Priority: 5 Submitted By: Marcus Eriksson (marcuseriksson) Assigned

Re: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-04 Thread Chris Kimpton
bandwidth - the more I use, the more it costs me... ;-) Also, I'd like to think that most developers do an update rather than a full checkout and so it helps highlight any issues from that too. ...but I guess the full checkout did not help as it is still failing... Chris --- Jason Dillon