LDAP double authentication - LdapSearchResult and LdapAuthenticationServices

2013-10-18 Thread ChoeJenSing
hi, when using LDAP to do the authentication there are 2 part that do the JNDI LDAP connection AbstractOFBizAuthenticationHandler.java method = login (...) _first time_ AbstractOFBizAuthenticationHandler.java method = getLdapSearchResult() when the result from the getLdapSearchResult is not

Re: R: Re: problem with Jobsandbox during deploy

2013-10-18 Thread g.fitini
Changing my entityengine.xml setting my 'parameter distributed-cache-clear-enabled = true'of delegator , i've solve the 'jobsandbox' problem, but i've other problems like this during deploy:

Re: Accepting online payments not linked to a cart

2013-10-18 Thread Gavin Mabie
Hi Jacques I don;t have the option to add a payment via the order review screen. When I use COD I noticed that the order status is set to complete after processing - on my local machine (11.04). On the demo-trunk I notice that the order status in Approved/Created. It might be my version of

Re: Accepting online payments not linked to a cart

2013-10-18 Thread Jacques Le Roux
You can try using the stable demo which is still 11.04 http://ofbiz.apache.org/ but not for long: I will switch stable to 12.04 and will make 11.04 old... soon... If it works with 11.04 demo then it must something in your working copy... Jacques Gavin Mabie wrote: Hi Jacques I don;t have

Web Application Mount Prefix

2013-10-18 Thread JS
Hi, I'm currently attempting to use httpd as a front end to OFBiz. I do have it working using the AJP proxy, after following the advice written here: https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD. I have a question

bsh-2.0b-4.jar

2013-10-18 Thread Skip
I know you guys have moved on to groovy, but I still have several hundred bsh scripts that I do not have the time to deal with. BSH works fine for me, but I am getting a logging message: experiment: creating class manager I updated the bsh jar file to 2.1b, but got compile errors in

Re: bsh-2.0b-4.jar

2013-10-18 Thread Adrian Crum
From the jar file commit message: Updated bsh to version 2.0b4, with additions needed by OFBiz for caching parsed scripts as an object; Jira issue #OFBIZ-528; thanks to Cameron Smith for the initial efforts and testing on this; see that issue for more details Adrian Crum Sandglass Software

RE: bsh-2.0b-4.jar

2013-10-18 Thread Skip
Thanks Adrian These additions have the changes required to eliminate the missing references. I'll see if I can merge them with fixed 2.0b-4 source by jaring NameSpace.class with the Ofbiz supplied bsh-2.0b-4.jar. I havent done this in a coons age. Does someone remember how to replace a class

Re: Web Application Mount Prefix

2013-10-18 Thread Pierre Smits
Hi Johnny, If I understand your the first part of your email correctly, you try - with the http server as a front-end, to serve up multiple instance. E.g. www.site1.org to deliver instance1 (with its specific ports), and www.site2.org to deliver instance2 (with its specific ports). If that is

RE: bsh-2.0b-4.jar

2013-10-18 Thread Taher Alkhateeb
Hi skip, You replace such files by updating the jar manifest using the jar command uf flags. Make sure to have the class in the same directory structure A good article on this is http://docs.oracle.com/javase/tutorial/deployment/jar/update.html Hope that helps Taher Thanks Adrian These

RE: bsh-2.0b-4.jar

2013-10-18 Thread Skip
Found the command, because the System.out is in NameSpace.class, the command is jar uf bsh-2.0b4.jar NameSpace.class where NameSpace.class is the compiled class with the System.out.println removed. Skip -Original Message- From: Skip [mailto:s...@thedevers.org] Sent: Friday, October 18,

Re: Web Application Mount Prefix

2013-10-18 Thread JS
Hi Pierre, Thank you for the feedback. As I'm re-reading my post, I'm thinking that the multiple OFBiz instance was a bad example on my part to communicate what I'm looking to do, my apologies. Essentially what I have is one host, let's call him: www.site1.org. The structure of the site is