Re: certificate in PKCS7 format in Ofbiz

2011-03-16 Thread Jacques Le Roux
Yes from experience I confirm, PKCS12 is the way Jacques Richard Siddall wrote: Info Olagos wrote: Hello, Has anyone already imported a PKCS7 certificate into the java keystore for use with embedded Tomcat Ofbiz? Regards, Heidi I think I had to convert one to PKCS12. IIRC, Java6 lets

Re: Web services - jaxb binding

2011-03-16 Thread Jacques Le Roux
Interesting... Looking forward Jacques From: Alexander Graf alex.g...@student.htw-berlin.de Okay I got something interesting: http://synodinos.net/2007/08/02/web-services-interoperability-fable-with-java-and-php/ The author Dionysios G. Synodinos says, that An ENVELOPE described with

Re: How to change default messages in OFBiz

2011-03-16 Thread Jacques Le Roux
I had not chances to have a look at it, yet. I will answer you later... Thanks for your effort Jacques - Original Message - From: Amitava Neogi To: user@ofbiz.apache.org Sent: Tuesday, March 15, 2011 12:47 PM Subject: How to change default messages in OFBiz Hi, I

Multi part pricing

2011-03-16 Thread aray
Hi Community, I have a requirement to be modeled similar to the discussion in the link below http://ofbiz.135035.n4.nabble.com/Product-Multiple-Part-Price-td142318.html#a142321 From the thread looks like this is would need to be developed custom. As an alternative exploring if one can model a

Re: Category Level Price

2011-03-16 Thread Jacques Le Roux
Why not use a seed data file, with possible proper import process? It's easy to edit and, I believe, certainly faster than any specific UI, more error prone tough (C/P, etc.)... Jacques From: aray a...@kenfuse.com Hi Community, I have a requirement where there are lots of products (upto 50

Re: certificate in PKCS7 format in Ofbiz

2011-03-16 Thread Info Olagos
Hello, Thanks for the info. At the end i have a near working solution for the certificates. I learned that the keytool doesn't accept anymore .p7b or PKCS7 certificates. So i converted with openssl the PKCS7 certificate back to X.509 certificate and that one i imported into the keystore with

Re: certificate in PKCS7 format in Ofbiz

2011-03-16 Thread Info Olagos
Apparently PKCS7 can not work because it doens't convert the private key and doesn't contain the private key. But i think here we have a wrong information in the WIKI in the technical startup document. So then we have to use PKCS12. Regards, Heidi 2011/3/16 Info Olagos info.ola...@gmail.com

Re: certificate in PKCS7 format in Ofbiz

2011-03-16 Thread Christian Geisert
Info Olagos schrieb: Apparently PKCS7 can not work because it doens't convert the private key and doesn't contain the private key. A certificate never contains the private key. But i think here we have a wrong information in the WIKI in the technical startup document. I don't think there's

Re: certificate in PKCS7 format in Ofbiz

2011-03-16 Thread Info Olagos
ok thanks for info. But the certificate in PKCS#12 format (standard) contains both the private key and public key. It is a standard to transfer the certificates from the public certificate provider to my webserver. Because i didn't generate the private key myself. And i didn't request for a

Re: Catalog Manager: Product Types

2011-03-16 Thread Justin Robinson
For anyone needing to start using the Catalog Manager, I suggest this document it is clear and concise: http://www.blogjava.net/Files/hugh/OFBizBasicProductionSetup.pdf On Mon, Mar 14, 2011 at 2:32 PM, Justin Robinson jus...@venturenet.co.za wrote: Firstly I'd just like to say thanks to the list

Re: certificate in PKCS7 format in Ofbiz

2011-03-16 Thread Christian Geisert
Info Olagos schrieb: ok thanks for info. But the certificate in PKCS#12 format (standard) contains both the private key and public key. It is a standard to transfer the certificates from the public certificate provider to my webserver. Because i didn't generate the private key myself. And i

Re: Catalog Manager: Product Types

2011-03-16 Thread Jacques Le Roux
This is old, you should rather refer to https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide Jacques From: Justin Robinson jus...@venturenet.co.za For anyone needing to start using the Catalog Manager, I suggest this document it is clear and

Re: certificate in PKCS7 format in Ofbiz

2011-03-16 Thread Info Olagos
Thanks. ! Very useful document about PKCS12 import. Heidi 2011/3/16 Christian Geisert christian.geis...@isu-gmbh.de Info Olagos schrieb: ok thanks for info. But the certificate in PKCS#12 format (standard) contains both the private key and public key. It is a standard to transfer the

Re: Migrating from release 9.04 to 10.04

2011-03-16 Thread rrhati2010
Hi Anne, Sorry for the late response and Thanks for your reply and suggestions. But, I didn't keep my changed files in hot-deploy rather I changed it directly of some framework's and specialpurpose's component. Now,I am planning to move the changes into hot-deploy folder which requires some

Mailing list

2011-03-16 Thread Gavin Mabie
Hi Just to ask - is a contactlist in Ofbiz the same as a mailinglist? Thanks

Re: Catalog Manager: Product Types

2011-03-16 Thread David E Jones
Actually for Catalog Manager stuff you need the business side of that doc: https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide -David On Mar 16, 2011, at 4:07 AM, Jacques Le Roux wrote: This is old, you should rather refer to

Re: Web services - jaxb binding

2011-03-16 Thread Alexander Graf
Okay it is definitely not working. I commented out the lines: OMAttribute defaultNS = factory.createOMAttribute(xmlns, null, ModelService.TNS); resService.addAttribute(defaultNS); in org.ofbiz.webapp.event.SOAPEventHandler and got a response without xmlns=http://ofbiz.apache.org/service/

Re: certificate in PKCS7 format in Ofbiz

2011-03-16 Thread Info Olagos
But if i want to import the PKCS12 certificate into a new keystore, i try to do: keytool -importcert -alias ssl -trustcacerts -file c:\...\...\...\mypfx.pfx -keystore eee.pfx Enter keystore password:* Re-enter new password: * keytool error: java.lang.Exception: Input not an X.509