On 7/10/06, Nic Gibson <[EMAIL PROTECTED]> wrote:

> Having said all that, has anyone seen similar or have a clue why this
> happening?  I have my suspicions that it's related to the @ISA
> structure that starts out as:
>
>         @AMS::SysConfig::ISA = ('Corbas::MVC::SysConfig')
>
> where
>
>         @Corbas::MVC::SysConfig::ISA = ('Corbas:MVC::Base')
>         @Corbas::MVC::Base::ISA = ('Corbas::Data::Base',
> 'Maypole::Model::Base')
>         @Corbas::Data::Base::ISA = ('Class::DBI')
>
> Then gets changed to:
>
>         @AMS::SysConfig::ISA = ('Corbas::MVC::Model', 
> 'Corbas::MVC::SysConfig')
>
> where
>
>         @Corbas::MVC::Model::ISA = ('Maypole::Model::CDBI')
>         @Maypole::Model::CDBI::ISA = ('Maypole::Model::Base',  'Class::DBI')
>
>
> Anyone got a clue? My head hurts
>

Hi nic. I think this is a bug. I recall some inheritance issues on
mailing list way back. I am not sure if they were ever resolved.  If
you could  make a simple  self contained maypole app that demos the
behavior , that would save a lot of headache.  And, maybe a test and
patch if you figure it out  .. .. :-)  Hopefully someone will know
exactly what the problem is.

cheers


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Maypole-users mailing list
Maypole-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to