Class missing
-------------

                 Key: NXP-6159
                 URL: https://jira.nuxeo.org/browse/NXP-6159
             Project: Nuxeo Enterprise Platform
          Issue Type: Bug
          Components: Publishing
            Reporter: Michael Mattan
            Priority: Major


We have developed a custom event handler that extends the class 
AbstractEventListener and implements the classes AsynchronousEventListener and 
DocumentModelEventListener from the package org.nuxeo.ecm.core.listener.*

Signature of the class:
public class PublishEventListener extends AbstractEventListener implements
            AsynchronousEventListener, DocumentModelEventListener

This implementation has always worked on Nuxeo 5.1.6 where these classes were 
available in the jar-file: nuxeo-core-1.4.3.jar

Now we have installed version 5.3.2 of Nuxeo, but our classes don't want to 
compile anymore.  We are using the same jar-file to compiler our classes, but 
with another version number: nuxeo-core-1.6.2.jar
When I look inside this jar-file, the above classes are not available anymore.  
The whole package org.nuxeo.ecm.core.listener.* is gone from this jar-file.
However, when I look at the javadoc 
(http://www.nuxeo.org/api/nuxeo/5.3/javadoc/org/nuxeo/ecm/core/listener/package-frame.html)
 I can see that according to the API, these classes should still be available.

Could you tell me whether I am using the wrong jar-files, or whether these 
classes are indeed not being used anymore?  If so, what could I do to resolve 
this problem?


-- 
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

Reply via email to