[MGNLREST-182] Verify REST on Weblogic with Magnolia 5.6 Created: 19/Mar/18  Updated: 16/Apr/18  Resolved: 09/Apr/18

Status: Closed
Project: Magnolia REST Framework
Component/s: None
Affects Version/s: 1.2
Fix Version/s: None

Type: Bug Priority: Critical
Reporter: Dai Ha Assignee: Ngoc Nguyenthanh
Resolution: Done Votes: 0
Labels: consolidation
Remaining Estimate: 1d 2.5h
Time Spent: 5.5h
Original Estimate: Not Specified
Environment:

Weblogic 12.2.x
Magnolia 5.6.4


Issue Links:
Cloners
clones MGNLREST-82 Can't install modules because of conf... Closed
dependency
depends upon MGNLWLS-17 Weblogic module is no longer compatib... Closed
relation
is related to MGNLWLS-20 Can't run endpoint and render page at... Accepted
Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Sprint: Saigon 139, Saigon 140, Saigon 141
Story Points: 5

 Description   

REST modules currently use resteasy-jaxrs-3.0.19.Final library which in turn uses jboss-jaxrs-api_2.0_spec.

Weblogic 12.1.3 uses internally jersey-bundle-1.9 and jsr311-api-1.1.1.

The problem is that both libraries are having a conflict which prevents magnolia's war to deploy:

<Servlet: "Jersey" failed to preload on startup in Web application: "test-stk-webapp-1.0-SNAPSHOT.war".
com.sun.jersey.spi.inject.Errors$ErrorMessagesException
	at com.sun.jersey.spi.inject.Errors.processErrorMessages(Errors.java:170)
	at com.sun.jersey.spi.inject.Errors.postProcess(Errors.java:136)
	at com.sun.jersey.spi.inject.Errors.processWithErrors(Errors.java:199)
	at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:795)
	at com.sun.jersey.server.impl.application.WebApplicationImpl.initiate(WebApplicationImpl.java:790)

On previous versions of the REST modules (in Magnolia 5.4.x), resteasy-jaxrs-3.0.4.Final was being used which didn't have any dependency with jboss-jaxrs-api_2.0_spec and didn't have any conflicts deploying on Weblogic.

Full log of the deploy issue attached


Generated at Mon Feb 12 06:57:26 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.