All,

The latest Nightly Build of JRebel contains an updated Stripes plug-in 
that resolves the issue I faced with UrlBindingFactory.getInstance() not 
being available in Stripes 1.5.x (going forward).

Essentially the solution entails:

1) abstracting calls to UrlBindingFactory.getInstance() to a separate method

2) trapping NoSuchMethod exceptions on calls to 
UrlBindingFactory.getInstance() and then through reflection code 
attempting instead:

((UrlBindingFactoryProvider)nameBasedActionResolver).getUrlBindingFactory()

The next release after the current 3.1.2a release will contain this 
update until then the Night Build works fine.

Cheers,

--Nikolaos



------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to