Tomcat How Enable .XML like .HTM for dynamic RSS app: processing?

I am using jakarta-tomcat-5.0.28 with MySQL and
have created dynamic (Gets data from MySQL)
RSS feeds for our Blog users.
This works fine if I give the file the .htm ending
but NOT with .xml or .rss
** Where do I change the configuration to have tomcat look
in .xml files and actually run (rather then display) a line
like this:
<app:blogfeed/ >
THANKS
-Bob OConnor

My understanding from http://wiki.eclipse.org/EclipseLink/Examples/JPA/Tomcat_Web_Tutorial was that Tomcat was not a Java EE 5 compatible server. This means that Tomcat isn't creating the EMF for the application, and so there is no way for the provider to register the ClassTransformer used for weaving with the application classloader before it has loaded the application entity classes. Placing the agent and persistence unit on the classpath of the server only registers the transformer with the server classloader, not the classloader that gets used to load the application.
I don't know anyone to look to far into it or how far they got before deciding just to use static weaving. You might also be able to use Spring with in Tomcat as the JPA container and configure Tomcat to use its custom application classloader - which it can then be instrumented with a transformer for weaving as described here:
http://static.springsource.org/spring/docs/3.0.0.M3/reference/html/ch14s06.html
If you are interested, if it works with Spring using a custom classloader it should be possible, but I don't know Tomcat or Spring internals to be of much assistance. If you decide to look into it, see the EclipseLink PersistenceProvider class createContainerEntityManagerFactory method for what containers call to get the transformer to register with the classloader.
Best Regards,
Chris

Similar Messages

  • HT201304 How do I set password for all in app purchases?

    How do I set password for all in app purchases? xx

    In-App purchases cannot be made without entering your iTunes store account password.

  • TS1424 How do i get credit for an iPhone app?

    How do i get credit for an iPhone app that was billed to me? 
    The description even said that the app was free that day.  I downloaded it once and it showed TWO downloads, with the first one FREE and the second one I got billed for. 
    It was only $0.99, but I want to know HOW to get a refund!   It's all hidden somewhere on their website, apparently.
    Tom

    You can contact iTunes support here and explain the situation:
    http://www.apple.com/support/itunes/contact/

  • How to install flash player for the gaming app "raptr"?

    how to install flash player for the gaming app "raptr"?

    Hi,
    If you wants to install flash for any browser just visit http://get.adobe.com/flashplayer/ from that browser and click on "Install Now" button to install flash player for that browser.
    But since i have found that raptr is a standalone game so raptr support team would be the right contact who can guide you well that which Flash player plugin they are using in their game. And this is what i have found on there support page Raptr wants me to download "Flash for Other Browsers". Where do I get that? : Raptr Support
    You can follow the steps on that link, I hope it will solve your problem.
    -Varun

  • HT4009 Does anyone know how to get a refund for an iPad app purchase?

    Does anyone know how to get a refund for an iPad app purchase?

    FOR ASSISTANCE WITH ORDERS - iTUNES STORE CUSTOMER SERVICE
    For assistance with billing questions or other order inquiries, please refer to our online support page by clicking here: http://www.apple.com/support/itunes/store/. If you cannot find the answers you are seeking in our robust knowledge base, you can contact us by visiting the following URL http://www.apple.com/support/itunes/store/, clicking on the appropriate Customer Service topic, then using the contact button or email form at the bottom of the page. Responses to emails will be provided as soon as possible.
    Phone: 800-275-2273 How to reach a live person: Press 0 four times
    Hours of Operation: Mon-Fri: 9am-5pm ET
    Email: [email protected]
    How to report an issue with Your iTunes Store purchase
    http://support.apple.com/kb/HT1933
    How to Get a Refund from the App Store
    http://gizmodo.com/5886683/how-to-get-a-refund-from-the-app-store
    Canceling a Digital Subscription
    http://gadgetwise.blogs.nytimes.com/2011/10/14/qa-canceling-a-digital-subscripti on/
     Cheers, Tom

  • How do I find/search for a particular app or genre of them

    How do I find/search for a particular app or genre of them in Maverick app store...thx for any help...byeGeorge

    Just go to App store and type in what you want in the search box.   Say, apps for word processors, Anti virus apps, Games apps and so on.   You could also go via Google with a similar approach and lastly, the system divides up particular subjects in any event ...  under the term Categories.
    Having said that, the system isn't a mind reader.   It's up to you to refine what you've  been presented with.

  • How to set the condition for dynamic Xquery in OSB11g

    Hi to all,
    I have a requirement like three different requests all are converted in to standard format.For this scenario I use dyamic X-query transformation.For Example RequestA,RequestB and RequesrC what ever request it should be converted into one standard format say Response.For this I create three X-Query transformations,and proxy service.If i get the request from RequestA related XQuery will execute (RequstA to Response transformation).
    RequestA------Response
    RequestB------Response
    RequestC------Response
    Actually my idea is based on requset schema name (like RequestA) it will convert,for this scenario how can I set condition in dynamicXquery.
    Thanks in advance.

    Hi,
    Can u plz tel how make the x-query for an XML file,basically i follow the below link
    http://beatechnologies.wordpress.com/2010/12/01/dynamic-xquery-in-oracle-service-bus/
    In this example I'm creating the routing rulesXML file in Eclipse,I'm unable to assigning this xml file to an variable.I create a Xquery for this XML with any type,And I create GetRouting.XQ.can u pls tel which is correct method to Xquery with any type for this XML or else i send my jar file,tell me any modifications are required.
    Thanks in advance

  • How to use a formula for dynamic New Page After?

    There is a formula for dynamic New Page After.
    How do I get value of formula?
    I am using RAS and the ReportClientDocument.

    There is a section object.  Off that there is a format property that is of type sectionformat.  From there there is a ConditionFormulas property which I believe is a collection of all the formulas you can set for a section.

  • How do u use SDO_RELATE for dynamic theme

    Hi ,
    I have line geometry. For this line geometry I have to create a buffer using SDO_GEOM.SDO_BUFFER and I have to check whether the given point geometry is with in this buffer.
    How can i do it?
    i have used buffer and SDO_RELATE but its giving error as
    "SDO_RELATE can not be used with out Spatial Index". Here my buffer is a dynamic theme.
    Is there any possibility to create index for dynamic theme?
    Thanks and Regards
    Aravindan

    Hello
    We did something familiar in a sence.
    We used an analysis based sdo_NN.
    Also therefor the spatial index is required and used.
    We created a Materialized view containing the sdo_buffered result geometry, based on additional where clauses for the base table..
    We defined a spatial index on the materialized view result table, and an additional view containing the sdo_nn operator to this materialized view result table.
    So when we changed the requirements in which geometry had to be buffered in the first step, we refreshed to materialized view. This caused the de sdo_index being updated. this way the view with the operator was actualized.
    I hope this explained a little bit the way we did this, maybe this can help you out.
    Luc

  • Flash CS6 How to set up pages for an animated app/book for children

    Hi there,
    I'm quite experienced with flash/ middle ground in AS3 for flash player, but would like now to make apps using AIR. I have two questions:
    1 - Could anyone tell me how to create pages for an animated book (such as Alice on the ipad, etc)? 
    • Should I create all pages on the main timeline, in different frames, or should I use a loader for each time the user turns the page? and how to put a "flip" page effect?
    2 - I don't understand how AIR compiles. All the files should be in the library or there is some sort of "root" folder for dynamic download? (for music, pictures, video etc)
    • When you create an app do you put all your objects in the timeline? Instantiate at runtime with ActionScript? how this affects performance?
    Many thanks

    You can't enter sites in a list to make Firefox remember names and passwords for specific sites.
    If the password manager is enabled (remember passwords is check-marked) then Firefox will ask via a pop-up from the key icon that appears on the location bar whether you want to remember that name and password and that name will then appear in the list in the password manager window.
    *http://kb.mozillazine.org/Password_Manager
    *https://support.mozilla.org/kb/make-firefox-remember-usernames-and-passwords
    Websites can use autocomplete=off to prevent Firefox from saving the name and password.<br />
    You can remove autocomplete=off with a bookmarklet to make Firefox save the name and password in such a case.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered

  • How long does it take for a store to process an online order for store pick up

    Hello,
    I placed an order for a Macbook Pro on November 11, 2014. Scheduled an in store pick up where Best Buy estimated pick up date is November 14. I didn't receive the email or text to pick up the item, so I decided to call 1-800-best-buy to see if I can get the new estimated pick up date. I was told by the representative the laptop is actually already at the store, and waiting for me to pick it up. I called the store to make sure, and was told that I can pick it tomorrow morning. I called in today was placed on hold for around 15 minutes. Decided to call 1-800-best-buy again, and found out that it will take another 3-5 days before I get my laptop. I asked the representative to change the pick to another store that has the laptop available right now. It was change since around 10 am in the morning. I called the store to make sure that they got my order, the Manager told me that once the truck deliver more laptop. I will be able to get mine, and I should call in the afternoon to check on the availablity. I called around 5 pm to check, and was told that even if there is a laptop. I would still need to wait until best buy process my order. Called 1-800-best-buy again, and was told that Apple usually take 3-4 for hours to verify the information. Right now, my order status is still "Preparing Order".
    My Questions: How long will it take for Best Buy to finish Preparing Order?
    Why does it show on the website that if I order by 8 PM I wil be able to pick up the laptop today. Meanwhile, the store pick up was transfered since 10 am this morning, and at 10 PM tonight still nothing.
    If I cancel my order, will I get all of my reward zone certificates back?

    Hello sourlime,
    Welcome to the forum. I'm not a big online shopper, but when I do order something, I expect it to be an easy, painless transaction. It sounds like you had some troubles with your order not being available on the estimated pick up date, and I sincerely apologize for any frustration you encountered.
    Using the e-mail you registered on the forum, I was able to locate your order, and was glad to see you were finally able to pick it up. I do appreciate you taking the time to visit the forum, and I assure you I will be documenting your comments for review. If there is anything else you need assistance with, please do not hesitate to let me know.
    Once again, I apologize for any inconvenience this may have caused, and thank you for posting here on the forum. 
    Maria|Social Media Specialist | Best Buy® Corporate
     Private Message

  • How to set FROM ADDRESS for EMAIL activity in Process Flow

    Hi all,
    Can any one tell how to set(which address) FROM ADDRESS for EMAIL activity in Process Flow?
    Thanks,
    Suvvi

    Did you set what OWB guide says:
    To execute a process flow with an email activity, you may need to access different host machines and ports. New security measures implemented in Oracle Database 11g Release 1 restrict access to hosts and ports. You must explicitly grant access to hosts and ports that the email activity accesses using the DBMS_NETWORK_ACL_ADMIN package.
    For example, the user OWBSYS needs to send an email through the mail server mail.example.com using port 25. The DBA must perform the following steps:
    1. Create an Access Control List (ACL) for the user OWBSYS using the following command:
    EXECUTE DBMS_NETWORK_ACL_ADMIN.CREATE_ACL
    (’acl_for_owb_cc.xml’,’ACL for Control Center’,’OWBSYS’,’CONNECT’);
    The ACL has no access control effect unless it is assigned to network target.
    2. Assign the Access Control List (ACL) to a network host, and optionally specify a TCP port range. Use the following command:
    EXECUTE DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL (’acl_for_owb_cc.xml’,’mail.example.com’,25)
    3. Commit the changes made using the COMMIT command.

  • How do I get credit for Adobe Touch App purchases?

    I purchased two Adobe Touch Apps a few months ago: Photoshop Touch and Ideas. Today I subscribed to Adobe Creative Could and saw that I can get a month free by purchasing three Touch Apps. So, I purchased a third Touch App today, Proto.
    Okay. Now, how do I get credit for these purchases so that I can receive my one free month of Creative Cloud as advertised?

    Qualifying Touch Apps:
    Photoshop Touch - ios
    Adobe Ideas        - ios
    Adobe Collage      - ios
    Adobe Proto        - ios
    The process of activation would happen automatically when you login in the third touch app.
    And you will get notification of extension via email in next 60 days.
    Thanks
    Mandhir

  • How to work with otool for pre check app befor submit to app

    any body  work with otool for pre check app befor submit to app.

    Searching in Google, I found these explanations :
    Timmy OTool is a graphical front end for the command line tool "OTool". It can be used to examine frameworks, applications, static libraries, plugins, and more.
    Like the two others helpers, I can't see any link with this forum theme.
    May you take care of forums deicated themes before entering one of them ?
    Yvan KOENIG (VALLAURIS, France) jeudi 16 juin 2011 16:27:11
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.7
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !
    Oops, posted too late

  • How can I see receipts for all my app store purchase

    It looks like I had some unauthorized app purchases on my account.  I can I get a full list of my prior purchases and the amount paid for them.
    Thanks is advance.

    This must be done on a computer using iTunes. Go to the iTunes Store on your computer and click on Account under the Quick Links heading on the right. Enter your password and go down to Purchased History and Click on See All on the right hand side.
    Your purchased history will show up in the next window.

Maybe you are looking for

  • Removed iMac hard drive - Recovery on a PC?????

    So recently my iMac g5's logic board crashed. I had a few months prior installed a 500gig hard drive. I bought housing for the hard drive and intend on using it as an external. The only other computer I have in my house to recover files is a PC. When

  • Ap screen id display issues

    When trying to update aps on my iphone4, the screen shows the incorrect login ID and therefore will not allow updating. When I go into settings, then store, the apple ID on the account is the correct one.  How can I change the ap screen display to sh

  • Dreamweaver pages won't preview in Firefox since last update (3.6.13); Firefox opens blank page only. I am running OS 10.4.11 on iMac G5.

    Previously both Firefox and Safari would display web pages created in Dreamweaver (MX). Dreamweaver is set up to preview by default in Safari (F12) and, using (F12) and the Command modifier key, in Firefox. Now the preview works only in Safari. Tryin

  • Stereo Sound on export swf

    When I export my swf to Dreamweaver for a music site and test it in Safari, the mp3 sound has been changed to mono and the sound quality is poor.... so I looked on my export settings and It won't let me use stereo for mp3s..... I'm still using MX 200

  • Sockets and Channels?

    Hi, I have just completed the chapter about 'Channels' in the book I am reading. I was completely new to these since I had never seen them or heard of them before! Thus I am feeling quite confused on when these should be used and why! Basically each