GururajMunnalli / seaminaction

Automatically exported from code.google.com/p/seaminaction
0 stars 0 forks source link

Could not run app and go to home page (like fig. 2.7 at page 52) #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've got a stack trace of exceptions. The cause was the <value> tags in
   <drools:rule-base name="securityRules">
       <drools:rule-files><value>/security.drl</value></drools:rule-files>
   </drools:rule-base>
at resources\WEB-INF\components.xml
I dropped them (<value></value>)and it worked.
Francisco Antônio

Original issue reported on code.google.com by francisc...@gmail.com on 10 Dec 2008 at 6:48

GoogleCodeExporter commented 9 years ago
I don't know why this would be causing an exception. Could you provide the 
version of
Seam you are using and the relevant information from the stacktrace (such as 
which
line is causing the problem).

Original comment by dan.j.allen on 5 Apr 2009 at 3:34

GoogleCodeExporter commented 9 years ago
Hi Dan,

We are evaluating SEAM as a potential option for porting a Struts based 
application.
When we ran seam gen to create the initial application and it generated 
140+entities,
UI etc. When we deployed the app to JBoss 4.4.2 (+Postgresql), we ran into 
issues
when the number of tables was over large (about 140). The issue was 
Java.lang.Out of
Memory error. We also applied your suggested updates to the jboss conf file (as 
we
are using Sun JDK 1.6 +) We have not tried with IBM JDK but wanted to get your
thoughts on if SEAM is a suitable technology for larger table based CRUD 
applications. 
Thanks.
BGK
globalmedsolutions.com

Original comment by b...@globalmedsolutions.com on 22 Oct 2009 at 6:05