[JBoss-dev] RE: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...

2006-01-06 Thread Scott M Stark
A component should be compatible with multiple versions, not just the
latest as this will break other uses of hibernate that cannot use
asm-3.0_beta. For example, from the tomcat 5.5.9 component-info.xml:

  import componentref=apache-logging
 compatible version=1.0.3/
 compatible version=1.0.4jboss/
  /import

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Thomas Diesler
 Sent: Friday, January 06, 2006 7:59 AM
 To: [EMAIL PROTECTED]
 Subject: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...
 
   User: tdiesler
   Date: 06/01/06 10:58:54
 
   Modified:hibernate/3.1  component-info.xml
   Log:
   Update to asm-3.0_beta
   
   Revision  ChangesPath
   1.2   +1 -1  
 repository.jboss.com/hibernate/3.1/component-info.xml
   
   (In the diff below, changes in quantity of whitespace are 
 not shown.)
   
   Index: component-info.xml
   ===
   RCS file: 
 /cvsroot/jboss/repository.jboss.com/hibernate/3.1/component-info.xml,v
   retrieving revision 1.1
   retrieving revision 1.2
   diff -u -b -r1.1 -r1.2
   --- component-info.xml  16 Dec 2005 02:16:38 -  1.1
   +++ component-info.xml  6 Jan 2006 15:58:54 -   1.2
   @@ -8,7 +8,7 @@

  artifact id=hibernate3.jar/
import componentref=asm
   -   compatible version=1.5.3/
   +   compatible version=3.0_beta/
  /import
  import componentref=antlr
   compatible version=2.7.6rc1/


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] RE: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...

2006-01-06 Thread Thomas Diesler

Ok, I restored compatiblity to asm-1.5.3. 
If hibernate is incompatible with asm-3.0_beta things will become
compilicated.

xxx
Thomas Diesler
Web Service Lead
JBoss Inc.
xxx
 

-Original Message-
From: Scott M Stark 
Sent: Friday, January 06, 2006 20:09
To: Thomas Diesler; jboss-development@lists.sourceforge.net
Subject: RE: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...

A component should be compatible with multiple versions, not 
just the latest as this will break other uses of hibernate 
that cannot use  asm-3.0_beta. For example, from the tomcat 
5.5.9 component-info.xml:

  import componentref=apache-logging
 compatible version=1.0.3/
 compatible version=1.0.4jboss/
  /import

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Thomas Diesler
 Sent: Friday, January 06, 2006 7:59 AM
 To: [EMAIL PROTECTED]
 Subject: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...
 
   User: tdiesler
   Date: 06/01/06 10:58:54
 
   Modified:hibernate/3.1  component-info.xml
   Log:
   Update to asm-3.0_beta
   
   Revision  ChangesPath
   1.2   +1 -1  
 repository.jboss.com/hibernate/3.1/component-info.xml
   
   (In the diff below, changes in quantity of whitespace are not 
 shown.)
   
   Index: component-info.xml
   ===
   RCS file: 
 
/cvsroot/jboss/repository.jboss.com/hibernate/3.1/component-info.xml,v
   retrieving revision 1.1
   retrieving revision 1.2
   diff -u -b -r1.1 -r1.2
   --- component-info.xml 16 Dec 2005 02:16:38 -  1.1
   +++ component-info.xml 6 Jan 2006 15:58:54 -   1.2
   @@ -8,7 +8,7 @@

  artifact id=hibernate3.jar/
import componentref=asm
   -  compatible version=1.5.3/
   +  compatible version=3.0_beta/
  /import
  import componentref=antlr
  compatible version=2.7.6rc1/



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] RE: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...

2006-01-06 Thread Scott M Stark
If its incompatible then you would change it as you did. I believe its
really cglib that depends on the asm stuff so the dependencies are not
being expressed. Currently the cglib has no dependencies.

 -Original Message-
 From: Thomas Diesler 
 Sent: Friday, January 06, 2006 11:18 AM
 To: Scott M Stark; 'Thomas Diesler'; 
 'jboss-development@lists.sourceforge.net'
 Subject: RE: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...
 
 
 Ok, I restored compatiblity to asm-1.5.3. 
 If hibernate is incompatible with asm-3.0_beta things will 
 become compilicated.
 
 xxx
 Thomas Diesler
 Web Service Lead
 JBoss Inc.
 xxx
  
 
 -Original Message-
 From: Scott M Stark
 Sent: Friday, January 06, 2006 20:09
 To: Thomas Diesler; jboss-development@lists.sourceforge.net
 Subject: RE: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...
 
 A component should be compatible with multiple versions, not 
 just the 
 latest as this will break other uses of hibernate that cannot use  
 asm-3.0_beta. For example, from the tomcat
 5.5.9 component-info.xml:
 
   import componentref=apache-logging
  compatible version=1.0.3/
  compatible version=1.0.4jboss/
   /import
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On 
 Behalf Of 
  Thomas Diesler
  Sent: Friday, January 06, 2006 7:59 AM
  To: [EMAIL PROTECTED]
  Subject: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...
  
User: tdiesler
Date: 06/01/06 10:58:54
  
Modified:hibernate/3.1  component-info.xml
Log:
Update to asm-3.0_beta

Revision  ChangesPath
1.2   +1 -1  
  repository.jboss.com/hibernate/3.1/component-info.xml

(In the diff below, changes in quantity of whitespace are not
  shown.)

Index: component-info.xml

 ===
RCS file: 
  
 /cvsroot/jboss/repository.jboss.com/hibernate/3.1/component-i
 nfo.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- component-info.xml   16 Dec 2005 02:16:38 -  1.1
+++ component-info.xml   6 Jan 2006 15:58:54 -   1.2
@@ -8,7 +8,7 @@
 
   artifact id=hibernate3.jar/
 import componentref=asm
-compatible version=1.5.3/
+compatible version=3.0_beta/
   /import
   import componentref=antlr
 compatible version=2.7.6rc1/
 


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] RE: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...

2006-01-06 Thread Scott M Stark
Another issue here is that there is no runtime dependency on the asm
jars in the retrotranslated output, so this is really an overzealous
dependency requirement. The retrotranslator stuff really needs to be
brought in as a jbossbuild component with a minimal runtime component
described in the build-thirdparty.xml.

 -Original Message-
 From: Thomas Diesler 
 Sent: Friday, January 06, 2006 11:18 AM
 To: Scott M Stark; 'Thomas Diesler'; 
 'jboss-development@lists.sourceforge.net'
 Subject: RE: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...
 
 
 Ok, I restored compatiblity to asm-1.5.3. 
 If hibernate is incompatible with asm-3.0_beta things will 
 become compilicated.
 
 xxx
 Thomas Diesler
 Web Service Lead
 JBoss Inc.
 xxx
  
 
 -Original Message-
 From: Scott M Stark
 Sent: Friday, January 06, 2006 20:09
 To: Thomas Diesler; jboss-development@lists.sourceforge.net
 Subject: RE: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...
 
 A component should be compatible with multiple versions, not 
 just the 
 latest as this will break other uses of hibernate that cannot use  
 asm-3.0_beta. For example, from the tomcat
 5.5.9 component-info.xml:
 
   import componentref=apache-logging
  compatible version=1.0.3/
  compatible version=1.0.4jboss/
   /import
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On 
 Behalf Of 
  Thomas Diesler
  Sent: Friday, January 06, 2006 7:59 AM
  To: [EMAIL PROTECTED]
  Subject: [jboss-cvs] repository.jboss.com/hibernate/3.1 ...
  
User: tdiesler
Date: 06/01/06 10:58:54
  
Modified:hibernate/3.1  component-info.xml
Log:
Update to asm-3.0_beta

Revision  ChangesPath
1.2   +1 -1  
  repository.jboss.com/hibernate/3.1/component-info.xml

(In the diff below, changes in quantity of whitespace are not
  shown.)

Index: component-info.xml

 ===
RCS file: 
  
 /cvsroot/jboss/repository.jboss.com/hibernate/3.1/component-i
 nfo.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- component-info.xml   16 Dec 2005 02:16:38 -  1.1
+++ component-info.xml   6 Jan 2006 15:58:54 -   1.2
@@ -8,7 +8,7 @@
 
   artifact id=hibernate3.jar/
 import componentref=asm
-compatible version=1.5.3/
+compatible version=3.0_beta/
   /import
   import componentref=antlr
 compatible version=2.7.6rc1/
 


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37alloc_id865op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development