cancel
Showing results for 
Search instead for 
Did you mean: 

reference dc and activate dc

Former Member
0 Kudos

Hi guys, I have developed a dc and activated it successfully .Now my colleague referenced the dc naming it compB in his compA and activated it ,unfortunatelly he failed. The wrong info is " metadata of compA is invalid. compB usage is invalid.a minimum object(s) must be needed" . Strangely he build successfully and run very well. Please let me know your anwser as soon as possible. I will apreciate your reponse! Thanks a million!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Justin,

here i need to mention 2 things.

1. sync the dc again

2. in ur component usage, u have taken the life cycle as manual it seems. in that case u have to initialize the used component before using it in ur code. it will be something like this

wdThis.wdGet<ur used componet>.createComponent.

hope it will solve ur problem

regards

Sumit

Message was edited by:

Sumit Malhotra

Former Member
0 Kudos

Hi,Sumit, I set the lifecycle as createdOnDemand ,not manual, is there any other causes to lead to the problem?Thank you!

Former Member
0 Kudos

Hi Justin,

The error states that when u r initializing ur component, the refferenced component is not intialized but in case u r using createOnDemand, it should not happen..

Can u send the complete stack trace??

regards

Sumit

Former Member
0 Kudos

Hi,Sumit, the stack trace is below:

[wdgen] WARNING: Metadata of component MyTicketWorkhourWorklistUIComp is not valid! ComponentUsage "//WebDynpro/Component:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp/ComponentUsage:MyTicketWorkhourWorklistModelCompInst", Role "UsedComponent": A minimum of 1 object(s) is required

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> Component MyTicketWorkhourWorklistUIComp: Has invalid component usage 'MyTicketWorkhourWorklistModelCompInst'

[wdgen] [Error] .AddTicketWorkhour: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> ContextModelNode AddTicketWorkhour [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)

[wdgen] [Error] .AddTicketWorkhour.UserId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> ContextModelNode AddTicketWorkhourBean [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)

[wdgen] [Info] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> ContextModelNode AddTicketWorkhourBean [supplyingRelationRole]: Supply function or supplying relation role missing (Hint: A child node which is not mapped must have either a supplying relation role or a supply function or one of its parent nodes must have a supply function.)

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean.TicketNo: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean.StatusFlag: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean.TicketName: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean.WorkerId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean.TicketId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean.WorkTime: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean.LevelCode: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean.ConsultantName: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean.WorkDate: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean.RowId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean.WorkhourDesc: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .AddTicketWorkhour.AddTicketWorkhourBean.WorkhourName: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .DeleteTicketWorkhour: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> ContextModelNode DeleteTicketWorkhour [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)

[wdgen] [Error] .DeleteTicketWorkhour.UserId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .DeleteTicketWorkhour.RowId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourArr: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> ContextModelNode GetTicketWorkhourArr [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)

[wdgen] [Error] .GetTicketWorkhourArr.Condition: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> ContextModelNode GetTicketWorkhourByRowId [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)

[wdgen] [Error] .GetTicketWorkhourByRowId.RowId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> ContextModelNode GetTicketWorkhourByRowIdResponseT [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT.TicketNo: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT.StatusFlag: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT.TicketName: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT.WorkerId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT.TicketId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT.WorkTime: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT.LevelCode: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT.ConsultantName: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT.WorkDate: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT.RowId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT.WorkhourDesc: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .GetTicketWorkhourByRowIdResponseT.WorkhourName: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .TicketWorkhourBean: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> ContextModelNode TicketWorkhourBean [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)

[wdgen] [Error] .TicketWorkhourBean.TicketNo: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .TicketWorkhourBean.StatusFlag: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .TicketWorkhourBean.TicketName: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .TicketWorkhourBean.WorkerId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .TicketWorkhourBean.TicketId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .TicketWorkhourBean.WorkTime: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .TicketWorkhourBean.LevelCode: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .TicketWorkhourBean.ConsultantName: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .TicketWorkhourBean.WorkDate: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .TicketWorkhourBean.RowId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .TicketWorkhourBean.WorkhourDesc: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .TicketWorkhourBean.WorkhourName: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> ContextModelNode UpdateTicketWorkhour [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)

[wdgen] [Error] .UpdateTicketWorkhour.UserId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour.Bean: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> ContextModelNode Bean [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)

[wdgen] [Info] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> ContextModelNode Bean [supplyingRelationRole]: Supply function or supplying relation role missing (Hint: A child node which is not mapped must have either a supplying relation role or a supply function or one of its parent nodes must have a supply function.)

[wdgen] [Error] .UpdateTicketWorkhour.Bean.TicketNo: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour.Bean.StatusFlag: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour.Bean.TicketName: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour.Bean.WorkerId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour.Bean.TicketId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour.Bean.WorkTime: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour.Bean.LevelCode: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour.Bean.ConsultantName: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour.Bean.WorkDate: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour.Bean.RowId: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour.Bean.WorkhourDesc: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] .UpdateTicketWorkhour.Bean.WorkhourName: The mapping definition is inconsistent, the mapped context element does not exist.

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> ContextModelNode DetailBean [modelClass]: The context model node has not been bound to a model class (Hint: A Context model node has to be bound to a model class or mapped to a model node of another controller.)

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistUIComp --> Component MyTicketWorkhourWorklistUIComp [MyTicketWorkhourWorklistModelCompInst]: Component usage has no used component

[wdgen] [Warning] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> Caption Caption1 [text]: The text consists only of special characters and/or numbers.

[wdgen] [Warning] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> Label Label1 [labelFor]: labelFor is not set

[wdgen] [Warning] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> Label Label [labelFor]: labelFor is not set

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> TextView Date_editor [text]: Context element and property are not compatible

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> TextView Ticket_editor [text]: Context element and property are not compatible

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> TextView WorkHour_editor [text]: Context element and property are not compatible

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> TextView WorkStaff_editor [text]: Context element and property are not compatible

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> TextView Remark_editor [text]: Context element and property are not compatible

[wdgen] [Warning] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> InputField InputField: UIElement does not have a label

[wdgen] [Info] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> Caption Caption1: UIElement does not have a label

[wdgen] [Warning] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> InputField InputField1: UIElement does not have a label

[wdgen] [Info] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> Caption GroupForSearch_Header: UIElement does not have a label

[wdgen] [Info] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> Caption GroupForList_Header: UIElement does not have a label

[wdgen] [Info] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourSearchAndListView --> Caption TrayForSearchAndList_Header: UIElement does not have a label

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistDetailView --> InputField WorkHour [value]: Context element and property are not compatible

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistDetailView --> TextEdit WorkStaff [value]: Context element and property are not compatible

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistDetailView --> InputField Ticket [value]: Context element and property are not compatible

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistDetailView --> TextEdit Remark [value]: Context element and property are not compatible

[wdgen] [Info] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistDetailView --> Caption GroupForDetail_Header: UIElement does not have a label

[wdgen] [Info] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistDetailView --> Caption TrayForDetail_Header: UIElement does not have a label

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistModifyView --> InputField Workhour [value]: Context element and property are not compatible

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistModifyView --> TextEdit WorkStaff [value]: Context element and property are not compatible

[wdgen] [Warning] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistModifyView --> Label Ticket_label [labelFor]: Value is not valid

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistModifyView --> TextEdit Remark [value]: Context element and property are not compatible

[wdgen] [Info] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistModifyView --> Caption GroupForModify_Header: UIElement does not have a label

[wdgen] [Info] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistModifyView --> Caption TrayForModify_Header: UIElement does not have a label

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistAddView --> InputField WorkHour [value]: Context element and property are not compatible

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistAddView --> TextEdit WorkStaff [value]: Context element and property are not compatible

[wdgen] [Warning] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistAddView --> Label Ticket_label [labelFor]: Value is not valid

[wdgen] [Error] com.neusoft.ase.tm.ticketworkhour.view.MyTicketWorkhourWorklistAddView --> TextEdit Remark [value]: Context element and property are not compatible

Thank you!

Former Member
0 Kudos

Hi Justin,

It seems its not taking the proper refference of used component . U told that u r taking the life cycle as createOnDemand ,so it should automatically create the instance.

U can resync the used dc , delete the component usage , recreate it & then try.

regards

Sumit

Former Member
0 Kudos

Hi Sumit, I have tried several times as you told me, but it didn't work. I have developed three webdynpro Model DC from the same webservice. Does it influence the "activate" function?

Former Member
0 Kudos

Hi Justin,

it doens't matter how many dc's u develop with same service. Are u getting any problem with activation??

regards

Sumit

Former Member
0 Kudos

I have activated the dc that i developed successfully, only that dc referenced mine failed. If that dc can not activate , does it influence the entire software component?

Can i use the function " activate even if fails"?

Former Member
0 Kudos

Hi,

At the time of activation a Check box will be shown in the activation window. Just check that.

Regards

Ayyapparaj

former_member751941
Active Contributor
0 Kudos

Hi justin,

Go to the View Layout and Check whether each field of the view is bound to a context attribute or not? If it is fine.

Create a new Activity. Then Reload-Rebuild the project. And deploy the project locally first. If it’s deploy successfully then check in the activity. Don’t Select the Option Activate even if build fails.

Regards,

Mithu

Former Member
0 Kudos

Hi,Mithu, I check out the CBS Build Log of the webdynpro Model DC that I have activated successfully, like below:

[System.out] [Invoked from com.sap.ide.webdynpro.generation.runtime.ControllerPublisher.info(ControllerPublisher.java:83)]

[System.out] [Info] removed internal mapping between //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelCompInterface/Context/ChildNode:AddTicketWorkhour/ChildNode:AddTicketWorkhourBean and //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelComp/Context/ChildNode:Request_AddTicketWorkhour/ChildNode:AddTicketWorkhour/ChildNode:AddTicketWorkhourBean

[System.out] [Info] removed internal mapping between //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelCompInterface/Context/ChildNode:AddTicketWorkhour and //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelComp/Context/ChildNode:Request_AddTicketWorkhour/ChildNode:AddTicketWorkhour

[System.out] [Info] removed internal mapping between //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelCompInterface/Context/ChildNode:DeleteTicketWorkhour and //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelComp/Context/ChildNode:Request_DeleteTicketWorkhour/ChildNode:DeleteTicketWorkhour

[System.out] [Info] removed internal mapping between //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelCompInterface/Context/ChildNode:GetTicketWorkhourArr and //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelComp/Context/ChildNode:Request_GetTicketWorkhourArr/ChildNode:GetTicketWorkhourArr

[System.out] [Info] removed internal mapping between //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelCompInterface/Context/ChildNode:TicketWorkhourBean and //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelComp/Context/ChildNode:Request_GetTicketWorkhourArr/ChildNode:GetTicketWorkhourArrResponseF/ChildNode:GetTicketWorkhourArrResponse/ChildNode:GetTicketWorkhourArrResponseT/ChildNode:TicketWorkhourBean

[System.out] [Info] removed internal mapping between //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelCompInterface/Context/ChildNode:GetTicketWorkhourByRowId and //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelComp/Context/ChildNode:Request_GetTicketWorkhourByRowId/ChildNode:GetTicketWorkhourByRowId

[System.out] [Info] removed internal mapping between //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelCompInterface/Context/ChildNode:GetTicketWorkhourByRowIdResponseT and //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelComp/Context/ChildNode:Request_GetTicketWorkhourByRowId/ChildNode:GetTicketWorkhourByRowIdResponseF/ChildNode:GetTicketWorkhourByRowIdResponse/ChildNode:GetTicketWorkhourByRowIdResponseT

[System.out] [Info] removed internal mapping between //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelCompInterface/Context/ChildNode:UpdateTicketWorkhour/ChildNode:Bean and //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelComp/Context/ChildNode:Request_UpdateTicketWorkhour/ChildNode:UpdateTicketWorkhour/ChildNode:Bean

[System.out] [Info] removed internal mapping between //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelCompInterface/Context/ChildNode:UpdateTicketWorkhour and //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelComp/Context/ChildNode:Request_UpdateTicketWorkhour/ChildNode:UpdateTicketWorkhour

[System.out] [Info] removing usage of controller //WebDynpro/Controller:com.neusoft.ase.tm.ticketworkhour.comp.MyTicketWorkhourWorklistModelComp [wdgen] [Info]

does it influence my webdynpro ui dc' s activation?Thank you!

Former Member
0 Kudos

Hi,

Could you post the entire error stack,

Check the lifecycle of the used DC.

Regards

Ayyapparaj