Hi, I've add @Webservice annotation on the stateless session bean. But I need to use JSON as the transport format. So I add @BindingType(JSONBindingID.JSON_BINDING) on the same session bean(I add the jaxws-json-1.2.jar to the lib dir for the server.). But this will cause error when deploy to the server.
RestaurantBean did not start because Could not resolve a binding for https://jax-ws-commons.dev.java.net/json/ Does any one know whether Geronimo support JSON format or not. -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Does-Geronimo-support-JSON-binding-tp940061p940061.html Sent from the Development mailing list archive at Nabble.com.
