• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSP not being converted on the page after converting app from oas10 to weblogic

 
Village Idiot
Posts: 484
jQuery Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So I am trying to do the migration to WSUP on apps I have never worked on for my job, but having some real problems.

After following the playbooks available to me, I successfully deployed to the weblogic servers, but my pages either say

XML Parsing Error: undefined entity
due to  

or the page looks something like:

#{msgs.MyList}
#{msgs['MyList']}
#{msgs['AddAnItem']}
#{msgs['SelectList']}...
#{msgs['Add']}
#{msgs['Create']}


So seems to be some issue with the jsp not getting converted. Any ideas at all?
delivery-test-2.17-02.jpg
[Thumbnail for delivery-test-2.17-02.jpg]
 
Could you hold this puppy for a sec? I need to adjust this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic