minor
minor
defect
java.lang.IllegalStateException: com.top_logic.layout.form.boxes.reactive_tag.BoxLayoutTag$ConfigService module not started.
at com.top_logic.basic.module.ModuleUtil.invalidStateNotStarted(ModuleUtil.java:1884)
at com.top_logic.basic.module.BasicRuntimeModule.getImplementationInstance(BasicRuntimeModule.java:86)
at com.top_logic.layout.form.boxes.reactive_tag.BoxLayoutTag.setType(BoxLayoutTag.java:169)
at org.apache.jsp.jsp.layout.persons.EditPerson_jsp._jspService(EditPerson_jsp.java:201)
at com.top_logic.util.TopLogicJspBase.doService(TopLogicJspBase.java:154)
at com.top_logic.util.TopLogicServlet.inContext(TopLogicServlet.java:488)
at com.top_logic.util.TopLogicServlet.service(TopLogicServlet.java:171)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:476)
Improvement
Both com.top_logic.layout.form.boxes.reactive_tag.BoxLayoutTag and com.top_logic.layout.form.boxes.tag.BoxLayoutTag exist. The former was missing the configuration to start the module, which has now been added to top-logic.config.xml.
Test
- Build TL-Studio using ` create_studio_all ` in Ant > tl-build-studio
- Open a new Eclipse workspace and import the folder `tl-build_studio\dist\tl-studio\workspace`—which was created after building TL-Studio—using File > Import... > General > Existing Projects into Workspace
- Set up a new application following these instructions: http://tl/trac/wiki/TL/SetupApplication
- Start the application