You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by kacireddy <ch...@gmail.com> on 2006/09/15 07:49:47 UTC

how to place new property file in ofbiz

hi,

               How to include a new property file in ofbiz ???

Sandhya
 


kacireddy wrote:
> 
> Hi guys ,
> 
>          I am trying to integrate website payment pro paypal soultion with
> ofbiz. for that I want to pass paypal Api username & password & signature.
> I want to place these values in property file.
>          If I place the new variables in already created property means  I
> place a variable called signature in EcomerceUiLabels.property file & when
> I invoke ${uiLabelMap.signature} it is giving correct value. 
>         But I want to create seperate property file. So I created
> paypal.property file in applications-> ecommerce-> config folder.I placed
> a variable with the name sgnature , restarted ofbiz.  But It is giving the
> varible name is value. I didnot get value of tht variable.
> 
>    To add new propert file , is restarting of ofbiz is enough or I want to
> do anything more . Can u help me....?????
> 
> Sandhya
> 

-- 
View this message in context: http://www.nabble.com/property-file-in-ofbiz-tf2270730.html#a6319649
Sent from the OFBiz - User forum at Nabble.com.


Re: how to place new property file in ofbiz

Posted by kacireddy <ch...@gmail.com>.
Hi,

   Thanku for u r replay . I will try with this.
Sandhya

David E Jones wrote:
> 
> 
> Just put it on the classpath. I'm not sure if this is the problem  
> you're having though...
> 
> BTW, if this is for payment configuration in order to take advantage  
> of the ProductStore payment configuration features the properties for  
> this should be put in a new section in the existing  
> payment.properties file.
> 
> -David
> 
> 
> On Sep 14, 2006, at 11:49 PM, kacireddy wrote:
> 
>>
>> hi,
>>
>>                How to include a new property file in ofbiz ???
>>
>> Sandhya
>>
>>
>>
>> kacireddy wrote:
>>>
>>> Hi guys ,
>>>
>>>          I am trying to integrate website payment pro paypal  
>>> soultion with
>>> ofbiz. for that I want to pass paypal Api username & password &  
>>> signature.
>>> I want to place these values in property file.
>>>          If I place the new variables in already created property  
>>> means  I
>>> place a variable called signature in EcomerceUiLabels.property  
>>> file & when
>>> I invoke ${uiLabelMap.signature} it is giving correct value.
>>>         But I want to create seperate property file. So I created
>>> paypal.property file in applications-> ecommerce-> config folder.I  
>>> placed
>>> a variable with the name sgnature , restarted ofbiz.  But It is  
>>> giving the
>>> varible name is value. I didnot get value of tht variable.
>>>
>>>    To add new propert file , is restarting of ofbiz is enough or I  
>>> want to
>>> do anything more . Can u help me....?????
>>>
>>> Sandhya
>>>
>>
>> -- 
>> View this message in context: http://www.nabble.com/property-file- 
>> in-ofbiz-tf2270730.html#a6319649
>> Sent from the OFBiz - User forum at Nabble.com.
>>
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/property-file-in-ofbiz-tf2270730.html#a6323189
Sent from the OFBiz - User forum at Nabble.com.


Re: how to place new property file in ofbiz

Posted by David E Jones <jo...@undersunconsulting.com>.
Just put it on the classpath. I'm not sure if this is the problem  
you're having though...

BTW, if this is for payment configuration in order to take advantage  
of the ProductStore payment configuration features the properties for  
this should be put in a new section in the existing  
payment.properties file.

-David


On Sep 14, 2006, at 11:49 PM, kacireddy wrote:

>
> hi,
>
>                How to include a new property file in ofbiz ???
>
> Sandhya
>
>
>
> kacireddy wrote:
>>
>> Hi guys ,
>>
>>          I am trying to integrate website payment pro paypal  
>> soultion with
>> ofbiz. for that I want to pass paypal Api username & password &  
>> signature.
>> I want to place these values in property file.
>>          If I place the new variables in already created property  
>> means  I
>> place a variable called signature in EcomerceUiLabels.property  
>> file & when
>> I invoke ${uiLabelMap.signature} it is giving correct value.
>>         But I want to create seperate property file. So I created
>> paypal.property file in applications-> ecommerce-> config folder.I  
>> placed
>> a variable with the name sgnature , restarted ofbiz.  But It is  
>> giving the
>> varible name is value. I didnot get value of tht variable.
>>
>>    To add new propert file , is restarting of ofbiz is enough or I  
>> want to
>> do anything more . Can u help me....?????
>>
>> Sandhya
>>
>
> -- 
> View this message in context: http://www.nabble.com/property-file- 
> in-ofbiz-tf2270730.html#a6319649
> Sent from the OFBiz - User forum at Nabble.com.
>