4.1 Building The Application 2nd paragraph 3rd sentence.
This is our Ant build script for compiling and
packaging the archives. To build the application, you need to first of all edit the
build.xml file and edit the value of jboss-dist to reflect the location where
the JBoss Application Server is installed.
the problem is the build.xml file provided with the sample doesn't have a
value "jboss-dist" and it's not clear where you need to make the changes
for my install. I was reading the script and it reference files that don't exist.
Can I get the changes need to provide the build.xml with the right parameters for the non-existing jboss-dist value?
thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151206#4151206
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151206
I am newbie to jboss and I was struggle on the same issue yesterday. Somehow I found in the forum that to add hibernate.default_schema=<schema name> line in the hibernate-console.properties will fix the problem. I tried and it worked.
Now, I have another question. I try to use "New -> Seam Entity." The java code is generated with default attributes (id, version, and name) are created and the table is also created in DB beautifully. However, when I like to modify or add attributes (like change name to first name,) I stuck. I don't know how to make the code change to update the table in DB. Or, I just have manully alter the table accordingly?
Thanks
Roger
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151197#4151197
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151197