Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] questions while running JPA JUnit tests

Hi Dies,

FYI: I am working on integrating your initial patch. There are a couple of items I will not be integrating at the moment:

1. Specific references to SymfowarePlatform and isSymfowarePlatform(). These will be left until SymfowarePlatform becomes part of the full product

2. Changes to default SEQUENCE table name to "\"SEQUENCE\"" for our Sessions and project XML (in XMLSessionConfigProject, ObjectPersistenceRuntimeXMLProject and SequencingConfig). This is simply to big a backward compatibility risk since I cannot test these changes on every database platform that EclipseLink is run on by our customers. I am looking for some way of having this information stored on the DatabasePlatform, but at the moment, it is not looking good. Assuming I do not find a good solution, Symfoware users will simply have to explicitly set these items when using our proprietary configuration code (sessions.xml and deployment.xml) We will also have to address anywhere in the tests we choose to run where this is an issue.

I am in the process of running testing on the other changes and I'll let you know when it gets checked in.

-Tom

Dies Koper wrote:
Hi Tom,

I have added the outstanding issues with SQL keywords in table/columns names, and maximum precision. The biggest open issue is of course the drop table restriction. I'm looking forward to hearing what solution(s) you can come up with.

Thanks!
Dies


Tom Ware wrote:
Hi Dies,

I am moving some of the main points of this discussion to the wiki page so I can more easily keep track of where we are:

http://wiki.eclipse.org/EclipseLink/Development/Incubator/Extensions/SymfowarePlatform#Open_Issues

I started by just adding some basics about the main issues that are getting in the way at the moment. I plan to add more detail next week. Please feel free to add other issues I have missed, or more detail.

  As for some of the other things you were wondering about:

1. Your initial patch (including sequencing fixes etc.). I hope to find some time to start integrating it next week

2. EclipseLink bug 286907 (not related to Symfoware platform)- this bug is in the queue and will be addressed in sequence with the other bugs. The fact that you have submitted a patch means it will potentially jump other bugs in the queue. At the moment I am going to focus on the Symfoware Platform issues with my free time, so I can't make any promises about when it will be included.

3. GlassFish bug 9179 (not related to Symfoware platform) - same thing as above, but additionally: we cannot legally make use of the submitted patch until it is attached to EclipseLink bug by someone with IP rights

I'll get started looking for some solutions next week.
-Tom

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top