Re: create bug

[prev] [thread] [next] [Date index for 2005/05/17]

From: Simon Wilcox
Subject: Re: create bug
Date: 13:01 on 17 May 2005
On Tue, 17 May 2005, Hartmaier Alexander wrote:

> NAC::ScanInterface is defined by:
> __PACKAGE__->columns(Primary    => qw/fk_device snmpid/);
> __PACKAGE__->columns(Essential  => qw/port datetime name snmpid_rtt
> snmpid_qos type adminstatus speed mtu ipaddr ipnetmask description/);
> __PACKAGE__->columns(Others     => qw//);
> __PACKAGE__->columns(TEMP       => qw/fk_line/);
>
> __PACKAGE__->has_a(fk_device    => 'NAC::Device');
> __PACKAGE__->has_a(fk_line      => 'NAC::Line');

> On Tue, 17 May 2005, Hartmaier Alexander wrote:
>
> > ###############
> > # This is the failing line
> >
> >     my $if_entry = $self->device->snmpinfo->$snmp_method();

Where is the "device" column defined ?

I think this should be

my $if_entry = $self->fk_device->snmpinfo->$snmp_method();

Although why $self->device is returning undef and not an unknown column
error I can't really explain.

Simon.

        -- 
        "Counterpoint the surrealism of the underlying metaphor"

(message missing)

create bug
Hartmaier Alexander 14:38 on 13 May 2005

Re: create bug
Tony Bowden 19:18 on 13 May 2005

create bug
Hartmaier Alexander 09:56 on 17 May 2005

Re: create bug
Simon Wilcox 10:05 on 17 May 2005

create bug
Hartmaier Alexander 10:49 on 17 May 2005

Re: create bug
Simon Wilcox 11:12 on 17 May 2005

create bug
Hartmaier Alexander 11:15 on 17 May 2005

Re: create bug
Simon Wilcox 13:01 on 17 May 2005

create bug
Hartmaier Alexander 13:13 on 17 May 2005

Re: create bug
Tony Bowden 21:21 on 17 May 2005

create bug
Hartmaier Alexander 14:49 on 18 May 2005

Re: create bug
Simon Wilcox 15:03 on 18 May 2005

Re: create bug
Perrin Harkins 15:53 on 18 May 2005

create bug
Hartmaier Alexander 15:09 on 18 May 2005

Re: create bug
Simon Wilcox 15:24 on 18 May 2005

create bug
Hartmaier Alexander 16:28 on 18 May 2005

create bug
Hartmaier Alexander 16:36 on 18 May 2005

Re: create bug
Perrin Harkins 17:49 on 18 May 2005

Re: create bug
Hartmaier Alexander 09:31 on 19 May 2005

Generated at 16:38 on 28 Jul 2005 by mariachi v0.52