ORACLE in XML component

Any suggestions please.
I have just discovered the XML component and have some work which I want to do with XML.
Is it possible to get the style sheet to work on the result of the <ORACLE></ORACLE> action?
Can it do anything with this sort of instruction:
<xsl:template match="oracle"> <!--processing for each record-->
<ul><xsl:value-of select="oracle"/></ul></xsl:template>
or only print out the contents of this sort of instruction:
<xsl:for-each select="product"> <!--each product-->
<td><xsl:value-of select="ORACLE"/>
</td></xsl:for-each>
Can I use this component to work on a result of a SQL command in any way?

If am not wrong, you want the style sheet should be re-applied on the resultant output of Oracle tags.
Yha, that is known issue filed for the future releases of Portal.
But currently, it is not supported.
Thanks,
Balakrishnan.

Similar Messages

  • Oracle.j2ee.xml.XMLMessages warningException

    I installed JDeveloper & tried some ADF component. While running with OC4J I am getting this error.
    oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    Jul 11, 2008 10:49:25 AM oracle.oc4j.util.SystemLog log
    SEVERE: Server start failed processing configuration
    java.security.AccessControlException: access denied ( CredentialAccessPermission credstoressp.credstore.default.systemuser read)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         at java.security.AccessController.checkPermission(AccessController.java:427)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:256)
         at oracle.security.jps.util.JpsAuth$Diagnostic.checkPermission(JpsAuth.java:180)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$6.checkPermission(JpsAuth.java:280)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:315)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:338)
         at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:527)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.getCredential(SspCredentialStore.java:412)
         at oracle.security.jps.fmw.util.JpsFmwUtil.findSystemUser(JpsFmwUtil.java:218)
         at oracle.security.jps.fmw.JpsUserManager.init(JpsUserManager.java:235)
         at oracle.security.jps.fmw.JpsUserManager.<init>(JpsUserManager.java:247)
         at oracle.security.jps.fmw.JpsUserManagerFactory$JpsUserManagerFactoryI.create(JpsUserManagerFactory.java:252)
         at com.evermind.server.deployment.UserManagerConfig$JAZN.construct(UserManagerConfig.java:635)
         at com.evermind.server.deployment.UserManagerConfig.delegatee(UserManagerConfig.java:253)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.server.XMLApplicationServerConfig.setPassword(XMLApplicationServerConfig.java:3157)
         at com.evermind.server.XMLApplicationServerConfig.<init>(XMLApplicationServerConfig.java:244)
         at com.evermind.server.ApplicationServer.createConfig(ApplicationServer.java:648)
         at oracle.oc4j.server.ServerFactory$Worker.prepareConfig(ApplicationServerFactory.java:201)
         at oracle.oc4j.server.ServerFactory$Worker.start(ApplicationServerFactory.java:220)
         at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:235)
         at java.lang.Thread.run(Thread.java:595)
    Jul 11, 2008 10:49:25 AM oracle.oc4j.util.SystemLog logNoStack
    SEVERE: Server exiting: ApplicationServer entered state EXITING
    Process exited.
    Debugger disconnected from local process.

    I'm using 11g TP4 on Windows Vista Home Premium. This is my first time crying out for help in any forum (after 19 years of development) so I'm really desparate for help. I'm new to JAVA development and JDeveloper; hence a lot of this stuff is greek to me.
    I did post in the JDeveloper forum and John Stegeman re-directed me to the "JDeveloper and OC4J 11g Technology Preview" forum.
    I was leaning more toward an operating system issue since 11g TP4 works just fine on my Windows XP SP2 desktop. It is just so slow on it (504 MB of RAM) that I decided to run it on my laptop (3062 MB of Ram) where the performance is awesome, but I can't test a damn thing since I can't get the embedded server to work/start. Just hoping others have solved this issue and can pass that knowledge on to others.
    Carolyn

  • XML Structure in XML Component

    Hi,
    I'm trying to build an XML component in Portal 9.0.2.
    What I need to know is the structure of the XML generated by SQL placed inside the <ORACLE> tags so I can parse it with the XSL style sheet.
    All the examples I've seen (about 2) show the sql coming out in one lump in a table, but I want to be able to parse individual columns from the SQL. All I seem to get is a default presentation of the data.
    Any Ideas ?

    Hi,
    This is not possible currently. There is an enhancement filed for this.
    Thanks,
    Sharmila

  • Multiple DataControls - oracle.bali.xml.model.XmlInvalidOnCommitException

    I have an ADF BC/Faces application with 2 model projects, each having their own app module so I can connect to 2 different schemas for different pages. I am seeing multiple data controls appear in the DC palette - why? In DataBindings.cpx there are only 2 data controls.
    For example, I just added a new view to one AM. It appeared in the DC palette under a new DataControl (AppModuleDataControl3) instead of in the existing DataControl for that AM. When I dragged from the view to the page, I got "could not complete findOrCreateDataControlInApplication because it would result in an invalid document." The full error is below.
    The only unusual thing I can think of is that I am using AM configurations with JDBC DataSource for the connection type. My Jdev version is 10.1.3.3.
    oracle.bali.xml.model.XmlInvalidOnCommitException: SEVERE: Required attribute Configuration missing from element BC4JDataControl [ node = BC4JDataControl ]
    <dataControlUsages>
    <BC4JDataControl id="AppModuleDataControl" Package="com.guideworkstv.ibo.model" FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl" SupportsTransactions="true" SupportsFindMode="true" SupportsRangesize="true" SupportsResetState="true" SupportsSortCollection="true" Configuration="AppModuleLocal1" syncMode="Immediate" />
    <BC4JDataControl id="WebStageAppModuleDataControl" Package="com.guideworkstv.ibo.webstagemodel" FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl" SupportsTransactions="true" SupportsFindMode="true" SupportsRangesize="true" SupportsResetState="true" SupportsSortCollection="true" Configuration="WebStageAppModuleLocal1" syncMode="Immediate" />
    <BC4JDataControl id="AppModuleDataControl3" Package="com.guideworkstv.ibo.model.webstage.entities" FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl" SupportsTransactions="true" SupportsFindMode="true" SupportsRangesize="true" SupportsResetState="true" SupportsSortCollection="true" syncMode="Immediate" />
    </dataControlUsages>
         at oracle.bali.xml.model.XmlModel._validateSubtree(XmlModel.java:3353)
         at oracle.bali.xml.model.XmlModel._validateDocument(XmlModel.java:3264)
         at oracle.bali.xml.model.XmlModel.__precommitTransaction(XmlModel.java:2684)
         at oracle.bali.xml.model.XmlContext.__precommitTransaction(XmlContext.java:1519)
         at oracle.bali.xml.model.XmlContext.__commitTransaction(XmlContext.java:1549)
         at oracle.bali.xml.model.XmlModel.__requestCommitTransaction(XmlModel.java:2717)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:575)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:555)
         at oracle.bali.xml.model.task.StandardTransactionTask.__commitWrapperTransaction(StandardTransactionTask.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.runTaskUnderTransaction(JDevTransactionManager.java:61)
         at oracle.adf.dt.managers.ApplicationManager.findOrCreateDataControlInApplication(ApplicationManager.java:572)
         at oracle.adf.dt.managers.IteratorManager.initializeIteratorBindingProperties(IteratorManager.java:419)
         at oracle.adf.dt.managers.IteratorManager.createIteratorInstance(IteratorManager.java:401)
         at oracle.adf.dt.managers.IteratorManager.findOrCreateIterator(IteratorManager.java:245)
         at oracle.adf.dt.dbpanel.DataBindingManager$2.run(DataBindingManager.java:965)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager$3.performTask(JDevTransactionManager.java:116)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:167)
         at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:98)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager.fetchUnderTransaction(JDevTransactionManager.java:110)
         at oracle.adf.dt.dbpanel.DataBindingManager.findOrCreateIteratorBinding(DataBindingManager.java:986)
         at oracle.adf.dt.dbpanel.DataBindingManager$1.run(DataBindingManager.java:1033)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager$3.performTask(JDevTransactionManager.java:116)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:167)
         at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:98)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager.fetchUnderTransaction(JDevTransactionManager.java:110)
         at oracle.adf.dt.dbpanel.DataBindingManager.createControlBinding(DataBindingManager.java:1111)
         at oracle.adf.dt.dbpanel.DataBindingManager.createControlBinding(DataBindingManager.java:996)
         at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.createControlBinding(ADFBindingUtils.java:99)
         at oracle.adfdtinternal.view.faces.binding.provider.ADFIteratorModelProvider.getTableBinding(ADFIteratorModelProvider.java:338)
         at oracle.adfdtinternal.view.faces.binding.provider.ADFIteratorModelProvider.getIteratorBindingExpression(ADFIteratorModelProvider.java:83)
         at oracle.adfdtinternal.view.faces.binding.binder.ADFCustomTableBinder.bind(ADFCustomTableBinder.java:78)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo._bindDocumentFragment(XmlBasedCreatorInfo.java:483)
         at oracle.adfdtinternal.view.common.binding.creator.XmlBasedCreatorInfo.createDocumentFragment(XmlBasedCreatorInfo.java:257)
         at oracle.adfdtinternal.view.common.binding.datatransfer.ADFDocumentFragmentCreatorInfo.createDocumentFragment(ADFDocumentFragmentCreatorInfo.java:76)
         at oracle.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.java:96)
         at oracle.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(PerformOperationAction.java:39)
         at oracle.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.actionPerformed(DropMenuInvoker.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)

    This issue was caused by an import of a reusable library of business components which contained app modules. In the application where I maintain the BC library, I created app modules so I could verify the model before using it in other applications.
    From looking at the .jpx files for my models it appears that these app modules
    were imported as part of the library. So I removed the app modules and corrected my .jpx files.
    I'd suggest a note be added to the section about reusable BC libraries to make sure that any test app modules are excluded when jar files are generated.

  • Oracle DataBase server component is in INVALID in 10.2.0.4

    Hi
    I took full RMAN backup from production two node RAC system. Production system is in Oracle 10.2.0.3. I tried to restore the backup in another system which is single node system Oracle 10.2.0.4. I restored and recovered database successfully. When I try to do 'alter database open resetlogs' I received following error:
    RMAN-03002: failure of alter db command at 11/05/2009 08:39:10
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Then I started database with upgrade option.
    SQL> STARTUP UPGRADE
    SQL> @?/rdbms/admin/catupgrd.sql
    Below shows the invalid objects.
    Oracle DataBase server component is in INVALID status
    COMP_TIMESTAMP UPGRD_END 2009-11-05 11:16:45
    Oracle Database 10.2 Upgrade Status Utility 11-05-2009 11:16:45
    Component           Status      Version HH:MM:SS
    Oracle Database Server                       INVALID           10.2.0.4.0  00:11:45
    JServer JAVA Virtual Machine      VALID      10.2.0.4.0 00:02:01
    Oracle XDK           VALID      10.2.0.4.0 00:00:20
    Oracle Database Java Packages VALID      10.2.0.4.0 00:00:20
    Oracle Text           VALID      10.2.0.4.0 00:00:14
    Oracle XML Database      VALID      10.2.0.4.0 00:03:05
    Oracle Real Application Clusters             INVALID           10.2.0.4.0  00:00:01
    Oracle Workspace Manager      VALID      10.2.0.4.3 00:00:55
    Oracle Data Mining      VALID      10.2.0.4.0 00:00:34
    OLAP Analytic Workspace      VALID      10.2.0.4.0 00:00:20
    OLAP Catalog      VALID      10.2.0.4.0 00:00:55
    Oracle OLAP API      VALID      10.2.0.4.0 00:00:41
    Oracle interMedia      VALID      10.2.0.4.0 00:06:49
    Spatial           VALID      10.2.0.4.0 00:01:45
    Oracle Expression Filter      VALID      10.2.0.4.0 00:00:14
    Oracle Enterprise Manager      VALID      10.2.0.4.0 00:01:19
    Oracle Rule Manager      VALID      10.2.0.4.0 00:00:09
    How do I resolve this issue ?

    Hi Srini
    I did the following steps and could resolve Databas server invalid to valid.
    SQL>sqlplus / as sysdba
    SQL>drop table plan_table;
    SQL>@?/rdbms/admin/utlxplan
    SQL>@?/rdbms/admin/prvtspao.plb
    SQL>@?/rdbms/admin/utlrp.sql
    Oracle Database 10.2 Upgrade Status Utility 11-05-2009 16:41:55
    Component Status Version HH:MM:SS
    Oracle Database Server                    VALID      10.2.0.4.0  00:12:05
    JServer JAVA Virtual Machine VALID 10.2.0.4.0 00:02:09
    Oracle XDK VALID 10.2.0.4.0 00:00:20
    Oracle Database Java Packages VALID 10.2.0.4.0 00:00:20
    Oracle Text VALID 10.2.0.4.0 00:00:14
    Oracle XML Database VALID 10.2.0.4.0 00:03:04
    Oracle Real Application Clusters        INVALID      10.2.0.4.0  00:00:01
    Oracle Workspace Manager VALID 10.2.0.4.3 00:00:59
    Oracle Data Mining VALID 10.2.0.4.0 00:00:33
    OLAP Analytic Workspace VALID 10.2.0.4.0 00:00:21
    OLAP Catalog VALID 10.2.0.4.0 00:00:56
    Oracle OLAP API VALID 10.2.0.4.0 00:00:41
    Oracle interMedia VALID 10.2.0.4.0 00:06:52
    Spatial VALID 10.2.0.4.0 00:01:59
    Oracle Expression Filter VALID 10.2.0.4.0 00:00:16
    Oracle Enterprise Manager VALID 10.2.0.4.0 00:01:29
    Oracle Rule Manager VALID 10.2.0.4.0 00:00:09
    Is there any way can resolve ORacle Real Application Cluster Invalid

  • XML Component URL

    Hello,
    I currently have 3.0.9.8 portal with 9iAS on Sun Solaris 2.8. I'm trying to create an XML Component. It works with static XML created in the XML code window and our customized XSL, however I'm trying to get dynamic XML from the data server by calling the procedures in DBMS_XMLQuery (which is from the XSU package) between Oracle tags in the "XML Code" area. Using the same XSL definition, we come up with no data being returned. Is there anything special we have to do to get this to work? Thanks,
    Jon Reed
    [email protected]

    Jonanthan,
    This enhancement has been taken care in the next release of Oracle 9iAS Portal.
    Now the XML component, also supports parsing of Oracle tags given in URL.
    (thanks for the suggestion given)
    Thanks,
    Balakrishnan.

  • Portal XML Component Error when pulling content from iFS

    Has anyone tried to use Portal's XML Component application to pull XML data out of iFS via URLs successfully? I'm using iFS 1.1.10 and 9iAS 1.0.2.2a. I've loaded an XML instance and XML style sheet in iFS (that parse fine in XMLSpy) and tried to display them using the Portal XML Component application. I've also tried to cut/paste the instance and style sheet in to the Component's GUI directly and received the same error. The component finds the files in iFS fine, but generates the following error:
    Start of root element expected. at oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java) at oracle.xml.parser.v2.XMLError.error(XMLError.java) at oracle.xml.parser.v2.XMLError.error(XMLError.java) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java) at oracle.webdb.xmlcomp.XMLTransDoc.Transform(XMLTransDoc.java:136)
    Oracle's sample data works fine too..
    Seems like a basic error, but I can't correct it.. THanks in advance for any help, Tim

    At the start of the xml file u have to mention the version number of the xmldoc.
    Some thing like the following
    <?xml version="1.0"?>
    and then ur content.
    Try following the same thing, with the smaller amount of data to test for the functionality of the component.
    (but keep in mind the size limitation bug has been fixed in the next release of Oracle 9iAS Portal only i.e., 9.0.2).
    And let us know, what problem u are facing.
    Thanks,
    Balakrishnan.

  • Portal XML Component Application Parse Error

    Has anyone tried to use Portal's XML Component application to pull XML data out of iFS via URLs successfully? I've loaded an XML instance and XML style sheet in iFS (that parse fine in XMLSpy) and tried to display them using the Portal XML Component application. I've also tried to cut/paste the instance and style sheet in to the Component's GUI directly and received the same error. The component finds the files in iFS fine, but generates the following error:
    Start of root element expected. at oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java) at oracle.xml.parser.v2.XMLError.error(XMLError.java) at oracle.xml.parser.v2.XMLError.error(XMLError.java) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java) at oracle.webdb.xmlcomp.XMLTransDoc.Transform(XMLTransDoc.java:136)
    Oracle's sample data works fine too..
    Seems like a basic error, but I can't correct it.. THanks in advance for any help, Tim

    trying files again..
    XML instance:
    <US_FOREIGN_MISSION>
         <ap>
              <metadata>
                   <administrative>
                        <identifiers/>
                        <publisher>
                             <organization agency="AFMIC"/>
                        </publisher>
                        <dates/>
                   </administrative>
                   <descriptive>
                        <security/>
                        <title>
                             <portionmark/>
                             <text/>
                        </title>
                        <subtitle>
                             <portionmark>
                                  <US-SECURITY>
                                       <US-CLASS CLASS="UNCLASSIFIED"/>
                                  </US-SECURITY>
                             </portionmark>
                             <text>U.S. Foreign Mission</text>
                        </subtitle>
                        <locations>
                             <country CCODE="GRC"/>
                        </locations>
                        <subjects>
                             <code/>
                        </subjects>
                   </descriptive>
              </metadata>
              <apsummary>
                   <unknown/>
              </apsummary>
              <amplification>
                   <para>
                        <portionmark>
                             <US-SECURITY>
                                  <US-CLASS CLASS="UNCLASSIFIED"/>
                             </US-SECURITY>
                        </portionmark>
                        <text>No information available.</text>
                   </para>
              </amplification>
         </ap>
         <US_EMBASSY>
              <ap>
                   <metadata>
                        <administrative>
                             <identifiers/>
                             <publisher>
                                  <organization agency="MCIA"/>
                             </publisher>
                             <dates/>
                        </administrative>
                        <descriptive>
                             <security/>
                             <title>
                                  <portionmark/>
                                  <text/>
                             </title>
                             <subtitle>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>U.S. Embassy</text>
                             </subtitle>
                             <locations>
                                  <country CCODE="GRC"/>
                             </locations>
                             <subjects>
                                  <code/>
                             </subjects>
                        </descriptive>
                   </metadata>
                   <apsummary>
                        <summary>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>The U.S. Ambassador is Thomas M.T. Niles and the                     Embassy is located
    at 91 Vasilissis Sophias Boulevard, 10160 Athens; telephone                     [30] (1) 721-2951,
    8401; fax [30] (1) 645-6282. The mailing address is PSC 108,                     Athens; APO
    AE 09842. The Consulate General is in Thessaloniki at the Plateia                     Commercial
    Center, 43 Tsimiski Street, 7th floor; telephone [30] (31)                     242-905.</text>
                             </para>
                             <media>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <graphic file="http://198.83.203.22/public/Graphics/Embassy.jpg" exhibit_id="U.S. Embassy" hplace="center" vplace="none"/>
                                  <title>
                                       <portionmark>
                                            <US-SECURITY>
                                                 <US-CLASS CLASS="UNCLASSIFIED"/>
                                            </US-SECURITY>
                                       </portionmark>
                                       <text>U.S. Embassy</text>
                                  </title>
                             </media>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Chief of Mission: Ambassador                     Thomas M.T. Niles</text>
                             </para>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Local Address: 91 Vasilissis Sophias                     Boulevard, 10160 Athens</text>
                             </para>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Mailing Address: PSC 108, Athens; APO AE                     09842</text>
                             </para>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Embassy Telephone: [30] (1) 721-2951,                     8401</text>
                             </para>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>FAX: [30] (1) 645-6282</text>
                             </para>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Consulate: Thessaloniki</text>
                             </para>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Consulate Address: Plateia Commercial                     Center, 43 Tsimiski Street,
    7th floor </text>
                             </para>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Consulate Telephone:                     [30] (31) 242-905</text>
                             </para>
                        </summary>
                   </apsummary>
              </ap>
         </US_EMBASSY>
         <FOREIGN_CONSULATE>
              <ap>
                   <metadata>
                        <administrative>
                             <identifiers/>
                             <publisher>
                                  <organization agency="AFMIC"/>
                             </publisher>
                             <dates/>
                        </administrative>
                        <descriptive>
                             <security/>
                             <title>
                                  <portionmark/>
                                  <text/>
                             </title>
                             <subtitle>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Foreign Consulate</text>
                             </subtitle>
                             <locations>
                                  <country CCODE="GRC"/>
                             </locations>
                             <subjects>
                                  <code/>
                             </subjects>
                        </descriptive>
                   </metadata>
                   <apsummary>
                        <unknown/>
                   </apsummary>
                   <amplification>
                        <para>
                             <portionmark>
                                  <US-SECURITY>
                                       <US-CLASS CLASS="UNCLASSIFIED"/>
                                  </US-SECURITY>
                             </portionmark>
                             <text>No information available.</text>
                        </para>
                   </amplification>
              </ap>
         </FOREIGN_CONSULATE>
         <FOREIGN_MISSION>
              <ap>
                   <metadata>
                        <administrative>
                             <identifiers/>
                             <publisher>
                                  <organization agency="CIA"/>
                             </publisher>
                             <dates/>
                        </administrative>
                        <descriptive>
                             <security/>
                             <title>
                                  <portionmark/>
                                  <text/>
                             </title>
                             <subtitle>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Foreign Mission</text>
                             </subtitle>
                             <locations>
                                  <country CCODE="GRC"/>
                             </locations>
                             <subjects>
                                  <code/>
                             </subjects>
                        </descriptive>
                   </metadata>
                   <apsummary>
                        <summary>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>There is no information available.</text>
                             </para>
                        </summary>
                   </apsummary>
              </ap>
         </FOREIGN_MISSION>
         <US_CONSULATE>
              <ap>
                   <metadata>
                        <administrative>
                             <identifiers/>
                             <publisher>
                                  <organization agency="MCIA"/>
                             </publisher>
                             <dates/>
                        </administrative>
                        <descriptive>
                             <security/>
                             <title>
                                  <portionmark/>
                                  <text/>
                             </title>
                             <subtitle>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>U.S. Consulate</text>
                             </subtitle>
                             <locations>
                                  <country CCODE="GRC"/>
                             </locations>
                             <subjects>
                                  <code/>
                             </subjects>
                        </descriptive>
                   </metadata>
                   <apsummary>
                        <summary>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>There is no information available.</text>
                             </para>
                        </summary>
                   </apsummary>
              </ap>
         </US_CONSULATE>
         <TRAVEL_ADVISORIES>
              <ap>
                   <metadata>
                        <administrative>
                             <identifiers/>
                             <publisher>
                                  <organization agency="JICTRANS"/>
                             </publisher>
                             <dates/>
                        </administrative>
                        <descriptive>
                             <security/>
                             <title>
                                  <portionmark/>
                                  <text/>
                             </title>
                             <subtitle>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Travel Advisories</text>
                             </subtitle>
                             <locations>
                                  <country CCODE="GRC"/>
                             </locations>
                             <subjects>
                                  <code/>
                             </subjects>
                        </descriptive>
                   </metadata>
                   <apsummary>
                        <summary>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>There is no information available.</text>
                             </para>
                        </summary>
                   </apsummary>
              </ap>
         </TRAVEL_ADVISORIES>
         <ENTRY_REQUIREMENTS>
              <ap>
                   <metadata>
                        <administrative>
                             <identifiers/>
                             <publisher>
                                  <organization agency="MCIA"/>
                             </publisher>
                             <dates/>
                        </administrative>
                        <descriptive>
                             <security/>
                             <title>
                                  <portionmark/>
                                  <text/>
                             </title>
                             <subtitle>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Entry Requirements</text>
                             </subtitle>
                             <locations>
                                  <country CCODE="GRC"/>
                             </locations>
                             <subjects>
                                  <code/>
                             </subjects>
                        </descriptive>
                   </metadata>
                   <apsummary>
                        <summary>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>A passport is required for tourist or business stays                     of up to 3
    months. An AIDS test is required for performing artists and students                     on
    Greek scholarships; U.S. test results are not accepted.</text>
                             </para>
                        </summary>
                   </apsummary>
                   <analysis>
                        <para>
                             <portionmark>
                                  <US-SECURITY>
                                       <US-CLASS CLASS="UNCLASSIFIED"/>
                                  </US-SECURITY>
                             </portionmark>
                             <text>Visas are not necessary but a passport is required                     for tourist or
    business stays of up to 3 months. An AIDS test is required for                     performing
    artists and students on Greek scholarships; U.S. test results are                     not
    accepted. </text>
                        </para>
                   </analysis>
              </ap>
              <VACCINATIONS>
                   <ap>
                        <metadata>
                             <administrative>
                                  <identifiers/>
                                  <publisher>
                                       <organization agency="AFMIC"/>
                                  </publisher>
                                  <dates/>
                             </administrative>
                             <descriptive>
                                  <security/>
                                  <title>
                                       <portionmark/>
                                       <text/>
                                  </title>
                                  <subtitle>
                                       <portionmark>
                                            <US-SECURITY>
                                                 <US-CLASS CLASS="UNCLASSIFIED"/>
                                            </US-SECURITY>
                                       </portionmark>
                                       <text>Vaccinations</text>
                                  </subtitle>
                                  <locations>
                                       <country CCODE="GRC"/>
                                  </locations>
                                  <subjects>
                                       <code/>
                                  </subjects>
                             </descriptive>
                        </metadata>
                        <apsummary>
                             <summary>
                                  <para>
                                       <portionmark>
                                            <US-SECURITY>
                                                 <US-CLASS CLASS="UNCLASSIFIED"/>
                                            </US-SECURITY>
                                       </portionmark>
                                       <text>Immunization against hepatitis A and B and typhoid                     fever is recommended.
    For other entry questions, contact the Greek Embassy in                     Washington,
    D.C., telephone (202) 939-5800; Greek consulates in other U.S.                     cities;
    Greek embassies and consulates around the world; or visit Website                     http://www.greekembassy.org
    . </text>
                                  </para>
                             </summary>
                        </apsummary>
                        <analysis>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Immunization against hepatitis A and B and typhoid                     fever is recommended.
    For other entry questions, travelers should contact the                     Embassy of Greece
    at 2221 Massachusetts Avenue NW, Washington DC 20008,                     telephone (202)
    939-5800; Greek consulates in Atlanta, Boston, Chicago,                     Houston, Los
    Angeles, New Orleans, New York, and San Francisco; or Greek                     embassies
    and consulates around the world. Additional information is available                     
    at website: http://www.greekembassy.org.</text>
                             </para>
                        </analysis>
                   </ap>
              </VACCINATIONS>
              <CUSTOMS_RESTRICTIONS>
                   <ap>
                        <metadata>
                             <administrative>
                                  <identifiers/>
                                  <publisher>
                                       <organization agency="MCIA"/>
                                  </publisher>
                                  <dates/>
                             </administrative>
                             <descriptive>
                                  <security/>
                                  <title>
                                       <portionmark/>
                                       <text/>
                                  </title>
                                  <subtitle>
                                       <portionmark>
                                            <US-SECURITY>
                                                 <US-CLASS CLASS="UNCLASSIFIED"/>
                                            </US-SECURITY>
                                       </portionmark>
                                       <text>Customs Restrictions</text>
                                  </subtitle>
                                  <locations>
                                       <country CCODE="GRC"/>
                                  </locations>
                                  <subjects>
                                       <code/>
                                  </subjects>
                             </descriptive>
                        </metadata>
                        <apsummary>
                             <summary>
                                  <para>
                                       <portionmark>
                                            <US-SECURITY>
                                                 <US-CLASS CLASS="UNCLASSIFIED"/>
                                            </US-SECURITY>
                                       </portionmark>
                                       <text>There are duty-free limits on tobacco, alcohol over                     44 proof,
    wine, perfume, eau de cologne, and gifts; there are no limits on                     duty-paid
    goods, for personal use, from European Union (EU) countries. Plants                     
    with soil, pistols, and rifles may not be brought into the country; shotguns
                        must be registered upon arrival. Prescription drugs must have a letter
    from                     prescribing doctor and be declared upon entry. Medications containing
    codeine                     are illegal; exporting artifacts or antiquities without permission
    is also                     illegal.</text>
                                  </para>
                             </summary>
                        </apsummary>
                        <analysis>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>Duty-free limits are 200 cigarettes, 50 cigars, 100                     cigarillos,
    or 250 grams of tobacco; 1 liter of alcohol over 44 proof or 2                     liters
    of wine; 50 grams of perfume and 250 milliliters of eau de cologne, and      
              gifts of total value less than Dr25,000. There are no limits on duty-paid
    goods                     from European Union (EU) countries, provided they are solely for
    personal use.                     Importing plants with soil is forbidden. Pistols and rifles
    may not be brought                     into the country; shotguns must be registered upon
    arrival. Prescription drugs                     must be accompanied with a letter from the
    prescribing doctor and be declared                     upon entry. Medications containing
    codeine are illegal and possessors face                     fines and imprisonment. Exporting
    artifacts or antiquities without the Athens                     Archaeological Service&#x2019;s
    permission is illegal and vigorously prosecuted.                     </text>
                             </para>
                        </analysis>
                   </ap>
              </CUSTOMS_RESTRICTIONS>
              <AVIATION_SAFETY_OVERSIGHT>
                   <ap>
                        <metadata>
                             <administrative>
                                  <identifiers/>
                                  <publisher>
                                       <organization agency="JICTRANS"/>
                                  </publisher>
                                  <dates/>
                             </administrative>
                             <descriptive>
                                  <security/>
                                  <title>
                                       <portionmark/>
                                       <text/>
                                  </title>
                                  <subtitle>
                                       <portionmark>
                                            <US-SECURITY>
                                                 <US-CLASS CLASS="UNCLASSIFIED"/>
                                            </US-SECURITY>
                                       </portionmark>
                                       <text>Aviation Safety Oversight</text>
                                  </subtitle>
                                  <locations>
                                       <country CCODE="GRC"/>
                                  </locations>
                                  <subjects>
                                       <code/>
                                  </subjects>
                             </descriptive>
                        </metadata>
                        <apsummary>
                             <summary>
                                  <para>
                                       <portionmark>
                                            <US-SECURITY>
                                                 <US-CLASS CLASS="UNCLASSIFIED"/>
                                            </US-SECURITY>
                                       </portionmark>
                                       <text>The U.S. Federal Aviation Administration has given                     Greek Airways,
    the national air carrier, a safety rating of 2, which is                     conditionally
    unsatisfactory. For further information, contact the U.S.                     Department
    of Transportation at 1-800-322-7873 or visit Website                     http://www.faa.gov/avr/iasa/index.htm
    . For information regarding U.S. DoD policy on specific carriers, contact
    DoD at 1&#x2013;618&#x2013;256&#x2013;4801.</text>
                                  </para>
                             </summary>
                        </apsummary>
                        <analysis>
                             <para>
                                  <portionmark>
                                       <US-SECURITY>
                                            <US-CLASS CLASS="UNCLASSIFIED"/>
                                       </US-SECURITY>
                                  </portionmark>
                                  <text>The U.S. Federal Aviation Administration has given                the national
    air carrier, Greek Airways, a safety rating of 2, which is                     conditionally
    unsatisfactory. For further information travelers may contact the                     U.S.
    Department of Transportation at 1-800-322-7873, or visit the FAA internet
                        website at http://www.faa.gov/avr/iasa/index.htm . The U.S. Department
    of Defense assesses some carriers for suitability as official provides of
    air services. For information regarding Do<?Pub _newline?>D policy on specific
    carriers, travelers may contact DoD at 1&#x2013;618&#x2013;256&#x2013;4801.</text>
                             </para>
                        </analysis>
                   </ap>
              </AVIATION_SAFETY_OVERSIGHT>
         </ENTRY_REQUIREMENTS>
    </US_FOREIGN_MISSION>

  • XML Component FileNotFoundException Error

    I am using 9iAS r2 and am trying to use the XML Component. The source for my XML is a URL, this point to Oracle Reports and is working an produces valid XML, the XSL is static (entered in the dialog box).
    When I try and run the XML Component I get the following error:
    java.io.FileNotFoundException: http://XXXXX:7779/reports/rwservlet?exp5&p_lmtnum=12 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java) at oracle.webdb.xmlcomp.XMLTransDoc.Transform(XMLTransDoc.java:129)
    If I take the XML that the above URL returns and paste it into the XML source dialogue box everything runs fine. Also if I save the XML the above URL returns to a file and store it on the same server as a static file it runs fine.
    I have also tried setting the caching on Reports so the XML is returned almost without any significant delay.
    Any ideas,
    Jon

    The problems turned out to be related to an authtication error. The XML component was not passing the authtication through to reports, despite being logged in to create the XML component.
    If I added authid=user/pwd to the report request query string this resolved the problem,
    Jon

  • Query-based  xml component in Portal

    Hi
    Is there anybody who suceeded in building up an xml component based on a query outside or inside a stored procedure?
    Let's suppose I'd like to use a cursor in the <ORACLE> tag in order to select all elements from a table..
    it seems like the reading loop is completely ignored in the xml component in Portal: by printing a hand-made raw like: htp.p('<NAME>|| CURSOR.NAME_ELEMENT ||</NAME>'); in a loop I get a single raw in the final table:
    '||cursor.name_element||'
    I also tried to make the selection inside a stored procedure and tried to run this from the xml component in the oracle section: I got no error, but still nothing is displayed.
    Furthermore I'm not able to call an XML URL: I have this string displayed:
    >>
    java.security.AccessControlException: the Permission (java.util.PropertyPermission http.proxySet write) has not been granted by dbms_java.grant_permission to SchemaProtectionDomain(PORTAL30|PolicyTableProxy(PORTAL30)) at java.security.AccessControlContext.checkPermission(AccessControlContext.java) at java.security.AccessController.checkPermission(AccessController.java) at java.lang.SecurityManager.checkPermission(SecurityManager.java) at oracle.aurora.rdbms.SecurityManagerImpl.checkPermission(SecurityManagerImpl.java) at java.lang.System.setProperty(System.java) at oracle.webdb.xmlcomp.XMLTransDoc.Transform(XMLTransDoc.java:48)
    >>
    Please help

    XML Component works this way :
    1) All the XML tags data are presented in the XSL form.
    2) If the tag contains <ORACLE> then it will be just treated as sql query or pl/sql block and the output of that will be rendered within that style.
    Remember that <ORACLE> tag is just used as the same way as it is used for Dynamic Pages.
    The only advantage being the data can from database within this tag.
    What you are asking is, the reference should be there for XML tags even when it is running inside pl/sql block ?
    Yha, we can have this as an enhancement and may be addressed in the future releases of portal.

  • XML component linked with another - param problem

    Hi all!
    I am trying to put a link from one XML component to another. The second page has a parameter (p_id_mod_er) in the XML code :
    <?xml version = '1.0'?>
    BUTS><ORACLE>
    declare
    tmp varchar2(3000);
    begin
    select buts into tmp from fiche where id_mod_er = :p_id_mod_er;
    htp.print(tmp);
    end;
    </ORACLE></BUTS>
    When I test it in customize mode, it works perfectly.
    Now I need to pass the parameter p_id_mod_er to open this page from another using a link or a button.
    I tried this :
    Update
    When I test the main XML component (first page) I encountered this error :
    oracle.xml.parser.v2.XMLParseException: Expected ';'. at oracle.xml.parser.v2.XMLError.flushErrors(XMLError.java:145) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:263) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:245) at oracle.webdb.xmlcomp.XMLTransDoc.Transform(XMLTransDoc.java:75)
    I know it is working fine when XML_POPUP_BUTS has no parameter :
    Update
    and this is doing nothing :
    Update
    Is there another way to create my link and pass parameters to the XML part of my XML_POPUP_BUTS page???
    Any suggestion would be welcome.
    Adrian

    Hi there mike_mauer,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iPhone: Troubleshooting activation issues
    http://support.apple.com/kb/TS3424
    -Griff W.

  • Getting oracle.j2ee.xml.XMLMessages error while running project in 11g

    when I run a project in JDeveloper 11g for the first time i.,e when it starts the embedded oc4j server, I get "oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered" error. I am using TP4. is this a severe error or something we can ignore?
    -Pardha

    hi Pardha
    For questions about JDeveloper 11g you could try this forum:
    "JDeveloper and OC4J 11g Technology Preview"
    JDeveloper and OC4J 11g Technology Preview
    success
    Jan Vervecken

  • Getting oracle.j2ee.xml.XMLMessages warningException error

    when I run a project in JDeveloper 11g for the first time i.,e when it starts the embedded oc4j server, I get "oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered" error. I am using TP4. this seems like a warning, is this something that we can ignore? or how do I fix ? Please help.
    -Pardha

    Hi,
    thread exception and warning at first use of JDev 11g says you can ignore this warning.
    regards
    Peter

  • Oracle.bali.xml.model.XmlInvalidOnCommitException!!!!!!!!

    Hi,
    I am getting below error when I try to drag and drop the adf-task-flow in to my .jspx page. Here the taskflow contains single page fragment. please help.
    ERROR:
    oracle.bali.xml.model.XmlInvalidOnCommitException: SEVERE: Element taskFlow not expected [ node = taskFlow ]
    <executables>
    <taskFlow id="userMgmtflowdefinition1" taskFlowId="/WEB-INF/userMgmt-flow-definition.xml#userMgmt-flow-definition" />
    </executables>
    at oracle.bali.xml.model.XmlModel._validateSubtree(XmlModel.java:3669)
         at oracle.bali.xml.model.XmlModel._validateDocument(XmlModel.java:3577)
         at oracle.bali.xml.model.XmlModel.__precommitTransaction(XmlModel.java:2825)
         at oracle.bali.xml.model.XmlContext.precommitTransaction(XmlContext.java:1166)
         at oracle.bali.xml.model.XmlContext.__precommitTransaction(XmlContext.java:1653)
         at oracle.bali.xml.model.XmlContext.__commitTransaction(XmlContext.java:1684)
         at oracle.bali.xml.model.XmlModel.__requestCommitTransaction(XmlModel.java:2898)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:586)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:556)
         at oracle.bali.xml.model.task.StandardTransactionTask.__commitWrapperTransaction(StandardTransactionTask.java:469)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:208)
         at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:103)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager.runTaskUnderTransaction(JDevTransactionManager.java:43)
         at oracle.adfdt.view.rich.region.util.RegionCreationUtil._createRegion(RegionCreationUtil.java:216)
         at oracle.adfdt.view.rich.region.util.RegionCreationUtil.createRegion(RegionCreationUtil.java:90)
         at oracle.adfdtinternal.view.rich.region.transform.RegionDocFragInfo.constructRegionDocumentFragment(RegionDocFragInfo.java:132)
         at oracle.adfdtinternal.view.rich.region.transform.RegionDocFragInfo.getData(RegionDocFragInfo.java:83)
         at oracle.bali.xml.model.datatransfer.operation.CreateFromFragmentOperation$1.performTask(CreateFromFragmentOperation.java:52)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:172)
         at oracle.bali.xml.model.datatransfer.operation.CreateFromFragmentOperation.apply(CreateFromFragmentOperation.java:42)
         at oracle.bali.xml.model.AbstractModel.performOperationAction(AbstractModel.java:244)
         at oracle.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(PerformOperationAction.java:36)
         at oracle.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.mas$actionPerformed(DropMenuInvoker.java:225)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy$1.run(DropMenuInvoker.java:245)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    Page source:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document binding="#{backingBeanScope.backing_app_demo.document1}"
    id="document1">
    <af:form binding="#{backingBeanScope.backing_app_demo.form1}" id="form1">
    <af:pageTemplate viewId="/templates/pageTemplate.jspx">
    <f:facet name="top-left"/>
    <f:facet name="top-center"/>
    <f:facet name="top-right"/>
    <f:facet name="center">
    <af:panelSplitter binding="#{backingBeanScope.backing_app_demo.panelSplitter1}"
    id="panelSplitter1">
    <f:facet name="first"/>
    <f:facet name="second"/>
    </af:panelSplitter>
    </f:facet>
    <f:facet name="bottom-left"/>
    <f:facet name="bottom-center"/>
    <f:facet name="bottom-right"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_app_demo-->
    </jsp:root>
    please help me this is really urgent
    -kln

    Hi,
    How did you resolve this issue? I am also facing the same issue.
    Regards
    Bhaskar

  • How to access backing bean of a xml component , in a managed bean of ADF

    Hi,
    We wrote a xml component in JSF and this component is used in ADF project by including the component as jar .
    In a master detail page , we need to update the value of the xml component, when the master row is changed. How to do this.
    We are trying to do this by accessing the backing bean of the xml component in ADF project's managed bean. So when ever the row changes, we can access the managed bean in ADF and then can set the value of the xml component by accessing it's backing bean
    But i can't access the backing bean instance of the xml component in the ADF managed bean. Could you let me know how to do this. Thanks .

    Thanks for the response Shay. The xml component is added as a custom component , with a separate faces-config.xml file . This component is added to ADF project as a jar with a custom tag.
    In the ADF project , i'm having different managed beans and i can access them from a different managed bean.
    The issue is, i can't access the added custom component's backing bean which is available from a different jar , defined in a separate faces-config.xml file . This backing bean is defined with request scope.

Maybe you are looking for

  • Trying to get all music from ipod touch transferred to new laptop!

    i only have my ipod touch, my old computer, and my new laptop.  how do i get all the music to transfer from my ipod touch to my new laptop?  i seem to only be able to transfer the few songs that ive purchased but i want to move my whole ipod library

  • How do I Print Accurate Color from Lightroom?

    I just got my Epson 3880 2 weeks ago.  The problem I am having is getting accurate color when printing from Lightroom.  I am running a p.c. with Windows 8.1.  To eliminate my monitor as the problem, I created a series of color patches in Photoshop, p

  • Request additional allocation of dynamic memory

    Hyper-V 2012 host Server 2012 R2 guest The guest is configured for startup and minimum memory of 2 GB with a maximum memory of 64 GB.  Once per day a PowerShell script runs which uses 7-Zip.exe to compress some large files.  The 7-Zip command fails i

  • BW Upgradation

    Hi In up gradation of one BW version to another version (say BW 3.5 to BI 7.0), does all the objects in BW 3.5 is transported/migrated to BI 7.0 or every thing is created from scratch? What about the data in BW 3.5, is it also migrated to BI 7.0 or t

  • Full STO delivery

    Folks, I have multiple items on an STO and would like to delivery those in 1 delivery. SO delivery should only be created in case all items are fully in stock. I've set the partial delivery indiactor off in the customer master. I've also set that a c