Skip to content

{ Category Archives } java

Error when configuring to use the EJB interceptor binding API. JAX-RS EJB support is disabled.

I’ve gotten this error twice while using Glassfish inside eclipse.  I’m not sure of the root cause but after hours of searching both times, I thought I should document how to get around this error.  After I shut down the glassfish server and restarted eclipse, the error went away.

Mule 3.0 Restful Webservice

Mule 3.0 was recently released. Restful web services are now fully supported. You can hot deploy the application now. It is much easier to deploy an application. Unfortunately, as I write this, the documentation is not yet up to date.  The configuration for a restful web service has changed. The configuration file looks like the [...]