BUG 10.1.3 EA -- BME-99003 in Business Components Diagram with imported EOs

Following a hands-on exercise in the Oracle JDeveloper 10g Handbook (pages 343 - 345):
-- Create new application workspace, say HRApp, using default Web Application Template.
-- Edit Model project properties to create new library with classpath that points to business domain objects in a project folder from a different workspace.
-- Import the Business Components from the other project's folder, say "businessdomain.xml".
-- Create a BC Diagram in the Model project of the HRApp application.
-- Create a new View Object in the BC Diagram by dragging from Component Palette, rename to "JobsView".
-- Drag entity object representation from new library, say "Jobs.xml" onto View Object.
-- See error message below.
Johnny Lee
Message
BME-99003: An error occurred, so processing could not continue.
Cause
The application has tried to de-reference an invalid pointer. This exception should have been dealt with programmatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
java.lang.NullPointerException
     at oracle.jbo.dt.modeler.diagram.dropHandler.BC4JXMLDropHandler.processObjects(BC4JXMLDropHandler.java:82)
     at oracle.bm.addinUtil.IDEAppContext$4.performAction(Unknown Source)
     at oracle.bm.diagrammer.LockMonitor.performLockedAction(Unknown Source)
     at oracle.bm.diagrammer.BaseDiagram.performDiagramLockedAction(Unknown Source)
     at oracle.bm.addinUtil.IDEAppContext.dropNavigatorNodeLater(Unknown Source)
     at oracle.bm.addinUtil.IDEAppContext$5.run(Unknown Source)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Action
If further errors occur, you should restart the application.
Also, report the problem on the JDeveloper forum on otn.oracle.com, or contact Oracle support, giving the information from this message.
________________________________________________________________________________

We have not been able to reproduce the exact same error, there would be a problem if we were trying to write to the library file, as those objects are read only, of course. Can you tell me, the entity object that you are referencing, has it ever appeared on a diagram? An easy way to tell, if you don't know is by looking at its XML file and see if it has an ID=some long string entry.

Similar Messages

  • BME-99003:  An error occurred, so processing could not continue.

    Got the error message below when working with my faces-config.xml file.
    I currently have several JSF navigation cases labeled as "!NLS Error" (No Quotes)
    Steps to create the error...
    1. Create an ADF Faces project with 10-15 pages and navigation rules between each page.
    2. Outside of JDeveloper, redo your folder structure on how you store your pages.
    3. Inside Jdeveloper, update the source of faces-config.xml to point to the new location of the files.
    4. Click on the diagram tab.
    On my screen, the diagram for both the old and new files was appearing. When trying to delete the diagram for the old files, I got the error message. I cannot save the file faces-config.oxd_faces.
    Message
    BME-99003: An error occurred, so processing could not continue.
    Cause
    The application has tried to de-reference an invalid pointer. This exception should have been dealt with programmatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
    java.lang.NullPointerException
         at oracle.bm.diagrammer.shape.BaseDiagramEdge.startMove(Unknown Source)
         at oracle.bm.diagrammer.track.MoveTracker.<init>(Unknown Source)
         at oracle.bm.diagrammer.track.SelectionTracker.mousePressed(Unknown Source)
         at oracle.bm.diagrammer.track.ModularTracker.processEvent(Unknown Source)
         at oracle.bm.diagrammer.track.SelectionTracker.processEvent(Unknown Source)
         at oracle.bm.diagrammer.track.TrackerStack.processEvent(Unknown Source)
         at oracle.bm.diagrammer.BaseDiagramView$53.processEvent(Unknown Source)
         at oracle.bm.diagrammer.PageView$PageViewPanel.fireEvent(Unknown Source)
         at oracle.bm.diagrammer.PageView$PageViewPanel.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3889)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Action
    If further errors occur, you should restart the application.
    Also, report the problem on the JDeveloper forum on otn.oracle.com, or contact Oracle support, giving the information from this message.
    ________________________________________________________________________________

    To fix this issue, I performed the following...
    1. Copy the xml from the faces-config source tab.
    2. Delete the faces-config.xml file within JDeveloper.
    3. Create a new faces-config.xml file.
    4. Paste xml from step one into the faces-config source tab.
    Really not that bad of an issue, I only posted because the error message directed me to.

  • BME-99003:  An error occurred

    During mapping from database tables to Toplink classes (about 100 classes) i have such an error:
    Message
    BME-99003: An error occurred, so processing could not continue.
    Cause
    The application has tried to de-reference an invalid pointer. This exception should have been dealt with programmatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
    java.lang.NullPointerException
         at oracle.toplink.addin.mappingcreation.SourceRefinery.addMappingJavaDocTagsForAttributes(SourceRefinery.java:102)
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.addSourceNodesToJProject(MappingCreatorImpl.java:715)
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.generateMappedDescriptorsForTables(MappingCreatorImpl.java:314)
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.generateMappedDescriptorsForTables(MappingCreatorImpl.java:201)
         at oracle.bm.jcmodel.dropHandler.TableDropPOJOHandler.processTableNodes(TableDropPOJOHandler.java:146)
         at oracle.bm.typemodel.dropHandler.TableDropSubHandler.processDBObjectNodes(TableDropSubHandler.java:53)
         at oracle.bm.typemodel.dropHandler.DBObjectDropSubHandler.processObjects(DBObjectDropSubHandler.java:53)
         at oracle.bm.diagrammer.dropHandler.AbstractChooserDropHandler.processObjectsImpl(AbstractChooserDropHandler.java:223)
         at oracle.bm.diagrammer.dropHandler.AbstractChooserDropHandler.processObjects(AbstractChooserDropHandler.java:196)
         at oracle.bm.addinUtil.IDEAppContext.dropNavigatorNodeLater(IDEAppContext.java:4256)
         at oracle.bm.addinUtil.IDEAppContext$12.run(IDEAppContext.java:4176)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    What am i doing wrong?

    Try to change your language settings to English(United States).
    Abdelkrim

  • Error message : BME-99003 ???

    please anyone help me, what this is all about??? and how to solve it...
    BME-99003: An error occurred, so processing could not continue.
    The application has tried to de-reference an invalid pointer. This exception should have been dealt with programatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
    java.lang.NullPointerException
         at oracle.ideimpl.inspector.InspectorWindowImpl.setStatus(InspectorWindowImpl.java:249)
         at oracle.ideimpl.inspector.PropertyInspector.setStatusText(PropertyInspector.java:222)
         at oracle.bali.inspector.PropertyInspector$Listener.valueChanged(Unknown Source)
         at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:187)
         at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)
         at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:214)
         at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:402)
         at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSelectionModel.java:411)
         at javax.swing.DefaultListSelectionModel.setSelectionInterval(DefaultListSelectionModel.java:435)
         at oracle.bali.inspector.PropertyInspector$ImmutableSelectionModel.setSelectionInterval(Unknown Source)
         at javax.swing.JTable.changeSelectionModel(JTable.java:1505)
         at javax.swing.JTable.changeSelection(JTable.java:1548)
         at oracle.ideimpl.inspector.InspectorWindowImpl.restorePI(InspectorWindowImpl.java:1470)
         at oracle.ideimpl.inspector.InspectorWindowImpl.refresh(InspectorWindowImpl.java:1297)
         at oracle.ideimpl.inspector.InspectorWindowImpl.viewSelectionChanged(InspectorWindowImpl.java:1757)
         at oracle.ide.addin.AbstractPinnable.viewSelectionChanged(AbstractPinnable.java:242)
         at oracle.ide.addin.AbstractView.fireViewSelectionChanged(AbstractView.java:484)
         at oracle.bm.addinUtil.IDEAppContext._elementSelectionChanged(IDEAppContext.java:1515)
         at oracle.bm.addinUtil.IDEAppContext.elementSelectionChanged(IDEAppContext.java:1497)
         at oracle.bm.diagrammer.BaseDiagramView.selectionChanged(BaseDiagramView.java:2772)
         at oracle.bm.diagrammer.BaseDiagramView.shapeCleared(BaseDiagramView.java:2761)
         at oracle.bm.diagrammer.util.BaseShapeSet.removeAllShapes(BaseShapeSet.java:417)
         at oracle.bm.diagrammer.BaseDiagramView.clearSelection(BaseDiagramView.java:3546)
         at oracle.bm.diagrammer.track.SelectionTracker.onMouseDownSelect(SelectionTracker.java:1097)
         at oracle.bm.diagrammer.track.SelectionTracker.mousePressed(SelectionTracker.java:588)
         at oracle.bm.diagrammer.track.ModularTracker.processEvent(ModularTracker.java:215)
         at oracle.bm.diagrammer.track.SelectionTracker.processEvent(SelectionTracker.java:163)
         at oracle.bm.diagrammer.track.TrackerStack.processEvent(TrackerStack.java:349)
         at oracle.bm.diagrammer.BaseDiagramView$2.processEvent(BaseDiagramView.java:689)
         at oracle.bm.diagrammer.PageView$PageViewPanel.fireEvent(PageView.java:2569)
         at oracle.bm.diagrammer.PageView$PageViewPanel.processEvent(PageView.java:2734)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3195)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    The problem is, when i do the right click on the struts-config diagram, this error will come up, but after the first third trial of clicking the error stop showing and the application runs fine, but again after i close the application and i try to do the right click again on the struts diagram, it's always showing the same error message, again and again...

  • Error BME-99003 faces-config diagram

    Hello,
    I was trying to make a new navigation case in the faces-config diagram. I am using Jdeveloper 10.1.3.0.4 (SU5). After the error occured i needed to kill the Jdeveloper proces. Here the error report:
    Message
    BME-99003: An error occurred, so processing could not continue.
    Cause
    The application has tried to de-reference an invalid pointer. This exception should have been dealt with programmatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
    java.lang.NullPointerException
         at oracle.bm.diagrammer.shape.helper.Polyline.getExtent(Polyline.java:314)
         at oracle.bm.diagrammer.shape.BaseDiagramEdge.getExtent(BaseDiagramEdge.java:1467)
         at oracle.bm.diagrammer.shape.BaseDiagramEdge.getExtentStorage(BaseDiagramEdge.java:1522)
         at oracle.bm.diagrammer.shape.BaseDiagramEdge.hitTestDP(BaseDiagramEdge.java:1770)
         at oracle.bm.diagrammer.util.BaseShapeSet.hitTestDP(BaseShapeSet.java:1462)
         at oracle.bm.diagrammer.BaseDiagramView.hitTestDP(BaseDiagramView.java:6641)
         at oracle.bm.diagrammer.event.DiagramEventHelper.getHitTest(DiagramEventHelper.java:271)
         at oracle.bm.diagrammer.event.DiagramEventHelper.getHitTest(DiagramEventHelper.java:215)
         at oracle.bm.diagrammer.event.BaseDiagramMouseEvent.getHitTest(BaseDiagramMouseEvent.java:137)
         at oracle.bm.diagrammer.track.CursorTracker.mouseMoved(CursorTracker.java:98)
         at oracle.bm.diagrammer.track.ModularTracker.processEvent(ModularTracker.java:216)
         at oracle.bm.diagrammer.track.TrackerStack.processEvent(TrackerStack.java:389)
         at oracle.bm.diagrammer.BaseDiagramView$53.processEvent(BaseDiagramView.java:719)
         at oracle.bm.diagrammer.PageView$PageViewPanel.fireEvent(PageView.java:2904)
         at oracle.bm.diagrammer.PageView$PageViewPanel.processEvent(PageView.java:3090)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3905)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Action
    If further errors occur, you should restart the application.
    Also, report the problem on the JDeveloper forum on otn.oracle.com, or contact Oracle support, giving the information from this message.
    ________________________________________________________________________________

    Hi there Neelixx... I can help you!!! :P
    Hey, in your file system still existing your faces-config.oxd_faces, is in the WEB-INF folder, but in the JDeveloper is called only faces-config, and that is different to your faces-config.xml,
    That problem had his start when you delete the jsp files who was pointing the navigation case in the diagram (faces-config.oxd_faces)....then....the thing that you have to do....is.....replace that faces-config.oxd_faces with a previous version and start from there.....you will cant save your faces-config.oxd_faces but...you have to go to the source of your old faces-config.oxd_faces and copy the source code (in compare files, or history of your faces-config.oxd_faces you will can find the source code)....you can copy that to a txt file, then...close your JDeveloper, and, via Windows Explorer you have to find the your faces-config.oxd_faces in your proyect and replace it from there......to do that you have to open your faces-config.oxd_faces of your proyect with a notepad and delete all, then you have to copy your old source code of your faces-config.oxd_faces into that file....save....open your JDeveloper and be happy....
    PD:Take care to not add new navigation cases in your faces-config.xml until you can fix your faces-config.oxd_faces or that will not works again.....
    if that not works i will try to help you, because, im not in my work now, and here i dont have JDeveloper, then if i remember good that can solve your problem, but if not, tomorrow morning i will can be sure.
    And dont worry if this dont works....because that problem have a solution...i works unders version control and always happen that kind of things with our faces-config.oxd_faces and i always can rsolve it....
    Take Care, good luck and bye!

  • JDeveloper BME-99003 Error

    When I open struts flow page diagram following error occurs: (and I have to shut down JDeveloper)
    Message
    BME-99003: An error occurred, so processing could not continue.
    Cause
    The application has tried to de-reference an invalid pointer. This exception should have been dealt with programatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
    java.lang.NullPointerException
         at oracle.bm.diagrammer.shape.helper.Polyline.getExtent(Polyline.java:308)
         at oracle.bm.diagrammer.shape.BaseDiagramEdge.getExtent(BaseDiagramEdge.java:1101)
         at oracle.bm.diagrammer.shape.BaseDiagramEdge.getExtentStorage(BaseDiagramEdge.java:1152)
         at oracle.bm.diagrammer.shape.BaseDiagramEdge.hitTestDP(BaseDiagramEdge.java:1466)
         at oracle.bm.baseactivitymodel.shape.AMBaseTransition.hitTestDP(AMBaseTransition.java:619)
         at oracle.bm.diagrammer.util.BaseShapeSet.hitTestDP(BaseShapeSet.java:1242)
         at oracle.bm.diagrammer.event.DiagramEventHelper.getHitTest(DiagramEventHelper.java:226)
         at oracle.bm.diagrammer.event.DiagramEventHelper.getHitTest(DiagramEventHelper.java:211)
         at oracle.bm.diagrammer.event.BaseDiagramMouseEvent.getHitTest(BaseDiagramMouseEvent.java:153)
         at oracle.bm.diagrammer.track.CursorTracker.mouseMoved(CursorTracker.java:119)
         at oracle.bm.diagrammer.track.ModularTracker.processEvent(ModularTracker.java:230)
         at oracle.bm.diagrammer.track.TrackerStack.processEvent(TrackerStack.java:349)
         at oracle.bm.diagrammer.BaseDiagramView$2.processEvent(BaseDiagramView.java:689)
         at oracle.bm.diagrammer.PageView$PageViewPanel.fireEvent(PageView.java:2569)
         at oracle.bm.diagrammer.PageView$PageViewPanel.processEvent(PageView.java:2734)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3211)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Action
    If further errors occur, you should restart the application.
    Also, report the problem on the JDeveloper forum on otn.oracle.com, or contact Oracle support, giving the information from this message.

    Try to change your language settings to English(United States).
    Abdelkrim

  • TopLink model diagram - BME-99003 error

    I am selecting table and drag/drop on the blank Java Class diagram and then choosing Java Classes in "Create from tables" dialog and click "OK" - I get following error:
    BME-99003: an error occurred, so processing could not continue.
    Cause:
    The application has tried to de-reference an invalid pointer. This exception should have been dealt with programmatically. The current activity may fail and the system may have been left in an unstable state. The following is a stack trace.
    java.lang.NullPointerException
         at oracle.bm.jcmodel.dropHandler.TableDropPOJOHandler.processTableNodes(TableDropPOJOHandler.java:166)
         at oracle.bm.typemodel.dropHandler.TableDropSubHandler.processObjects(TableDropSubHandler.java:150)
         at oracle.bm.typemodel.dropHandler.TableDropHandler.processObjects(TableDropHandler.java:86)
         at oracle.bm.addinUtil.IDEAppContext.dropNavigatorNodeLater(IDEAppContext.java:4125)
         at oracle.bm.addinUtil.IDEAppContext$12.run(IDEAppContext.java:4030)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    I can't move forward. Can anyone pls suggest what to do? Thanks.

    Forgot to mention the platform I am working with:
    Windows2K Pro, JDeveloper 10.1.2.00, Oracle 10g, Java 1.4.2_04.
    Hope someone can help.
    J

  • BUG? Default Project Properties, Business Components: Base Classes

    Is it just me, or is there a bug in the Default Project Properties Dialog when attemptiong to specify custom classes for the Business Component Base Classes.
    I have extended EntityCache and can successfully specify it as a base class via the Project Properties dialog, but in Default Project Properties, I get an error stating: "The selected class is not a valid superclass. Either is does not implement the interface oracle.jbo.server.EntityCache or it has an invalid modifier".
    FYI: My custom library has been added to the Default Project Properties->Libraries.
    Any help?

    Does it work if you use the:
    Tools | Preferences... | Business Components > Base Classes panel instead?

  • Possible Bug: Business Components and packaging preferences

    I'm using JDev 11g TP2
    When I set up package preferences for business components, it is completely ignoring the package I setup for the Entity object.
    Example:
    From the menu Tools>Preferences
    Under the section Business Components>Packages.
    I set the following:
    Business Component: left blank - it uses the default [prefix].model
    Entity: entity
    Association: entity.association
    View Object: view
    View Link: view.links
    the rest have been left at default settings.
    Then I create a new diagram so I can add existing database tables to the application. I drag and drop the selected tables from the application resources to the diagram. It creates the entity objects in the [prefix].model package, not the [prefix].model.entity package like I was expecting. However the associations get created correctly in the [prefix].model.entity.association package.
    Is this possibly a bug, or just a training issue for me?
    Thanks

    No worries Ric. Unfortunately I don't have access to your latest builds but I'll still raise the issues in case they are relevant.
    Regards,
    CM.

  • BUG 2.1 - ARW (Sony Raw) no photos found error during Auto Import

    BUG 2.1 - ARW (Sony Raw) no photos found error during Auto Import
    I've seen this issue since beta1. The issue seems to be related to a camera setting that stores the files in folders by date. The Folder structure becomes drive>DCMI>10202008>image.ARW
    This "no photos found error" I have seen in beta1 LR1 LR1.1 LR1.2 LR1.3 LR1.4 and LR2.0 this is still an issue in LR2.1
    Auto import works fine with canon or nikon RAW files (I've used several different cameras with no problems)
    The Folder structure for canon files is drive>DCMI>100>image.CR2
    Auto import Does not work with Sony A100 .ARW files with folders by date turned on I have heard from people with other Sony cameras like the A700 also have this issue.
    Vista Ultimate 32bit SP1
    AMD 64X2 duel core 6000+ 3Ghz
    6GB 666mhz Ram PAE force enabled
    NVIDIA Gforce 7600 256MB video card (1.75GB total with system shared ram)
    Primary hard drive: 500GB
    Hard drive 2: 400GB (system and photoshop paging files and lightroom catalog drive)
    Hdrive 3: 1TB (primary image storage)
    user control turned off
    system graphics set to performance
    Duel display
    Lightroom 2.1
    photoshop CS3

    I believe this is fixed in version 2.5 and 3.0
    ARW (Sony Raw) files seem to work with auto import

  • Default Subpackage Names for Business Components (11g); Bug?

    Does anyone know how to enable the ability to specify the default packages under Tools -> Default Project Properties ->Business Components -> Packages?
    Mine are all greyed out.
    Also, even when I have the bare minimum of an ADF model project, before even checking "Initialize Project for Business Components", the defalt packages are greyed out.
    Further, once I do check "Initialize Project for Business Components", the section for Default Subpackage Names is complete gone.
    I want to be able to specifiy the subpackages, so that when I regenerate entities etc. from tables the components go to the right packages.
    Thanks for any help.

    This seems like a bug to me. If you select Initialize Project for Business Components, everything is enabled. And stays that way even after you open a different application.
    But , You can set these values under Tools - Preferences - Business Components - Packages. This works nicely. Once you set these, create a new application and things will be fine. If you have existing application, it may require some xml file (.jpr) manipulation. That seems to be a nicer approach. I don't know what is the purpose of Default Project Properties, when you can set everything by Tools - Preferences.

  • HT4623 My email program has gone blank. When launched I just get a white frame with nothing in it. It's been fine for ages but now it's got a bug or something.Any ideas? I am up to date with software.Thanks david

    My email program has gone blank. When launched I just get a white frame with nothing in it. It's been fine for ages but now it's got a bug or something.Any ideas? I am up to date with software.Thanks david

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • Bug Report - DB toolkit returns error when calling the DefaultDatabase property with SQLite

    There's an old bug in the DB toolkit where calling the DefaultDatabase property returns error -2147217887 if you're using certain DBs (such as SQLite or PostgreSQL and I believe MySQL as well).
    The problem is that this property is called by a VI which is used in some of the commonly used VIs (such as the insert VI),
    causing them to fail. Whoever wrote the code was aware of this issue,
    since they added a comment about it, as you can see below.
    The immediate fix for this is pretty easy -  add code to ignore the error or don't call the property at all. It's not used anywhere in the toolkit and unless you're using the VI yourself to get the property, this won't break any code. The problem with this is that you need to do this in every PC.
    NI already has a CAR for this (CAR 232063) and should hopefully fix it, so there's no need to take further action at the moment. This post is for people searching for this in the future.
    Try to take over the world!

    Interesting. I have seen this before but it returned a different error code. (Error -2147352567)
    =====================
    LabVIEW 2012

  • [svn:bz-trunk] 15163: Bug: BLZ-507 - JGroups 2.9. 0 GA not compatible with BlazeDS/LCDS

    Revision: 15163
    Revision: 15163
    Author:   [email protected]
    Date:     2010-03-31 06:31:12 -0700 (Wed, 31 Mar 2010)
    Log Message:
    Bug: BLZ-507 - JGroups 2.9.0 GA not compatible with BlazeDS/LCDS
    QA: Yes
    Doc: No
    Checkintests: Pass
    Details: Tweaked the clustering code to work with JGroups 2.9.0 while maintaining backwards compatibility with earlier versions of JGroups.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-507
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/cluster/ClusterNode.java
        blazeds/trunk/modules/core/src/flex/messaging/cluster/JGroupsCluster.java

  • Extremely nasty Image Capture bug deletes video with import to Aperture

    Image Capture allows one to specify Aperture as a target.
    Nice feature, but Aperture can't handle video.
    So what happens when the images you choose to import contain a video, and you've set IC to delete after import?
    The videos are deleted, but not imported. If you were to import directly to Aperture they would be saved to the desktop by Aperture, but with this route they are deleted.
    Lethal bug.

    Terence Devlin wrote:
    The moral of the story:
    Never let your computer delete data before you know that the transfer has worked. Ever.
    Don't let Image Capture, Aperture (oh, and btw, Aperture 3 does support video) or iPhoto delete pics. Ever.
    After you have transferred the material to your Mac you can simply reformat the card with your camera - once you've verified the transfer. Reformatting the card with your camera is much faster - takes seconds - and has the added advantage of refreshing the directory structure on the card and so helping to avoid problems in the future.
    And finally, given that both iPhoto and Aperture can import directly from your camera, why are you using Image Capture?
    Regards
    TD
    After losing some images on my first attempts with iPhoto I quit using it. The whole program made no sense to me. I've been transferring images to the desktop with Image Capture, editing with Gimp, and storing in an image folder. I was hoping to give iPhoto another try and lost a couple of images... now trying to figure out where these things go. I'll try to import directly from the camera now that you've made me aware of the possibility. Any idea about this cache in the meantime? Maybe I'll find all the images I lost.

Maybe you are looking for