Arabic resource file problem

i use jdeveloper 10.1.3 and windows xp
i developed an hr application
no i want my application to support both english and arabic language
so i used windows notepad to write my resource file in arabic and english
with english it worked good no problems
but when i tried to save the arabic resource file on notepad
i could not save it in ANSI format
so i tried to save the file in a unicode or utf-8 format
the problem is that when i try to a resource file in a format either that ANSI
i does not work except with ANSI FORMAT file with arabic or english
waiting for reply

I think that the solution is to use Unicode utf-8
add this line in the header of every page that content arabic word
<%@ page contentType="text/html; charset=utf-8" %>
and in the ResourceBundle file write in arabic , you will see after compilation that what you had write in arabic became in Unicode.
exemple :
before compilation
Form.label.sndName= &#1575;&#1604;&#1573;&#1587;&#1605;
after comilation
Form.label.sndName= \u0627\u0644\u0625\u0633\u0645
and remember that i sad that you must add
<%@ page contentType="text/html; charset=utf-8" %> in every page that content arabic word
in jsp page write
<bean:message key="Form.label.sndName"/>
if you folowing this concept you will not encounter any problem with javascript validation

Similar Messages

  • Unable to find "Adobe PDF" resource files PROBLEM

    I've installed Adobe Acrobat 8 Standard on Windows 7 operating computer.
    And while I was trying to create PDF from a file, it always shows
    Unable to find "Adobe PDF" resource files.
    Do you want to run the installer in repair mode?
    Yes or No
    I've pressed yes yet it doesn't really help me and still shows the same message.
    I've pressed no, and it doesn't do anything.
    ANY IDEA?
    PLEASE HELP!!!!!!!!!!

    Does this occur if you are logged in as the administrator? Have you updated AA8 to the latest version? You very likely need the latest version to run on Win 7, particularly since AA8 is not certified for Win 7. If you have a 64-bit system, there is no question that you need to update.

  • Undefined charecters When I write arabic in a resource file

    I have another problem in my resource bundle files, when I write arabic in my Dictionary_ar.proerties file, I save and close the file, but when I reopen it, all of my arabic writings turns to question marks,here is a line of code from the file:
    Save =???
    Is there any line of code which could be written in the resource file to maintain the Arabic language format, or to tell the Jdev that this file contains arabic characters.
    best regards,
    Ahmad Esbita

    MS Office for Mac does not really support Arabic.  But you may just have a font problem.  Disconnected letters means a Windows font is being used.  Change the font to a Mac font like Geeza Pro.
    For better Arabic support, try OpenOffice.

  • Problem in reading a resource file form JAR

    Problem in finding a resource file from the jar.....
    I have my code in the following directory structure
    rootDir -
         libDir -
              XMLEntities.res
         modelDir -
              File1
              File2
              File3
    Step1 - I create a jar file with root as modelDir and with all its files.
    Step2 - I add XMLEntities.res also to the root of the jar
    If I run my application using
    java -classpath ;C:\aip_build\build_dm\rmi_server_files\dm.jar; model.data_model.ActivateDataManager
    My application which uses Xalan.jar (lyong under ext directory in jdk) does not find XMLEntiries.res.
    If I use my application as under without creating jar my application does find XMLEntites.res
    Can anyone tell me why the application can not find the XMLEntities.res inside jar?

    Sorry I missed one line............
    Problem in finding a resource file from the jar.....
    I have my code in the following directory structure
    rootDir -
    ----libDir -
    --------XMLEntities.res
    ----modelDir -
    --------File1
    --------File2
    --------File3
    Step1 - I create a jar file with root as modelDir and
    with all its files.
    Step2 - I add XMLEntities.res also to the root of the
    jar
    If I run my application using
    java -classpath
    ;C:\aip_build\build_dm\rmi_server_files\dm.jar;
    model.data_model.ActivateDataManager
    My application which uses Xalan.jar (lyong under ext
    directory in jdk) does not find XMLEntiries.res.
    If I use my application as under without creating jar
    my application does find XMLEntites.res
    java -classpath
    ;C:\aip_build\build_dm\rmi_server_files\;C:\aip_build\b
    ild_dm\rmi_server_files\lib
    model.data_model.ActivateDataManager
    Can anyone tell me why the application can not find
    the XMLEntities.res inside jar?try loading the resources as a InputStream
    something like :
    InputStream is = NameOfLoadingClass.class.getClassLoader().getResourceAsStream("XMLEntities.res");
    Hope this might help you in some way.

  • Firefox cannot be closed; the following message appears: "Can't load resource file, can not run". How to solve this problem; I am using Windows XP SP3

    Whwn I want to close Firefox 9.x , a pop-up appears with the message: "Can't load resource file ......" . First I have to close this pop-up, then Firefox is closed. Also with other versions of Firefox I had this problem.

    i deleted the rdf and now the first window only (and any tabs in it) are maximised. i found this in the rdf
    <RDF:Description RDF:about="chrome://browser/content/browser.xul#main-window"
    screenX="4"
    screenY="4"
    width="1008"
    height="461"
    sizemode="Normal" />
    i tried changing normal to maximised; no effect. either i need also to change the numbers (to match a maximised window) or ff ignores this. i want to be able to open different sites in different windows, and not have to maximise them manually. ff never used to be broken, why break this? what possible security flaw was fixed by screwing up ff to never open maximised unless u hack it or delete certain config files?

  • Having problem with Unable to find "Adobe PDF" resource files

    Hello
    I have Adobe Acrobat XI PRO (11.0.05) and using MS Office 2010 on my Windows XP SP3.
    I've read about this issue.
    "Unable to find PDFMaker resource files error shows up for Microsoft Word when Acrobat XI
    is installed with Acrobat X Standard already on the same machine. If the user repairs
    or even uninstalls Acrobat XI, then the same error shows up for Acrobat X Standard also.
    The user must repair Acrobat X Standard in order for PDFMaker to work with it again. [3327895]"
    But i don't have Acrobat X installed anymore also I didn't encountered this problem when i was using a lower version of Acrobat XI can't remember what exact version.
    Repair Mode works but only temporary once i shutdown my laptop and boot-up then create a pdf the error returns again so yeah i once again run the Repair Mode to in-order for me to create PDF's
    What should i do?
    Any help would be geatly appreciated

    Hi RazzMaTazz007 ,
    You might want to refer to the discussion on the thread : http://forums.adobe.com/message/4781497#4781497

  • Having problem loading resource file in WAR

    Forgive me to post it here, I'm not sure where I should post this question.
              I'm using weblogic 5.1 with sp 9. In an WAR file, I put an resource file
              myapp.dtd as the follwoing:
              WEB-INF/classes/myapp.dtd
              WEB-INF/classes/mypackage/MyHello.class
              In MyHello.java, I'm loading myapp.dtd using an absolute path:
              getClass().getResourceAsStream("/myapp.dtd")
              This fails and returns null.
              However, if I put myapp.dtd in the same directory as MyHello.class
              WEB-INF/classes/mypackage/myapp.dtd
              WEB-INF/classes/mypackage/MyHello.class
              and use a relative path:
              getClass().getResourceAsStream("myapp.dtd")
              This sucessfully load the resource file.
              Does anyone know the problem with the first approach? Thanks.
              -gecko
              

    A correction, both approaches seem to fail if I deploy it in a WAR file.
              However, both of them succeeded if I deploy it as an exploded WAR file. So
              the problem is not absolute path v.s. relative path. It is a problem in
              weblogic class loader's handling of WAR file. I think this is clearly a bug
              in weblogic.
              "gecko" <[email protected]> wrote in message
              news:3b8fc81f$[email protected]..
              > Forgive me to post it here, I'm not sure where I should post this
              question.
              >
              > I'm using weblogic 5.1 with sp 9. In an WAR file, I put an resource file
              > myapp.dtd as the follwoing:
              >
              > WEB-INF/classes/myapp.dtd
              > WEB-INF/classes/mypackage/MyHello.class
              > ...
              >
              > In MyHello.java, I'm loading myapp.dtd using an absolute path:
              >
              > getClass().getResourceAsStream("/myapp.dtd")
              >
              > This fails and returns null.
              >
              > However, if I put myapp.dtd in the same directory as MyHello.class
              >
              > WEB-INF/classes/mypackage/myapp.dtd
              > WEB-INF/classes/mypackage/MyHello.class
              >
              > and use a relative path:
              >
              > getClass().getResourceAsStream("myapp.dtd")
              >
              > This sucessfully load the resource file.
              >
              > Does anyone know the problem with the first approach? Thanks.
              >
              > -gecko
              >
              >
              >
              

  • JDev 9.0.3 - problem with compiler options to copy resource file types

    Hello,
    Following a quite strange scenario, I found something bizarre related to the project compile options in 9.0.3 production (I assume the same problem was present way before...)
    Let me first present the facts:
    Assume I have in my project one file named noext (with no extension!) and another one file.verylongext. I know it's not best practice, but let's say they are third party files and I would prefer not to touch them.
    I am able to add them to the project sources, in the specified packages, then I update the Project Settings/Compiler/Resource File Types to Copy to Output Directory.
    But, when I compile, I realize that not all my files were copied to classes/. In fact, if I specify ...;noext;file.verylongext, I get only noext copied, while if I specify ...;file.verylongext;noext, I only get file.verylongext.
    I also tried to use only .verylongext, but the result was exactly the same...
    Of course I can copy the files manually, outside JDev, but this is not best practice neither... :)
    As long as JDev 9.0.3 seems to provide support for filtering the files that will be added to a project (see thread Re: update column for details), I don't really see the purpose of filtering again the files that will be transferred to classes/ (apart from the little bug).
    I think it would be far more useful to have the reverse filter, i.e. "Resource File Types not to Copy to Output Directory". JDev team, would it be possible to have this in 9.0.4?
    Thanks,
    Adrian

    >I tried to reproduce the problem and couldn't.
    Nevermind, I will be back on this when I'll have a simple example.
    >One question, is noext and file.verylongext part of your project?
    Well, you know, since I said I have them in my project, it means that I added them there and I checked that they really were added. No offense...
    >One more question, did you enable Scan Source Path to ... in the input paths panel of the pproject properties?
    No, I did not enable this option, since I see all my files in the project and the only source path is project's src.
    But my real point is related to the enhancement request I made. Given the circumstances,
    could you provide the reverse filter, i.e. "Resource File Types not to Copy to Output Directory", in a future version, maybe 9.0.4?
    Thanks,
    Adrian

  • Problem keeping resource files for iPhone/iPad builds in sync

    I recently created a new target for iPad by upgrading my target for iPhone, which seemed to work fine. However, since then I have had problems when I make changes to the plist files that I have grouped under Resources.
    When I upgraded the target, it created a new folder for iPad resources called Resources-iPad. This only contained the nib files -all the other plist files I have containing data are still in the Resources folder.
    When I added a new plist file to Resources and try to load it using the bundle path, it gives me different paths for the iPhone/iPad versions, in .../Application Support/iPone Simulator/4.2/Application/...
    However, the path of the file I am trying to load is of the form myApp./MyFile.plist, and I can't seem to open the app in the bundle path directory in Finder.
    I've tried things like making clean, etc. Are there any steps you need to take to keep the resource files of the iPad target in sync with the iPhone one once it has been created?

    I created the new target using Xcode>Project>UpgradeCurrentTargetForIpad. This created another folder under .../Application Support/iPhone Simulator/4.2/Application/... with a different serial number. The new folder contains a new app, myApp-Upgraded, which corresponds to the bundle path it will use when this target is run.
    I presume it's due to the file path existing in the original app, but not in the upgraded one. The file will be found when the original target is run, either on the device or the simulator, but not when the upgraded target is run on either, but I don't know how to make the upgraded target reference the correct resources.

  • Problem with jar including resource files.

    Have working project (classes + resources (video files)).
    After making executable jar file project still working, but without resource files.
    What can i do?
    Edited by: user13653211 on 08.01.2011 7:33

    Thanks a lot, but my browser redirects me from that link
    "http://docs.sun.com/source/819-0913/author/jar.html"
    to "http://www.oracle.com/technetwork/indexes/documentation/index.html" where I can't find material about discussed subject.
    Edited by: KaryuzinRoman on 19.01.2011 10:44

  • Can a Resource file (.fr) be of type "Unicode text document"?

    Dear All,
    I'm doing string localization in my plugin programs. I created a resource file (MyPlugIn2_arAE.fr) for defining arabic strings. When I saved this file, I selected the type as "Unicode Text Document". Becuase only if it is a Unicode Text Document my arabic strings are preoperly saved. If I selected the type as "Text document" and save the file, all my arabic strings became "????????" like that. Now the problem is, it's giving a compilation error. (This is because the resource file MyPlugIn2_arAE.fr is saved as "Unicode Text Document").
    Error looking for resource specification. Need 'resource' or 'type'.
    odfrc - Execution terminated! 
    How do I resolve this problem?
    Thanks.

    Hi,
    I tried compiling with CS3 SDK, it gave an error and some warnings. I copied the output below. But with CS4 SDK, it compiles fine. How do I resolve this?
    1>Compiling...
    1>VCPlugInHeaders.cpp
    1>c:\sdk\adobeindesign\cs3\source\public\includes\UnicodeSavvyString.h(261) : error C2220: warning treated as error - no 'object' file generated
    1>c:\sdk\adobeindesign\cs3\source\public\includes\UnicodeSavvyString.h(261) : warning C4267: 'argument' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\UnicodeSavvyString.h(268) : warning C4267: '=' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\UnicodeSavvyString.h(281) : warning C4267: 'argument' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(348) : warning C4267: 'argument' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(366) : warning C4267: 'return' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(536) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int32', possible loss of data
    1> c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(477) : see reference to function template instantiation 'int32 Strip_If<std::binder1st<_Fn2>>(WideString &,T)' being compiled
    1> with
    1> [
    1> _Fn2=std::equal_to<WideString::value_type>,
    1> T=std::binder1st<std::equal_to<WideString::value_type>>
    1> ]
    1>c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(554) : warning C4267: 'return' : conversion from 'size_t' to 'int32', possible loss of data
    1>Build log was saved at "file://c:\MyProjects\MyPlugIn2\objR\MyPlugIn2\BuildLog.htm"
    1>MyPlugIn2 - 1 error(s), 7 warning(s)
    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

  • Resource file issue in Visual Webpart for Visual Studio 2012

    I am using visual studio 2012 to develop visual webparts,we have a multilingual site whic is in english and arabic.when i try to use resource file for both i am getting error for resource not found but the same thing is working in visual studio 2013.please
    suggest is it a problem or tell me how can i use resource files in visual studio 2012

    For using resource file in Visual web part you must need to add resource file in to App_GlobalResources instead of 15 hive resource folder.

  • Java.io.IOException: unable to find the type mapping resource file

    Hi,
    I am using weblogic7.0 to deploy my applications. I wrote a web service and
    was able to deploy it sucessfully. I am trying to access the web service through
    a jsp page. I am the error posted below on my server and " error:505 internal
    server error" on the browser. Can any one please help me out with the problem.
    My jsp page just displays the float value i am returing from the session bean
    method.
    Thanks,
    Ramya.
    <Apr 14, 2003 4:32:51 PM PDT> <Error> <HTTP> <101019> <[ServletContext(id=64204
    55,name=bankwebapp,context-path=/bankwebapp)] Servlet failed with IOException
    java.io.IOException: unable to find the type mapping resource file for:bank.Ban
    kService
    at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegi
    stry.java:62)
    at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at bank.BankService_Impl.<init>(BankService_Impl.java:23)
    at jsp_servlet.__getbal._jspService(__getbal.java:106)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.ru
    n(ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:445)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:306)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    on.run(WebAppServletContext.java:5412)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServi
    ceManager.java:744)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppS
    ervletContext.java:3086)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestI
    mpl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >
    <Apr 14, 2003 4:40:59 PM PDT> <Notice> <Application Poller> <149400> <Activatin
    g application: appsdirbankwebapp_war>
    <Apr 14, 2003 4:40:59 PM PDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbankwebapp_war on myserver - Running>
    <Apr 14, 2003 4:41:01 PM PDT> <Notice> <Application Poller> <149404> <Activate
    application appsdirbankwebapp_war on myserver - Completed>
    The url value from the jsp page ishttp://localhost:7001
    The wsdl value from the jsp page ishttp://localhost:7001/web_services/BankServi
    ce
    <Apr 14, 2003 4:41:06 PM PDT> <Error> <HTTP> <101019> <[ServletContext(id=72463
    20,name=bankwebapp,context-path=/bankwebapp)] Servlet failed with IOException
    java.io.IOException: unable to find the type mapping resource file for:bank.Ban
    kService
    at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegi
    stry.java:62)
    at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at bank.BankService_Impl.<init>(BankService_Impl.java:23)
    at jsp_servlet.__getbal._jspService(__getbal.java:106)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.ru
    n(ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:445)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:306)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    on.run(WebAppServletContext.java:5412)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServi
    ceManager.java:744)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppS
    ervletContext.java:3086)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestI
    mpl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >

    Hi Manoj,
    Thanks a lot for your hepl. I tried as you said and its working now.
    Ramya
    "manoj cheenath" <[email protected]> wrote:
    Make sure that you put the client jar file generated by
    clientgen in the lib directory of the jsp web app.
    It looks like the runtime is unable to load
    <service>.xml type mapping file. This xml file
    should be in the classpath (web-inf/lib or
    web-inf/classes).
    -manoj
    "Ramya" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I am using weblogic7.0 to deploy my applications. I wrote a web serviceand
    was able to deploy it sucessfully. I am trying to access the web servicethrough
    a jsp page. I am the error posted below on my server and " error:505internal
    server error" on the browser. Can any one please help me out with theproblem.
    My jsp page just displays the float value i am returing from the sessionbean
    method.
    Thanks,
    Ramya.
    <Apr 14, 2003 4:32:51 PM PDT> <Error> <HTTP> <101019><[ServletContext(id=64204
    55,name=bankwebapp,context-path=/bankwebapp)] Servlet failed withIOException
    java.io.IOException: unable to find the type mapping resource filefor:bank.Ban
    kService
    atweblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegi
    stry.java:62)
    atweblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at bank.BankService_Impl.<init>(BankService_Impl.java:23)
    at jsp_servlet.__getbal._jspService(__getbal.java:106)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.ru
    n(ServletStubImpl.java:1058)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:401)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:445)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:306)
    atweblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    on.run(WebAppServletContext.java:5412)
    atweblogic.security.service.SecurityServiceManager.runAs(SecurityServi
    ceManager.java:744)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppS
    ervletContext.java:3086)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestI
    mpl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >
    <Apr 14, 2003 4:40:59 PM PDT> <Notice> <Application Poller> <149400><Activatin
    g application: appsdirbankwebapp_war>
    <Apr 14, 2003 4:40:59 PM PDT> <Notice> <Application Poller> <149404><Activate
    application appsdirbankwebapp_war on myserver - Running>
    <Apr 14, 2003 4:41:01 PM PDT> <Notice> <Application Poller> <149404><Activate
    application appsdirbankwebapp_war on myserver - Completed>
    The url value from the jsp page ishttp://localhost:7001
    The wsdl value from the jsp page
    ishttp://localhost:7001/web_services/BankServi
    ce
    <Apr 14, 2003 4:41:06 PM PDT> <Error> <HTTP> <101019><[ServletContext(id=72463
    20,name=bankwebapp,context-path=/bankwebapp)] Servlet failed withIOException
    java.io.IOException: unable to find the type mapping resource filefor:bank.Ban
    kService
    atweblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegi
    stry.java:62)
    atweblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at bank.BankService_Impl.<init>(BankService_Impl.java:23)
    at jsp_servlet.__getbal._jspService(__getbal.java:106)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    atweblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.ru
    n(ServletStubImpl.java:1058)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:401)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:445)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubI
    mpl.java:306)
    atweblogic.servlet.internal.WebAppServletContext$ServletInvocationActi
    on.run(WebAppServletContext.java:5412)
    atweblogic.security.service.SecurityServiceManager.runAs(SecurityServi
    ceManager.java:744)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppS
    ervletContext.java:3086)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestI
    mpl.java:2544)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    >

  • Unable to Find the Type Mapping Resource File (Two web services)

    Hello,
    I am using BEA weblogic 7.0 to deploy my applications. I have a web service and was able to deploy it sucessfully. I am trying to access this web service from another web service previously succesfully deployed too. When I call the second one, I have the next problem:
    java.io.IOException: unable to find the type mapping resource file for:tuoprec.sinsesion.TuOPRecService
    at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegistry.java:62)
    at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at tuoprec.sinsesion.TuOPRecService_Impl.<init>(TuOPRecService_Impl.java
    I put the client jar file (2nd web service) obtained from the <clientgen> in the class path of the ear file (1st web service), but I have the same error.
    Can anybody help me?,
    jose luis

    Hello,
    I am using BEA weblogic 7.0 to deploy my applications. I have a web service and was able to deploy it sucessfully. I am trying to access this web service from another web service previously succesfully deployed too. When I call the second one, I have the next problem:
    java.io.IOException: unable to find the type mapping resource file for:tuoprec.sinsesion.TuOPRecService
    at weblogic.webservice.core.encoding.DefaultRegistry.<init>(DefaultRegistry.java:62)
    at weblogic.webservice.core.rpc.ServiceImpl.<init>(ServiceImpl.java:72)
    at tuoprec.sinsesion.TuOPRecService_Impl.<init>(TuOPRecService_Impl.java
    I put the client jar file (2nd web service) obtained from the <clientgen> in the class path of the ear file (1st web service), but I have the same error.
    Can anybody help me?,
    jose luis

  • Resource file in configuration folder

    Hi, I've run into a slight problem with Dreamweaver the other day. I was moving the icon and it accidentally was dropped into the trash.
    I took the icon out and have it in the Dock again, but I can't get the icon back into the Creative Suite folders for some reason.
    Now everytime I try to load Dreamweaver--from the Dock or the icon that I have on the Desktop it gives me the same error.
    "Could not locate the Resources file in the Configuration folder.
    This file is required to run Dreamweaver. Please reinstall the application."
    And now I'm puzzled and lost as to what to do to get Dreamweaver up and running again.
    I'm running CS5 and on a Mac. 10.6.8 version.
    Any help would be much appreciated.

    Never mind. I was plying around with it again and figured it out. I had to move the actual file from the desktop into the application folders via finder. And now it works perfectly.

Maybe you are looking for

  • Importing files from folder

    Hello Guys! Since I downloaded the latest ITUNES version I have the problem, that i tunes does not import all my files from the mp3 folder. I have around 2000 files and it only imports 960. Does anyone know what the problem might be and how I can sol

  • Opening one of my pages in a new window.

    Hi there, i'm trying to create link that opens a larger version of an image in a new window. So far i've created a hyperlink from the original (small) image to a larger version of the same image on a new page but it doesn't look like i can get that n

  • Quick question about BIS - Allowed websites

    Hi, I would like to know if all web browsing is free with the BIS or is this limited to social websites like facebook etc. if there is some kind of list, would someone be able to provide me with such list. Because I don't want to go and browse the in

  • HT1338 unable to print from adobe

    Unable to print documents from Adobe.  i have updated Adobe, and still no luck.  I was able to print with no problems, until we update to OS X 10.8.2

  • Home Sharing not working on Verizon iPhone 4s?

    I just bought a iPhone 4s from Verizon and I got the home sharing but when I go into my family's library nothing is there. It is currently plugged into my families computer. How do I get the movies from here onto my phone? Ive done all the steps appl