Discussion:
[Middlegen-user] Problem with ejbPostCreate...
David Brady
2004-11-02 13:41:04 UTC
Permalink
Any ideas why this code is generated by the cmp20 plugin? The call to
setChannels(channels) doesn't exist in this class. The variable
"channels" is not passed into this method. This generated code is not
compilable. I'm new to the tool and would appreciate some help with
this.... thanks...

public void ejbPostCreate( java.lang.String channeltierId,
java.lang.String name, java.lang.String description, java.sql.Timestamp
createDate, java.sql.Timestamp modifyDate ) throws
javax.ejb.CreateException {
// Set CMR fields
setChannels(channels);
}

Loading...