leevydanomalik / jca-sockets

Automatically exported from code.google.com/p/jca-sockets
0 stars 0 forks source link

sockets-rar-1.2.3.rar fails to start on jboss-as-7.1.1.Final #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. copy sockets-rar-1.2.3.rar to standalone\deployments

The adapter fails to deploy with

Caused by: org.jboss.jca.validator.ValidatorException: Severity: WARNING
Section: 20.7
Description: Invalid config-property-type for ResourceAdapter.
Code: Class: com.googlecode.jcasockets.SocketResourceAdapter Property: 
maximumConnections Type: int

Severity: ERROR
Section: 19.4.2
Description: A ResourceAdapter must implement a "public int hashCode()" method.
Code: com.googlecode.jcasockets.SocketResourceAdapter

Severity: WARNING
Section: 20.7
Description: Invalid config-property-type for ResourceAdapter.
Code: Class: com.googlecode.jcasockets.SocketResourceAdapter Property: 
connectionTimeoutMilliseconds Type: int

Severity: ERROR
Section: 19.4.2
Description: A ResourceAdapter must implement a "public boolean equals(Object)" 
method.
Code: com.googlecode.jcasockets.SocketResourceAdapter

        ... 9 more

Original issue reported on code.google.com by webe...@gmail.com on 3 Jan 2013 at 3:02

GoogleCodeExporter commented 9 years ago
I created a patch for that.
It deploys well but I don't know if it works. I'm discovering this lib.

Original comment by guirou...@gmail.com on 14 May 2013 at 2:48

Attachments: