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

2001-06-21 Thread Jason Dillon
Why are there two *different* jboss-j2ee.jar files in the jboss module? 58456 Jun 21 15:52 ./src/client/jboss-j2ee.jar 61880 Jun 21 15:52 ./src/lib/jboss-j2ee.jar Why are we compiling these sources and not using the distributions from sun? I can understand that we might want to aggregate all

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

2001-06-21 Thread Jay Walters
can't 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. cl

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