Tree Render/Editor problem

Hi,
I have a JTree with a special renderer and editor that allows me to display a JCheckBox in the tree nodes (leaf nodes only). I'm having a problem where if the user clicks/unclicks the checkbox in the tree node, the treenode becomes unselected (The nodes lose their highlighting). I want the node to stay highlighted when the user clicks/unclicks the checkbox but no matter what I do I cant seem to make this happen.
I have a printout in the Editor method getTreeCellEditorComponent to see if the boolean arguement "selected" is true or false, and it is false every time (I put the same print out in the renderer with the same results).
The main thing I tried to do is at the end of that method setting the tree's selection path to be the 2nd arguement to the method (which is the node that is currently being drawn by the editor/render).
NOTE: the highlighting works fine as long as the checkbox is not checked. If you click the node elseware it highlights fine, but as soon as you check the checkbox, the highlighting goes away.
Any help would be greatly appreciated.
Thanks,
Marshall

Please post the code which we could run.
Denis Krukovsky
http://dotuseful.sourceforge.net/

Similar Messages

  • [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.

  • How to bypass object between two collections in tree binding editor

    We have a object structure like this one
    object 1 -contains-> collection of objects 2 -contains-> object 3 -contains-> collection of objects 4
    we would like to display this object structure in a master - inline table
    The first object is not representative and we don't need it.
    The first collection is our master level. We selected the corresponding iterator in the data control palette and dropped it into our web page as a master-inline table.
    The second object is not representative and we don't need it, but it is there.
    The second collection is our inline table.
    So we would like to have in our table :
    collection of objects -contains-> collection of objects
    The Tree binding editor show the iterator we selected and we setted the first collection as the data collection definition. We were able to set the display attribute we wanted to show and setted the second object (object 3) in the branch rule accessor. This is our first rule.
    iterator -> collection of objects 2 -> object 3
    For the same iterator we were able to select the second object (object 3) as the data collection definition and an attribute to display (it is not relevant for us but ...). We setted the second collection (collection of objects 4
    ) in the branch rule accessor. This is our second rule.
    Our problem is that we are not able to continue our job ...
    The list of iterator don't list the iterator that correspond to the second collection of object nor the data collection definition list the corresponding collection.
    Is it a way to edit these defintions directly in the page definition ?

    We have a object structure like this one
    object 1 -contains-> collection of objects 2 -contains-> object 3 -contains-> collection of objects 4
    we would like to display this object structure in a master - inline table
    The first object is not representative and we don't need it.
    The first collection is our master level. We selected the corresponding iterator in the data control palette and dropped it into our web page as a master-inline table.
    The second object is not representative and we don't need it, but it is there.
    The second collection is our inline table.
    So we would like to have in our table :
    collection of objects -contains-> collection of objects
    The Tree binding editor show the iterator we selected and we setted the first collection as the data collection definition. We were able to set the display attribute we wanted to show and setted the second object (object 3) in the branch rule accessor. This is our first rule.
    iterator -> collection of objects 2 -> object 3
    For the same iterator we were able to select the second object (object 3) as the data collection definition and an attribute to display (it is not relevant for us but ...). We setted the second collection (collection of objects 4
    ) in the branch rule accessor. This is our second rule.
    Our problem is that we are not able to continue our job ...
    The list of iterator don't list the iterator that correspond to the second collection of object nor the data collection definition list the corresponding collection.
    Is it a way to edit these defintions directly in the page definition ?

  • Tree render grey out

         tree render grey out no matter what I do the tree render is greyed out in all versions of Photoshop that I have.  CC 32 and 64 bit and cc 2014.  I have removed and reinstalle dall of them.
    Thanks for any help.

    Photoshop CS6 GPU FAQ

  • PSE10 Editor Problem

    I have a strange problem when using PSE10 Editor. Whenever I left click on any of the options with a dropdown box the screen just jumps and the box briefly shows the options but won't stay open to allow me to choose an option. This has effectively stopped me working as I cannot choose any of these type of options which exist on virtually every tool and has even stopped me saving my edits. On the Save As screen when I click on the format dropdown to save as a jpeg I cannoit select that option - the screen just jumps and won't open the box.
    This is a PSE editor problem as it doesn't happen on any other applications with these type of boxes and also these boxes are ok to open in Organiser as well.
    Ant Idea anyone - I have googled with no success.

    I've spent a couple of days on this problem getting nowhere, even after clearing down and doing a fresh clean PSE10 install. I did however find links to a  different problem with the same symptoms namely the lasso problem that some users are getting where after holding down the left mouse for a period of time the screen jumps around and shows a message 'filename nn.nn% - not responding'. I get this problem when I click any of the dropdown box option in any tool, the main one being when trying to saving the file after editing.
    I have found a fix of sorts by running the PSE10 program in 'Vista Compatability Mode' (I'm using Windows 7 Home Premium 32 bit) and it seems to be working OK - I have edited 200 photostoday  without problem. Reading up a bit more on the lasso problem it seems that it has been there since PSE9 and has still not been fixed by Adobe which is shameful.
    This is just an FYI for anyone else that gets this exact or similar problems.

  • Pls help with JTree editor problem

    Hi,
    I have a JTree where each node in the tree is a JPanel. In each
    JPanel are two JTextField objects. Only one of the JTextField objects
    is editable.
    When I click on node (a line in the JTree) with the mouse, it is
    painted using the custom editor (TreeCellEditor) that I have written.
    When the selected and editable JTextField has the focus, and when a
    certain key is hit, I capture that key, do some things, and then select
    a different node in the JTree.
    When selecting the new node, I need the node to be painted with
    the editor, just as if I had clicked on it with the mouse.
    In the method called as a result of the key binding, I call the
    following --
    TreeUI.stopEditing( JTree ) -- stops editing of the cell that resulted
    in the key binding call
    TreeUI.startEditingAtPath( JTree, TreePath )
    -- according to the JavaDocs, this should select the new cell and
    start editting of it.
    This last method does call my editor to get the components, but then my
    Renderer is also called (twice in fact). When the cell is painted, it is
    painted with the Renderer's components.
    PLEASE HELP HERE !

    Thank you so much for giving a reply to this problem.
    I will experiment with your suggestion. However, in looking at the JavaDocs
    I would need to make one class that implements both TreeCellEditor and
    TreeCellRenderer, with the methods getTreeCellEditorComponent() and getTreeCellRendererComponent(). Since currently, my editor is called and then
    my renderer is called, over-writing the editor's result, I would suspect that
    both of these methods would also be called (even though they are in the same
    class), having the same effect.
    Again, thank you.

  • New ABAP editor: problems with the paste function

    Hi all,
    for a few weeks, I am working with the new frontend editor now. It is great - however, there is a thing I don't understand using the paste function. Let's make an example:
    i put the following lines into clipboard by highlighting the entire lines and pressing CTRL+C
    select * from ztmk
             where kunnr in s_kunnr.
    after pasting (CTRL+C) it shows up like this:
    select * from ztmk
    where kunnr in s_kunnr.
    Is it a bug or a feature?
    Jörg Krause, GEZE GmbH, Germany

    Hi Rich,
    sorry, I actually upgraded my GUI to 23, but the problem is not solved. Look at this code:
      SELECT * FROM ztmk INTO TABLE lt_ztmk
             WHERE messe IN s_messe AND
                   kunnr_berater IN s_kunnr AND
                   status IN s_statu AND
                   ersda IN s_ersda AND
                   NOT namecpl = space AND
                   country IN s_count AND
                   kontaktid IN s_kntid AND
                   lvorm in s_lvorm.
      SELECT * FROM ztmk INTO TABLE lt_ztmk
      WHERE messe IN s_messe AND
      kunnr_berater IN s_kunnr AND
      status IN s_statu AND
      ersda IN s_ersda AND
      NOT namecpl = space AND
      COUNTRY IN s_count AND
      kontaktid IN s_kntid AND
      lvorm IN s_lvorm.
    the lower select-statement has been pasted from the upper one
    Thanks for answering!
    Jörg

  • AE CC and the Rest of Adobe Apps - ProRes Quicktime Render Gamma Problem Back AGAIN

    Hi ---
    With this version I am back to square one with AE NOT being able to render out correct gamma exporting to PR4444 -
    Scenario (And this matter NOT whether I use Color Management or Not)
    1) I open a Clip in AE or PPRO (In this case a TIFF Sequence RAW'ed from Lightroom)
    2) I switch back and forth between Lightroom and AE and the images are identical in color and gamma
    3) I export to PR4444 and open in Quicktime Player or FCPx and the Gamma is off.
    4) If I re-import the exported file into AE - AE reads the file with a diff. gamma and the result appears to be identical with source
    But it is no good that the result only looks the way it was intended in AE ! --- The poeople on the web are not viewing the movie in AE but with other players.
    If i open that same tiff sequence in the quicktime player pro and export to PR4444 the results are 100% identical.
    I find it highly frustrating that a company so higly regarded with so amazing software is NOT able to render out an image correctly...
    This problem has been around since forever and I find it higly disturbing that this issue has not yet been addressed.
    As of now I have no choice that to ditch AE and PPRO.... I WANT the images I work with to look the way they do in the app while color grading... What point is there in CG'ing images to perfection
    if adobe cant even render out the results....
    As I stated it does NOT matter whether I am color managing or not... Results are lighter in gamma when viewed in anything else than AE or PPRO !!!!!!
    The amount to correct back is approx. a gamma of 0.9
    BTW --- When in 32 bit how come I cannot set a gamma of 0.905 why is the gamma limited to two digits after the comma... 32 bit has MUCH more to offer !!!!

    Thanks Todd,
    I have tried those tips before. Unfortunately, I haven't had great success with them in this case.
    When I reserve the 16GB of RAM for other apps and RAM preview a comp containing multiple Prores 4444 footage layers, it plays back and retains the cache as expected. However, the 2nd RAM preview of another comp in the same project containing multiple Prores 4444 footage layers stays stuck in "Initializing Background Processes." A check with Activity Monitor usually shows aeselflink processes that are hung up.
    This has been my experience until I came upon the work-around of precomping Prores files.
    To demonstrate, here's a screen shot of the stuck process with the memory settings I used -
    I rebooted the system and tried 2 more times with the same result.
    If I simply precomp the Prores 4444 footage layers as demonstrated in the video, I get smooth RAM preview caching and performance. This works even if I allocated less RAM to other applications in the Memory and Multiprocessing preferences (hence the 6GB setting from earlier). With the work-around, AE runs smooth with no hiccups and RAM previews behave as expected.

  • ECC6 ABAP Front-end editor Problem

    hi all,
    We are using ECC 6. when we switch to old editor form setting options it works fine but when we switch to New editor it hangs itis not opening.
    Latest Patch is also installed.
    Pls suggest what is the problem........how to rectify it...
    Thanking you
    Edited by: Hemant Baviskar on Jul 5, 2008 12:12 PM

    Try logging in your pc as Administrator.
    Then log in to SAP and try the Fron-End editor New option.
    Hope it works for you. I had the same problem and logging in my pc as Administrator solved the problem.
    Regards,
    Vinod.

  • New front end editor problem

    I'm quite new on this forum, so don't be so angry if I'm asking about something that someone else was asking for, by i didn't found answer on my question.
    So...
    In my company, administrator made some updates in 4.7, after that updates new front end editor is avalible (this with code colorin, code hinting, code folding etc).
    But I have some problem with keyboard mapping scheme. When i try to save my own setting or change keymapping to another one, SAP stop responding (it's not a crash with short dump but simple aplication freezing). I tried to find some solution to this behaviour but I didn't found it yet.
    My question is:
    1) Did someone else have the same behaviour as I?
    2) Where to find SAP notes about front end editor?
    Thx in advance for any help

    Keymapping settings in file:
    C:\Documents and Settings\<username>\ab4_data\keymap.xml
    You should also check the following dir:
    c:\Program Files\SAP\FrontEnd\SapGui\ab4_data\
    During patch installation this dir is overwritten, and during the first use of the new editor, the files from here copied to the <username>\ab4_data dir, where you can change them.
    Might be permission problem, I can imagine, that if you have no authorization to change these files, the GUI starts hanging or chrashing.
    Peter

  • PSE 7 editor problems

    I loaded PSE 7 on a Dell 5100 dimension with all the necessary system requirements but when I try to open the editor it wont open and reports an error,I have removed any other photo processing packages or old adobe programmes,I also loaded PSE 7 on a Toshiba laptop and I have no problems there, any suggestions?

    Unfortunately, there are many reasons why the PSE Editor might crash, and often it is hard to diagnose quickly the reason for the crash.   Here are some steps you can take to try to fix the problem. Even if you think you’ve tried some of these before, try them again, precisely as described here:
    http://www.johnrellis.com/psedbtool/photoshopelements-6-7-faq.htm#_Troubleshooting_Editor_ crashes

  • RENDER /EXPORT problems with the new CC 2014

    I have updated to the new Premiere pro CC 2014 version. I realise its a standalone upgrade so i deleted the previous cc version from my pc to save disk space...
    I have a 3 hour file just raw footage, with no plugins on it....
    I have tried rendering to media encoder so many times, it starts the render but stops at random sections, the elapsed times still keep counting up, the remaining time counts up but the yellow bar stays at the same point and does not move...
    I have tried exporting directly from Premiere Pro and once again it got to 43% and paused at this ... I have then have to press cancel get the loading mouse pointer circle and i have to close the programs through start manager...
    For two days iam trying to export this file to give to a client and it wont do it and there is no solutions on the net...
    I have had nothing but problems with every upgrade, on my other PC i still get audio dropouts from files and have to restart the computer.... Paying $50 a month to pull my hair out is a great investment...
    please help as Adobe software is on thin ice with me...
    Cheers 

    If CC worked, I think this will allow you to go back
    http://helpx.adobe.com/creative-cloud/kb/download-previous-versions-creative-applications. html
    -or http://www.adobe.com/downloads/other-downloads.html

  • In smartform Text editor problem

    In smartform in text editor i writing text Invoice number it will in first line Invoice and second line number ,  Exactly very line taken 7 characters what is problem please give me advise.

    hi,
    welcome to SDN
    just increase ur window width.
    or u can adjust it with font size.
    do formatting andeach time check print preview.
    coz not alwys print preview and text editor is same.

  • Render Service Problem - Root Cause ALC-DSC-127-000

    I have decided to write a Form Guide renderer instead of using one from the Samples. The renderer process was created by carefully observing the one in the samples. After creating the renderer, I activated it and used it in my process. In the livecycle workspace, when I try to access the initialization task, A popup error shows up. Looking at the logs revealed the following error/exception:
    exception: flex.messaging.MessageException: ALC-WKS-005-028: A problem occurred in the Render Service. Please review the render orchestration for this process.
    2007-12-26 13:34:23,190 INFO [STDOUT] [Flex] Exception when invoking service: remoting-service
    with message: Flex Message (flex.messaging.messages.RemotingMessage)
    operation = render
    clientId = 60F1A10E-C009-251A-6C47-179779FEB2B7
    destination = task-actions
    messageId = F65756D8-8D22-85D3-598E-17BBDA529B7E
    timestamp = 1198694062784
    timeToLive = 1198694062784
    body = null
    hdr(DSEndpoint) = workspace-polling-amf
    hdr(DSId) = 60F1373F-590F-5AC8-B6A5-1296C747EA45
    exception: flex.messaging.MessageException: ALC-WKS-005-028: A problem occurred in the Render Service. Please review the render orchestration for this process.
    2007-12-26 13:34:23,377 INFO [STDOUT] [Flex] [ERROR] Root cause: ALC-DSC-127-000: com.adobe.idp.dsc.LongLivedInvocationException: The Long Lived Service i3Renderer can not be invoked synchronously.
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:76)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:88)
    at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:21 0)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)
    at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    at com.adobe.idp.taskmanager.dsc.service.TaskManagerServiceImpl.renderForm(TaskManagerServic eImpl.java:3404)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:181)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:134)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:336)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew (EjbTransactionCMTAdapterBean.java:282)
    at sun.reflect.GeneratedMethodAccessor258.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:214)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:149)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:154)
    at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor. java:54)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:

    Hi Gary,
    I am getting following error message, can you pls help me with this
    Mar 26, 2008 5:25:53 PM com.adobe.workspace.processes.ProcessActions getProcessInstance
    WARNING: ALC-WKS-005-059: An error occurred while retrieving the list of process instances for process "Process Packages".
    [Flex] Exception when invoking service: remoting-service
    with message: Flex Message (flex.messaging.messages.RemotingMessage)
    operation = getProcessInstance
    clientId = DA923519-C11F-EDFE-A537-D10A27A3FA00
    destination = process-actions
    messageId = A9726928-7AEA-8308-B7C4-ECFB90EFA472
    timestamp = 1206566753361
    timeToLive = 1206566753361
    body = null
    hdr(DSEndpoint) = workspace-polling-amf
    hdr(DSId) = DA8DF62D-CD1E-2718-618C-0902E3DF178A
    exception: flex.messaging.MessageException: ALC-WKS-005-059: An error occurred while retrieving the list of process instances for process "Process Packages".
    [Flex] [ERROR] Exception when invoking service: remoting-service
    with message: Flex Message (flex.messaging.messages.RemotingMessage)
    operation = getProcessInstance
    clientId = DA923519-C11F-EDFE-A537-D10A27A3FA00
    destination = process-actions
    messageId = A9726928-7AEA-8308-B7C4-ECFB90EFA472
    timestamp = 1206566753361
    timeToLive = 1206566753361
    body = null
    hdr(DSEndpoint) = workspace-polling-amf
    hdr(DSId) = DA8DF62D-CD1E-2718-618C-0902E3DF178A
    exception: flex.messaging.MessageException: ALC-WKS-005-059: An error occurred while retrieving the list of process instances for process "Process Packages".
    [Flex] Root cause: com.adobe.idp.taskmanager.dsc.client.query.TaskQueryServiceException: com.adobe.pof.schema.AttributeNotFoundException: Attribute: creator_id does not exist on object-type: workflow.pt_process packages.
    at com.adobe.idp.taskmanager.dsc.queryservice.TaskManagerQueryServiceImpl.processSearch(Task ManagerQueryServiceImpl.java:730)
    at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:181)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:134)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:336)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:212)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapter_z73hg_ELOImpl.doS upports(EjbTransactionCMTAdapter_z73hg_ELOImpl.java:67)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:80)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:113)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:102)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:88)
    at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:18 3)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)
    at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    at com.adobe.idp.taskmanager.dsc.client.TypedTaskManagerQueryService.processSearch(TypedTask ManagerQueryService.java:245)
    at com.adobe.workspace.processes.ProcessActions.getProcessInstance(ProcessActions.java:174)
    at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Unknown Source)
    Caused by: com.adobe.pof.schema.AttributeNotFoundException: Attribute: creator_id does not exist on object-type: workflow.pt_process packages.
    at com.adobe.pof.schema.POFAbstractObjectType.getAttribute(POFAbstractObjectType.java:177)
    at com.adobe.pof.omapi.POFDefaultQuery.projectAttribute(POFDefaultQuery.java:634)
    at com.adobe.idp.taskmanager.dsc.queryservice.TaskManagerQueryServiceImpl.processSearch(Task ManagerQueryServiceImpl.java:627)
    at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:181)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:134)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:336)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:212)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapter_z73hg_ELOImpl.doS upports(EjbTransactionCMTAdapter_z73hg_ELOImpl.java:67)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:80)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:113)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:102)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:88)
    at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:18 3)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)
    at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    at com.adobe.idp.taskmanager.dsc.client.TypedTaskManagerQueryService.processSearch(TypedTask ManagerQueryService.java:245)
    at com.adobe.workspace.processes.ProcessActions.getProcessInstance(ProcessActions.java:174)
    [Flex] [ERROR] Root cause: com.adobe.idp.taskmanager.dsc.client.query.TaskQueryServiceException: com.adobe.pof.schema.AttributeNotFoundException: Attribute: creator_id does not exist on object-type: workflow.pt_process packages.
    at com.adobe.idp.taskmanager.dsc.queryservice.TaskManagerQueryServiceImpl.processSearch(Task ManagerQueryServiceImpl.java:730)
    at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.ad

  • Tree component display problem when text too long???

    hi all
    whenever i use a tree component to display some sort of text, i run into problems when the width of the text being display for a node is larger than the width of the tree component.
    Given: Tree tree1 with Node node1 and Child Node child1
    When the text of either node1 or child1 is longer than the width of tree1, the text is displayed on its own single line UNDERNEATH the node images. this makes the text look like it does not belong to the group of children of a given node.
    is there anyway to add maybe a text area or some sort of scrolling region to allow for any length of text for any node??
    thanks everyone!

    Yes, you can change the size of the tree node text field. Please see the "Tree Node Component Properties Window" section in the Help Contents within the IDE. Look at the info under the "Appearance" section.

Maybe you are looking for