Maybe adding = after connectionproperties can help
Le 8 mars 2013 18:27, "James Green" <[email protected]> a écrit :

> The docs have the value within square brackets.
>
> Doesn't help when the first char of a property suddenly becomes an
> uppercase version without being noticed. Anyway, for the purposes of
> completeness:
>
> ConnectionProperties zeroDateTimeBehavior=convertToNull
>
> Works perfectly for the MySQL driver in our environment. Somehow ours ended
> up with a capital Z...
>
>
>
> On 8 March 2013 17:07, Jean-Louis MONTEIRO <[email protected]> wrote:
>
> > Never used it to be honest.
> > What's your error?
> >
> > In my opinion, it should be something like
> >
> > <Resource id="HSQLDB Database" type="DataSource">
> >     JdbcDriver org.hsqldb.jdbcDriver
> >     JdbcUrl jdbc:hsqldb:file:hsqldb
> >     UserName sa
> >     Password
> >
> >    ConnectionProperties toto=titi;foo=bar;
> >
> > </Resource>
> >
> > It does not work?
> >
> >
> > JLouis
> >
> >
> >
> > 2013/3/8 James Green <[email protected]>
> >
> > > http://tomee.apache.org/containers-and-resources.html says to use:
> > >
> > > ConnectionProperties: Format of the string must be
> > > [propertyName=property;]*
> > >
> > > I've not found any working format so far. Anyone have an example?
> Sharing
> > > on http://tomee.apache.org/common-datasource-configurations.html would
> > be
> > > good :-)
> > >
> > > James
> > >
> >
> >
> >
> > --
> > Jean-Louis
> >
>

Reply via email to