<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>eclipselink-users</title>
		<link>http://dev.eclipse.org/mhonarc/lists/eclipselink-users/maillist.html</link>
		<description>eclipselink-users</description>
		<language>en-us</language>
		<pubDate>Mon, 13 Oct 2008 17:02:21 GMT</pubDate>
		<lastBuildDate>Mon, 13 Oct 2008 17:02:21 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>eclipselink-users</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/eclipselink-users/maillist.html</link>
		</image>
 

	<item>
		<title>[eclipselink-users] Programmatic ORDER BY API?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01268.html</link>
		<description>Any plans on adding a programmatic way to set an Order By clause? My current method is reflecting on property name then constructing SQL, then adding the correct order by clause to the string *yuck*. Are there plans to add this to v2 or does someone have a...</description>
		<content:encoded><![CDATA[<pre>Any plans on adding a programmatic way to set an Order By clause? My
current method is reflecting on property name then constructing SQL,
then adding the correct order by clause to the string *yuck*.

Are there plans to add this to v2 or does someone have a better idea?
I would like to get a Query or ReadAllQuery and have a standard way to
add an ORDER BY clause via entity property name string.

./tch

</pre>]]></content:encoded>
		<pubDate>Mon, 13 Oct 2008 16:57:40 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01268.html</guid>
		<author>hollosyt@xxxxxxx (Tim Hollosy)</author>
	</item>


	<item>
		<title>[eclipselink-users] Support for multiple byte code enhancing	products that includes EclipseLink?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01267.html</link>
		<description> Hello everyone,   EclipseLink needs to do some form of byte code enhancement/manipulation to provide support for lazy loading of one to one and one to many relationships for example. I am wondering if multiple products can be used that also need to do som...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td style="a:link { color: blue } a:visited { color: purple } ">





<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Hello everyone,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>EclipseLink needs to do some form of byte code
enhancement/manipulation to provide support for lazy loading of one to one and one
to many relationships for example. I am wondering if multiple products can be
used that also need to do some form of byte code enhancement/manipulation, in
an environment in which EclipseLink also exists? E.g. I would like to use
AspectJ to advise some domain model classes that are JPA mapped via
EclipseLink. Thus, AspectJ would need to do some byte code enhancement as would
EclipseLink.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Is it known that this kind of thing would work? Could
AspectJ weave first and then have EclipseLink weave, or vice versa, and would
the resulting byte code honor the weaving that the first pass of weaving
produced?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Regards,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Doug Gschwind<o:p></o:p></span></font></p>

</div>

<pre>





The contents of this electronic mail message and any attachments are confidential, possibly privileged and intended
for the addressee(s) only. Only the addressee(s) may read, disseminate, retain or otherwise use this message. If
received in error, please immediately inform the sender and then delete this message without disclosing its contents
to anyone.
</pre>


</td></tr></table>]]></content:encoded>
		<pubDate>Fri, 10 Oct 2008 23:25:00 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01267.html</guid>
		<author>Doug.Gschwind@xxxxxxx (Gschwind, Doug)</author>
	</item>
	<item>
		<title>[eclipselink-users] OSGI Manifest</title>
		<link>http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01266.html</link>
		<description>All,I&amp;#39;m currently having trouble deploying the osgi bundles with spring on the spring dm server platform.It seems to be due to the osgi manifests not containing version information.  It would seem spring has an optional import on versions 1 through 2.; And...</description>
		<content:encoded><![CDATA[<div dir="ltr">All,<br><br>I&#39;m currently having trouble deploying the osgi bundles with spring on the spring dm server platform.<br>It seems to be due to the osgi manifests not containing version information.&nbsp; <br>It would seem spring has an optional import on versions 1 through 2.&nbsp; <br>
<br>And since there isn&#39;t version info in the 1.1-M2 manifests, it&#39;s failing to be imported.&nbsp; [What I&#39;ve been told]<br><br>For anyone interested, here&#39;s the thread on springsource&#39;s forums.<br><a href="http://forum.springframework.org/showthread.php?t=61456">http://forum.springframework.org/showthread.php?t=61456</a><br>
<br>Cheers,<br>Eric Gulatee.<br></div>
]]></content:encoded>
		<pubDate>Fri, 10 Oct 2008 21:15:55 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01266.html</guid>
		<author>eric.gulatee@xxxxxxx (Eric Gulatee)</author>
	</item>
	<item>
		<title>[eclipselink-users] [MOXy] Mapping composite object into parent record</title>
		<link>http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01265.html</link>
		<description> Hi, Argh! I am trying to map a composite object into the parent record like documented here: http://wiki.eclipse.org/Introduction_to_XML_Mappings_(ELUG)#XML_Composite_Object_Mapping I have an Address element, and I'm trying to map the &amp;quot;Line&amp;quot; elements insi...</description>
		<content:encoded><![CDATA[<pre>
Hi,

Argh!  I am trying to map a composite object into the parent record like
documented here:
<a  href="http://wiki.eclipse.org/Introduction_to_XML_Mappings_">http://wiki.eclipse.org/Introduction_to_XML_Mappings_</a>(ELUG)#XML_Composite_Object_Mapping

I have an Address element, and I'm trying to map the &quot;Line&quot; elements inside
it to another object called &quot;AddressLine&quot;.  This is not working.  The object
&quot;addressLine&quot; is always null.

My XML looks like:
&lt;Address ...&gt;
  &lt;AttentionOfName&gt;Jane Doe&lt;/AttentionOfName&gt;
  &lt;CareOfName&gt;&lt;/CareOfName&gt;
  &lt;LineOne&gt;101 Main Street&lt;/LineOne&gt;
  &lt;LineTwo&gt;Apt 514&lt;/LineTwo&gt;
  &lt;LineThree&gt;P.O. Box 123123&lt;/LineThree&gt;
  &lt;LineFour&gt;Suite 1234&lt;/LineFour&gt;
  &lt;CityName&gt;Malibu&lt;/CityName&gt;
  &lt;StateCode&gt;CA&lt;/StateCode&gt;
  &lt;CountryCode&gt;USA&lt;/CountryCode&gt;
  &lt;PostalCode&gt;90914-2938&lt;/PostalCode&gt;
&lt;/Address&gt;

My project.xml file looks like:
		&lt;class-mapping-descriptor xsi:type=&quot;xml-class-mapping-descriptor&quot;&gt;
			&lt;class&gt;com.infor.common.model.fields.AddressLines&lt;/class&gt;
			&lt;alias&gt;AddressLines&lt;/alias&gt;
			&lt;events xsi:type=&quot;event-policy&quot;/&gt;
			&lt;querying xsi:type=&quot;query-policy&quot;/&gt;
			&lt;attribute-mappings&gt;
				&lt;attribute-mapping xsi:type=&quot;xml-direct-mapping&quot;&gt;
					&lt;attribute-name&gt;addressLine1&lt;/attribute-name&gt;
					&lt;field name=&quot;LineOne/text()&quot; xsi:type=&quot;node&quot;/&gt;
				&lt;/attribute-mapping&gt;
				&lt;attribute-mapping xsi:type=&quot;xml-direct-mapping&quot;&gt;
					&lt;attribute-name&gt;addressLine2&lt;/attribute-name&gt;
					&lt;field name=&quot;LineTwo/text()&quot; xsi:type=&quot;node&quot;/&gt;
				&lt;/attribute-mapping&gt;
				&lt;attribute-mapping xsi:type=&quot;xml-direct-mapping&quot;&gt;
					&lt;attribute-name&gt;addressLine3&lt;/attribute-name&gt;
					&lt;field name=&quot;LineThree/text()&quot; xsi:type=&quot;node&quot;/&gt;
				&lt;/attribute-mapping&gt;
				&lt;attribute-mapping xsi:type=&quot;xml-direct-mapping&quot;&gt;
					&lt;attribute-name&gt;addressLine4&lt;/attribute-name&gt;
					&lt;field name=&quot;LineFour/text()&quot; xsi:type=&quot;node&quot;/&gt;
				&lt;/attribute-mapping&gt;
			&lt;/attribute-mappings&gt;
			&lt;descriptor-type&gt;aggregate&lt;/descriptor-type&gt;
			&lt;instantiation/&gt;
			&lt;copying xsi:type=&quot;instantiation-copy-policy&quot;/&gt;
			&lt;namespace-resolver&gt;
				&lt;namespaces/&gt;
			
&lt;default-namespace-uri&gt;<a  href="http://www.foo.com/bar/baz">http://www.foo.com/bar/baz</a>&lt;/default-namespace-uri&gt;
			&lt;/namespace-resolver&gt;
			&lt;schema xsi:type=&quot;schema-file-reference&quot;&gt;
				&lt;schema-context&gt;/Address&lt;/schema-context&gt;
				&lt;node-type&gt;complex-type&lt;/node-type&gt;
			&lt;/schema&gt;
		&lt;/class-mapping-descriptor&gt;
		&lt;class-mapping-descriptor xsi:type=&quot;xml-class-mapping-descriptor&quot;&gt;
			&lt;class&gt;com.infor.common.model.fields.Address&lt;/class&gt;
			&lt;alias&gt;Address&lt;/alias&gt;
			&lt;events xsi:type=&quot;event-policy&quot;/&gt;
			&lt;querying xsi:type=&quot;query-policy&quot;/&gt;
			&lt;attribute-mappings&gt;
				&lt;attribute-mapping xsi:type=&quot;xml-direct-mapping&quot;&gt;
					&lt;attribute-name&gt;attentionOfName&lt;/attribute-name&gt;
					&lt;field name=&quot;AttentionOfName/text()&quot; xsi:type=&quot;node&quot;/&gt;
				&lt;/attribute-mapping&gt;
				&lt;attribute-mapping xsi:type=&quot;xml-direct-mapping&quot;&gt;
					&lt;attribute-name&gt;careOfName&lt;/attribute-name&gt;
					&lt;field name=&quot;CareOfName/text()&quot; xsi:type=&quot;node&quot;/&gt;
				&lt;/attribute-mapping&gt;
				&lt;attribute-mapping xsi:type=&quot;xml-composite-object-mapping&quot;&gt;
					&lt;attribute-name&gt;addressLines&lt;/attribute-name&gt;
				
&lt;reference-class&gt;com.infor.common.model.fields.AddressLines&lt;/reference-class&gt;
					&lt;field name=&quot;.&quot; xsi:type=&quot;node&quot;/&gt;
				&lt;/attribute-mapping&gt;
				&lt;attribute-mapping xsi:type=&quot;xml-direct-mapping&quot;&gt;
					&lt;attribute-name&gt;city&lt;/attribute-name&gt;
					&lt;field name=&quot;CityName/text()&quot; xsi:type=&quot;node&quot;/&gt;
				&lt;/attribute-mapping&gt;
				&lt;attribute-mapping xsi:type=&quot;xml-direct-mapping&quot;&gt;
					&lt;attribute-name&gt;state&lt;/attribute-name&gt;
					&lt;field name=&quot;StateCode/text()&quot; xsi:type=&quot;node&quot;/&gt;
				&lt;/attribute-mapping&gt;
				&lt;attribute-mapping xsi:type=&quot;xml-direct-mapping&quot;&gt;
					&lt;attribute-name&gt;postalCode&lt;/attribute-name&gt;
					&lt;field name=&quot;PostalCode/text()&quot; xsi:type=&quot;node&quot;/&gt;
				&lt;/attribute-mapping&gt;
				&lt;attribute-mapping xsi:type=&quot;xml-direct-mapping&quot;&gt;
					&lt;attribute-name&gt;countryCode&lt;/attribute-name&gt;
					&lt;field name=&quot;CountryCode/text()&quot; xsi:type=&quot;node&quot;/&gt;
				&lt;/attribute-mapping&gt;
			&lt;/attribute-mappings&gt;
			&lt;descriptor-type&gt;aggregate&lt;/descriptor-type&gt;
			&lt;instantiation/&gt;
			&lt;copying xsi:type=&quot;instantiation-copy-policy&quot;/&gt;
			&lt;default-root-element&gt;Address&lt;/default-root-element&gt;
			&lt;default-root-element-field name=&quot;Address&quot; xsi:type=&quot;node&quot;&gt;
				&lt;leaf-element-type&gt;AddressType&lt;/leaf-element-type&gt;
			&lt;/default-root-element-field&gt;
			&lt;namespace-resolver&gt;
				&lt;namespaces/&gt;
			
&lt;default-namespace-uri&gt;<a  href="http://www.foo.com/bar/baz">http://www.foo.com/bar/baz</a>&lt;/default-namespace-uri&gt;
			&lt;/namespace-resolver&gt;
			&lt;schema xsi:type=&quot;schema-file-reference&quot;&gt;
				&lt;schema-context&gt;/Address&lt;/schema-context&gt;
				&lt;node-type&gt;complex-type&lt;/node-type&gt;
			&lt;/schema&gt;
		&lt;/class-mapping-descriptor&gt;

This mapping looks to me to be the XML equivalent of the examples that I saw
in code.  So why doesn't this work?  I saw the one note in the documentation
that said &quot;The nodes mapped to by the composite object must be sequential. &quot; 
I am not 100% sure what this means, but I did make sure that all the nodes
in Address and AddressLine are in the right order.  In addition, I debugged
into this but can't figure out why the &quot;.&quot; mapping to AddressLine is never
used.  The eclipselink.moxy.test project uses this, so it looks like this is
definitely supposed to be supported.  But I want to do this with XML, not
with code.  

Can someone tell me what is wrong with this mapping?

Thanks!
--Polly
-- 
View this message in context: <a  href="http://www.nabble.com/-MOXy--Mapping-composite-object-into-parent-record-tp19924555p19924555.html">http://www.nabble.com/-MOXy--Mapping-composite-object-into-parent-record-tp19924555p19924555.html</a>
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


</pre>]]></content:encoded>
		<pubDate>Fri, 10 Oct 2008 19:27:12 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01265.html</guid>
		<author>polly.c.chang@xxxxxxx (amphoras)</author>
	</item>
	<item>
		<title>Re: [eclipselink-users] EclipseLink Buddy Policy in OSGi</title>
		<link>http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01264.html</link>
		<description>-- Oracle &amp;lt;http://www.oracle.com&amp;gt; Shaun Smith | Principal Product Manager, TopLink | +1.905.502.3094 Oracle Fusion Middleware 110 Matheson Boulevard West, Suite 100 Mississauga, Ontario, Canada L5R 3P4 _______________________________________________ eclips...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Here is a useful example some of our classloader implementation is based on:</pre><br>
<pre style="margin: 0em;"><a  href="http://wiki.eclipse.org/index.php/BundleProxyClassLoader_recipe">http://wiki.eclipse.org/index.php/BundleProxyClassLoader_recipe</a></pre><br>
<tt>amphoras wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Shaun,</pre><br>
<pre style="margin: 0em;">Can you clarify this a little?  What is &quot;thisClass&quot;?  Is that the model
object class?  My setup is that I have one bundle for the model classes and
one bundle for some helper code that calls EclipseLink.  I don't think that
I can pass the helper bundle's classloader into EclipseLink and have
EclipseLink be able to see my domain classes.</pre><br>
<pre style="margin: 0em;">Thanks!</pre><br>
<pre style="margin: 0em;">Polly</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<tt>Shaun Smith wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi Polly,</pre><br>
<tt>    You need to give MOXy a classloader that can see your domain 
classes.   Try something like:</tt><br>
<br>
<tt>            ClassLoader classLoader = thisClass.getClassLoader();<br>
            JAXBContext jaxbContext = JAXBContext 
.newInstance(&quot;examples.jaxb.model&quot;, classLoader);</tt><br>
<br>
<pre style="margin: 0em;">      Shaun</pre><br>
<tt>amphoras wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi,</pre><br>
<tt>We've been trying to get EclipseLink MOXy to work in an OSGi environment<br>
in<br>
Equinox, and we found that in order to allow EclipseLink to instantiate<br>
our<br>
model objects, we need to set up a Buddy Policy.  </tt><br>
<br>
<pre style="margin: 0em;">We had to modify the EclipseLink manifest to say:
Eclipse-BuddyPolicy: registered</pre><br>
<pre style="margin: 0em;">Then we edited the bundle containing our model objects to say:
Eclipse-RegisterBuddy: org.eclipse.persistence.core</pre><br>
<pre style="margin: 0em;">This works, but I don't like tweaking files that belong to a third-party
library.  It seems like everyone that uses Equinox would need the
BuddyPolicy.  So will you be willing to add the &quot;Eclipse-BuddyPolicy&quot;
entry
to the EclipseLink manifest?  Or are we doing something wrong?  If
there's a
better way to solve this problem, please let me know.</pre><br>
<tt>Thanks!<br>
Polly<br>
  
</tt></blockquote><pre style="margin: 0em;">--</pre><br>
<pre style="margin: 0em;"><br>Oracle &lt;<a  href="http://www.oracle.com">http://www.oracle.com</a>&gt;
Shaun Smith | Principal Product Manager, TopLink | +1.905.502.3094
Oracle Fusion Middleware
110 Matheson Boulevard West, Suite 100
Mississauga, Ontario, Canada L5R 3P4</pre><br>
<pre style="margin: 0em;">_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/eclipselink-users">https://dev.eclipse.org/mailman/listinfo/eclipselink-users</a></pre><br>
<br>
</blockquote><br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Fri, 10 Oct 2008 14:54:42 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01264.html</guid>
		<author>tom.ware@xxxxxxx (Tom Ware)</author>
	</item>
	<item>
		<title>Re: [eclipselink-users] EclipseLink Buddy Policy in OSGi</title>
		<link>http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01263.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre>Hi Polly,

   You're right. You need to provide the JAXBContext with a classloader that can see the model classes.   If your utility bundle creates the context then you're going to have to pass it a classloader.  &quot;thisClass&quot; could be a model class.

    Shaun

----- Original Message -----
From: &quot;Polly C Chang&quot; &lt;polly.c.chang@xxxxxxxxx&gt;
To: &quot;Eclipselink-Users&quot; &lt;eclipselink-users@xxxxxxxxxxx&gt;
Sent: Thursday, October 9, 2008 8:49:15 PM (GMT-0500) America/New_York
Subject: Re: [eclipselink-users] EclipseLink Buddy Policy in OSGi


Hi Shaun,

Can you clarify this a little?  What is &quot;thisClass&quot;?  Is that the model
object class?  My setup is that I have one bundle for the model classes and
one bundle for some helper code that calls EclipseLink.  I don't think that
I can pass the helper bundle's classloader into EclipseLink and have
EclipseLink be able to see my domain classes.

Thanks!

Polly



Shaun Smith wrote:
&gt; 
&gt; Hi Polly,
&gt; 
&gt;     You need to give MOXy a classloader that can see your domain 
&gt; classes.   Try something like:
&gt; 
&gt;             ClassLoader classLoader = thisClass.getClassLoader();
&gt;             JAXBContext jaxbContext = JAXBContext 
&gt; .newInstance(&quot;examples.jaxb.model&quot;, classLoader);
&gt; 
&gt;       Shaun
&gt; 
&gt; amphoras wrote:
&gt;&gt; Hi,
&gt;&gt;
&gt;&gt; We've been trying to get EclipseLink MOXy to work in an OSGi environment
&gt;&gt; in
&gt;&gt; Equinox, and we found that in order to allow EclipseLink to instantiate
&gt;&gt; our
&gt;&gt; model objects, we need to set up a Buddy Policy.  
&gt;&gt;
&gt;&gt; We had to modify the EclipseLink manifest to say:
&gt;&gt; Eclipse-BuddyPolicy: registered
&gt;&gt;
&gt;&gt; Then we edited the bundle containing our model objects to say:
&gt;&gt; Eclipse-RegisterBuddy: org.eclipse.persistence.core
&gt;&gt;
&gt;&gt; This works, but I don't like tweaking files that belong to a third-party
&gt;&gt; library.  It seems like everyone that uses Equinox would need the
&gt;&gt; BuddyPolicy.  So will you be willing to add the &quot;Eclipse-BuddyPolicy&quot;
&gt;&gt; entry
&gt;&gt; to the EclipseLink manifest?  Or are we doing something wrong?  If
&gt;&gt; there's a
&gt;&gt; better way to solve this problem, please let me know.
&gt;&gt;
&gt;&gt; Thanks!
&gt;&gt; Polly
&gt;&gt;   
&gt; 
&gt; -- 
&gt; 
&gt; 
&gt; Oracle &lt;<a  href="http://www.oracle.com">http://www.oracle.com</a>&gt;
&gt; Shaun Smith | Principal Product Manager, TopLink | +1.905.502.3094
&gt; Oracle Fusion Middleware
&gt; 110 Matheson Boulevard West, Suite 100
&gt; Mississauga, Ontario, Canada L5R 3P4
&gt; 
&gt; _______________________________________________
&gt; eclipselink-users mailing list
&gt; eclipselink-users@xxxxxxxxxxx
&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/eclipselink-users">https://dev.eclipse.org/mailman/listinfo/eclipselink-users</a>
&gt; 
&gt; 

-- 
View this message in context: <a  href="http://www.nabble.com/EclipseLink-Buddy-Policy-in-OSGi-tp19579730p19906443.html">http://www.nabble.com/EclipseLink-Buddy-Policy-in-OSGi-tp19579730p19906443.html</a>
Sent from the EclipseLink - Users mailing list archive at Nabble.com.

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/eclipselink-users">https://dev.eclipse.org/mailman/listinfo/eclipselink-users</a>

</pre>]]></content:encoded>
		<pubDate>Fri, 10 Oct 2008 14:43:18 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01263.html</guid>
		<author>shaun.smith@xxxxxxx (Shaun Smith)</author>
	</item>
	<item>
		<title>[eclipselink-users] Spring Users Unite!</title>
		<link>http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01262.html</link>
		<description>I've noticed on the list some people here - Gaurav Malhotra, etc. had a goal of using EclipseLink with Spring. How is this going for everyone? I was previously using Eclipselink in an RCP/OSGi environment but recently switched over to Spring (Web MVC) and ...</description>
		<content:encoded><![CDATA[<pre>I've noticed on the list some people here - Gaurav Malhotra, etc. had
a goal of using EclipseLink with Spring. How is this going for
everyone? I was previously using Eclipselink in an RCP/OSGi
environment but recently switched over to Spring (Web MVC) and am
probably going through some of  the same growing pains:

Things I'm interested in:

-Your Generic DAO
-Generic annotation based CRUD controller?
-DisplayTag's PaginatedList implementation?

Anyone up for some code share here? I started implementing
PaginatedList but ran into some problems due to the lack of a way to
programatically set an order by clause via a property name. I have
some ideas, but would rather not re-invent the wheel...

./tch

</pre>]]></content:encoded>
		<pubDate>Fri, 10 Oct 2008 14:38:30 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01262.html</guid>
		<author>hollosyt@xxxxxxx (Tim Hollosy)</author>
	</item>
	<item>
		<title>Re: [eclipselink-users] Open Material for Learning</title>
		<link>http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01261.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre>Hello,

James Sutherland works on the following open material:
<a  href="http://en.wikibooks.org/wiki/Java_Persistence">http://en.wikibooks.org/wiki/Java_Persistence</a>

There are also a number of tutorials and usage scenarios available here:
<a  href="http://wiki.eclipse.org/EclipseLink/Examples">http://wiki.eclipse.org/EclipseLink/Examples</a>

Mohsen.

On Fri, Oct 10, 2008 at 12:38 AM, Frans Thamura &lt;frans@xxxxxxxxxxxx&gt; wrote:
&gt; hi all
&gt;
&gt; anyone working for open course with eclipselink?
&gt;
&gt; so people can start eclipselink in a standard way.
&gt;
&gt; --
&gt; --
&gt; Frans Thamura
&gt; Meruvian
&gt; One Stop Java and Enterprise OSS Provider
&gt; Technopreneurship, Training, Internship, Outsourcing and Corporate
&gt; Competency Center
&gt;
&gt; Mobile: +62 855 7888 699
&gt; Blog &amp; Profile: <a  href="http://frans.thamura.info">http://frans.thamura.info</a>
&gt;
&gt; Training JENI, Medallion (Alfresco, Liferay dan Compiere).. buruan...
&gt; URL: <a  href="http://nagasakti.mervpolis.com/roller/mervnews/entry/jeni_training_compiere_dan_alfresco">http://nagasakti.mervpolis.com/roller/mervnews/entry/jeni_training_compiere_dan_alfresco</a>
&gt; _______________________________________________
&gt; eclipselink-users mailing list
&gt; eclipselink-users@xxxxxxxxxxx
&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/eclipselink-users">https://dev.eclipse.org/mailman/listinfo/eclipselink-users</a>
&gt;

</pre>]]></content:encoded>
		<pubDate>Fri, 10 Oct 2008 05:26:18 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01261.html</guid>
		<author>mohsens@xxxxxxx (Mohsen Saboorian)</author>
	</item>


	<item>
		<title>[eclipselink-users] Open Material for Learning</title>
		<link>http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01260.html</link>
		<description>hi all anyone working for open course with eclipselink? so people can start eclipselink in a standard way. </description>
		<content:encoded><![CDATA[<pre>hi all

anyone working for open course with eclipselink?

so people can start eclipselink in a standard way.

-- 
-- 
Frans Thamura
Meruvian
One Stop Java and Enterprise OSS Provider
Technopreneurship, Training, Internship, Outsourcing and Corporate
Competency Center

Mobile: +62 855 7888 699
Blog &amp; Profile: <a  href="http://frans.thamura.info">http://frans.thamura.info</a>

Training JENI, Medallion (Alfresco, Liferay dan Compiere).. buruan...
URL: <a  href="http://nagasakti.mervpolis.com/roller/mervnews/entry/jeni_training_compiere_dan_alfresco">http://nagasakti.mervpolis.com/roller/mervnews/entry/jeni_training_compiere_dan_alfresco</a>

</pre>]]></content:encoded>
		<pubDate>Thu, 09 Oct 2008 21:08:49 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01260.html</guid>
		<author>frans@xxxxxxx (Frans Thamura)</author>
	</item>
	<item>
		<title>Re: [eclipselink-users] Question with ManyToMany relation</title>
		<link>http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01259.html</link>
		<description>2008/10/8 James Sutherland &amp;lt;jamesssss@xxxxxxxxx&amp;gt;: Thanks for your reply James, AS400 is extremly odd, i can't alter this poor structure. i solved temporally with NamedQuery in order to build my getTableBCollection Method, Regards</description>
		<content:encoded><![CDATA[<pre>2008/10/8 James Sutherland &lt;jamesssss@xxxxxxxxx&gt;:
&gt;
&gt; This seems a little odd, if B's primary key is both 1B ad 2B, then how can
&gt; the join table only have 1B?  Is 1B unique, if so then why do you require 2B
&gt; in the primary key?
&gt;
&gt; In general EclipseLink does support using alternate keys in a m-m, but JPA
&gt; does not.  You can edit/define the ManyToManyMapping using a
&gt; DescriptorCustomizer and the code API.  Just add only the 1B field, however
&gt; if 1B is not unique, I'm not sure how you intend this to function.
&gt;
&gt;
&gt;
&gt; john arevalo wrote:
&gt;&gt;
&gt;&gt; Hi list,
&gt;&gt;
&gt;&gt; I have 2 Entities (Mapped from AS400)
&gt;&gt;
&gt;&gt; TableA:
&gt;&gt; field1A
&gt;&gt; field2A
&gt;&gt; field3A
&gt;&gt; primary key(field1A,field2A,field3A)  --- TableAPK @EmbeddedId
&gt;&gt;
&gt;&gt; TableB:
&gt;&gt; field1B
&gt;&gt; field2B
&gt;&gt; primary key(field1B,field2B)  --- TableBPK @EmbeddedId
&gt;&gt;
&gt;&gt; next entity is relationship ManyToMany between TableA  and TableB
&gt;&gt;
&gt;&gt; TableAB
&gt;&gt; field1B
&gt;&gt; field1A
&gt;&gt; field2A
&gt;&gt; field3A
&gt;&gt; primary key(field1B,field1A,field2A,field3A)
&gt;&gt;
&gt;&gt; How can i create EntityAB? 3rd table only have field1B as related
&gt;&gt; field with TableB.
&gt;&gt;
&gt;&gt; Thanks for your replies.
&gt;&gt;
&gt;&gt; Regards,
&gt;&gt; --
&gt;&gt; John Ar&#xE9;valo
&gt;&gt; GNU/Linux User #443701
&gt;&gt; <a  href="http://counter.li.org/">http://counter.li.org/</a>
&gt;&gt;
&gt;
&gt;
&gt; -----
&gt; ---
&gt; <a  href="http://wiki.eclipse.org/User:James.sutherland.oracle.com">http://wiki.eclipse.org/User:James.sutherland.oracle.com</a> James Sutherland
&gt; <a  href="http://www.eclipse.org/eclipselink/">http://www.eclipse.org/eclipselink/</a>
&gt;  EclipseLink ,  <a  href="http://www.oracle.com/technology/products/ias/toplink/">http://www.oracle.com/technology/products/ias/toplink/</a>
&gt; TopLink
&gt; Wiki:  <a  href="http://wiki.eclipse.org/EclipseLink">http://wiki.eclipse.org/EclipseLink</a> EclipseLink ,
&gt; <a  href="http://wiki.oracle.com/page/TopLink">http://wiki.oracle.com/page/TopLink</a> TopLink
&gt; Forums:  <a  href="http://forums.oracle.com/forums/forum.jspa?forumID=48">http://forums.oracle.com/forums/forum.jspa?forumID=48</a> TopLink ,
&gt; <a  href="http://www.nabble.com/EclipseLink-f26430.html">http://www.nabble.com/EclipseLink-f26430.html</a> EclipseLink
&gt; Book:  <a  href="http://en.wikibooks.org/wiki/Java_Persistence">http://en.wikibooks.org/wiki/Java_Persistence</a> Java Persistence
&gt; --
&gt; View this message in context: <a  href="http://www.nabble.com/Question-with-ManyToMany-relation-tp19862493p19879353.html">http://www.nabble.com/Question-with-ManyToMany-relation-tp19862493p19879353.html</a>
&gt; Sent from the EclipseLink - Users mailing list archive at Nabble.com.
&gt;
&gt; _______________________________________________
&gt; eclipselink-users mailing list
&gt; eclipselink-users@xxxxxxxxxxx
&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/eclipselink-users">https://dev.eclipse.org/mailman/listinfo/eclipselink-users</a>
&gt;


Thanks for your reply James,

AS400 is extremly odd, i can't alter this poor structure.

i solved temporally with NamedQuery in order to build my
getTableBCollection Method,

Regards
-- 
John Ar&#xE9;valo
GNU/Linux User #443701
<a  href="http://counter.li.org/">http://counter.li.org/</a>

</pre>]]></content:encoded>
		<pubDate>Thu, 09 Oct 2008 20:43:24 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg01259.html</guid>
		<author>johnarevalo@xxxxxxx (Edilson)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
