Thiago H. de Paula Figueiredo a écrit :
This doesn't override a service, just adds another implementation. To
actually override a service, you need to contribute to the
ServiceOverrides service:
public static void
contributeServiceOverride(MappedConfiguration
configuration) {
configurat
On Sat, 30 Jan 2010 13:09:05 -0200, Nicolas Bouillon
wrote:
Hi,
Hi!
I've tried to ovveride the URLEncoderImpl.java using :
binder.bind(URLEncoder.class,
MyURLEncoderImpl.class).withId("MyURLEncoderImpl");
This doesn't override a service, just adds another implementation. To
actually
Hi,
I'm trying to resolve the following issue :
I have a page MyPage that take a string as an activation context.
The URL then looks like http://localhost/mypage/Café
I got the following exception :
java.lang.IllegalArgumentException
Input string 'Café' is not valid; the character 'é' at posi