> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > M.-Leander Reimer > Sent: 7. januar 2003 11:44 > To: [EMAIL PROTECTED] > Subject: [Middlegen-user] Problem changing from JDK1.3.1 to JDK1.4.1 > > > Hi there, > > I recently migrated my environment from JDK1.3.1_05 to JDK1.4.1_01. So far > so good. When I try to build one of our EJB projects (which uses Middlegen > of course), the build fails. > > What happens is that the signature of the ejbCreate(..) methods > is generated > differently, to be precise, the order of the CMR parameters is different. >
I have experienced this myself. It's probably due to some sorting incompatibilities in the java.util package, or maybe even the java.sql package. If you open a bug and supply a test case (2 sql tables perhaps) that lets us reproduce this, we'll try to look into it and fix it so that behaviour is the same on both JDKs. Thanks, Aslak > The project is using a quite old version of Middlegen. I also tried the > latest Middlegen version from CVS, but it didn't make any difference. > > Has anyone experienced the same problem? Are the relations sorted by > Middlegen in any way? This might be a JDK issue but I am clueless at the > moment. > > Thanks, > Leander > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > middlegen-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/middlegen-user ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user
