Resource Bundle location

Hi,
I have recreated several resource bundle properties files for different locales. The structure of my files are as follows:
All my jsp files are in a folder called i18n which is located in the ROOT folder of Tomcat 5.5.7. Within the i18n folder a WEB-INF folder is located
All my properties files are in a folder called classes within the WEB-INF.
When I run my jsp page allowing the user to choose a locale, the following error appears:
org.apache.jasper.JasperException: Can't find bundle for base name Message, locale en_US
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
root cause
java.util.MissingResourceException: Can't find bundle for base name Message, locale en_US
     java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:837)
     java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:727)
     java.util.ResourceBundle.getBundle(ResourceBundle.java:577)
     org.apache.jsp.i18n.i18nDemo_jsp._jspService(org.apache.jsp.i18n.i18nDemo_jsp:88)
     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
Did I place the properties files in the wrong folder?? Please help. Thanks

I'm assuming you're talking about Struts.
Make sure your files are named correctly for the different locales. For example, the default, english and french versions would be:
WEB-INF/classes/ApplicationResources.properties
WEB-INF/classes/ApplicationResources_en.properties
WEB-INF/classes/ApplicationResources_fr.properties
and so forth..

Similar Messages

  • Problem using Resource Bundle in XSLT File

    Hi All,
    I've been trying to use Resource Bundle on my XSLT file with no success for the last 2 weeks. So I would like some help to definitely end this problem.
    The fact is that i have a property file that i would like to read and it works fine when i use jsp or a servlet however when i try to call the same property file using my XSL i get the message below:
    java.util.MissingResourceException: Can't find bundle for base name thoth, locale en_US
    Follow the code from my Stylesheet that i'm calling the resource bundle:
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:java="java.util.ResourceBundle" exclude-result-prefixes="java" version="1.0">
    <xsl:strip-space elements="*"/>
    <xsl:output method="html" indent="yes" version="4.0"/>
    <xsl:output encoding="ISO-8859-1"/>
    <xsl:template match="page">
    <html>
    <body>
    <xsl:apply-templates select="paragraph"/>
    <xsl:variable name="resources" select="java:getBundle('thoth')"/>
    <xsl:value-of select="java:getString($resources,'general.title')"/>
    </body>
    </html>
    </xsl:template>
    </xsl:stylesheet>
    Please someone could help me why this file cannot be located, I am 100% of sure the property file path is in my classpath since it works fine in a servlet. Should i have to put it some other place? Do i have some other way to read this file and show the information from the file?
    I would appreciate any help
    thanks in advance and Regards
    Fabio

    Please someone could help me why this file cannot be located, I am 100% of sure the property file path is in my classpath since it works fine in a servlet.
    Is the property file in your classpath? or whether the directory where the property file is residing is in your classpath. Please put only the directory where the property file is located in the classpath and try again.
    It may be working fine with the servlet because j2ee servlet containers put the classes and lib directory automatically in the classpath therefore resource bundle gets loaded even without putting it explicitly in the classpath. This doesn't happen when you try to test some component from the console.
    Let me know if this does not work.
    regards,
    Abhishek.

  • Default lookup of resource bundle is wrong ?

    Hi,
    i have defined resource bundle files for localizing purpose, which i define:
      localization.properties
      localization_da.properties (danish language)
      localization_sv.properties (swedish language)
    By default for all other languages than danish & swedish, it should use the localized texts from localization.properties
    However i have a weird scenario: i created a user with English language.
    On the development server, the user uses the localization.properties
    On the test server, the user (with english and all other languages than da/sv) uses the localization_da.properties INSTEAD!?!?
    I found the
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/42/938297a5061d69e10000000a1553f6/frameset.htm">Lookup of Recource Bundle</a>, which is quite useful but didn't help resolve this problem.
    As it states the locale is determined by the following priorities:
    1. Component locale (there's no setting in this case)
    2. Portal mandatory localte (no setting neither)
    3. User locale (i have set the bebud info and it shows correctly that user has EN language)
    4. Request locate (the request.getLocale also shows the EN language which is correct)
    5. Portal default locale (i checked prtDefault.properties file in both servers, it both set to EN/US as default setting)
    6. System default locale
       - Anyone know how to check JVM default language?
       I checked the windows language setting, both have EN as default so no different in this case neither.
    So how can one server uses the correct resource and another use the wrong resource still, any ideas??
    Are there any other settings i haven't checked yet? Any helps will be very appreciated.
    I think about my work around is to have only 3 resource files:
      localization_en.properties (english and other languages)
      localization_da.properties (danish language)
      localization_sv.properties (swedish language)
    but i don't sure if it's possible to have no default  localization.properties file?

    Hi,
    +"But what is the point of having Bundle class for let say EO"+
    The point is to allow applications to be translated into multiple languages so that - based on the user language setting - the application runs with native labels. This works well with the default properties or Java resource bundle in ADF BC. So what doesn't work is the solution you copied from the AMIS blog and you may want to reach out to them if this works for them and if not why. Oracle support is correct in that they cannot support 3rd party samples and demos
    Frank

  • Wrong default resource bundle is retrieved, anyone?

    Hi,
    i have defined resource bundle files for localizing purpose, which i define:
    localization.properties
    localization_da.properties (danish language)
    localization_sv.properties (swedish language)
    By default for all other languages than danish & swedish, it should use the localized texts from localization.properties
    However i have a weird scenario: i created a user with English language.
    On the development server, the user uses the localization.properties
    On the test server, the user (with english and all other languages than da/sv) uses the localization_da.properties INSTEAD!?!?
    I found the
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/42/938297a5061d69e10000000a1553f6/frameset.htm">Lookup of Recource Bundle</a>, which is quite useful but didn't help resolve this problem.
    As it states the locale is determined by the following priorities:
    1. Component locale (there's no setting in this case)
    2. Portal mandatory localte (no setting neither)
    3. User locale (i have set the bebud info and it shows correctly that user has EN language)
    4. Request locate (the request.getLocale also shows the EN language which is correct)
    5. Portal default locale (i checked prtDefault.properties file in both servers, it both set to EN/US as default setting)
    6. System default locale
    - Anyone know how to check JVM default language?
    I checked the windows language setting, both have EN as default so no different in this case neither.
    So how can one server uses the correct resource and another use the wrong resource still, any ideas??
    Are there any other settings i haven't checked yet? Any helps will be very appreciated.
    I think about my work around is to have only 3 resource files:
    localization_en.properties (english and other languages)
    localization_da.properties (danish language)
    localization_sv.properties (swedish language)
    but i don't sure if it's possible to have no default localization.properties file?

    Hi Matt,
    > but i don't sure if it's possible to have
    > no default localization.properties file?
    No, that leads to an exception if the language determined for a user is not reflected by some bundle file. You can still duplicate the localization_en.properties file to localization.properties.
    Anyhow, if - for whatever reason - the bundle localization_da.properties got selected for a certain user, it probably also will be selected if you provide additional property files...
    Hope it helps
    Detlev

  • Resource Bundles in source missing

    I can't seem to locate any resource bundle properties files in the source...isn't this available also?  I need to change some labeling, specifically:
        _label.text = Localization.impl.getString(ROLE_STRINGS[_data.role]);
    thanks,
    David

    Hi there,
    In order to be Flex-independent, we had to build a Localization Framework
    that didn't depend on resource bundles. That said, you should be able to
    plug resource bundles in pretty easily.
    Localization.impl = new MyLocalizationManager();
    Then, make a MyLocalizationManager class which implements
    ILocalizationManager - the method you specifically need to implement is
    getString(). You can pull the string from your resource bundles in that
    method.
      nigel

  • Where does the resources bundle files need to be

    Hi All,
    Does any of you knows where all the custom resources bundle files that will be used on BCC need to be?
    I have something like this:
    BCC module /src/com/mycompany/resources/WebAppResources.properties
    But when I try to use it
    This happens
    javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "title" with value "${activity.description}": An error occurred while getting property "description" from an instance of class atg.bizui.activity.GenericActivity (java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key manageLoyaltyProgram.description)
    I am trying to use it on a activity that will be used in the ActivityManager:
    This is what I have
    <resource-bundle>com.mycompany.resources.WebAppResources</resource-bundle>
    Do you know if I am missing somehting or putting the files on a wrong location?
    Regards,
    Obed

    Hi Shaik,
    The title of for the source is added http://i.imgur.com/a6WVxsW.png but when I click on it it throws this exception:
    javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute "value" with value "${activity.displayName}": An error occurred while getting property "displayName" from an instance of class atg.bizui.activity.GenericActivity (java.util.MissingResourceException: Can't find resource for bundle j
    ava.util.PropertyResourceBundle, key emanageLoyaltyProgram.displayName)
    meaning that the properties file is on the classpath, but my genericActivities.xml file is not able to read the properties file.
    Any suggestion?
    Regards,
    Obed

  • Java Property Resource Bundle

    I have an XmlError but the JRC engine cannot find a java resource bundle properties file for that key. I have deployed jrc into jboss. Where can I find the file and where is the best location for it?
    thanks
    Bruce

    Hi CaptainMorgan08,
    Thanks for pointing me in that direction. As I understand that is a complete documentation of the class, but I was unable to find there this "key secutiry.ex" error message.
    The applet runs fine when I launch it on my desktop XP, but when I upload it to my Linux server, and access it over the net than it throws this error...
    It seems like this is not a common error...

  • Locale Resource Bundle Best Practice

    Hi
    I have a Flex application that loads it's locale resource bundle from a service.
    So when the httpservice loads the bundle it populates an instance of a class "I18NBundle" that contains all the bundle properties. For instance you could do:
    i18nBundle.hello_message and it would return "Hello"
    I'm currently using Cairngorm for this project so this i18nBundle instance it's on the model locator.
    What I'm seeing and that I don't like is that for a component be able to get the bundle it must access to the model locator and then to the i18nBundle.
    Instead of that what I would like is that each component doesn't rely on this for getting the bundle.
    I guess I could create a "bundle" property on each component class and then pass it the reference to the bundle when it is instanciated. It seems it could be messy and a difficult task to initialize this property in some cases for instance on a datagrid cell renderer.
    Other could be transforming the I18NBundle class into a singleton and then when the service response it's recieved the singleton it's initialized. Since all application components should/must access the same locale bundle I guess this could be a better option.
    What do you think about this?
    Do you think there is some a better way to achieve this with Flex?
    Any opinion or recommendation would be appreciatted.
    (I don't wish to use the Adobe Flex proposal of having the properties file on the Flex project and the compiling them into swf.)
    thanks in advance.
    Polaco.
    ps: If you think I haven't expressed myself correctly please let me know and I will rewrite it.

    I have managed to extend IResourceBundle and added it to ResourceManager.
    The only problem now is that my bundle does not represent a language and it doesn't need a name either.
    Since the localization part is done on the webapplication and then the apporpiate bundle returned in the request's response.
    So it's locale attribute value is "".
    And it's name is "".
    I can display a property correctly if I use the following code:
    (resourceManager.getResourceBundle('','')).content.helloMessage
    but I doesn't work if I try to retrieve it like:
    resourceManager.getString("", "helloMessage");
    any ideas ?
    thanks

  • Adapter Deployment & resource bundles

    Hello ,
    I deployed an adapter on server and while in communication channel monitoring I was not able to get the status of that channel.
    The following error was reported there:
    Cannot retrieve status for this channel due to: Could not locate resource bundle 'com.xyz.aii.af.abc.adapter.ra.rb_JCAAdapter_ChannelMonitor' for locale en_US: MissingResourceException: Can't find bundle for base name com.lntinfotech.aii.af.primavera.adapter.ra.rb_JCAAdapter_ChannelMonitor, locale en_US
    Is any one having idea about this error or about resource bundle?
    thanks,
    regards,
    Fariha

    Hello ,
    I deployed an adapter on server and while in communication channel monitoring I was not able to get the status of that channel.
    The following error was reported there:
    Cannot retrieve status for this channel due to: Could not locate resource bundle 'com.xyz.aii.af.abc.adapter.ra.rb_JCAAdapter_ChannelMonitor' for locale en_US: MissingResourceException: Can't find bundle for base name com.lntinfotech.aii.af.primavera.adapter.ra.rb_JCAAdapter_ChannelMonitor, locale en_US
    Is any one having idea about this error or about resource bundle?
    thanks,
    regards,
    Fariha

  • Displaying Chinese read from resource bundles

    I have trouble displaying Chinese characters in my application. The text strings in the application that is shown to the user are put into resource bundles (ResourceBundle). In the file text_zh_TW.properties, the chinese text strings are located. The file is stored in UTF-8 format.
    When I fetch a chinese string from this file and display it in the GUI, it is not dispalyed properly. It is displayed almost like this '����>'.
    When I "format" the file by using native2ascii, the chinese chars are replaced by unicode escape numbers in the file. Then it works. But I will rather not format the file, because it makes maintanence more difficult.
    I'm using JBuilder as development tool.
    Does anyone know how to do this?

    u are just trying to do nothing but the internalisation concept. usually wat we do is that for example if we want o display any french language or german language we just use go to the corresponding trnslating websites and fetch those french words or any other corresponding language and use to store those words .properties file and after that we will display those words for the selected language.
    now ur problem is that as we dont have chinese letters in our keyboards u just go to the sites which will translate those words u mention and u just take a print screen and convert those words by cutting using mspaint and save it as .jpg file format and display those wods correspondingly....

  • Resource bundle unknown

    I have problems using components in actions script projects
    in Flex 2.0 beta. See the code below. Every time I use a component
    (e.g. Button) the error message 'Could not find resource bundle
    core' is displayed. Who can help me?
    Code;
    package {
    import flash.display.MovieClip;
    import mx.controls.Button;
    public class Test extends MovieClip
    public function Test()
    var a:Button = new Button();
    this.addChild(a);
    }

    I had the same problem. Next to adding all the 'framework'
    swc's to your project - don't forget to add the framework_rb.swc to
    your project library path. It's located in the 'locale' directory.

  • I'm getting an error "Could not find compiled resource bundle 'layout' for locale 'en_US'."

    I thought I would update to the latest trunk version of the sdk.  When I run my code I keep getting this Error being thrown:
    "Error: Could not find compiled resource bundle 'layout' for locale 'en_US'."
    It worked fine with the beta sdk and nightly builds from a long time before that.  The error occured in builds 7573 and 7830, so what ever changed happened before then.  I put a break point in there, and other resource bundles are being loaded ok.
    My project uses RSLs and modules. I'm using Flash Builder beta.
    I'm not familiar with resource bundles and not sure what to look for.  Any ideas as to what to try or where to look?
    Is there something I need to update to run the latest code?
    Is the the appropriate place to post questions regarding the nightly builds?  Or should I be asking somewhere else?
    Thanks!
    PS Here is the full stack trace if it gives anyone more ideas:
    Error: Could not find compiled resource bundle 'layout' for locale 'en_US'.
        at mx.resources::ResourceManagerImpl/installCompiledResourceBundle()[E:\dev\trunk\frameworks \projects\framework\src\mx\resources\ResourceManagerImpl.as:339]
        at mx.resources::ResourceManagerImpl/installCompiledResourceBundles()[E:\dev\trunk\framework s\projects\framework\src\mx\resources\ResourceManagerImpl.as:268]
        at mx.core::FlexModuleFactory/installCompiledResourceBundles()
        at mx.core::FlexModuleFactory/docFrameHandler()
        at flash.display::MovieClip/nextFrame()
        at mx.core::FlexModuleFactory/deferredNextFrame()
        at mx.core::FlexModuleFactory/update()
        at mx.core::FlexModuleFactory/moduleCompleteHandler()

    hi
    also add the following
    to my compiler auguments:
    -locale en_US    -source-path=locale/{locale}    -allow-source-path-overlap=true
    and to actionScriptProperties I have the following where path= is the location of your locale folder
    <compilerSourcePathEntry kind="1" linkType="1" path="/locale/{locale}"/>
    Not sure if this is the correct way to do it, but it stopped me getting any errors.

  • Unable to resolve resource bundle "fiber"

    Hi all!
    I'm trying to use AMF with PHP in Flash Builder 4 (plug-in version) and I'm having the following error:
    Unable to resolve resource bundle "fiber" for locale "pt_PT". dss Unknown Flex Problem
    I've found a workaround here in which they recommend to add these lines too the beginning of the eclipse.ini file:
    -nl
    en_US
    Nonetheless, even adding those lines to the file, I keep having the same error.
    Anyone knows what might be going wrong?
    Best regards,
    Jorge

    If you're trying to...
    use Adobe's lifecycle/fiber/generated classes/RemoteObjectServiceWrapper
    import com.adobe.fiber.valueobjects.AvailablePropertyIterator
    import com.adobe.fiber.services.wrapper.RemoteObjectServiceWrapper;
    etc. etc., here's what I did:
    Don't add those two lines to your ini file. (At least, I'm using Flash Builder 4 and this wasn't necessary for me)
    import 2 swc folders (Under Properties -> Flex Build Path -> Library Path):
    /Applications/Adobe Flash Builder 4/plugins/com.adobe.flexbuilder.dcrad_4.0.0.272416/dcradSwcs/4.0/libs
    and
    /Applications/Adobe Flash Builder 4/plugins/com.adobe.flexbuilder.dcrad_4.0.0.272416/dcradSwcs/4.0/locale
    (the latter has the swc with the locale and the locations of these files will vary, esp. if you're not on a mac)
    HTH

  • Cannot retrieve resource bundle

    Hello all, I need some help with obtaining my resource bundle. I'm fairly
              new to JCA so please bear with me. I would like to get my resource bundle
              for my logging messages. I'm using Log4J with Weblogic 7.0 SP1.
              I had an ear file containing several resrouce adapters. Here's a sample
              makeup of the ear file:
              application.ear:
              config/log4j.properties
              config/log4j_resourceBundle.properties
              ra1.rar
              ra2.rar
              webapp1.rar.
              Each of the resource adapters and the web applications have a reference to
              the config directory within MANIFEST.MF:
              Class-Path: config
              Now at startup, I try to get my resource bundle using the following line:
              try {
              ResourceBundle bundle = ResourceBundle.getBundle(bundleName,
              Locale.getDefault(), Thread.currentThread().getContextClassLoader());
              logger.setResourceBundle(bundle);
              } catch (MissingResourceException mre) {
              System.out.println("Missing Resource Bundle : " +
              bundleName);
              Every time I try to get the resource bundle within my rar file, I keep
              getting the println statement. Within my EJBs and web applications, this
              piece of code works and is able to get the resource bundle. It's only the
              RAR file which has trouble doing so.
              Can anyone help me out here? Any help would be appreciated.
              Sundeep Kapadia
              

              Hi Sundeep Kapadia,
              "Sundeep" <[email protected]> wrote:
              >Hello all, I need some help with obtaining my resource bundle. I'm fairly
              >new to JCA so please bear with me. I would like to get my resource bundle
              >for my logging messages. I'm using Log4J with Weblogic 7.0 SP1.
              >
              >I had an ear file containing several resrouce adapters. Here's a sample
              >makeup of the ear file:
              >
              >application.ear:
              >
              > config/log4j.properties
              > config/log4j_resourceBundle.properties
              > ra1.rar
              > ra2.rar
              > webapp1.rar.
              > ...
              >
              >Each of the resource adapters and the web applications have a reference
              >to
              >the config directory within MANIFEST.MF:
              >
              > Class-Path: config
              >
              >Now at startup, I try to get my resource bundle using the following line:
              >
              > try {
              > ResourceBundle bundle = ResourceBundle.getBundle(bundleName,
              >Locale.getDefault(), Thread.currentThread().getContextClassLoader());
              > logger.setResourceBundle(bundle);
              > } catch (MissingResourceException mre) {
              > System.out.println("Missing Resource Bundle : " +
              >bundleName);
              > }
              >
              >Every time I try to get the resource bundle within my rar file, I keep
              >getting the println statement. Within my EJBs and web applications,
              >this
              >piece of code works and is able to get the resource bundle. It's only
              >the
              >RAR file which has trouble doing so.
              >
              >Can anyone help me out here? Any help would be appreciated.
              >
              >Sundeep Kapadia
              >
              >
              This exception is "Key used to locate the message stating that the message bundle
              for a resource adapter cannot be located on the classpath".
              I have used ResourceBundle in my LDAP Adapter. I have included the ResourceBundle
              inside the jar of LDAP Adapter itself. The RAR uses the classes available in the
              same JVM, So I have set the .jar file in the classpath of the Weblogic Server.
              You could use separate Resource Bundle for RAR.
              Regards,
              Balendran
              Software Engineer,
              SIP Technologies.
              www.siptech.com
              

  • Please : WWC-43273 - ContainerException: Unable to load resource bundle

    Please Help :(
    Development Environment:
    Application : Hello World Portlet
    OAS : 10.1.2.0.2 Installed on LocalHost
    Development Tool : JDeveloper 10.1.3.2.0
    Portal Server : 10.1.4 Installed on LocalHost
    I have followed following Tutorial for the same : http://www.oracle.com/technology/obe/obe1014portal/standards_portlets/stdsplts.htm
    My EAR WSDL (http://localhost/HelloWorld/portlets?WSDL) in OAS is working perfectly fine yeilding following output :
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:bind="urn:oasis:names:tc:wsrp:v1:bind" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:oasis:names:tc:wsrp:v1:wsdl">
    <import namespace="urn:oasis:names:tc:wsrp:v1:bind" location="http://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_v1_bindings.wsdl"/>
    <wsdl:service name="WSRPService">
    <wsdl:port binding="bind:WSRP_v1_Markup_Binding_SOAP" name="WSRPBaseService">
    <soap:address location="http://infra:80/HelloWorld/portlets/WSRPBaseService"/>
    </wsdl:port>
    <wsdl:port binding="bind:WSRP_v1_ServiceDescription_Binding_SOAP" name="WSRPServiceDescriptionService">
    <soap:address location="http://infra:80/HelloWorld/portlets/WSRPServiceDescriptionService"/>
    </wsdl:port>
    <wsdl:port binding="bind:WSRP_v1_Registration_Binding_SOAP" name="WSRPRegistrationService">
    <soap:address location="http://infra:80/HelloWorld/portlets/WSRPRegistrationService"/>
    </wsdl:port>
    <wsdl:port binding="bind:WSRP_v1_PortletManagement_Binding_SOAP" name="WSRPPortletManagementService">
    <soap:address location="http://infra:80/HelloWorld/portlets/WSRPPortletManagementService"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    However when i try to access the same via Register Provider wizard in Portal Server 10.1.4 i get this exception.
    An error occurred during the call to the WSRP Provider: Java stack trace from root exception:
    java.rmi.ServerException: Internal Server Error (java.lang.RuntimeException: oracle.webdb.wsrp.server.ContainerException: Unable to load resource bundle "portlet.resource.CHelloWorldBundle")
    at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingSender.java:384)
    at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:245)
    at oracle.webdb.wsrp.WSRP_v1_ServiceDescription_PortType_Stub.getServiceDescription(WSRP_v1_ServiceDescription_PortType_Stub.java:63)
    at oracle.webdb.wsrp.client.design.v1.OraWSRP_v1_ServiceDescription_PortType.getServiceDescription(Unknown Source)

    Found the solution:
    I needed to choose the Servlet 2.3/JSP 1.2 (J2EE 1.3) when creating my JSR268 Portlet.
    Also the second change I needed to make was to use J2SE ver. 1.4.2_12. To do this change the default j2se ver. of JDeveloper(i.e ver. 1.5) from project properties > libraries node > edit/change j2se definitions screen and select java.exe from j2se1.4.2_12/bin

Maybe you are looking for

  • Multimapping issue

    Hi Experts, Scenario : SOAP -> XI -> RFC Source side : One message Target side : Two RFCs Depends on..one of the source field value I have to trigger the particular RFC. IR Objects 1. Interface mapping - 1 Source message interface occurance - 1 Targe

  • Using the Java API

    Hi everyone, I just wanted to see if anyone knows whether I need a license to use the Java API included in the trial version of Adobe LiveCycle ES. I need to include some PDF manipulation code for dynamic XFA forms in an application, and I first read

  • Copying time machine backup files from one external drive to another

    Can anyone tell me if it is possible to copy the backups performed by Time Machine on one external drive to another external drive, and if so, how? I am using a company drive and will need to return it. It is a 500GB La Cie Drive. I just purchased a

  • Opening an EXCEL on client side

    Hi, I have an "EXCEL" file on server side and I need to open or save it on client side through jsp. How can I achieve this. If anyone knows please give me a reply on, how to open a server side EXCEL file on client side. Thank you.

  • Where does numbers 3 store templates?

    Hi All Where are templates stored in Numbers 03? Previously Numbers 09 stored them in Library/application support/iWork/Numbers/My Templates? This is not the case as when I put a new template into this folder, Numbers does not see it. I work off diff