Giter Site home page Giter Site logo

Comments (5)

BalusC avatar BalusC commented on May 31, 2024

This is strange. There's a Class.forName("javax.naming.InitialContext") test beforehand which should avoid exactly this exception. https://github.com/omnifaces/omnifaces/blob/1.7/src/org/omnifaces/config/BeanManager.java#L69

from omnifaces.

BalusC avatar BalusC commented on May 31, 2024

I solved it differently, by a JNDI.lookup("java:comp") test beforehand. Works at least in JBoss EAP 6.2, WildFly 8.0.0, TomEE 1.6.0.2 and Tomcat 7.0.53 + Weld 2.2.0.

It's in today's 1.8 snapshot. https://oss.sonatype.org/content/repositories/snapshots/org/omnifaces/omnifaces/1.8-SNAPSHOT/ Please give it a try on your GAE and let me know.

from omnifaces.

rmartony avatar rmartony commented on May 31, 2024

Hi BalusC, thanks for the quick reply.
I didn't realize at first sight that it is a warning:

WARNING: /search.jsf
java.lang.NoClassDefFoundError: javax.naming.InitialContext is a restricted class. Please see the Google  App Engine developer's guide for more details.
    at com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:51)

As you commented earlier, It's strange because even there is a test using Class.forName("javax.naming.InitialContext"), the Exception does not get caught.

I tried with omnifaces 1.8 snapshot and I get the same result.
Also I'm using App Engine development enviroment, maybe I should check what happens in production.

Appreciate your help, regards,
Rafael.

from omnifaces.

BalusC avatar BalusC commented on May 31, 2024

A warning? So your webapp continues to work normally? I understood that you couldn't get your webapp to deploy.

from omnifaces.

rmartony avatar rmartony commented on May 31, 2024

That's right, the webapp apparently works fine in development besides the warning. Sorry that I misreported. Didn't try it in production already.
Thanks.

from omnifaces.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.