1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
javadocing, removing dead imports and making a couple util classes final and making the constructor private so you cant accidentally create an instance More... about 13 years ago
some javadocing in SupportsRdfId while I was in there and allowing you to create completely in-memory (and empty) entity managers -- handy for testing More... about 13 years ago
adding some guards around infinite loops in cascade actions, also adding a simple test case for this. fixes #57 More... about 13 years ago
bumping to latest cp utils version More... about 13 years ago
fix to support a wider range of locale's wrt to language filters in the rdf generator More... about 13 years ago
fix for supporting better annotation inheritance in generated byte code More... about 13 years ago
two small tweaks to sesame bits to allow repository objects to be directly passed into the configuration and used as backing for EntityManagers similar to how the Jena factories work More... over 13 years ago
clean imports, one last tweak to build file More... over 13 years ago
adding sdb jar, acknowledgements file and some fixups to the build file for the new sql module that the jena stuff has a dependency on More... over 13 years ago
couple cleanups, adding a missing license header, fixing a tostring issue with one of the test classes. More... over 13 years ago
various changes to the pull request from 2010-11-03 (uoccou). Cleaning up things, removing commented out code, removing unused fields & imports. removing 1.6 specific bits. some refactors to make the jena bits as independent of the sql stuff as possible, though this still needs some work -- sdb and tdb really will end up needing their own factories, sdb at least. and moving the sql bits into their own directory rather than having them in the core. More... over 13 years ago
Merge branch '0.7' of https://github.com/uoccou/Empire into uoccou-0.7 More... over 13 years ago
change to avoid malformed locales, mainly so Empire plays nicely on Solaris. Trimming strings from configurations before we use them in case the config author fat fingered something and ended up with a few extra irrelevant spaces More... over 13 years ago
Dependencies for new com.clarkparisa.empire.sql datasource classes More... over 13 years ago
cleaned up imports, @author More... over 13 years ago
Simple datasource extension - possibly replace with TransactionDataSource extension - needs to be able to get access to the TDB model in order to sync More... over 13 years ago
Null checks within create() method More... over 13 years ago
added ontology and datasource config property names More... over 13 years ago
close model on disconnect More... over 13 years ago
Added SDB model support, with ontologies and caching capabilty More... over 13 years ago
Simple extension of AbstractDelegateModel so that commit and close can be wrapped for use with JPA More... over 13 years ago
extra debug detail when one-to-many or many-to-many incorreclty used in assertIsValid More... over 13 years ago
log Warning on exception in ValueToObject apply debug logging messages id() method now public More... over 13 years ago
log warning rather than throw exception in properties() method when non-bean style method name found More... over 13 years ago
debug logging and timing messages in all() More... over 13 years ago
added init(Collection) method More... over 13 years ago
Classes in this package allow configuration of DataSource objects in empire.properties. More... over 13 years ago
Merge branch 'ManuelB-master' into 0.7 More... over 13 years ago
updating changes with latest modifications and references to corresponding issues @ github More... over 13 years ago
fixing a bug in the InstanceGenerator for figuring out property names More... over 13 years ago