vote up 1 vote down star
1

I am using the JBoss Tools to deploy a seam application to a JBoss server from within eclipse. I am consistently seeing a strange behavior. Every time the .xhtml files are changed the seam application is auto-deployed as expected. However, the entity manager instance is becoming null and I am forced forced to restart the seam application by removing it and adding it through the eclipse server view. The whole process is taking more time than I can afford. Is there a workaround to this problem?

flag

33% accept rate
Try to use the seam-gen app that is bundled with seam, then use only the build provided by the seam-gen to build, explode and other stuff like that. – Kamia Oct 30 at 11:41
That's wierd. Resources like xhtml work even without JBoss hot deplyment feature. Maybe is something wrong with your eclipse/jboss tools configuration. Try create simple Seam project and see whether it will work. – cetnar Oct 30 at 12:36
docs.jboss.org/seam/2.1.2/… – cetnar Oct 30 at 12:53
Adding a little more about what cetnar told, if you're using hb-tools, make sure you mark use local jboss folder on jboss otherwise eclipse 3.4 messes up with hot deploy. – Kamia Oct 30 at 16:46

3 Answers

vote up 1 vote down

If you change a xhtml file only that single file should be copied and the entitymanager should not be affected. Are you refreshing the browser ? Triggering some specific action on that page ?

link|flag
whoops - that should have been a comment not a answer. – Max Rydahl Andersen Oct 31 at 18:30
I am changing the .xhtml. Waiting for Jboss to publish it. and refreshing the browser. Yet I keep getting the EntityManager is null exception. – hbagchi Nov 2 at 7:06
vote up 1 vote down

I'm guessing you use JBoss 5.1.0 server? If yes, there are a bunch of problems with this server while working with Seam especially in version 2.2.0. You may also read about general problems with deployment to JBoss5 container.

The other thing you must remeber is to set debug mode for Seam and development mode for facelets. Whitout this two configurations hot deployment won't work.

link|flag
vote up 0 vote down

How does one set debug mode for Seam and development mode for Facelets?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.