[teiid-issues] [JBoss JIRA] (TEIID-2904) Expose "import" and "extension-metadata" Translator Properties through Admin API

Steven Hawkins (JIRA) issues at jboss.org
Fri Mar 28 15:20:12 EDT 2014


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

Steven Hawkins commented on TEIID-2904:
---------------------------------------

It is null yes:

14:02:45,669 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8)  MSC00001: Failed to start service jboss.deployment.unit."fake.jar".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."fake.jar".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment "fake.jar"
	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:127) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_09-icedtea]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_09-icedtea]
	at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea]
Caused by: java.lang.NullPointerException
	at org.teiid.translator.BaseDelegatingExecutionFactory.getMetadataProcessor(BaseDelegatingExecutionFactory.java:497)
	at org.teiid.deployers.TranslatorUtil.buildTranslatorProperties(TranslatorUtil.java:264)
	at org.teiid.deployers.TranslatorUtil.buildTranslatorMetadata(TranslatorUtil.java:236)
	at org.teiid.jboss.TranslatorDeployer.deploy(TranslatorDeployer.java:68)
	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:120) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
	... 5 more

Getting the metadata is run against a default instance that does not have a delegate.
                
> Expose "import" and "extension-metadata" Translator Properties through Admin API
> --------------------------------------------------------------------------------
>
>                 Key: TEIID-2904
>                 URL: https://issues.jboss.org/browse/TEIID-2904
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: AdminApi
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>              Labels: CR1
>             Fix For: 8.7
>
>
> Currently only "override" translator properties are exposed through Admin API. Teiid should also expose
> * import properties
> * extension metadata proeprties
> for tooling purposes. Right now Teiid Connection importer in Designer, a user has to manually enter these values.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list