democracyworks / datomic-toolbox

Datomic Utility Library
19 stars 0 forks source link

Add support for loading schemas in WildFly #5

Closed cap10morgan closed 9 years ago

cap10morgan commented 9 years ago

Since I was touching this library, I took the opportunity to migrate it to our new preferred naming convention (it's closer to the way they recommend naming libraries).

WildFly uses vfs protocol resources, so this is primarily intended to add support for loading schema files via that protocol.

I bumped the version to 1.0.0-SNAPSHOT since the rename is a breaking change.

Assigning @tie-rack.

No card because it's Friday! But actually it is needed to support deploying datomic-toolbox-using apps to WildFly.

cap10morgan commented 9 years ago

Actually, no. Closing this until I add a test or two.

cap10morgan commented 9 years ago

Nevermind, I couldn't come up with a simple way to test it. And I see that there are no tests around the jar loader either. Oh well.

tie-rack commented 9 years ago

LGTM!

cap10morgan commented 9 years ago

I'll release 1.0.0 to clojars shortly.