Re: Use of TemporalExpression with JobSandbox

2010-01-27 Thread cqnunez
Thanks for the update on TemporalExpression classes.. We've tried to setup the ff scenario where we want to run the service every 3am and 4am TemporalExpression tempExprId=TE_01 tempExprTypeId=HOUR_RANGE integer1=3 integer2=3/ TemporalExpression tempExprId=TE_02 tempExprTypeId=HOUR_RANGE

Re: Use of TemporalExpression with JobSandbox

2010-01-27 Thread Adrian Crum
You have the basic idea, you just need to assemble the expressions into the correct *collections*. The Wiki contains an explanation and a tutorial: http://cwiki.apache.org/confluence/display/OFBENDUSER/Temporal+Expressions Temporal expressions are easy to understand if you break things down

logging documentation

2010-01-27 Thread Chris Snow
Hi Forum, Is there any documentation on tweaking the logging? I want to be able to display the generated SQL to debug some of my tests. Many thanks, chris

Re: Axis2 service in OFBIZ?

2010-01-27 Thread MarioF
Hi Chris, I follow the steps in that document but I receive an error. I only made the following change in the step 4 (Create your axis client): opts.setTo(new EndpointReference(http://localhost:8080/webtools/control/SOAPService;)); The rest is all the same. The error that I receive is this:

Re: Axis2 service in OFBIZ?

2010-01-27 Thread Chris Snow
Hi Mario, how did you install ofbiz - from svn? On 27/01/2010 09:57, MarioF wrote: Hi Chris, I follow the steps in that document but I receive an error. I only made the following change in the step 4 (Create your axis client): opts.setTo(new

Re: Axis2 service in OFBIZ?

2010-01-27 Thread MarioF
We downloaded one of the trunks and then we made with it a local svn to work with it. -- View this message in context: http://n4.nabble.com/Axis2-service-in-OFBIZ-tp1017558p1311435.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: logging documentation

2010-01-27 Thread Jacques Le Roux
https://issues.apache.org/jira/browse/OFBIZ-1030 HTH Jacques From: Chris Snow sno...@snowconsulting.co.uk Hi Forum, Is there any documentation on tweaking the logging? I want to be able to display the generated SQL to debug some of my tests. Many thanks, chris

Re: Axis2 service in OFBIZ?

2010-01-27 Thread Chris Snow
Whick trunk did you download? On 27/01/2010 10:14, MarioF wrote: We downloaded one of the trunks and then we made with it a local svn to work with it.

Re: logging documentation

2010-01-27 Thread Chris Snow
Hi Jacques, is there any general documentation on configuring the logging in ofbiz. On 27/01/2010 10:15, Jacques Le Roux wrote: https://issues.apache.org/jira/browse/OFBIZ-1030 HTH Jacques From: Chris Snow sno...@snowconsulting.co.uk Hi Forum, Is there any documentation on tweaking the

Re: Axis2 service in OFBIZ?

2010-01-27 Thread MarioF
I downloaded this one: http://build.ofbiz.org/builds/ofbiz-trunk-2009-12-11-v889551.zip http://build.ofbiz.org/builds/ofbiz-trunk-2009-12-11-v889551.zip -- View this message in context: http://n4.nabble.com/Axis2-service-in-OFBIZ-tp1017558p1311478.html Sent from the OFBiz - User mailing

Order lookup with virtual productId

2010-01-27 Thread Beejal Kamdar
Hello All, Is there any way I can look up orders of variants given a virtual productId. I have the productId for the virtual product and need to find out the most recent orderId of variants. I would really appreciate if someone can give me some idea. Thanks, Beejal

Re: Axis2 service in OFBIZ?

2010-01-27 Thread Chris Snow
You have downloaded revision 889551. The soap instructions I wrote won't work unless you are running at least revision 892712. On 27/01/2010 10:51, MarioF wrote: I downloaded this one: http://build.ofbiz.org/builds/ofbiz-trunk-2009-12-11-v889551.zip

Re: logging documentation

2010-01-27 Thread chris snow
I was expecting to just add the following to log4j.xml, but it's not making any difference to the console output. category name=org.ofbiz.entity priority value=all/ appender-ref ref=stdout/ /category -- View this message in context:

Re: Order lookup with virtual productId

2010-01-27 Thread Parimal Gain
Hello Beejal You can use Product, ProductAssoc, and OrderItem Entity to find out the Orders related to variants of a virtual product. Regards -- Parimal Gain Beejal Kamdar wrote: Hello All, Is there any way I can look up orders of variants given a virtual productId. I have the productId

Re: Update entity product - mass update for producut price

2010-01-27 Thread Ashish Vijaywargiya
For more details on XML-RPC please have a look on http://ws.apache.org/xmlrpc/. Using XML-RPC libraries you can call OFBiz services remotely by setting attribute export=true in service definition. For more details you can refer existing code OOTB. Refer XmlRpc*.java files refer xmlrpc controller

Re: ant download-selenium returns build fail error

2010-01-27 Thread Ashish Vijaywargiya
Comments inline: Thanks! -- Ashish On Wed, Jan 27, 2010 at 8:38 AM, Ruth Hoffman rhoff...@aesolves.com wrote: Hi Scott: Thanks for this reply. I guess that is why I asked the original question. Next question: should it? I don't think that it should be back ported to RB9.04 as those changes

Re: multiple merchants upload their own products -- extend catalog manager?

2010-01-27 Thread Ashish Vijaywargiya
This is very simple requirement and can be implemented in OFBiz easily. If you want to give access of uploading products to eBay to your merchant then their records (aka Party OOTB) must be present in the system. And then you can assign them certain permissions using partymgr component. If you

Re: ant download-selenium returns build fail error

2010-01-27 Thread Ruth Hoffman
Hi Ashish: If that is the case, then why is Java 1.6 now required for 9.04? What bug fix drove this change? [IMHO, a significant change in the release as some users such as myself are not able to upgrade to 1.6 at this point.] Regards, Ruth Ashish Vijaywargiya wrote: Comments inline: Thanks!

Re: ant download-selenium returns build fail error

2010-01-27 Thread Scott Gray
On 27/01/2010, at 6:29 AM, Ruth Hoffman wrote: Hi Ashish: If that is the case, then why is Java 1.6 now required for 9.04? It does? Since when? What bug fix drove this change? [IMHO, a significant change in the release as some users such as myself are not able to upgrade to 1.6 at this

Re: ant download-selenium returns build fail error

2010-01-27 Thread Ruth Hoffman
Hi Scott: Read it and weep :-) http://cwiki.apache.org/confluence/display/OFBIZ/Main+New+Features Scott Gray wrote: On 27/01/2010, at 6:29 AM, Ruth Hoffman wrote: Hi Ashish: If that is the case, then why is Java 1.6 now required for 9.04? It does? Since when? What bug fix

Re: ant download-selenium returns build fail error

2010-01-27 Thread Scott Gray
Read what? The main new features page refers to what is going on in the trunk and has no bearing on the release branches after their creation. The release branches don't receive new features, only bug fixes. Regards Scott On 27/01/2010, at 7:29 AM, Ruth Hoffman wrote: Hi Scott: Read it

Re: ant download-selenium returns build fail error

2010-01-27 Thread Ruth Hoffman
Hi Scott: Actually, no where on that page does it say trunk. What it does say is ...approximately to changes since Release 4.0... which could potentially lead new users - looking for more information about various release contents - to assume that these changes apply to OFBiz releases. So,

Add category to catalog fails

2010-01-27 Thread Patrick
This sequence to create a category in a catalog fails. Main - Catalog - Catalog Detail List - [My Catalog] - Categories - Add Category to this Catalog - Gives a form with the following: [Category ID] [Category Type] [From Date] [Thru Date] [Seq Num] There isn't a Category Name field in this

Re: ant download-selenium returns build fail error

2010-01-27 Thread Scott Gray
Hi Ruth Yes I can understand how it might lead to confusion, the bottom line is that the release branches receive only bug fixes and nothing else. I think Hans was pointing you to that document to show that Selenium was listed as being introduced after the creation of the 9.04 branch and

Re: Add category to catalog fails

2010-01-27 Thread Scott Gray
Hi Patrick, I think you're misunderstanding the purpose of the form, it is used to associate an existing category to the catalog so you must create the category before attempting to associate it to the catalog. Regards Scott HotWax Media http://www.hotwaxmedia.com On 27/01/2010, at 8:58 AM,

Re: possible to delete a catalog?

2010-01-27 Thread Suresh Yellamaraju
To my awareness, the catalog can be deleted thru' the webtools. Before it can be deleted, its associations must be removed with any store or other parent and child catalogs/categories. HTH On Wed, Jan 27, 2010 at 10:36 AM, Patrick patrickinminneapo...@gmail.comwrote: Is it possible to delete a

Re: possible to delete a catalog?

2010-01-27 Thread malin . nicolas
Is it possible to delete a catalog? I've been clicking and googling and I can't seem to find how to do it? Hello, It's only possible to disable a catalog by this thruDate. Nicolas

Re: logging documentation

2010-01-27 Thread Scott Gray
Hi Chris, It's usually easiest to do this from the database rather than the application, if you're using Derby the configuration is available in runtime/data/derby.properties if you haven't created the database yet or otherwise runtime/data/derby/derby.properties Regards Scott HotWax Media

Re: ant download-selenium returns build fail error

2010-01-27 Thread Jacques Le Roux
From: Scott Gray scott.g...@hotwaxmedia.com I hear you're pretty good at documentation, please feel free to add whatever information you think is required to help users avoid any confusion. +1 Jacques Regards Scott

Re: Any chance for an upgrade? - help please

2010-01-27 Thread Scott Gray
Sorry for the slow reply Florin, this slipped past me until I saw your message to Jacques a moment ago. Could you provide more details about what changes you've made to this checkout? My first guess is that there's something wrong with the database connection since the problem appears during

Re: Any chance for an upgrade? - help please

2010-01-27 Thread Florin Popa
Hi, There were a lot of changes done... but nothing inside the core of the project as well as nothing related to the DB layer.. I start 90 concurrent users, they all perform well for a while, aprox 10 mins with a single Ofbiz instance (in production I have 2 instances with an apache

Re: Any chance for an upgrade? - help please

2010-01-27 Thread Scott Gray
Okay but what approach are you taking currently? Is this an attempt to back port the transaction management changes or are you updating OFBiz to a recent revision? Regards Scott On 27/01/2010, at 1:37 PM, Florin Popa wrote: Hi, There were a lot of changes done... but nothing inside the

Re: Any chance for an upgrade? - help please

2010-01-27 Thread Florin Popa
Hello Scott, I am trying again to me more coherent - difficult in the current situation (few production systems with low load but coming soon more productions with mich higher load) On load tests I noticed after few minutes lots of crashed and then no more database connections. An

Re: multiple merchants upload their own products -- extend catalog manager?

2010-01-27 Thread Patrick
Thanks Ashish, I think I didn't ask my question quite specifically enough, so have 2 more questions. 1) Can I set up the party manager in such a way that multiple users can upload their own products to their own catalogs using parties and roles? 2) I set up the role of a party as Manufacturer

Re: Any chance for an upgrade? - help please

2010-01-27 Thread Scott Gray
I'm sorry the potential for problems with this approach is just too large for me to be able to help you through it. Regards Scott HotWax Media http://www.hotwaxmedia.com On 27/01/2010, at 1:53 PM, Florin Popa wrote: The attempt to update Ofbiz to recent revision is for the moment (time

Re: Any chance for an upgrade? - help please

2010-01-27 Thread Florin Popa
I was just asking myself if someone encountered before such problems on older revisions.. Would be Geronimo ok to be used or shall I try something else? regards, Florin I'm sorry the potential for problems with this approach is just too large for me to be able to help you through it.

Re: ant download-selenium returns build fail error

2010-01-27 Thread Ruth Hoffman
Done. Please, if you don't like, change it as you see fit. Regards, Ruth Jacques Le Roux wrote: From: Scott Gray scott.g...@hotwaxmedia.com I hear you're pretty good at documentation, please feel free to add whatever information you think is required to help users avoid any confusion. +1

Re: Any chance for an upgrade? - help please

2010-01-27 Thread Jacques Le Roux
I upgraded 2 systems from Minerva (R4.0) to DBCP for clients of mine but I don't know if it's the kind of problems you encounter. It seems that you are facing more. Not sure as I have, like you, not much time to look at it Jacques From: Florin Popa flopacons...@gmail.com I was just asking

Re: ant download-selenium returns build fail error

2010-01-27 Thread Jacques Le Roux
Hi Ruth, I had a look it's ok with me (you and your unconscious could resist to put an almost sarcasticgreatest functionality, but maybe it's only my paranonia ;o). I much more clear, thanks! Jacques From: Ruth Hoffman rhoff...@aesolves.com Done. Please, if you don't like, change it as you

Re: Any chance for an upgrade? - help please

2010-01-27 Thread David E Jones
You're using a quite old version of OFBiz with the Minerva connection pool (I can tell from the stack trace you sent earlier). The Minerva connection pool has some issues with resetting connections when there are errors, especially if there is any code that doesn't manage errors well, but also

Re: ant download-selenium returns build fail error

2010-01-27 Thread Scott Gray
I changed the title back so that it doesn't break any existing links in the mail archives. Regards Scott On 27/01/2010, at 3:11 PM, Jacques Le Roux wrote: Hi Ruth, I had a look it's ok with me (you and your unconscious could resist to put an almost sarcasticgreatest functionality, but

Re: ant download-selenium returns build fail error

2010-01-27 Thread Jacques Le Roux
From: Jacques Le Roux jacques.le.r...@les7arts.com Hi Ruth, I had a look it's ok with me (you and your unconscious could resist to put an almost sarcasticgreatest functionality, but maybe it's only my paranonia ;o). I much more clear, thanks! Typo : It's much more clear, thanks! Jacques

Re: Any chance for an upgrade? - help please

2010-01-27 Thread Jacques Le Roux
And even after that you would need to enhance the system with change done since that. Especially is you use a system with a load balancer. But Minerva to DBCP is the big one, yes Jacques From: David E Jones d...@me.com You're using a quite old version of OFBiz with the Minerva connection

Re: ant download-selenium returns build fail error

2010-01-27 Thread Ruth Hoffman
Hi Jacques: I mean greatest. It is the greatest! Just because I'm always complaining about things doesn't mean I don't think its great. All these contributions are really wonderful to see. Ruth Jacques Le Roux wrote: Hi Ruth, I had a look it's ok with me (you and your unconscious could

Glossary

2010-01-27 Thread Jacques Le Roux
Hi Ruth, I appreciate so much your help on the Glossary, thanks for that! Of course we have still a long road to go, but at least there is something to roll on... Jacques

Re: ant download-selenium returns build fail error

2010-01-27 Thread Jacques Le Roux
It was a bit a troll ;o) Jacques From: Ruth Hoffman rhoff...@aesolves.com Hi Jacques: I mean greatest. It is the greatest! Just because I'm always complaining about things doesn't mean I don't think its great. All these contributions are really wonderful to see. Ruth Jacques Le Roux wrote:

Re: Glossary

2010-01-27 Thread Ruth Hoffman
Hi Jacques: My pleasure. Ruth Jacques Le Roux wrote: Hi Ruth, I appreciate so much your help on the Glossary, thanks for that! Of course we have still a long road to go, but at least there is something to roll on... Jacques

what do you think of my plan to extend myPortal page to allow for product uploads from multiple people?

2010-01-27 Thread Patrick
Here's my goal. I want multiple users to be able to upload [their own] products into a catalog and associate their products with a category and not have access to the other admin stuff. Here's the plan. I will make the target user. Then I will modify the myPortal page [of that user] to include

Re: what do you think of my plan to extend myPortal page to allow for product uploads from multiple people?

2010-01-27 Thread Alexander1893
hi patrick, the important thing is which rights your customers / sellers have. just extending the portal-application will not have any effect on that. If I understood you right, then you want to add some of the views of the backend to the frontend (regarding the demo-application). If you do so -

Re: what do you think of my plan to extend myPortal page to allow for product uploads from multiple people?

2010-01-27 Thread Ruth Hoffman
Hi Patrick: If you do that, you may also want to consider adding the following functionality: * Allow your users to create catalogs - or are you going to have another user who does that? How will your users they know which catalog their products go into? What if they want more

Re: Following PO Generation by Sales Order

2010-01-27 Thread zhiyongcui
Why I can't get this link? -- View this message in context: http://n4.nabble.com/Following-PO-Generation-by-Sales-Order-tp148403p1312347.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Different order status for COD and CC

2010-01-27 Thread Ramkrishna Swamy
Has anyone idea on this. Plz help. -- Thanks Ramkrishna On Mon, Dec 28, 2009 at 12:47 PM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Hi list, I have a requirement of setting different order status, for COD status should be Order to be Approved and for CC Order Placed is

Error on Shipping Estimate deletion

2010-01-27 Thread Abdullah Shaikh
I created a Shipping Estimate and then I clicked on Remove button to delete the shipping estimate, but I got the below error. It looks it is also trying to delete the record from QuantityBreak table, which it shouldn't. The Following Errors Occurred: Error calling event: