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
Yes that would be fine, most of the development has been with JBoss running on Linux.
Following the instructions in the user guide you would have already copied the keytab to the Linux machine, after the account is set up you would need to ensure the correct DNS mapping and then use the negotiation toolkit to test that the client browser does trust the linux machine to perform SPNEGO authentication.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197977#4197977
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197977
in getting started documentation create a seam project in the project wizard Figure 3.1 it was given the option to select the features we want in our project(axis2 web service,dynamic web module,java,JP,JSF,seam.web docklet).
i don't have this feature in my IDE.i installed JBDS beta tried to do step by step create a seam project then stopped in this part because i realized the feature to add in my project is not present in my IDE.
why this feature is not present?do i need to install something?help
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197972#4197972
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197972
Hi!
How can one dynamically create portal pages?
For e.g. - A scenario where,
In one page there are 3 portlets - A, B, C.
The state of portlet B depends on state of A [i.e. some click events on A]
Also, for portlet C some click events may give rise to creation of new portal pages with some other portlets.
Also these newly created pages must be nested in tabs within an empty area in same portal page.
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197968#4197968
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197968