• 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

OC4J 10.1.3 JSP Compiler Error

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,

I'm trying to migrate an application that runs fine on JBoss 4.0.4 and have a lot of trouble (something like 950 errors) on JSP compilation.

Someone knowns how to make Oc4j compile tags like this:
<bean:message key="<%="enum.br.com.gro.common.entity.enumeration.SituacaoConfiguracaoEnumerationEntityImpl." + configuracaoCelula.getSituacao().getValue()%>" />

OC4J saids:
oracle.jsp.parse.JspParseException

Or some like:
<logic:equal name="eventoPerdaInternoForm" property="indicadorConsultaEvolucao" value="true">
<bean efine id="listarPath" value="/consultas/listEventoPerda.do"/>
</logic:equal>
<logic:notEqual name="eventoPerdaInternoForm" property="indicadorConsultaEvolucao" value="true">
<bean efine id="listarPath" value="/acolhimentos/listEventoPerdaInterno.do"/>
</logic:notEqual>

OC4J saids: bean already defined.

But all of this works fine on JBoss.

On Oracle forums no one response.

Thanks in advance.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic