Cfdocument header bug?

Is this a bug?
cfdocumentsection is supposed to have their own header and
footer. This example mimics one in the documentation. I loop
through a simple counter from 1 to 4 and name each page, header and
footer with the loop number. But if you run this simple code, 4
pages of a PDF will be created, the pages will be 1 to 4, but every
pages' header and footer will say "5" on it..
<cfdocument pagetype="letter"
format="pdf"
filename="#variables.filePath#" overwrite="true"
>
<cfloop index="ctr" from="1" to="4">
<cfdocumentsection>
<cfoutput><h1>Page
#ctr#</h1></cfoutput>
<cfdocumentitem type="header">
<cfoutput>Header #ctr#</cfoutput>
</cfdocumentitem>
<cfdocumentitem type="footer">
<cfoutput>Footer #ctr#</cfoutput>
</cfdocumentitem>
</cfdocumentsection>
</cfloop>
</cfdocument>

Success! Upgrading to 8.0.1 fixed the header/footer issue.
It also seems to have really helped the layout stability of
the pdf as well. Before the scaling was unpredictable and changed
for each page.
Looks much better now, thanks!

Similar Messages

  • LiveCycle Designer 8.0 Table Header bug

    My dynamic form (8.0 dynamic XML form) has strange behavior with table headers.
    When rows are dynamically added to the table to make the table expand to a third page, the table headers become unstable. Once the table expands to the third page, if a row is added or removed, a new table header is added to the second page so the second page ends up having extra table headers.
    I have been using LiveCycle Designer 8.0 that came with Acrobat Professional 8.0.
    I have been using the Purchase Order.pdf, that came with Designer 8.0, as an example to create tables that can have rows added or removed dynamically. I checked the Purchase Order.pdf (8.0), and it also has the same buggy, table-header behavior.
    I then downloaded Acrobat Professional 9.0 which comes with LiveCycle Designer 8.2 and checked the Purchase Order.pdf that came with it.
    The Purchase Order.pdf (8.2) works correctly.
    I then compared the timestamps of the Purchase Order.pdf (8.0) and Purchase Order.pdf (8.2) and their XML source.
    The timestamps are different, Purchase Order.pdf (8.0) -10/17/2006 11:16 PM, Purchase Order.pdf (8.2) -5/23/2008 1:16 AM.
    The main difference in the XML source between the two versions is their
    Overflow-related tag.
    The Purchase Order.pdf (8.0) has
    The Purchase Order.pdf (8.2) has .
    I dont know about Designer 8.1, but the table-header bug is definitely fixed in Designer 8.2.
    Could someone please tell me what I need to install to fix this bug? Is there a service pack for Designer 8.0 or do I have to install Designer 8.2?
    I have seen workarounds for this bug in the forum, but creating a master page containing the table header for each table in the form seems to be an excessive hack.
    Thanks,
    Mike

    There is no patch .....if it is fixed in 8.2 then you will have to use that.

  • Possible cfdocument header/footer bug in CF8

    All-
    I'm experiencing a problem with header and footers containing
    dynamic/
    query variables in the header/footer text. The header and
    footer are
    sort of being cached or not being updated appropriately when
    a query
    variable is inserted into the content of the header or
    footer. The
    code below will generate a PDF with the header and footer
    duplicating
    the qryReps.rep_name from the last record across all document
    sections/pages.....its not showing the showing the correct
    qryReps.rep_name for
    the particular record in that loop. SO, if the last record in
    the
    query is "John Doe", the header on EVERY PAGE shows "Header:
    John
    Doe". Anyone have any ideas??? Any input would be
    appreciated!!!
    NOTE: RUNNING ON CF8

    This bug has been fixed and a hotfix for this will be
    released very soon. Stay tuned.

  • ITunes 10 clicking on column heading bug?

    I really hope this is a bug - but clicking on a column heading (Rating, Name Artist etc.) doesn't work properly. Clicking on a column heading is meant to sort that column from top to bottom, and takes your view to the top or the bottom of that column.
    So clicking Artists in iTunes 9 sorts Artist top to bottom, showing me...um.. ABBA. My selection stays where it was on whatever song I had selected. Clicking the heading again sorts the other way, and shows me the last alphabetical artist in my iTunes library.
    But with iTunes 10, it "works" differently: clicking on the heading sorts everything around your selection, leaving the selection in view. Clicking it again, sorts everything around your selection the other way. This makes clicking on headings pointless, does it not?
    Or is this some deliberate change?
    Merlin.

    I've had this issue, too. My podcasts now only display in broadcast order, and not grouped by podcast, which is annoying when you want to use the album art view (which even then isn't as useful, since they minimized the artwork to put the title and rating beside it...).

  • cfdocument CFPDF Bug?

    Running CF 8 with the hotfix, the following code does not
    work, although the documentation seems to imply that it should.

    h3echo wrote:
    ... adding a page header.
    The page header i want to add is pretty much a column header
    on each new page the table spans.
    You could do it like this. Ensure that the header table and
    the data table align, by using the same value for
    width. You would also use CSS later for finer positioning
    and styling.
    <cfdocument format="PDF">
    <cfdocumentitem type="header">
    <table width="80%">
    <tr>
    <th>ColHeader01</th>
    <th>ColHeader02</th>
    <th>ColHeader03</th>
    <th>ColHeader04</th>
    </tr>
    </table>
    </cfdocumentitem>
    <table width="80%">
    <cfloop from="1" to="100" index="i">
    <tr>
    <td>data1</td>
    <td>data2</td>
    <td>data3</td>
    <td>data4</td>
    </tr>
    </cfloop>
    </table>
    </cfdocument>

  • Header Bug during scrolling

    Hello everyone,
    I'm finishing to create the website for my enterprise Acl Process who propose aerials services by drones and others..
    Since 1 week, I see a problem with the header of my home page for the french version who's not appears into the english one.
    See as yourself by clicking on this link Acl Process La solution par le drone
    Just scroll down and you will see that in some internet browser, the header is like "cuted" at a moment and few scrolls after become again normal.
    The same page in english havn't this problem Acl Process  UAV |RPAS solution
    Is anyone have an idea about what could be the reason of this bug ?
    Thank you very much
    Clément

    UP !

  • Arrrgggh!  cfdocument font bug?

    I'm using cfdocument to create a pdf of a very simple html
    page that uses html entities (greek and math/scientific).
    Slight edits to the html completely change which entities (if
    any) actually show up in the PDF, at one time or another, virtually
    every character has shown up, so I believe the server font supports
    the characters.
    There seems to be no method to the madness. I have a test
    script running at CrystalTech (
    http://67.199.32.119/testpdf.cfm)
    that shows the html in a textarea, and creates a PDF if you submit
    it. If you try it, and then remove the table rows that contain
    entities that don't appear in the PDF and try again, you'll see a
    whole different set of entities don't show up! Whaaaat?
    Has anyone got an idea what's going on? I desperately need
    these entities in the PDF.

    I'm not sure if Times New Roman has all of the characters you
    need. If you specify "Lucida Sans Unicode", your server creates the
    correct PDF file.
    When I used Time New Roman in the CSS, the PDF file had
    Batang (a Korean font), Helvetica and TimesNewRomanPSMT. I'm not
    sure if this is a bug in cfdocument or what, but you can try
    creating a CSS class for your symbols if you do not want your whole
    document displayed in Lucida.
    Funny thing is that I have Lucida Sans Unicode installed in
    my Fonts folder but IE 7 doesn't display 20 or so of your symbols.
    Firefox is fine.
    Erik

  • ITunes 7 column header bug

    Here's a screenshot: http://img175.imageshack.us/img175/2452/picture1fs5.png
    Has anyone else noticed this problem?

    Glad to see I'm not alone in experiencing this issue. Anyone have any word on a fix?
    For what it's worth, this particular redraw issue is repeatable both on my new iMac and my elderly G3 iBook: I launch iTunes, hide it (⌘H), bring it back to the front, and, voila -- column-heading font redraw issues.
    iMac 20", G3 icebook   Mac OS X (10.4.8)   Mac user since 1981

  • CF8 cfdocuments new bugs (font size, bold, underline...)

    Hi
    I face the following problems after upgrading from CF 7.0.2
    to CF8 + Cumulative Hotfix 1 :
    - bold and underline generates white space around them if
    they are embedded in a sentence (i.e "this is <bold>bold text
    </bod> and it is fun")
    - font size behavior has changed, the text is now bigger. (My
    font-size: 12px is bigger than before)
    - when reducing it (i.e font-size: 11px) the bold/underline
    problem becomes the opposite : instead of white space, I have
    overlapping texts.
    We use a html 4.01 transitional doctype and CSS styles (i.e
    div class="myclass" and .myclass{..} in a separate css file)
    Any suggestion ?

    the cf8 cfdocument cumulative hotfix has been updated on Jan
    30 2008 -
    have you re-installed it?
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402584&sliceId=1
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • IMail Message Header "Bug"

    Is anyone having trouble with the message header formatting on iMail?
    The "To" and "From" fields appear to be laying ontop of the information on the content field directly below.
    Is there a patch? Or do I need to reinstall Tiger?
    Is this glitch due to my have an Intel iMac?
    Outside of this I simply love this machine.
    Thanks!

    Actually I fixed the problem this morning. For some reason uploading all those fonts actually disabled Helvetica. When I enabled Helvetica, it fixed the Message Header problem, but some the message text got garbled. I then went into the Helvetica family and disabled Helvetica Fractions. Now every thing is back to normal.
    I'm not which OSX needs but quite a few applications I have run into now look and work a lot better since Helvetica was enabled.

  • Acrobat Goes a Bit Weird in the Head Bug [ again? :) ]

    Ok, then. I open a document. The colors are a bit off.
    Well, well.. here we go again.
    I open the Acrobat preferences to check them.
    They look ok, so I don't change them. However,
    after I close the prefs window the colors change[1].
    The thing is, there are two ways of closing the
    window[2]. If I hit escape, the colors change.
    If I click cancel they don't. Err... lol?
    And I know what it is. If I've changed my monitor
    profile, Acrobat doesn't sense it when it is run.
    It only seems to notice when I hit escape as above.
    Man, this program's had more bugs than an entomologist's
    rucksack. I'm still in recovery after the "simulate black
    ink" fiasco.
    [1] I also click the document window. I think Acrobat
    gets a bit sleepy, so you need to nudge it like this
    once in a while :)
    [2] Actually 3 if you include "Ok". But if I'm not
    changing anything, I get a bit nervous about clicking
    that. You know, just in case I inadvertently changed
    some setting.

    You can try two options... One is a reset of your phone. Since your phone connects to all other WiFi sources except at home, a problem with the phone can be ruled out. The other option is to reset your WiFi router. Mostly a reset button will be provided either on the back or underside of the router. Try resetting the router. You may have to key in your connection settings again. If that doesn't work, upgrade the firmware of your router. That might solve the problem.
    blitZkid
    Nokia C7: Running on Nokia Belle
    "If I'm helpful in anyway, a click of appreciation on the star would be nice"

  • Links that automatically open in new window trigger firefox header bug (only happens when working in maximized state - see screenshot in details)

    http://img688.imageshack.us/img688/3849/tabtilebug.png

    nvm :)
    https://bugzilla.mozilla.org/show_bug.cgi?id=625367
    it's gonna be fixed in 4.0.1

  • CF8 cfdocument tag has a few new bugs

    This discusses two new bugs in CF8 having to do with footers
    in cfdocument.
    ***FIRST BUG***
    With CFMX7, I could define a new footer by putting a new
    <cfdocumentitem type="footer"> tag in each cfdocumentsection
    of my pdf report. Each could have a different string, e.g., so that
    the footer could tell the reader which chapter she is reading. This
    does not work in CF8. The chapter name that appears on all pages is
    the one defined in the last <cfdocumentitem type="footer">
    tag in the cfdocument. Now only the page number changes
    dynamically. Sample code:
    <cfdocument format="pdf" unit="in" pagetype="letter"
    marginbottom="0.8" marginleft="1" marginright="1"
    margintop="0.8"
    orientation="portrait" fontembed="yes" overwrite="yes"
    filename="pdfbugdemo2.pdf" pageheight="11" pagewidth="8.5"
    scale="100">
    <cfdocumentsection>
    <cfset footerContent="1. Introduction">
    <cfdocumentitem type="footer">
    <div style="float: left;">
    <cfoutput>#footerContent#</cfoutput>
    </div>
    <div style="float: right;">
    <cfoutput>#cfdocument.currentpagenumber#</cfoutput>
    </div>
    </cfdocumentitem>
    <h1>Introduction</h1>
    </cfdocumentsection>
    <cfdocumentsection>
    <cfset footerContent="2. Body of Document">
    <cfdocumentitem type="footer">
    <div style="float: left;">
    <cfoutput>#footerContent#</cfoutput>
    </div>
    <div style="float: right;">
    <cfoutput>#cfdocument.currentpagenumber#</cfoutput>
    </div>
    </cfdocumentitem>
    <h1>Body of Document</h1>
    </cfdocumentsection>
    </cfdocument>
    *** SECOND BUG ***
    In CF8, you cannot cfinclude the same template multiple times
    in a given template - you get an error (at least sometimes). A
    workaround is to make multiple copies of the template, each with a
    different name. This was not necessary in CFMX7. Sample code:
    <cfdocument format="pdf" unit="in" pagetype="letter"
    marginbottom="0.8" marginleft="1" marginright="1"
    margintop="0.8"
    orientation="portrait" fontembed="yes" overwrite="yes"
    filename="pdfbugdemo2.pdf" pageheight="11" pagewidth="8.5"
    scale="100">
    <cfdocumentsection>
    <cfset footerContent="1. Introduction">
    <cfinclude template="pdfbugfooter.cfm">
    <h1>Introduction</h1>
    </cfdocumentsection>
    <cfdocumentsection>
    <cfset footerContent="2. Body of Document">
    <cfinclude template="pdfbugfooter.cfm">
    <h1>Body of Document</h1>
    </cfdocumentsection>
    </cfdocument>
    where pdfbugfooter.cfm is:
    <cfdocumentitem type="footer">
    <div style="float: left;">
    <cfoutput>#footerContent#</cfoutput>
    </div>
    <div style="float: right;">
    <cfoutput>#cfdocument.currentpagenumber#</cfoutput>
    </div>
    </cfdocumentitem>

    re: If you claim didn't say that,
    No "if" about it - I made no such claim and never would -
    thats just you
    talking gibberish. Who in their right mind would say, or even
    suggest, that
    forums are not helpful. The only reason a forum exists in the
    first place is
    to be helpful!
    re: So what was your actual intention in the first place?
    Not sure you would undertsand, you seem to struggle to follow
    along. But
    just a hint for you - the forum posts, or quantity thereof,
    have been used
    by several people here, and by editors at sites such as
    sitepoint.com, as a
    metric to use to gague interest and activity. A metric only
    useful when
    taken in context with other pointers (job market, book
    market, number of
    classes still running, so on and so forth)
    Again, nobody has ever said forums are not useful or helpful
    - I suspect you
    knew that much but felt the need to throw some nonsense about
    in an attempt
    at an argument - failed didn't it?
    RE: Maybe they realized Ben Forta writes such a good books,
    they felt
    ashamed? :-)
    The O'Reilly audience is typically seasoned developers, hard
    core coders.
    Their books are a tough read for beginners and O'Reilly
    delibertately do not
    cater to this audeince with many of their titles. And to put
    it bluntly, the
    main bunch of people to ditch CF early on were these "hard
    core" types. I
    belive this as the only CF developers I know are actually
    more "designers"
    than developers - I know of no professional coder/developers
    that would
    touch CF. Thats just my personal observation, btw.
    re: From what I read, people are telling I'm right.
    Are you crazy? They are all, at least 95%, in agreemenst that
    Tim Buntel
    needs to pick up the marketing act before CF dies. Seriously,
    you do seem to
    struggle to follow along at times - suggest you actually
    read.
    re: CF has always been "dead" in many places.
    How can you always be dead, doesn't make sense! You have to
    have lived in
    order to die. There used to be hundreds of cf jobs advertised
    here in
    Australia every day, literally every day. Now you may see 3
    or 4 each week -
    mostly for migrating old cf sites to new asp.net or java
    sites. And there is
    no longer any CF classes advetised or held in nearly all
    states - they
    literally shut them down. I'm confident enough that the
    comment "CF is dead"
    is accurate.
    r: Maybe you should be answering those questions, since you
    seem to know
    they're true, and I haven't heard of any such things.
    I know the answers to all of those questions - becuase CF is
    dying. If CF
    were living, then none of those questions would have been
    asked.
    re: So you know they're not investing in one?
    Yes, I know that. They will never spend that kind fo money on
    coldfusion -
    it just wouldn't be vaible for them. We're darned lucky that
    still have
    small team of enginners to write tags around the java
    libraries and release
    new versions. They are not actually going to start
    "innovating" with CF in a
    market like this - and I don't blame them.
    "Fernis" <[email protected]> wrote in
    message
    news:[email protected]...
    > >I never said you can't get help on the forums. Where
    did you get that
    > >from?
    >
    > If you claim didn't say that, and if you didn't even
    mean that by saying
    > "Forum averages about 3 new posts a day and has very
    small community -
    > very
    > quiet.", why did you say such thing in the first place,
    if it's totally
    > irrelevant to all about getting help in the forums? So
    what was your
    > actual
    > intention in the first place? Are you not reading what
    other people are
    > saying
    > before responding? The rest of my post is really useless
    compared to the
    > finding that you just really do the trolling because you
    like nit-picking.
    > Unbelievable.
    >
    > >Why did O'Reilly pull their once popular CF book
    from print and refuse to
    > write any further CF books?
    >
    > Maybe they realized Ben Forta writes such a good books,
    they felt ashamed?
    > :-)
    > I mean, if they were popular as you said.
    >
    > >No, its not not. Go here -
    >
    http://techfeed.net/blog/index.cfm/2007/8/22/Open-Letter-to-Tim-Buntel
    > >- and see actual people tell you how wrong you are.
    >
    > From what I read, people are telling I'm right. So what
    *you* say is
    > downright
    > silly.
    >
    > >But you seemed to be thing that I based my whole
    argument that CF is weak
    > >and
    > dying
    > >( is already dead in many places)
    >
    > CF has always been "dead" in many places. And it's been
    dying for 10
    > years -
    > they say. So what's new? You just don't seem to
    understand that random
    > sites
    > switching ColdFusion for something else doesn't mean
    that at the same time
    > there are likely new adopters of ColdFusion. You just
    don't know about
    > them,
    > while you can more easily track if some of them go away.
    You don't
    > actually
    > have anything but blind guesses about what's happening.
    >
    > I'm seeing more CF frameworks pop up as ever before. And
    In Finland, I'm
    > seeing more ColdFusion hosting appear than ever before.
    >
    > >Why did MM/Adobe pull an entire team of employees
    out of Australia? Why
    > >did
    > >they stop printing ads in all of the trade
    magazines? Why did MM push PHP
    > >more than CF on their website?
    >
    > Maybe you should be answering those questions, since you
    seem to know
    > they're
    > true, and I haven't heard of any such things.
    >
    > > Why don't they invest in an IDE to atract all those
    developers out there
    > that like a complete RAD platform?
    > > So on and so forth???
    >
    > So you know they're not investing in one? And I thought
    DreamWeaver would
    > act
    > as one? Or third party products like CFEclipse? Or
    Adobe's IDE extensions
    > for
    > Eclipse? Sure, the CF IDE's lack behind the automation
    and insight
    > functionality of other IDEs, and that's something I'm
    hoping for too...
    > although I've always felt that strong IDEs are strictly
    necessary only for
    > programming languages where a huge number of
    non-user-defined libraries
    > and
    > classes are to be referenced. The level of automation in
    ColdFusion (lots
    > of
    > action with little code) make complex IDEs less
    important than with most
    > other
    > languages.
    >
    > -Ari Ferneilus
    >

  • [Patch 정보] TRACKING BUG FOR CUMULATIVE MLR#6 ON TOP OF BPEL PM 10.1.3.3.1

    최근에 출시된 BPEL PM 10.1.3.3.1의 통합패치입니다.
    아래는 readme.txt에 포함된 patch list입니다.
    # WARNING: Failure to carefully read and understand these requirements may
    # result in your applying a patch that can cause your Oracle Server to
    # malfunction, including interruption of service and/or loss of data.
    # If you do not meet all of the following requirements, please log an
    # iTAR, so that an Oracle Support Analyst may review your situation. The
    # Oracle analyst will help you determine if this patch is suitable for you
    # to apply to your system. We recommend that you avoid applying any
    # temporary patch unless directed by an Oracle Support Analyst who has
    # reviewed your system and determined that it is applicable.
    # Requirements:
    # - You must have located this patch via a Bug Database entry
    # and have the exact symptoms described in the bug entry.
    # - Your system configuration (Oracle Server version and patch
    # level, OS Version) must exactly match those in the bug
    # database entry - You must have NO OTHER PATCHES installed on
    # your Oracle Server since the latest patch set (or base release
    # x.y.z if you have no patch sets installed).
    # - [Oracle 9.0.4.1 & above] You must have Perl 5.00503 (or later)
    # installed under the ORACLE_HOME, or elsewhere within the host
    # environment.
    # Refer to the following link for details on Perl and OPatch:
    # http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=189489.1
    # If you do NOT meet these requirements, or are not certain that you meet
    # these requirements, please log an iTAR requesting assistance with this
    # patch and Support will make a determination about whether you should
    # apply this patch.
    # 10.1.3.3.1 Bundle Patch 6823628
    # DATE: March 14, 2008
    # Platform Patch for : Generic
    # Product Version # : 10.1.3.3.1
    # Product Patched : Oracle(R) SOA
    # Bugs Fixed by 10.1.3.3.1 Initial patch 6492514 :
    # Bug 5473225 - PATCH01GENESIS HOT UNABLE TO CATCH AN EXCEPTION DURING A
    # TRANSFORM
    # Bug 5699423 - PARTNERLINK PROPERTY THAT SET BPELXPROPERTY FUNCTION DOESN'T
    # WORK
    # Bug 5848272 - STATEFUL WEBSERVICES DEMO ON OTN DOES NOT WORK 10.1.3.1
    # Bug 5872799 - ANT DEPLOY BPEL TEST FAILS/RUNS ON DEFAULT DOMAIN NOT
    # SPECIFIED TARGET DOMAIN
    # Bug 5883401 - ALLOW A WAY TO CREATE EMPTY NODES - AND USE FOR REQUIRED
    # NODES
    # Bug 5919412 - SAMPLE DEMO BPEL PROCESSES MIMESERVICE MIMEREQUESTER AXIS
    # JAVA EXAMPLE ERROR
    # Bug 5924483 - ESB SHOULD SUPPORT SOAP EDNPOINT LOCATION DYNAMIC UDDI LOOKUP
    # Bug 5926809 - ORAPARSEESCAPEDXML XPATH EXPRESSION FAILED TO EXECUTE
    # FOTY0001 TYPE ERROR
    # Bug 5937320 - STRANGE BEHAVIOUR CALLING FROM BPEL TO BPEL GETTING
    # NULLPOINTEREXCEPTION.
    # Bug 5944641 - BPA BLUEPRINT NOT AVAIALBLE IN JDEVELOPER
    # Bug 5945059 - JAVA.LANG.NULLPOINTEREXCEPTION SENDING EMAILS WITH PAYLOADS
    # LARGER THAT 1MB
    # Bug 5962677 - WS RESPONSE IS EMPTY SOAP BODY IN ONE-WAY CALL
    # Bug 5963425 - WHEN THE OUTCOMES FOR A HT CHANGED & IMPORTED - UPDATE
    # CONNECTION ROLES IN BPEL
    # Bug 5964097 - AQ ADAPTER DEPLOYMENT CAUSES OPMN TO PERFORM A FORCEFUL
    # SHUTDOWN IN SOA
    # Bug 5971534 - CANNOT GRANT USER TASK VIEWS TO GROUPS, ONLY TO USERS.
    # Bug 5989367 - REFER TO SR 6252219.993 BPEL 10.1.3 ONLY COPIES IN ASSIGN,
    # IN 10.1.2 IT CREATES
    # Bug 5989527 - ENHANCEMENT WARNING SHOULD BE GIVEN UPON UPLOAD IF BPEL
    # PROCESS IS OPEN IN ARIS
    # Bug 5997936 - ESB FAULT DOES NOT GET PROPAGATED TO BPEL
    # Bug 6000575 - PERF NEED ESB PURGE SCRIPT TO PURGE BY DATE AND PROCESS
    # Bug 6001796 - POSTING OF DATE RECEIVED FROM XML GATEWAY TO BPEL FAILED IN
    # ESB
    # Bug 6005407 - BPEL PROCESS DOESN'T PROPOGATE FAULT THROWN BY BPEL
    # SUB-PROCESS
    # Bug 6017846 - MIMETYPE OF EMAIL NOTIFICATION IS NOT SET THROUGH HUMAN TASK
    # Bug 6027734 - DECISION SERVICE IMPORT - LOCATING DECISION SERVICE IN .DECS
    # FILE IMPROPER
    # Bug 6028985 - EXCEEDED MAXIMUM NUMBER OF SUBSCRIBERS FOR QUEUE
    # ORAESB.ESB_CONTROL
    # Bug 6041508 - CREATING/UPDATING DVM CAUSE EXCEPTION
    # Bug 6053708 - FTP ADAPTER DOES NOT SUPPORT ENCRYPTED PASSWORD IN
    # OC4J-RA.XML
    # Bug 6054034 - INDEX4,INDEX5 AND INDEX6 CANNOT BE USED IN BPEL CONSOLE
    # Bug 6068801 - BACKPORT OF BPEL ON WEBLOGIC - VERSION 10.1.3.3
    # Bug 6070991 - HT EXPORT DOES NOT EXPORT PARAMETERS, ALLOW PARTICIPANTS TO
    # INVITE OTHERS
    # Bug 6071001 - WSIF HTTP BINDING NOT WORKING FROM ESB
    # Bug 6073311 - STRESS SCOPE NOT FOUND ON CALLBACK - WRONG (DUPE)
    # SUBSCRIPTION IN TABLE
    # Bug 6081070 - JMS ADAPTER REJECTION HANDLER CREATE 0 BYTE FILES
    # Bug 6083419 - DECISION SERVICE SCOPE NEED TO HAVE A SPECIAL INDICATOR
    # Bug 6085799 - HUMAN TASK ADDED IN SCOPE IN JDEV IS NOT UPDATED TO BPA
    # SERVER
    # Bug 6085933 - EXPORT AND EXPLORE SHOULD USE USER LANGUAGE AND NOT ENGLISH
    # ALWAYS
    # Bug 6086281 - STRING INDEX OUT OF RANGE ERROR FOR COBOL COPYBOOK WITH PIC
    # CLAUSE HAVING S
    # Bug 6086453 - DOMAINS CREATED IN A CLUSTER GETS NOT PROPAGATED TO NEW OR
    # EXISTING NODES
    # Bug 6087484 - MULTIPLE HEADER SETTING CAUSES ESB EXCEPTION
    # Bug 6087645 - ESB SHOULD ALLOW USER PICK RUNTIME PROTOCOL (HTTP/HTTPS)
    # Bug 6110231 - TRANSLATION NOT BASED ON MQ CCSID CHARSET
    # Bug 6120226 - BPEL IS NOT SETTING THE APPS CONTEXT CORRECTLY
    # Bug 6120323 - COMPLETIONPERSISTPOLICY ON DOMAIN LEVEL HAS DISAPPEARED
    # Bug 6125184 - ESB JMS SESSION ROLLBACK ORACLE.JMS.AQJMSEXCEPTION
    # Bug 6127824 - [AIA2.0] CURRENT XREF IMPLEMENTATION IS MISSING REQUIRED
    # INDEXES ON XREF SCHEMA
    # Bug 6128247 - HTTPCONNECTOR POST() METHOD SHOULD RAISE EXCEPTION FOR ALL
    # STATUS CODES EXCEPT 2
    # Bug 6131159 - ENABLE USERS TO CHOOSE XSD WHEN CREATING A BPEL PROCESS FROM
    # BLUE PRINT
    # Bug 6132141 - PROCESS_DEFAULT TABLE STILL CONTAINS INFORMATION FROM
    # UNDEPLOYED PROCESSES
    # Bug 6133190 - ENABLING ESB CONSOLE HTTP/S IS MAKING THE CONSOLE TO COME UP
    # BLANK.
    # Bug 6139681 - BPEL WSDL LINK IN CLUSTERED RUNTIME POINTS TO A SINGLE NODE
    # Bug 6141259 - BASICHEADERS NOT PUTTING WWW-AUTHENTICATE HEADERS FOR HTTP
    # BINDING IN BPEL
    # Bug 6148021 - BPEL NATIVE SCHEMA FOR COBOL COPYBOOK WITH IMPLIED DECIMAL
    # LOSES DIGIT IN OUTPUT
    # Bug 6149672 - XOR DATA - CONDITION EXPRESSION SPECIFICATION IS NOT
    # INTUITIVE IN BPMN MODELS
    # Bug 6152830 - LOSING CONDITIONAL EXPRESSIONS CREATED IN JDEV UPON MERGE
    # Bug 6158128 - BASICHEADERS NOT PUTTING WWW-AUTHENTICATE HEADERS FOR HTTP
    # BINDING
    # Bug 6166991 - WHEN STARTING SOA SUITE,, PROCESSES FAIL DUE TO UNDEFINED
    # WSDL
    # Bug 6168226 - LOCATION-RESOLVER EXCEPTION THROWN IN OPMN LOGS
    # Bug 6187883 - CHANGES FOR BPEL RELEASE ON JBOSS- VERSION 10.1.3.3
    # Bug 6206148 - [AIA2.0] NEW FUNCTION REQUEST, XREFLOOKUPPOPULATEDCOLUMNS()
    # Bug 6210481 - BPEL PROCESS WORKS INCORRECTLY WHEN AN ACTIVITY HAS MULTIPLE
    # TRANSITIONCONDITION
    # Bug 6240028 - WEBSERVICE THAT DOES NOT CHALLENGE FOR BASIC CREDENTIALS
    # CANNOT BE INVOKED
    # Bug 6257116 - MULTIPLE HEADER SETTING CAUSES ESB EXCEPTION
    # Bug 6258925 - MESSAGE RECEIVED BY THE TARGET ENDPOINT VIA HTTP POST IS
    # MISSING THE XML HEADER
    # Bug 6259686 - TOO MANY UNNECESSARY WORKFLOW E-MAIL NOTIFICATIONS GENERATED
    # Bug 6267726 - 10.1.3.3 ORACLE APPLICATIONS ADAPTER - NOT ABLE TO CAPTURE
    # BUSINESS EVENT
    # Bug 6272427 - WEBSPHERE BPEL FAILS FOR DATA RETRIEVAL OF SIZE 500+ KB
    # Bug 6276995 - MERGE SCOPE NAME IS NOT UPDATED WHEN CHANGED IN THE SERVER
    # Bug 6280570 - XPATH EXPRESSION ERROR IN MEDIATOR FOR ASSIGNING USER-DEFINED
    # CONTEXT VALUES
    # Bug 6282339 - RETRYCOUNT DOES NOT WORK PROPERLY
    # Bug 6311039 - ONE RECORD IS INSERTED TO SYNC_STORE IF
    # COMPLETIONPERSISTPOLICY SET TO FAULTED
    # Bug 6311809 - [AIA2.0] NON-RETRYABLE ERRORS ARE NOT POSTED ON ESB_ERROR
    # TOPIC
    # Bug 6314784 - THE PRIORITY DEFINED IN THE BPA SUITE IS NOT TRANSFERRED TO
    # THE JDEV CORRECTLY
    # Bug 6314982 - THREADPOOL RACE CONDITION IN ADAPTER INITIALIZATION MESSAGES
    # NOT PROCESSED
    # Bug 6315104 - (SET)CLASSNAME MISSING IN TSENSOR JAXB OBJECTS
    # Bug 6316554 - CONSUME FUNCTIONALITY OF JMS ADAPTER FOR BEA WEBLOGIC DOES
    # NOT WORK
    # Bug 6316950 - FILEADAPTER HARPER ENHANCEMENTS SYNC WRITE AND CHUNKED
    # INTERACTION SPEC
    # Bug 6317398 - THE ICON FOR COMPUTING DIFFERENCE IS MISSING IN JDEV REFRESH
    # FROM SERVER DIALOG
    # Bug 6320506 - IMPORT FAILS WHEN THERE IS AN UNNAMED CASE
    # Bug 6321011 - CANNOT PROCESS 0 BYTE FILE USING FTP ADAPTER
    # Bug 6325749 - TRACKING BUG FOR TRACKING ADDITIONAL CHANGES TO BUG #6032044
    # Bug 6328584 - NEED A NEW XPATH EXPRESSION TO GET ATTACHMENT CONTENT VIA
    # SOAP INVOKATION
    # Bug 6333788 - COLLAPSING OF CONSECUTIVE ASSIGN TASKS BREAKS BAM SENSOR
    # Bug 6335773 - BUILD.XML CONTAINS DO NOT EDIT .. - WHILE <CUSTOMIZE> TASK
    # MUST BE IN <BPELC>
    # Bug 6335805 - AQ ADAPTER OUTBOUND DOESN'T RECONNECT AFTER FAILURE
    # Bug 6335822 - [AIA2.0] PSRPERFESB - RUNTIME DVM PERFORMANCE OVERHEAD IN ABS
    # USE CASE
    # Bug 6339126 - CHECKPOINT BPEL JAVA METHOD DOESN'T WORK IN BPEL 10.1.3.3
    # Bug 6342899 - OUTLINECHANGE.XML NOT UPDATE WITH ACTIVITY FROM NEW BRANCH
    # Bug 6343299 - ESB CONCRETE WSDL NAMESPACE SHOULD BE DIFFERENT FROM IMPORTED
    # WSDL NAMESPACE
    # Bug 6372741 - DEHYDRATION DATABASE KEEPS GROWING IN 10.1.3.3
    # Bug 6401295 - NXSD SHOULD SUPPORT ESCAPING THE TERMINATED/QUOTED/SURROUNDED
    # DELIMITERS
    # Bug 6458691 - DIST DIRECTORY FOR 10.1.3.3.1 NEEDS UPDATE
    # Bug 6461516 - BPEL CONSOLE CHANGES FOR DISPLAYING RELEASE 10.1.3.3.1
    # Bug 6470742 - CHANGE THE VERSION NUMBER AND BUILD INFO IN ABOUT DIALOG IN
    # ESB
    # BUG ADDED IN MLR#1, 6671813 :
    # Bug 6494921 - ORABPEL-02154 IF LONG DOMAIN AND SUITECASE NAMES IN USE
    # BUGS ADDED IN MLR#2, 6671831 :
    # Bug 6456519 - ERROR IN BPEL CONSOLE THREADS TAB:SERVLETEXCEPTION CANNOT GET
    # DISPATCHER TRACE
    # Bug 6354719 - WHICH JGROUP CONFIGURATION PARAMETER IMPACTS BPEL CLUSTER
    # ACTIVITY
    # Bug 6216169 - SCOPE NOT FOUND ERROR WHILE DELIVERING EXPIRATION MESSAGE OF
    # ONALARM
    # Bug 6395060 - ORA-01704 ON INSERTING A FAULTED INVOKE ACTIVITY_SENSOR
    # Bug 6501312 - DEHYDRATION DATABASE KEEPS GROWING IN 10.1.3.3 #2
    # Bug 6601020 - SEARCHBASE WHICH INCLUDES PARENTHESIS IN THE NAMES DOES NOT
    # WORK
    # Bug 6182023 - WAIT ACTIVITY FAILS TO CONTINUE IN CLUSTER WHEN PROCESSING
    # NODE GOES DOWN
    # BUGS ADDED IN MLR#3, 6723162 :
    # Bug 6725374 - INSTANCE NOT FOUND IN DATASOURCE
    # Bug 4964824 - TIMED OUT IF SET CORRELATIONSET INITIATE YES IN REPLY
    # ACTIVITY
    # Bug 6443218 - [AIA2.0]BPEL PROCESS THAT REPLIES A CAUGHT FAULT AND THEN
    # RETHROWS IT IS STUCK
    # Bug 6235180 - BPPEL XPATH FUNCTION XP20 CURRENT-DATETIME() IS RETURNING AN
    # INCORRET TIME
    # Bug 6011665 - BPEL RESTART CAUSES ORABPEL-08003 FAILED TO READ WSDL
    # Bug 6731179 - INCREASED REQUESTS CAUSE OUTOFMEMORY ERRORS IN OC4J_SOA WHICH
    # REQUIRES A RESTART
    # Bug 6745591 - SYNC PROCESS <REPLY> FOLLOWED BY <THROW> CASE CAUSING
    # OUTOFMEMORY ERRORS
    # Bug 6396308 - UNABLE TO SEARCH FOR HUMAN TASK THAT INCLUDES TASK HISTORY
    # FROM PREVIOUS TASK
    # Bug 6455812 - DIRECT INVOCATION FROM ESB ROUTING SERVICE FAILS WHEN CALLED
    # BPEL PROCESS
    # Bug 6273370 - ESBLISTENERIMPL.ONFATALERROR GENERATING NPE ON CUSTOM ADAPTER
    # Bug 6030243 - WORKFLOW NOTIFICATIONS FAILING WITHOUT BPELADMIN USER
    # Bug 6473280 - INVOKING A .NET 3.0 SOAP SERVICE EXPOSED BY A ESB ENDPOINT
    # GIVES A NPE
    # BUGS ADDED IN MLR#4, 6748706 :
    # Bug 6336442 - RESETTING ESB REPOSITORY DOES NOT CLEAR DB SLIDE REPOSITORY
    # Bug 6316613 - MIDPROCESS ACTIVATION AGENT DOES NOT ACTIVATED FOR RETIRED
    # BPEL PROCESS
    # Bug 6368420 - SYSTEM IS NOT ASSIGNING TASK FOR REAPPROVAL AFTER REQUEST
    # MORE INFO SUBMITTED
    # Bug 6133670 - JDEV: UNABLE TO CREATE AN INTEGRATION SERVER CONNETION WHEN
    # ESB IS ON HTTPS
    # Bug 6681055 - TEXT ATTACHMENT CONTENT IS CORRUPTED
    # Bug 6638648 - REQUEST HEADERS ARE NOT PASSED THROUGH TO THE OUTBOUND HEADER
    # Bug 5521385 - [HA]PATCH01:ESB WILL LOSE TRACKING DATA WHEN JMS PROVIDER IS
    # DOWN
    # Bug 6759068 - WORKLIST APPLICATION PERFORMANCE DEGRADATION W/ SSL ENABLED
    # FOR BPEL TO OVD
    # BUGS ADDED IN MLR#5, 6782254 :
    # Bug 6502310 - AUTOMATED RETRY ON FAILED INVOKE WITH CORRELATIONSET INIT
    # FAILS
    # Bug 6454795 - FAULT POLICY CHANGE NEEDS RESTART OF BPEL SERVER
    # Bug 6732064 - FAILED TO READ WSDL ERROR ON THE CALLBACK ON RESTARTING BPEL
    # OC4J CONTAINER
    # Bug 6694313 - ZERO BYTE FILE WHEN REJECTEDMESSAGEHANDLERS FAILS
    # Bug 6686528 - LINK IN APPLICATION.XML FILES CHANGED TO HARD LINKS WHEN MORE
    # THAN 1 HT PRESENT
    # Bug 6083024 - TEXT AND HTML DOC THAT RECEIVED AS ATTACHMENTS WERE EITHER
    # BLANK OR GARBLED
    # Bug 6638648 - REQUEST HEADERS ARE NOT PASSED THROUGH TO THE OUTBOUND HEADER
    # Bug 6267726 - 10.1.3.3 ORACLE APPLICATIONS ADAPTER - NOT ABLE TO CAPTURE
    # BUSINESS EVENT
    # Bug 6774981 - NON-RETRYABLE ERRORS ARE NOT POSTED ON ESB_ERROR TOPIC
    # Bug 6789177 - SFTP ADAPTER DOES NOT SUPPORT RENAMING FILES
    # Bug 6809593 - BPEL UPGRADE TO 10.1.3.3.1 WITH ESB CALLS FAILS DUE TO
    # CACHING OF PLNK - SERVICE
    # BUGS ADDED IN MLR#6, 6823628 :
    # Bug 6412909 - <BPELX:RENAME> DOES NOT ADD XMLNS DECLARATION AUTOMATICALLY
    # Bug 6753116 - OUTPUT FROM HUMAN TASK IS NOT IS NOT CONSISTENT WITH
    # SCHEMA
    # ORDERING
    # Bug 6832205 - BAD VERIFICATIONSERVICE PERFORMANCE IF LDAP SERVICE HAS HUGE
    # DATA
    # Bug 6189268 - CALLING BPEL PROCESS VIA SOAP FROM ESB FAILS WITH
    # NAMENOTFOUNDEXCEPTION
    # Bug 6834402 - JMS ADAPTER IMPROPERLY CASTS XAQUEUESESSION TO QUEUESESSION
    # Bug 6073117 - TASK SERVICE DOESN'T RENDER THE TASK ACTIONS
    # Bug 6054263 - REUSING SOAP WSDL IN RS CAUSES SOAP ACTION'S NS TO BE
    # STRIPPED
    # AWAY
    # Bug 6489703 - ESB: NUMBER OF LISTENERS > 1 GIVES JMS EXCEPTION UNDER STRESS
    # Bug 5679542 - FTP ADAPTER: COULD NOT PARSE TIME:
    # JAVA.LANG.STRINGINDEXOUTOFBOUNDSEXCEPTION
    # Bug 6770198 - AQ ACTIVATIONINSTANCES >1 DOESN'T WORK IN ESB
    # Bug 6798779 - ESB ROUTING RULES CORRUPTED ON RE-REGISTERING WITH ROUTING
    # ORDER
    # IN WSDL CHANGED
    # Bug 6617974 - BACKPORT REQUEST FOR MOVING FILES FUNCTION OF FTP ADAPTER
    # Bug 6705707 - VALIDATION ON ESB CAN'T HANDLE NESTED SCHEMAS
    # Bug 6414848 - FTP ADAPTER ARCHIVE FILENAME FOR BPEL IS BEING SCRAMBLED
    # AFTER
    # THE 10.1.3.3 UPGR
    # Bug 5990764 - INFORMATION ARE LOST WHEN BPEL PROCESS IS POLLING FOR MAILS
    # WITH
    # ATTACHEMENTS
    # Bug 6802070 - ORA-12899 SUBSCRIBER_ID/RES_SUBSCRIBER COLUMN SMALL FOR LONG
    # DOMAIN AND PROCESS
    # Bug 6753524 - WRONG SERVICE ENDPOINT OPEN WHEN TEST WEB SERVICE OF ESB
    # Bug 6086434 - PROBLEM IN BPEL FILE ADAPTER WHILE READING A FIXED LENGTH
    # FILE
    # Bug 6823374 - BPEL 10.1.3.3.1 BAM SENSOR ACTION FAILS WITH BAM 11
    # Bug 6819677 - HTTS STATUS 202 RETURNED INSTEAD OF SOAP FAULT
    # Bug 6853301 - MQ ADAPTER REJECTED MESSAGES IS NOT REMOVED FROM THE RECOVERY
    # QUEUE
    # Bug 6847200 - 10.1.3.3.1 PATCH (#6748706) HAS STOPPED FTP ADAPTER POLLING
    # IN
    # SFTP MODE
    # Bug 6895795 - AQ OUTBOUND DOESN'T WORK WITH MLR#6
    업무에 참고하시기 바랍니다.

    David,
    You are right, theer are some changes incorporated in the latest MLR # 16 on the configurations files and on the dehydration store metrics(such as performance, fields,..).
    However, I would not suggest to continue working on olite, even for Development/Test purposes as you might get stuck with strange errors...and the only solution would be to re-install SOA Suite if your olite gets corrupted. There might be ways to gets your olite back to position, but trust me..its not so simple.
    Also, when you develop and stress test all your testcase scenarios in an TEST Adv installation, its simple to mimic the same in actual production box, as you exactly know its behavior.
    So, go for a brand new SOA 10.1.3.4 MLR # 5 (or) 10.1.3.3.1 MLR # 16 SOA Suite Advanced installation with Oracle DB 10.2.0.3 as its dehydration store.
    Hope this helps!
    Cheers
    Anirudh Pucha

  • RTF Header Rows Repeat in eBus BI Publisher (5.6.3)

    Hi,
    I have been struggling to get the Header Rows Repeat functionality working when generating RTF output with the eBus integrated BI Publisher - currently eBus 11.5.10.2 with ATG H RUP 7. The "How to Determine the Version of Oracle XML Publisher for Oracle E-Business Suite 11i and Release 12" Note (362496.1) doesn't provide anything more specific than 5.6.3. Based on the "Naming and Versioning" sticky note from Tim, I think this is equivalent to 10.1.3.2.
    According to http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10416/bip_misc_101333.htm, this functionality is not available until BI Publisher 10.1.3.3.3.
    To "Overview of Available Patches for Oracle XML Publisher (embedded in Oracle E-Business Suite)" Note (1138602.1) does not list any stand alone patch which seems to be refer to this functionality.
    Can someone tell me if this Header Rows Repeat in RTF output functionality available with the eBus integrated BI Publisher? Or do I need to log an SR?
    theFurryOne
    Edited by: thefurryone on Sep 14, 2010 5:01 PM

    Hi Tim,
    Thanks for that - the 7487412 readme doesn't say anything about the RTF header bug fix being included, but the Bugs Resolved by this Patch lists 6270261 (ER: RTF Output to support set Table Header Report, Table Row Keep-Together).
    Patch # 7487412 is only available in R12, but with the specific ER number, I was able to find Note # 861915.1 (I couldn't it find with my keyword search) and this note indicates that 11i patch # 7702372 should resolve the problem for me in 11i (and it's readme explicitly documents 6270261 as being fixed by the patch).
    Thanks again,
    theFurryOne

Maybe you are looking for