ptrthomas wrote:
> 
> On 6/28/07, Watter <[EMAIL PROTECTED]> wrote:
> A couple of observations.  Looks like you are using Acegi as well.  I have
> the same problem when I don't exclude my Session and Application classes.
> 
Actually, we aren't using Acegi. That class you're looking it is named
similar to what Acegi uses because the person who wrote it happened to have
looked at some Acegi LDAP code as a reference for our own implementation. 



> I am able to proceed now with the following:
> 
>         ReloadingClassLoader.includePattern("info.jtrac.wicket.*");
>         ReloadingClassLoader.excludePattern("
> info.jtrac.wicket.JtracApplication");
>        
> ReloadingClassLoader.excludePattern("info.jtrac.wicket.JtracSession
> ");
>        
> ReloadingClassLoader.excludePattern("info.jtrac.wicket.DashboardPage");
> // this the home page
>         // ReloadingClassLoader.excludePattern("org.springframework.*");
>         // ReloadingClassLoader.excludePattern("org.acegisecurity.*");
> 
> I know this goes completely opposite to what Jean-Baptiste Quenot advises,
> but this is what is working.  Let me try summarize, I started having
> problems (I think same case with you Matt?) when I got a recent version of
> the snapshot and I raised the JIRA issue
> https://issues.apache.org/jira/browse/WICKET-685
> 
> I thought the problem was solved when I excluded "org.springframework". 
> The
> "Markup of type 'html' for component not found" problem went away, so I
> closed the JIRA issue.  But later I found that the effect of
> ReloadingWicketFilter was nullified - i.e. after changing code and
> refreshing the page I was getting ClassCastException straight away.
> 
> 

Thanks for the information. I'll consider this, however I'm going to first
try the the debugging suggestion made by Jean-Baptiste.

Matt


-- 
View this message in context: 
http://www.nabble.com/Has-something-changed-in-markup-inheritance--tf3963374.html#a11345518
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to