2011/4/28 Johannes Geppert :
> Solves the Problem. Can there be any other Side Effects?
Maybe, as it's a new feature, but that the users should inform us ;-)
Kind regards
--
Ćukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/
-
> Is this the side effect of that issue ? What do you think ?
> https://issues.apache.org/jira/browse/WW-3590
I think this is the source of the Problem.
> Maybe just switching to "" as a default namespace for REST will solve
> the problem ?
protected String namespace = "";
Solves the Proble
2011/4/28 Maurizio Cucchiara :
> Johannes,
> this happens cause the RestActionProxyFactory uses the root ("/") as
> default namespace and RestActionMapper maps this kind of action along
> the empty ("") namespace.
>
> if you try to insert the following xml code inside the struts
> configuration fil
> I think we should open an issue.
done https://issues.apache.org/jira/browse/WW-3616
--
Maurizio Cucchiara
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
Johannes,
this happens cause the RestActionProxyFactory uses the root ("/") as
default namespace and RestActionMapper maps this kind of action along
the empty ("") namespace.
if you try to insert the following xml code inside the struts
configuration file, it works.
I think we should open an iss
will work on it ;)
stay tune..
F
On Thu, Apr 28, 2011 at 3:40 PM, Johannes Geppert wrote:
> @Frans
> We can create a JacksonLibHandler similar to the JsonLibHandler.
> Are you able to create an Issue and attach a Patch?
>
> Johannes
>
> -
>
> --
> web: http://www.jgeppert.com
@Frans
We can create a JacksonLibHandler similar to the JsonLibHandler.
Are you able to create an Issue and attach a Patch?
Johannes
-
--
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
--
View this message in context:
http://struts.1045723.n5.nabble.com/Error-in-
wanna to add our jackson's json plugin to the showcase, so we have
another alternatif
and our plugins can become org.apache rather org.blueoxygen
F
On Thu, Apr 28, 2011 at 2:59 PM, Johannes Geppert wrote:
> Another Question related to the REST Showcase/Plugin.
>
> If I correct the OrdersContro
Another Question related to the REST Showcase/Plugin.
If I correct the OrdersController like previous described.
So i get a valid HTML Result when I call
http://localhost:8080/struts2-rest-showcase/orders/3
But when I try
http://localhost:8080/struts2-rest-showcase/orders/3.json
I get also