nabble not working?

2009-09-23 Thread snowc
Nabble doesn't seem to be picking up messages from the ofbiz user mailing list... -- View this message in context: http://www.nabble.com/nabble-not-working--tp25531313p25531313.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Accounting transaction : GlAccountType

2009-09-20 Thread snowc
When adding a transaction entry, there are fields for GlAccountType and GlAccountId. Why do we need to enter the GlAccountType when it can be obtained from the GlAccount? Many thanks in advance, Chris -- View this message in context: http://www.nabble.com/Accounting-transaction-%3A-GlAccountT

Re: trunk: "ant run-install-extseed" not available

2009-09-19 Thread snowc
Ignore this - I checked out from the old ofbiz svn repository by mistake! snowc wrote: > > How should ext data be loaded when using trunk? > > Many thanks in advance, > > Chris > -- View this message in context: http://www.nabble.com/trunk%3A-%22ant-run-install-ext

trunk: "ant run-install-extseed" not available

2009-09-19 Thread snowc
How should ext data be loaded when using trunk? Many thanks in advance, Chris -- View this message in context: http://www.nabble.com/trunk%3A-%22ant-run-install-extseed%22-not-available-tp25527332p25527332.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Accounting definitions: glAccountClassId, glAccountTypeId, glResourceTypeId

2009-09-17 Thread snowc
Thanks again for your help Jacques! When I fully understand the concepts, I will put together a page explaining the differences. jacques.le.roux wrote: > > Done > > Jacques > > From: "snowc" >> Hi Jacques, thanks for the response. This question seems

manually scheduled service works, scheduled service fails silently?

2009-09-17 Thread snowc
I have a java service (below) that performs an update to some legacy data. If I run the service manually through webtools, the service runs and updates the database. If I set the job to run on an automated schedule (nightly), the job finishes with no errors, but the database is unchanged. It se

hot-deploy components build.xml

2009-09-16 Thread snowc
How does ofbiz know how to find my components build.xml file and what targets to call when I run "ant" from OFBIZ_HOME? Many thanks, Chris -- View this message in context: http://www.nabble.com/hot-deploy-components-build.xml-tp25472248p25472248.html Sent from the OFBiz - User mailing list arc

Re: A simple SOAP Query?

2009-09-15 Thread snowc
t, I'm still working on it. But at this stage it will only be a > servlet integration, ie not much more than what is already at > http://docs.ofbiz.org/display/OFBIZ/Export+Ofbiz+Services+that+use+complex+type+parameters+via+SOAP+using+AXIS2 > > Jacques > > From: "sn

Re: A simple SOAP Query?

2009-09-15 Thread snowc
ofbiz.org/display/OFBIZ/Export+Ofbiz+Services+that+use+complex+type+parameters+via+SOAP+using+AXIS2 > > Jacques > > From: "snowc" >> >> Has the axis2 service now been integrated into ofbiz core? >> >> Many thanks in advance, >> >> Chris

Re: A simple SOAP Query?

2009-09-15 Thread snowc
Has the axis2 service now been integrated into ofbiz core? Many thanks in advance, Chris Alfredo Rueda wrote: > > Hello! > > Paul, I'm glad that the solution was helpful for you. Thank you for > providing a simpler and ready to use example for other developers. > We are exporting 7 Ofbiz Se

stopserver ant task

2009-09-14 Thread snowc
When I run ofbiz from eclipse using the "ant run" task, if I try stopping ofbiz by clicking the red terminate button in the eclipse console window, the console session is stopped, but tomcat is not stopped. Has anyone else experienced this problem? I am running windows. Many thanks in advance,

Re: Eclipse plugin.

2009-09-14 Thread snowc
actly you are looking for. > > -- > Ashish > > On Tue, Sep 15, 2009 at 2:03 AM, snowc wrote: > >> >> Has anyone made any advances on an eclipse plugin for ofbiz? >> -- >> View this message in context: >> http://www.nabble.com/Eclipse-plugin.-tp254

Eclipse plugin.

2009-09-14 Thread snowc
Has anyone made any advances on an eclipse plugin for ofbiz? -- View this message in context: http://www.nabble.com/Eclipse-plugin.-tp25443077p25443077.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Accounting DemoOrganizationalData.xml Rates

2009-09-14 Thread snowc
In DemoOrganizationalData.xml, the rates are defined as global values: In practice, does this fit most fee based organisations? How would rates be modeled if different organisations within the company have different standard rates? Would you simply add more rateAmount instances

prevent multiple instances of same job

2009-09-14 Thread snowc
I have a service that will run every hour. I need to ensure that if the job is still running from the last invocation, that another instance will not be started. Is this possible? Many thanks in advance, Chris -- View this message in context: http://www.nabble.com/prevent-multiple-instances

global chart of accounts not showing 'Company' posted transactions

2009-09-13 Thread snowc
I have just installed the trunk demo data and although the "Company" party has posted transactions showing in the "Accounting Transactions Entries By Account" screen, the global chart of accounts has a posted balance of $0.00 for each account. Am I wrong in thinking that the global chart of accou

Custom glAccountClass data and glAccountType data?

2009-09-13 Thread snowc
Is it likely that I will ever need to create custom values for the glAccountClass or glAccountType entities? -- View this message in context: http://www.nabble.com/Custom-glAccountClass-data-and-glAccountType-data--tp25423933p25423933.html Sent from the OFBiz - User mailing list archive at Nab

debian packaging of ofbiz

2009-09-12 Thread snowc
What is the goal and the current status of the debian packaging of ofbiz? Many thanks in advance, Chris -- View this message in context: http://www.nabble.com/debian-packaging-of-ofbiz-tp25420082p25420082.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Accounting definitions: glAccountClassId, glAccountTypeId, glResourceTypeId

2009-09-12 Thread snowc
Hi Jacques, thanks for the response. This question seems like it should be in the FAQ? jacques.le.roux wrote: > > You may be interested by http://markmail.org/message/ixw3eazzpz64q7bc > > Jacques > > From: "snowc" >> >> On more detailed investiga

Re: Accounting definitions: glAccountClassId, glAccountTypeId, glResourceTypeId

2009-09-12 Thread snowc
I think I may have found the answer: http://osdir.com/ml/user.ofbiz.apache.org/2009-07/msg00483.html snowc wrote: > > On more detailed investigation, the ResourceTypes in seed data are: > > MONEY > RAW_MATERIALS > LABOR > SERVICES > FINISHED_GOODS > DELIVERED

Re: Accounting definitions: glAccountClassId, glAccountTypeId, glResourceTypeId

2009-09-12 Thread snowc
LONGTERM_ASSET LIABILITY CURRENT_LIABILITY ... What are the differences between these concepts? Why are two entities required, and not just the one? Many thanks in advance, Chris snowc wrote: > > What are the main differences between the following fields?: > > glAccountClassId (E.g. &quo

Stupid idea? XSD for element

2009-09-12 Thread snowc
I have been spending a fair amount of time looking through the demo data, and was thinking that XSD pop-up help and auto-completion would be very useful for understanding the various elements and attributes. If the various entitymodel.xml fields contained descriptions for fields such as glAccount

Accounting definitions: glAccountClassId, glAccountTypeId, glResourceTypeId

2009-09-12 Thread snowc
What are the main differences between the following fields?: glAccountClassId (E.g. "CASH_EQUIVALENT") glAccountTypeId (E.g. "CURRENT_ASSET") glResourceTypeId (E.g. "MONEY") I've read through the ManagerReferenceAccounting, but I'm still a bit confused. Many thanks in advance, Chris -- Vi

Re: accounting group_rollup

2009-09-12 Thread snowc
Hi Sumit, are the tests you have done manual tests, or automated (i.e. ant test)? Many thanks, Chris Sumit Pandit-3 wrote: > > Hi Chris, > > Please find comments inline - > > On 12-Sep-09, at 6:06 PM, snowc wrote: > >> >> So the child (of the GROUP_ROLL

Re: accounting group_rollup

2009-09-12 Thread snowc
te relationship of Parent and Child they are defined by > roleTypeId GROUP_ROLLUP. > Is it answer of your question ? > > -- > Thanks And Regards > Sumit Pandit > > > On 12-Sep-09, at 12:57 PM, snowc wrote: > >> >> What is the partyRelationshipTypeId=&

accounting group_rollup

2009-09-12 Thread snowc
What is the partyRelationshipTypeId="GROUP_ROLLUP" used for in the accouning PartyRelationship? I.e. How do the ofbiz accounting services use this GROUP_ROLLUP relationship? Many thanks in advance, Chris -- View this message in context: http://www.nabble.com/accounting-group_rollup-tp25412206

Re: Hosting OFBiz on a single server with multiple domain names, without cloning components

2009-09-10 Thread snowc
A possible way to achieve this would be putting apache http server in front of ofbiz. Apache http can then be configured to forward traffic from multiple domains to the single ofbiz instance. neha mehta wrote: > > Hi, > > I want to deploy single OFBiz application,hosted on a single applicatio

Re: Are svn vendor branches still recommended for keeping ofbiz up to date?

2009-09-10 Thread snowc
ppert > HotWax Media > http://www.hotwaxmedia.com > > o:801.649.6594 > f:801.649.6595 > > On Sep 10, 2009, at 11:10 AM, snowc wrote: > >> >> Hi Tim, >> >> Do you do any changes to the core applications as extensions in hot- >> deploy? >> Do

Re: Are svn vendor branches still recommended for keeping ofbiz up to date?

2009-09-10 Thread snowc
> http://www.hotwaxmedia.com > > o:801.649.6594 > f:801.649.6595 > > On Sep 10, 2009, at 10:03 AM, snowc wrote: > >> >> Are svn vendor branches still recommended for keeping custom ofbiz >> up to >> date, as described in: >> >> http://docs.o

Are svn vendor branches still recommended for keeping ofbiz up to date?

2009-09-10 Thread snowc
Are svn vendor branches still recommended for keeping custom ofbiz up to date, as described in: http://docs.ofbiz.org/display/OFBIZ/SVN+Tips+-+svn_load_dirs+Vendor+Branch Many thanks in advance -- View this message in context: http://www.nabble.com/Are-svn-vendor-branches-still-recommended-for

Re: Is it possible to call external services from OFBiz to Axis2?

2009-09-07 Thread snowc
Yes, I have recently dropped the spring-ws 1.5.7 libraries into framework/base/lib and created a POX client to call an external webservice. No more messing with wsdl2java for simple services, just xpath expressions to get the data: package uk.co.dh.hpi; import java.io.StringReader; import java.

Re: Users with disabled accounts are still able to login

2009-09-05 Thread snowc
t will > not re-activate. > > > snowc sent the following on 9/5/2009 7:53 PM: >> In MHO, while not permanently disabling accounts for failed logins may be >> desirable, this behaviour is not desirable for the admin interface. The >> default for the admin interface

Re: Users with disabled accounts are still able to login

2009-09-05 Thread snowc
In MHO, while not permanently disabling accounts for failed logins may be desirable, this behaviour is not desirable for the admin interface. The default for the admin interface should be to permanently disable the account. David E Jones wrote: > > > The reason for this (which is configuratio

Re: Ajax service calls with authorization

2009-08-25 Thread snowc
ces >Here, ajax is being used to calculate running total. > > -- > Hope this help, > Regards > Sumit Pandit > > On 22-Aug-09, at 3:21 PM, snowc wrote: > >> >> Hi Jacques, >> >> I wanted to perform a service call from an ofbiz form

Re: document proposal with big diff!

2009-08-24 Thread snowc
A big yes from me too! By the way, have you seen the eclipse process framework (EPF)? It is a tool for documenting processes. It was really designed for software development processes such as Rational Unified Process (and it's opensource version - OpenUP), but people are using it to document bu

Re: external soap service

2009-08-24 Thread snowc
cs.ofbiz.org/display/OFBIZ/Export+Ofbiz+Services+that+use+complex+type+parameters+via+SOAP+using+AXIS2 > > Thanks and Regards, > -- > Vivek Mishra > > snowc wrote: >> I'm trying to call an external soap service. My service definition is: >> >>

external soap service

2009-08-24 Thread snowc
I'm trying to call an external soap service. My service definition is: http://www.q.hpi.co.uk/tradeservice/servlet/messagerouter"; invoke="enquire"> urn:enquiry My bsh: delegator = GenericDelegator.getGenericDelegator

Re: Ajax service calls with authorization

2009-08-22 Thread snowc
Hi Jacques, I wanted to perform a service call from an ofbiz form using ajax. The service required authentication, and I wasn't sure how to get the username and password of the logged in user to pass to the soap service call. I'm using r4.0 and didn't see any ajax examples, so in the end I used

Re: New updated help system

2009-08-20 Thread snowc
Any effort to help newcomers understand the complexity of ofbiz is most welcome! hansbak wrote: > > I just committed a change to upgrade the help system, to promote its use > and content a copy from the svn log: > > The 'new' help system > > A new help system is implemented which is compatibl

Re: r4 - new requirement work effort bug (or user error)?

2009-08-20 Thread snowc
Hi Jacques, I had already opened one: OFBIZ-2726 Jacques Le Roux-2 wrote: > > I tested, looks like a bug to me. The requirementId should be created by > createWorkRequirementFulfillment. Please open a Jira issue > > Thanks > > Jacques > > From: "snowch" >> >> same problem with 9.04 - i can

Re: Ofbiz evaluation for a different application other than ecommerce

2009-08-19 Thread snowc
I am using the ofbiz framework to replace a legacy VB application for a customer. The migration is a gradual long-term process, so both ofbiz and VB application are accessing the same legacy data at the same time. When the migration of the application code from VB to ofbiz is complete, we will t

Re: entity condition expression problem

2009-08-18 Thread snowc
> field="actualNetAmount"/> > field="estimatedNetAmount"/> > > > > Then do your entity condition on this field in your v-e. > > value="0"/> > > Bob > > > snowc

Re: Database description

2009-08-18 Thread snowc
I found the "Data Model Resource" book Volume 1 to be very useful: http://docs.ofbiz.org/x/QQg manish-25 wrote: > > Hi; > > Can any one tell how I can find the description of the database.. I wan to > know the role of each table. > > With Regards, > Manish.K > www.cevalsoft.com >

Re: problem Running with MS-SQL

2009-08-17 Thread snowc
Actually, I think I had a similar problem: http://www.nabble.com/Violation-of-PRIMARY-KEY-constraint-%27PK_SERVER_HIT%27.-Cannot-insert-duplicate-key-in-object-%27ofbiz.SERVER_HIT%27-tp23479493p23479493.html Weixue Zhang wrote: > > I am using ms sql server 2005 and this problem had bothered me

Re: is compile and ofbiz restart still needed for java changes?

2009-08-17 Thread snowc
Hi Bob, The mocking code sounds great. Would you be happy to share? Bob Morley wrote: > > We typically execute Ofbiz from Eclipse and some people have reported that > the hot-swapping works fairly well. (Usually we do not run an ant build > until right before check-in and then just to ensure

Re: product hierarchies

2009-08-17 Thread snowc
virtual products? E.g. the Engine E320C is the virtual product. But Engine StockNum[ABC123] and Engine StockNum[DEF234] are the actual physical products with inventory items? Many thanks in advance, Chris. Ruth Hoffman-2 wrote: > > Thanks. Please keep us posted. > Ruth > snowc wrote

entity condition expression problem

2009-08-17 Thread snowc
I have some legacy data that I am trying to access in ofbiz. Conceptually, I want to filter as shown here: SELECT e1Id, actualNetAmount, estimatedNetAmount FROM E1 WHERE actualNetAmount > estimatedNetAmount How can I achieve the equivalent of "this" is a entity condition expr

Re: is compile and ofbiz restart still needed for java changes?

2009-08-17 Thread snowc
this idea in mind. I mean reducing the >> need to restart the server. That's one of the reason why the minilang >> exists... >> >> Jacques >> >> From: "snowc" >>> Although I much prefer editing java over bsh, I keep finding myself >>

Re: product hierarchies

2009-08-17 Thread snowc
Hi Ruth, Please feel free to use this as an example. I have some more information to follow later... Many thanks, Chris Ruth Hoffman-2 wrote: > > Hi Chris: > Quick answer and MHO would be as follows (and I'm hardly an expert on > this, so others, feel free to chime i

Re: product hierarchies

2009-08-14 Thread snowc
but a lot of data entry. >> Look at the PC configure for Ideas. >> https://demo.ofbiz.org/catalog/control/EditProductConfigs?productId=PC001 >> Customization would let them build a library of car models then it would >> automatically build the products. >> >> >

Re: is compile and ofbiz restart still needed for java changes?

2009-08-14 Thread snowc
y Java code, you will still need to compile, hence to > stop and restart the server (else you get a conflict on > jars used when compiling) > > Jacques > > From: "snowc" >> >> Everytime I make a change to java code, I run "ant" and then restart th

is compile and ofbiz restart still needed for java changes?

2009-08-14 Thread snowc
Everytime I make a change to java code, I run "ant" and then restart the ofbiz service to pick up the changes. Is this still necessary? I am running r4.0. What about 9.04 -- View this message in context: http://www.nabble.com/is-compile-and-ofbiz-restart-still-needed-for-java-changes--tp24971

Re: Admin - log on as other user?

2009-08-11 Thread snowc
> know someone can just go in without them knowing. > So How will the Admin know that the person on the other end is really > the person that owns that account. Hackers are real crafty > Now if you add some security Questions to Identify the end user, then it > would be viable. > &g

Re: Admin - log on as other user?

2009-08-11 Thread snowc
ogin. They then have to "tell" them their new password! Cheers, Chris BJ Freeman wrote: > > it would be a customization that you would have to support. Just code > you own security manager so if full admin rights then can login with no > password. I would not recommend this t

Re: Entity Changes for column definition Not Reflecting in DB

2009-08-11 Thread snowc
In r4.0 on MS SQL, new columns are not recognized by the entity engine using my setup. I was told this may be due to the lack of meta data provided by the MS JDBC driver I am using. I manually add new columns and keys to the database - it's not that much of a big deal for my environment. David

Re: project management

2009-08-11 Thread snowc
sbak wrote: > > This is caused by using a userlogin which does not have write access to > the project. > > so yes, this is desired behaviour. > > Regards, > Hans > > On Mon, 2009-08-10 at 23:33 -0700, snowc wrote: >> Hi Hans, >> >> The problem was whe

Admin - log on as other user?

2009-08-10 Thread snowc
My client frequently logs on as other users to support the users when they have queries about specific screens. Would their be a "relatively easy" way of providing an extra button on the party screen that logs admin in as the other user without admin having to type in a password? Many thanks in

Re: Page Push/Following

2009-08-10 Thread snowc
That's all i know about it. > > regards, > Heidi > Olagos > > 2009/8/10 snowc > >> >> What is "Page Push/Following" used for in the party visit screen of >> partymgr? >> >> Many thanks, Chris >> -- >> View this message

Re: Latest trunk IncompatibleClassChangeError on startofbiz.sh

2009-08-10 Thread snowc
That fixed the problem. Thanks! Adrian Crum wrote: > > run ant clean, then ant build. > > -Adrian > > snowc wrote: >> I have just done a svn update, then ant run and I am receiving the >> following >> error: Any ideas? >>

Re: project management

2009-08-10 Thread snowc
e also at the bottom an 'add' > form > > please try the demo data on projectId 9000 > > Regards, > Hans > > On Mon, 2009-08-10 at 08:57 -0700, snowc wrote: >> Hi Hans, >> >> I have the problem on trunk - I'm At revision 802837. >

Latest trunk IncompatibleClassChangeError on startofbiz.sh

2009-08-10 Thread snowc
I have just done a svn update, then ant run and I am receiving the following error: Any ideas? [java] Exception in thread "main" java.lang.IncompatibleClassChangeError: Found interface org.ofbiz.entity.GenericDelegator, but class was expected [java] at org.ofbiz.entity.model.ModelEn

Re: project management

2009-08-10 Thread snowc
Hi Hans, I have the problem on trunk - I'm At revision 802837. Cheers, Chris hansbak wrote: > > If you upgrade to the trunk version, there it is all fixed > > Regards, > Hans > > On Mon, 2009-08-10 at 04:55 -0700, snowc wrote: >> Hi Hans, >> &g

Re: project management

2009-08-10 Thread snowc
weeks. > > Regards, > Hans > > > On Sun, 2009-08-09 at 20:38 -0700, snowc wrote: >> Hi Hans, >> >> Are the following currently implemented, or are there any plans for >> adding >> the following: >> >> - project lessons learn

Page Push/Following

2009-08-10 Thread snowc
What is "Page Push/Following" used for in the party visit screen of partymgr? Many thanks, Chris -- View this message in context: http://www.nabble.com/Page-Push-Following-tp24897956p24897956.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: project management

2009-08-09 Thread snowc
rds, > Hans > > > On Sat, 2009-08-08 at 15:28 -0700, snowc wrote: >> It looks like some good progress has been made on the project management >> application in trunk. >> >> There are some additional features I would like to see, such as: >> >> - task

risk management

2009-08-09 Thread snowc
Are there any plans for building a risk management application for ofbiz? Many thanks, Chris -- View this message in context: http://www.nabble.com/risk-management-tp24893750p24893750.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: project management

2009-08-09 Thread snowc
> > Regards, > Hans > > > On Sat, 2009-08-08 at 15:28 -0700, snowc wrote: >> It looks like some good progress has been made on the project management >> application in trunk. >> >> There are some additional features I would like to see, such as: >>

project management

2009-08-08 Thread snowc
It looks like some good progress has been made on the project management application in trunk. There are some additional features I would like to see, such as: - task relationships and dependencies (parent tasks, child tasks, predecessor, successor, etc) - resource assignment - baselines - sched

product hierarchies

2009-08-07 Thread snowc
I have some customers that break second hand cars and trucks. When they receive a vehicle for breaking, they would like to enter the vehicle into ofbiz and also input the major components that the vehicle can be broken into. The whole vehicle and the major components will be listed on the ecomme

9.04 - how to switch off ecommerce factoids, polls, forums and blogs?

2009-08-06 Thread snowc
Is there a way I can switch off factoids, polls, forums and blogs from the ecommerce site? Many thanks in advance... -- View this message in context: http://www.nabble.com/9.04---how-to-switch-off-ecommerce-factoids%2C-polls%2C-forums-and-blogs--tp24852187p24852187.html Sent from the OFBiz - Us

Re: understanding accounting module after payment

2009-08-01 Thread snowc
> so have to user search > then there is this > http://docs.ofbiz.org/display/OFBIZ/Complete+the+implementation+of+the+Accounting+component+%28GL%29 > some lost links > http://docs.ofbiz.org/display/OFBIZ/OFBiz+Applications+User+Manual > > > snowc sent the following on 8/1/2009

Re: understanding accounting module after payment

2009-08-01 Thread snowc
I take it all back - there is a wealth of information on Accounting on the wiki by Sharan. Maybe I'm just too lazy and find reading wiki pages cumbersome! snowch wrote: > > I too am struggling with the accounting process flow - I have been unable > to find any documents that help! > > > grac