Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi , In Accounting module I need to navigate a screen from Edit Financial Account Transaction to Edit Accounting Transaction For this I mentioned request-map success view as EditAcctgTrans instead of EditFinAccountTrans in the controller . But its navigating a screen with only appbar menu and

Re: Not able to navigate to a screen

2010-05-18 Thread Atul Vani
hi Prasanthi, the EditAcctgTrans screen has a condition notif-empty field=acctgTransId//not which is not getting fulfilled, and there's nothing in the fail-widget/ hence a blank screen is displayed -- Thanks Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd.

Re: compile error on trunk and 10.04, revision 945444

2010-05-18 Thread BJ Freeman
what the error says in that it can not find a certain class in the classpath. my guess is the map method which would be in the JDK runtime. as far as debian Adam Health is the one that puts Debian specific items in. Not sure he reads the user mailing list. Might give him a shout on the dev ML.

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi vani, Its true.Thatsy i have created a new section with out that condition and with out decorator-screen and decorator-section then its navigating If you add the decorator-screen and decorator-section then again same problem.. http://n4.nabble.com/file/n2221121/withoutDecorationScreens.png

Re: Not able to navigate to a screen

2010-05-18 Thread Arpit Singh Pandya
Hello Prasanthi, check whether you are getting the value of acctgTransId or not in your targeted screen. On Tue, May 18, 2010 at 4:50 PM, prasanthi_ofbiz prasanthi.sreeramjammise...@tcs.com wrote: Hi vani, Its true.Thatsy i have created a new section with out that condition and with out

Re: compile error on trunk and 10.04, revision 945444

2010-05-18 Thread BJ Freeman
I just noticed in eclipse it gave me an error on that file about maps. that was because I had I assigned 1.4 to the project. when I changed the runtime 1.6_08 the errors went away. do a java -version to see what you are compiling with. = BJ Freeman

Re: Not able to navigate to a screen

2010-05-18 Thread Atul Vani
the decorator screen calls another decorator ('CommonPartyDecorator') which got its own conditions which needs be fulfilled, i didn't got much time to look into the problem but this should solve it... -- Thanks Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd.

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi Arpit, Yeah that parameter was not getting passed from financial account screen. Actually I called createAcctgTrans service from createFinAccountTrans. So logic for passing acctgTransId is same right? I don't know its not carried forward . How to pass this acctgTransId variable?? Regards

Re: ofbiz auction functionality

2010-05-18 Thread Chris Snow
Hi Sam, I would like to be able to run a private (invited guests only) auction instead of having to use a public auction site like ebay. Cheers, Chris 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

Re: compile error on trunk and 10.04, revision 945444

2010-05-18 Thread Jacques Le Roux
No problems OOTB either here (XP) Jacques From: BJ Freeman bjf...@free-man.net Just compiled latest rev successfully. strange it would stop on that file since map is used in the framework which compiled fine. how about memory on the machine? I have seen strange compile errors when the

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi Arpit Please tell me how to pass acctgTransId and organizationPartyId should be passed and from which service i.e: from createFinAccountTrans or createAcctgTrans Regards Prasanthi -- View this message in context:

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi vani Yeah CommonPartyDecorator expecting organizationPartyId which is not avaialble in the screen . Now Its working fine. Thanks. But the acctgTransId is not getting passed from the previous screen so Edit Transaction and Edit Transaction Entries were not included. Please let me know how to

Re: ofbiz auction functionality

2010-05-18 Thread Deyan Tsvetanov
Hi Chris, I have researched the auctions case. It is quite possible to implement auctions on top of ofbiz without modifying the data model. However it all depends on how far would you like to go :) Some of the services need to be modified or skipped at all. But in general no changes to any

Re: Not able to navigate to a screen

2010-05-18 Thread prasanthi_ofbiz
Hi Arpit, thanks for tour reply. Please check my code simple-method method-name=createFinAccountTrans short-description=Create a Financial Account Transaction call-simple-method method-name=getArithmeticSettingsInline/ make-value value-field=newEntity entity-name=FinAccountTrans/

Re: Not able to navigate to a screen

2010-05-18 Thread Deepak Dixit
Prasanthi, Can you please post your service definition of createFinAccountTrans . It seems that you missed some out parameter. Regards -- Deepak Dixit prasanthi_ofbiz wrote: Hi Arpit, thanks for tour reply. Please check my code simple-method method-name=createFinAccountTrans

Re: compile error on trunk and 10.04, revision 945444

2010-05-18 Thread Matt Warnock
java -version gives 1.6.0_0-1b, standard with Debian stable. -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Tue, 2010-05-18 at 04:28 -0500, El Ansari Abdesamad wrote: Which version of jdk are u using ? I've had the same issue with java 1.6.0_20 (the last one) but

Re: compile error on trunk and 10.04, revision 945444

2010-05-18 Thread Matt Warnock
The machine in question is AMD Turion 64bit, 2 processors, 16GB of real memory. But I also see the same errors on my Core2 Duo laptop, running Ubuntu 10.04, with 4GB memory. That one *USED* to compile OK, but that was like 2 months ago. I am not doing anything to set memory requirements. I

Re: compile error on trunk and 10.04, revision 945444

2010-05-18 Thread Matt Warnock
I am compiling from the command line, using openjdk, java -version gives the following: java version 1.6.0_0 OpenJDK Runtime Environment (build 1.6.0_0-b11) OpenJDK 64-Bit Server VM (build 1.6.0_0-b11, mixed mode) -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Tue,

QuoteId and OrderId sequence, possible race condition?

2010-05-18 Thread James McGill
In 9.04, We are occasionally seeing an attempt to write a duplicate QuoteId and/or OrderId. I'm finding it strange that for example, QuoteServices.xml#getNextQuoteId does a read, increment, and write instead of just using the built-in sequencer. I wonder if we have hit some kind of race

Re: compile error on trunk and 10.04, revision 945444 SOLVED (workaround)

2010-05-18 Thread Matt Warnock
Th problem appears to be openjdk-specific. If after doing apt-get install java-6-sun-jdk I then run update-java-alternatives --list I get three options: java-6-openjdk 1061 /usr/lib/jvm/java-6-openjdk java-6-sun 63 /usr/lib/jvm/java-6-sun java-gcj 1042 /usr/lib/jvm/java-gcj If I then run

Re: ofbiz auction functionality

2010-05-18 Thread chris snow
Hi Deyan, I don't have any specific requirements, just a couple of potential clients that are interested in running their own auctions. What stage are you with building auction fuctionality in ofbiz - do you have an implementation? Many thanks, Chris On Tue, May 18, 2010 at 3:00 PM, Deyan

Re: compile error on trunk and 10.04, revision 945444 SOLVED (workaround)

2010-05-18 Thread BJ Freeman
I would then say it has to do with the code changes in the trunk like is MapString, String debian open JDK does not cover this. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: compile error on trunk and 10.04, revision 945444 SOLVED (workaround)

2010-05-18 Thread Matt Warnock
Sounds right. Thanks to all who helped and made suggestions. I was (and remain) over my head. But at least it's running now. :) -- Matt Warnock mwarn...@ridgecrestherbals.com RidgeCrest Herbals, Inc. On Tue, 2010-05-18 at 12:10 -0700, BJ Freeman wrote: I would then say it has to do with the

demo-stable still pointing to trunk?

2010-05-18 Thread Chris Snow
demo-stable is showing Release-revision : trunk-945153 in the footer, even though demo-stable url is no longer redirecting to demo-trunk.

how to get post variables from a service?

2010-05-18 Thread Patrick
I have an ofbizUrl in an FTL file @ofbizUrlAddProducerToFacilityButtonClicked?facilityId=${facility.facilityId}partyId=${partyId} the controller calls a service. how do I get facilityId, and partyId from the service? I looked in context, but it wasn't there.

Re: how to get post variables from a service?

2010-05-18 Thread Vikas Raikwar
Hello Patrick, AddProducerToFacilityButtonClicked is this a service ? if yes, so define out parameters inside the service definition through which you will get facilityId and partyId out from this service. On Wed, May 19, 2010 at 5:10 AM, Patrick

Re: Not able to navigate to a screen

2010-05-18 Thread Deepak Dixit
Hello Prasanthi, I am asking about its service definition? You had changed its implementation but have you made changes in its definition. Service definition available in services.xml in servicedef directory of respective component. You want that service return acctgTransId so you need to