Forum Discussion
SteveSinger
13 years agoNew Contributor
FYI, I have resolved this and am posting the info in case anyone else has this same issue!
The problem is that when the Resource Path is resolved from the application.wadl from Jersey, it appends an extraneous "/" to the front ot the resource path. This causes the problem. Simply go into each resource and remove the first "/" from the name and everything will work fine.
The problem is that when the Resource Path is resolved from the application.wadl from Jersey, it appends an extraneous "/" to the front ot the resource path. This causes the problem. Simply go into each resource and remove the first "/" from the name and everything will work fine.