Spelling error in Attributes select tag - manatory="1"

Anyone got a work around for this?
Using Product > Attributes dropdown and selecting it as a Required field, the output contains a spelling error in the Select tag.
It outputs as 'manatory', when it should be 'mandatory', therefore it does't check it it's required.
<div class="catProdAttributeItem">
<select class="input-medium" manatory="1">
<option value="">-- Please select --</option>
<option value="14238264">1 </option>
<option value="14238265">2 </option>
<option value="14238266">3 </option>
</select>
</div>
I've notified BC, but it could take some time for them to fix their code, busy as they are

Error was ours in JS. Apologies.

Similar Messages

  • Use of titleKey attribute in html:select tag

    Hi,
    There is one "titleKey" attribute to create mouse over pop-up texts taking key values from property files in case of i18n. It works for every struts specific tag like <html:text titleKey="help.rmc.name"/> or <html:checkbox titleKey="help.rmc.name"/> except for <html:select> tag which is used for creating combo box or list box. But this tag contains the titleKey attribute.
    Please give me some suggestions how to implement this mouse over pop-up texts in case of <html:select> tag

    Hi,
    There is one "titleKey" attribute to create mouse over pop-up texts taking key values from property files in case of i18n. It works for every struts specific tag like <html:text titleKey="help.rmc.name"/> or <html:checkbox titleKey="help.rmc.name"/> except for <html:select> tag which is used for creating combo box or list box. But this tag contains the titleKey attribute.
    Please give me some suggestions how to implement this mouse over pop-up texts in case of <html:select> tag

  • XML-22009: (Error) Attribute 'select' not found in 'xsl:value-of'

    Hello,
    I'm a long-time Siebel developer but novice to BIP, trying to enhance some complex rtf templates that an experienced xdo/bip developer (contractor) designed for us in the past, with a couple of new fields that have been added to the integration object.
    All templates and sub-templates receive 'no errors found' when using add-in tool selection of 'Validate Template'. Unfortunately we cannot utilize the 'preview' capability due to the way the sub-templates are called, so only way to test is to upload into server and attempt to run real-time.
    This results in UI error of SBL-OMS-00203, which when we dig into the xdo log file turns out to be:
    <Line 648, Column 88>: XML-22009: (Error) Attribute 'select' not found in 'xsl:value-of'.
    I have exported all templates and sub-templates into XSL-FO Style Sheet and looked at line 648 column 88, and none of them seem to correspond to this line/column combination (in fact most exports do not even go that high in lines).
    Googling 'XML-22009' hasn't proven to be of much help, so reaching out to the xdo experts in this forum.
    How are the line/column #'s determined in the xdo log output?
    I am pretty sure that it must be some issue with my 'Main' template, since none of the sub-templates have been changed (and the current version of the report, without the new fields incorporated, still runs fine from the UI). In the XSL-FO format export of the (modified, with new fields added) 'Main.rtf' file, line 648 places it right in the midst of a bunch of hex which corresponds to an imbedded image (which was also part of the existing template, no change there) and that line only has 65 columns (i.e. doesn't even go up to 88), so I'm questioning how valid the Line/Column information is in the xdo log error message.
    Any hints on troubleshooting this one would be greatly appreciated!
    Thanks & Regards,
    Katrina

    Hi,
    as I wrote in the inital message, we even left out the output method or used "application/pdf". The result is unfortunately always the same. And I still claim this is not a problem with the stylesheet itself, it has to do something with the mobile's environment.
    Something I didn't tell: we have 2 servlets in our application, 1 responsible for output in html and 1 in pdf. The .fo stylesheet passed to the 'html servlet' is parsed correctly (and shows the source code, because it does not know about fo and conversion to pdf), the .xsl stylesheet passed to the 'pdf servlet' raises same exception/same line. You might tell us that there is a problem with the 'pdf servlet', but once again: why in online it is working?
    Greetings and thanx very much for your precious time!

  • Error: An attribute cannot appear more than once in the same start tag

    Hi Everyone,
    when i run the page sometimes it works fine but sometimes it throws Compilation Error as below.
    "Error(502,1224): file:/C:/Jdeveloper/jdevhome/jdev/myhtml/OA_HTML/fwk/t/Session_2055663493/region1.uix<Line 502, Column 1224>: XML-20124: (Fatal Error) An attribute cannot appear more than once in the same start tag."
    And i delete the particular file from the path and run the page so this time it works fine.
    But later after sometime i get the same error but the session number will be changed, then again i need to delete it and run.
    What can be the permanent solution for this issue?
    Plz let me know any suggetions.
    Thanks.

    Seems like the mdl file is corrupted or was not generated correctly.
    Can you try to create the mdl file again and then try the import ?
    If it doesn't work then try contacting Oracle Support.

  • Spelling Errors In Mail Are Not Highlighted As I Type

    Hi,
    I have 'Check Spelling As I Type' enabled in Preferences in Mail, however my spelling errors are not highlighted (underlined in red) as I type.
    This feature used to work but for some reason no longer does - not sure if this is attributable to recent software updates?
    To check the spelling I need to select that option from the Edit menu.
    Any ideas how to turn this feature back on.
    Thanks

    Are your dictionary files in place? They should be here:
    ~/Library/Spelling
    Maybe check that the permissions are OK on this file (do a Repair Permissions from Disk Utility).
    Also, check your spelling settings in Mail: Go to Edit->Spelling->Spelling...
    Finally, several other applications use the same spelling services as Mail, so try using Text Edit to see if the problem is there too.

  • Select Tag

    Hi ,
    I am using select tag in my form and assigning the values to
    it from cfquery tag. And i wan the dropdown list box to be appeared
    in ten rows of the table so i am using the cfloop tag. but i am
    getting a error for cfoutput tag
    Code written is:
    <cfloop index="i" from="1" to="5">
    <cfoutput>
    <tr>
    <td>
    <select name="prod#i#">
    <option value="selec" selected="selected">Select
    One</option>
    <cfoutput query="sel">
    <option value="#Product_id#">#Product_name#
    #i#</option>
    </cfoutput>
    </select>
    </td>
    </cfoutput>
    <td> <input type="text" name="price#i#"
    readonly="readonly" /></td>
    <td><input type="text" name="prod_qty#i#"
    /></td>
    <td><input type="text" name="tot#i#" readonly="yes"
    onfocus="calculate();" /></td>
    </tr>
    </cfoutput>
    </cfloop>
    Error is:
    i.e
    Invalid tag nesting configuration.
    A query driven CFOUTPUT tag is nested inside a CFOUTPUT tag
    that also has a QUERY= attribute. This is not allowed. Nesting
    these tags implies that you want to use grouped processing.
    However, only the top-level tag can specify the query that drives
    the processing.
    Can anybody help me out on this ..
    Thanks & Regards,
    Ravi

    I need 10 rows in my table to differentiate each select tag
    or dropdownlist i am using cfoutput twice....
    example: <cfloop index=i from="1" to="10">
    <cfoutput> // used differentiate index " i " for
    Prod#i# used in next statement.
    <select name=prod#i#>
    <cfoutput query="sel"> // To fill the Dropdown list
    <option=#val#>#name#</option>

  • Error as Attribute check for Asst, Govt & Parl Bus & PA to Dpty Chair fail

    Hi,
    I have created a new user and the user can not use the "SHOP" transaction in SRM portal. He is getting the error "Attribute for user XXXX contains errors. Inform system admin".
    I have checked the org. stracture through PPOSA_BBP and find the error as "Attribute check for YYYY failed".
    Could any body please suggest me what I need to do now?
    where,
    XXXX----name of the user
    YYYY----Position of the user
    Thanks,
    Pijush

    hI
    users_gen
    execute
    now select
    copy user and employee data from template
    and
    now
    select radio button
    create users from existion su01 users (since you have already created SU01 user in gui)
    then execute
    org id 5XXXXXXX - where do you want to assign the user ( this is org id from ppoma_bbp)
    and selcect country of that org .(country must be mentioned in org 5XXX in the address tab)
    and continur
    and area of users
    type your user id and execute
    muthu

  • Attributes selected in query with no column type found! (solved)

    Dear JHeadstart Team,
    In the view object Editor I have two entity based attributes attrib1 and attrib2
    both with type Number. Both have aliases with type number(9,0)
    If attrib1 is null I want to have the value of attrib2.
    In the expression box I put: nvl(attrib1,attrib2)
    When I press the ok button I get the next error message.
    "Attributes selected in query with no column type found!
    Specifying column-type and precision results in better query performance at runtime.
    Do you wish to set default column type for these attributes? "
    When I say ok I get the next message:
    "An error occurred. Unable to apply all the wizard changes.
    Column type cannot be changed for Entity based attribute.
    Exception: oracle.jbo.dt.objects.JboExeption."
    The details button serves no extra information.
    Since both the attributes have the same type I thought the nvl commando should work.
    But what does the "no column type found" sentence mean?
    regards,
    Marcel.
    Message was edited by:
    user571204

    Thanks Jan,
    You've put me on the right track.
    I found out that this is only possible in the entity object class.
    So I have to check my limited java skills.

  • Error Message ( Error converting a selection internally  )

    Hello Experts ,
    I have a question ...all the time i try to open a selection at planning book  the following message appears
    Error converting a selection internally
    Message no. /SAPAPO/MCPSH_SEL029
    Some one can help me with this issue PLEASE ....
    Thanks
    Mauricio

    Hi,
    I have used the function module /SAPAPO/MCPSH_SELECTION_SAVE to create selection ids. Now for selection id which has a navigational attribute as a selection criteria, i am getting the below error when I select it in the planning book.
    Error converting a selection internally
    Message no. /SAPAPO/MCPSH_SEL029
    When I do Display Selection on the selection id, I find the following
    APO Planning Version    000 
    Depot    ABC 
    PROD_ACTIVE    X 
    This is strange as the 1st two infoobjects APO Planning Version and Depot are characteristics and are displayed by their description while the 3rd infoobject PROD_ACTIVE is a navigational attribute and that is displayed by its name.
    When I goto Object selection, I find that the selection criteria has only APO Planning Version  =  000  and Depot =  ABC. The navigational attribute PROD_ACTIVE = X is missing.
    Can anybody throw some insights into this issue?
    Thanks in advance
    Ehsan Ahmed

  • Spelling error in error message

    Hello,
    I know this is not a very important issue, but anyway I try to report it.
    In SQLDev version 3.1.07.42 (but the issue is present also in v1.5.5) there is a spelling error in the connection busy error message.
    It says "*Connection is currrently busy. Try again?*", but I believe there are too many "r" in the word "currently".
    Thanks,
    Paolo

    Such tags can have uses beyond getting fed back to the compiler. For instance, I do this at the top of my build tree:
    make -k >& ,make-log
    analyzelogfile ,make-log > ,build-summary
    The analysis summarizes how many warnings and errors come from the compiler, how many other compiler errors were generated (collect2 phase), and how many linker errors were generated, by type of warning/error. This is tremendously helpful in quickly finding out whether the changes you just checked in made the situation better or worse.
    For purposes of writing the analyzelogfile script, it helps a lot to have consistent structure/format of error and warning messages. Currently it's uglier than that, partly because there are multiple build phases involved (preprocessor, compiler, linker), each with its own ideas on how to print messages, and partly because I'm also maintaining portable code (Studio and GCC). I end up with a Perl script to do the analysis, and it can be hacked as new types of messages are discovered. It would be a lot nicer if the structure/format were well-defined in advance, and such tags were human-readable. Then the script would have an easier time finding and reporting the summarized data, by simply including such tags in the output along with a count of each type of tag that occurred.

  • OSB 11g - Conditional Branch Problem using attribute selection

    Folks,
    Came across a problem using OSB Conditional Branch using attribute selection, it fails & is most likely a bug. It was bug in ALSB2.5 but read in forums was fixed in ALSB 2.6
    things I am doing -
    1. In the Msg Flow, Conditional branch is @ the start of the flow
    Xpath :- ./cm:processLineItem/cm:lineItem/@actionCode
    In-Variable: - body
    Label: - MODIFY
    Operator:- =
    Value:- 'Modify'
    It fails with BEA-382000 error Code
    <con:errorCode>BEA-382000</con:errorCode>
         <con:reason>
         com.bea.wli.sb.stages.StageException: {bea-err}TYPE003: Runtime Type Mismatch
         </con:reason>
    What could be wrong with Xpath or is it a Bug ?
    Thanks,
    Abhijeet

    Hi Abhijeet,
    Your case is re-producible. It may be a bug.
    BTW, I have noticed a strange behaviour -
    1. If there is only one attribute then it works fine (<cus:lineItem actionCode="Modify")
    2. If the attribute which you want to refer in selection, is in the last then also it works fine (<cus:lineItem priorityRanking="201" quantity="1"> actionCode="Modify")
    So I will suggest you to raise a case with support and meanwhile as a workaround I would suggest you to use actionCode attribute in the last of lineItem node. So your XML should be like -
    <soapenv:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <cus:processLineItem xmlns:com="http://vodafone.com.au/ebo/vha/CommonComponents" xmlns:cus="http://vodafone.com.au/cm/ocv/ebm/CustomerOrder" xmlns:cus1="http://vodafone.com.au/ebo/vha/CustomerManagement">
    <com:header>
    <com:createDateTime>2008-09-29T11:49:45</com:createDateTime>
    <!--Optional:-->
    <com:webUser>test</com:webUser>
    <com:channel>string</com:channel>
    <com:applicationName>string</com:applicationName>
    <com:businessIdentifier>string</com:businessIdentifier>
    <!--Optional:-->
    <com:entityIdentifier>string</com:entityIdentifier>
    <!--Optional:-->
    <com:sourceIdentifier>string</com:sourceIdentifier>
    <!--Optional:-->
    <com:statusCode>Success</com:statusCode>
    <!--Optional:-->
    <com:messageIdentifier>string</com:messageIdentifier>
    </com:header>
    <cus:lineItem priorityRanking="201" quantity="1" actionCode="Modify">
    <!--You have a CHOICE of the next 3 items at this level-->
    <!--Optional:-->
    <cus1:product ID="string">
    <!--Zero or more repetitions:-->
    <cus1:attribute>
    <com:name>test</com:name>
    <com:value>test1</com:value>
    </cus1:attribute>
    </cus1:product>
    </cus:lineItem>
    </cus:processLineItem>
    </soapenv:Body>
    Regards,
    Anuj

  • JSP page error: JSPtranslate: attribute | has no value.

    Hi again,
    I've written the JAVA class, the TLD and the JSP but when I try to provide the parameters to the TLD file in the JSP I get this error: JSPTranslate: attribute | has no value. /**** My TLD file is in a WEB_INF/tags/ directory. ***/
    I've included my JAVA class, JSP and TLD files below.
    package com.ibm.samples.TEMP;
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    public class TEMP extends TagSupport
         private int mandatory = 0;
    //Set method base upon info from .tld file
         public void setMandatory(int mandatory)
             this.mandatory = mandatory;
    //Init tag called from .JSP page that used the custom tag.
        public int doStartTag() {
           try
                JspWriter out = pageContext.getOut();
                out.println("<table border=1>");
           if (mandatory == 1)
               out.println("<tr><td> <input type=\"text\"" +
                     "style=\"background-color:yellow\" size=\"25\" name=\"user\">");
              else
               out.println("<tr><td> <input type=\"text\"" +
                     "style=\"background-color:white\" size=\"25\" name=\"user\">");
           catch (Exception ex)
                  throw new Error("Failure");
    // Must return SKIP_BODY because there isn't a body for this tag.
           return SKIP_BODY;
    //End tag ends table and exits, along with error / exception catching
         public int doEndTag(){
            try  {
                                  JspWriter out = pageContext.getOut()
                                  out.println("</table>");
                          catch (Exception ex)
                                  throw new Error("Failure.");
          return EVAL_PAGE;
    --------------END OF CLASS--------------
    ----------------------JSP----------------------
    <%@ taglib [tagdir="/WEB-INF/tags/" | uri="/WEB-INF/tags/inputTAGS.tld"] prefix="I" %>
    <HTML>
      <HEAD> 
           <TITLE>Custom Tags</TITLE> 
      </HEAD>
      <BODY BGCOLOR = "WHITE">
          <H3>Custom Tags!</H3>
          <FORM METHOD="GET" ACTION="customTags.jsp">
            <P>
            Enter First Name:<br>:
            <P>
            <I:inputTags mandatory="1"/>
            <P>
            Enter Last Name:<br>:
            <P>
            <I:inputTags mandatory="1"/>
            <P>
            Enter Phone Number:<br>:
            <P>
            <I:inputTags mandatory="0"/>
            <P>
            <INPUT TYPE="SUBMIT" VALUE="Submit">
            <INPUT TYPE="RESET" VALUE="Reset">
          </FORM>
      </BODY>
    </HTML>
    --------------END OF JSP--------------
    --------------------TLD--------------------
    <?xml version = "1.0" encoding = "ISO-8859-1"?>
    <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
    "http://java.sun.com/dtd/Web-jsptaglibrary_1_2.dtd">
    <taglib xmlns = "http://java.sun.com/JSP/TagLibraryDescriptor">
    <tlib-version>1.0</tlib-version>
    <jsp-version>1.2</jsp-version>
    <short-name>Input tags library</short-name>
    <description>Custom tags test</description>
    <tag>
    <name>inputTags</name>
    <tag-class>com.ibm.samples.temp.TEMP</tag-class>
    <description>
    Formatted text box:
    </description>
    <attribute>
    <name>mandatory</name>
    <required>true</required>
    <rtexprvalue>true</rtexprvalue>
    </attribute>
    </tag>
    </taglib>
    - LS6V

    I made a new web project and the TLD link is fine. But I have a new error:JspTranslate: unable to load class null I'm recieving the error in my JSP page editor.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <%@ taglib uri = "/WEB-INF/lib/tag.tld" prefix="I" %>
    <HTML>
      <HEAD>
           <TITLE>Custom Tags</TITLE>
      </HEAD>
      <BODY BGCOLOR = "WHITE">
          <H3>Custom Tags!</H3>
          <FORM METHOD="GET" ACTION="JSPTAG.jsp">
            <P>
            Enter First Name:<br>:
            <P>
    ERROR FOUND HERE ----------->>> <I:inputTag mandatory="1"/>
            <P>
            Enter Last Name:<br>:
            <P>
            <I:inputTag  mandatory="1"/>
            <P>
            Enter Phone Number:<br>:
            <P>
            <I:inputTag mandatory="0"/>
            <P>
            <INPUT TYPE="SUBMIT" VALUE="Submit">
          </FORM>
      </BODY>
    </HTML>---------------------------JAVA CLASS-------------------------
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    public class TAG extends TagSupport
         private String mandatory="";
         private int iMandatory = 0;
    //Set method base upon info from .tld file
         public void setMandatory(String hold)
             mandatory = hold;
             iMandatory = Integer.parseInt(mandatory);
         public String getMandatory()
          return(mandatory);
    //Init tag called from .JSP page that used the custom tag.
        public int doStartTag() {
           try
            JspWriter out = pageContext.getOut();
            out.println("<table border=1>");
             if ( iMandatory == 1)
               out.println("<tr><td> <input type=\"text\"" +
                     "style=\"background-color:yellow\" size=\"25\" name=\"user\">");
            else
               out.println("<tr><td> <input type=\"text\"" +
                     "style=\"background-color:white\" size=\"25\" name=\"user\">");
           catch (Exception ex)
                  throw new Error("Failed in doStartTag");
    // Must return SKIP_BODY because there isn't a body for this tag.
           return SKIP_BODY;
    //End tag ends table and exits, along with error / exception catching
         public int doEndTag(){
            try {
                 JspWriter out = pageContext.getOut();
                out.println("</table>");
            } catch (Exception ex){
                  throw new Error("Failed in doEndTag");
            return EVAL_PAGE;
    }---------------------------TLD------------------------
    <?xml version ="1.0" encoding = "UTF-8"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <taglib xmlns ="http://java.sun.com/JSP/TagLibraryDescriptor">
      <tlib-version>1.0</tlib-version>
      <jsp-version>1.2</jsp-version>
      <short-name>Input tags library</short-name>
      <description>Custom tags test</description>
      <tag>
        <name>inputTag</name>
        <tag-class>source.TAG</tag-class>
        <description>
            Formatted text box:
        </description>
        <attribute>
          <name>mandatory</name>
          <required>true</required>
          <rtexprvalue>true</rtexprvalue>
          <type>String</type>
        </attribute>
      </tag>
    </taglib>

  • Error processing CFX custom tag "CFX_iMSMail".

    Hi
    I am testing a CF application and this is the error I get.,
    when I am trying to 'register for a certain event'.
    Error processing CFX custom tag "CFX_iMSMail".
    'The CFX custom tag "CFX_iMSMail" was not found in the custom
    tag database. Please be sure to add custom tags to the database
    before using them. If you have added your tag to the database then
    you should check the spelling of the tag within your template to
    insure that it matches the database entry.'
    Text
    The following are the lines of code in one of my cf pages
    that seem to be responsible for causing the error.
    486 : spooldir="#application.mailPath#/Out/"
    487 : priority="0"
    488 : smtpfrom="#listPart.contactEmail#"
    489 : header_from="#Trim(listPart.contactName)#
    <#Trim(listPart.contactEmail)#>"
    Is there any fix for the CFX custom tag problem or is there
    anything I am missing. I am using CF 7.0 on Windows XP
    thanks in advance

    You must register CFX custom tags in the CF Administrator.
    Until you do, they will not be found by the server. That's what the
    error message is trying to tell you.

  • JAG-XML : XML-24536: (Error) Missing Attribute 'groupName'

    Hi,
    I am getting the following error after creating a group using the option 'Edit JHeadstart Application Definition' on my view controller.
    JAG-00001.0 [ init ] Invalid property in application structure file. XML processing logged the following errors:
    JAG-XML : <Line 62, Column 4220>: XML-24536: (Error) Missing Attribute 'groupName'
    Unable to validate service
    I have not named the group appropriately. But strangely I am not being allowed to correct this. When I try to bring up the 'Edit JHeadstart Application Definition' window (where I can correct this) it pops up another window that prompts me this: 'Do you want to migrate this Application Structure from version 10.1.2 to 10.1.3?' and options given are Yes/No/Cancel. Irrespective of whatever I choose, it says 'Application Structure file has not been migrated'. I am not able to open up the application definition window.
    Any clues how I get around this?
    Regards,
    Amit

    Amit,
    You can correct this situation by opening the Application Definition as an XML file, and editing the XML source. You can go to (Resources) (properties folder) yourAppDef.xml in the navigator, and drag-and-drop the file to the editor pane.
    In the XML source, find the newly added group (maybe search on some property value that you know the group has) and add name="yourGroupName" in the <group> tag.
    Hope this helps,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Error getting attribute on MBean: AttributeNotFoundException

    Folks,
    our application on WL 6.1 SP 2 runs smooth, no probs during
    testing.
    But when we try to modify or view the deployment descriptor
    using the console, we get the exception which the stack trace
    below. We get this with every ejb-jar file.
    please help ....
    cu
    indy
    <Feb 25, 2002 10:43:10 AM GMT+00:00> <Error> <Management> <Error getting attribute
    on MBean xxxxx.xxx:Application=****,EJBComponent=****,
    EJBDescriptor=EJBDescriptor-2,Location=CentralServer,Name=Pool-7,StatelessSessionDescriptor=StatelessSessionDescriptor-7,
    Type=Pool,WeblogicEJBJar=WeblogicEJBJar-5,WeblogicEnterpriseBean=WeblogicEnterpriseBean-7.
    Method: null
    javax.management.AttributeNotFoundException:
    at weblogic.management.internal.DynamicMBeanImpl.getXAttributeInfo(DynamicMBeanImpl.java:1630)
    at weblogic.management.internal.DynamicMBeanImpl.getAttribute(DynamicMBeanImpl.java:502)
    at weblogic.management.internal.DynamicMBeanImpl.getAttribute(DynamicMBeanImpl.java:477)
    at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1181)
    at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1151)
    at weblogic.management.internal.MBeanProxy.getOneAttribute(MBeanProxy.java:283)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:199)
    at $Proxy92.getAttribute(Unknown Source)
    at weblogic.management.console.utils.MBeans.getDisplayName(MBeans.java:785)
    at weblogic.management.console.utils.MBeans.getDisplayName(MBeans.java:662)
    at weblogic.management.console.tags.NavDeleteMenuTag.doStartTag(NavDeleteMenuTag.java:53)
    at weblogic.management.console.webapp._ejb._weblogic.__nav._jspService(__nav.java:1743)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:466)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:296)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:116)
    at weblogic.management.console.webapp._ejb.__nav._jspService(__nav.java:181)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:241)
    at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112)
    at weblogic.management.console.actions.ForwardAction.perform(ForwardAction.java:35)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
    at weblogic.management.console.actions.internal.ActionServlet.doGet(ActionServlet.java:91)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Hi all,
    I m facing similar with problem WLS 9.2, when I try to get value of any attributes for "EJBTransactionRuntime" AttributeNotFoundException ..can any one tell me exact hierarchy for accesing "EJBTransactionRuntime"..here is how my jmx program is accesing through below hierarchy.
    ServerRuntime->ApplicationRuntimes->ComponentRuntimes->EJBComponentRuntimes->EJBRuntimes->EntityEJBRuntimes->TransactionRuntimes->EJBTransactionRuntimes
    And I m getting following....Exception
    " in thread "main" javax.management.AttributeNotFoundException: com.bea:ServerRuntime=examplesServer,Name=BeanMa
    nagedAccountEJB,ApplicationRuntime=ejb20BeanMgedEar,Type=EntityEJBRuntime,EJBComponentRuntime=ejb20BeanMgedEjb:Transacti
    onRuntimes"
    This exception i m getting exactly when my program tries to access "TransactionRuntimes" from hierarchy..
    any help g8ly appreciated...

Maybe you are looking for

  • Confirmation of Production order

    Hi Expert I would like to set Production profile such that Without issuing goods for the production order confirmation of operations is possible. I want to restric this. Where can we do this in configuration? Plase explain in details Thanks & Regards

  • Your Apple ID isn't enabled for iTunes Connect. Learn More

    Trying to connect to iTunes connect - Getting this message. Your Apple ID isn't enabled for iTunes Connect. Learn More Clicking on the link takes me to the front page of apple support which is not very helpful. I have an enrolled enterprise Dev accou

  • How to bulk remove duplicate contacts?

    how to bulk remove duplicate contacts on Samsung S 4

  • I just updated my iphone now I can't connect to my itunes

    My software is OS X version 10.5.8 I just updated my phone and i can't connect it with my itunes. Is there anyway that I can purchase the newest software online even though I don't have the App store

  • Email after 2.0 for iPod touch

    Ever since upgrading my touch to 2.0 I find that I have to do a soft reset often just to get email to download to the touch. What can be done to keep that from happening?