Re: org.ofbiz.entity.connection.DebugManagedDataSource.getConnection()

2012-09-11 Thread Sam Hamilton
I think i stuck the wrong image url in - http://imageshack.us/f/705/screenshot20120911at161.png/ Sam On 11 Sep 2012, at 16:31, Sam Hamilton wrote: > Hey everyone, > > I am trying to get to the bottom of some short but reported downtime for my > production servers. It seem

org.ofbiz.entity.connection.DebugManagedDataSource.getConnection()

2012-09-11 Thread Sam Hamilton
Hey everyone, I am trying to get to the bottom of some short but reported downtime for my production servers. It seems that right before the /webtools/control/ping check fails org.ofbiz.entity.connection.DebugManagedDataSource.getConnection is running. Please have a look at the screenshot from

Re: Auto Set unique.instanceId

2012-08-12 Thread Sam Hamilton
Many thanks Adrian! Sam On 11 Aug 2012, at 02:38, Adrian Crum wrote: > On 8/10/2012 7:33 PM, Jacques Le Roux wrote: >> From: "Sam Hamilton" >>> Thanks for the tips. >>> >>> Scott I never knew that the jobs worked that way. >> >>

Re: Auto Set unique.instanceId

2012-08-10 Thread Sam Hamilton
up on restarting. >> >> Regards >> Scott >> >> On 6/08/2012, at 3:06 PM, Sam Hamilton wrote: >> >>> Many thanks Jacques - off to do some testing! >>> >>> Cheers >>> Sam >>> >>> On 4 Aug 2012, at 00:11

Re: Auto Set unique.instanceId

2012-08-05 Thread Sam Hamilton
y.mynetgear.net/c/display/W/Reading+Java-style+Properties+Files+with+Shell > > HTH > > Jacques > > > Sam Hamilton wrote: >> Hey everyone! >> >> This is kinda a weird question but does anyone know a way to auto insert the >> machines hostname in the uniqu

Auto Set unique.instanceId

2012-08-03 Thread Sam Hamilton
Hey everyone! This is kinda a weird question but does anyone know a way to auto insert the machines hostname in the unique.instanceId variable in general.properties? I am asking as I am migrating over to AWS and trying to automate the build for a whole clustered stack so that if one of the ins

Re: Product Page load taking 15 - 20 seconds to load : SEO URLs may be the culprit

2012-04-09 Thread Sam Hamilton
Did you try turning on caching? Sam On 9 Apr 2012, at 17:34, sanjeev wrote: > when you go to a product page and hit Previous or Next button, its is taking > about 15 - 20 seconds for ofbiz to load the product page. > From the logs it looks like that the data resources and the content > assoc

Re: OFBiz / BigFish eCommerce Updates

2012-04-05 Thread Sam Hamilton
Hi Nick, If its Apache licensed why don't you commit things like your Solr improvements back into trunk and help move the whole project forward? Thanks Sam On 6 Apr 2012, at 02:25, Nick Rosser wrote: > Apache open license. Interested in your thoughts. > > Nick > C: 516.901.1720 > nros...@s

Re: SEO friendly URL

2012-03-14 Thread Sam Hamilton
Talking as end user (sysadmin) and not a developer - we use the latest and greatest version all the time. With upgrades done every couple of days to the head of trunk. Sam On 15 Mar 2012, at 11:40, Mike wrote: > Hey Hans. It would be useful if you posted your upgrade schedule, and > which t

Trunk not working?

2012-01-27 Thread Sam Hamilton
Hey Devs, I have an up to date copy of trunk (Revision: 1236664) that is not working I can't seem to open http://locahost:8080/webtools/control/main - is anyone else having a problem or has my computer gone mental? It was a meant to be a simple svn up followed by ./ant clean-all && ./ant run-i

Re: Embedded Tomcat, getRemoteAddr, httpd proxy

2012-01-12 Thread Sam Hamilton
Hi Steve, I think that if you use the ajp connector from httpd to ofbiz then this should start to show proper IP addresses. Cheers Sam On 13 Jan 2012, at 14:21, Steve Fatula wrote: > So, using the built in ofbiz Tomcat, and, a Apache httpd front end to tomcat, > getRemoteAddr for ip tra

Re: ofbiz Developer

2012-01-04 Thread Sam Hamilton
Hi Koorosh, Here is a link to a list of OFBiz service providers https://cwiki.apache.org/OFBIZ/apache-ofbiz-service-providers.html I am sure one of these companies will help you out. Sam On 5 Jan 2012, at 09:54, Koorosh Yaraghi wrote: > Hello - > > I was looking to hire a full time develo

Re: Multiple ofbiz instance with different domain names

2011-10-06 Thread Sam Hamilton
ed to use httpd as the front and use ajp > to connect to the ofbiz instances that i have? Any example for the virtual > hosts setting in the httpd.conf? > > Thank you. > FooShyn > > On Fri, Oct 7, 2011 at 11:24 AM, Sam Hamilton wrote: > >> Yes I have done so

Re: Multiple ofbiz instance with different domain names

2011-10-06 Thread Sam Hamilton
Yes I have done something similar at the httpd level with mod_proxy_ajp and virtual hosts. Sam On 7 Oct 2011, at 11:04, Foo Shyn Chung wrote: > Hi guys, > > I have managed to setup and run 2 Ofbiz instances in a single machine. Using > IP with different ports, i can use them without any iss

Re: Service to Empty an Entity?

2011-09-22 Thread Sam Hamilton
Thanks David - will have a hunt around for examples of those. Cheers Sam On 22 Sep 2011, at 15:24, Sam Hamilton wrote: > Hi, > > Can anyone point me in the direction of an example of a service that would > empty the all the data from an entity, I know how to do this in P

Service to Empty an Entity?

2011-09-22 Thread Sam Hamilton
Hi, Can anyone point me in the direction of an example of a service that would empty the all the data from an entity, I know how to do this in Postgres with 'delete from entity_name_goes_here' but not sure where to start looking for a similar feature in OFBiz? Thanks Sam smime.p7s Descript

Re: OFBTECH wiki generated pages are missing

2011-09-13 Thread Sam Hamilton
That is an awesome openoffice tip! It should seriously saves me loads of time! On 14 Sep 2011, at 00:33, BJ Freeman wrote: > Maybe this would be a good time to promote moving this into ofbiz > docbook files. > Many would be put in framework/documents > I found you can copy paste into openoffic

Re: Demo Data of Real World

2011-09-05 Thread Sam Hamilton
I think more realistic demo data would be a great idea. Sam On 6 Sep 2011, at 08:39, BJ Freeman wrote: > if that is the case then I will support it on my businessesnetwork demo > site. > > Adrian Crum sent the following on 9/5/2011 2:56 PM: >> I suggested the same thing years ago. Have a com

Re: Ecommerce Error Page Bug?

2011-09-01 Thread Sam Hamilton
t; On Fri, Aug 26, 2011 at 7:21 AM, Sam Hamilton wrote: >> Hi, >> I would like a second opinion on what I think is a bug but not 100% sure. > > I think it is a bug or actually a not yet implemented feature :) > >> If you are using the ecommerce app and you force it to gene

Re: Help - OFBiz and New user

2011-08-29 Thread Sam Hamilton
Hi Imran, If you look into the source code for this page it should provide an example to help solve your problem. https://demo-trunk.ofbiz.apache.org:8443/ecommerce/control/newcustomer Sam On 30 Aug 2011, at 11:57, imran ismail wrote: > Hi All, > I am just a new comer to OFBiz community and t

Ecommerce Error Page Bug?

2011-08-25 Thread Sam Hamilton
Hi, I would like a second opinion on what I think is a bug but not 100% sure. If you are using the ecommerce app and you force it to generate a 404 error page it defaults to the tomcat error page rather than using what I think it should be using - /error/error.jsp? You can test the 404 erro

Re: Trunk demo restarted

2011-08-25 Thread Sam Hamilton
Tomcat did some work to reduce load from google crawls and is in v7 - http://www.theserverside.com/discussions/thread.tss?thread_id=62375 perhaps upgrading would help ease the problem??? The other thing that springs to mind is rotating the console log out at a certain size? Perhaps the VM runs

Re: Hello

2011-08-03 Thread Sam Hamilton
Hi, Google is your friend - https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse Sam On 3 Aug 2011, at 19:11, vivek mishra wrote: > Hello, > > I want to run Ofbiz using eclipse ..so please explain how to use it As I m > new to this. > > Thanks & Regar

Re: .gitignore

2011-08-02 Thread Sam Hamilton
Hey Devs - in the end I did create a patch as I found another problem with the file. https://issues.apache.org/jira/browse/OFBIZ-4359 Cheers Sam On 3 Aug 2011, at 11:37, Sam Hamilton wrote: > Hi Devs, > > I know normally to get code committed to OFBiz you should open a JI

.gitignore

2011-08-02 Thread Sam Hamilton
Hi Devs, I know normally to get code committed to OFBiz you should open a JIRA but it seems a bit excessive when all I would like someone to do is add .DS_Store to the bottom of the .gitignore file Thanks for your help Sam

Bit of java help

2011-07-02 Thread Sam Hamilton
Hi, A while back I had a module coded that uploads products to TheFind.com much like the Google Base application - I would like to give the code back to the project but I think that the jar to make the CSV file (javacsv.jar) is GNU Library or LGPL. I don't understand java enough to swap out

Re: Help with a FTL if

2011-06-20 Thread Sam Hamilton
<#if prodDesc?if_exists?trim != ""> > ${productContentWrapper.get("LONG_DESCRIPTION")} > <#else> > ${productContentWrapper.get("DESCRIPTION")?if_exists} > > > best wishes > prasanth. r > > On Mon, Jun

Re: Help with a FTL if

2011-06-20 Thread Sam Hamilton
roductContentWrapper.get("DESCRIPTION")} > > > ${productContentWrapper.get("LONG_DESCRIPTION")} > > post the output too. > thanks > prasath. r > > On Mon, Jun 20, 2011 at 3:42 PM, Sam Hamilton wrote: > >> Hi, >> >> Al

Re: Help with a FTL if

2011-06-20 Thread Sam Hamilton
<#if productContentWrapper.get("DESCRIPTION")?exists> >> >> ${productContentWrapper.get("DESCRIPTION")} >> >> <#elseif productContentWrapper.get("LONG_DESCRIPTION")?exists > >> ${productContentWrapper.get("LONG_DESCRIPTION")} >

Re: Help with a FTL if

2011-06-20 Thread Sam Hamilton
t the output too. > thanks > prasath. r > > On Mon, Jun 20, 2011 at 3:42 PM, Sam Hamilton wrote: > >> Hi, >> >> All the examples including yours seem to work like this >> if the code snippet checked for the description first then >> If product A ha

Re: Help with a FTL if

2011-06-20 Thread Sam Hamilton
: > Sam, > > Wat does it print when u use the code lines I provided ??? > It would be of help to me to figure out the actual problem > > -Original Message- > From: Sam Hamilton [mailto:s...@sh81.com] > Sent: Monday, June 20, 2011 3:31 PM > To: user@ofbiz.apa

Re: Help with a FTL if

2011-06-20 Thread Sam Hamilton
get("LONG_DESCRIPTION")} > >> > > > best wishes > prasath.r > 9442369696 > > On Mon, Jun 20, 2011 at 2:42 PM, Sam Hamilton wrote: > >> Hi Prasath >> >> Thanks for pointing that out so the revised code should look something like

Re: Help with a FTL if

2011-06-20 Thread Sam Hamilton
ck for 'null' value. > if you want to check the value then use has_content. > > I hope it will help you. > > prasath > 9442369696 > > > > > On Mon, Jun 20, 2011 at 2:20 PM, Sam Hamilton wrote: > >> Hi, >> >> Can someone

Help with a FTL if

2011-06-20 Thread Sam Hamilton
Hi, Can someone help me with this if statement - i can only get it to return a value for long_description if one exists where as I want it to return a description if no long_description is found? <#assign prodDesc = productContentWrapper.get("LONG_DESCRIPTION")?if_exists>

Re: Tomcat 7 Question?

2011-05-13 Thread Sam Hamilton
Thanks Erwan Sam On 13 May 2011, at 20:55, Erwan de FERRIERES wrote: > Le 13/05/2011 12:46, Sam Hamilton a écrit : >> Hi Devs, >> >> Now that 11.04 is out the door is there a specific reason why someone has >> not upgraded the tomcat version inside OFBiz up to

Tomcat 7 Question?

2011-05-13 Thread Sam Hamilton
Hi Devs, Now that 11.04 is out the door is there a specific reason why someone has not upgraded the tomcat version inside OFBiz up to v7? Sam

Re: hiding functionality in ofbiz.

2011-04-25 Thread Sam Hamilton
This is starting to sound to me like user permissions that can be customised to show or hide functions? Then it can be customised if a organisation wants to or left default. Rather than beginner, intermediate and full it would be role based e.g. Warehouse Picker, Warehouse Packer, PO Creator, P

Google Base API

2011-03-04 Thread Sam Hamilton
Hey List, This is a heads up for those people using the Google Base application that the API will be fully decommission it on June 1, 2011 - for more info have a read of http://googlemerchantblog.blogspot.com/2010/12/new-shopping-apis-and-deprecation-of.html Sam

Re: Excessive jQuery Scripts?

2011-02-23 Thread Sam Hamilton
t >> after customization from http://jqueryui.com/themeroller/ and copied into >> ofbiz\framework\images\webapp\images\jquery\ui\css\"custom-theme". If the >> version of the js file is different it's also recommendable to change it. >> It >> is located

Re: Excessive jQuery Scripts?

2011-02-23 Thread Sam Hamilton
obsolete i'll remove it :-) > > Cheers guys > > > 2011/2/23 Jacques Le Roux > >> From: "Sam Hamilton" >> >>> Afraid I don't know how to tell the difference when a script calls jquery >>> or jquery ui? >>> >> >> Hone

Re: Excessive jQuery Scripts?

2011-02-22 Thread Sam Hamilton
ovided by jQuery UI because it's > the default and handled internally. > > Jacques > > From: "Sam Hamilton" >> Was just running round the ecommerce site when I noticed that both >> jquery-1.4.2.min.js and jquery-ui-1.8.6.custom.min.js are serve

Excessive jQuery Scripts?

2011-02-21 Thread Sam Hamilton
Was just running round the ecommerce site when I noticed that both jquery-1.4.2.min.js and jquery-ui-1.8.6.custom.min.js are served when loading /ecommerce/ pages? Isn't that rather excessive and only jquery-1.4.2.min.js should be called? On another note http://demo-trunk.ofbiz.apache.org/ima

Google Base API Deprecation

2010-12-17 Thread Sam Hamilton
Hi List, Not 100% sure that OFBiz will be affected but figure that just in case it is, Google has announced that they are sunsetting the Base API and replacing it with these new Shopping APIs. http://googlemerchantblog.blogspot.com/2010/12/new-shopping-apis-and-deprecation-of.html Sam

Re: SSL certificates for the OFBiz demo domains

2010-10-21 Thread Sam Hamilton
On 22 Oct 2010, at 06:49, Scott Gray wrote: > On 22/10/2010, at 10:52 AM, James McGill wrote: > >> On Thu, Oct 21, 2010 at 2:40 PM, Scott Gray >> wrote: >> >>> On 22/10/2010, at 10:21 AM, James McGill wrote: >>> >>>> On Thu, Oct 21, 2010

Re: SSL certificates for the OFBiz demo domains

2010-10-21 Thread Sam Hamilton
n nothing)? > > Jacques > > > Sam Hamilton wrote: >> You don't have to pay for SSL - http://www.startssl.com/ >> We have used them at the last company where I worked for making internal >> things not error out and scare normal people - its not >> 100% co

Re: SSL certificates for the OFBiz demo domains

2010-10-21 Thread Sam Hamilton
You don't have to pay for SSL - http://www.startssl.com/ We have used them at the last company where I worked for making internal things not error out and scare normal people - its not 100% compatible with all browsers, I remember that Opera had problems and still errored but Firefox, Safari and

ofbiz read-only database connection

2010-09-22 Thread Sam Hamilton
Hi list, With the release of PostgreSQL 9 its now possible to setup a hot standby and read-only replicated server http://wiki.postgresql.org/wiki/What's_new_in_PostgreSQL_9.0#The_two_features_you_can.27t_ignore - question is how to setup OFBiz? I saw that no one replied to Chris here when he aske

Re: Orphan DocBook Pages?

2010-09-03 Thread Sam Hamilton
p?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > > > Sam Hamilton sent the following on 9/2/2010 1:53 AM: >> Hey Guys - do you know how to get the following pages in our help doc

Orphan DocBook Pages?

2010-09-02 Thread Sam Hamilton
Hey Guys - do you know how to get the following pages in our help docs? http://svn.apache.org/repos/asf/ofbiz/trunk/framework/documents/Framework.xml http://svn.apache.org/repos/asf/ofbiz/trunk/framework/documents/SingleSignOn.xml http://svn.apache.org/repos/asf/ofbiz/trunk/framework/documents/Uni

Re: Confluence Space Merge

2010-09-02 Thread Sam Hamilton
t; Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Sam Hamilton sent the following on 8/30/2010 2:45 AM: > Hi BJ - did you spot the docbook pages in Goggle? If so can you please > send me links I could not find th

Re: Confluence Space Merge

2010-08-30 Thread Sam Hamilton
ket.com/> > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > > > Jacques Le Roux sent the following on 8/30/2010 12:17 AM: >> Yes that sounds logical and is also what I have seen when I had my own >> demo server >> >> Jacques >&

Re: Confluence Space Merge

2010-08-29 Thread Sam Hamilton
>> >>> = >>> BJ Freeman<http://bjfreeman.elance.com> >>> Strategic Power Office with Supplier Automation< >>> http://www.businessesnetwork.com/automation/viewforum.php?f=52> >>> Specialtymarket.com<http://www.

Re: Confluence Space Merge

2010-08-28 Thread Sam Hamilton
> <http://www.businessesnetwork.com/automation/viewforum.php?f=52> > Specialtymarket.com <http://www.specialtymarket.com/> > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > Sam Hamilton sent the following on 8/26/2010 8:54 PM: > > >> Hi G

Confluence Space Merge

2010-08-26 Thread Sam Hamilton
Hi Guys, I would like to bring up again trying to organise an effort to clean up and better arrange our wiki spaces. Now that Confluence has been upgraded to 3.2 we can now restrict access to pages based on groups [1] so that the pages that should not be edited can stay that way and the ones that

Re: switching external content between http and https?

2010-08-21 Thread Sam Hamilton
Now the really weird thing is that it only messes up the theme for that specific page - the other pages seem unaffected say in catalog or even in other parts on content? On 21/08/2010 19:56, Sam Hamilton wrote: > Hi Scott - thanks for the tip, it might just do the job nicely if there > w

Re: switching external content between http and https?

2010-08-21 Thread Sam Hamilton
otWax Media > http://www.hotwaxmedia.com > > On 21/08/2010, at 9:28 PM, Sam Hamilton wrote: > >> Sorry guys perhaps I am not being clear I was looking for a tag that >> when interpreted in ftl it switches between http and https automatically >> >> so in the ftl

Re: switching external content between http and https?

2010-08-21 Thread Sam Hamilton
ory to HTTPS > if you switch the Cart to HTTP, you would do this in the controller. > > > > Sam Hamilton sent the following on 8/21/2010 1:43 AM: >> Hi Guys, >> >> Is there a freemarker template tag that would automatically switch >> between http and https

switching external content between http and https?

2010-08-21 Thread Sam Hamilton
Hi Guys, Is there a freemarker template tag that would automatically switch between http and https depending how the page has been loaded? I want to use an external image server for hosting images but when switching to the checkout all the urls should also switch over to https. p.s. is there a b

Re: CRM upgrade was how to make myself good at ofbiz

2010-08-13 Thread Sam Hamilton
Hi Guys, We also thought that this would be the next logical step for us to move into OFBiz (and therefore build out) but not quite go as far as copying SugarCRM but first take one part and build that out to get the simpler stuff working first. I was thinking that this probably would be to make t

RE: A/B Testing in Ofbiz

2010-07-28 Thread Sam Hamilton
Hi Ylan, We are also about to start looking for a way to implement GWO so that we can integrate it with Google Analytics - our research so far has concentrated on how the the competitors have deployed their solutions and see if we can learn from them and do something similar in OFBiz. Sam

Using Drools to Help with Rules

2010-07-28 Thread Sam Hamilton
Hi Guys, I have been thinking about problems we are soon going to start facing in marketing our OFBiz website and some of them can be solved using a rules engine, this then spilled over into other departments once I had read through the Drools website and saw how powerful it could be once imple

Re: [ofbiz-trunk] Error in starting BIRT platform

2010-07-27 Thread Sam Hamilton
Are you sure your ant version is 1.7.1? Try running an ./ant clean && ./ant Sam On 27/07/2010 18:26, Shailen wrote: > I have tried with sun jdk, but the problem persists. > > Regards, > Shailen (khichi.shailen...@gmail.com) > +91-9216020360 > Mohali, Chandigarh - 160062 > > > On Tuesday 27 J

Re: Ecommerce <@ofbizUrl> Problem

2010-07-15 Thread Sam Hamilton
hotwaxmedia.com >> >> On 15/07/2010, at 4:27 PM, Raj Saini wrote: >> >>> Hi Sam, >>> >>> It is complicated and short answer is ProxyPass directive of >>> mod_proxy does not rewrite the absolute links embedded in the pages >>> whereas OFBiz l

Re: Ecommerce <@ofbizUrl> Problem

2010-07-14 Thread Sam Hamilton
mod_proxy_html module > to rewrite the links embedded links > http://www.apachetutor.org/admin/reverseproxies > > Regards, > > Raj > > > On 15/07/10 08:19, Sam Hamilton wrote: >> Hey Guys, >> >> I am wondering how other people get over this problem?

Ecommerce <@ofbizUrl> Problem

2010-07-14 Thread Sam Hamilton
Hey Guys, I am wondering how other people get over this problem? If you have multiple websites running in OFBiz at the same time then they will all be mounted at different urls e.g. /ecommerce & /ecommerce2 & /ecommerce3 for three different websites. Now its easy to setup ajp/httpd to point www.

Re: Password Expiry?

2010-07-13 Thread Sam Hamilton
r null thruDates and >>>> fromDates earlier than the configured period would probably do the >>>> trick. >>>> >>>> Regards >>>> Scott >>>> >>>> HotWax Media >>>> http://www.hotwaxmedia.com >>>

Re: Password Expiry?

2010-07-13 Thread Sam Hamilton
esh Marathe > On 7/13/2010 1:47 PM, Sam Hamilton wrote: >> Hi Guys, >> >> Is there a function in OFBiz to automatically expire passwords and force >> the users to change say monthly or after a preset number of days? I have >> had a hunt round nabble but nothing seems to be coming back? >> >> Cheers >> Sam >> >> > >

Password Expiry?

2010-07-13 Thread Sam Hamilton
Hi Guys, Is there a function in OFBiz to automatically expire passwords and force the users to change say monthly or after a preset number of days? I have had a hunt round nabble but nothing seems to be coming back? Cheers Sam

Shipping from Multiple Warehouses?

2010-07-12 Thread Sam Hamilton
Hi Guys, Does anyone know if with a copy of trunk ofbiz if it is possible to get an order for 2 or more items to one customer and be able to ship products from different warehouses for the same item depending on where the items are in stock? I am thinking of a situation where product A is in stoc

Problem with Demo Ecommerce

2010-07-09 Thread Sam Hamilton
Hi Guys, The trunk ecommerce demo http://demo-trunk.ofbiz.apache.org/ecommerce/ is showing an error or two Cheers Sam Method public java.lang.String org.ofbiz.widget.screen.ScreenRenderer.render(java.lang.String) throws org.ofbiz.base.util.GeneralException,java.io.IOException,org.xml.sax.SAXExc

Re: Right Way to Upgrade Jar Files?

2010-06-29 Thread Sam Hamilton
Hi Scott - in line Cheers Sam On 30/06/2010 13:57, Scott Gray wrote: > On 30/06/2010, at 4:57 PM, Sam Hamilton wrote: > >> Hi Guys, >> >> I am trying to widen my knowledge of OFBiz and so I started looked >> though the jar files that we import from other projects.

Right Way to Upgrade Jar Files?

2010-06-29 Thread Sam Hamilton
Hi Guys, I am trying to widen my knowledge of OFBiz and so I started looked though the jar files that we import from other projects. There are a number which are not running the latest version e.g. - lucene is 2.4.1 but latest stable is 3.0.2 even going back to the 2 branch the latest is 2.9.3 -

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread Sam Hamilton
Hi Chris, Perhaps if we start with the a big overview of test cases per component people will start adding to them later for the ones that are missing? Perhaps the simplest tests to start adding would be ecommerce as its all customer facing and so in my opinion the simplest to get good selenium c

Re: Derby Wonderings?

2010-05-20 Thread Sam Hamilton
Great thanks!! On 20/05/2010 15:48, Erwan de FERRIERES wrote: > Le 20/05/2010 05:25, Sam Hamilton a écrit : >> Hey List, >> >> Is there any reason why we use Derby 10.5.3.0 rather than the latest >> release of Derby 10.6.1.0? >> >> http://db.apache.

Derby Wonderings?

2010-05-19 Thread Sam Hamilton
Hey List, Is there any reason why we use Derby 10.5.3.0 rather than the latest release of Derby 10.6.1.0? http://db.apache.org/derby/releases/release-10.6.1.0.cgi#Release%20Notes%20for%20Derby%2010.6.1.0 Cheers Sam

Re: ofbiz auction functionality

2010-05-18 Thread Sam Hamilton
How do you mean? Like running eBay but on top of OFBiz? Cheers Sam On 18/05/2010 02:07, Chris Snow wrote: > Has anyone made any progress on developing auction software on top of ofbiz? > > Many thanks, > > Chris >

Apache.org incident report for 04/09/2010

2010-04-12 Thread Sam Hamilton
Please excuse the cross post but I thought that everyone on both lists should be aware of this issue. https://blogs.apache.org/infra/entry/apache_org_04_09_2010 Thanks Sam

Re: How to handle Returns from the Post Office

2010-03-22 Thread Sam Hamilton
tymarket.com <http://www.specialtymarket.com/> >> >> Systems Integrator-- Glad to Assist >> >> Chat Y! messenger: bjfr33man >> Linkedin >> <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> >> >> >

How to handle Returns from the Post Office

2010-03-21 Thread Sam Hamilton
Hi Guys, I am wondering how people using the facility module out there handle their returned items sent back from the post office for reasons like incorrect address, item not delivered or item not collected etc. I have found a section in Order (https://demo-trunk.ofbiz.apache.org/ordermgr/control

Re: Installing a Theme / Missing Seed Data

2010-03-14 Thread Sam Hamilton
visual theme? Or asking the question differently - can there be any harm done to a vanilla system with no code changes to run ant run-install-seed say once a month? thanks Sam On 15/03/2010 13:33, Adrian Crum wrote: > --- On Sun, 3/14/10, Sam Hamilton wrote: >> Hi List, >> &

Re: Installing a Theme / Missing Seed Data

2010-03-14 Thread Sam Hamilton
Thanks David - that helps alot Cheers Sam On 15/03/2010 12:36, David E Jones wrote: > > On Mar 14, 2010, at 10:27 PM, Sam Hamilton wrote: > >> Hi List, >> >> I have a test server that runs against a mysql database for which I have >> been getting updat

Installing a Theme / Missing Seed Data

2010-03-14 Thread Sam Hamilton
Hi List, I have a test server that runs against a mysql database for which I have been getting updates from SVN for the last 6 months. Well recently the new theme Tomahawk was release and I SVN up but still the theme didn't show up, so I googled and found out that you needed to ./ ant run-install-

Removing A Facility?

2010-03-09 Thread Sam Hamilton
Hi List, How can you remove, hide or delete a facility? I had a search round nabble but cant find anything that enlightens me? I all want to do is hide it form all but admins in the system as we no longer have those facilities any more. Cheers Sam

Problem with Demo Server

2010-03-07 Thread Sam Hamilton
Getting an error when logging into webtools though other components also affected - tested accounting too. steps to reproduce: 1. go to http://ofbiz-vm.apache.org/webtools/ 2. login 3. error message Expression catalogQuickaddUse is undefined on line 97, column 16 in component://multiflex/include

Inventory Transfer

2010-03-03 Thread Sam Hamilton
Hey List, Is anyone out there using the inventory transfer function specifically how do you handle a problem arising from a transfer like when a certain amount of the stock has not arrived but you still want to receive the rest of the goods while you find out what happened to the missing stock? I

Re: Was Community-Driven OFBiz a Mistake?

2010-02-25 Thread Sam Hamilton
I think that OFBiz is already sponsored just not quite how it would if it was a standalone project. How can OFBiz exist if not for the companies who have paid for getting it to work how they want it to and then that flowing back in the form of developers who have time to commit code. Take the comp

Re: Merging OFBiz Wiki Spaces

2010-02-20 Thread Sam Hamilton
im or Contegix can update the redirect to point at the new URL and make sure the old redirected links still work. The one thing I cant know is what you need separate permissions per space for? Cheers Sam On 20/02/2010 16:10, Sam Hamilton wrote: > Ok - lets work the problem the other way round t

Re: Merging OFBiz Wiki Spaces

2010-02-20 Thread Sam Hamilton
gt; 2. organize the documents into the major categories > > It would be nice if this could be accommodated better, but Confluence does > not support sub-spaces (that I know of anyway), so we don't have many choices. > > -David > > > On Feb 20, 2010, at 12:51 AM,

Merging OFBiz Wiki Spaces

2010-02-19 Thread Sam Hamilton
Just wondering why after moving to Apache Infra there are still multiple OFBiz spaces on the wiki especially as on the homepage of the website (ofbiz.apache.org) there is only a link to one of the spaces? Can I suggest that we merge them all under one space so that users can easily find all the do

Re: Tests Failing?

2010-02-10 Thread Sam Hamilton
Thanks Scott - that worked! Cheers Sam On 11/02/2010 11:44, Scott Gray wrote: > On 10/02/2010, at 8:16 PM, Sam Hamilton wrote: > >> Hey List, >> >> I am trying to run the tests on my local box using an updated trunk >> (r908817), but it just wont run them and

Tests Failing?

2010-02-10 Thread Sam Hamilton
Hey List, I am trying to run the tests on my local box using an updated trunk (r908817), but it just wont run them and fails with BUILD FAILED /Users/samhamilton/Sources/ofbiz/build.xml:453: Test run was unsuccessful I am running svn up ./ant clean-all ./ant run-tests I have 2 questions: 1. I

Re: Data File Tools

2010-02-02 Thread Sam Hamilton
ile. > > > > > Sam Hamilton sent the following on 2/2/2010 1:08 AM: >> Hey Guys, >> >> I am trying to work out the data file tools using the example on the >> wiki >> http://cwiki.apache.org/confluence/display/OFBENDUSER/OFBiz%27s+Data+File+Tools >> b

Data File Tools

2010-02-02 Thread Sam Hamilton
Hey Guys, I am trying to work out the data file tools using the example on the wiki http://cwiki.apache.org/confluence/display/OFBENDUSER/OFBiz%27s+Data+File+Tools but in the first example posreport.csv has 6 fields but in the import xml (posschema.xml) there are only 5 fields defined? I am missi

Re: Best method for work flow type problem?

2010-01-31 Thread Sam Hamilton
ll be more useful than a "workflow engine" >>> type of thing. The easiest way to use it is probably to setup a template >>> project for each process you want to track, and then clone it each time you >>> actually want to track doing that thing. >>>

Re: Best method for work flow type problem?

2010-01-31 Thread Sam Hamilton
you want to track, and then clone it each time you > actually want to track doing that thing. > > -David > > > On Feb 1, 2010, at 12:58 AM, Sam Hamilton wrote: > >> Hey List, >> >> I was wondering what your opinions are for the best way to implement a

Best method for work flow type problem?

2010-01-31 Thread Sam Hamilton
Hey List, I was wondering what your opinions are for the best way to implement a work flow type problem? Each week we source new products and these products need copy writing, photos, translation and then listing onto our various country websites - its like a big pipeline that we monitor for bloc

Who Watches for Security Alerts?

2010-01-24 Thread Sam Hamilton
Hey List, This morning (here in Shanghai) Tomcat sent off three low severity security email alerts and it got me thinking that the included .jar files could become stale and pose a potential security risk within the project. Is there right now a way to track upgrades/security patches as they beco

Re: Apache Pivot

2010-01-21 Thread Sam Hamilton
> http://www.hotwaxmedia.com > > On 21/01/2010, at 9:51 PM, Sam Hamilton wrote: > >> Hey guys, >> >> I ran into Pivot a couple of days ago and thought I would share it with >> the list as it looks on a quick glance to help with the front end user >> exp

Apache Pivot

2010-01-21 Thread Sam Hamilton
Hey guys, I ran into Pivot a couple of days ago and thought I would share it with the list as it looks on a quick glance to help with the front end user experience and perhaps could be used to help enhance the themes that OFBiz uses to make them even better! http://pivot.apache.org/index.html Sa

How to add shipping to a Purchase Order?

2009-12-28 Thread Sam Hamilton
Hi Guys, I am trying to work out how to use Purchase Orders https://demo.ofbiz.org/ordermgr/control/orderentry - the one thing that seems to be missing on the order entry page is the shipping cost, imagining that we are purchasing products for inventory and they will be delivered from the supplier

  1   2   >