Activity

From 03/19/2010 to 04/17/2010

04/15/2010

12:59 pm Bug #276: readByPrimaryKey do not work anymore in Hades-1.5
Don't know if this helps for the ticket, but currently I am using 1.5 in two projects. One of them was using 1.1.2 be... Marcus Kraßmann

04/14/2010

03:26 pm Bug #278 (Works for me): Does not find session using multiple entity managers when using dao-conf...
The only way I can image this to work is that you might not have accessed previously unfetched properties outside the... Oliver Gierke
02:39 pm Bug #278: Does not find session using multiple entity managers when using dao-config in hades-1.5
OK we have verified, this was all our fault, the second OEMIVF was missing so it did not work, sorry about that: at f... Florian Traverse
08:13 am Bug #278: Does not find session using multiple entity managers when using dao-config in hades-1.5
Florian Traverse wrote:
> Hey :)
>
> You're right this is probably my fault, we have forgotten to get back the se...
Oliver Gierke
08:10 am Bug #276: readByPrimaryKey do not work anymore in Hades-1.5
No deed to hurry :). As we have a solid test base and some apps already migrated I'd like to lower the priority to no... Oliver Gierke

04/13/2010

06:10 pm Bug #278: Does not find session using multiple entity managers when using dao-config in hades-1.5
Hey :)
You're right this is probably my fault, we have forgotten to get back the second @OpenEntityManagerInViewFilt...
Florian Traverse
04:27 pm Bug #276: readByPrimaryKey do not work anymore in Hades-1.5
I have to rollback some code in order to provide some stack, I'll can do this in about an hour. I think I have encoun... Florian Traverse
03:50 pm Enhancement #275: Updating the isNew() state after persisting the entity
Hi Stefan,
am I missing something or why don't you simply provide a base class that does the trick?...
Oliver Gierke
03:40 pm Bug #278: Does not find session using multiple entity managers when using dao-config in hades-1.5
Hey Florian,
actually I wonder why this should work with the configuration you provided. Given the stacktrace you ...
Oliver Gierke
12:18 pm Bug #276: readByPrimaryKey do not work anymore in Hades-1.5
Can you give some more details on the issue? A stacktrace perhaps? As this a very core feature it is covered by a doz... Oliver Gierke
11:37 am Enhancement #274: Add further keywords to query creator
We'll try to use @@Query("SELECT User u WHERE u.name IN ?1")@ if it does work, it will just be cool (we're using Hibe... Florian Traverse
11:28 am Bug #278 (Works for me): Does not find session using multiple entity managers when using dao-conf...
This may be a configuration problem (see #277 ):
This configuration do not work, when accessing some model using t...
Florian Traverse
11:20 am Bug #277 (Closed): include-filter / exclude-filter missing documentation in hades 1.5
I didn't found any other documentation about include/exclude filter in hades:dao-config than #264 and Spring documant... Florian Traverse
11:04 am Bug #276: readByPrimaryKey do not work anymore in Hades-1.5
sorry, the error is "readByPrimaryKey is undefined" I guess, I have copied and paste a half-fixed version error Florian Traverse
11:02 am Bug #276 (Works for me): readByPrimaryKey do not work anymore in Hades-1.5
All of our readByPrimaryKey methods in our daos do not work anymore when switching from hades-1.1.2 to hades-1.5
<...
Florian Traverse
09:57 am Enhancement #273: Improved annotation support for isNew and id
Hi Ollie,
using the @Persistable@ interface works fine and if you don't plan to drop the interface thats absolutely ...
Stefan Penndorf
09:54 am Enhancement #275 (Works for me): Updating the isNew() state after persisting the entity
We use some entities with composite primary keys that are not automatically generated. This works fine but i find mys... Stefan Penndorf

04/12/2010

06:37 pm Enhancement #274: Add further keywords to query creator
Hey Florian,
that's a great idea and already has been on the list of keywords to support. Unfortunately there are ...
Oliver Gierke
06:13 pm Enhancement #273: Improved annotation support for isNew and id
Hey Stefan,
thanks for you feedback. We're not going to drop @Persistable@ in any case. The intention behind the ste...
Oliver Gierke
04:59 pm Enhancement #274 (Closed): Add further keywords to query creator
We currently have a custom implementation only for finding some property in a list of other properties, we can imagin... Florian Traverse
03:02 pm Enhancement #273 (Closed): Improved annotation support for isNew and id
This enhancement is an additional proposal to the change request #270 that removed the need to implement the @Persist... Stefan Penndorf

04/11/2010

01:23 pm Task #272 (Closed): Release 1.5 and 2.0 RC1
Oliver Gierke
09:04 am Revision 10371: * use dedicated location for 1.x Maven sites
* references #272 Oliver Gierke
09:04 am Revision 10370: * use auto versioning for submodules in release plugin
* references #272 Oliver Gierke
09:02 am Revision 10369: * use dedicated site folder for 2.x site
* references #272 Oliver Gierke

04/10/2010

07:44 pm Version 1.5 and 2.0 RC1 released
We proudly announce a double release of Hades. On the one hand we release a feature update to the 1.x with a few majo... Oliver Gierke
07:43 pm Enhancement #207 (Closed): Manage multiple entityManagerFactory
Oliver Gierke
07:40 pm Change request #220 (Closed): Replace EasyMock by Mockito for testing purposes
Oliver Gierke
07:40 pm Enhancement #264 (Closed): Allow use of include-filter, exclude-filter elements inside dao-config
Oliver Gierke
07:40 pm Bug #265 (Closed): Embedded entities don't work with guessed-queries
Oliver Gierke
07:39 pm Enhancement #266 (Closed): Make alias detection more lenient
Oliver Gierke
07:39 pm Enhancement #269 (Closed): Allow query creation to handle 'between' as keyword
Oliver Gierke
07:39 pm Change request #270 (Closed): Remove the need to implement Persistable
Oliver Gierke
07:39 pm Enhancement #271 (Closed): Support lessThan and greaterThan in created queries
Oliver Gierke
07:26 pm Revision 10368: * [maven-release-plugin] -prepare for next development iteration
Oliver Gierke
07:26 pm Revision 10367: * [maven-release-plugin] - copy for tag org.synyx.hades-2.0.0.RC1
Oliver Gierke
07:26 pm Revision 10366: * [maven-release-plugin] -prepare release org.synyx.hades-2.0.0.RC1
Oliver Gierke
07:24 pm Revision 10365: * fixed SCM URL
* references #272 Oliver Gierke
07:24 pm Revision 10364: * fixed OSGi version number for 2.0.0.RC1
* references #272 Oliver Gierke
07:23 pm Revision 10363: * removed the section on custom implementation from the reference documentation
* references #258 Oliver Gierke
07:04 pm Change request #270 (Fixed): Remove the need to implement Persistable
Oliver Gierke
07:03 pm Enhancement #271 (Fixed): Support lessThan and greaterThan in created queries
Oliver Gierke
06:53 pm Task #160 (Fixed): Remove deprecations introduced for handling multiple sort parameters
Oliver Gierke
06:51 pm Revision 10362: * [maven-release-plugin] -prepare for next development iteration
Oliver Gierke
06:51 pm Revision 10361: * [maven-release-plugin] - copy for tag org.synyx.hades-1.5
Oliver Gierke
06:51 pm Revision 10360: * [maven-release-plugin] -prepare release org.synyx.hades-1.5
Oliver Gierke
06:46 pm Revision 10359: * updated OSGi version for release
* references #272 Oliver Gierke
06:41 pm Revision 10358: * forward ported changes on documentation
* references #272 Oliver Gierke
06:41 pm Revision 10357: * final preparations for 1.5 release
* references #272 Oliver Gierke
06:41 pm Revision 10356: * metadata cleanup in documentation
Oliver Gierke
06:40 pm Revision 10355: * downgraded Docbkx plugin to 2.0.8 as more recent versions don't seem to render ...
Oliver Gierke
06:40 pm Revision 10354: * removed references to @Persistable@ in examples where not needed
* mentioned @@NoDaoBean@
* fixed some typos here and there
* references #270
Oliver Gierke
06:25 pm Task #272 (In progress): Release 1.5 and 2.0 RC1
Oliver Gierke
06:24 pm Task #272 (Closed): Release 1.5 and 2.0 RC1
No further description required. Oliver Gierke
05:29 pm Revision 10353: * backported cleanup of auditing subsystem
* references #270 Oliver Gierke
05:28 pm Revision 10352: * removed the need for implementing @Persistable@ from auditing subsystem as far ...
* references #270 Oliver Gierke

04/09/2010

01:55 pm Enhancement #207: Manage multiple entityManagerFactory
Fixed explicit wiring of @EntityManager@. Snapshots for 1.2 and 2.0 deployed. Oliver Gierke
12:42 pm Revision 10324: * forward port of fix for multiple entity manager reference from 1.x branch
* references #207 Oliver Gierke
12:36 pm Revision 10323: * new implementation needs more extensive setup for unit test
* references #207 Oliver Gierke
12:35 pm Revision 10322: * restored unit test as it seems to have been deleted during the last commit
* references #207 Oliver Gierke
11:58 am Revision 10321: * fixed bug in manual wiring of @EntityManagerFactory@, we need to create a share...
* references #207 Oliver Gierke
11:58 am Revision 10320: * fixed bug in manual wiring of @EntityManagerFactory@, we need to create a share...
* added integration test to show setup and working with multiple transaction managers
* references #207
Oliver Gierke

04/08/2010

12:17 pm Enhancement #271: Support lessThan and greaterThan in created queries
Fixed and deployed into 1.2 and 2.0 snapshot repositories. Oliver Gierke
12:16 pm Revision 10282: * forward port of fix for #271
* references #271 Oliver Gierke
12:15 pm Revision 10281: * added support for @LessThan@ and @GreaterThan@ keywords during query creation
* minor refactorings in @Type@
* references #271
Oliver Gierke
11:48 am Enhancement #271 (In progress): Support lessThan and greaterThan in created queries
Oliver Gierke
11:46 am Enhancement #271 (Closed): Support lessThan and greaterThan in created queries
What we have started with #269 could be extended to support queries like:... Oliver Gierke
10:23 am Change request #270: Remove the need to implement Persistable
Fixed and deployed into 1.2 and 2.0 snapshots. Oliver Gierke
10:16 am Revision 10279: * forward port of fix for #270 to 2.x trunk
* references #270 Oliver Gierke
10:16 am Revision 10278: * removed the need for @Persistable@ in @ExtendedGenericDao@ infrastructure
* added missing license text to @IsNewStrategiesUnitTest@
* references #270
Oliver Gierke
10:16 am Revision 10277: * removed @Persistable@ from DAO interfaces
* added @IsNewStrategy@ to @GenericDaoSupport@ as well as implementations based on @Persistable@ or reflection
* refe...
Oliver Gierke
10:06 am Change request #270 (In progress): Remove the need to implement Persistable
Oliver Gierke

04/07/2010

08:16 pm Change request #270: Remove the need to implement Persistable
This could even be done for 1.2, as we can do this without runtime interface change.
Any thoughts in general guys?
Oliver Gierke
08:10 pm Change request #270 (Closed): Remove the need to implement Persistable
The @Persistable@ interface mainly servers two purposes in Hades. First, it is used to bind entity type to primary ke... Oliver Gierke

04/04/2010

07:34 pm Revision 10232: * removed @ExtendedGenericDao@ infrastructure
* adapted changes in code where necessary
* references #258
Oliver Gierke
07:30 pm Change request #258 (In progress): Remove ExtendedGenericDao infrastructure
Oliver Gierke
07:10 pm Bug #265 (Fixed): Embedded entities don't work with guessed-queries
Applied in changeset r10231. Oliver Gierke
07:09 pm Revision 10231: * forward port of fix for #265 to 2.x trunk
* fixes #265 Oliver Gierke
07:06 pm Revision 10230: * refactored query creation to correctly index parameters as described in JPA Spe...
* refactored @Parameters@ handling to abstract a single @Parameter@ and let client code work with it instead of @Para... Oliver Gierke
12:00 pm Enhancement #207: Manage multiple entityManagerFactory
Forward ported to 2.0, too. Just deployed snapshot into Maven repo. Oliver Gierke
11:56 am Revision 10229: * fixed years in licence texts
Oliver Gierke
11:56 am Revision 10228: * upgraded to Spring 3.0.2
Oliver Gierke
11:56 am Revision 10227: * forward port of fix for #207
* adapted minot changes needed for compatibility with Spring 3.0 (see http://jira.springframework.org/browse/SPR-706... Oliver Gierke
10:49 am Bug #265: Embedded entities don't work with guessed-queries
Okay, I almost wanted to blame Hibernate for not handling unpositioned parameter placeholders correctly *but* it seem... Oliver Gierke

04/03/2010

08:19 pm Bug #265: Embedded entities don't work with guessed-queries
ok, i just debugged this...
it seems that the difference is not "generated" vs. "annotated" but ? versus ?1.
If...
Marc Kannegiesser
07:47 pm Revision 10226: * updated year declarations in type comments to @2008-2010@
Oliver Gierke
07:47 pm Revision 10225: * added some missing Apache license declarations
Oliver Gierke
07:28 pm Enhancement #207 (Fixed): Manage multiple entityManagerFactory
Oliver Gierke
07:26 pm Enhancement #269: Allow query creation to handle 'between' as keyword
Hey Eric,
I've just deployed both 1.2 and 2.0 snapshot versions into our Maven repositories. Feel free to give it a ...
Oliver Gierke
07:24 pm Enhancement #269 (Fixed): Allow query creation to handle 'between' as keyword
Applied in changeset r10224. Oliver Gierke
07:23 pm Revision 10224: * forward port of fix for #269 to 2.x trunk
* fixes #269 Oliver Gierke
07:19 pm Revision 10223: * general overhaul of raw property handling (after @Or@ and @And@ splitting)
* added handling for simple properties as well as between-suffixed properties to generate the appropriate query for
...
Oliver Gierke
07:19 pm Revision 10222: * added @getPlaceholder@ method to @Parameters@ to return the placeholder to be u...
* references #269 Oliver Gierke
03:18 pm Revision 10221: * forward ported tightened unit tests to 2.x
* references #265 Oliver Gierke
03:12 pm Bug #265: Embedded entities don't work with guessed-queries
Tried to reproduce this on a lower level (see r10220 and attached Mylyn context) but didn't succeed. The code trigger... Oliver Gierke
03:08 pm Revision 10220: * added unit test trying to reproduce the issue
* references #265 Oliver Gierke
03:08 pm Revision 10219: * added @include-filter@ and @exclude-filter@ as possible subelements of @dao-con...
* references #264 Oliver Gierke
02:06 pm Bug #265 (In progress): Embedded entities don't work with guessed-queries
Oliver Gierke
01:51 pm Enhancement #264 (Fixed): Allow use of include-filter, exclude-filter elements inside dao-config
Oliver Gierke
01:50 pm Revision 10218: * forward ported fix of #264 to 2.x
* references #264 Oliver Gierke
01:47 pm Revision 10217: * let @DaoConfigBeanDefinitionParser@ consider filter child elements, too
* references #264 Oliver Gierke
01:46 pm Revision 10216: * added @schemaLocation@ to import for @context@ namespace as it can't be resolve...
* references #264 Oliver Gierke
01:46 pm Revision 10215: * added @TypeFilterParser@ heavily inspired by Spring's @context@ @BeanDefinition...
* references #264 Oliver Gierke
01:46 pm Revision 10214: * added @include-filter@ and @exclude-filter@ as possible subelements of @dao-con...
* references #264 Oliver Gierke
01:34 pm Enhancement #264: Allow use of include-filter, exclude-filter elements inside dao-config
Opened ticket in Spring JIRA: http://jira.springframework.org/browse/SPR-7049. Oliver Gierke
01:30 pm Enhancement #264 (In progress): Allow use of include-filter, exclude-filter elements inside dao-c...
Oliver Gierke

04/02/2010

02:45 pm Enhancement #269 (Closed): Allow query creation to handle 'between' as keyword
Hello,
It would be great if you create an alias for 'Between' sql method. It could be something like that :
<pr...
Eric MAIRET

04/01/2010

07:27 pm Revision 10212: * backported @pom.xml@ cleanups to 1.x branch
Oliver Gierke
07:27 pm Revision 10211: * remove Docbkx plugin from parent project
Oliver Gierke
07:27 pm Revision 10210: * upgraded to Joda Time 1.6
Oliver Gierke
07:27 pm Revision 10209: * upgraded to Docbkx 2.0.10
Oliver Gierke
06:50 pm Revision 10208: * upgraded to Hibernate 3.5-Final as well as OpenJPA Beta 3
* references #221 Oliver Gierke

03/30/2010

10:06 am Version 1.1.2 released
Almost two weeks ago we released version 1.1.2 of Hades. As the version number increase implies this is mainly a bugf... Oliver Gierke
10:04 am Change request #220 (Fixed): Replace EasyMock by Mockito for testing purposes
Oliver Gierke

03/29/2010

08:11 pm Revision 10121: * alias detection is more lenient now (forward port from 1.x branch) * improved r...
Oliver Gierke

03/26/2010

10:49 am Enhancement #266 (Fixed): Make alias detection more lenient
Applied in changeset r10060. Oliver Gierke
10:48 am Revision 10060: * fixes #266 - alias detection is more lenient now
* improved regex and simplified match lookup Oliver Gierke
10:42 am Enhancement #266 (Closed): Make alias detection more lenient
Currently the alias detection is quite strict on what to expect of the query the alias has to be detected from. This ... Oliver Gierke

03/20/2010

12:26 pm Bug #265: Embedded entities don't work with guessed-queries
additional hint:
if i use @Query it works:...
Marc Kannegiesser
12:25 pm Bug #265 (Closed): Embedded entities don't work with guessed-queries
If you have an embeddable within an hades-managed entity e.g.... Marc Kannegiesser

03/19/2010

08:35 pm Enhancement #264 (Closed): Allow use of include-filter, exclude-filter elements inside dao-config
It would be cool if @include-filter@ and @exclude-filter@ could be used just like inside the @context@ namespace of c... Oliver Gierke
08:33 pm Enhancement #207 (In progress): Manage multiple entityManagerFactory
Oliver Gierke
08:29 pm Enhancement #207: Manage multiple entityManagerFactory
Hey Matthieux,
feel free to grab the latest 1.2-SNAPSHOT from the Maven repos and see if that works out for you. R...
Oliver Gierke
08:24 pm Revision 9939: * fixed @EntityManagerFatoryRefIntegrationTest@ after Mockito replacement
* references #220 Oliver Gierke
08:23 pm Enhancement #207 (Fixed): Manage multiple entityManagerFactory
Applied in changeset r9937. Oliver Gierke
08:15 pm Revision 9938: * backported r8890 to 1.x branch
* references #220 Oliver Gierke
08:15 pm Revision 9937: * updated reference documentation to mention the possibility to wire an @EntityMan...
* fixes #207 Oliver Gierke
08:15 pm Revision 9936: * added integration test for selecting the dedicated @EntityManagerFactoryBean@ re...
* references #207 Oliver Gierke
08:15 pm Revision 9935: * discovering newly introduced attribute in @DaoConfigBeanDefinitionParser@ and cr...
* references #207 Oliver Gierke
08:15 pm Revision 9934: * added @entity-manager-factory-ref@ attribute to XSD and parsing model
* references #207 Oliver Gierke
07:54 am Enhancement #207 (In progress): Manage multiple entityManagerFactory
Oliver Gierke
12:01 am Bug #259 (Works for me): GenericDaoFactoryBean returns incorrect object type before properties ar...
Oliver Gierke
« Previous
Next »
 

Also available in: Atom