On Jan 10, 2008, at 11:02 AM, Dain Sundstrom wrote:
On Jan 10, 2008, at 2:48 AM, David Blevins wrote:
commons-dbcp
Still an unknown. It'd be fantastic if we can get this released or
find a solution that doesn't involve publishing to our mini-repo in
svn (if we do that then we have to add the repo to *all* our
examples just for this one jar).
Last time I asked, they wanted a few more JIRAs completed before
releasing this. There hasn't been any progress since
Connector, xbean and surefire have now all been released. That just
leaves commons-dbcp. I checked in a module that takes commons-dbcp
and uses shade to "repackage" it into our groupId. We should be able
to publish a snapshot of commons-dbcp into the little repo in our svn
tree, but update all the code but the dep module to use the repackaged
one which would get published with the rest of our org.apache.openejb
groupId'ed libraries. The end result would mean that you wouldn't
have to add the little repo in our svn tree to your pom's repo list if
you wanted to have a dep on openejb-core or other. Going to do the
same for our cxf code (currently requiring the incubator repo to be in
your pom), but in this case also squish it down to one jar instead of
the 8 or so it is now.
Currently none of our examples list these other repos (little repo in
our svn, and incubator) and as a result they don't actually work
unless you magically happen to have the right deps in your local maven
repo. Unfortunately, this was the case in beta 1 and I suspect all
the examples were broken for you unless you happened to build openejb
(simply depending on it doesn't do it).
-David