[ 
https://issues.apache.org/jira/browse/CAY-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15224235#comment-15224235
 ] 

ASF GitHub Bot commented on CAY-2072:
-------------------------------------

GitHub user ollybondareva opened a pull request:

    https://github.com/apache/cayenne/pull/93

    CAY-2072 ObjEntity->Properties->View related dbEntity 
ObjEntity->Properties->View related dbEntity throw NPE when no mapped DbEntity 
is specified

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ollybondareva/cayenne modelerBugs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cayenne/pull/93.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #93
    
----
commit 873c998f0290a79d382065547c56dd6e754d15af
Author: olga <ollybondar...@gmail.com>
Date:   2016-04-04T14:13:28Z

    CAY-2072 ObjEntity->Properties->View related dbEntity throw 
NullPointerException when no mapped DbEntity is specified

----


> ObjEntity->Properties->View related dbEntity throw NullPointerException when 
> no mapped DbEntity is specified
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: CAY-2072
>                 URL: https://issues.apache.org/jira/browse/CAY-2072
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Modeler
>    Affects Versions: 4.0.M3
>            Reporter: Olga Bondareva
>
> Steps:
> 1) Create an objEntity 
> 2) ObjEntity->Properties->View related dbEntity
> java.lang.NullPointerException
>       at 
> org.apache.cayenne.modeler.action.DbEntityCounterpartAction.buildTreePath(DbEntityCounterpartAction.java:108)
>       at 
> org.apache.cayenne.modeler.action.ObjEntityCounterpartAction.viewCounterpartEntity(ObjEntityCounterpartAction.java:73)
>       at 
> org.apache.cayenne.modeler.action.ObjEntityCounterpartAction.performAction(ObjEntityCounterpartAction.java:59)
>       at 
> org.apache.cayenne.modeler.util.CayenneAction.actionPerformed(CayenneAction.java:162)
>       at 
> javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
>       at 
> javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
>       at 
> javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
>       at 
> javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
>       at 
> javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
>       at 
> java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
>       at java.awt.Component.processMouseEvent(Component.java:6516)
>       at javax.swing.JComponent.processMouseEvent(JComponent.java:3312)
>       at java.awt.Component.processEvent(Component.java:6281)
>       at java.awt.Container.processEvent(Container.java:2229)
>       at java.awt.Component.dispatchEventImpl(Component.java:4872)
>       at java.awt.Container.dispatchEventImpl(Container.java:2287)
>       at java.awt.Component.dispatchEvent(Component.java:4698)
>       at 
> java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
>       at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
>       at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
>       at java.awt.Container.dispatchEventImpl(Container.java:2273)
>       at java.awt.Window.dispatchEventImpl(Window.java:2719)
>       at java.awt.Component.dispatchEvent(Component.java:4698)
>       at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:747)
>       at java.awt.EventQueue.access$300(EventQueue.java:103)
>       at java.awt.EventQueue$3.run(EventQueue.java:706)
>       at java.awt.EventQueue$3.run(EventQueue.java:704)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:77)
>       at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
>       at java.awt.EventQueue$4.run(EventQueue.java:720)
>       at java.awt.EventQueue$4.run(EventQueue.java:718)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:77)
>       at java.awt.EventQueue.dispatchEvent(EventQueue.java:717)
>       at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
>       at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
>       at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
>       at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
>       at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
>       at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to