[
https://jira.nuxeo.org/browse/NXP-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=82048#action_82048
]
Thierry Delprat commented on NXP-5625:
--------------------------------------
Some notes on yesterday tests :
Step 1 :
- remove jboss admin-console
- remove wss plugin (probably not needed)
- add nuxeo-core-sql-extensions in nuxeo.ear/lib
=> EJB3 concurency error at startup and war is not deployed
Step 2 :
- add war declaration in the template for application.xml
- remove ws plugin (not wss but the JAX-WS binding)
=> war deploys but error on duplicate nuxeo.war
Step 3 :
- remove audit plugins that depends on ws
=> Seam is initialized and deploys the beans
==> the problem of duplicated war comes from nuxeo-platform-ws and JX-WS/Metro
integration
But there is a NPE during init of 3 filters :
- NuxeoAuthenticationFilter
- WebEngineFilter
- NuxeoRequestControlerFilter
==> the war is not deployed because the filters are broken
(the concurreny error on EJB3 at startup is still here)
In fact the NPE occurs not in the Filter code but in Framework.getLocalService
at org.nuxeo.runtime.api.Framework.getLocalService(Framework.java:170)
=> NPE here return runtime.getService(serviceClass);
==> looks like runtime is null
===> looks like Framework.initialize is not called
(because init failed because of EJB3 concurency error ???)
> JBoss5 integration
> ------------------
>
> Key: NXP-5625
> URL: https://jira.nuxeo.org/browse/NXP-5625
> Project: Nuxeo Enterprise Platform
> Issue Type: New Feature
> Reporter: Bogdan Stefanescu
> Assignee: Bogdan Stefanescu
> Priority: Major
> Fix For: 5.4
>
>
> Integrate Nuxeo with Jboss5
> Created the following branches:
> - Branch 5.4-jboss5-NXP-5625 for nuxeo root. (to replace JBoss4 with JBoss5
> dependencies)
> - Branch 5.4-jboss5-NXP-5625 for nuxeo core. (to fix invalid ra.xml)
> - Branch 5.4-jboss5-NXP-5625 for nuxeo-services (to add custom login code on
> nuxeo-jboss-login-jboss)
> - Branch 5.4-jboss5-NXP-5625 for nuxeo-distribution (to add JBoss5
> distribution)
> - Branch 5.4-jboss5-NXP-5625 for nuxeo-features (mainly fix
> deployment-fragments.xml files)
> - Branch 5.4-jboss5-NXP-5625 for nuxeo-runtime (add jboss-deployer plugin and
> remove deprecated jboss-adapter, jboss-extensions projects)
> - Branch 5.4-jboss5-NXP-5625 for nuxeo-jsf (merged with seam 1.2 branch)
> - Branch 5.4-jboss5-NXP-5625 for nuxeo-dm (merged with seam 1.2 branch)
> - Branch 5.4-jboss5-NXP-5625 for nuxeo-webengine (fix in web.xml element
> ordering)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets