Ok, 

i created some sort of plain seam project which was originally created by 
seam-gen and has been a little bit "enriched". You'll find an IntelliJ project 
file in the base directory along with 3 module files (ear/war/jar). Just open 
the project and do some minor adjustments:

-edit the project jdk
-adjust the testproject-ds.xml / jboss-beans.xml to match your db
-edit the {basedir}/build.properties and set the jboss home accordingly

If you want to use the seam gen tasks (which I have slightly modified and 
reduced to the file generators) then you should edit the 
{basedir}/seamgen/generator.properties file and make it matching your paths.

That should be it.

I added two ant build files, the upper one (called testproject) deploys/builds 
the application. Use "explode" to explode it to the jboss deploy dir and 
"restart" to touch the deployment descriptor in order to redeploy the app.

The other one is the "reduced to file generators" - seam gen. Pretty useful I 
think.

Have fun, and let me know if there are any further problems.

Tino

ps: download it here: http://pluggable.de/download/testproject.tar.gz ;P


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

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

Reply via email to