[JBoss-dev] Anyone looked at dependency-manager task?

2003-03-10 Thread Jason Dillon
Just curious if anyone has had time to look at the dependency-manager task usage in the buildmagic-2.0 tree? If not could I get a few peeps to have a look and give me some feedback on how well it works to download depends to build this project? cvs get -r buildmagic-2_0 buildmagic cd

[JBoss-dev] [ jboss-Bugs-693239 ] JBoss ClassLoader implementation is unappropriate for EJB co

2003-03-10 Thread SourceForge.net
Bugs item #693239, was opened at 2003-02-25 23:17 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=693239group_id=22866 Category: JBossServer Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Thomas Pasch (aanno) Assigned to:

Re: [JBoss-dev] Eclipse with HEAD and 3.2 opened at same time?

2003-03-10 Thread philipborlin
Just use Check Out As... to check out HEAD and name it something like JBoss HEAD. Next, just use Check Out As... again and check out the 3.2 branch into something like JBoss 3.2. That way both branches can be in the same workspace at the same time. -Phil

[JBoss-dev] dynamic proxy constructor creation caching

2003-03-10 Thread julien viet
I wonder why dynamic proxy const is not cached, for instance in BaseLocalProxyFctory. switching : InvocationHandler ih = new InvocationHandlerImpl(); Proxy.newProxyInstance(classloader, new Class[]{itf.class}, ih); to the code : InvocationHandler ih = new InvocationHandlerImpl();

Re: [JBoss-dev] Possibility to override LoaderResository

2003-03-10 Thread Peter Antman
Hi, I saw you changes in cvs regarding mx.loading. Great that you are relaxing the signature restriction! But I also saw that you have added the possibility to let the heirirachical load from parent first; this would be a welcome addition and might perhaps make it a little bit easier to live with

[JBoss-dev] [ jboss-Bugs-700211 ] jboss-web.sar fails deploying in vanilla download

2003-03-10 Thread SourceForge.net
Bugs item #700211, was opened at 2003-03-08 20:01 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=700211group_id=22866 Category: JBossWeb Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Ryan Hoegg (rhoegg) Assigned to:

RE: [JBoss-dev] DefaultPartition in ClusteredHttpSessionEB.jar

2003-03-10 Thread Igor Fedorenko
Another question, org.jboss.management.j2ee.cluster.HAManagementService has DefaultPartition hardcoded and there seem to be no way to configure it. Should I fix this too? -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED] Sent: Saturday, March 08, 2003 9:37 AM To:

Re: [JBoss-dev] Possibility to override LoaderResository

2003-03-10 Thread Scott M Stark
I have not tested the java2ParentDelegaton addition, but yes this can only come in at the loader repository level which is either the cache or the ordering of the class loaders as determined by getPackageClassLoaders. If java2ParentDelegaton is false, then the child loader repository's should not

[JBoss-dev] [ jboss-Bugs-701106 ] Patch request for StatefulSessionInstanceCache class

2003-03-10 Thread SourceForge.net
Bugs item #701106, was opened at 2003-03-10 20:43 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=701106group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Rod Burgett (rodburgett) Assigned to:

Re: [JBoss-dev] Possibility to override LoaderResository

2003-03-10 Thread Peter Antman
mån 2003-03-10 klockan 21.15 skrev Scott M Stark: I have not tested the java2ParentDelegaton addition, but yes this can only come in at the loader repository level which is either the cache or the ordering of the class loaders as determined by getPackageClassLoaders. If java2ParentDelegaton is

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

2003-03-10 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1120 Successful tests: 1106 Errors:14 Failures: 0 [time of test: 2003-03-10.20-42 GMT] [java.version:

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

2003-03-10 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1067 Successful tests: 1061 Errors:2 Failures: 4 [time of test: 2003-03-10.13-20 GMT] [java.version:

Re: [JBoss-dev] DefaultPartition in ClusteredHttpSessionEB.jar

2003-03-10 Thread Scott M Stark
Leave this to me as I need to update this class for the changes made to the jsr77 layer. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Igor Fedorenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

[JBoss-dev] [ jboss-Change Notes-701282 ] BeanShell JBoss sub-deployer added

2003-03-10 Thread SourceForge.net
Change Notes item #701282, was opened at 2003-03-10 18:03 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=381174aid=701282group_id=22866 Category: JBossServer Group: v3.2 Status: Open Priority: 5 Submitted By: Scott M Stark (starksm) Assigned to: Nobody/Anonymous

[JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread Dain Sundstrom
I would like to move the org.jboss.invocation.MarshalledValue* to the commons package, so it can be used by non-ejb dependent code. Does any have an issue with this? Does this create a problem for client jars? -dain --- This sf.net email

Re: [JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread Dain Sundstrom
I have another issue now... should have checked before sending this email. I have a written new basic service ObjectCopier, which is an MBean that knows how to *efficiently* deep copy objects. This means that I track metadata so we can avoid serialize/ deserialize. Anyway, I wanted add

[JBoss-dev] Make $7500 A Month Or It's FREE!!!.......... wsb

2003-03-10 Thread Casino_Online_642
Online gambling is taking off! In 2002 alone, the Online Casino industry earned over $3 billion, and is expected to skyrocket to over $5 billion annually by the end of 2003. We've partnered with three of the top online casinos, and we'll give you your very own Online Gaming Portal where your

RE: [JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread marc fleury
I would like to move the org.jboss.invocation.MarshalledValue* to the commons package, so it can be used by non-ejb dependent code. good point marcf Does any have an issue with this? Does this create a problem for client jars? -dain

Re: [JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread Scott M Stark
I don't think there should be any services in common, only utility type classes. The server module seems like the approriate place for core utility services that are not needed by the bootstrap server footprint. Scott Stark Chief Technology Officer JBoss Group, LLC

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

2003-03-10 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1120 Successful tests: 1110 Errors:10 Failures: 0 [time of test: 2003-03-11.01-42 GMT] [java.version:

Re: [JBoss-dev] DTD hell

2003-03-10 Thread Scott M Stark
Not based on my testing. Any elements must still be declared. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Luke Taylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 08, 2003 10:50 AM

[JBoss-dev] JDK 1.4.1 on OS X out and breaks build

2003-03-10 Thread Dain Sundstrom
I just upgraded to 1.4.1 on OS X and now the build won't work. I tried a fresh checkout, but that didn't help. Jason is this working on your mac. -dain bash-2.05a$ java -version java version 1.4.1_01 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-39) Java HotSpot(TM)

Re: [JBoss-dev] JDK 1.4.1 on OS X out and breaks build

2003-03-10 Thread Jason Dillon
I am currently using 1.4.1 p10. I will download the latest ASAP. --jason On Tuesday, March 11, 2003, at 01:13 PM, Dain Sundstrom wrote: I just upgraded to 1.4.1 on OS X and now the build won't work. I tried a fresh checkout, but that didn't help. Jason is this working on your mac. -dain

Re: [JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread Jason Dillon
Why not add it to system? --jason On Tuesday, March 11, 2003, at 09:32 AM, Dain Sundstrom wrote: I have another issue now... should have checked before sending this email. I have a written new basic service ObjectCopier, which is an MBean that knows how to *efficiently* deep copy objects.

Re: [JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread Dain Sundstrom
I don't need to move it anymore, because I'm going to put my new code in server. I think this will need to be moved when we get more of the persistence engine moved, because we use MarshalledValue for BLOBs. -dain On Tuesday, March 11, 2003, at 12:57 AM, Jason Dillon wrote: Why not add it to

Re: [JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread Jason Dillon
What is up with the unified interception framework? I assume this will be part of it yes? --jason On Tuesday, March 11, 2003, at 02:14 PM, Dain Sundstrom wrote: I don't need to move it anymore, because I'm going to put my new code in server. I think this will need to be moved when we get

Re: [JBoss-dev] JDK 1.4.1 on OS X out and breaks build

2003-03-10 Thread Hunter Hillegas
Not working here... I also saw a post about this on the xdoclet list but no response yet. From: Dain Sundstrom [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Tue, 11 Mar 2003 00:13:55 -0600 To: [EMAIL PROTECTED] Subject: [JBoss-dev] JDK 1.4.1 on OS X out and breaks build I just