Show the exception thrown from the business layer

All,

In my AMImpl class, I have the following code:
    public void checkPasswordByEname(String ename,String pwd_form){        
        Statement stmt=null;
        ResultSet rset=null;
        String pwd;
        try  {
           DBTransaction trans = getDBTransaction();
           stmt = trans.createStatement(1);
           rset = stmt.executeQuery("select pwd from employees where first_name = '" + ename + "'");
           if(rset.next()){
               pwd = rset.getString(1);
               if(!pwd_form.equals(pwd)){
                   System.out.println("password didnt match");
                   throw new JboException("Password didnt match");
               }
           }else{
               System.out.println("username doesn't exist");
               throw new JboException("username doesn't exist");
           }                                       
        } catch (Exception ex)  {
            ex.printStackTrace();     
            throw new JboException(ex.getMessage());
        }finally{
            try  {
                rset.close();
                stmt.close();                
            } catch (Exception ex)  {
                ex.printStackTrace();
            } finally  {
            }        
        }
                
    }
Call this method in my grain of support
    public String doLogin() {
        BindingContainer bindings = getBindings();
        
        OperationBinding operationBinding = bindings.getOperationBinding("checkPasswordByEname");
        Object result = operationBinding.execute();
         if (!operationBinding.getErrors().isEmpty()) {
           //show the exception thrown from the Business layer
            return "error";
        }
        return "success";
    }
How can I display the exception thrown from the business layer?

thnks
11.1.1.5 JDev

Hello

Your support of bean, after the execution of the method of model try something like:

if(!oper.getErrors().isEmpty()){
      FacesMessage msg =new FacesMessage(FacesMessage.SEVERITY_ERROR, oper.getErrors().get(0), "");
      FacesContext.getCurrentInstance().addMessage(null, msg);
}

Gabriel.

Tags: Java

Similar Questions

  • How to show the busy cursor when calling webservice using as?

    I want to call the Web service using script, but I don't know how to show me busy cursor.please helps

    Display the busy cursor:

    >>>
    CursorManager.setBusyCursor ();

    and hide:

    >>>
    CursorManager.removeBusyCursor ();

    Don't forget to capture all the events of the web-service safely remove the busy cursor. In particular, you want to handle 'received results' events and the logic of the results 'defects appeared.

  • How to move from the physical layer to the business layer

    Hello

    I added schema SH to my physical layer, how to move that layer business and layer of presentation? If I want all the tables and the columns of this pattern to my company and Presenattion of the layer.

    Thank you.

    Hello

    Please find below the link he gives step by step help you from beginning to advance

    http://www.Oracle.com/technology/OBE/obe_bi/bi_ee_1013/bi_admin/biadmin.html

    assign as correct, so useful

    Thank you

  • Show the Busy cursor custom RemoteObject calls

    Hello

    I try to view a customized like all busy cursor image by making calls to the remote object in flex 4 with cairngorm.

    I tried two different ways and neither worked.

    First approach - reporting style to CursorManager in the css stylesheet: -.

    CursorManager {}

    (" -busy cursor: Embed(source="/com/officemax/amps/assets/images/ball-3.jpg ");

    }

    This failed as he could not resolve namespace and I could not find either with the mx namespace or s CursorManager.

    Second approach - set cursormanager style on the initialization of the application file:-

    [Embed(source="/com/officemax/amps/assets/images/ball-3.jpg")]

    public var busyImg: Class;


    and the init method.


    styleManager.getStyleDeclaration("mx.managers.CursorManager").setStyle ("busy cursor", busyImg);

    It works no more. This value returned CSSDeclaration class to the CursorManager but I could not see the cursor reflect.

    I don't want to set and remove the slider on each call, I want to apply it on a global scale.

    Any ideas are greatly appreciated.

    Thank you.

    StyleManager.getStyleDeclaration("mx.managers.CursorManager").setStyle ("busyCursor", busyImg);

    It worked for me

    try it on a small project and see if it works, move it to the real project. If it works in small projects and does not work in the real world, there is another process that returns the cursor. In order to put a breakpoint in the adobes withdraw of class "CursorManagerImpl" to the removeAllCursors() and other methods to see.

    Post edited by: saisri2k2

  • How to count distinct exclusion of a value in the business layer?

    Hi all

    I have a column that has a lot of values. I need to do is a measure with aggregator separate count. But I shouldn't count 0 in the column. How can I do that. If I try to use any way to condition the aggregator option is disable. Help, please

    Thank you

    Look at this example:

    I did MDB table is DIRTY as:

    Count_Distinct_Prod_Id_Exclude_Prod_Id_144

    I'll count distinct PRODUCTS. PROD_ID, but exclude PROD_ID = 144 when counting.

    Make this measure like this:

    1. new column object/logic
    2. go in tab data type and click EDIT the table logic table source
    3. now, in the general tab add join of a table (in my case of PRODUCTS)
    4. go in the column mapping tab-> see the deleted column mapping

    5. in the new column (in my case Count_Distinct_Prod_Id_Exclude_Prod_Id_144) write similar code:
    CASE WHEN "orcl". » ». "" SH ". "PRODUCTS '." "' PROD_ID ' = 144 THEN ELSE NULL"orcl ". » ». "" SH ". "PRODUCTS '." "' PROD_ID ' END

    6. click OK and close the source logical table
    7. now, in the logical column window go to the tab of the aggregation and choose COUNT DISTINCT.

    8. move the Count_Distinct_Prod_Id_Exclude_Prod_Id_144 measure for presentation

    9 test answers (report cointains columns as follows)

    PROD_CATEGORY_ID
    Count_Distinct_Prod_Id_Exclude_Prod_Id_144

    And the result in the NQQuery.log is:

    Select T21473. PROD_CATEGORY_ID C1,
    Count (distinct from cases when T21473.) PROD_ID is 144, then NULL else T21473. End PROD_ID) C2
    Of
    PRODUCTS T21473
    Group of T21473. PROD_CATEGORY_ID
    order of c1

    Concerning
    Goran
    http://108obiee.blogspot.com

  • How field map to Excel in the business model layer

    Hello

    I have a requirement to display the client state of fact for recevied numbers tables on excel file.

    I have a connection pool in place that points to the Oracle database that has a customer dimension and facts related to the customer dimension.

    I now imported an Excel with customer number in the physical layer which has created another pool of connections. The number of records also indicates the correct number

    My question is how the number of customer from excel are mapped to the customer dimension and its related facts is already in the business layer.

    Any idea here will be very useful.

    Thank you...

    Published by: user2778992 on June 23, 2010 09:11

    user2778992 wrote:
    I tried as suggested however the system is allowing me physical joins with in a data only connection.

    What exactly does it say when you try this? "A comparison is done between the incompatible types" or something different?

    I just joined a CSV file into a table in my local DB Oracle without any problems at all. Once you sort this point you will be able to model the MDB layer, as you wish.

  • Hierarchies of extraction and the fields in the logical layer

    Hi all!

    I'm building a repository, and I would ask if it is possible to take an extraction of the names of hierarchies and the business layer fields that are mapped to tables and fields of the physical layer. Because now my model is big enough and I want to create a file that I can follow my logic layer that is mapped to the physical layer.

    Thank you in advance!

    Hello

    Open SPR - > tools - > utilities - > generate metadata dictionary.

  • error reported from the transport layer and the error description was impossible to extract

    Hi, can someone please explain how to get rid of the pop-up message when the computer starts up:
    error reported from the transport layer and the error description could not be found! the message has been lost
    Windows XP Virgin internet net gear wireless. I searched on the internet - nothing except suggestions, this is the internet
    connections but is not working okay I tried microsoft fix
    Thank you john

    Hi, I just started to use the hard drive that had the problem, it's still there. The problem is with the raid card. (no problem on other drives) In system config, starting there are two enteries: SATARAIDS and silcfg. I checked the SATARAIDS, rebooted

    missing message. I deleted all the files SATARAIDS and silcfg. my computer, properties, hardware - deleted. deleted the folder in program files. did a scan to remove any files or file fragments on the raid drivers. I did not know I had lefe the cd in the drive for the raid drivers I have in yesterday. I rebooted.
    after reboot, there not says found new hardware "raid card" perhaps because the disc was in the drive and it automatticly installed drivers. FIXED
    NO MORE ANNOYING MESSAGE
  • How to add an array of stand-alone physical layer to the Business Model

    Hello

    I have tables from 2 different database sources in my physical layer.

    My business model is currently using only the tables of a database. My second database in the physical layer, I don't need a single table and who will be an array of stand alone, to my presentation layer.

    1. must you go through my business layer or can it be added directly to the presentation layer. What are the steps?
    2. can I restrict permissions on this table stand alone to the administrator?

    Thank you.

    (1) create a view with a single column using sql (select 1 of the double) in the physical layer and attach it to the table using a complex join in the physical layer (1 = 1).
    A movement that set the column as a key in the physical layer and mdb to MDB.

    (2) you can restrict access to the presentation layer of table
    Double-click the table of presentation-> Permission-> here layer, you can restrict access by user or group

    Thank you
    Vino

  • red dots show different colors on the same layer?

    Hi, quick question...

    I have 2 items that are red in a poster of the Illustrator. They are both on the top layer, under layer has a transparency of a burst of Sun through posters.

    The first red item is a logo that I have to copy/paste from file .ai - East native here (just a name of company (converted to outlines) red text).

    The second red element is a text that I wrote directly in my poster (on the same layer as the 1st element) is the same cmyk Red

    The problem: whenever I have save the poster as a jpg (model for the client), the 2 shows different reds? When I look at the file in the OVERPRINT PREVIEW it shows the reds as different shades, so that I have to correct something.

    Interestingly, the file records in PDF format, (red look alike)- but I don't want the file in PDF format. How can I fix this for a correct visualization as a jpg?

    Thank you kindly,

    Chemol

    Something to overprint fill activated in Control Panel.

  • How do I just get messages from the Inbox to show the new mail notification?

    I install Thunderbird with Gmail and it works like a charm. The only complaint I have is that the new mail notification seems to grasp a selection of emails unread from different folders and often it does not show the new relevant emails in my Inbox. ESP. the all mail folder seems to provoke the doubling of message notifications, but this isn't the only one.

    All I want is my Inbox for new e-mail notifications. Is there anyway to change the current behavior?

    And there is no solution to limit the mail in a particular folder Inbox or other, so I suggest ur stuck.

    This add-on could help https://addons.mozilla.org/en-US/thunderbird/addon/xnotifier/?src=search , but I have really no idea.

  • My watch shows the time vertically for a few seconds after I remove it from the charger.  Has anyone else seen elsewhere?

    My watch shows the time vertically for a few seconds after I remove it from the charger.  Has anyone else seen elsewhere?

    Don't know what you mean by vertically but it is normal that the  watch to display the time briefly when removed from the charger. If the  Watch is held horizontally with the number key of Crown and side on top can be turned. This is normal and is the point of view of bedside table.

  • my hp 530notebook, shows the market password? Is it far from solving this problem?

    My computer hp laptop 530, shows the market password? Is it far from solving this problem?

    Hello

    It seems to be a BIOS password problem you are having with your CV.

    I'm sorry, but Microsoft forbids any help given in these Forums for lost or forgotten passwords; which is what your question is.

    Microsoft tips for BIOS password problems are to contact the manufacturer; in this case HP:

    http://WWW8.HP.com/us/en/contact-HP/contact.html

    Or ask in the Forums of HP Support:

    http://h30434.www3.HP.com/

    See you soon.

  • For the power level icon is missing from my taskbar. How do I find and get it again showing the taskbar?

    For the power level icon is missing from my taskbar.  How do I find and get it again showing the taskbar?  I've tried the suggestions help and read the FAQ, but in vain.

    Hi Dee Gilles,

    Welcome to the Microsoft community. According to the description, power icon is missing from the taskbar.

    ·         Did you do changes on the computer before the show?

    I'll help you with this problem. I suggest you follow these methods.

    Method 1: Follow the steps in the article.

    Icons of programs that are pinned in the taskbar may be missing or is not correctly displayed on Windows 7 computers

    Method 2: Scan the System File Checker (SFC) to repair corrupted files.

    I hope this helps. Let us know if you need help with Windows related issues. We will be happy to help you.

  • Bug in the MAF/JDev - Exception thrown in the preview

    Hi, I just started to develop for MAF on my local PC.

    I was recently in London attending a practice for mobile, so I opted to try the same tutorial, we had here on my PC.

    In the tutorial, you just create 2 features, a workflow and a local HTML help page.

    Then, you create a JAVA bean to be a data controller.

    The created workflow originally has 2 views - EmpList and graphic with a transition of ran.

    After that the data controller is created, I started creating the first view: empList, when I click on preview, JDeveloper encounters an Exception, and my UI is broken.

    The Application browser is empty, and the only solution that worked to restore my user interface is as follows:

    https://community.Oracle.com/thread/1009459?start=0 & tstart = 0

    It's really annoying to do it every time

    Kind regards

    Ognjen

    I paste the error details here - NPE in o.j.model.ApplicationContent:62:

    Execution of null action (959) [AdfcDiagramEditor] [for (EmpsTaskFlow.xml, ViewController.jpr, Employees.jws)]

    NULL: Jul 13, 2015 10:31:21 oracle.bali.inspector.multi.MultiObjectModel _updateProperties

    INFO: SelectionModel has no selected items

    Call to order: [for (empList.amx, < none >, < any >)]

    Call to order: initialize the contents of the file [for (empList.amx, < none >, < any >)]

    Calling command: Insert panelPage with activated facets [for (empList.amx, < none >, < any >)]

    NULL: Jul 13, 2015 10:31:26 oracle.bali.inspector.multi.MultiObjectModel _updateProperties

    INFO: SelectionModel has no selected items

    Command: all pages

    13 July 2015 10:31:34 oracle.bali.xml.model.XmlContext deliverSetupEventHelper

    GRAVE: Exception thrown during the execution of installation hook oracle.adfmf.amx.dt.editor.databinding.AMXXmlContextSetupHook@23aa90f4 context JDevXmlContext@540205355 (home.amx, null, null)!

    java.lang.NullPointerException

    at oracle.jdeveloper.model.ApplicationContent.getInstance(ApplicationContent.java:62)

    at oracle.adfmf.common.util.McAppUtils.getApplicationAdfMetaInfUrl(McAppUtils.java:408)

    at oracle.adfmf.common.util.McAppUtils.getApplicationXmlURL(McAppUtils.java:371)

    at oracle.adfmf.common.util.McAppUtils.getApplicationControllerProject(McAppUtils.java:1984)

    at oracle.adfmf.common.util.McAppUtils.getDefinedDataControls(McAppUtils.java:1854)

    at oracle.adfmf.amx.util.AMXUtils.registerDataControls(AMXUtils.java:609)

    at oracle.adfmf.amx.dt.editor.databinding.AMXXmlContextSetupHook.setup(AMXXmlContextSetupHook.java:69)

    at oracle.bali.xml.model.XmlContext.deliverSetupEventHelper(XmlContext.java:1391)

    at oracle.bali.xml.model.XmlContext.deliverSetupEventAtXmlContextCreation(XmlContext.java:1342)

    at oracle.bali.xml.gui.jdev.JDevXmlContext.deliverSetupEventAtXmlContextCreation(JDevXmlContext.java:834)

    at oracle.bali.xml.model.XmlContext._initializeModel(XmlContext.java:326)

    at oracle.bali.xml.model.XmlContext._setSourceModel(XmlContext.java:2328)

    at oracle.bali.xml.model.XmlContext.setModel(XmlContext.java:346)

    at oracle.bali.xml.addin.XMLSourceNode._createAndInitXmlContext(XMLSourceNode.java:1782)

    at oracle.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1732)

    at oracle.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:192)

    at oracle.adfmf.common.util.McAppUtils.getXmlModelFromXmlSourceNode(McAppUtils.java:877)

    at oracle.adfmf.amx.dt.editor.PreviewEditor.resolveCellFormatHeight(PreviewEditor.java:790)

    at oracle.adfmf.amx.dt.editor.PreviewEditor.updateAMXToStage(PreviewEditor.java:509)

    at oracle.adfmf.amx.dt.editor.PreviewEditor.editorShown(PreviewEditor.java:280)

    at com.oracle.jdeveloper.nbwindowsystem.editor.SplitPane.riseEditorShown(SplitPane.java:1914)

    at com.oracle.jdeveloper.nbwindowsystem.editor.SplitPane.doLayoutBottomTabs(SplitPane.java:757)

    at com.oracle.jdeveloper.nbwindowsystem.editor.SplitPane.doLayout(SplitPane.java:615)

    at com.oracle.jdeveloper.nbwindowsystem.NbEditorManager.whenCurrentEditorChanges(NbEditorManager.java:1612)

    at com.oracle.jdeveloper.nbwindowsystem.editor.TabGroup.whenCurrentEditorChanges(TabGroup.java:1026)

    at com.oracle.jdeveloper.nbwindowsystem.editor.TabGroup.whenCurrentEditorChanges(TabGroup.java:1021)

    at com.oracle.jdeveloper.nbwindowsystem.editor.TabGroupState.whenCurrentEditorChanges(TabGroupState.java:811)

    at com.oracle.jdeveloper.nbwindowsystem.editor.TabGroupState.setCurrentSplitPanePos(TabGroupState.java:192)

    at com.oracle.jdeveloper.nbwindowsystem.editor.TabGroupState.activateEditor(TabGroupState.java:496)

    at com.oracle.jdeveloper.nbwindowsystem.editor.TabGroup.activateEditor(TabGroup.java:464)

    at com.oracle.jdeveloper.nbwindowsystem.NbEditorManager.focusEditor(NbEditorManager.java:1476)

    at com.oracle.jdeveloper.nbwindowsystem.editor.SplitPane.whenEditorTabMousePressed(SplitPane.java:1523)

    at com.oracle.jdeveloper.nbwindowsystem.editor.SplitPane.mousePressed(SplitPane.java:1511)

    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)

    at java.awt.Component.processMouseEvent(Component.java:6502)

    at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)

    at java.awt.Component.processEvent(Component.java:6270)

    at java.awt.Container.processEvent(Container.java:2229)

    at java.awt.Component.dispatchEventImpl(Component.java:4861)

    at java.awt.Container.dispatchEventImpl(Container.java:2287)

    at java.awt.Component.dispatchEvent(Component.java:4687)

    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)

    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4489)

    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:4687)

    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)

    at $200 (EventQueue.java:103) java.awt.EventQueue.access

    in java.awt.EventQueue$ 3.run(EventQueue.java:694)

    in java.awt.EventQueue$ 3.run(EventQueue.java:692)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:87)

    in java.awt.EventQueue$ 4.run(EventQueue.java:708)

    in java.awt.EventQueue$ 4.run(EventQueue.java:706)

    at java.security.AccessController.doPrivileged (Native Method)

    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)

    at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)

    at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)

    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)

    java.lang.NullPointerException

    o.j.model.ApplicationContent.getInstance(ApplicationContent.java:62)

    o.adfmf.common.util.McAppUtils.getApplicationAdfMetaInfUrl(McAppUtils.java:408)

    o.adfmf.common.util.McAppUtils.getApplicationXmlURL(McAppUtils.java:371)

    o.adfmf.common.util.McAppUtils.getApplicationControllerProject(McAppUtils.java:1984)

    o.adfmf.common.util.McAppUtils.getDefinedDataControls(McAppUtils.java:1854)

    o.adfmf.amx.util.AMXUtils.registerDataControls(AMXUtils.java:609)

    o.adfmf.amx.dt.editor.databinding.AMXXmlContextSetupHook.setup(AMXXmlContextSetupHook.java:69)

    o.bali.xml.model.XmlContext.deliverSetupEventHelper(XmlContext.java:1391)

    o.bali.xml.model.XmlContext.deliverSetupEventAtXmlContextCreation(XmlContext.java:1342)

    o.bali.xml.gui.jdev.JDevXmlContext.deliverSetupEventAtXmlContextCreation(JDevXmlContext.java:834)

    o.bali.xml.model.XmlContext._initializeModel(XmlContext.java:326)

    o.bali.xml.model.XmlContext._setSourceModel(XmlContext.java:2328)

    o.bali.xml.model.XmlContext.setModel(XmlContext.java:346)

    o.bali.xml.addin.XMLSourceNode._createAndInitXmlContext(XMLSourceNode.java:1782)

    o.bali.xml.addin.XMLSourceNode._getXmlContext(XMLSourceNode.java:1732)

    o.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:192)

    o.adfmf.common.util.McAppUtils.getXmlModelFromXmlSourceNode(McAppUtils.java:877)

    o.adfmf.amx.dt.editor.PreviewEditor.resolveCellFormatHeight(PreviewEditor.java:790)

    o.adfmf.amx.dt.editor.PreviewEditor.updateAMXToStage(PreviewEditor.java:509)

    o.adfmf.amx.dt.editor.PreviewEditor.editorShown(PreviewEditor.java:280)

    com.oracle.jdeveloper.nbwindowsystem.editor.SplitPane.riseEditorShown(SplitPane.java:1914)

    com.oracle.jdeveloper.nbwindowsystem.editor.SplitPane.doLayoutBottomTabs(SplitPane.java:757)

    com.oracle.jdeveloper.nbwindowsystem.editor.SplitPane.doLayout(SplitPane.java:615)

    com.oracle.jdeveloper.nbwindowsystem.NbEditorManager.whenCurrentEditorChanges(NbEditorManager.java:1612)

    com.oracle.jdeveloper.nbwindowsystem.editor.TabGroup.whenCurrentEditorChanges(TabGroup.java:1026)

    com.oracle.jdeveloper.nbwindowsystem.editor.TabGroup.whenCurrentEditorChanges(TabGroup.java:1021)

    com.oracle.jdeveloper.nbwindowsystem.editor.TabGroupState.whenCurrentEditorChanges(TabGroupState.java:811)

    com.oracle.jdeveloper.nbwindowsystem.editor.TabGroupState.setCurrentSplitPanePos(TabGroupState.java:192)

    com.oracle.jdeveloper.nbwindowsystem.editor.TabGroupState.activateEditor(TabGroupState.java:496)

    com.oracle.jdeveloper.nbwindowsystem.editor.TabGroup.activateEditor(TabGroup.java:464)

    com.oracle.jdeveloper.nbwindowsystem.NbEditorManager.focusEditor(NbEditorManager.java:1476)

    com.oracle.jdeveloper.nbwindowsystem.editor.SplitPane.whenEditorTabMousePressed(SplitPane.java:1523)

    com.oracle.jdeveloper.nbwindowsystem.editor.SplitPane.mousePressed(SplitPane.java:1511)

    j.a.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:280)

    j.a.Component.processMouseEvent(Component.java:6502)

    jx.s.JComponent.processMouseEvent(JComponent.java:3320)

    j.a.Component.processEvent(Component.java:6270)

    j.a.Container.processEvent(Container.java:2229)

    j.a.Component.dispatchEventImpl(Component.java:4861)

    j.a.Container.dispatchEventImpl(Container.java:2287)

    j.a.Component.dispatchEvent(Component.java:4687)

    j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4832)

    j.a.LightweightDispatcher.processMouseEvent(Container.java:4489)

    j.a.LightweightDispatcher.dispatchEvent(Container.java:4422)

    j.a.Container.dispatchEventImpl(Container.java:2273)

    j.a.Window.dispatchEventImpl(Window.java:2719)

    j.a.Component.dispatchEvent(Component.java:4687)

    j.a.EventQueue.dispatchEventImpl(EventQueue.java:735)

    j.a.EventQueue.access$ 200 (EventQueue.java:103)

    j.a.EventQueue$ 3.run(EventQueue.java:694)

    j.a.EventQueue$ 3.run(EventQueue.java:692)

    j.security.AccessController.doPrivileged (Native Method)

    j.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    j.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:87)

    j.a.EventQueue$ 4.run(EventQueue.java:708)

    j.a.EventQueue$ 4.run(EventQueue.java:706)

    j.security.AccessController.doPrivileged (Native Method)

    j.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

    j.a.EventQueue.dispatchEvent(EventQueue.java:705)

    o.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)

    o.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)

    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)

    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)

    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)

    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)

    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)

    j.a.EventDispatchThread.run(EventDispatchThread.java:91)

    Just a little update:

    I upgraded MAF 2.1.3 and now I do not get the exception more.

    Kind regards

    Ognjen

Maybe you are looking for