[JBoss Eclipse IDE (users)] - Re: jboss ide seam skeleton app error
by tushardesai22
I am using Eclipse-SDK-3.1.2-win32 + BossIDE-200607141757-nightly-ALL
Can any one help me out with this error:
Exception while generating code:
Reason:
org.hibernate.tool.hbm2x.ExporterException: Error while processing template seam/find.jsp.ftl
freemarker.core.InvalidReferenceException: Expression field.value.typeName is undefined on line 45, column 6 in seam/find.jsp.ftl.
freemarker.core.InvalidReferenceException: Expression field.value.typeName is undefined on line 45, column 6 in seam/find.jsp.ftl.
I am just trying to configure and deploy the tables from MySQL as shown in CRUD demo by I keep getting the above error.
Below are the two tables:
mysql> create table City (ID integer(3), Name varchar(25), Zipcode integer(5), Country varchar(25));
mysql> create table Event(ID integer(3), Name varchar(60));
Please advice.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958339#3958339
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958339
19 years, 9 months
[JBoss Getting Started Documentation] - libs within EAR are not recognized
by pinchyTheLobster
I have an EAR in my JBOSS_HOME/server/default/deploy/ directory. In the root directory of this EAR there are 2 files located within /lib. When I attempt to deploy my EAR the following is shown in the log.
org.jboss.deployment.DeploymentException: url file:/C:/jboss/server/default/deploy/lib/<jar1>.jar could not be opened, does it exist?
at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:187)
The jar's get extracted into the tmp directory but for some reason the server expects them to be placed in the deploy directory under a lib folder? Does anyone know how I can make the Application Server point to the internal libs? I know that the Manifest.MF's Classpath for these files is relative:
Class-Path: lib/<jar_1>.jar lib/<jar_2>.jar
I have tried to deploy this EAR with both 4.0.2 and 3.2.8. There must be some config setting that I'm missing. Any help will be appreciated.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958330#3958330
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958330
19 years, 9 months