Hi Roberto,

Made first one not failling as a tolerance (since properties are considered
as config properties you can then say you should just put a getter).

Second one was already fixed.





Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-05-20 2:14 GMT+02:00 Roberto Cortez <[email protected]>:

> And the issues:
> https://issues.apache.org/jira/browse/TOMEE-1816
>
> https://issues.apache.org/jira/browse/TOMEE-1817
>
>
>
>       From: Roberto Cortez <[email protected]>
>  To: "[email protected]" <[email protected]>
>  Sent: Thursday, May 19, 2016 4:50 PM
>  Subject: Connector Resource Adapter Issues
>
> Hi,
> I have been implementing a Connector Resource Adapter and run into some
> issues:
>
>   -  If I add a property getter into a resourceadapter-class or into a
> managedconnectionfactory-class, when deploying I get a NPE, since it
> expects the setter to be there. The deployed classes are available, but
> configuration might not be loaded properly since the configuration load is
> interrupted by the NPE. I had a look into the spec, and yes for config
> properties you are required to have a getter / setter, but I couldn't find
> anything telling you that you can't have a regular property with just a
> getter (it's just not configurable).
>
>
>   - When using the configuration "validationInterval" to provide
> connection validation, the connector just fails to deploy with
> a java.lang.NoSuchFieldException: pool
>
> Did anyone else run into these issue?
> In the meanwhile, I'm creating JIRA issue, plus tests. I would also like
> to fix these myself if they confirm to be problems.
> Cheers,Roberto
>
>
>

Reply via email to