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

2001-06-21 Thread Jay Walters
swear that this is completely done yet. Feel free to go through and add the UID stuff, or at least file a bug so we know it needs to be done. Cheers -Original Message- From: Jason Dillon To: [EMAIL PROTECTED] Sent: 6/21/01 7:04 PM Subject: [JBoss-dev] lib/jboss-j2ee.jar vs. client/jboss

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,

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

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 legal concerns

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. The