hi
I am working on spring catridge, and trying to generate hibernate back end
code. My model has no validation errors - which contains a simple form with 4
fields (employee data-age, firstName, lastName, salary) that are to be saved to
the database, and also deployed perfectly. I have took those fields as
datatype::Collection only and used the tagged value :
@andromda.struts.view.table.columns= ... . After deploying when i checked the
.sql files , i found them empty- How is it possible? And when i filled the form
and press submit button the following code can be seen in the tomcat cmd window
:
Aug 4, 2005 3:49:15 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Aug 4, 2005 3:49:15 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1875 ms
Aug 4, 2005 3:49:15 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Aug 4, 2005 3:49:15 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
Aug 4, 2005 3:49:15 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Aug 4, 2005 3:49:15 PM org.apache.catalina.core.StandardHost getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx )
Aug 4, 2005 3:49:15 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:E:tomcat5confCatalinalo
calhostadmin.xml
Aug 4, 2005 3:49:18 PM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=tru
e
Aug 4, 2005 3:49:19 PM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNul
l=true
Aug 4, 2005 3:49:19 PM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources',
retur
nNull=true
Aug 4, 2005 3:49:27 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:E:tomcat5confCatalinalo
calhostbalancer.xml
Aug 4, 2005 3:49:27 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Processing Context configuration file URL
file:E:tomcat5confCatalinalo
calhostmanager.xml
Aug 4, 2005 3:49:28 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /jsp-examples from URL
file:E:
tomcat5webappsjsp-examples
Aug 4, 2005 3:49:28 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path from URL
file:E:tomcat5webap
psROOT
Aug 4, 2005 3:49:28 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /servlets-examples from
URL fil
e:E:tomcat5webappsservlets-examples
Aug 4, 2005 3:49:28 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /springstruts from URL
file:E:
tomcat5webappsspringstruts
Aug 4, 2005 3:49:29 PM org.displaytag.filter.ResponseOverrideFilter init
INFO: Filter initialized. Response buffering is enabled
Aug 4, 2005 3:49:30 PM org.apache.struts.validator.ValidatorPlugIn
initResources
INFO: Loading validation rules file from '/WEB-INF/validation.xml'
Aug 4, 2005 3:49:30 PM org.apache.struts.validator.ValidatorPlugIn
initResources
INFO: Loading validation rules file from '/WEB-INF/validator-rules.xml'
Aug 4, 2005 3:49:31 PM org.apache.struts.tiles.TilesPlugin
initDefinitionsFactor
y
INFO: Tiles definition factory loaded for module '.
Aug 4, 2005 3:49:31 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /springstruts-web-1.0 from
URL
file:E:tomcat5webappsspringstruts-web-1.0
Aug 4, 2005 3:49:33 PM org.displaytag.filter.ResponseOverrideFilter init
INFO: Filter initialized. Response buffering is enabled
Aug 4, 2005 3:49:33 PM org.apache.struts.validator.ValidatorPlugIn
initResources
INFO: Loading validation rules file from '/WEB-INF/validation.xml'
Aug 4, 2005 3:49:33 PM org.apache.struts.validator.ValidatorPlugIn
initResources
INFO: Loading validation rules file from '/WEB-INF/validator-rules.xml'
Aug 4, 2005 3:49:34 PM org.apache.struts.tiles.TilesPlugin
initDefinitionsFactor
y
INFO: Tiles definition factory loaded for module '.
Aug 4, 2005 3:49:34 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /struts-web-1.0 from URL
file:E
:tomcat5webappsstruts-web-1.0
Aug 4, 2005 3:49:34 PM org.displaytag.filter.ResponseOverrideFilter init
INFO: Filter initialized. Response buffering is enabled
Aug 4, 2005 3:49:35 PM org.apache.struts.tiles.TilesPlugin
initDefinitionsFactor
y
INFO: Tiles definition factory loaded for module '.
Aug 4, 2005 3:49:35 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /tomcat-docs from URL
file:E:t
omcat5webappstomcat-docs
Aug 4, 2005 3:49:35 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /webdav from URL
file:E:tomcat
5webappswebdav
Aug 4, 2005 3:49:35 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context path /webspring from URL
file:E:tom
cat5webappswebspring
Aug 4, 2005 3:49:36 PM org.displaytag.filter.ResponseOverrideFilter init
INFO: Filter initialized. Response buffering is enabled
Aug 4, 2005 3:49:36 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Aug 4, 2005 3:49:36 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Aug 4, 2005 3:49:36 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=16/110
config=E:tomcat5confjk2.properties
Aug 4, 2005 3:49:36 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 21578 ms
Aug 4, 2005 3:49:55 PM org.apache.struts.tiles.TilesRequestProcessor
initDefinit
ionsMapping
INFO: Tiles definition factory found for request processor '.
Aug 4, 2005 3:50:01 PM org.displaytag.export.ExportViewFactory <init>
INFO: Initializing ExportViewFactory with type={csv,excel,xml,pdf}
Aug 4, 2005 3:50:01 PM org.displaytag.properties.TableProperties
getLocaleResolv
erInstance
INFO: LocaleResolver initialized to
org.displaytag.localization.I18nStrutsAdapte
r.
Aug 4, 2005 3:50:01 PM org.displaytag.properties.TableProperties
geResourceProvi
der
INFO: I18nResourceProvider initialized to
org.displaytag.localization.I18nStruts
Adapter.
Plz let me know how to solve this problem...
Thanks in advance.
--
Bhanu Kiran
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3500#3500
Posting to http://forum.andromda.org/ is preferred over posting to the mailing
list!
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Andromda-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-user