You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Michael Brohl (JIRA)" <ji...@apache.org> on 2017/07/08 12:58:02 UTC

[jira] [Updated] (OFBIZ-9239) hot-deploy component cannot reference /ofbiz/lib/*

     [ https://issues.apache.org/jira/browse/OFBIZ-9239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Brohl updated OFBIZ-9239:
---------------------------------
    Priority: Minor  (was: Major)

> hot-deploy component cannot reference /ofbiz/lib/*
> --------------------------------------------------
>
>                 Key: OFBIZ-9239
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9239
>             Project: OFBiz
>          Issue Type: Bug
>    Affects Versions: Trunk
>            Reporter: Wai
>            Priority: Minor
>
> I have a hotdeploy component that refers to jar files located in /ofbiz/lib/
> In /ofbiz/hot-deploy/mycomponent/ofbiz-component.xml I have the following entries...
>     <classpath type="jar" location="../../lib/*" />
>     <classpath type="jar" location="../../lib/example.jar" />
> When ofbiz is started I get the following relevant console messages...
> 2017-03-01 06:45:02,639 |main                 |ComponentContainer            |I| Auto-Loading component directory : [/ofbiz/hot-deploy]
> 2017-03-01 06:45:02,663 |main                 |ComponentContainer            |W| Location '/ofbiz/hot-deploy/mycomponent/build/lib' does not exist
> 2017-03-01 06:45:02,664 |main                 |ComponentContainer            |W| Location '/ofbiz/hot-deploy/mycomponent/lib' does not exist
> Warning : Module classpath component '/ofbiz/hot-deploy/mycomponent/../../lib/*' is not valid and will be ignored...
> 2017-03-01 06:45:02,666 |main                 |ComponentContainer            |I| Added class path for component : [mycomponent]
> 2017-03-01 06:45:02,669 |main                 |ComponentContainer            |I| All components loaded



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)