Re: Attaching a PDF to a FO-FTL generated PDF

2010-12-11 Thread pankaj savita
Hi James, One Solution is that you can modify your PDF once FOP is done with it. First you need to convert the PDF's in Byte Array. Then this Utility Class to Merge Multiple PDF's will help you. Its takes the list of Byte Array returns a Byte Array after Merging in a

Re: Ofbiz integration with phone or Call centre device

2010-12-11 Thread Shereen
Thanks a lot Freeman for your great support but if you allow me I have some inquiries ad I'm totally new to this field. I'll repeat facts about that and please correct me if I'm wrong. The Ofbiz can be integrated with a called center device with Asterisk software running on it and this

Re: Ofbiz integration with phone or Call centre device

2010-12-11 Thread BJ Freeman
it takes some customization. here is what I implemented. the SIP component is used to provide a button for calling from phone number in contact mech. when a call comes in it will match the caller ID to contact mech and bring up a customer screen. for those with no caller Id it brings up the

Re: Ofbiz integration with phone or Call centre device

2010-12-11 Thread BJ Freeman
the Asterisk system is used so the personnel can have extensions and be remote. I hire people to work from their homes. when they log in to ofbiz the Sip component activates their extension to receive calls. = BJ Freeman Strategic Power Office with Supplier Automation

Remote Access of OFBiz Services

2010-12-11 Thread Sebastian Erler
Hi All, i want to set up two OFBiz instances in the following way. One Ofbiz uses specific services of the second ofbiz remotely and not its local services (for study reasons). As far as i understand it, ofbiz services are defined in several service.xml files (i.e.

Re: Remote Access of OFBiz Services

2010-12-11 Thread Abhishake Agarwal
Hi, you can expose the service using export attribute. service name=... location... export=true.../service This will expose the service as a webservice. Regards, Abhishake On Sat, Dec 11, 2010 at 9:16 PM, Sebastian Erler sebastian.erl...@gmx.netwrote: Hi All, i want to set up two

getting error with startofbiz

2010-12-11 Thread BJ Freeman
using jdk1.6.0_19 version 104453 windows xp .\ant run-install sucessful startofbiz Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine. .\ant run works. any Ideas? = BJ Freeman Strategic

Re: getting error with startofbiz

2010-12-11 Thread Raj Saini
Check the -Xms and -Xmx settings. This generally happens when -Xmx value is more than the system RAM. On Sunday 12 December 2010 08:39 AM, BJ Freeman wrote: using jdk1.6.0_19 version 104453 windows xp .\ant run-install sucessful startofbiz Error occurred during initialization of VM Could not