Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] JCA/EIS support for EclipseLink

Thanks a lot for the Info.
I will give it a try.

-Deepak

On Thu, May 14, 2009 at 7:06 PM, James Sutherland <JAMES.SUTHERLAND@xxxxxxxxxx> wrote:
Yes, EclipseLink supports JCA adapters and EIS mapping and access.

Refer to the classes in the org.eclipse.persistence.eis, mainly the EISDescriptor and the EIS mappings and interactions.
There is currently no annotations, or JPA orm.xml support for EIS mappings, so you need to either define the mappings in code, or using the native project XML, or use the EclipseLink Mapping Workbench.


-----Original Message-----
From: deepak.a [mailto:deepak.a@xxxxxxxxx]
Sent: Thursday, May 14, 2009 4:14 AM
To: eclipselink-dev@xxxxxxxxxxx
Subject: [eclipselink-dev] JCA/EIS support for EclipseLink


Hi,

I was giving a try to make EclipseLink talk to a custom datastore and
figured out that the suggested approach is to build a JCA adapter. I would
be very pleased to know if the JCA/EIS approach to talk to non-relational
datastores is enabled/supported in the latest EclipseLink releases.

Thanks,
Deepak
--
View this message in context: http://www.nabble.com/JCA-EIS-support-for-EclipseLink-tp23535733p23535733.html
Sent from the EclipseLink - Dev mailing list archive at Nabble.com.

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


Back to the top