History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-19761
Type: Bug Bug
Status: Open Open
Assignee: Nikolay Chashnikov
Reporter: M. Maraun
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Missing file in WAR

Created: 24 Sep 08 10:55   Updated: 09 Oct 08 15:44
Component/s: Compiling Project

Environment: Windows

Build: 7,952
Severity: High


 Description  « Hide
My deployed *.war file aren't running on a extern tomcat , lokal debugging (exploded) it's working correct.
Rebuild doesn't help. Missing "test/info.hbm.xml"

<hibernate-mapping>
<class name="dbm.ThisEntity" table="testtable">
<id name="id"/>
<property name="value"/>
</class></hibernate-mapping>

The first start are missing the table und therefor i exclude this from the compile.
Why are the difference between exploded ( with the *.hbm.xml ) and WAR ( without the *.hbm.xml )

Release 8823 have the same bug.



 All   Comments   Work Log   Change History      Sort Order:
Nikolay Chashnikov - 09 Oct 08 15:44
Please attach ipr and iml files of your project.