Thanks for sending this over. I'll take a look over the weekend for you.

Jon

On Thu, Aug 3, 2017 at 11:21 PM, chilu49 <ravinder.u...@gmail.com> wrote:

> Below is the directory structure. Let me know if you need more information.
> It looks like the application uses JSF1.2 and TomEE Plume supports JSF2.5.
> I
> am guessing this the reason we seening the error.
>
> .
> ├── css
> │   └── sponsorshipsStyle.css
> ├── images
> │   ├── continue.gif
> │   ├── remove_icon.png
> │   ├── separator.gif
> │   ├── spacer.gif
> │   ├── top_ban_advertising.jpg
> │   ├── top_ban_donation.jpg
> │   ├── top_ban.jpg
> │   └── top_ban_sponsorship.jpg
> ├── index.jsp
> ├── js
> │   └── sponsorshipsjs.js
> ├── layout
> │   └── layout.xhtml
> ├── META-INF
> │   ├── MANIFEST.MF
> │   └── maven
> │       └── com.cabelas
> │           └── Sponsorships-web
> │               ├── pom.properties
> │               └── pom.xml
> ├── pages
> │   ├── advertisement-application.xhtml
> │   ├── advertisements.xhtml
> │   ├── application-complete.xhtml
> │   ├── application-submitted.xhtml
> │   ├── confirmation.xhtml
> │   ├── contact_form.xhtml
> │   ├── declined-culture.xhtml
> │   ├── declined-timeline.xhtml
> │   ├── define.xhtml
> │   ├── donation-application.xhtml
> │   ├── donations.xhtml
> │   ├── error-app-submission.xhtml
> │   ├── event-sponsorship.xhtml
> │   ├── general-error.xhtml
> │   ├── personal-sponsorship.xhtml
> │   ├── sponsorships.xhtml
> │   ├── tv-show-sponsorship.xhtml
> │   └── unexpected-error.html
> └── WEB-INF
>     ├── classes
>     │   ├── com
>     │   │   └── cabelas
>     │   │       └── sponsorships
>     │   │           └── jsf
>     │   │               ├── beans
>     │   │               │   ├── AdvertisementAppBean.class
>     │   │               │   ├── AdvertisementsBean.class
>     │   │               │   ├── ContactBean.class
>     │   │               │   ├── DefineBean.class
>     │   │               │   ├── DonationAppBean.class
>     │   │               │   ├── DonationsBean.class
>     │   │               │   ├── EventSponsorshipAppBean.class
>     │   │               │   ├── PersonalSponsorshipAppBean.class
>     │   │               │   ├── SponsorshipsBean.class
>     │   │               │   ├── TvShowSponsorshipAppBean.class
>     │   │               │   └── UploadedFileAppBean.class
>     │   │               ├── configuration
>     │   │               │   ├── FileConfiguration.class
>     │   │               │   └── SdaConstant.class
>     │   │               └── util
>     │   │                   ├── ApplicationUtils.class
>     │   │                   ├── CacheControlPhaseListener.class
>     │   │                   ├── CookieCreator.class
>     │   │                   ├── DateDisplayBean.class
>     │   │                   ├── ErrorUtils.class
>     │   │                   ├── JsfUtils.class
>     │   │                   └── RedirectPhaseListener.class
>     │   └── sponsorships_en.properties
>     ├── faces-config.xml
>     ├── jboss-web.xml
>     ├── lib
>     │   ├── batik-awt-util-1.6-1.jar
>     │   ├── batik-ext-1.6-1.jar
>     │   ├── batik-gui-util-1.6-1.jar
>     │   ├── batik-util-1.6-1.jar
>     │   ├── commons-beanutils-1.7.0.jar
>     │   ├── commons-codec-1.3.jar
>     │   ├── commons-collections-3.2.1.jar
>     │   ├── commons-digester-1.8.jar
>     │   ├── commons-el-1.0.jar
>     │   ├── commons-fileupload-1.2.2.jar
>     │   ├── commons-io-1.3.2.jar
>     │   ├── commons-lang-2.4.jar
>     │   ├── commons-logging-1.1.1.jar
>     │   ├── commons-validator-1.3.1.jar
>     │   ├── itext-1.4.8.jar
>     │   ├── jsf-facelets-1.1.15.B1.jar
>     │   ├── oro-2.0.8.jar
>     │   ├── richfaces-api-3.3.1.GA.jar
>     │   ├── richfaces-impl-3.3.1.GA.jar
>     │   ├── richfaces-ui-3.3.1.GA.jar
>     │   └── tomahawk-1.1.9.jar
>     └── web.xml
>
>
>
>
> --
> View this message in context: http://tomee-openejb.979440.
> n4.nabble.com/Illegal-attempt-to-set-ViewHandler-after-a-
> response-has-been-rendered-tp4682368p4682371.html
> Sent from the TomEE Users mailing list archive at Nabble.com.
>

Reply via email to