Greenhorn

I am using OData4j for my RESTful service (deployed in JBoss AS 5.1.0). When i send PUT (i.e. Update request) and DELETE (i.e. Delete request) requests from my client, I am getting this error: HTTP Status 405 - Status report. The specified HTTP method is not allowed for the requested resource. JBoss Web/2.1.3.GA. GET and POST are working fine. Running on Jboss 5.1: Date: Fri, 16 Oct 2009 14:28:33 GMT: Hello, Do you have any instructions on running Continuum on Jboss 5.1? I tried to deploy the war but got.

posted 9 years ago
  • Optional 'thank-you' note:
Hi,
I'm trying to deploy my ejb3 application which was developed in JBoss 4.3 to JBoss 5.1. After resolving all the build issues, I'm getting the below error everytime I start the deployment in JBoss 5.1. I have checked all my manifest files and everything looks good. Is this error related to any EJB3 annotations? Any help on this would be appreciated.

Thanks
Sheriff
posted 9 years ago
  • Optional 'thank-you' note:
What's the contents of your MANIFEST.MF file(s) of the jar/ear?
P.S: If you are thinking of migrating to a new JBoss AS version then I would recommend JBoss AS 7.1.x instead of JBoss AS 5.x
Greenhorn
posted 9 years ago
  • Optional 'thank-you' note:
I was able to resolve this issue after I deleted everything from my ear manifest file. There was a manual entry for a custom framework like FrameX_Version: 3.4, which was giving this error. Hope this helps someone.
Greenhorn
posted 9 years ago
  • Optional 'thank-you' note:

Jboss 5.1.0 Ga

Jboss

Jboss 5.1 Tls 1.2

After a closer look, I saw that the colon( was missing the custom framework line and a space was missing at the end of the manifest file after the 'Class-Path'. After I made these changes, I'm able to deploy to JBoss 5.1 successfully.