Re: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Max Rydahl Andersen
Hi guys, Just bumping in here to tell the "whole" story about the needed dependencies. Here are the reasons for ever neededing any hibernate specific stuff on a "client" side: 1. Managing persistent collections To track how a collection mutates so when the object comes back to the se

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Scott M Stark
Title: Re: [JBoss-dev] client libraries on EJB3 For the remote proxies and associated aspects yes, but I don't want proxy stuff leaking for no good reason. A proxy that can only be used to cause an exception to be thrown is not a good reason to introduce a new library dependency on the client

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Clebert Suconic
Title: Re: [JBoss-dev] client libraries on EJB3 we will need a proxy framework anyways, right?   if we replace cglib by something else (aop, javassist maybe) I guess it would be the same on that point, and besides it would require some work.   From: [EMAIL PROTECTED] on behalf of Scott M

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Scott M Stark
Title: Re: [JBoss-dev] client libraries on EJB3 I'm asking if we can replace the proxy with one that throws the lazy loading exception on any method access without leaking dependencies on the proxy related classes. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Clebert Suconic
Title: Re: [JBoss-dev] client libraries on EJB3 Well... I'm not sure what would happen if the lazy relationship is filled. I guess you would get the ClassNotFoundException on any Lazy Relationship if hibernate.proxy is not availble. Bill? Kabir? I only tested without activating a Lazy Rel

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Scott M Stark
Title: Re: [JBoss-dev] client libraries on EJB3 Can this enhanced proxy be replaced during serialization to avoid this? If these classes cannot be used in a functional manner by a client, they should not be exposed to the client. Just replace the proxy with a wrapper around the lazy load exce

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Clebert Suconic
Title: Re: [JBoss-dev] client libraries on EJB3 we are not propagating relationships across JVM boundaries.   But if you have a lazy relationship, you need CGLIB and ASM on the client side.   So, if you don't have CGLib, ASM and Hibernate and using a lazy relationship you will get a ClassN

Re: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Bill Burke
Unloaded relationships throw a lazy-loaded exception if accessed after the entity is detached. Scott M Stark wrote: Huh? We are propagating relationships across jvm boundaries? That does not make sense. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Scott M Stark
Huh? We are propagating relationships across jvm boundaries? That does not make sense. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Clebert Suconic > Sent: Wednesday, February 15, 2006 1:22 PM > To: jboss-development@lists.sourceforge.net > Su

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Clebert Suconic
IMO we need to add the whole asm, cglib and hibernate.proxy into hibernate3-client. These packages are required on any lazy relationship. Clebert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Heiko W. Rupp Sent: Wednesday, February 15, 2006 2:36 PM To

Re: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Heiko W. Rupp
On Tue, Feb 14, 2006 at 12:09:59PM -0600, Clebert Suconic wrote: > > If you write an EJB3 remote application application, it's very likely > you will have to add cglib, asm and hibernate3 to the classpath of your > application. This sounds extremely fat. Can this be reduced to the absolutely need

[JBoss-dev] About that rumor...

2006-02-15 Thread Andrew Oliver
That 'vi' kicks your puny yet bloated IDE's ass...this page has the testimony: http://labs.jboss.com/portal/community/bestide?noproject=true Do not argue it on here or the core, we need to capture the testimony with proper version tracking and tool integration and full featured HTML rather th

[JBoss-dev] jboss-cache-testsuite Build Completed With Testsuite Errors

2006-02-15 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-cache-testsuite?log=log20060215113153 TESTS FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-JBossCache.xml:96: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/

RE: [JBoss-dev] client libraries on EJB3

2006-02-15 Thread Kabir Khan
I've added the required files to hibernate-client.jar, and updated the build to use hibernate3.jar for just the "entity" test. I've not had a stab at looking at the real problem though. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Clebert Suco

RE: [JBoss-dev] So does svn really work in the ides?

2006-02-15 Thread Jason T. Greene
Its probably a bug. According to the release notes it's supposed to be supported: http://subclipse.tigris.org/subclipse/changes.html -Jason > -Original Message- > From: [EMAIL PROTECTED] [mailto:jboss- > [EMAIL PROTECTED] On Behalf Of Scott M Stark > Sent: Wednesday, February 15, 2006 9:

RE: [JBoss-dev] So does svn really work in the ides?

2006-02-15 Thread Scott M Stark
The checkout works fine from the command line. So I need a feature request to have subeclipse follow the svn:externals reference it would seem. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tim OBrien > Sent: Tuesday, February 14, 2006 10:30 PM

[JBoss-dev] Supported standards matrixes

2006-02-15 Thread Mark Little
As part of our ongoing standards activities, I've set up a series of product/standard matrixes linked off http://wiki.jboss.org/wiki/Wiki.jsp?page=ADescriptionOfWhatStandardsAreSupported If you want to update, please do so, or send me the relevant information: (i) standards body (ii) name of s

[JBoss-dev] ejb3-4.0-testsuite Build Failed

2006-02-15 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/ejb3-4.0-testsuite?log=log20060215072924 BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-ejb3-4.0-testsuite.xml:83: Exit code: 1 See tests.log in Build Artifacts for details.Date of build: 02/15

[JBoss-dev] jboss-seam-testsuite build.16 Build Fixed

2006-02-15 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-seam-testsuite?log=log20060215064354Lbuild.16 BUILD COMPLETE - build.16Date of build: 02/15/2006 06:43:54Time to build: 2 minutes 31 secondsLast changed: 02/13/2006 16:39:22Last log entry: updated

[JBoss-dev] concurrent-testsuite Build Completed With Testsuite Errors

2006-02-15 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/concurrent-testsuite?log=log20060215043538 TESTS FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-concurrent-testsuite.xml:73: The following error occurred while executing this line: /services/cruisecontrol/work

Re: [JBoss-dev] So does svn really work in the ides?

2006-02-15 Thread Adrian Brock
On Tue, 2006-02-14 at 21:22, Scott M Stark wrote: > Using eclipse I could not even checkout the tc5.5.x project using the > Import->Checkout from SVN command. When it got to the "Select the folder > to be checked out from SVN" dialog, it was just blank. So far I'm > underwhelmed with the svn tool s