-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webservices don't work properly in 4.1.1 #21440
Comments
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented This could be a case of missing entries in MANIFEST.MF in org.eclipse.persistence.moxy osgi bundle. Following link suggests so. https://bugs.eclipse.org/bugs/show_bug.cgi?id=463169 |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented
The subsequent calls work fine. |
@glassfishrobot Commented As a quick & dirty fix, one can find glassfish/modules/org.eclipse.persistence.moxy.jar and fix META-INF/MANIFEST.MF inside it. Simply append the following to Import-Package:
and restart. That worked for me. |
@glassfishrobot Commented Editing glassfish/modules/org.eclipse.persistence.moxy.jar helps |
@glassfishrobot Commented |
@glassfishrobot Commented At https://javabot.evanchooly.com/logs/%23glassfish/2015-12-04 Ed Burns mentioned that this issue (#21440) is the one I should be tracking so if "bean validation" could be added to the title, I would really appreciate it. We're looking forward to a release that has the bug fix (Glassfish 4.1.2 or whatever). We'll pass on Glassfish 4.1.1. (We already do enough patching of Glassfish 4.1 per the GitHub issue above and our goal is to avoid making our users patch Glassfish.) Thanks for Glassfish. It's great. We're looking forward to upgrading. (I kind of want to play with Ozark. |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented It's such a pity that you don't care about this serious issue! I'm writing tutorials based on Glassfish and I just decided to drop Glassfish for all my future tutorials because the quality of GF is disgusting compared to the times it was managed by Sun! I will use Tomcat instead, congrats!! I'm so disappointed. It's such a shame that this obvious issue is not even assigned yet! |
@glassfishrobot Commented {MediaType.APPLICATION_JSON} ) . Hope it works then. |
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented i can confirm that the bug still there. i know that java.net stuff is being deactivated, however this bug is going to be one year old soon, even though the solution is documented here. The solution is there like a couple of weeks after the bug was reported. |
@glassfishrobot Commented The "bug" of Glassfish it's only forgetted JAR, just it all. Hope useful for someone. UPDATE: Actually the solution it's more ease than I figured out; with the solution of andradeb.david you will downgrade the library org.eclipse.persistence.moxy.jar, and it's no need. You only have to do this simple steps:
org.xml.sax.helpers,javax.xml.parsers, javax.naming
I hope this solve all the errors for all of you. It was only a little error, forgotten "Imports" at the MANIFEST.MF, that's all. After this, server works perfectly, with his originals JARs and versions. |
@glassfishrobot Commented |
@prsad Commented |
@tshibangujr Commented |
|
This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment |
After switching from 4.1 to 4.1.1 webservices fail with error 500
server-log
Environment
Linux Ubuntu 15.04
Affected Versions
[4.1.1]
The text was updated successfully, but these errors were encountered: