[teiid-issues] [JBoss JIRA] Updated: (TEIID-1082) simple vdbless editor

Mauricio Chicalski (JIRA) jira-events at lists.jboss.org
Thu Apr 29 17:11:05 EDT 2010


     [ https://jira.jboss.org/jira/browse/TEIID-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mauricio Chicalski updated TEIID-1082:
--------------------------------------

    Description: 
helper classes (vdbless beans?) and methods to create/manipulate vdbless files within the admin api
c.setUrl("jdbc:....");
model.setName("");
model.setConnector(c);
vdb.setModel(m);
admin.createVDB(vdb);


  was:
helper classes (vdbless beans?) and methods to create/manipulate vdbless files within the admin api
c.setUrl("jdbc:....");
model.setName
model.setConnector(c);
vdb.setConnector(c);
admin.createVDB(vdb);




> simple vdbless editor
> ---------------------
>
>                 Key: TEIID-1082
>                 URL: https://jira.jboss.org/jira/browse/TEIID-1082
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: AdminApi
>    Affects Versions: 7.0
>            Reporter: Mauricio Chicalski
>            Assignee: Steven Hawkins
>            Priority: Optional
>
> helper classes (vdbless beans?) and methods to create/manipulate vdbless files within the admin api
> c.setUrl("jdbc:....");
> model.setName("");
> model.setConnector(c);
> vdb.setModel(m);
> admin.createVDB(vdb);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list