Hello Seamers, I am looking at Seam. I have some trouble and wonder if this might be related. I see this exception on the seam debugger's component properties, when running the seam-booking demo:
| java.lang.RuntimeException[Could not resolve beanClass method from proxy call: public abstract javax.ejb.EJBLocalHome javax.ejb.EJBLocalObject.getEJBLocalHome() throws javax.ejb.EJBException]
|
This is in the HotelSearch and BookingList components.
A similar excption is listed for primaryKey field.
I see this also in my own application (again in seam debugger) and wondered if it indicated a real problem. I am new to seam/jboss/jsf/facelets etc.
Thanks, PdP
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972078#3972078
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972078
Hello,
1. First you go to the command prompt (If you are using Windows) and set the JAVA_HOME and PATH environment variables to jdk path.
For executing the installer.jar file, we have to set the PATH variable.
For Windows,
| >set JAVA_HOME=<jdk home directory path>;
| >set PATH=%PATH%;<jdk home directory path>/bin;
|
For Unix or Linux,
| #export JAVA_HOME=<jdk home directory path>
| #export PATH=<jdk home directory path>/bin
|
2. set the DISPLAY variable.
For Windows,
| >set DISPLAY=<Your Desktop system's ip-addr>:0
|
For Unix or Linux,
| #export DISPLAY=<Your Desktop system's ip-addr>:0
|
3. Start the XWindow Manager.
4. Go to the installer.jar file path in command prompt and run the following command.
| java -jar jboss-4.0.4.GA-Patch1-installer.jar
|
It will display the GUI, you can install the JBoss AS of your choice of Server configuration.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972074#3972074
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972074