ManagedConnectionFactory is null with seam-gen
I got the below error “You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null.”whenever the i save something on my IDE and hot deployment is done.The fix for the above error is change overwrite=”true” to overwrite=”false”
as shown above in your build.xml file.