- This topic has 9 replies, 3 voices, and was last updated 14 years ago by
jkennedy.
-
AuthorPosts
-
lijamieMemberI am having much trouble using Spring DSL in 9.0. Where can I download 8.6?
June 8, 2011 at 11:12 am #317367
jkennedyMemberSorry to hear that you are having problems, if you would like to give me some details I may be able to assist you.
If you would like to install 8.6, you will need to use Pulse.
Let me know if you need assistance or if you can give me details about the DSL issue you are facing.
Thanks,
JackJune 8, 2011 at 12:04 pm #317378
lijamieMemberOne problem at at time. 🙂
For security, after I changed the settings, it complains about j_spring_security_logout not available. After I re-scaffold the security, it works again. However, I have to redo my JSP pages. Any idea to fix this problem?
June 8, 2011 at 12:20 pm #317381
lijamieMemberWhen I deleted an operation of a controller, the controller model package got chaged. for example, I had com.abc.controller as the model package, after I removed an operation, the model name was changed to controller. Any idea of this problem?
Also, can I rename a model package?
June 9, 2011 at 8:06 am #317403
jkennedyMemberOK, thanks for the additional details, we are checking into the security question but I wanted to dig in a bit on the DSL rename issue.
I have tried to reproduce this issue and I have not been able too so far, but I have a suspicion about its root cause being a name collision between the Controller, the operation, and the package the controller is in.
Do you by any chance remember the full name of the package, the controller, and the original operation, and then the name you changed the operation too?
Also, was this project created new in 9.0 or did it come in from an 8.6 environment?
We do not have the ability to rename model packages at this time, you would need to create a new package and copy files into it.
Let me know if you can give me the details on those names.
Thanks,
JackJune 9, 2011 at 8:52 am #317404
jayperkinsMemberThere is a known bug in 9.0 where changing security (such as by rescaffolding) causes some security settings in the web.xml to be lost. See this post for a description of the problem as well as some workarounds.
https://www.genuitec.com/forums/topic/scaffolding-spring-security-and-enabling-security-in-dsl/
I have not seen the error that you describe in this scenario, but it may be possible if you logged in when the web.xml had the security settings, rescaffolded and then logged out after the web.xml had lost the security settings.
In any event, that bug will be fixed in the next release which is due out soon.
Let me know if you do not think this bug applies to your problem.
Thanks,
Jay
June 15, 2011 at 7:40 pm #317541
lijamieMemberyes, this applies to my scenario. When is the next release coming out since this is really annoying that I have to re-do my security.
June 16, 2011 at 3:47 pm #317575
jkennedyMemberThe next release will by MyEclipse for Spring 9.1. We expect it to be available within the next 2 weeks. Sorry for the inconvenience.
Thanks,
JackJune 16, 2011 at 6:24 pm #317581
lijamieMemberThanks. Looking forward to the new release.
July 6, 2011 at 8:41 am #317994
jkennedyMemberWe are putting the finishing touches on MyEclipse for Spring 9.1 and it should be public within the next day or two.
Thanks,
Jack -
AuthorPosts