> + }
> +
> + public JdbcApiMetadata() {
> + super(new Builder());
> + }
> +
> + protected JdbcApiMetadata(Builder builder) {
> + super(builder);
> + }
> +
> + public static class Builder extends BaseApiMetadata.Builder<Builder> {
> +
> + protected Builder() {
> + id("jdbc")
> + .name("Jdbc BlobStore")
> + .identityName("Unused")
The datasource config belongs in a persistence.xml file. The persistence unit
must be passed as a JpaPersistModule to the blobstore.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/173/files#r29951753