<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Activity for Dozer</title><link>https://sourceforge.net/p/dozer/activity/</link><description>Recent activity for Dozer</description><language>en</language><lastBuildDate>Wed, 08 Sep 2021 15:44:47 -0000</lastBuildDate><item><title>watchuta awkin posted a comment on discussion Help</title><link>https://sourceforge.net/p/dozer/discussion/452530/thread/6c70ecab/?limit=25#73bf/e555/a99d</link><description>wow! ok, can import like this be done across multiple "shared" projects/libraries? example if i have proj1.war &amp; proj2.war that each has it's own dozerbeanmapping.xml for classes known explicitly to themselves only... and they reference or call shared1.jar through remote EJB which has a dozerbeanmapping.xml of its' own. currently we have found we need to copy mappings from shared1.jar's dozerbeanmapping.xml and paste into the wars, else we get error that no mapping exists. This is issue because if...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">watchuta awkin</dc:creator><pubDate>Wed, 08 Sep 2021 15:44:47 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452530/thread/6c70ecab/?limit=25#73bf/e555/a99d</guid></item><item><title>Klaus Schuster posted a comment on discussion Help</title><link>https://sourceforge.net/p/dozer/discussion/452530/thread/570d5ca2/?limit=25#edc8</link><description>same problem with dozer 5.5.1 - solved by putting xmlbeans-2.5.0.jar to classpath in websphere 9.0 environment.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Klaus Schuster</dc:creator><pubDate>Wed, 03 Feb 2021 11:21:09 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452530/thread/570d5ca2/?limit=25#edc8</guid></item><item><title>watchuta awkin modified a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/51a5cc363d/?limit=25#678e</link><description>Hi there, I am working on very complex (for me) architecture of applications. Possibly due to sheer volume of code to maintain, code is segmented into separate projects, each relevant to separate Databases, and each Database has its own Repo project which Marshalls/UnMarshalls model to DB Object, eg. ProjectX-Model, ProjectX-Repo (has its own dozerbeanmapping.xml) , ProjectY-Model, ProjectY-Repo(has it's own dozerbeanmapping.xml), ProjectA-Model, ProjectA-Repo(has its own ...), Service1WAR, Service2WAR,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">watchuta awkin</dc:creator><pubDate>Sat, 05 Sep 2020 13:29:49 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/51a5cc363d/?limit=25#678e</guid></item><item><title>watchuta awkin posted a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/51a5cc363d/?limit=25#678e</link><description>Hi there, I am working on very complex (for me) architecture of applications. Possibly due to sheer volume of code to maintain, code is segmented into separate projects, each relevant to separate Databases, and each Database has its own Repo project which Marshalls/UnMarshalls model to DB Object, eg. ProjectX-Model, ProjectX-Repo (has its own dozerbeanmapping.xml) , ProjectY-Model, ProjectY-Repo(has it's own dozerbeanmapping.xml), ProjectA-Model, ProjectA-Repo(has its own ...), Service1WAR, Service2WAR,...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">watchuta awkin</dc:creator><pubDate>Fri, 04 Sep 2020 09:46:42 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/51a5cc363d/?limit=25#678e</guid></item><item><title>Abdenbi BAID created ticket #390</title><link>https://sourceforge.net/p/dozer/bugs/390/</link><description>Duplicate class mapping OSGI</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abdenbi BAID</dc:creator><pubDate>Wed, 11 Sep 2019 14:43:18 -0000</pubDate><guid>https://sourceforge.net/p/dozer/bugs/390/</guid></item><item><title>Abdenbi BAID posted a comment on ticket #45</title><link>https://sourceforge.net/p/dozer/bugs/45/?limit=25#2377</link><description>hello, I am aware that this issue post is old. I have a question about the same topic : We have an java application based on OSGI ( Karaf container). We used Dozer as mapper. It is configured and mapped in order to map two models objects related to two layers ( service and persistence). Our problem is about duplicate class mapping. Firstly the problem has happened randomly and offen occured after each restart of karaf container. If you want more details, i can share it whit you Best regards</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Abdenbi BAID</dc:creator><pubDate>Wed, 11 Sep 2019 14:25:37 -0000</pubDate><guid>https://sourceforge.net/p/dozer/bugs/45/?limit=25#2377</guid></item><item><title>jayaprakash posted a comment on discussion Help</title><link>https://sourceforge.net/p/dozer/discussion/452530/thread/6f802086/?limit=25&amp;page=1#c5a8/1ef6/5644/e8e8/f6a4/aa1a/beec</link><description>Hi Franz, Have you integrated OGNL with dozer .</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jayaprakash</dc:creator><pubDate>Thu, 25 Jul 2019 09:48:46 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452530/thread/6f802086/?limit=25&amp;page=1#c5a8/1ef6/5644/e8e8/f6a4/aa1a/beec</guid></item><item><title>kmmahesh modified a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/d5b13a6e33/?limit=25#367e</link><description>I have two classes, say Product and ProductTO : Other than fields, Product class also have several other different classes present as Collection (oneToMany), same goes with ProductTO. When I use Dozer for mapping fields from entity Product to ProductTO, Dozer by default does copy all fields having same field names, but I don't want to copy all fields. Rather I will define a mehtod findFinishedProduct(), which will copy selected fields from Product to ProductTO while another method findScrapMaterial()...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kmmahesh</dc:creator><pubDate>Thu, 07 Feb 2019 18:20:01 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/d5b13a6e33/?limit=25#367e</guid></item><item><title>kmmahesh posted a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/d5b13a6e33/?limit=25#367e</link><description>I have two classes, say Product and ProductTO : Other than fields, Product class also have several other different classes present as Collection (oneToMany), same goes with ProductTO. When I use Dozer for mapping fields from entity Product to ProductTO, Dozer by default does copy all fields having same field names, but I don't want to copy all fields. Rather I will define a mehtod findFinishedProduct(), which will copy selected fields from Product to ProductTO while another method findScrapMaterial()...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">kmmahesh</dc:creator><pubDate>Thu, 07 Feb 2019 18:17:30 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/d5b13a6e33/?limit=25#367e</guid></item><item><title>Willy Wonka posted a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/a91ad24675/?limit=25#9d3b</link><description>Hey all, I'm looking for a version specific documentation and can't seem to find it (also checked the git repo). Any ideas ? Specifically, I'm looking for whether deep indexed mapping is available in 5.2.x, since deep property mapping works in both versions but deep indexed mapping complains for lack of setters (they exist, no typo, works when version is changed) so all signs point to it not being supported but need to verify in the documentation. http://dozer.sourceforge.net/documentation/deepmapping.html...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Willy Wonka</dc:creator><pubDate>Sun, 23 Dec 2018 16:26:30 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/a91ad24675/?limit=25#9d3b</guid></item><item><title>filippo manicone modified a comment on discussion Help</title><link>https://sourceforge.net/p/dozer/discussion/452530/thread/d9856dd2/?limit=25#cfb5</link><description>i have create a mapping &lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt; &lt;mappings xmlns="http://dozermapper.github.io/schema/bean-mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://dozermapper.github.io/schema/bean-mapping https://dozermapper.github.io/schema/bean-mapping.xsd"&gt; &lt;configuration&gt; &lt;wildcard&gt;false&lt;/wildcard&gt; &lt;/configuration&gt; &lt;mapping&gt; &lt;class-a&gt;com.fsons.idnico.crt2.customer.ikeaglobal.mapping.soap.CreateTicketResponse.CreateTicket&lt;/class-a&gt;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">filippo manicone</dc:creator><pubDate>Thu, 07 Jun 2018 04:39:33 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452530/thread/d9856dd2/?limit=25#cfb5</guid></item><item><title>filippo manicone posted a comment on discussion Help</title><link>https://sourceforge.net/p/dozer/discussion/452530/thread/d9856dd2/?limit=25#cfb5</link><description>i have create a mapping &lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt; &lt;mappings xmlns="http://dozermapper.github.io/schema/bean-mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://dozermapper.github.io/schema/bean-mapping https://dozermapper.github.io/schema/bean-mapping.xsd"&gt; &lt;configuration&gt; &lt;wildcard&gt;false&lt;/wildcard&gt; &lt;/configuration&gt; &lt;mapping&gt; &lt;class-a&gt;com.fsons.idnico.crt2.customer.ikeaglobal.mapping.soap.CreateTicketResponse.CreateTicket&lt;/class-a&gt;...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">filippo manicone</dc:creator><pubDate>Wed, 06 Jun 2018 22:52:48 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452530/thread/d9856dd2/?limit=25#cfb5</guid></item><item><title>Prabhat Mishra posted a comment on discussion Help</title><link>https://sourceforge.net/p/dozer/discussion/452530/thread/8c9d51ab/?limit=25#6ecb</link><description>Did You get Solution to this error..?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Prabhat Mishra</dc:creator><pubDate>Sun, 04 Jun 2017 18:48:15 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452530/thread/8c9d51ab/?limit=25#6ecb</guid></item><item><title>ZAFAR created ticket #389</title><link>https://sourceforge.net/p/dozer/bugs/389/</link><description>Dozer is not Working in Weblogic 10.3 - Dozer code neither getting executed nor throwing error,But finally block is executed</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ZAFAR</dc:creator><pubDate>Fri, 24 Mar 2017 10:17:22 -0000</pubDate><guid>https://sourceforge.net/p/dozer/bugs/389/</guid></item><item><title>ZAFAR posted a comment on discussion Open Discussion</title><link>https://sourceforge.net/p/dozer/discussion/452529/thread/9ff6fb6e/?limit=25#69d6</link><description>I am deploying Dozer5.3.2 in Weblogic 10.3. After reaching a specific line code is...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ZAFAR</dc:creator><pubDate>Fri, 24 Mar 2017 10:10:02 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452529/thread/9ff6fb6e/?limit=25#69d6</guid></item><item><title>Husmukh Maheshwari posted a comment on discussion Help</title><link>https://sourceforge.net/p/dozer/discussion/452530/thread/3aa66817/?limit=25#67bf</link><description>Hey, For JAXB Collections without setter method I got a solution that really works...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Husmukh Maheshwari</dc:creator><pubDate>Wed, 15 Feb 2017 09:22:36 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452530/thread/3aa66817/?limit=25#67bf</guid></item><item><title>Anonymous modified a comment on ticket #313</title><link>https://sourceforge.net/p/dozer/bugs/313/?limit=25#691b</link><description>{deleted}</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 02 Oct 2016 19:47:55 -0000</pubDate><guid>https://sourceforge.net/p/dozer/bugs/313/?limit=25#691b</guid></item><item><title>Deepu James created ticket #388</title><link>https://sourceforge.net/p/dozer/bugs/388/</link><description>DurationImpl to Duration Mapping</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Deepu James</dc:creator><pubDate>Thu, 15 Sep 2016 12:05:44 -0000</pubDate><guid>https://sourceforge.net/p/dozer/bugs/388/</guid></item><item><title>MartinN42 posted a comment on ticket #366</title><link>https://sourceforge.net/p/dozer/bugs/366/?limit=25#2aee</link><description>Sorry, it's too long ago. I can't remember if and how I fixed the problem.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MartinN42</dc:creator><pubDate>Tue, 24 May 2016 19:26:11 -0000</pubDate><guid>https://sourceforge.net/p/dozer/bugs/366/?limit=25#2aee</guid></item><item><title>Jose Carlos posted a comment on ticket #366</title><link>https://sourceforge.net/p/dozer/bugs/366/?limit=25#ae54</link><description>Hi Martin, It looks a quite old thread, but did you tried to specify a hint to the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jose Carlos</dc:creator><pubDate>Mon, 23 May 2016 09:51:41 -0000</pubDate><guid>https://sourceforge.net/p/dozer/bugs/366/?limit=25#ae54</guid></item><item><title>Ravi modified a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/10c312d2/?limit=25#ea36</link><description>HI, i'm a newbie to the hibernate and dozer mapper .I am using Dozer 5.1 with Hibernate-3...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravi</dc:creator><pubDate>Thu, 21 Jan 2016 15:31:06 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/10c312d2/?limit=25#ea36</guid></item><item><title>Ravi posted a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/10c312d2/?limit=25#ea36</link><description>HI, i'm a newbie to the hibernate and dozer mapper .I am using Dozer 5.1 with Hibernate-3...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravi</dc:creator><pubDate>Thu, 21 Jan 2016 14:07:44 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/10c312d2/?limit=25#ea36</guid></item><item><title>Ravi posted a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/977b7886/?limit=25#5229</link><description>HI, i'm a newbie to the hibernate and dozer mapper .I am using Dozer 5.1 with Hibernate-3...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravi</dc:creator><pubDate>Thu, 21 Jan 2016 14:07:44 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/977b7886/?limit=25#5229</guid></item><item><title>Ravi posted a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/bd111e3d/?limit=25#7c1d</link><description>HI, i'm a newbie to the hibernate and dozer mapper .I am using Dozer 5.1 with Hibernate-3...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravi</dc:creator><pubDate>Thu, 21 Jan 2016 14:07:43 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/bd111e3d/?limit=25#7c1d</guid></item><item><title>ashok posted a comment on discussion Help</title><link>https://sourceforge.net/p/dozer/discussion/452530/thread/c6bc12a3/?limit=25#edc5</link><description>I have 2 tables, which has many to many relationship for 2 tables, whenever I am...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ashok</dc:creator><pubDate>Wed, 30 Dec 2015 09:31:28 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452530/thread/c6bc12a3/?limit=25#edc5</guid></item><item><title>Shrinidhi Achar modified a comment on discussion Help</title><link>https://sourceforge.net/p/dozer/discussion/452530/thread/5ca30eca/?limit=25#784c</link><description>Hi, I am new to using Dozer and I am using it to map objects of JAXB generated classes...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shrinidhi Achar</dc:creator><pubDate>Sun, 06 Dec 2015 13:12:55 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452530/thread/5ca30eca/?limit=25#784c</guid></item><item><title>Shrinidhi Achar posted a comment on discussion Help</title><link>https://sourceforge.net/p/dozer/discussion/452530/thread/5ca30eca/?limit=25#784c</link><description>Hi, I am new to using Dozer and I am using it map objects of JAXB generated classes...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shrinidhi Achar</dc:creator><pubDate>Sat, 05 Dec 2015 23:21:31 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452530/thread/5ca30eca/?limit=25#784c</guid></item><item><title>Pavlo Omelchenko posted a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/19147268/?limit=25#d5c0</link><description>I stumbled upon same Dozer 'contains' behavior. Simply whole list replacing should...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pavlo Omelchenko</dc:creator><pubDate>Fri, 30 Oct 2015 14:48:16 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/19147268/?limit=25#d5c0</guid></item><item><title>Anonymous modified a comment on ticket #258</title><link>https://sourceforge.net/p/dozer/bugs/258/?limit=25#8896</link><description>Increasing the priority 2 points and assigning to buzdin, as I interacted with him...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 30 Oct 2015 07:48:06 -0000</pubDate><guid>https://sourceforge.net/p/dozer/bugs/258/?limit=25#8896</guid></item><item><title>Gajendra Rao posted a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/64a3b03e/?limit=25#01d7/b287/d415/f80f</link><description>Though this is a very old thread but we have recently started using Dozer (5.5.1)...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gajendra Rao</dc:creator><pubDate>Fri, 31 Jul 2015 12:03:58 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/64a3b03e/?limit=25#01d7/b287/d415/f80f</guid></item><item><title>Luke Robinson posted a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/f33d164e/?limit=25#b9da</link><description>I believe the dtd has been deprecated in favour of the xsd which is bundled in the...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luke Robinson</dc:creator><pubDate>Tue, 21 Jul 2015 23:50:09 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/f33d164e/?limit=25#b9da</guid></item><item><title>Kavita Modi posted a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/f33d164e/?limit=25#efae</link><description>Hi Everyone - We are using Doxer 5.3.2 library in our application and since yesterday...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kavita Modi</dc:creator><pubDate>Tue, 21 Jul 2015 19:39:37 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/f33d164e/?limit=25#efae</guid></item><item><title>jeff posted a comment on discussion Developers</title><link>https://sourceforge.net/p/dozer/discussion/452531/thread/19147268/?limit=25#ed1e</link><description>Hi Is it possible for dozer to copy a list by just assuming item 0 matches item 0...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jeff</dc:creator><pubDate>Wed, 08 Jul 2015 18:32:24 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452531/thread/19147268/?limit=25#ed1e</guid></item><item><title>chandra posted a comment on discussion Help</title><link>https://sourceforge.net/p/dozer/discussion/452530/thread/6aa79df7/?limit=25#09fd</link><description>HI, could any one please help me in getting a map from dozer, map should contain...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chandra</dc:creator><pubDate>Mon, 06 Jul 2015 16:36:17 -0000</pubDate><guid>https://sourceforge.net/p/dozer/discussion/452530/thread/6aa79df7/?limit=25#09fd</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 08 Jan 2015 19:26:04 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 08 Jan 2015 18:38:31 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 03 Jan 2015 03:25:13 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 28 Dec 2014 16:25:20 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 28 Dec 2014 15:50:30 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 26 Dec 2014 01:54:25 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 26 Dec 2014 01:51:03 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</guid></item><item><title>Sebastian Dietrich posted a comment on ticket #270</title><link>https://sourceforge.net/p/dozer/bugs/270/?limit=25#d0e9</link><description>I totally agree with you - we spent several hours debugging dozer to find out that...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian Dietrich</dc:creator><pubDate>Wed, 24 Dec 2014 22:54:54 -0000</pubDate><guid>https://sourceforge.net/p/dozer/bugs/270/?limit=25#d0e9</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 14 Dec 2014 00:23:24 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 13 Dec 2014 20:55:26 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 03 Dec 2014 23:42:53 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 03 Dec 2014 22:42:30 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=25#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 01 Dec 2014 07:21:50 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 01 Dec 2014 06:41:58 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 25 Nov 2014 00:28:00 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 24 Nov 2014 23:56:42 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 22 Nov 2014 01:57:10 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 22 Nov 2014 00:52:43 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 22 Nov 2014 00:41:48 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 19 Nov 2014 02:57:25 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 14 Nov 2014 14:25:45 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 14 Nov 2014 12:30:37 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 12 Nov 2014 00:48:31 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 12 Nov 2014 00:36:13 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 12 Nov 2014 00:14:29 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 09 Nov 2014 06:59:01 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 09 Nov 2014 06:44:00 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 06 Nov 2014 21:21:30 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 04 Nov 2014 01:49:56 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 04 Nov 2014 01:37:36 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 04 Nov 2014 01:20:09 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #313</title><link>https://sourceforge.net/p/dozer/bugs/313/?limit=50#691b</link><description>Ron Nechemia, the Chairman through the EurOrient Fiscal Team (urOrient? the Board...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 31 Oct 2014 09:46:45 -0000</pubDate><guid>https://sourceforge.net/p/dozer/bugs/313/?limit=50#691b</guid></item><item><title>Anonymous modified a comment on ticket #313</title><link>https://sourceforge.net/p/dozer/bugs/313/?limit=50#691b</link><description>Ron Nechemia, the Chairman through the EurOrient Fiscal Team (urOrient? the Board...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 31 Oct 2014 08:56:22 -0000</pubDate><guid>https://sourceforge.net/p/dozer/bugs/313/?limit=50#691b</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 28 Oct 2014 00:32:47 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 25 Oct 2014 18:14:41 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 19 Oct 2014 13:06:48 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 16 Oct 2014 10:22:02 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 16 Oct 2014 10:03:08 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 09 Oct 2014 16:09:22 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 09 Oct 2014 15:54:53 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 04 Oct 2014 12:05:02 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 04 Oct 2014 11:40:41 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 01 Oct 2014 16:08:49 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 01 Oct 2014 16:04:15 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 01 Oct 2014 15:55:51 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 01 Oct 2014 15:46:47 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 27 Sep 2014 21:00:02 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 27 Sep 2014 20:55:41 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 24 Sep 2014 10:34:23 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 24 Sep 2014 10:17:08 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 21 Sep 2014 06:01:32 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 17 Sep 2014 08:19:11 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 16 Sep 2014 01:15:28 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 15 Sep 2014 06:19:05 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 15 Sep 2014 06:05:35 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 15 Sep 2014 05:51:45 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 15 Sep 2014 03:22:15 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 15 Sep 2014 03:14:01 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 15 Sep 2014 02:32:02 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 15 Sep 2014 01:51:41 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 15 Sep 2014 00:43:09 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 14 Sep 2014 23:01:20 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 14 Sep 2014 22:49:21 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 14 Sep 2014 22:09:13 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 14 Sep 2014 21:23:59 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item><item><title>Anonymous modified a comment on ticket #196</title><link>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</link><description>When are you planning to add this feature (or offer theses custom converters)? Currently...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 14 Sep 2014 20:54:04 -0000</pubDate><guid>https://sourceforge.net/p/dozer/feature-requests/196/?limit=50#968e</guid></item></channel></rss>