[ADF] - JDev does not show 'Tree Binding Editor' when dropping a ADF Tree..

Hi All,
I am trying to work trough the ADF Faces/Toplink 10.1.3 tutorial: 'Build an End-to-End J2EE Application with Toplink and ADF Faces'. When I get to the point that I have to place an 'ADF Tree' object on my panel JDeveloper is supposed to come up with the Tree Binding editor, but does not.
I reinstalled JDeveloper, killed all unnecessary Windows XP (SP2) processes (firewall and fun services) and retried. The same problem happens. I tried to create a table and this works fine. Then I installed the same zip file on Linux and the Editor shows up. Finally I installed the same zip file with a colleague - no problems.
Does anyone have an idea what could be wrong?
Thanks in advance, Laszlo
PS The exception JDev throws is:
oracle.adfdtinternal.view.common.binding.operation.CreateOperation$CreateOperationXmlCommitException
: Unmatched braces in the pattern.
at oracle.adfdtinternal.view.common.binding.operation.CreateOperation._rollbackAllTransactio
ns(CreateOperation.java:563)
at oracle.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.
java:118)
at oracle.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(Perfo
rmOperationAction.java:39)
at oracle.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.actionPerformed(DropMenuInvoke
r.java:235)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
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:3892)
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)
Caused by: java.lang.IllegalArgumentException: Unmatched braces in the pattern.
at java.text.MessageFormat.applyPattern(MessageFormat.java:468)
at java.text.MessageFormat.<init>(MessageFormat.java:350)
at java.text.MessageFormat.format(MessageFormat.java:803)
at oracle.bali.xml.validator.Validator.getTranslatedString(Validator.java:1350)
at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:604)
at oracle.bali.xml.validator.Validator._validateElement(Validator.java:477)
at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:560)
at oracle.bali.xml.validator.Validator._validateElement(Validator.java:477)
at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:560)
at oracle.bali.xml.validator.Validator._validateElement(Validator.java:477)
at oracle.bali.xml.validator.Validator._validateElement(Validator.java:295)
at oracle.bali.xml.validator.Validator.validateDocument(Validator.java:132)
at oracle.bali.xml.validator.Validator.validateSubtree(Validator.java:83)
at oracle.bali.xml.model.XmlModel._validateSubtree(XmlModel.java:3764)
at oracle.bali.xml.model.XmlModel._validateDocument(XmlModel.java:3636)
at oracle.bali.xml.model.XmlModel.__precommitTransaction(XmlModel.java:3056)
at oracle.bali.xml.model.XmlContext.__precommitTransaction(XmlContext.java:1491)
at oracle.bali.xml.model.XmlContext.__commitTransaction(XmlContext.java:1521)
at oracle.bali.xml.model.XmlModel.__requestCommitTransaction(XmlModel.java:3089)
at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:613)
at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:593)
at oracle.bali.xml.model.task.StandardTransactionTask.__commitWrapperTransaction(StandardTra
nsactionTask.java:413)
at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask
.java:203)
at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:98)
at oracle.adfdt.jdev.transaction.JDevTransactionManager.fetchUnderTransaction(JDevTransactio
nManager.java:100)
at oracle.adf.dt.dbpanel.DataBindingManager.createControlBinding(DataBindingManager.java:979
at oracle.adf.dt.dbpanel.DataBindingManager.createControlBinding(DataBindingManager.java:863
at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.createControlBinding(ADFBindingUti
ls.java:97)
at oracle.adfdtinternal.view.faces.binding.provider.ADFTreeModelProvider.<init>(ADFTreeModel
Provider.java:34)
at oracle.adfdtinternal.view.faces.binding.provider.DefaultADFModelProviderFactory.createMod
elProvider(DefaultADFModelProviderFactory.java:291)
at oracle.adfdtinternal.view.common.binding.datatransfer.ADFBindingsProviderInfo.getData(ADF
BindingsProviderInfo.java:40)
at oracle.adfdtinternal.view.common.binding.datatransfer.BaseADFDataInfo.getData(BaseADFData
Info.java:35)
at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.getTransferData(ADFBindingUtils.ja
va:952)
at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.getTransferModelProvider(ADFBindin
gUtils.java:976)
at oracle.adfdtinternal.view.common.binding.datatransfer.ADFDocumentFragmentCreatorInfo.crea
teDocumentFragment(ADFDocumentFragmentCreatorInfo.java:64)
at oracle.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.
java:89)
... 29 more

Solved it!
When using windows the Control Panel --> Regional and Language Options --> Regional Options --> Standards and formats should be set to English (United States)...
I hope development picks this up as a bug.

Similar Messages

  • Recently, U2 music appeared on my ipod without my requesting it or wanting it. I was able to delete all of the songs except for one. How do I delete the last one from my ipod? The song does not show up in iTunes when I plug my ipod into the computer.

    Recently, U2 music appeared on my ipod without my requesting it or wanting it. I was able to delete all of the songs except for one. How do I delete the last one from my ipod? The song does not show up in iTunes when I plug my ipod into the computer. The version installed on my ipod is 7.1.2(11D257).

    Hi donfrommars,
    Welcome to the Apple Support Communities!
    Please use the following article for information and instruction on deleting the U2 album from your devices and account.
    Remove iTunes gift album "Songs of Innocence" from your iTunes music library and purchases
    Have a great day,
    Joe

  • My ipod touch 4th gen does not show up in iTunes when I plug it in.  It charges, but I cannot sync it or add new music.  I am using iTunes on a MacBook.

    My ipod touch 4th gen does not show up in iTunes when I plug it in.  It charges, but I cannot sync it or add new music.  I am using iTunes on a MacBook.

    Which version of iTunes are you using?
    Stedman

  • I have an invoice that I paid to use photoshop and now it is asking for serial number however it does not show a serial number when I log in

    I have an invoice that I paid to use photoshop and now it is asking for serial number however it does not show a serial number when I log in

    Please then use your web Browser  address http://www.adobe.com/  and sign in with your Adobe User ID and Password to your account the has your Subscription and use https://www.adobe.com/account/my-products-services.html capture the page which shows you have a subscription like I showed you I have.
    Open Adobe Creative Cloud desktop application use the APP tab and capture that scree to show Photoshop is installed and up to date like I did. Capture that screen. Show us you have installed Photoshop and its up to date.
    Open Photoshop and use menu Help it should show tha its activated because there will be a menu item Sign Out. If it is Sign In, Sign in  using the account that has the subscription the one you used above to Activate Photoshop.

  • I have backed my Mac Book pro up to my external hard drive using time machine. My iPhoto now does not show any images, even when I upload from my iPhone

    I have backed my Mac Book pro up to my external hard drive using time machine. My iPhoto now does not show any images, even when I upload from my iPhone

    Mac 101: File Sharing
    Mac OS X 10.7 Help: Transfer files between two Mac computers
    Mac OS X 10.7 Help: Set up a Windows computer to share files with Mac users
    Mac OS X 10.7 Help: Use iDisk to share files
    Mac OS X: Sharing your files with non-Apple computers
    How to share a Mac's files with a PC and vice versa.

  • PSE does not show iTunes external editor

    I have PSE installed (ver. 9.0.3) but it does not show in the drop down box in itunes for external editor.  Am I missing something?

    Did you download the iLife 903 updater? If so, run the installer. It facilitates the communication between apps like iPhoto and iTunes.
    Regards
    TD

  • Does not show my hard drive when i try to install Tiger...

    I have a Powerbook G4 that has no operating system installed yet, so when i try to install Tiger, i have to put the DVD in while booting up. I went to the installing screen, and i agreed to everything and all, but when i got to the part where it asks where to install, my hard drive does not show up. I went to DISK UTILITY and chose to erase the entire hard drive (I dont have anything on it yet) and I also chose to repair it. It didnt have any needed repairs, so I went back to the install screen, and it still didnt show the hard drive as an option. It is a 55.9 GB hard drive, and when i erase it, the size does not change, so I know there is nothing on it yet. In Disk Utility, the details for the Hard drive says it is named CSD CAT060L, it is a Disk, the media type is Generic, and it is Internal. I have tried this many times, but the exact same thing happens. My DVD for Tiger was unopened, and new out of the box. If you need any information about what happens or anything, just ask.
    Thanks a bunch, Eshan.

    Try this:
    1. Boot from your Tiger DVD. After the installer loads select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Set the number of partitions from the dropdown menu (use 1 partition unless you wish to make more.) Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the volume(s) mount on the Desktop.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process will take 30 minutes to an hour or more depending upon the drive size.

  • In 5.0 URL does not show in location bar when I am using a second Firefox window

    I have a lot of problems when using a second window for Firefox 5.0. (I have two monitors and like an open browser on each.) One problem is that when I open a new tab, the URL of a site that I go to does not show in the location bar. It just says "Go to a Web site."
    I don't understand why a second copy of the browser acts so differently than the first. Can someone explain this to me? Is there any way to avoid this?
    FYI: I had the same problem with 4.0 and reinstalled an older version. But the newest version of WordPress suggested upgrading Firefox, which I did.

    Thanks so much for getting back to me. I am familiar with your solution and tried it. It did not solve this problem.

  • Adobe Connect does not show tool pointer/cursor when sharing Photoshop...

    I am an online instructor and one of the courses I teach is a Photoshop course. Each week I host a Live Lecture session where we use Adobe Connect to demonstrate techniques and tools in Photoshop CS6.
    I am receiving several complaints from students because Adobe Connect does not correctly show my cursor/pointer when it changes for each tool in Photoshop. All the students see is an arrow with a small icon of a face/monitor.
    This is confusing to the students, because I am trying to demonstrate how to use a tool and they are unable to see the actual tool. For example, when I select the brush tool - they should be able to see the brush circle as the cursor. I then demonstrate how to resize the brush - but they cannot see it. Another example is any of the healing/cloning tools. If I select the healing brush tool, they cannot see the circle (brush). I then demonstrate how to record a healing point by selecting the Option (alt) key - but again the students cannot see the pointer change to the crosshairs to record the healing point - as all they see is the arrow with icon at all times.
    Students are complaining that they are not able to comprehend what I am demonstrating because they are not able to get the full affect of the demonstration without seeing it how it should be. Prior to switching to Adobe Connect, we used WebEx - which showed the students everything correctly as I was demonstrating it. I was amazed to learn that Adobe Connect does not show everything - especially since I am using another Adobe program within Adobe Connect - you would think they would be fully compatible and able to show everything.
    Thank you

    I just saw this option for the first time last week. Very exciting to see it finally in Connect! There is a small amount of lag for the viewers, but nothing that can't be compensated for.

  • Kindle does not show up as device when plugged in USB

    I was trying to transfer some files to my Kindle using the USB port. I have a Kindle 2, and a Rocketfish Micro USB cord. The Kindle does charge up so it is drawing power through the cord. But the Kindle does not show up as a device attached to my MacBook. My external HD (Firewire) and iPods (USB) all work perfectly through this USB hub.
    I did call Apple (using my 30 day warranty for installing Snow Leopard) and the tech support person did not even know what a Kindle was.
    Amazon says it's an Apple problem.
    Apple doesn't seem to have any clue.
    I've seen from various threads that USB devices do seem to have intermittent problems. Is the Kindle one such device?

    Some devices do not work properly through a hub. Plug the kindle directly into your Mac and see if it works. Just because some devices work through a hub, doesn't mean all devices work through a hub. Apple does not support third party devices or third party hubs.

  • HT1688 How do you set up photo streaming to your home computer/windows?  My computer does not show an iclod icon when I go to the control panel/network and internet

    How can I set up icloud phote streaming to my home computer? 
    When I follow their directions my comuter does not show the Icloud icon uner the control panel / netwrok internet

    http://www.apple.com/icloud/setup/pc.html
    To enable iCloud on your Windows PC, first set up iCloud on your other devices, then install the iCloud Control Panel for Windows (Windows Vista with Service Pack 2 or Windows 7 required).

  • My homepage does not show the latest page when I open Firefox

    I have set MSN as my homepage but when I open Firefox it does not show the latest MSN page.

    '''''Has the site worked normally in Firefox before?'''''
    When you have a new problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    This will open a window listing the site's cookies, which you can remove individually.
    Then try reloading the page and logging back in. Does that help?

  • Blackberry Classic does not show read in outlook when read on device for emails

    The issue is that when an email is read on blackberry it does not show read on outlook on laptop and vice versa. Any ideas?

    Need to know what type of mail server you are using. If it is Outlook on Exchange then they both will sync up, ie both show read when opened. If you are using POP email then it will not sync, you will need to open your mail on both to show as read. This is not a BB issue, it;s the nature of the beast with any phone. Now if your email provider supports IMAP,then set your BB up that way and it will synce so all mailboxes look the same.

  • When posting to a forum the new version of Firefox does not show the post. When I start up IE and go to the forum there is the post. However Firefox 4 will not show the post. How can I fix this issue?

    Recently I upgraded to Firefox 4. I frequent various forums where I post advise on various subjects. I am finding that version 4 is showing the threads in the forums, allowing me to log in and to post. However the posts as sent in are not coming up at all, even if I get out and return, the page is not "refreshed."

    this is a follow up from the profane post earlier....
    i have done this twice in two other posts..
    here is my problem.. i started off trying to update itunes, it failed twice and said i needed to install manually via tools.
    the only place to get to tools is the pop up box that appears when you click check for updates.. if there is an available update then the pop up shows up with the quick time and itunes files to download. so i finally figured that out. i clicked on tools and manual update, four files were saved to a file. Apple mobile device support, another one similar, itunes, and another one i cant remember. I only downloaded the itunes file seeing as though thats all i needed to accomplish in the first place.
    so then i restarted my computer bc you need to reboot and then reopen itunes for update to take effect. once i have itunes back open i plugged in my new 5s which i am trying to sync to my computer to get all my stuff back bc i lost my previous phone over the weekend.. once i plugged the phone in an error stating i needed to unistall the apple mobile device support and itunes and then reinstall. well i dont know where those files were originally stored on my computer AND since my itunes was updated, just not the other 3 associated files, when i click check for updates it says its up to date and then pop up containing the quick time and itunes does not pop up thus i cant get back to the tools tab to manually save the 4 files again.
    so i was just going to uninstall itunes all together and then i thought well what happens if it erases all my photos apps songs etc... which would defeat the whole purpose in the first place of me trying to sync my new phone to get all my stuff back.
    so i literally have no idea what to do at this point.. if you have read this you are probably just as confused as me...

  • Secondary DPM server does not show "protected server group" when attempting to protect primary server

    Hi Guys,
    I have a bit of a weird situation with DPM 2012(pre SP1). We have a primary server which is running quite happily(protects 8 SQL servers). I'm attempting to setup a secondary. When I've done this in the past with other DPM versions(this version included)
    all i have to do is this following:
    Install the same version of DPM on the "secondary machine"
    Attach the agent on the "primary server"
    Create a new protection group for everything
    The catch is that I only see the following:
    I can successfully protect the database of the primary server. However the secondary server cannot see any computers protected on the primary for some reason. Any ideas why this object doesn't show at all? 

    Hi,
    At any time, was the primary DPM Server rebuilt and it's database restored ?
    Can you verify that the DPMWriter service is running.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

Maybe you are looking for