- This topic has 3 replies, 2 voices, and was last updated 13 years, 3 months ago by
cconway.
-
AuthorPosts
-
I made a full scaffolding using the database as a source and only Spring Web Flow for the Web layer. I included REST and JSON. This worked fine.
I made a new Customization project and edited some CSS and JSPs, added a new CSS as well as a new logo image. I then make the JAR file and copied it into the existing project. I then set the property for the project to use the JAR file for code generation. When I went to rescaffold, the process would runaway and eat up 1Gb heap sizes.
I then made a new web project and did the same properties changes for this project prior to scaffolding for the first time. The results are the same.
I am using MyEclipse For Spring on an iMAC
Version: 10.0.0
Build ID: 10.0.0 Build 7 (111109_1440)March 12, 2012 at 5:42 am #324186
cconwayMemberHi ccpmurray,
Please try putting the jar file in a second project and referencing it there. Also, are you able to complete scaffolding in a new web project without any customizations?
And, can you please elaborate on the following statement? How does this involve the customization project?
I then made a new web project and did the same properties changes for this project prior to scaffolding for the first time. The results are the same.
March 12, 2012 at 9:41 am #324201In all cases, I imported the customization JAR into both of the projects.
If I was to re-scaffold the existing ME4S scaffolded project it would hang. If I was to do an initial scaffolding of the web project, the result was still the same.
The point that I am making is that if I was to scaffold any project while having customizations, the scaffolding process would hang each and avery time.
I hope this clarifies my issues
@cconway wrote:
Hi ccpmurray,
Please try putting the jar file in a second project and referencing it there. Also, are you able to complete scaffolding in a new web project without any customizations?
And, can you please elaborate on the following statement? How does this involve the customization project?
I then made a new web project and did the same properties changes for this project prior to scaffolding for the first time. The results are the same.
March 12, 2012 at 8:36 pm #324215
cconwayMemberSorry, but that does not answer my question.
Did you create a customization project using New > Other > MyEclipse for spring customization project ?
Did you create a jar file from this project and import it into ProjectA,
Then set that jar as a customization jar for ProjectB?If you have done those things, it should work. If it doesn’t work, then please send me your project and I can get someone to try the project.
-
AuthorPosts