Templates query have no children elements

same query for meetings returns correctly number of childer,
but for templates I get xml that only have
<node href="/accounts/bkf/my-account-id/templates"
type="cr:folder">
<name>templates</name>
<properties>
<property name="cr:owner" type="string">
<value>...</value>
</property>
<property name="jcr:created" type="date">
<value>2009-02-17T23:33:22.804-05:00</value>
</property>
</properties>
</node>
url:
https://na2.connectnow.acrobat.com//app/content/accounts/bkf/my-account-id/templates/?gak= lalala
but same url for meetings:
https://na2.connectnow.acrobat.com//app/content/accounts/bkf/my-account-id/meetings/?gak=l alala
returns all children along with container folder metadata
etc ..
so Java code throws NPE when trying to iterate through
templates :
Element children = (Element)
repository.getElementsByTagName("children").item(0);
//children is null
NodeList nodes = children.getElementsByTagName("node");
error:
error listing templates
java.lang.NullPointerException
at AFCS$AccountManager.listItems(AFCS.java:290)
at AFCS$AccountManager.listTemplates(AFCS.java:343)
at AFCS.main(AFCS.java:668)

you are correct.
all the other scripts are fine when no <children> tag
is present, but the Java version chokes. I'll fix it for next
version (and I wish I used XPath or a better XML parser for this
but I tried to limit the dependencies from external jars where
possible)
thanks for reporting the problem.

Similar Messages

  • I HAVE ADOBE PREMIERE ELEMENTS 10.  I used to have many options on the "Disc Menu" to set up my DVD.. and now it is very limited..almost no templates. I try to sign in to my account through Premiere and it will never sign on.  Anyone have any thoughts??

    I HAVE ADOBE PREMIERE ELEMENTS 10.
    Problem #1   I used to have many options on the "Disc Menu" to set up my DVD.. and now it is very limited..almost no templates.
    Problem #2   I try to sign in to my account through Premiere and it will never sign on...just keeps acting like its trying to but never connects.  Anyone have any thoughts??

    JEN-E-FER-FER
    With versions earlier than 11, there is no more Sign In. If you get any message to that effect, ignore and cancel out of them. You should be able to move forward to your import, editing, and exports using the program nonetheless.
    As for the disc menus, those marked photoshop.com plus members only are no longer available to you in versions of Premiere Elements earlier than 11. You may see the thumbnails for those members only items, but they are no longer available to you in Premiere Elements earlier than 10.
    Interestingly, many of them are found in Premiere Elements 11, 12, and 13 as part of the program with no need to purchase them or have any special membership in anything. Adobe has promoted Adobe Revel as a replacement for photoshop.com, but that has no impact on this disc menus issue.
    This all has to do with Adobe discontinuing photoshop.com and photoshop.com plus et al.
    If you need to download regular disc menus for Premiere Elements 10, please review the following
    ATR Premiere Elements Troubleshooting: PE 7, 8, 9,10: Content Download
    Bottom lines:
    1. No more Sign In for Premiere Elements 10
    2. No access to photoshop.com plus (members only) disc menus
    Any questions or need clarification on anything written, please do not hesitate to ask.
    Thank you.
    ATR

  • How to display query variable in text element and format the text element

    Hi All,
    I want to display the value of the value of variable against fiscper3 and the value of the variable against 0fiscyear in the web application template from the query in the text element in the web template in BI 7 Web application designer.
    Also, in the web application designer I need to format the text element in the web application designer to set the text element to center the display change the size and make it bold. I am bit lost I cannot find these properties in the web application designer against the text element.
    Appreciate if you could kindly help.
    Thanks
    Karen

    Hi
    hope below tags would help you
    Re: Search by text on a variable
    Re: Need to display text part of TEXT variable in query designer
    regards
    nag

  • I have upgraded to elements 13  and unistalled 11 photos corrected in 11 are not compatible to print with 13

    Help please my photos that I had been viewing printing etc are not compatible when I print in elements 13. I have unistalled elements 11 but still hve the same problem

    When I try to print using elements 13 up pops The saved print information is in an incompatible version. it has been set to default values.
        I have templates that I had designed in elements 11 to drop photographs into, every time I try to print up pops the notice  above and it will not print.
       If I have imported the photograph and worked on it in elements 13 it prints fine.
       I have hundreds of photographs that I have changed from raw files to Jpegs etc. which printed fine. Now with elements 13 I cannot print any of them.
       Help please, I was born BC before computers
    Original message----
    From : [email protected]
    Date : 29/01/2015 - 19:51 (GMTST)
    To : [email protected]
    Subject :  I have upgraded to elements 13  and unistalled 11 photos corrected in 11 are not compatible to print with 13
        I have upgraded to elements 13  and unistalled 11 photos corrected in 11 are not compatible to print with 13
        created by Barbara B. in Photoshop Elements - View the full discussion
    What do you mean by "not compatible"? What happens, exactly, when you try to print?
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7144769#7144769 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7144769#7144769
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Photoshop Elements by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Who to query and join nested elements

    I have a table that contains a XMLTYPE Field. How do I query and join nested elements. For example I have a schema that has a PerstrenList element that holds one or more Perstren nodes.  The Perstren node will contain a RemarksList node that can contain one or more Remarks nodes.  My goal is to query all of the Remarks and join them with the information in it's parent node. Without the parent node information the remark is meaningless.  Following is a example document and desire result set. I know how to query the Perstren or the Remarks I just can not figure out how to marry the two. The query should only return the remarks joined with the parent information.
    <RasDataSet>
       <PerstrenList>
            <Perstren>
               <TPERS>A</TPERS>
               <DEPLY>B</DEPLY>
               <STRUC>5</STRUC>
               <RemarksList>
                   <REMARK>
                        <LABEL>ABC</LABEL>
                        <GENTEXT>Hello world</GENTEXT>
                   </REMARK>
                   <REMARK>
                        <LABEL>XYZ</LABEL>
                        <GENTEXT>Oracle XML</GENTEXT>
                   </REMARK>
               <RemarksList>
            </Perstren>
            <Perstren>
           <TPERS>C</TPERS>
           <DEPLY>D</DEPLY>
           <STRUC>4</STRUC>
           <RemarksList>
               <REMARK>
                    <LABEL>EFG</LABEL>
                    <GENTEXT>Database</GENTEXT>
               </REMARK>
           <RemarksList>
            </Perstren>
            <Perstren>
           <TPERS>E</TPERS>
           <DEPLY>F</DEPLY>
           <STRUC>3</STRUC>
            </Perstren>       
       <PerstrenList>
    </RasDataSet>
    desired Results
    TPERS  DEPLY   LABEL  GENTEXT
    A       B       ABC   Hello World
    A       B       XYZ   Oracle XML
    C       D       EFG   Database
    select uic,
            extractvalue(Column_value,'/Perstren/TPERS') as TPERS,
            extractvalue(Column_value,'/Perstren/DEPLY') as DEPLY,
            extractvalue(Column_value,'/Perstren/SECUR') as SECUR,
            extractvalue(Column_value,'/Perstren/STRUC') as STRUC,
            extractvalue(Column_value,'/Perstren/TIME') as TIME,
            extractvalue(Column_value,'/Perstren/AUTH') as AUTH,
            extractvalue(Column_value,'/Perstren/ASGD') as ASGD,
    from test_ref doc,
        table(XMLSequence(extract(doc.XML_DOC,'/RasDataSet/PerstrenList/Perstren'))) per
    [pre]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Sorry my Pre tag was in the wrong place Text reads:
    I have a table that contains a XMLTYPE Field. How do I query and join nested elements. For example I have a schema that has a PerstrenList element that holds one or more Perstren nodes. The Perstren node will contain a RemarksList node that can contain one or more Remarks nodes. My goal is to query all of the Remarks and join them with the information in it's parent node. Without the parent node information the remark is meaningless. Following is a example document and desire result set. I know how to query the Perstren or the Remarks I just can not figure out how to marry the two. The query should only return the remarks joined with the parent information.
    Sorry my Pre tag was in the wrong place

  • I have been using Elements 12 without a problem for 9 months.  Now when I try to open the program, I get an error message  "Adobe Photoshop Elements 12 quit unexpectedly" and it will not open at all.  What can I do to open the program?

    I have been using Elements 12 without a problem for 9 months.  Now when I try to open the program, I get an error message  "Adobe Photoshop Elements 12 quit unexpectedly" and it will not open at all.  What can I do to open the program?

    Thank you for responding.  Nothing actually worked!  After reading the posts online, I called Apple.  They indicated they have seen problems with some software after their upgrades.  The technician was able to fix the problem on my computer remotely, but I have no clue what he did!  But, it was definitely related to their recent upgrade to my computer.

  • I have Pages 09.  I have created custom templates and want to delete them.  How do I delete a template I have created in Pages 09?

    I have Pages 09.  I have created custom templates and want to delete them.  How do I delete a template I have created in Pages 09?

    Pages stores those you created & saved as templates in (your account) > Library > Application Support > iWork > Pages > Templates > My Templates. The door to the user's Library is hidden in Lion but it is easy to open. In Finder, hold down the Option key while clicking on the Go menu & your users Library will appear about halfway down the list.

  • I have two children each with an ipod which has FaceTime - I have the iphone 4s with FaceTime.  All of these devices are connected to itunes through the one account.  How do I set up the FaceTime on the two ipods so as it doesn't ring both of them?

    I have two children each with an ipod which has FaceTime - I have the iphone 4s with FaceTime.  All of these devices are connected to itunes through the one account.  How do I set up the FaceTime on the two ipods so as it doesn't ring both of them?

    I started to do that then it said that this will become their apple I.D or similar and then I thought that will disconnect them from the same iTunes?  I want them still on my iTunes as they are only young (8 and 10)?  Or have I got this all wrong and even if I do set them up with a different e-mail will they still be on my itunes?  For example if they want to purchase an App will it still go through my account even if they use their ipod?

  • I have Adobe Photoshop Elements 10 and Adobe Premier 10 loaded on a Dell PC. Do I need to uninstall from the Dell before I install on a recently purchased Apple Mac Pro? There are separate disks for Mac and PC in the package.

    I have Adobe Photoshop Elements 10 and Adobe Premier 10 loaded on a Dell PC. Do I need to uninstall from the Dell before I install on a recently purchased Apple Mac Pro? There are separate disks for Mac and PC in the package.

    Generally, it's ok to install on two machines as long as they are both yours and you only use one version at a time.
    BTW, this is the forum for Adobe Contribute.

  • I have Adobe Photoshop Elements 8 for Windows 7. I need to re-install it because my computer crashed. I saved the outer box, but I do not see a serial number and it is asking for it when I am trying to install the CD software. I went online, but the only

    I have Adobe Photoshop Elements 8 for Windows 7. I need to re-install it because my computer crashed. I saved the outer box, but I do not see a serial number and it is asking for it when I am trying to install the CD software. I went online, but the only serial number I see is when I registered the Photoshop Elements 2.0.

    The serial number will be on the disc case, not the outer box.  Find your serial number quickly

  • I have installed Premiere Elements 11 from a disc I bought from Amazon.  I keeps asking me to re-install or if it does start stops a few minutes after I start a project.  I have a windows 8.1 PC.  I have tried numerous times to install the program and als

    I have installed Premiere Elements 11 from a disc I bought from Amazon.  I keeps asking me to re-install or if it does start stops a few minutes after I start a project.  I have a windows 8.1 PC.  I have tried numerous times to install the program and also to open it as Administrator as suggested by a friend but it still refuses to work.  I need direct help from Adobe but don't know how to get to them on this website as they seem to rely on user forums to advise customers.

    WhiteHouse Norm
    This question is already being responded to in the following duplicate thread
    Premier elements 11 keeps stopping
    Please reply in the other thread which has a discussion in progress.
    Thank you.
    ATR

  • I bought a new laptop (Macbook) but the current installation files I have of Photoshop Elements 12 is for Windows, how can I change this? Or do I have to purchase an all new photoshopset?

    Can anyone help me with this question?
    I bought a new laptop (Macbook) but the current installation files I have of Photoshop Elements 12 is for Windows, how can I change this? Or do I have to purchase an all new photoshopset? I hope not because that would be really expensive.

    Really? That's extremely unusual. Have you looked at all the discs? In any case you can download the mac version here:
    Download Photoshop Elements products | 12, 11, 10

  • I have Photoshop and Elements 9, and im getting a new computer. I would like to put them on the new one. I tried my serial number but it didnt work.

    I have Photoshop and Elements 9, and im getting a new computer. I would like to put them on the new one. I tried my serial number but it didnt work. I dont know what to do?

    Error "The serial number is not valid for this product" | Creative Suite

  • I have Adobe Photoshop Elements 10 plus I create PDF files for work some are scan pdf docs. When I install Photoshop Elements 10 it DOES convert all the PDF files to Photoshop Elements-10 Docs. it even changes and shows the PSE-10 Icon. So I am alway inst

    I have Adobe Photoshop Elements 10 plus I create PDF files for work some are scan pdf docs. When I install Photoshop Elements 10 it DOES convert all the PDF files to Photoshop Elements-10 Docs. it even changes and shows the PSE-10 Icon. So I am alway installing PSE-10 or uninstalling it. If I send the  PDF file that has been automatically converted to a PSE-10 the person I send the file to can not open it because they do not have PSE-10. What can I do to stop PSE-10 from converting my PDF files? Don't tell me to upgrade PSE-10 I tried their on-line program and  it is too advance for a hobby photographer like myself and their Help Desk is impossible to reach.

    Hi,
    Can you please share the logs?
    You can use the Adobe  Log Collector tool (Log Collector Tool) and share the corresponding zip file @ [email protected]
    Thanks,
    Shikha

  • I have "chatted" with customer service 5 different times. I was sent here. I have activated Photoshop Elements 9 on two different iMacs. They are both dead and I am unable to get it to activate on my newest computer. iMac. Can anybody help me?

    I have "chatted" with customer service 5 different times. I was sent here. I have activated Photoshop Elements 9 on two different iMacs. They are both dead and I am unable to get it to activate on my newest computer. iMac. Can anybody help me?

    Unfortunately, only adobe can help you with that, as most people here are just posters such as your self and don't work for adobe.
    If you go here and use the Chat now button (bottom of page), they should get you up and running by resetting your activations.
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html

Maybe you are looking for

  • Removing white spaces

    Hie Guys, One of the columns in my report - "Status Description" contains few lines of white spaces before the contents of the cells are displayed. Example is given below. Can anyone tell me how I can remove those white spaces (function/formula)?  Th

  • Cisco ISE with cisco-av-pair

    Hi All I am deploying a Cisco ISE together with a WLC to provide guest services. After the authentication the users will be redirected to the device registration page, this is done via the radius attribute "cisco-av-pair = url-redirect=https://FQDN:8

  • Can anyone explain why my surface pro 3 will not accurately use the brush tool in adobe illustrator?

    My surface Pro 3 is amazing with photoshop but it cuts in and out using the brush tool in illustrator.  Does anyone know of a fix?

  • CLASSPATH in WindowsXP

    ok..im not a fool.. ive been programming in java for a while and I know the basics of setting up a classpath .. that being said.. My current class path under windows XP does not work. I can type SET CLASSPATH and have it display.. so i know its there

  • How do I check that my photos have synced from my phone to my mac air?

    I've not backed up my phone in ages so I backed it up and tried to sync a new playlist to it, then it came up saying "this iPhone is synced to another iTunes" and that I need to completely  erase my phone to be able to put one playlist on it.... I've