Menu

#37 Domain Support service does not generate adding Used Entity

open-fixed
None
5
2006-04-05
2006-04-05
caydin
No

Domain Support service does not generate adding Used
Entity to the User Entity where the User Entity has a
stereotype of “LogFile”

The code incorrectly wants to call beginEdit() which
is not supported for the “LogFile” entities.

Code Sample.

lDomain.beginEdit();

BOSecurity lEntity = lDomain.createSecurity
( lProposedDetails.getCode());

if (lProposedDetails.getName() != null)

lEntity.setName
(lProposedDetails.getName());

if
(lProposedDetails.getRecommendationLongTerm() != null)

lEntity.setRecommendationLongTerm
(lProposedDetails.getRecommendationLongTerm());

if
(lProposedDetails.getRecommendationShortTerm() != null)

lEntity.setRecommendationShortTerm
(lProposedDetails.getRecommendationShortTerm());

if (lProposedDetails.getCurrentPrice() !=
null)

lEntity.setCurrentPrice
(lProposedDetails.getCurrentPrice());

BOGicsIndustrySubGroup
lGicsIndustrySubGroup =
TRBOGicsIndustrySubGroup.getBOGicsIndustrySubGroup(
lDomain, lProposedDetails.getGicsIndustrySubGroup());

lGicsIndustrySubGroup.beginEdit();

lGicsIndustrySubGroup.addSecurity(lEntity);

lOperationResult.setCreatedDetails(
TRBOSecurity.convertToDetailsStructure(lEntity));

return lOperationResult;

Discussion

  • Rost Vashevnik

    Rost Vashevnik - 2006-04-05

    Logged In: YES
    user_id=883678

    Hello !

    This message is to notify you that someone from MetaBoss team
    have had a look at your bug report, it was accepted and is
    now awaiting the resolution. This means that someone from the
    MetaBoss team will have a closer look at it and formulate a
    response to you (most likely within 48 hours).

    Please note that in addition to the Sourceforge support facilities
    we maintain a FAQ and Forum at www.metaboss.com. If you have
    not already done so, we suggest that you visit our site and search
    for possible workarounds.

    Please also note that all MetaBoss users are free to use any
    support channel they like, however, in order to enjoy VIP Support,
    MetaBoss Commercial License Holders must submit their questions
    to the Forum at www.metaboss.com.

    Thank you for your contribution to MetaBoss

    MetaBoss team

     
  • Rost Vashevnik

    Rost Vashevnik - 2006-04-05
    • assigned_to: nobody --> metaboss
     
  • Rost Vashevnik

    Rost Vashevnik - 2006-04-05

    Logged In: YES
    user_id=883678

    The bug reported in this message has been fixed and
    will be available in the next release.

    Thank you for your contribution to MetaBoss

    MetaBoss team

     
  • Rost Vashevnik

    Rost Vashevnik - 2006-04-05
    • status: open --> open-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.