-
Why has this bug been closed without any explanation/notice..??.
2008-10-13 14:04:07 UTC in Dozer
-
I think you can't expect someone to fix this, as well as any other bugs in this tracker, as it seems to me the project has been abandoned by its original administrators/contributors.
Have a look, no bug, nor any feature request has received a feedback from them for almost a year!!!
Same thing in the forums, no answer!!!
It's hopeless! :((((.
2008-09-05 08:02:03 UTC in Dozer
-
Hello,
I'm currently having a serious issue using the class level properties to java.util.Map mapping, as described here:
http://dozer.sourceforge.net/documentation/mapbackedproperty.html#Mapping%20Class%20Level%20Properties%20to%20a%20java.util.Map%20or%20a%20Custom%20Map%20with%20unique%20Get/Set%20methods
When you have a java.lang.String , the "class level properties" are perfectly...
2008-02-19 19:22:25 UTC in Dozer
-
Hello,
It would be really greatful to add support of complete mapping for Maps.
e.g. instead of just mapping from Map to Map (same key/value types)
corresponding to the following config:
net.sf.dozer.util.mapping.vo.map.MapToMap
net.sf.dozer.util.mapping.vo.map.MapToMapPrime
standardMapWithHint.
2008-02-19 17:38:00 UTC in Dozer
-
Should work.
Ref. to http://dozer.sourceforge.net/documentation/custommethods.html.
2008-02-11 10:59:04 UTC in Dozer
-
I found out that using something like
com.yourcompany.some.package.MainClass$InnerClass
works while
com.yourcompany.some.package.MainClass.InnerClass
does not.
Do you think your patch is gonna fix this...?!
2008-02-11 10:48:18 UTC in Dozer
-
Would be a good idea too... but unfortunately for you, the developers seem to not read requests like this.
2008-02-11 10:30:12 UTC in Dozer
-
Note that the above mentioned work-around (copying/pasting the class declaration to the ) makes the corresponding *.hbm.xml NOT passing the XML Validation, because of the Hibernate DTD not allowing such an attribute ("class") in a declaration.
2008-02-04 10:41:11 UTC in Hibernate Synchronizer Eclipse Plugin
-
Hello,
It clearly seems there is a problem synchronizing the tag as reported in several threads on the Hibernate Synchronizer forum, i.e.
(Aug 19, 2005)
http://www.eclipseplugincentral.com/PNphpBB2-viewtopic-t-2159-highlight-compositeelement.html
(Jul 20, 2004)
http://www.eclipseplugincentral.com/PNphpBB2-viewtopic-t-461-highlight-compositeelement.html
(Mar 25,
2008-02-04 10:36:50 UTC in Hibernate Synchronizer Eclipse Plugin
-
Hello,
Like other frameworks/libraries, it would be nice to have an "include" tags to allow automatic includes of other configuration/mapping files.
This would allow everyone to split easily his mappings into separate XML files (and thus reduce their weight & maintainability - split e.g. business/bean/UI different mappings).
Having something like:
2008-01-30 11:12:09 UTC in Dozer