jackrabbit integration

2010-01-23 Thread Chris Snow
I'm about to take a look at integrating jackrabbit into ofbiz. Before I start, has anyone on the list performed any similar integration tasks? Many thanks in advance, Chris

Re: bank and finacial features in ofbiz

2010-01-22 Thread Chris Snow
Hi Jacques, do you know if it was implemented by an internal team, or an external consultancy? Jacques Le Roux wrote: Great Britain Jacques From: Chris Snow sno...@snowconsulting.co.uk What country Jacques? Jacques Le Roux wrote: I know OFBiz is also used at HSBC, but I don't know for what

Re: ofbiz test framework - not rolling back data

2010-01-22 Thread Chris Snow
Scott HotWax Media http://www.hotwaxmedia.com On 21/01/2010, at 10:30 AM, Chris Snow wrote: It appears that test data gets rolled back after a test, EXCEPT for sequence id's. I would expect all data generated during a test to get rolled back. Any comments? Many thanks, Chris

Re: ofbiz test framework - not rolling back data

2010-01-22 Thread Chris Snow
Jacopo Cappellato wrote: Hi Chris, On Jan 22, 2010, at 1:29 PM, Chris Snow wrote: Hi Scott, It's not a problem with the test framework, it is with my custom demo data. In my demo data, I was creating workEfforts with id's of 10020 and 10030. During testing I was creating more

Re: ofbiz test framework - not rolling back data

2010-01-22 Thread Chris Snow
calls can't be rolled back currently (they're executed by the JobManager with a regular delegator) and rolling back the sequence ids would cause problems unless we can roll back absolutely everything. Regards Scott HotWax Media http://www.hotwaxmedia.com On 21/01/2010, at 10:30 AM, Chris Snow

Re: ofbiz test framework - not rolling back data

2010-01-22 Thread Chris Snow
On 22/01/2010, at 8:03 AM, Chris Snow wrote: I seems that data created in one test case (e.g. a created workEffort) is still in the db when I run the next test case. Scott Gray wrote: There was a reason I didn't do this, I just can't remember what it was. Thinking about it freshly

does anyone know ofbiz?

2010-01-22 Thread Chris Snow
First, I don't mean to offend! Is it possible for one person to have a deep understanding of how ALL of the components in ofbiz work? It is vast. I have found that the only way to tackle the problem is to break in into chucks: the framework, party management, work effort... At the rate I'm

Re: calendar pop up broken?

2010-01-21 Thread Chris Snow
It appears to be broken on 901657. Also, the svn revision number is not appearing in the html footer any more. Jacques Le Roux wrote: Chris, To be clear I did not say it will fix it. I simply asked you to try. Because I had to revert r900950 since it introduced a bad side effect for lookups

ofbiz test framework - not rolling back data

2010-01-21 Thread Chris Snow
It appears that test data gets rolled back after a test, EXCEPT for sequence id's. I would expect all data generated during a test to get rolled back. Any comments? Many thanks, Chris

autocomplete xml attributes using eclipse

2010-01-21 Thread Chris Snow
When developing ofbiz xml artifacts in eclipse, I am frequently using the xml autocomplete. Unfortunately, the attributes returned by autocomplete don't always seem to be in the best order and I have to manually reorder them. The eclipse returned element for if-compare: if-compare

Re: bank and finacial features in ofbiz

2010-01-21 Thread Chris Snow
On a serious note David, do you know of ofbiz being used in banking or investments? I expect it would most likely be seen in a hedge fund management type company as they have usually more flexibility in what they build. David E Jones wrote: You're right, those banking and stock market

Re: bank and finacial features in ofbiz

2010-01-21 Thread Chris Snow
What country Jacques? Jacques Le Roux wrote: I know OFBiz is also used at HSBC, but I don't know for what purpose exactly (looks like it's also for at least procurement) Jacques

Re: bank and finacial features in ofbiz

2010-01-21 Thread Chris Snow
If someone was to create a set of requirements, I would be interested in developing. x x wrote: hello i want to suggest to ofbiz team to develop more finacial features like bank and stock market. In this way Ofbiz will be real completed.

workEffort and timezone

2010-01-20 Thread Chris Snow
When a workeffort is created in ofbiz, are the dates stored in UTC? I.e. When a user creates a workeffort and enter the estimated start date, will the estimated start date need to be entered by the user in UTC? Many thanks, Chris

calendar pop up broken?

2010-01-20 Thread Chris Snow
I have just created a work effort on demo.ofbiz.org with an estimated start date. If I later go back into the work effort, and click the calendar popup for the estimated start date, 3am and 3pm are both represented as -m-dd 3:MM:ss Is this a bug? Many thanks, Chris

Re: calendar pop up broken?

2010-01-20 Thread Chris Snow
this was on demo.ofbiz.org Jacques Le Roux wrote: Try to update to at least r901197 Jacques From: Chris Snow sno...@snowconsulting.co.uk I have just created a work effort on demo.ofbiz.org with an estimated start date. If I later go back into the work effort, and click the calendar popup

Re: calendar pop up broken?

2010-01-20 Thread Chris Snow
ah, that's at: 901102 Chris Snow wrote: this was on demo.ofbiz.org Jacques Le Roux wrote: Try to update to at least r901197 Jacques From: Chris Snow sno...@snowconsulting.co.uk I have just created a work effort on demo.ofbiz.org with an estimated start date. If I later go back

Re: tutorial step one broken web.xml prompts to download main.bin instead of rendering webpage.

2010-01-20 Thread Chris Snow
If you are going to the following url: http://localhost:8443/practice/control/main try changing it to https: https://localhost:8443/practice/control/main or use port 8080 http://localhost:8080/practice/control/main Patrick wrote: I'm trying to do step 1 on this tutorial,

Re: Axis2 service in OFBIZ?

2010-01-19 Thread Chris Snow
if you want to have an axis2 service running in ofbiz, this may help: http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=9798255 MarioF wrote: Hi all, I need that OFBIZ can manage some Axis2 services. In one of them ofbiz has to change the statusId of some orderId. I have made

Re: OFBiz data load - Documentation

2010-01-18 Thread Chris Snow
+1 Also, have it indexed by google. Axel Van Noten wrote: Thanks, I learned a lot. Still, I'm a little bit disappointed about the overall documentation. Would it be possible to: 1) have it organised by release, 2) link to it immediatly from the documentation buton (on ofbiz.apache.org),

Re: Error initializing endpoint,java.lang.Exception: Invalid Server SSL Protocol

2010-01-14 Thread chris snow
I have now experienced this error on three Ubuntu 9.10 PC's. The only way I got around it was to use apache httpd and mod_proxy. However, I now need to do ./ant run-tests and I am getting the error message? Many thanks, Chris Christopher Snow-2 wrote: I'm getting the following error on

globally enable-audit-log

2009-12-18 Thread chris snow
Is it possible to globally enable-audit-log on all entities/all fields? Many thanks, Chris -- View this message in context: http://n4.nabble.com/globally-enable-audit-log-tp974690p974690.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: example service type product data

2009-12-09 Thread chris snow
Does any on this forum use ofbiz for billing for their own consulting time? How do you setup the consulting product, e.g. Junior developer - £50/hour Senior developer - £100/hour Architect - £120/hour I would then need to record time spent on a customer project. Would this be done using

Re: about using ofbiz as a platform

2009-12-03 Thread chris snow
, 2009 at 7:41 PM, chris snow chsnow...@gmail.com wrote: Hi Bruno, I would like to help. Are you coordinating efforts? Many thanks, Chris Bruno Busco wrote: Hi Michael, the framework isolation and a framework-only installation is definitely something the community as talken about many

Re: about using ofbiz as a platform

2009-12-02 Thread chris snow
Hi Bruno, I would like to help. Are you coordinating efforts? Many thanks, Chris Bruno Busco wrote: Hi Michael, the framework isolation and a framework-only installation is definitely something the community as talken about many times. You will find several conversations searching

Re: how useful is the wiki? (and docbook integration)

2009-10-29 Thread Chris Snow
it into another format? Many thanks, Chris -- Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP Tel: 01453 890660 Mob: 07944 880950 Www: www.snowconsulting.co.uk

Re: how useful is the wiki? (and docbook integration)

2009-10-29 Thread Chris Snow
including docbook, html and pdf. What is the license for the contents of the ofbiz wiki? Would I be allowed to use the content on the wiki and combine it into another format? Many thanks, Chris -- Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP Tel: 01453 890660 Mob: 07944

Re: ofbizsetup component help

2009-10-21 Thread Chris Snow
Hi Hans, I have just tested this and it is working great! Hans Bakker wrote: Hi Chris, we updated the setup component (r827878) and it now also setup the data for the e-commerce store. Regards, Hans On Sat, 2009-10-10 at 09:03 +0100, Chris Snow wrote: Thanks Hans - I think it's about time

Re: content component question - how to setup download link?

2009-10-20 Thread Chris Snow
Ruth Hoffman wrote: Hi Chris: Have you a satisfactory answer to your question? If so, could you share with us? TIA Ruth Chris Snow wrote: Thanks Erwan, will take a look tonight... Erwan de FERRIERES wrote: Hi Chris, take a look to the ListTaskContent form, in the /ofbiz/specialpurpose/projectmgr

Re: content component question - how to setup download link?

2009-10-19 Thread Chris Snow
Thanks Erwan, will take a look tonight... Erwan de FERRIERES wrote: Hi Chris, take a look to the ListTaskContent form, in the /ofbiz/specialpurpose/projectmgr/widget/forms/TaskForms.xml file. I'm sure you will find what you need in it ! Regards, Le 19/10/2009 01:03, Chris Snow a écrit

Re: CMS Demo Data bug?

2009-10-19 Thread Chris Snow
] is not a publish point for the current website: CMS Web Site [CmsSite] Is this a bug? Many thanks in advance, Chris -- Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP Tel: 01453 890660 Mob: 07944 880950 Www: www.snowconsulting.co.uk

content component question - how to setup download link?

2009-10-18 Thread Chris Snow
I'm just working my way through the content component and I would like to display a link to download a PDF file. If I setup the DataResource and Content as follows, how can I display the content? DataResource dataResourceId=DR1105b dataResourceTypeId=OFBIZ_FILE_BIN

Re: [ANN] New modules: OpenCms-OFBiz and OFBiz-Portlet

2009-10-12 Thread Chris Snow
Hi Shi, What a fantastic achievement - Is there documentation for these components as the links for userguide, installation, etc don't appear to be working on http://langhua.org/portal/portal/default/OFBiz Many thanks, Chris Shi Jinghai wrote: Hi list, We at Langhua Opensource

extending ofbiz

2009-10-12 Thread Chris Snow
Is there documentation available describing how to extend ofbiz? In particular, I am looking for ways to extend (and hide) existing functionality. For example, if I want to add a custom menu item to a party manager profile screens, how would I do it? What about if I want to hide a menu

Re: Default theme ?

2009-10-12 Thread Chris Snow
Hi Jacques, I find bizness time theme to be a bit too vertically spread out and the font is generally too big, so I always switch back to Flat Grey as it is more condensed. I find this helps a bit with Bizness time: From th, td { color:#55; padding:0.25em 0.5em; } To th, td

Re: extending ofbiz

2009-10-12 Thread Chris Snow
Hi Ruth, yes that is correct. Ruth Hoffman wrote: Hello Chris: This doesn't sound like an extension in the OFBiz sense. It sounds more like you want to modify some existing web pages. Is that correct? Regards, Ruth Chris Snow wrote: How do you extend the webapp? Many thanks... Mridul

Re: Default theme ?

2009-10-12 Thread Chris Snow
Hi Ruth, have you tried using the browser zoom out function with Biziness theme? - it makes the Biziness theme much more usable. Ruth Hoffman wrote: Hi Jacques: Now that I know how, I always revert to the Flat Grey theme. While the graphic enhancements are nice on some of the other themes,

Re: Default theme ?

2009-10-12 Thread Chris Snow
I haven't found any bugs in Bizness theme, athough I haven't used it much... Jacques Le Roux wrote: From: Chris Snow sno...@snowconsulting.co.uk Hi Ruth, have you tried using the browser zoom out function with Biziness theme? - it makes the Biziness theme much more usable. Ruth Hoffman

Re: extending ofbiz

2009-10-12 Thread Chris Snow
changes you want to have which includes hiding or extending something. Thanks Regards -- Pranay Pandey HotWax Media | www.hotwaxmedia.com On Oct 12, 2009, at 8:22 PM, Chris Snow wrote: Hi Ruth, yes that is correct. Ruth Hoffman wrote: Hello Chris: This doesn't sound like an extension

wiki - missing link

2009-10-10 Thread Chris Snow
The wiki index http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Documentation+Index seems to be missing the link to http://demo.ofbiz.org/cmssite/cms/APACHE_OFBIZ_HTML Many thanks, Chris

ofbizsetup component help

2009-10-10 Thread Chris Snow
I have just used the ofbizsetup component to setup my company. How do I access the ecommerce site for the company? I.e. what is the url? I tried http://localhost:8080/ecommerce/control/main but it didn't show the catalog that I created in the ofbizsetup component?

Re: ofbizsetup component help

2009-10-10 Thread Chris Snow
I forgot to say - what a great component ofbizsetup is! Many thanks, Chris Chris Snow wrote: I have just used the ofbizsetup component to setup my company. How do I access the ecommerce site for the company? I.e. what is the url? I tried http://localhost:8080/ecommerce/control/main

Re: ofbizsetup component help

2009-10-10 Thread Chris Snow
. This week we will extend it, so that ecommerce will also work. Your url is fine however the data is not correct Regards, Hans On Sat, 2009-10-10 at 08:14 +0100, Chris Snow wrote: I have just used the ofbizsetup component to setup my company. How do I access the ecommerce site for the company

Re: ofbizsetup component help

2009-10-10 Thread Chris Snow
you when the ecommerce is working. Regards, Hans On Sat, 2009-10-10 at 08:35 +0100, Chris Snow wrote: Hi Hans - many thanks for the response. Is there a way I can follow the commits just for this component, for example like a watch in jira? Hans Bakker wrote: Hi Chris, we just

automatically approve orders against billing account

2009-10-10 Thread Chris Snow
Is it possible to configure ofbiz to automatically approve orders places by customers using a billing account? Many thanks in advance, Chris

basic ecommerce B2B usage

2009-10-09 Thread Chris Snow
I have a client that would like registered customers to be able to place orders from the ecommerce screen. The order will always be on account. The order will automatically be approved and an email sent to the backoffice containing the order details. There will be no stock management,

Re: B2B ecommerce

2009-10-08 Thread Chris Snow
on the Product Store (Catalog Mgr - Store) to require a role association with the store to login. Set that flag to Y, and then only parties associated to the store in the Customer (if I remember right) role will be able to login and place orders. -David On Oct 7, 2009, at 4:15 PM, Chris Snow

Re: Company Setup problem.

2009-10-08 Thread Chris Snow
I too am interested in the answer to this question... Perhaps the answer should go in the FAQ naveen chanda wrote: Dear All, I have started a setup for a company as my first time for this: 1) i have installed OFBiz with Seed data. 2) With the System login, i have created a company i.e, New

Re: encrypted entity data is insecure?

2009-10-07 Thread Chris Snow
Jira raised: https://issues.apache.org/jira/browse/OFBIZ-3006 It looks as though no salt data is used when saving encrypted entity data making the stored data susceptible to dictionary attacks, for details see: http://en.wikipedia.org/wiki/Salt_(cryptography)

Re: deploying ofbiz in amazon EC2

2009-10-07 Thread Chris Snow
what shuts down? your tomcat server, or operating system? paksegu wrote: Hello All, I tried deploying ofbiz in ec2 however after a period of time it shuts down, any ideas? .com/ https://serenade.dev.java.net/

B2B ecommerce

2009-10-07 Thread Chris Snow
Is it possible to use ofbiz in a B2B ecommerce environment where only authorized users are allowed to place orders through the ecommerce front end? Many thanks in advance, Chris

Re: is Stroed Procedures possible in OFBiz?

2009-10-06 Thread Chris Snow
Hi Su, I use SQL Views for complex queries: entity entity-name=ClearanceReport table-name=vClearanceReport package-name=uk.co.dhales title=Clearance Report Entity no-auto-stamp=true never-cache=true field

encrypted entity data is insecure?

2009-10-06 Thread Chris Snow
It looks as though no salt data is used when saving encrypted entity data making the stored data susceptible to dictionary attacks, for details see: http://en.wikipedia.org/wiki/Salt_(cryptography)

Re: is Stroed Procedures possible in OFBiz?

2009-10-06 Thread Chris Snow
multiple joins with different tables and also I would like to use sum(column name) and (column 1 + column 2) as column 3. Is it possible to use sum(column name) in java method with delegator? Also, the stored procedure I want to use in jasper report. Thank you for the help. Su- Chris Snow-3

Re: is Stroed Procedures possible in OFBiz?

2009-10-06 Thread Chris Snow
= delegator.findByCondition(OrderAndTax, whereConditions, null, fieldsToSelect, null, null); -- I really appreciate your help. Thank you. Su- Chris Snow-3 wrote: Hi Su, how are you using the returned data? Is it a table list

Re: is Stroed Procedures possible in OFBiz?

2009-10-06 Thread Chris Snow
am not sure whether I can convert my entire Form widget into Freemarker. Thank you for your help. Su- You can correct me if I am wrong. Chris Snow-3 wrote: One method (not necessarily the best) is to output the list in freemarker. You can assign a variable in freemarker to the value

Re: Example of DynamicViewEntity in Java

2009-10-06 Thread Chris Snow
If using eclipse, do File Search using the criteria: Containing text = DynamicViewEntity and File name patterns = *.bsh, *.java su2 wrote: Hello Friends, Is there any where I can find example of DynamicViewEntity in Java ? Thank you for the help in advance. Su-

deploying ofbiz in amazon EC2

2009-10-05 Thread Chris Snow
I'm currently looking into setting up ofbiz in an amazon EC2 instance. I'm still at early prototyping stage, but I think it would make sense to be able to build ofbiz offline and then deploy it to tomcat as a single war file. Is it possible to compile ofbiz to a single war file for tomcat? If

Re: deploying ofbiz in amazon EC2

2009-10-05 Thread Chris Snow
...@ittconsult.com No, it is not possible :) Tomcat runs as a container inside ofbiz. You can disable it if you want to, or replace it by jetty. But you can not run ofbiz into tomcat. Imho:) -- deyan -Original Message- From: Chris Snow sno...@snowconsulting.co.uk Sent: 05 Октомври 2009 Ð

Re: deploying ofbiz in amazon EC2

2009-10-05 Thread Chris Snow
From: Deyan Tsvetanov deyan.tsveta...@ittconsult.com No, it is not possible :) Tomcat runs as a container inside ofbiz. You can disable it if you want to, or replace it by jetty. But you can not run ofbiz into tomcat. Imho:) -- deyan -Original Message- From: Chris Snow sno

Re: purchase invoice payment

2009-10-04 Thread Chris Snow
a fuller picture of whats what. Thanks Sharan jacques.le.roux wrote: This may turn helpful (since Sharan gave much guidance details) as a new business story in the library... Jacques From: Chris Snow sno...@snowconsulting.co.uk Hi Sharan, Which version of ofbiz do you normally prefer

Re: purchase invoice payment

2009-10-04 Thread Chris Snow
documentation first so I get a fuller picture of whats what. Thanks Sharan jacques.le.roux wrote: This may turn helpful (since Sharan gave much guidance details) as a new business story in the library... Jacques From: Chris Snow sno...@snowconsulting.co.uk Hi Sharan, Which version

Re: purchase invoice payment

2009-10-03 Thread Chris Snow
Chris Snow-3 wrote: Hi Sharan, Many thanks for the detailed reply. The type of scenario I was thinking about was where a company employee purchases a consumable product using company credit card. The company is a small business and does not need a purchase order approval process. I

Re: purchase invoice payment

2009-10-01 Thread Chris Snow
for purchase orders so I know there are businesses out there that do use it. Thanks Sharan Chris Snow-3 wrote: If I receive enter a purchase invoice into ofbiz when I receive a vendors invoice, I have to: - raise the purchase invoice - raise an outgoing payment and apply to the purchase invoice

Re: Accounting transaction : GlAccountType

2009-09-28 Thread Chris Snow
on how you want to use it. Thanks Sharan Chris Snow-3 wrote: Hi Sharan, What else does the Complete Transaction Fields button do? Perhaps a button under the GlAccountType field labeled Get 'Gl Account Id' for Account Type would be useful? Many thanks, Chris Sharan-F wrote: Hi

Re: SERVICES

2009-09-28 Thread Chris Snow
I would recommend this book for getting you started: http://www.packtpub.com/apache-ofbiz-development-beginners-tutorial/book please tell me how to write ofbiz service to retrive data from the entity in java and display that in FTL,, i couldn understand the ofbiz services ..cos i m new to

Re: Accounting transaction : GlAccountType

2009-09-26 Thread Chris Snow
; IMHO it's rather a feature. Regards Carsten 2009/9/25 Chris Snow sno...@snowconsulting.co.uk I think this is a bug, but I wanted some feedback on it before I raised a JIRA issue... Any comments anyone? Chris Snow wrote: Hi Jacopo, It seems that you must provide

Re: accounting transaction entry reconciliation status

2009-09-26 Thread Chris Snow
I think this is a bug, but I wanted some feedback on it before I raised a JIRA issue... Chris Snow wrote: In the add/edit transaction entry screens, a user can directly enter the reconcile status. Entering the reconcile status using these screens means that the createGlReconciliation service

Re: Accounting transaction : GlAccountType

2009-09-26 Thread Chris Snow
if someone of the experienced crowd could verify these and add a comment here as well. However, in this context, I cannot agree that the above is a bug; IMHO it's rather a feature. Regards Carsten 2009/9/25 Chris Snow sno...@snowconsulting.co.uk I think this is a bug, but I wanted some feedback

accounting transaction entry reconciliation status

2009-09-24 Thread Chris Snow
In the add/edit transaction entry screens, a user can directly enter the reconcile status. Entering the reconcile status using these screens means that the createGlReconciliation service is not used. I.e. no GlReconciliation records are created. Also, the transaction entry screens and

Re: Accounting transaction : GlAccountType

2009-09-24 Thread Chris Snow
I think this is a bug, but I wanted some feedback on it before I raised a JIRA issue... Any comments anyone? Chris Snow wrote: Hi Jacopo, It seems that you must provide a glAccountTypeId, or a glAccountId for a transaction entry. If neither are set when you verify a transaction

Re: Re: Accounting transaction : GlAccountType

2009-09-23 Thread Chris Snow
Jacopo Cappellato wrote: div class=moz-text-flowed style=font-family: -moz-fixedHi Chris, usually the glAccountTypeId is passed to the service in order to retrieve the proper glAccountId (this is done with a series of lookup on GL mapping entities) Regards, Jacopo On Sep 21, 2009, at 7:28

Re: Re: Accounting transaction : GlAccountType

2009-09-23 Thread Chris Snow
Hi Jacopo, It seems that you must provide a glAccountTypeId, or a glAccountId for a transaction entry. If neither are set when you verify a transaction, the following error message is given (on the demo system): Gl account id is not set for [1] or mapping not found for account type If

<    1   2