anonymous wrote : Caused by: org.jboss.xb.binding.JBossXBException: Failed to 
parse source: Element {http://java.sun.c
  | om/xml/ns/javaee}jboss is not bound as a global element.
  | 

You have an incorrect xsd declaration in jboss.xml.  Change it to:

  |  <jboss xmlns="http://www.jboss.com/xml/ns/javaee";
  |              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |              xsi:schemaLocation="http://www.jboss.org/j2ee/schema
  |                             http://www.jboss.org/j2ee/schema/jboss_5_0.xsd";
  |              version="5.0">
anonymous wrote : 
  | 08:58:09,844 WARN  [config] JSF1059: WARNING!  The 
com.sun.faces.verifyObjects feature is to aid dev
  | elopers not using tools.  It shouldn''t be enabled if using an IDE, or if 
this application is being 
  | deployed for production as it will impact application start times.
  | 08:58:11,772 ERROR [[/WAB]] Exception sending context initialized event to 
listener instance of clas
  | s org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
  | java.lang.NoClassDefFoundError: com/sita/wab/exceptions/ApplicationException
  | 

Are you sure this class is packaged in your application?

After changing the jboss.xml check the JNDI tree to see whether the EJBs are 
bound to JNDI (which i believe should). If you are running into some other 
issue other than the EJB binding, please open a new thread in an appropriate 
forum so that we don't mix multiple issues in a single thread :-)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197978#4197978

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197978
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to