| Author |
Message |
|
|
Post subject: Customizations causes scaffolding to fail
Posted: Mar 11, 2012 - 12:42 AM
|
|
Veteran Member


Joined: Dec 28, 2004
Posts: 9
|
|
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) |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 12, 2012 - 11:42 AM
|
|

Joined: Apr 04, 2011
Posts: 196
|
|
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?
| Quote: | | 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. |
|
_________________ Cindy
MyEclipse for Spring Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 12, 2012 - 03:41 PM
|
|
Veteran Member


Joined: Dec 28, 2004
Posts: 9
|
|
In 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?
| Quote: | | 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. |
|
|
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 13, 2012 - 02:36 AM
|
|

Joined: Apr 04, 2011
Posts: 196
|
|
Sorry, 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. |
_________________ Cindy
MyEclipse for Spring Support
|
| |
|
|
|
 |
|
|
| |