XML Default Row Problems

As a newbie, I'm trying to learn from all of the available
examples to enhance the sites I support. I am currently trying to
use XML data to dynamically update a page. I've successfully
modified the employees.html example...
Resolved issue with original employee demo vs a bad
copy.

It sounds to me like your Java installation is not complete, or you are using a different user than the one where the Aurora java package is installed.
First, make sure that your Oracle 8i version and your jdk version are compatible:
Oracle 8.1.5 matches jdk 1.1.8
Oracle 8.1.6 matches jdk 1.2.x
Then make sure that you have completely installed the correct version of Java into your database.
Be sure your CLASSPATH environment variable includes all related class directories and archive (.jar, .zip) files.
You might have to install the Oracle XML Utilities, again make sure the versions match.
Finally, be sure the userID you are using has access rights to the Aurora java classes.
I hope this helps.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by tmx ():
Hi,
this is the error when I load a file from the jdk/demo directory:
internal error: unanticipated exception: java.lang.NoClassDefFoundError: oracle/
aurora/sqljdecl/SqljDecl
java.lang.NoClassDefFoundError: oracle/aurora/sqljdecl/SqljDecl
Thanks
Bye<HR></BLOCKQUOTE>
null

Similar Messages

  • Selecting a default row in an adf detail table problem

    Hi, i'm hoping someone can help me as this problem is driving me to despair. I am using JDeveloper 10.1.3 production. All I want to do is set the first row selected in the detail af:table in my page. I have referred to the documentation available at http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/devguide/table.html#Single%20Selection and from this I have created the following code which I think should work.
    public void setResourcesTable(CoreTable resourcesTable) {
    this.resourcesTable = resourcesTable;
    RowKeySet r = resourcesTable.getSelectionState();
    if(r != null){
    Iterator selection = r.getKeySet().iterator();
    if(selection.hasNext()){
    String rowKey = (String) selection.next();
    resourcesTable.setRowKey(rowKey);
    The main problem is that the getSelectionState() is returning null and I cant understand why. This happens regardless of whether or not there are any detail rows in the table. I havent been using JSF that long and so I apologise if i'm missing something obvious.
    Please help me as I haven't been able to find any help throughout the forums apart from referring me to the same page and I cant believe that it can possibly be this difficult just to set the default row.
    Thanks in advance,
    Lee

    mark,
    Those four fields can be set completely declaratively in the Entity Object (check out the History Colum feature). Copied from the (11g) documentation:
    If you need to keep track of historical information in your entity object, such as when an entity was created or modified and by whom, or the number of times the entity has been modified, you specify an attribute with the History Column option selected (in the Edit Attribute dialog).
    If an attribute's data type is Number, String, or Date, and if it is not part of the primary key, then you can enable this property to have your entity automatically maintain the attribute's value for historical auditing. How the framework handles the attribute depends which type of history attribute you indicate:
    * Created On: This attribute is populated with the time stamp of when the row was created. The time stamp is obtained from the database.
    * Created By: The attribute is populated with the name of the user who created the row. The user name is obtained using the getUserPrincipalName() method on the Session object.
    * Modified On: This attribute is populated with the time stamp whenever the row is updated/created.
    * Modified By: This attribute is populated with the name of the user who creates or updates the row.
    * Version Number: This attribute is populated with a long value that is incremented whenever a row is created or updated.
    John

  • Default namespace problem loading XML

    I am loading multiple rss/xml file. For some of them I have to use namespace (atom feeds)
    so I write this lines
    var atom:Namespace = new Namespace("http://www.w3.org/2005/Atom");
    var rssXML:XML = new XML();
      default xml namespace = atom;
    I test this in a outside my program but when I integrate this into my main program, it seem like it 's in conflict with all other xml
    the problematic line is :    default xml namespace = atom
    How do I set a namespace only for one xml object ?????
    I try diferent way, but didn't get nowhere
    thanks

    You can declare namespace per XML (but do so before you create XML object):
    var namespace1:Namespace = new Namespace("http://www.w3.org/2005/Atom");
    default xml namespace = namespace1;
    var xml1:XML = <xml1 /> ;
    trace(xml1.namespace());
    var namespace2:Namespace = new Namespace();
    default xml namespace = namespace2;
    var xml2:XML = <xml2 /> ;
    trace(xml2.namespace());
    var namespace3:Namespace = new Namespace("http://www.example.com/schema");
    default xml namespace = namespace3;
    var xml3:XML = <xml3 /> ;
    trace(xml3.namespace());
    Trace
    http://www.w3.org/2005/Atom
    http://www.example.com/schema
    Kenneth Kawamoto
    http://www.materiaprima.co.uk/

  • Attempt to process file failed with Exception in XML Parser-format problem

    Hi all,
    Iam getting an unusual error in the J2EE stack in XI.
    And the message is:
    006-11-30 17:31:07 Error Attempt to process file failed with Exception in XML Parser (format problem?):'com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Invalid char #0xf(:main:, row:1, col:1044002)(:main:, row=1, col=1044002) -> com.sap.engine.lib.xml.parser.ParserException: Invalid char #0xf(:main:, row:1, col:1044002)' 2006-11-30 17:31:07 Error Exception caught by adapter framework: null 2006-11-30 17:31:07 Error Delivery of the message to the application using connection AFW failed, due to: RecoverableException.
    My scenerio iam posting IDOC to a flat file with content conversion in the receiver side,the mapping got executed successfully and in the audit log i found that the error was after the 'Start converting XML document content to plain text'.
    This means that error occured during content conversion of XML to the prescribed file format.
    Can anyone suggest any better approach using which we may trace the junk data in IDoc. Manual adhoc approach could take time and is error prone.
    Thanks in advance...
    karun

    Hi Bhavesh,
    Thanks for the early reply. I checked the mapping and everything is fine and the output is also in valid XML format.
    The audit log shows that the mapping got executed successfully and the error is after the step 'Start converting XML document content to plain text '. Is there any constraint in the file adapter regarding the message size for parsing.
    2006-11-30 17:30:50 Success Transfer: "BIN" mode, size 2912595 bytes, character encoding -
    2006-11-30 17:30:50 Success Start converting XML document content to plain text
    2006-11-30 17:31:07 Error Attempt to process file failed with Exception in XML Parser (format problem?):'com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Invalid char #0xf(:main:, row:1, col:1044002)(:main:, row=1, col=1044002) -> com.sap.engine.lib.xml.parser.ParserException: Invalid char #0xf(:main:, row:1, col:1044002)'
    2006-11-30 17:31:07 Error Exception caught by adapter framework: null
    2006-11-30 17:31:07 Error Delivery of the message to the application using connection AFW failed, due to: RecoverableException.
    2006-11-30 17:31:07 Success The asynchronous message was successfully scheduled to be delivered at Thu Nov 30 17:36:07 GMT 2006.
    2006-11-30 17:31:07 Success The message status set to WAIT.
    2006-11-30 17:31:08 Success Acknowledgement creation triggered for type: SystemErrorAck
    2006-11-30 17:31:08 Success Acknowledgement sent successfully for type: SystemErrorAck
    2006-11-30 17:36:08 Success Retrying to deliver message to the application. Retry: 1

  • How to avoid default row on top of a table

    Dear Members,
    I have created a simple JSF page using ADF.
    In the page, I am displaying departments and employee data.
    Departments data is displayed using the ADF Form and the employee data is displayed using ADF Table.
    When I am running the page a default row is appearing above the ADF Table.
    I request you to please let me know, how to avoid this default row displayed on top of the table.
    Many thanks in advance.
    Regards.

    Hello John,
    My page code is as follows:
    *<?xml version='1.0' encoding='UTF-8'?>*
    *<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">*
    *<f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">*
    *<af:document title="DeptEmp.jsf" id="d1">*
    *<af:messages id="m1"/>*
    *<af:form id="f1">*
    *<af:pageTemplate viewId="/oracle/templates/threeColumnTemplate.jspx" id="pt1">*
    *<f:facet name="center">*
    *<af:group id="g1">*
    *<af:panelGroupLayout id="pgl1" layout="vertical" halign="center">*
    *<af:panelFormLayout id="pfl1" maxColumns="2" rows="2">*
    *<af:inputText value="#{bindings.DepartmentId.inputValue}"*
    *label="#{bindings.DepartmentId.hints.label}"*
    *required="#{bindings.DepartmentId.hints.mandatory}"*
    *columns="#{bindings.DepartmentId.hints.displayWidth}"*
    *maximumLength="#{bindings.DepartmentId.hints.precision}"*
    *shortDesc="#{bindings.DepartmentId.hints.tooltip}" id="it1">*
    *<f:validator binding="#{bindings.DepartmentId.validator}"/>*
    *<af:convertNumber groupingUsed="false" pattern="#{bindings.DepartmentId.format}"/>*
    *</af:inputText>*
    *<af:inputText value="#{bindings.DepartmentName.inputValue}"*
    *label="#{bindings.DepartmentName.hints.label}"*
    *required="#{bindings.DepartmentName.hints.mandatory}"*
    *columns="#{bindings.DepartmentName.hints.displayWidth}"*
    *maximumLength="#{bindings.DepartmentName.hints.precision}"*
    *shortDesc="#{bindings.DepartmentName.hints.tooltip}" id="it12">*
    *<f:validator binding="#{bindings.DepartmentName.validator}"/>*
    *</af:inputText>*
    *<af:inputText value="#{bindings.LocationId.inputValue}"*
    *label="#{bindings.LocationId.hints.label}"*
    *required="#{bindings.LocationId.hints.mandatory}"*
    *columns="#{bindings.LocationId.hints.displayWidth}"*
    *maximumLength="#{bindings.LocationId.hints.precision}"*
    *shortDesc="#{bindings.LocationId.hints.tooltip}" id="it13">*
    *<f:validator binding="#{bindings.LocationId.validator}"/>*
    *<af:convertNumber groupingUsed="false" pattern="#{bindings.LocationId.format}"/>*
    *</af:inputText>*
    *<af:inputText value="#{bindings.ManagerId.inputValue}"*
    *label="#{bindings.ManagerId.hints.label}"*
    *required="#{bindings.ManagerId.hints.mandatory}"*
    *columns="#{bindings.ManagerId.hints.displayWidth}"*
    *maximumLength="#{bindings.ManagerId.hints.precision}"*
    *shortDesc="#{bindings.ManagerId.hints.tooltip}" id="it14">*
    *<f:validator binding="#{bindings.ManagerId.validator}"/>*
    *<af:convertNumber groupingUsed="false" pattern="#{bindings.ManagerId.format}"/>*
    *</af:inputText>*
    *<f:facet name="footer">*
    *<af:panelGroupLayout layout="vertical" id="pgl3">*
    *<af:panelGroupLayout layout="horizontal" id="pgl4">*
    *<f:facet name="separator">*
    *<af:spacer width="10" height="1" id="s1"/>*
    *</f:facet>*
    *<af:commandButton actionListener="#{bindings.First.execute}" text="First"*
    *disabled="#{!bindings.First.enabled}" partialSubmit="true"*
    *id="cb1"/>*
    *<af:commandButton actionListener="#{bindings.Previous.execute}"*
    *text="Previous" disabled="#{!bindings.Previous.enabled}"*
    *partialSubmit="true" id="cb2"/>*
    *<af:commandButton actionListener="#{bindings.Next.execute}" text="Next"*
    *disabled="#{!bindings.Next.enabled}" partialSubmit="true"*
    *id="cb3"/>*
    *<af:commandButton actionListener="#{bindings.Last.execute}" text="Last"*
    *disabled="#{!bindings.Last.enabled}" partialSubmit="true"*
    *id="cb4"/>*
    *</af:panelGroupLayout>*
    *<af:commandButton text="Submit" id="cb5"/>*
    *</af:panelGroupLayout>*
    *</f:facet>*
    *</af:panelFormLayout>*
    *</af:panelGroupLayout>*
    *<af:spacer width="10" height="20" id="s2"/>*
    *<af:separator id="s3"/>*
    *<af:panelGroupLayout id="pgl2" layout="vertical" halign="center">*
    *<af:table value="#{bindings.EmployeesVO1.collectionModel}" var="row"*
    *rows="#{bindings.EmployeesVO1.rangeSize}"*
    *emptyText="#{bindings.EmployeesVO1.viewable ? 'No data to display.' : 'Access Denied.'}"*
    *fetchSize="#{bindings.EmployeesVO1.rangeSize}" rowBandingInterval="0"*
    *filterModel="#{bindings.EmployeesVO1Query.queryDescriptor}"*
    *queryListener="#{bindings.EmployeesVO1Query.processQuery}" filterVisible="true"*
    *varStatus="vs"*
    *selectionListener="#{bindings.EmployeesVO1.collectionModel.makeCurrent}"*
    *rowSelection="multiple" id="t1" width="90%" partialTriggers="::cb6">*
    *<af:column sortProperty="#{bindings.EmployeesVO1.hints.CommissionPct.name}"*
    *filterable="true" sortable="true"*
    *headerText="#{bindings.EmployeesVO1.hints.CommissionPct.label}" id="c1">*
    *<af:inputText value="#{row.bindings.CommissionPct.inputValue}"*
    *label="#{bindings.EmployeesVO1.hints.CommissionPct.label}"*
    *required="#{bindings.EmployeesVO1.hints.CommissionPct.mandatory}"*
    *columns="#{bindings.EmployeesVO1.hints.CommissionPct.displayWidth}"*
    *maximumLength="#{bindings.EmployeesVO1.hints.CommissionPct.precision}"*
    *shortDesc="#{bindings.EmployeesVO1.hints.CommissionPct.tooltip}"*
    *id="it2">*
    *<f:validator binding="#{row.bindings.CommissionPct.validator}"/>*
    *</af:inputText>*
    *</af:column>*
    *<af:column sortProperty="#{bindings.EmployeesVO1.hints.DepartmentId.name}"*
    *filterable="true" sortable="true"*
    *headerText="#{bindings.EmployeesVO1.hints.DepartmentId.label}" id="c2">*
    *<af:inputText value="#{row.bindings.DepartmentId.inputValue}"*
    *label="#{bindings.EmployeesVO1.hints.DepartmentId.label}"*
    *required="#{bindings.EmployeesVO1.hints.DepartmentId.mandatory}"*
    *columns="#{bindings.EmployeesVO1.hints.DepartmentId.displayWidth}"*
    *maximumLength="#{bindings.EmployeesVO1.hints.DepartmentId.precision}"*
    *shortDesc="#{bindings.EmployeesVO1.hints.DepartmentId.tooltip}"*
    *id="it3" readOnly="true">*
    *<f:validator binding="#{row.bindings.DepartmentId.validator}"/>*
    *<af:convertNumber groupingUsed="false"*
    *pattern="#{bindings.EmployeesVO1.hints.DepartmentId.format}"/>*
    *</af:inputText>*
    *</af:column>*
    *<af:column sortProperty="#{bindings.EmployeesVO1.hints.Email.name}" filterable="true"*
    *sortable="true" headerText="#{bindings.EmployeesVO1.hints.Email.label}"*
    *id="c3">*
    *<af:inputText value="#{row.bindings.Email.inputValue}"*
    *label="#{bindings.EmployeesVO1.hints.Email.label}"*
    *required="#{bindings.EmployeesVO1.hints.Email.mandatory}"*
    *columns="#{bindings.EmployeesVO1.hints.Email.displayWidth}"*
    *maximumLength="#{bindings.EmployeesVO1.hints.Email.precision}"*
    *shortDesc="#{bindings.EmployeesVO1.hints.Email.tooltip}" id="it4">*
    *<f:validator binding="#{row.bindings.Email.validator}"/>*
    *</af:inputText>*
    *</af:column>*
    *<af:column sortProperty="#{bindings.EmployeesVO1.hints.EmployeeId.name}"*
    *filterable="true" sortable="true"*
    *headerText="#{bindings.EmployeesVO1.hints.EmployeeId.label}" id="c4">*
    *<af:inputText value="#{row.bindings.EmployeeId.inputValue}"*
    *label="#{bindings.EmployeesVO1.hints.EmployeeId.label}"*
    *required="#{bindings.EmployeesVO1.hints.EmployeeId.mandatory}"*
    *columns="#{bindings.EmployeesVO1.hints.EmployeeId.displayWidth}"*
    *maximumLength="#{bindings.EmployeesVO1.hints.EmployeeId.precision}"*
    *shortDesc="#{bindings.EmployeesVO1.hints.EmployeeId.tooltip}"*
    *id="it5">*
    *<f:validator binding="#{row.bindings.EmployeeId.validator}"/>*
    *<af:convertNumber groupingUsed="false"*
    *pattern="#{bindings.EmployeesVO1.hints.EmployeeId.format}"/>*
    *</af:inputText>*
    *</af:column>*
    *<af:column sortProperty="#{bindings.EmployeesVO1.hints.FirstName.name}"*
    *filterable="true" sortable="true"*
    *headerText="#{bindings.EmployeesVO1.hints.FirstName.label}" id="c5">*
    *<af:inputText value="#{row.bindings.FirstName.inputValue}"*
    *label="#{bindings.EmployeesVO1.hints.FirstName.label}"*
    *required="#{bindings.EmployeesVO1.hints.FirstName.mandatory}"*
    *columns="#{bindings.EmployeesVO1.hints.FirstName.displayWidth}"*
    *maximumLength="#{bindings.EmployeesVO1.hints.FirstName.precision}"*
    *shortDesc="#{bindings.EmployeesVO1.hints.FirstName.tooltip}" id="it6">*
    *<f:validator binding="#{row.bindings.FirstName.validator}"/>*
    *</af:inputText>*
    *</af:column>*
    *<af:column sortProperty="#{bindings.EmployeesVO1.hints.HireDate.name}" filterable="true"*
    *sortable="true" headerText="#{bindings.EmployeesVO1.hints.HireDate.label}"*
    *id="c6">*
    *<f:facet name="filter">*
    *<af:inputDate value="#{vs.filterCriteria.HireDate}" id="id1">*
    *<af:convertDateTime pattern="#{bindings.EmployeesVO1.hints.HireDate.format}"/>*
    *</af:inputDate>*
    *</f:facet>*
    *<af:inputDate value="#{row.bindings.HireDate.inputValue}"*
    *label="#{bindings.EmployeesVO1.hints.HireDate.label}"*
    *required="#{bindings.EmployeesVO1.hints.HireDate.mandatory}"*
    *columns="#{bindings.EmployeesVO1.hints.HireDate.displayWidth}"*
    *shortDesc="#{bindings.EmployeesVO1.hints.HireDate.tooltip}" id="id2">*
    *<f:validator binding="#{row.bindings.HireDate.validator}"/>*
    *<af:convertDateTime pattern="#{bindings.EmployeesVO1.hints.HireDate.format}"/>*
    *</af:inputDate>*
    *</af:column>*
    *<af:column sortProperty="#{bindings.EmployeesVO1.hints.JobId.name}" filterable="true"*
    *sortable="true" headerText="#{bindings.EmployeesVO1.hints.JobId.label}"*
    *id="c7">*
    *<af:inputText value="#{row.bindings.JobId.inputValue}"*
    *label="#{bindings.EmployeesVO1.hints.JobId.label}"*
    *required="#{bindings.EmployeesVO1.hints.JobId.mandatory}"*
    *columns="#{bindings.EmployeesVO1.hints.JobId.displayWidth}"*
    *maximumLength="#{bindings.EmployeesVO1.hints.JobId.precision}"*
    *shortDesc="#{bindings.EmployeesVO1.hints.JobId.tooltip}" id="it7">*
    *<f:validator binding="#{row.bindings.JobId.validator}"/>*
    *</af:inputText>*
    *</af:column>*
    *<af:column sortProperty="#{bindings.EmployeesVO1.hints.LastName.name}" filterable="true"*
    *sortable="true" headerText="#{bindings.EmployeesVO1.hints.LastName.label}"*
    *id="c8">*
    *<af:inputText value="#{row.bindings.LastName.inputValue}"*
    *label="#{bindings.EmployeesVO1.hints.LastName.label}"*
    *required="#{bindings.EmployeesVO1.hints.LastName.mandatory}"*
    *columns="#{bindings.EmployeesVO1.hints.LastName.displayWidth}"*
    *maximumLength="#{bindings.EmployeesVO1.hints.LastName.precision}"*
    *shortDesc="#{bindings.EmployeesVO1.hints.LastName.tooltip}" id="it8">*
    *<f:validator binding="#{row.bindings.LastName.validator}"/>*
    *</af:inputText>*
    *</af:column>*
    *<af:column sortProperty="#{bindings.EmployeesVO1.hints.ManagerId.name}"*
    *filterable="true" sortable="true"*
    *headerText="#{bindings.EmployeesVO1.hints.ManagerId.label}" id="c9">*
    *<af:inputText value="#{row.bindings.ManagerId.inputValue}"*
    *label="#{bindings.EmployeesVO1.hints.ManagerId.label}"*
    *required="#{bindings.EmployeesVO1.hints.ManagerId.mandatory}"*
    *columns="#{bindings.EmployeesVO1.hints.ManagerId.displayWidth}"*
    *maximumLength="#{bindings.EmployeesVO1.hints.ManagerId.precision}"*
    *shortDesc="#{bindings.EmployeesVO1.hints.ManagerId.tooltip}" id="it9">*
    *<f:validator binding="#{row.bindings.ManagerId.validator}"/>*
    *<af:convertNumber groupingUsed="false"*
    *pattern="#{bindings.EmployeesVO1.hints.ManagerId.format}"/>*
    *</af:inputText>*
    *</af:column>*
    *<af:column sortProperty="#{bindings.EmployeesVO1.hints.PhoneNumber.name}"*
    *filterable="true" sortable="true"*
    *headerText="#{bindings.EmployeesVO1.hints.PhoneNumber.label}" id="c10">*
    *<af:inputText value="#{row.bindings.PhoneNumber.inputValue}"*
    *label="#{bindings.EmployeesVO1.hints.PhoneNumber.label}"*
    *required="#{bindings.EmployeesVO1.hints.PhoneNumber.mandatory}"*
    *columns="#{bindings.EmployeesVO1.hints.PhoneNumber.displayWidth}"*
    *maximumLength="#{bindings.EmployeesVO1.hints.PhoneNumber.precision}"*
    *shortDesc="#{bindings.EmployeesVO1.hints.PhoneNumber.tooltip}"*
    *id="it10">*
    *<f:validator binding="#{row.bindings.PhoneNumber.validator}"/>*
    *</af:inputText>*
    *</af:column>*
    *<af:column sortProperty="#{bindings.EmployeesVO1.hints.Salary.name}" filterable="true"*
    *sortable="true" headerText="#{bindings.EmployeesVO1.hints.Salary.label}"*
    *id="c11">*
    *<af:inputText value="#{row.bindings.Salary.inputValue}"*
    *label="#{bindings.EmployeesVO1.hints.Salary.label}"*
    *required="#{bindings.EmployeesVO1.hints.Salary.mandatory}"*
    *columns="#{bindings.EmployeesVO1.hints.Salary.displayWidth}"*
    *maximumLength="#{bindings.EmployeesVO1.hints.Salary.precision}"*
    *shortDesc="#{bindings.EmployeesVO1.hints.Salary.tooltip}" id="it11">*
    *<f:validator binding="#{row.bindings.Salary.validator}"/>*
    *</af:inputText>*
    *</af:column>*
    *</af:table>*
    *<af:separator id="s4"/>*
    *<af:commandButton actionListener="#{bindings.CreateInsert.execute}" text="Create Employee"*
    *disabled="#{!bindings.CreateInsert.enabled}" id="cb6"/>*
    *</af:panelGroupLayout>*
    *<af:separator id="s5"/>*
    *<af:panelGroupLayout id="pgl5" layout="vertical" halign="center">*
    *<af:commandButton actionListener="#{bindings.Commit.execute}" text="Save"*
    *disabled="#{!bindings.Commit.enabled}" id="cb7"/>*
    *</af:panelGroupLayout>*
    *</af:group>*
    *</f:facet>*
    *<f:facet name="header"/>*
    *<f:facet name="branding"/>*
    *<f:facet name="copyright"/>*
    *<f:facet name="status"/>*
    *</af:pageTemplate>*
    *</af:form>*
    *</af:document>*
    *</f:view>*

  • Glitches in address fill-ins with nicknames; default font problem; plus other glitches in Thunderbird 31.3.0 and 31.4.0; can I roll back to an earlier version?

    I am unhappy with the recent upgrade to Thunderbird 31.3.0 and now 31.4.0. My bottom line question is whether I can roll back to the previous version, which was working well for me.
    The problems I have encountered include:
    1. I used to be able to enter a single letter in many cases in the address field, and the autocomplete would fill in the entry that I always use with that single letter. That function has been lost, as has auto fill-in based on the nicknames I have entered in my Address Book. I see there is another thread on this problem (https://support.mozilla.org/en-US/questions/1036962), but no satisfactory answer so far. Entering a single letter now pulls up completely unrelated address entries that may not even have that letter as part of the name, address or nickname for that unrelated address. I have created new nicknames to try to adapt to this problem, but even these new nicknames no longer work with the 31.4.0 upgrade yesterday, forcing me to create yet more complex and hard-to-remember nicknames to pull up my frequent addressees. This is all very frustrating to me, as I depend on speed and ease when creating messages.
    2. Also, I used to be able to enter a single letter in the address field and then use the mouse to click on the "To:" symbol to the left of the next address line to change the next entry to "Cc:"; doing so would then cause the complete address to fill in in the "To:" address field, and make the next field ready for an entry. That no longer works. If I use that technique, the shortcut that I entered in the first field gets included along with the address (if I'm lucky enough to have the address itself selected now, given the problems I've mentioned above). I now have to press "Enter" in order to get the address in the first field to "take" correctly, and then have to click on the "To:" symbol for the next line as a separate action. Just another inconvenience with the new version.
    3. While still on the subject of addresses, personally I see no reason why the address and subject fields should now be colored blue by default rather than appearing as blank, white fields. I far prefer the old look. And I suspect that changing from the blue color to a nice, clean, white field takes time and computer resources that slow things down.
    4. The default font (Times in my case) no longer "takes" when replying to or forwarding messages. I've checked Tools/Options/Composition, and Times is still shown as my default font. However, when I start to type (in a reply with the original message quoted or in a forwarded message), the result is "Variable Width". In order to get Times, I need to highlight the block of text after typing, including the lead-in to the quoted message or the header of the forwarded message, and select "Times" when "(mixed)" shows up. This is a big pain; I often forget to do so and end up having to edit the Unsent Message (which I check before sending) as New and correct the font.
    5. A minor problem: I rely on the reminder to attach a message which shows up when an "attachment-related" word is entered in the body of the message. It has been a wonderful feature of Thunderbird that has prevented me on many occasions from sending off messages without the attachments. However, in the new versions, even if I have indeed added the attachment, a pop-up comes up on sending the message saying there has been no attachment and asking if I want to add one. It's easy enough to just click "No", but it's yet one more unnecessary and distracting step that this new version is requiring of the user.
    I'm really sad to see these various changes/glitches. I love Thunderbird and it bothers me deeply to find myself mired in so many new problems that slow down my work. I would be grateful for any suggestions and advice, and, particularly, for any information as whether I can roll back to the version prior to 31.3.0 that was working well for me.

    Thank you, Zenos. I tried rolling back to v31.2.0, since I had not encountered problems prior to December. However, that didn't help. So I followed your valuable suggestion to revert to v24.6; that seems to have done the trick.
    I would like to mark this problem as "Solved" -- the rollback seems to have worked. However, since my original post was a complex mix of things, before I do that, should I post the individual problem sets that I had noted (address fields/nicknames problems -- numbers 1-3; default font problem -- number 4; attachment reminder problem -- number 5) as separate issues which have not been solved?
    Do you know if these various issues are being worked on? I'm glad to have the temporary fix of rolling back to an earlier version, but I'd like to get back on the current update schedule at some point if and when these problems have been corrected.
    Thank you again!

  • Query has exceeded 300 rows problem

    I just realized I posted in the wrong forum, sorry.
    Query has exceeded 300 rows. Potentially more rows exist, please restrict your query.
    I see in the diagnostics log on screen.
    ERROR:[fnd.common.Message.auto_log]:FND�FND_POTENTIALLY_MORE_DATA�N�VO_NAME�RecusalTransientVO1�N�MAX_FETCH_SIZE�300�
    But when I execute the query from the "About this Page" link of the RecusalTransientVO1 using toad, I only get one row.
    Please help shed light on this.
    Edited by: thedatawarehouse on Jul 6, 2011 12:35 PM

    Duplicate post -- Query has exceeded 300 rows problem.

  • Exception in XML Parser (format problem?)

    Hi Experts,
    I am working on IDOC -> AS2 Configuration and the AS2 Configuration has the below structure
    <RecordSet>
         <Row1>
                       <row1 - field1>
                       <row1 - field2>
                       <row1 - field3>
         </Row1>
         <Row2>
                       <row2 - field1>
                       <row2 - field2>
                       <row2 - field3>
         </Row2>
         <Records>
              <Record1>
                        <Record1-Field1>
                        <Record1-Field1>
                        <Record1-Field1> 
              </Record1>
              <Record2>
                        <Record2-Field1>
                        <Record2-Field1>
                        <Record2-Field1> 
              </Record2>
         </Records>
    </RecordSet>
    We are getting the expected Structure when we AS2 Receiver has the xml format. But while doing module development with the strctxml2Plain, we are getting the below error  in RWB CC Monitoring.
    Message processing failed. Cause: com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.NullPointerException''; nested exception caused by: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.NullPointerException'
    Any ideas, why this error we are getting.....
    Thanks in advance,
    Regards,
    Vasu

    Hi Vasu,
    Not in the Mapping of IR.
    In BIC Mapping Designer you have to test with the standard Mappings by providing the sample file whether the Conversion is happening correctly or not.
    You have to take the same input file that what ever you are having now.
    So that it will say clearly what is the problem in converting the XMLto the required EDI Format...
    Check whether you have any Date Format Values are comming from the input file.
    Regards
    Seshagiri

  • Xml schema validation problem

    Hi All
    How to tackle this xml schema validation problem
    i am using the sample code provided by ORacle technet for xml
    schema validation in the Oracle database(817).
    The sample code works perfectly fine.
    Sample as provided by http://otn.oracle.com/tech/xml/xdk_sample/archive/xdksample_093001.zip.
    It works fine for normal xml files validated against
    xml schema (xsd)
    but in this case my validation is failing . Can you let me know why
    I have this main schema
    Comany.xsd
    ===========
    <?xml version="1.0"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.company.org"
    xmlns="http://www.company.org"
    elementFormDefault="qualified">
    <xsd:include schemaLocation="Person.xsd"/>
    <xsd:include schemaLocation="Product.xsd"/>
    <xsd:element name="Company">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="Person" type="PersonType" maxOccurs="unbounded"/>
    <xsd:element name="Product" type="ProductType" maxOccurs="unbounded"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    ================
    which includes the following 2 schemas
    Product.xsd
    ============
    <?xml version="1.0"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified">
    <xsd:complexType name="ProductType">
    <xsd:sequence>
    <xsd:element name="Type" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    ==============
    Person.xsd
    ===========
    <?xml version="1.0"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified">
    <xsd:complexType name="PersonType">
    <xsd:sequence>
    <xsd:element name="Name" type="xsd:string"/>
    <xsd:element name="SSN" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    =================
    now when i try to validate a xml file against Company.xsd
    it throws an error saying unable to find Person.xsd.
    no protocol error
    Now where do i place these 2 schemas(.xsd files) Person & product
    so that the java schemavalidation program running inside Oracle
    database can locate these files
    Rgrds
    Sushant

    Hi Jinyu
    This is the java code loaded in the database using loadjava called by a wrapper oracle stored procedure
    import oracle.xml.parser.schema.*;
    import oracle.xml.parser.v2.*;
    import java.net.*;
    import java.io.*;
    import org.w3c.dom.*;
    import java.util.*;
    import oracle.sql.CHAR;
    import java.sql.SQLException;
    public class SchemaUtil
    public static String validation(CHAR xml, CHAR xsd)
    throws Exception
    //Build Schema Object
    XSDBuilder builder = new XSDBuilder();
    byte [] docbytes = xsd.getBytes();
    ByteArrayInputStream in = new ByteArrayInputStream(docbytes);
    XMLSchema schemadoc = (XMLSchema)builder.build(in,null);
    //Parse the input XML document with Schema Validation
    docbytes = xml.getBytes();
    in = new ByteArrayInputStream(docbytes);
    DOMParser dp = new DOMParser();
    // Set Schema Object for Validation
    dp.setXMLSchema(schemadoc);
    dp.setValidationMode(XMLParser.SCHEMA_VALIDATION);
    dp.setPreserveWhitespace (true);
    StringWriter sw = new StringWriter();
    dp.setErrorStream (new PrintWriter(sw));
    try
    dp.parse (in);
    sw.write("The input XML parsed without errors.\n");
    catch (XMLParseException pe)
    sw.write("Parser Exception: " + pe.getMessage());
    catch (Exception e)
    sw.write("NonParserException: " + e.getMessage());
    return sw.toString();
    This is the code i used initially for validating a xml file against single xml schema (.xsd) file
    In the above code could u tell how to specify the second schema validation code for the incoming xml.
    say i create another Schemadoc for the 2nd xml schema.
    something like this with another parameter(CHAR xsd1) passing to the method
    byte [] docbytes1 = xsd1.getBytes();
    ByteArrayInputStream in1 = new ByteArrayInputStream(docbytes1);
    XMLSchema schemadoc1 = (XMLSchema)builder.build(in1,null);
    DOMParser dp = new DOMParser();
    How to set for the 2nd xml schema validation in the above code or can i combine 2 xml schemas.
    How to go about it
    Rgrds
    Sushant

  • SET DEFAULT ROW IN MATRIX

    Dear All,
    we have created matrix through SDK which contains multiple rows.
    we want to apply set as default row for the matrix ... How to manage the same.?
    The functionlaity is same as set defualt warehouse in Item masterINventory tabwarehouse
    Solutions appreciable
    swap

    Dear SWAPNIL PATIL,
    You could add a User Defined Field or a Checkbox column to indicate if the row is default row.
    Then add the button like 'Set as Default', when click the Button then set current focused row as default.
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • Default printer problems with adobe 10.1.2

    I was having problems printing PDFs since upgrading to 10.1.2.  After reading and trying many recommendations, I happened to notice that my default printer(I have only one printer) was listed twice on the print window.  The first (default) printer is spelled "HP PSC 2350 series" (upper case 'PSC')  The second is "HP psc 2350 series" (lower case 'psc') .  The printer is named 'HP psc 2350 series' in my printers and devices, and if I select this printer, the page will print perfectly.  Now that I have solved my printing issue,  I would like to change the default setting on the adobe print window to come up as the active link, so I don't have to continue to select a different printer everytime I wish to print a document.  The printer by the lower case "psc" name is set as the default printer in printers and devices, and I cannot figure out why it doesn't come up as the default printer on the adobe reader print window.  I also cannot figure out how to change the default in the print window.   An added interesting fact is that I get no response in the print window when I try to select "preferences' or 'advanced' for the upper case 'PSC' printer.
    My computer runs in Windows 7 (64-bit).  The printer is HP psc 2355xi all-in-one.  Any suggestions are much appreciated

    I have not been able to select a different default printer for Adobe,  but I can print if I manually select the correct link everytime.
    Date: Tue, 6 Mar 2012 13:16:52 -0700
    From: [email protected]
    To: [email protected]
    Subject: default printer problems with adobe 10.1.2
        Re: default printer problems with adobe 10.1.2
        created by AMG13 in Adobe Reader - View the full discussion
    I am having the same issue.The correct printer is selected as the default printer on the control panel and there is no driver with the lowercase convention.However, the first printer option that appears is the lowercase convention. Is there any way to select a default printer for specifically for Adobe, as opossed to the PC itself?
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4248912#4248912
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4248912#4248912. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Importstring with xml merging row data

    I have a simple XML import I'm trying to do, rather than manually parsing the data. There's a problem though. The following XML generates 3 rows in the datawindow instead of 4. I'm using a default template.
    <?xml version="1.0"?><dw_tqxml>
    <dw_tqxml_row><dosetime>AM</dosetime><qty>1</qty></dw_tqxml_row>
    <dw_tqxml_row><dosetime>8pm</dosetime><qty>1.25</qty></dw_tqxml_row>
    <dw_tqxml_row><dosetime>NOON</dosetime></dw_tqxml_row>
    <dw_tqxml_row><qty>3.00</qty></dw_tqxml_row>
    </dw_tqxml>
    The first and second rows come out fine, the third row is a combination of the two last rows.
    Here's the result data
    "AM", "1"
    "8pm", "1.25"
    "NOON", "3.00"
    dw sql is:
    select space(10) as dosetime, space(10) as qty from dummy
    It's my understanding that missing data should use the default values in the datawindow.
    PB 12.5 Build 5583
    Anyone have any ideas on why it's merging rows? This is the first time I've used XML import, don't really have a clue what I'm missing.

    I have limited experience with XML import. What I have just found is:
    Column tag names are ignored during import.
    The import "finds" the data between each detail item.
    Appears to completely ignore the surrounding "row" tags.
    Your XML file needs empty detail tags when there is no data. No PowerBuiilder import function will assign default values. Only InsertRow() function does that.
    XML imports/exports works really well with nested or composite datawindows. There are templates generated that you can use.  Not sure how templates work.

  • XML multiple targets problem

    there is an example in oracle warehouse builder user's guide how to load xml file into multiple tables (1:N relationship).
    Let's have an xml file:
    <orders>
    <order>
    <id>1</id>
    <items>
    <item>
    <product>a</product>
    </item>
    </items>
    </order>
    </orders>
    but what if one day you get an xml file where an order has no items:
    <orders>
    <order>
    <id>10</id>
    </order>
    </orders>
    I get an error message: ORA-20011: Error occurred while loading source XML document into the target database object XXX . Base exception: No rows to modify -- the row enclosing tag missing. Specify the correct row enclosing tag.
    What I want is to load in order table one row, and no rows in items table.
    The xsl for this small example that makes a problem looks like (the rest is like in oracle warehouse builder user's guide example in C appendix):
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:template match="/">
    <ROWSET>
    <xsl:for-each select="orders/order/items/item">
    <ROW>
    <ORDER_ID>
    <xsl:value-of select="../../id"/>
    </ORDER_ID>
    <PRODUCT>
    <xsl:value-of select="product"/>
    </PRODUCT>
    </ROW>
    </xsl:for-each>
    </ROWSET>
    </xsl:template>
    </xsl:stylesheet>

    Sounds like you've missed some tag from the files.
    For XML processing I would look at leveraging XDB, see the post here;
    http://blogs.oracle.com/warehousebuilder/2007/09/leveraging_xdb.html
    Cheers
    David

  • XML Forms Builder - problem with checkbox

    Hi,
    I have created many checkboxes in XML Forms Builder and if I want to create a new document based on this "Form" I have still checked one of checkboxes. I would like to have all empty  checkboxes becasue user should check the appropriate checkboxes.
    Do you know how to resolve this problem?
    Thaks for help!
    Regards,
    Andrzej Tabara

    Hi,
    is it always the same checkbox that is already filled in? Is this ckeckbox based on a metadata-definition?
    If yes: You could maybe have a look at the metadata-definition. Is there maybe a default-value defined?
    Kind reagrds
    Karin

  • XML Publisher Table problem

    Hi,
    I have been trying to build a table in a BI Report that does the following my attempts so far have not work. What I would like to happen is to have a table that has 15 rows displayed even if there are not 15 line items and in the event of more than 15 line items I would then like the extra lines to rollover to the next page displaying 15 rows in the table even if the remainder of line items is not 15. The report generates output for multiple customers. Please could someone advise how I could do this?
    Thank you,
    Mark

    A method for soving this problem is described here:
    http://oracle.anilpassi.com/xml-publisher-developing-reports-printed-on-pre-printed-stationary.html

Maybe you are looking for