Attribute customizations implemented in java not java script
![](http://jazz.net/_images/myphoto/c8737347fe288836b9c68f009a1e363e.jpg)
Hi,
I am studying about Attribute customizations..
But, I have a trouble to implement attribute cutomization in java during processing...
I've followed at the end of Page here site :: https://jazz.net/wiki/bin/view/Main/AttributeCustomization
But, as me :: That is Problem :
First , I couldn't find New>condition, defaultValueProviders etc..
I just have New > Generic..
Second, I have warning at the top of page like , No schema found for the 'com,ibm.team.workitem......'
Please Help me, anyone. :P
I'd like you to give some advice or link(Reference site..)
Thank you :)
** I am using RTC 3.0.1, also I plug in all of SDK about 3.0.1
I am studying about Attribute customizations..
But, I have a trouble to implement attribute cutomization in java during processing...
I've followed at the end of Page here site :: https://jazz.net/wiki/bin/view/Main/AttributeCustomization
But, as me :: That is Problem :
First , I couldn't find New>condition, defaultValueProviders etc..
I just have New > Generic..
Second, I have warning at the top of page like , No schema found for the 'com,ibm.team.workitem......'
Please Help me, anyone. :P
I'd like you to give some advice or link(Reference site..)
Thank you :)
** I am using RTC 3.0.1, also I plug in all of SDK about 3.0.1
One answer
![](http://jazz.net/_images/myphoto/c8737347fe288836b9c68f009a1e363e.jpg)
It seems like you are missing a dependency on com.ibm.team.workitem.common under your plugin dependencies.
Your dependencies should look like this:
![](https://jazz.net/forum/upfiles/Selection_200.png)
Note: To properly implement an attribute value provider (as shown in the Wiki) you will need to use internal API. Internal API may change during releases without prior notice and might break your plugin