[teiid-issues] [JBoss JIRA] (TEIID-3402) Use JBoss Module to start adminShell

Kylin Soong (JIRA) issues at jboss.org
Wed Mar 25 08:49:19 EDT 2015


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

Kylin Soong commented on TEIID-3402:
------------------------------------

I just found adminShell under jboss home, so I think it's a component of DV, so we can reuse modules folder's jars, change start script like 
~~~    
java -jar ../../jboss-modules.jar -mp $adaminShell.module
~~~
due to most jars under teiid-adminshell/lib are exist in modules folder, we can reuse it.

If AdminShell is a standalone remote client, we can close this issue.



> Use JBoss Module to start adminShell
> ------------------------------------
>
>                 Key: TEIID-3402
>                 URL: https://issues.jboss.org/browse/TEIID-3402
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Build/Kits
>    Affects Versions: 8.11
>            Reporter: Kylin Soong
>            Assignee: Steven Hawkins
>
> Current we have packaged a lot jars under $JBOSS_HOME/dataVirtualization/teiid-adminshell/lib, most of these jars are duplicated with jars under $JBOSS_HOME/modules, If we use JBoss Module to start adminShell, all these jars folder can be removed, this will let DV more lightweight.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the teiid-issues mailing list