I just had a thought. Are you sure that you really need the MVEL library? Is it possible that you are directly referencing MVEL classes when you should instead be referencing Seam Render classes?<br><br>&quot;TemplateCompiler&quot; comes to mind.<br>
<br>Just a thought?<br><br>Could you post your plugin code on github so that I can try to reproduce this issue?<br><br>~Lincoln<br><br><div class="gmail_quote">On Tue, Feb 14, 2012 at 5:01 PM, Thomas Frühbeck <span dir="ltr">&lt;<a href="mailto:fruehbeck@aon.at">fruehbeck@aon.at</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you for clarifying the issue, the build-repair-reload cycles have become tedious :-)<br>
<div class="im">&gt; AFAICT, depending on seam-render and adjusting seam-render module definition to export the MVEL classes should take care of this (<br>
</div>If I understood correctly the proposed solution would be to change forge/modules/org/jboss/seam/render/main/module.xml to<br>
<br>
&lt;module xmlns=&quot;urn:jboss:module:1.0&quot; name=&quot;org.jboss.seam.render&quot;&gt;<br>
&lt;resources&gt;<br>
&lt;resource-root path=&quot;seam-render-1.0.0.Alpha6.jar&quot;/&gt;<br>
&lt;/resources&gt;<br>
<br>
&lt;dependencies&gt;<br>
&lt;module name=&quot;javax.enterprise.api&quot; /&gt;<br>
&lt;module name=&quot;org.jboss.forge&quot; /&gt;<br>
&lt;module name=&quot;org.jboss.solder&quot; /&gt;<br>
&lt;module name=&quot;org.mvel&quot; export=&quot;true&quot;/&gt;<br>
<div class="im">&lt;module name=&quot;javax.api&quot; /&gt;<br>
&lt;/dependencies&gt;<br>
&lt;/module&gt;<br>
<br>
</div>I did that and it works!<br>
<div class="im"><br>
&gt; if it&#39;s ever acceptable from a visibility perspective to depend on MVEL directly).<br>
</div>Honestly, this sounds as if the old days of classloading problems come back :-/<br>
My two cents: if there is a clean solution keeping the classes hidden from the plugins it&#39;s OK.<br>
But if it is difficult to do I would prefer to accept visibility of such libraries of common utility - we are talking of _plugins_, there should be some initimacy allowed, isn&#39;t it?<br>
<div class="HOEnZb"><div class="h5"><br>
Regards,<br>
Thomas<br>
_______________________________________________<br>
forge-dev mailing list<br>
<a href="mailto:forge-dev@lists.jboss.org">forge-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/forge-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/forge-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.com">http://ocpsoft.com</a><br><a href="http://scrumshark.com">http://scrumshark.com</a><br>&quot;Keep it Simple&quot;<br>