Hi,

I've just finished the development of a t5 application, my environment is maven/eclipse/jetty launcher
and inside this environment everything works just fine.

However there are some problems outside this environment, especially outside launching jetty via
eclipse.

If I run mvn jetty:run (or use jetty/tomcat of my production environment), it starts up and finds all necessary components and packages. As soon as I access the start page an exception page is shown:

org.apache.tapestry5.ioc.internal.util.TapestryException: Component Index:layout does not contain an embedded component with id 'sidebar'. Available components: (none).
...

I've compared the startup of the elipse/jetty with mvn jetty:run and the difference is:

eclipse/jetty: executes every class transformation of every single component and page before rendering the start page

mvn jetty:run: just executes the class transformation of layout and the start page


The component which isn't found (sidebar) is embedded within the layout component.

I'd be pleased if somebody would have a solution/workaround to run my application in the production environment.

Thanks,
Michael


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to