[
https://issues.apache.org/jira/browse/ISIS-1754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16225307#comment-16225307
]
Andi Huber commented on ISIS-1754:
----------------------------------
Testing skinny-war deployment on Payara 4.1 (v173 web-profile) shared lib
class-loading works.
*Sidenote*: DN 5 classloading on Payara works out of the box, no patching or
special config needed.
I will test some additional JEE 7 servers:
* wildfly 10/11
* glassfish 4.1/5
* tomee 7 (not certified, but just curious if it works)
> JEE Support - replace Class.forName with TCL.loadClass (+ patching DN)
> ----------------------------------------------------------------------
>
> Key: ISIS-1754
> URL: https://issues.apache.org/jira/browse/ISIS-1754
> Project: Isis
> Issue Type: Improvement
> Reporter: Dan Haywood
> Assignee: Andi Huber
> Fix For: 2.0.0
>
>
> as per
> https://lists.apache.org/thread.html/a815c6d3e50c02111d0cd3df93b70b529c18193f321e613b116119b4@%3Cdev.isis.apache.org%3E
> Class.forName(...), so we need a plug-able class-loading mechanism.
> (What worked for me is
> Thread.currentThread().getContextClassLoader().loadClass(...)).
> Unfortunately this applies also to DataNucleus. So I had to patch their
> class loading mechanism. (Sounds dramatic, but was just a single line of
> code.)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)