[
https://issues.apache.org/jira/browse/ISIS-1767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16223896#comment-16223896
]
Andi Huber commented on ISIS-1767:
----------------------------------
JEE 7 support requires changes in the {code}web.xml{code} deployment descriptor.
1) we switch to version 3.1 ...
{code:xml}
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
id="WebApp_ID" version="3.1">
...
</web-app>
{code}
And in order for the axis framework to work, we need to include following
resource reference entry:
{code:xml}
<!-- axon framework integration -->
<persistence-context-ref>
<persistence-context-ref-name>org.axonframework.common.jpa.ContainerManagedEntityManagerProvider/entityManager</persistence-context-ref-name>
<persistence-unit-name>noop</persistence-unit-name>
</persistence-context-ref>
{code}
> JEE 7+ Support
> --------------
>
> Key: ISIS-1767
> URL: https://issues.apache.org/jira/browse/ISIS-1767
> Project: Isis
> Issue Type: Improvement
> Components: Core
> Reporter: Andi Huber
> Assignee: Andi Huber
> Fix For: 2.0.0
>
>
> Collective tasks for Java EE 7+ support.
> Designated branch ...
> {code}dev/2.0.0/ISIS-1767-jee-7{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)