Re: [JBoss-dev] lib/jboss-j2ee.jar vs. client/jboss-j2ee.jar

2001-06-21 Thread Jason Dillon
Neato. I did not know that. =] Just curious but what are the licensing restrictions from sun on distributing there jar files? --jason On Thu, 21 Jun 2001, Scott M Stark wrote: > This was an effort initiated by Marc due to some legal concerns. You'll > have to ping him for the details. > > T

RE: [JBoss-dev] lib/jboss-j2ee.jar vs. client/jboss-j2ee.jar

2001-06-21 Thread Jay Walters
Ah, the real bug shows it's ugly head. We'll get that one! Thanks Scott. -Original Message- From: Scott M Stark To: JBoss Dev Sent: 6/21/01 8:36 PM Subject: Re: [JBoss-dev] lib/jboss-j2ee.jar vs. client/jboss-j2ee.jar This was an effort initiated by Marc due to some lega

Re: [JBoss-dev] lib/jboss-j2ee.jar vs. client/jboss-j2ee.jar

2001-06-21 Thread Scott M Stark
This was an effort initiated by Marc due to some legal concerns. You'll have to ping him for the details. The serialVersionUID does not change simply because you recompile the file and we should not just be fixing it because if they don't match it indicates an inconsistent coding. For the problem

Re: [JBoss-dev] lib/jboss-j2ee.jar vs. client/jboss-j2ee.jar

2001-06-21 Thread Scott M Stark
Do NOT add serialVersionUID values as this is a missue that incorrectly addresses the problem. If the code is consistent it will have the correct serialVersionUID regardless of how the code is compiled. > Somebody went through and tried to make sure all the constants made them > interoperable, th

RE: [JBoss-dev] lib/jboss-j2ee.jar vs. client/jboss-j2ee.jar

2001-06-21 Thread Jay Walters
These are in theory complete re-implementations of the spec, clearly not the best - hey I did some of them myself. Marc and the board asked for this so that we could avoid any issues about distributing the sun jarfiles (some have licenses that don't allow people like jboss.org to distribute them)