leevydanomalik / jca-sockets

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

Test application servers other than JBoss 4.2 #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Priority Order

Glassfish 2
JBoss 5
Weblogic (licensing?)
Glassfish 3
Websphere (licensing?)

Original issue reported on code.google.com by mark.r.j...@gmail.com on 1 Mar 2009 at 9:31

GoogleCodeExporter commented 9 years ago
Started testing with JB5

Original comment by mark.r.j...@gmail.com on 5 Jun 2010 at 3:35

GoogleCodeExporter commented 9 years ago
Any chance Glassfish 3 might get looked at soon? I'm having reliability issues 
- sometimes it works, sometimes it doesn't. 

Original comment by tv2veg...@gmail.com on 14 Jul 2011 at 7:50

GoogleCodeExporter commented 9 years ago
I'm seeing the same thing.

Original comment by jweissma...@gmail.com on 14 Jul 2011 at 12:52

GoogleCodeExporter commented 9 years ago
I'm seeing the intermittent failures even with GFv2...

Original comment by jweissma...@gmail.com on 14 Jul 2011 at 3:24

GoogleCodeExporter commented 9 years ago
I have been able to work around the unreliability by refactoring the 
WorkManager logic with Threads instead. This works like a charm, so it seems 
like the scheduling framework doesn't play nicely with Glassfish. 

Original comment by jweissma...@gmail.com on 14 Jul 2011 at 6:13

GoogleCodeExporter commented 9 years ago
The WorkManager isn't working well because its called with a 0 timeout arg so 
if the work can't start immediately it fails, issue 18 is related

Original comment by jsol...@gmail.com on 21 Jul 2011 at 4:32