property file in ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

property file in ofbiz

kacireddy
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
Reply | Threaded
Open this post in threaded view
|

how to place new property file in ofbiz

kacireddy
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
Reply | Threaded
Open this post in threaded view
|

Re: how to place new property file in ofbiz

David E Jones-2

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.
>

Reply | Threaded
Open this post in threaded view
|

Re: how to place new property file in ofbiz

kacireddy
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.
>