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

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Thu Apr 29 17:28:05 EDT 2010


    [ https://jira.jboss.org/jira/browse/TEIID-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12528152#action_12528152 ] 

Ramesh Reddy commented on TEIID-1082:
-------------------------------------

Are you looking this for dynamic VDB? If it is then you can use the "VDBMetadata.java" object and set the above properties and marshell that object using the JAXB and send the contents in the "admin.deployVDB" call. You get what you are looking for.


> 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