[ 
https://issues.apache.org/jira/browse/TUSCANY-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12612132#action_12612132
 ] 

Luciano Resende commented on TUSCANY-2467:
------------------------------------------

There are two issues with the patch you sent :
   pom.xml is missing the assembly-xml dependency
   the implementation processor constructor should be like
   public GDataImplementationProcessor(ModelFactoryExtensionPoint 
modelFactories, Monitor monitor) {
        
        this.gdataFactory = 
modelFactories.getFactory(GDataBindingFactory.class);
    }

I have these changes locally, if you want me to commit.

> Create a GDataImplementationProcessor
> -------------------------------------
>
>                 Key: TUSCANY-2467
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2467
>             Project: Tuscany
>          Issue Type: Improvement
>          Components: Java SCA ATOM Binding Extension
>            Reporter: Douglas Siqueira Leite
>         Attachments: tuscany-2467_douglasleite_2008_08_07.patch
>
>
> Create a GDataImplementationProcessor to allow a structure in the SCDL file 
> like this:
> ...
> <binding.gdata uri="resourceUri" login="login" password="password"/>
> ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to