EJB Tier and the Locale

Hello,
I want to pass over the locale from the web tier to the ejb tier.
1. how do I do that?
2. then how do I set the locale in the ejb tier?
Thanks in advance,
Julien Martin.
ps. Here is what I have in my jboss console:
Can't find bundle for base name arcoiris/resources/messages.es, locale fr_FR
Message was edited by:
balteo

Hey!
Did you get the solution for that ? i have same kind of requirement...
please share how did you achive that.

Similar Messages

  • Login problem in that the radius server is not configured. And the local user does not authenticate

    When trying to login, the message appears "No radius server configured" and the local user does not authenticate. How do I access without rebooting the Switch 6500 with CatOS.

    Hi PK.
    Thanks for your Attention. You know how to insert a line configuration via SNMP RW  "set radius server 10.112.15.21 auth-port 1645 primary"?
    I believe this way or can I work around the problem.

  • My Mac book pro is dead and the local authorised service center is screwing me. They are asking me almost the cost of a Mac for repairing it. What should be done?

    My Mac book pro which is just one and half years old got dead suddenly. My Protection plan got over and the local authorised service center says the logic board is dead and it has to be replaced. The cost for the same which they are telling is Rs.47500 and another Rs.30000 for the display. Its really sad that a new Mac book pro is costing only Rs65000 in the Indian Market. Please help....I have saved lot of money to buy this Mac and its very sad that it goes off in less than 2 years time.

    No one here can do anything to help you.

  • HT201318 I upgraded my iCloud storage capacity for a higher tier and the device does not actually reflects said upgrade. How can this be resolved since my credit card was charged

    I upgraded my Icloud storage capacity to a higher tier and my Iphone does not reflect the change although my credit card was charged and the device is nor properly backup. How can this be resolved?

    It seems to take up to a couple of days for the upgrade to take hold, at least that's the experience of some users.  Give it 24 hours before contacting apple.
    For customer service issues, go here...
    https://expresslane.apple.com/Issues.action

  • Report Scheduling. How to syncronize the GMT and the local server timezones

    Hi everybody, I need to schedule reports using the Schedule tab on BIP, but I didn't still understand how the syncronization between my server's timezone and the GMT timezone works.....
    I noticed that when I open the Report Schedules initial page, this is refreshed using the GMT timezone as follows:
    Page Refreshed   Monday, July 26, 2010 7:53 AM GMT
    Actually I'm located in Athens (GMT+3)
    I noticed that if I want to Run once a report, ONLY the GMT is took in consideration.
    For example, I want to run a report at 11.30 (Athens timeone) where the time conditions are the following:
    BIP time (GMT timezone): 08.00 AM GMT
    server timezone: 11.00 AM (Athens time)
    So, if I want to run a report at 11.30 AM (Athens time), I have to write in BIP (Run once) 08.30 AM, instead of 11.30, otherwise if I put 11.30, the report runs 3 hours and 30 minutes later instead of only 30 minutes !!! This is very frustrating....because it means that everytime I need to remember that there is a difference of 3 hours and if I want effectively....
    I also set the Report Formatting Time Zone = GMT+03:00 to fill the gap between the GMT's timezone and Athens's timezone but it didn't work....
    I found that the variable <xsl:param name="_XDOTIMEZONE">GMT</xsl:param> is set into the tmpl.xsl; I tried to change it (GMT+3 or GMT+03:00), I stop and restart the BIP server....but nothing...the BIP timezone is always GMT (as showed by th Page Refreshed date and time).
    At the end my question is this: is there a way to modify the internal BIP timezone in order to fill the gap between this and the server timezone ?
    In other words, I'd like to see the page refreshed with the server timezone (Athens timezone) and not the GMT timezone, in order to schedule reports thinking directly my local server timezone (and not think always to calculate how many hours is the difference).
    This, I think is a common issue for everybody, but....I didn't find nothing in the forum....
    If somebody found a workaround, every help will be appreciated.
    Thanks
    Alex

    Good Morning Vetsrini,
    I know that the "Report Formatting Time Zone" is used to set the timezone properly INSIDE the report...but my attention now is concentrated on the Scheduling...
    As I mentioned before I'd like to find a way to syncronize the BIP timezone (based on GMT) and my local server timezone (Athens, GMT+2), and this I think it's possiblie only if I can modify the BIP timezone (GMT): instead to have GMT, I'd like to have GMT+2 in order to have the same time in both of systems.
    I already tried to change the variable <xsl:param name="_XDOTIMEZONE">GMT</xsl:param> into the tmpl.xsl, but it didn't work....
    I don't understand how all the others millions of BIP users who don't live in UK can use the scheduler keeping in mind always the gap between their local time and the GMT time set in BIP......
    Do you have another hint or workaround ?
    Thanks for your help
    Alex

  • Problems with OC4J EJB deployment and the data-sources.xml file

    I am running 2 Windows 2000 Machines one with the 8.1.7 database another with iAS 1.0.2.2.1 and OC4J.
    I am trying to deploy a 3rd party EJB-based application whic seems to have deployed successfully except when I try to test the EJB deployment via a jsp it can't connect to the database, giving the error:
    1/16/02 4:52 PM VerySimple: Servlet error
    java.lang.NoClassDefFoundError: com.netexp.user.UserManagerHome
    at com.netexp.beans.BeanHelper.class$(Unknown Source)
    at com.netexp.beans.BeanHelper.getUserManagerBean(Unknown Source)
    at /very_simple.jsp._jspService(/very_simple.jsp.java:48) (JSP page line 27)
    at com.orionserver[Oracle9iAS (1.0.2.2.1) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:54)
    at com.evermind[Oracle9iAS (1.0.2.2.1) Containers for J2EE].server.http.HttpApplication.serviceJSP(HttpApplication.java:5459)
    at com.evermind[Oracle9iAS (1.0.2.2.1) Containers for J2EE].server.http.JSPServlet.service(JSPServlet.java:31)
    at com.evermind[Oracle9iAS (1.0.2.2.1) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:508)
    at com.evermind[Oracle9iAS (1.0.2.2.1) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:177)
    at com.evermind[Oracle9iAS (1.0.2.2.1) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:576)
    at com.evermind[Oracle9iAS (1.0.2.2.1) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
    at com.evermind[Oracle9iAS (1.0.2.2.1) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:62)
    I try to update the file using the installdatasource switch thus:
    C:\Oracle\iSuites\j2ee\home>java -jar admin.jar ormi://localhost admin adm_pwd -application apptricityII -installDataSource -jar %ORACLE_HOME%\jdbc\lib\classes12.zip -url jdbc:oracle:thin:@db_host.unitas.com:1521:db_name -connectionDriver oracle.jdbc.driver.OracleDriver -location jdbc/pool/OracleDataSource -username scott -password tiger
    And get the following error:
    Exception passing by from remote server: java.lang.InstantiationException: No class specified for jdbc/pool/OracleDataSource
    java.lang.InstantiationException: No class specified for jdbc/pool/OracleDataSource
    <<no stack trace available>>
    Error adding source: No class specified for jdbc/pool/OracleDataSource
    Please advise.
    I have followed the instructions in 'EJB Primer' and 'Using Oracle9iAS Containers for J2EE' to no avail. And I can't find any meaningfull data-sources.xml samples. I have been struggling with this for some time.
    Is there any other file, do I need to bind anything?
    I'd appreciate your assistance.
    Thank you
    Louiza

    Hi Louiza,
    Show us your web.xml and ejb-jar.xml files as well as your
    data-source.xml file.
    Thanks,
    Avi.

  • Netboot and the local hard drive?

    I got a quick netboot option running on a test server (before enabling or messing with the production Xserve) and I've been able to boot several workstations and it's actually faster than I thought it might be. However, I was hoping I could use this for a couple of troubleshooting operations that I don't seem to be able to run.
    For example, I would like to netboot a Mac and use the Disk Utility to "repair disk" on the local hard drive. The Disk Utility says that the operation failed because it could not unmount the volume.
    When we image a Mac through the Terminal, all the invisible folders, files and links appear. We normally repair this after imaging, but a few Macs were overlooked. I was hoping that, instead of carrying around and booting off a FireWire hard drive to repair them, I would be able to quickly netboot and run the terminal command to re-hide the files. Unfortunately, this causes the same kernel panic that occurs when you do this on the the booted hard drive.
    Perhaps I'm misunderstanding how netboot is supposed to work, but it appears that the local hard drive is still being used to the point where netbooting is really useless for these kinds of operations. Any advice or tips would be appreciated.
    -Doug

    There is a diskless option for netboot that works fine within a single subnet. It is not on by default and must be turned on from Server Admin -> NetBoot -> Images. You will also need AFP running on a sever in the subnet (preferably the same server).
    See page 46 and 49 of this document for more details:
    <http://images.apple.com/server/pdfs/SystemImage_and_SW_Updatev10.4C.pdf>
    You also may want to look into Remote Desktop as a way of running scripts on multiple Macs en masse.
    Diskless NetBooting works and works well. I use it at work with Remote Desktop to boot a remote Mac, run Disk Utility and Disk Warrior, then reboot. I have also used diskless netbooting for remote Panther to Tiger OS upgrades.
    Diskless NetBoot is slick and has saved me gobs of time.
    dual 2.0 GHz G5 (June 2004)   Mac OS X (10.4.6)   4 GB RAM 128 MB XT9600

  • I want to upgrade from OSX10.4 to snow leopard and can't find how to do it online. The local store won't do it.

    I want to upgrade from OSX 10.4.11 to snow leopard and the local store say to do it online and I can't find out how to.

    You will need to purchase the retail DVD for Snow Leopard (10.6) It should be available from the online Apple store.
    Stedman

  • Patching mid tier and infrastructure tiers.

    Greetings!!!
    I am having some questions on patches and hope someone can help me here.
    We have two Oracle Application Server machines both on Windows 2003 servers 32-bit and both are on 10.1.2.0.2 release.
    The first machine is hosting HTTP Server, Forms (OC4J_BI_Forms), Reports, Webcache (Application/Mid tier). Release is 10.1.2.0.2
    The second machine is hosting OID+Metadata repository, Single Sign-On, HTTP Server, and OC4J_Security (Infrastructure Tier). Release is 10.1.2.0.2.
    I am now applying patches to both the servers.
    Here are the steps I have:
    1. Apply the Patch 4505133 on the Infrastructure (10.1.0.5 Patch Set)
    2. Apply the Patch 5983622 on the Mid-tier. (10.1.3 patch set)
    I have already completed step (1). I patched the infrastructure database from 10.1.0.4 to 10.1.0.5.
    Am I missing the other step to patch Infrastructure tier components? Should I also patch the HTTP Server and the Oracle Home on infrastructure tier? I am not talking about the infrastructure database here. I am already done with that step.
    If I only patch the Mid Tier with #5983622, then won't the mid tier will be on 10.1.3 release and infrastructure components (HTTP Server, SSO) will be on the same old 10.1.2.0.2.
    The primary requirement is that I need to upgrade HTTP servers on both the tiers to the same level. Can you suggest me the equivalent of patch 5983622 for infrastructure tier and the way forward? Will appreciate any answers!!! TY.

    Hello,
    I think u are mixing some things here.
    In order to apply 5983622, u have to update database version is 10.1.0.4 to 10.1.0.5. (patch 4505133) That must be done before patching the two homes of Application Server.
    Patch 5983622 is for Application Server. U have to apply it on Infrastructure Tier and on Application/Mid tier Home, in order to update Application Server from 10.1.2.2 to 10.1.2.3.
    regards,
    Pedro

  • Communication between middle tier and infrastructure

    Hi!
    We have seven OAS machines with two infrastructure-instances and seven middle tier - instances which use these infrastructure.
    My short and simple question is: how does the communication between the middle tier and the infrastructure work? is there any file on the middle tier where you can see which middle tier is assigned to which infrastructure? there is no entry in the tnsnames.ora and i can't see any hint in the opmn.xml ...
    Regards

    If you just want to see which midtier is bound to which infrastructure you can check $ORACLE_HOME/config/ias.properties . This doesn't explain how communication works though.
    The process is roughly sad like this:
    Every midtier has a dcm-daemon. This daemon contancts the infrastructure upon start, stop & restart automagically. Next to this the daemon also contacts the infrastructure if you make changes using the enterprise manager website. If you make changes manually, you have to for the daemon to contact the infrastructure by issuing dcmctl configupdate (of updateconfig, this I mess up all the time ;) )
    The infrastructure stores certain parts of the configuration in the metadata repository, other parts are replicated to other components in the farm (e.g. if you created clusters).
    Communication is made by issueing secure ldap statements on port 636.
    This is just the basics. For more insights you either have to start reading manuals / metalink or contact an expert ;)

  • Forward ERSPAN at the local Router

    Hello everybody,
    I configured erspan on the remote and the local router and it works fine. For sniffing the packets I have to connect the packet sniffer (e.g. wireshark on a laptop) to an interface on the local router (i.e. the destination of the erspan traffic), but I want to connect the packet sniffer to a switch connected to the local router (because I am sitting behind the local switch). The problem is that the local router (a catalyst 6509) allows to forward the erspan traffic only to a hard interface (gigaethernet, tengigaeth) but not to a vlan or loopback. The switch and the local router are of course connected via a trunk, so actually I can configure rspan on the local switch but the problem the packet sniffer will see the whole traffic of the trunk link and not only the desired erspan traffic. Any solutions without crating a new link between the local router and the switch?

    Just a wild guess, wonder if a VACL might help. I have no experience with VACLs, but they seem to be able to do many things ...
    Steve

  • Amount in document currency and amount local currency in F-65

    hi everybody
    im doing a functional spec whereby we are getting a text file which contains data for tcode F-65
    Im wondering if we can transfer amount in document currency and amount in local currency data by writing a program or we have to transfer only amount in document currency and SAP calculates amount in local currency
    plz advise

    i know that
    but the users dont want SAP to convert the document amount, you see
    they want the data uploaded to appear on the screen i.e.
    if document amount is 5000 and local amount is 3500 in the file, they want these values to be uploaded
    and not that document amount 5000 is uploaded and the local amount is calculated by SAP

  • Tier and Container

    I am wondering if there's any difference between Container and Tiers? The Web Tier for example consists of Servlets and JSP Pages, which are managed by the Web Container. That's a little bit confusing to me.

    You can think of a container as a SW module that provides services and an environment for you to plug your application code into. As you mentioned the web container manages JSP and servlets that you write and deploy. The container provides a certain set of APIs and life cycle management to your application code.
    A tier is just an arbitrary grouping of similar things or functions. For instance many people look at enterprise applications as three tiered applications, the pesentation tier, the business logic tier and the integration tier. When I hear web tier I just think of all the parts of the application that make up the web based technology pieces of an application, such as JSPs, servlets, static HTML and the associated pieces including HW pieces such as load balancers and such. The web container is something that lives in the web tier but it is not the only component that may live in that tier.

  • How will be the weblogic-ejb-jar and ejb-jar xml for EJB Local Interface?

    Hi,
    I have one ear application which is using Stateless Session Beans. I don't have any Bean to Bean communication . At present, the client is invoking remote methods thro Home/Remote interfaces. My doubt is , shall I implement EJBLocal home/ local interface to obtain this same functionality cos, in this app, both client and EJb bean have been deployed in same JVM. Can Local interfaces only be applicable to Bean - Bean relation ship?If LocalHome/Local interfaces can be implemented in my scenario, then may I know how will be the ejb-jar.xml and weblogic-ejb-jar.xml?
    thanks and regards,
    Venkat.

    Local interfaces are for communication between ejbs and their clients when both are in the same JVM. The clients can be normal clients, jsps, servlets, and other ejbs. If the client is not in the same JVM you cannot use local interfaces even though your client is another ejb.
    Advantage of using local interface is it reduces the network overhead.
    For more information you can download Mastering Enterprise Java Beans Third Edition by Ed Roman. You can go through 45
    You can download pdf version from.
    http://www.theserverside.com/books/wiley/masteringEJB/index.tss.
    Let me know the URL of the ejb doc that you referred.
    Thanks..

  • Error EJB:010116 and what is the best fix?

    I got an EJB:010116 error and need some advice on how to fix it (quickly, I am
    running out of time).
    My basic understanding of the problem is:
    1. I defined a many2many relationship with a join table, say ProviderEJB to ProviderKeyEJB,
    the cmr field for ProviderEJB is providerKeys and a correcponding abstract method
    with default transaction-attribute (not specified):
    abstract public Set getProviderKeys();
    2. generated code with ejbgen 215
    3. deployed to weblogic 8.1 SP1 JDK141_03
    4. at run time, my facade session ejb find a local ejb instance of ProviderEJB,
    call its method getProviderKeys() to get a set of local instance of ProviderKeyEJB.
    all works OK up to this point.
    5. then the facade session ejb try to iterate through this set of object and at
    this point I got an exception from weblogic:
    java.lang.IllegalStateException: [EJB:010116]Attempted to access the collection
    valued cmr field, 'providerKeys' for bean 'ProviderEJB', outside of the scope
    of a transaction. All access to the collection must be performed during the transaction
    in which the collection was initially retrieved.
    6. Very clear message. I can understand the meaning of it. However, the getProviderKeys()
    method was declared abstract and was generated and implemented by ejbgen. So how
    can I access this collection INSIDE of the transaction?
    In general, does that mean I will have to turn off the transactions on my entity
    beans and let the facade session ejbs to manage the transactions? if so, why do
    I need the CMP entity beans in the first place?
    So assume I have to do this way, does that mean I have to add the ejbgen tag "transaction-attribute
    = Supported" for those methods that I do not want to have a transaction?
    On another separate issue, just read weblogic 8.1 doc on ejbs and it recomends
    that do not use facade session beans and DTO (value objects) from the web tie,
    simply access local entity beans directly. Any experience on this, in terms of
    design issues. Obviously I understand it will go faster without a facade, but
    what about clean architect of your software design?
    Many thanks and best regards.
    Charles

    Hi,
    for this particular case, you should implement a transfer routine at IObj level (general TAB in RSD1/0MATERIAL)
    the code is as easy as
    TRANSLATE RESULT TO UPPER CASE.
    RETURNCODE = 0.
    this will be executed whenever you load 0MATERIAL.
    hope this helps....
    Olivier.

Maybe you are looking for

  • IWeb meta data

    I see iWeb is not an HTML editor and I need to add Meta data to my site so that I can submit to search engines. I am using the program because it is very easy and quick to use but I am publishing to a seperate site, not a .mac site. If I open the fil

  • Show/Hide Permissions on the upload iview

    Hi All, I wonder, if there is some way to solve my problem? What I need is to add <u>Show/Hide Permissions</u> to the upload iview. Do you remember, we have  <u>Show/Hide Properties </u> on the upload iview, so that users can upload files and also ad

  • SW ATE Developer - Clifton, NJ

    Hi Everyone, I have an opportunity at a company, who specializes in advanced military/space products/equipment, that could be a good fit for you. I've copied the details below. Please let me know what you think! I'm looking forward to hearing from yo

  • Access Right Management to files just for some computers in Domain network

    hello dears... my manager asked me to manage files and documents,in this way that nobody can not open them anywhere except in domain computers.he wants to let some clients to open files,modify them,... but they can not open them in their personal com

  • XMLHandler$DataCollection parse

    Hello, I have this situation... i have a webservice that return a complex type, was composed by a bean and a collection of other bean and i have to invoke it programatically, for that, i create a data control. In a managed bean i use this code to inv