You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2013/11/20 19:34:39 UTC

[jira] [Created] (CAY-1886) cayenne-di module reorg, new exceptions

Andrus Adamchik created CAY-1886:
------------------------------------

             Summary: cayenne-di module reorg, new exceptions
                 Key: CAY-1886
                 URL: https://issues.apache.org/jira/browse/CAY-1886
             Project: Cayenne
          Issue Type: Task
            Reporter: Andrus Adamchik
            Assignee: Andrus Adamchik
             Fix For: 3.2M2


This is cleanup related to CAY-1882 OSGi task. cayenne-di contains classes in o.a.c and o.a.c.util packages, which overlap with same packages coming from cayenne-server. Those are mostly exceptions. So what I am going to do is move it all unchanged to cayenne-server, and create a new DIRuntimeException (that does not inherit from CayenneRuntimeException) that will be thrown on DI misconfiguration.

UPGRADE-NOTES: if you were catching ConfligurationException or CayenneRuntimeException thrown by the DI container, change that to the new DIRuntimeException.



--
This message was sent by Atlassian JIRA
(v6.1#6144)