Re: Need Help -->Error getting while running through Eclipse

2009-08-04 Thread Abhijeet Pandey
HI ,

Thanks for this . It worked .i set the class path in eclipse while defining
the configuration.
It is giving some other exception now after few seconds.

Here is is --> what could be the reason for this , Plz guide.

18677 (main) [  GenericDispatcher.java:85 :INFO ] [LocalDispatcher] :
Created Dispatcher for: RMIDispatcher
org.ofbiz.base.start.StartupException: Cannot start()
org.ofbiz.service.rmi.RmiServiceContainer (Unable to bind RMIDispatcher to
RMI (RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested
exception is:
java.net.MalformedURLException: no protocol:
Files/Java/jdk1.5.0_08/lib/tools.jar))
at
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:91)
at org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
at org.ofbiz.base.start.Start.startServer(Start.java:323)
at org.ofbiz.base.start.Start.start(Start.java:327)
at org.ofbiz.base.start.Start.main(Start.java:413)
org.ofbiz.base.container.ContainerException: Unable to bind RMIDispatcher to
RMI (RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested
exception is:
java.net.MalformedURLException: no protocol:
Files/Java/jdk1.5.0_08/lib/tools.jar)
at
org.ofbiz.service.rmi.RmiServiceContainer.start(RmiServiceContainer.java:142)
at
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:89)
at org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
at org.ofbiz.base.start.Start.startServer(Start.java:323)
at org.ofbiz.base.start.Start.start(Start.java:327)
at org.ofbiz.base.start.Start.main(Start.java:413)
java.rmi.ServerException: RemoteException occurred in server thread; nested
exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested
exception is:
java.net.MalformedURLException: no protocol:
Files/Java/jdk1.5.0_08/lib/tools.jar
at
sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:385)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
at java.lang.Thread.run(Thread.java:595)
at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
at
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)
at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
at java.rmi.Naming.rebind(Naming.java:160)
at
org.ofbiz.service.rmi.RmiServiceContainer.start(RmiServiceContainer.java:140)
at
org.ofbiz.base.container.ContainerLoader.start(ContainerLoader.java:89)
at org.ofbiz.base.start.Start.startStartLoaders(Start.java:272)
at org.ofbiz.base.start.Start.startServer(Start.java:323)
at org.ofbiz.base.start.Start.start(Start.java:327)
at org.ofbiz.base.start.Start.main(Start.java:413)
Caused by: java.rmi.UnmarshalException: error unmarshalling arguments;
nested exception is:
java.net.MalformedURLException: no protocol:
Files/Java/jdk1.5.0_08/lib/tools.jar
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at
sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:375)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
at sun.rmi.transport.Transport$1.run(Transport.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.net.MalformedURLException: no protocol:
Files/Java/jdk1.5.0_08/lib/tools.jar
at java.net.URL.(URL.java:567)
at java.net.URL.(URL.java:464)
at java.net.URL.(URL.java:413)
at sun.rmi.server.LoaderHandler.pathToURLs(LoaderHandler.java:747)
at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:147)
at java.rmi.server.RMIClassLoader$2.loadClass(RMIClassLoader.java:620)
at java.rmi.server.RMIClassLoader.loadClass(RMIClassLoader.java:247)
at
sun.rmi.server.MarshalInputStream.resolveClass(MarshalInputStream.java:197)
at
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1544)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1699)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1

Access html page from controller.xml

2009-08-04 Thread Pardeep . Ruhil
Hi,
I want to call a html page from controller.xml. Is there handler for 
rendering html pages in OFBiz.
Please help  me how to do this.
Thanks & Regards

Pardeep Ruhil


__

category question

2009-08-04 Thread aswath narayana
Hello,
I create a category.  I don't add any products to the category.
If there are no products in the category, I don't want the category to be
shown under the browse categories.   How can I do this?

Thanks,
-Aswath


Re: Need Help -->Error getting while running through Eclipse

2009-08-04 Thread Raj Saini
You will need to set the ofbiz.home JVM argument. Something like 
-Dofbiz.home=


Thanks,

Raj

Abhijeet Pandey wrote:

Hi All,

what could be reason for following ?

i want to run ofbiz through eclipse. I am able to run it from outside. i am
getting following error while i am trying to Run ofbiz from eclipse.i just
checked out ofbiz through SVN and tried to run it as java application.

  

it is throwing below error.

Set OFBIZ_HOME to - F:/workspace/ofbiz
Admin socket not configured; set to port 0
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.ofbiz.base.util.Debug.(Debug.java:101)
at
org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:57)
at org.ofbiz.base.start.Start.initStartLoaders(Start.java:257)
at org.ofbiz.base.start.Start.init(Start.java:96)
at org.ofbiz.base.start.Start.main(Start.java:412)
Caused by: java.util.MissingResourceException: Can't find bundle for base
name cache, locale en_US
at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:715)
at
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:226)
at
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:222)
at org.ofbiz.base.util.cache.UtilCache.(UtilCache.java:181)
at org.ofbiz.base.util.UtilProperties.(UtilProperties.java:61)
... 5 more






  

Please guide.






  

Thanks






  




Re: Need Help -->Error getting while running through Eclipse

2009-08-04 Thread Raj Saini
You will need to set the ofbiz.home JVM argument. Something like 
-Dofbiz.home=


Thanks,

Raj

Abhijeet Pandey wrote:

Hi All,

what could be reason for following ?

i want to run ofbiz through eclipse. I am able to run it from outside. i am
getting following error while i am trying to Run ofbiz from eclipse.i just
checked out ofbiz through SVN and tried to run it as java application.

  

it is throwing below error.

Set OFBIZ_HOME to - F:/workspace/ofbiz
Admin socket not configured; set to port 0
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.ofbiz.base.util.Debug.(Debug.java:101)
at
org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:57)
at org.ofbiz.base.start.Start.initStartLoaders(Start.java:257)
at org.ofbiz.base.start.Start.init(Start.java:96)
at org.ofbiz.base.start.Start.main(Start.java:412)
Caused by: java.util.MissingResourceException: Can't find bundle for base
name cache, locale en_US
at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:715)
at
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:226)
at
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:222)
at org.ofbiz.base.util.cache.UtilCache.(UtilCache.java:181)
at org.ofbiz.base.util.UtilProperties.(UtilProperties.java:61)
... 5 more






  

Please guide.






  

Thanks






  




Need Help -->Error getting while running through Eclipse

2009-08-04 Thread Abhijeet Pandey
Hi All,

what could be reason for following ?

i want to run ofbiz through eclipse. I am able to run it from outside. i am
getting following error while i am trying to Run ofbiz from eclipse.i just
checked out ofbiz through SVN and tried to run it as java application.

> it is throwing below error.
>
> Set OFBIZ_HOME to - F:/workspace/ofbiz
> Admin socket not configured; set to port 0
> Exception in thread "main" java.lang.ExceptionInInitializerError
> at org.ofbiz.base.util.Debug.(Debug.java:101)
> at
> org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:57)
> at org.ofbiz.base.start.Start.initStartLoaders(Start.java:257)
> at org.ofbiz.base.start.Start.init(Start.java:96)
> at org.ofbiz.base.start.Start.main(Start.java:412)
> Caused by: java.util.MissingResourceException: Can't find bundle for base
> name cache, locale en_US
> at
> java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
> at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)
> at java.util.ResourceBundle.getBundle(ResourceBundle.java:715)
> at
> org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:226)
> at
> org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:222)
> at org.ofbiz.base.util.cache.UtilCache.(UtilCache.java:181)
> at org.ofbiz.base.util.UtilProperties.(UtilProperties.java:61)
> ... 5 more




> Please guide.




> Thanks
>



-- 
Abhijeet Pandey


Re: configuration

2009-08-04 Thread Abhijeet Pandey
Hi,


how can i know which ofbiz version i am using.

i checked out ofbiz from using SVN.

http://svn.ofbiz.org/svn/ofbiz/trunk


Plz let me know if i have done something wrong.

THanks,

Abhijeet Pandey

On Tue, Aug 4, 2009 at 8:56 PM, BJ Freeman  wrote:

> What Version of ofbiz are you using.
>
> Abhijeet Pandey sent the following on 8/3/2009 11:14 PM:
> > Hi,
> >
> > couldn't find the folder themes in ofbiz home.
> >
> > These are the folder which are under ofbiz -->
> >
> > applications
> >
> > framework
> >
> > hot-deploy
> >
> > runtime
> >
> > specialpurpose
> >
> > and few batch files and ant files.
> >
> > is it that i have missed something.
> > Plz let me know.
> >
> > Thanks,
> > Abhijeet Pandey
> > On Tue, Aug 4, 2009 at 4:31 AM, BJ Freeman  wrote:
> >
> >> {ofbizhome}/themes/mutilex
> >> had the layout of the default Ecommerce.
> >> the CSS file position things.
> >>
> >>
> >> Abhijeet Pandey sent the following on 8/2/2009 10:32 PM:
> >>> Hello Everyone,
> >>>
> >>> I am new to Ofbiz and i have installed it on my system.
> >>>
> >>> i have few queries, it will be nice if i can get some help / guide.
> >>>
> >>> i want to change the look and feel of the site. like say i don't want
> to
> >> put
> >>> logo and want to put Advertisement in header or i would like to put
> >> search
> >>> box in header.
> >>> Like i don't want to show promotional stuff on top at home page. i want
> >> to
> >>> put them in middle and i would like to put some thing else over there.
> >>> also how i can decide what all will come in left and right? how i can
> >> change
> >>> the footer? how i can attach static pages ? how i can put those links
> in
> >>> header / footer?
> >>>
> >>> Idea is how to do all this, how i can know which ftl file is for which
> >> page,
> >>> which tables are there for which purpose.
> >>>
> >>> Plz guide me what is the best way to go about it.
> >>>
> >>> Thanks in advance.
> >>>
> >>>
> >> --
> >> BJ Freeman
> >> http://www.businessesnetwork.com/automation
> >> http://bjfreeman.elance.com
> >>
> >>
> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
> >> Systems Integrator.
> >>
> >>
> >
> >
>
> --
> BJ Freeman
> http://www.businessesnetwork.com/automation
> http://bjfreeman.elance.com
>
> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
> Systems Integrator.
>
>


-- 
Abhijeet Pandey


party can have multiple usernames

2009-08-04 Thread buzlite

Ofbiz permits a party to be issued multiple usernames for login purposes. The
document says that each username can provide the party with different access
to the system.  
Could someone give me a practical scenario where this is useful?

As an additional thought, could it be that multiple usenames for a party is
more applicable for the scenario where a party refers to a group and not a
person.

Thanks in advance.
-- 
View this message in context: 
http://www.nabble.com/party-can-have-multiple-usernames-tp24820162p24820162.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: EftAccount versus new entity

2009-08-04 Thread Anne Jessel
Thank you Scott, Hans.

I do intend to contribute the code, provided I can work out how to write it
in a general enough way that it is useful.

After reading about the routing number via Scott's reference, I think it is
close enough in concept to a BSB number (
http://en.wikipedia.org/wiki/Bank_State_Branch) that it would make sense to
use that field. I could probably ignore the SWIFT code for now - the
existing functionality does not seem to support transactions between two
countries (unless I looked in the wrong places), so leaving it out wouldn't
reduce existing functionality.

I still need to work out how to hook it into the existing invoice payments
system, so I think it'll be a while before I have anything functional.

Cheers,
Anne.


2009/8/3 Scott Gray 

> My vote (if we were voting) would be for separate fields because each
> identifier (routing number, SWIFT code, BSB) ultimately serves a different
> purpose.
>
> If I'm not wrong (and I could be) I thought the routing number was used to
> store this: http://en.wikipedia.org/wiki/Routing_transit_number
> Whereas a SWIFT code is this: http://en.wikipedia.org/wiki/ISO_9362
>
> If you use the field for anything other than a routing number then you run
> the risk of conflicting with any new functionality implemented in OFBiz and
> you also wouldn't be able to contribute the code back (if desired) because
> the use of the field would be specific to your circumstance.
>
> Regards
> Scott
>
> HotWax Media
> http://www.hotwaxmedia.com
>
>
> On 3/08/2009, at 10:22 PM, Hans Bakker wrote:
>
>  Hi Anne,
>>
>> in general is is always better to extend and existing entity than to
>> create a new one where ever possible.
>>
>> In your case all the fields fit except, as you state, the BSB and swift
>> code. I would suggest to put them both into the routing number field
>> separated by either a '/' or a blank. The routing code is the code which
>> identifies the bank in the international payment transfers.
>>
>> Regards,
>> Hans
>>
>> On Mon, 2009-08-03 at 19:27 +1000, a...@cohsoft.com.au wrote:
>>
>>> I'm trying to work out the best way to get OFBiz to support Australian
>>> direct-entry payments. This is where a customer makes a payment by
>>> directly transferring the money to the company's bank account, usually
>>> via online banking. This is currently a very common payment method.
>>>
>>> The same system is also used to allow a company to debit regular
>>> payments directly from the customer's bank account, or for the company
>>> to pay its bills.
>>>
>>> For storing the relevant bank details, the EftAccount entity seems to
>>> be closest. However it is not a good match. I am unsure whether my
>>> best approach would be to use the existing EftAccount entity in some
>>> way, or to create a new entity.
>>>
>>> The fields that are relevant to Australian transactions are:
>>>
>>> BSB: a number denoting which branch of which bank
>>> Account number: the account number
>>> Account name: the name (person or organisation) associated with the
>>> bank account
>>> SWIFT code: a code denoting which bank - this is only relevant when
>>> one of the banks involved in the transaction is outside Australia,
>>> e.g. the customer is paying from an overseas bank account.
>>> Bank name: not usually needed, but handy to record
>>>
>>> Some of these fields map to the existing EftAccount entity, some
>>> don't:
>>>
>>> Account name -> nameOnAccount
>>> Account number -> accountNumber
>>> BSB -> ? (perhaps routingNumber? I don't know what routingNumber is
>>> really for)
>>> SWIFT code -> ?
>>> Bank name -> bankName
>>>
>>> What approach is likely to be the best option?
>>>
>>> Also, I'll need to add support for a new payment gateway to support an
>>> Australian provider. It would be nice if all I had to do was create
>>> the payment gateway interface code, following the examples for the
>>> other third party gateways, and then somehow it all just magically
>>> fitted together and worked with the existing code. Is this asking too
>>> much? :-)
>>>
>>> Cheers,
>>> Anne.
>>>
>>>
>>> --
>>> Coherent Software Australia Pty Ltd
>>> PO Box 2773
>>> Cheltenham Vic 3192
>>> Phone: (03) 9585 6788
>>> Fax: (03) 9585 1086
>>> Web: http://www.cohsoft.com.au/
>>> Email: sa...@cohsoft.com.au
>>>
>>>  --
>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>
>>
>


-- 
Coherent Software Australia Pty Ltd
PO Box 2773
Cheltenham Vic 3192
Phone: (03) 9585 6788
Fax: (03) 9585 1086
Web: http://www.cohsoft.com.au/
Email: sa...@cohsoft.com.au

Bonsai ERP, the all-inclusive ERP system
http://www.bonsaierp.com.au/


Credit card payment of invoices

2009-08-04 Thread Anne Jessel
Hi

I've been through a lot of the payment and invoicing code, trying to
understand how it fits together. It seems that the PaymentGateway
implementation requires the presence of an OrderPaymentPreference, which in
turn requires an Order.

However invoices generated via a Timesheet do not seem to have an Order
associated with them. So how can they (or any other Invoice!) be paid by a
credit card capture?

Cheers,
Anne.

-- 
Coherent Software Australia Pty Ltd
PO Box 2773
Cheltenham Vic 3192
Phone: (03) 9585 6788
Fax: (03) 9585 1086
Web: http://www.cohsoft.com.au/
Email: sa...@cohsoft.com.au


Re: Paypal as payment processor for OfBiz.

2009-08-04 Thread Scott Gray
I guess you're talking about Website Payments Pro and the answer is no  
it hasn't been implemented as yet.


Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 5/08/2009, at 1:27 AM, Kumaraswamy nandipati wrote:


Hello All,

For credit card processing(auth, reauth, capture, refund, etc.,) on my
website, I did find the implementation based on Paypal.

I find AIM, Verisign-PayFlow Pro, cybersource, clearcommerce
implementations, but no Paypal payment processor for credit card.  
But, we

prefer to do creditcard processing thru PayPal processor.

Does anybody implemented for Ofbiz?? If yes, please provide me  
guidelines.


Please update me.

Any help will be appriciated.



On Mon, Aug 3, 2009 at 9:15 PM, Kumaraswamy nandipati <
kumarasw...@ecomzera.com> wrote:


Hi all,

I want to use Paypal as payment processor for VISA, Discover,  
Master and
AMEX credit cards. I didn't find any implementation in ofbiz that  
paypal

processor will do authorize, capture, refund, release transaction.
So, That I want to implement DoDirectPayment using paypal API.

I find AIM, Verisign-PayFlow Pro, cybersource, clearcommerce
implementations, but no Paypal payment processor except, External  
Payment

Service.

1.Q) Am I correct,  In Ofbiz, there is no implementation for paypal  
payment

processor for credit cards???
2.Q) If Yes, Please update me where I can find it.





--
Thanks,
Kumaraswamy.N
www.pickupflowers.com





--
Thanks,
Kumaraswamy.N
91-9866805250.
www.pickupflowers.com




smime.p7s
Description: S/MIME cryptographic signature


Re: Doubt regarding browse category

2009-08-04 Thread BJ Freeman
it you look at the rental category you will see multiple browse example.
but only one Browse Root (One)
https://demo904.ofbiz.org/catalog/control/EditProdCatalogCategories?prodCatalogId=RentalCatalog

Raj Saini sent the following on 8/4/2009 4:43 AM:
> I think Scot replied this before. This is not possible to have multiple
> Browse Root categories if you want to use the OOTB e-commerce. May be
> Kumaraswamy did some customization to use multiple Browse Root categories.
> 
> Thanks,
> 
> Raj
> 
> manish wrote:
>> Hi;
>>
>> I added multiple categories using admin to a catalog but in the ofbiz
>> web page only one browse category is visible
>> Is there any helping document for adding multiple browsing categories?
>>
>>
>> With Regards,
>> Manish.K
>> www.cevalsoft.com 
>>  Go Green
>>   Print only when necessary.
>>
>> -Original Message-
>> From: Kumaraswamy nandipati [mailto:kumarasw...@ecomzera.com] Sent:
>> Monday, August 03, 2009 11:14 PM
>> To: user@ofbiz.apache.org
>> Subject: Re: Doubt regarding browse category
>>
>> Hi Manish,
>> FYI,
>>
>> You can use more than one browse root categories in a catalog. Like
>> PCCT_BROWSE_ROOT, PCCT_BROWSE_PRODUCT, PCCT_BROWSE_X  like that.
>> you can
>> create n number of browse categories in your catalog  as per requirement.
>>
>> On Mon, Aug 3, 2009 at 10:12 PM, manish
>> wrote:
>>
>>  
>>>  Hi;
>>>
>>>
>>>
>>> Does per catalog we can have one browsing category or many?
>>>
>>>
>>>
>>>
>>>
>>> *With Regards,*
>>>
>>> *Manish.K*
>>>
>>> *www.cevalsoft.com
>>>
>>> ***
>>>
>>> P* Go Green*
>>>
>>> *  Print only when necessary**.*
>>>
>>>
>>>  --
>>>
>>> *From:* manish [mailto:manish.krish...@cevalsoft.com]
>>> *Sent:* Friday, July 31, 2009 8:39 PM
>>>
>>> *To:* user@ofbiz.apache.org
>>> *Subject:* FW: Doubt regarding browse category
>>>
>>>
>>>
>>> Hi;
>>>
>>>
>>>
>>> Does per catalog have one browsing category or many?
>>>
>>>
>>>
>>>
>>>
>>> With Regards,
>>>
>>> Manish.K
>>>
>>> www.cevalsoft.com
>>>
>>>
>>>
>>>  Go Green
>>>
>>>   Print only when necessary.
>>>
>>> 
>>
>>
>>
>>   
> 
> 

-- 
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.



Re: database deadlocks

2009-08-04 Thread David E Jones


To paraphrase Yoda: A single query does not a deadlock make. ;)

In order to really trace this down you'd need to find the 2 (or more)  
transactions that have locks on things that the other is trying to  
use. A deadlock is always characterized by one transaction holding  
resource A and waiting for resource B while another transaction is  
holding B and waiting for A (with more than 2 transactions in the  
"loop" this pattern will vary).


It is possible to write code that does this on purpose. For an example  
see the automated tests in the framework/service component which are  
used to test the Service Engine's deadlock recovery/retry feature.


Once you find the full problem (if it is caused by bad code) it  
usually isn't too hard to make adjustments to fix it. If it is a  
random runtime problem, that's different and often there is no way to  
"fix" the code and the things that the service engine does to retry  
the "victim" transaction is the best way to go, and then higher level  
code (and users) don't have to worry about it.


-David


On Aug 4, 2009, at 8:59 AM, Vince Clark wrote:

Was able to track down the query causing the deadlock. Apparently  
has nothing to do with quickShipEntireOrder:


SELECT CURRENT_PASSWORD, PASSWORD_HINT, IS_SYSTEM, ENABLED,  
HAS_LOGGED_OUT, REQUIRE_PASSWORD_CHANGE, LAST_CURRENCY_UOM,  
LAST_LOCALE, LAST_TIME_ZONE, DISABLED_DATE_TIME,  
SUCCESSIVE_FAILED_LOGINS, EXTERNAL_AUTH_ID, USER_LDAP_DN,  
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,  
CREATED_TX_STAMP, PARTY_ID FROM dbo.USER_LOGIN WHERE USER_LOGIN_ID=


When I schedule the job I am logged in as myself. Also, I am not  
doing anything in my simple method to specify a logged in user. I've  
seen other instances in the code where system user is explicitly set  
as the "logged in user". Should I be doing this?




Vince Clark
www.globalera.com
vcl...@globalera.com
(303) 493-6723 office
(303) 523-4843 cell


- Original Message -
From: "BJ Freeman" 
To: user@ofbiz.apache.org
Sent: Monday, August 3, 2009 8:35:44 PM GMT -07:00 US/Canada Mountain
Subject: Re: database deadlocks

goes to show how far behind I am.
thanks for the update


Scott Gray sent the following on 8/3/2009 7:25 PM:
They aren't temporary stored procedures on MS unless you're talking  
10

years ago: http://msdn.microsoft.com/en-us/library/aa197533(SQL.80).aspx
And Postgresql makes no mention of functions:
http://www.postgresql.org/docs/8.1/interactive/sql-prepare.html
In both cases they just compile and cache the statement which is what
people call prepared statements.

Regards
Scott

On 4/08/2009, at 2:03 PM, BJ Freeman wrote:


I meant storeproceedure that are temporary from MS side anyway.
you may mean the prepared statements that create stored proceedures
for MS.
they are Functions for postgresql.

Scott Gray sent the following on 8/3/2009 4:18 PM:

I think you meant prepared statements rather than stored procedures
there.

Regards
Scott

On 4/08/2009, at 10:59 AM, BJ Freeman wrote:

since ofbiz creates and send a Stored procedure see if it  
creating more

than one for the same operation.




--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro

Systems Integrator.





--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.





Re: database deadlocks

2009-08-04 Thread David E Jones


... or for any operation that the system does automatically based on a  
user's actions or some other trigger, especially when you would not  
want to allow the user to do that operation manually or have control  
over that operation (ie have permissions related to it).


-David


On Aug 4, 2009, at 11:16 AM, BJ Freeman wrote:

system is used for scheduled jobs or services that are not initiated  
by

a user.


Vince Clark sent the following on 8/4/2009 7:59 AM:
Was able to track down the query causing the deadlock. Apparently  
has nothing to do with quickShipEntireOrder:


SELECT CURRENT_PASSWORD, PASSWORD_HINT, IS_SYSTEM, ENABLED,  
HAS_LOGGED_OUT, REQUIRE_PASSWORD_CHANGE, LAST_CURRENCY_UOM,  
LAST_LOCALE, LAST_TIME_ZONE, DISABLED_DATE_TIME,  
SUCCESSIVE_FAILED_LOGINS, EXTERNAL_AUTH_ID, USER_LDAP_DN,  
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP,  
CREATED_TX_STAMP, PARTY_ID FROM dbo.USER_LOGIN WHERE USER_LOGIN_ID=


When I schedule the job I am logged in as myself. Also, I am not  
doing anything in my simple method to specify a logged in user.  
I've seen other instances in the code where system user is  
explicitly set as the "logged in user". Should I be doing this?




Vince Clark
www.globalera.com
vcl...@globalera.com
(303) 493-6723 office
(303) 523-4843 cell


- Original Message -
From: "BJ Freeman" 
To: user@ofbiz.apache.org
Sent: Monday, August 3, 2009 8:35:44 PM GMT -07:00 US/Canada Mountain
Subject: Re: database deadlocks

goes to show how far behind I am.
thanks for the update


Scott Gray sent the following on 8/3/2009 7:25 PM:
They aren't temporary stored procedures on MS unless you're  
talking 10

years ago: http://msdn.microsoft.com/en-us/library/aa197533(SQL.80).aspx
And Postgresql makes no mention of functions:
http://www.postgresql.org/docs/8.1/interactive/sql-prepare.html
In both cases they just compile and cache the statement which is  
what

people call prepared statements.

Regards
Scott

On 4/08/2009, at 2:03 PM, BJ Freeman wrote:


I meant storeproceedure that are temporary from MS side anyway.
you may mean the prepared statements that create stored proceedures
for MS.
they are Functions for postgresql.

Scott Gray sent the following on 8/3/2009 4:18 PM:
I think you meant prepared statements rather than stored  
procedures

there.

Regards
Scott

On 4/08/2009, at 10:59 AM, BJ Freeman wrote:

since ofbiz creates and send a Stored procedure see if it  
creating more

than one for the same operation.

--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro

Systems Integrator.





--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.





Re: database deadlocks

2009-08-04 Thread BJ Freeman
system is used for scheduled jobs or services that are not initiated by
a user.


Vince Clark sent the following on 8/4/2009 7:59 AM:
> Was able to track down the query causing the deadlock. Apparently has nothing 
> to do with quickShipEntireOrder:
> 
> SELECT CURRENT_PASSWORD, PASSWORD_HINT, IS_SYSTEM, ENABLED, HAS_LOGGED_OUT, 
> REQUIRE_PASSWORD_CHANGE, LAST_CURRENCY_UOM, LAST_LOCALE, LAST_TIME_ZONE, 
> DISABLED_DATE_TIME, SUCCESSIVE_FAILED_LOGINS, EXTERNAL_AUTH_ID, USER_LDAP_DN, 
> LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, 
> PARTY_ID FROM dbo.USER_LOGIN WHERE USER_LOGIN_ID=
> 
> When I schedule the job I am logged in as myself. Also, I am not doing 
> anything in my simple method to specify a logged in user. I've seen other 
> instances in the code where system user is explicitly set as the "logged in 
> user". Should I be doing this?
> 
> 
> 
> Vince Clark 
> www.globalera.com 
> vcl...@globalera.com 
> (303) 493-6723 office 
> (303) 523-4843 cell 
> 
> 
> - Original Message -
> From: "BJ Freeman" 
> To: user@ofbiz.apache.org
> Sent: Monday, August 3, 2009 8:35:44 PM GMT -07:00 US/Canada Mountain
> Subject: Re: database deadlocks
> 
> goes to show how far behind I am.
> thanks for the update
> 
> 
> Scott Gray sent the following on 8/3/2009 7:25 PM:
>> They aren't temporary stored procedures on MS unless you're talking 10
>> years ago: http://msdn.microsoft.com/en-us/library/aa197533(SQL.80).aspx
>> And Postgresql makes no mention of functions:
>> http://www.postgresql.org/docs/8.1/interactive/sql-prepare.html
>> In both cases they just compile and cache the statement which is what
>> people call prepared statements.
>>
>> Regards
>> Scott
>>
>> On 4/08/2009, at 2:03 PM, BJ Freeman wrote:
>>
>>> I meant storeproceedure that are temporary from MS side anyway.
>>> you may mean the prepared statements that create stored proceedures
>>> for MS.
>>> they are Functions for postgresql.
>>>
>>> Scott Gray sent the following on 8/3/2009 4:18 PM:
 I think you meant prepared statements rather than stored procedures
 there.

 Regards
 Scott

 On 4/08/2009, at 10:59 AM, BJ Freeman wrote:

> since ofbiz creates and send a Stored procedure see if it creating more
> than one for the same operation.
>>> -- 
>>> BJ Freeman
>>> http://www.businessesnetwork.com/automation
>>> http://bjfreeman.elance.com
>>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>>>
>>> Systems Integrator.
>>>
> 

-- 
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.



Re: Paypal as payment processor for OfBiz.

2009-08-04 Thread BJ Freeman
Please note: Direct Payment API is not a stand-alone product. You are
required to use Direct Payment API and Express Checkout together as part
of the Website Payments Pro solution.
https://www.paypal.com/cgi-bin/webscr?cmd=_dcc_hub-outside
Scott is implementing Express Check out.
https://issues.apache.org/jira/browse/OFBIZ-934?

Kumaraswamy nandipati sent the following on 8/4/2009 8:51 AM:
> Raj,
> 
> You are right.
> 
> It is verisign wrapper implementation and ofcourse I know that verisign
> payment services are acquired by Paypal in 2005. But this PayflowPro
> requires verisign merchant account. I already had paypal merchant account.
> For this, I dont want to create a new account.
> 
> So is there any implementaion in ofbiz based on paypal CC payment gateway -
> DoDirectPayment???
> 
> Is anybody came accross Paypal- DoDirectPayment API implementation
> Please update me.
> 
> Any help will be appriciated.
> 
> 
> On Tue, Aug 4, 2009 at 7:51 PM, Raj Saini  wrote:
> 
>> Hi Kumaraswamy,
>>
>> Do you mean Payflow? Payflow is CC payment gateway of Paypal.
>>
>> Thanks,
>>
>> Raj
>>
>>
>> Kumaraswamy nandipati wrote:
>>
>>> Hello All,
>>>
>>> For credit card processing(auth, reauth, capture, refund, etc.,) on my
>>> website, I did find the implementation based on Paypal.
>>>
>>> I find AIM, Verisign-PayFlow Pro, cybersource, clearcommerce
>>> implementations, but no Paypal payment processor for credit card. But, we
>>> prefer to do creditcard processing thru PayPal processor.
>>>
>>> Does anybody implemented for Ofbiz?? If yes, please provide me guidelines.
>>>
>>> Please update me.
>>>
>>> Any help will be appriciated.
>>>
>>>
>>>
>>> On Mon, Aug 3, 2009 at 9:15 PM, Kumaraswamy nandipati <
>>> kumarasw...@ecomzera.com> wrote:
>>>
>>>
>>>
 Hi all,

 I want to use Paypal as payment processor for VISA, Discover, Master and
 AMEX credit cards. I didn't find any implementation in ofbiz that paypal
 processor will do authorize, capture, refund, release transaction.
 So, That I want to implement DoDirectPayment using paypal API.

 I find AIM, Verisign-PayFlow Pro, cybersource, clearcommerce
 implementations, but no Paypal payment processor except, External Payment
 Service.

 1.Q) Am I correct,  In Ofbiz, there is no implementation for paypal
 payment
 processor for credit cards???
 2.Q) If Yes, Please update me where I can find it.





 --
 Thanks,
 Kumaraswamy.N
 www.pickupflowers.com



>>>
>>>
>>>
>>>
>>
> 
> 

-- 
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.



Re: Paypal as payment processor for OfBiz.

2009-08-04 Thread Kumaraswamy nandipati
Raj,

You are right.

It is verisign wrapper implementation and ofcourse I know that verisign
payment services are acquired by Paypal in 2005. But this PayflowPro
requires verisign merchant account. I already had paypal merchant account.
For this, I dont want to create a new account.

So is there any implementaion in ofbiz based on paypal CC payment gateway -
DoDirectPayment???

Is anybody came accross Paypal- DoDirectPayment API implementation
Please update me.

Any help will be appriciated.


On Tue, Aug 4, 2009 at 7:51 PM, Raj Saini  wrote:

> Hi Kumaraswamy,
>
> Do you mean Payflow? Payflow is CC payment gateway of Paypal.
>
> Thanks,
>
> Raj
>
>
> Kumaraswamy nandipati wrote:
>
>> Hello All,
>>
>> For credit card processing(auth, reauth, capture, refund, etc.,) on my
>> website, I did find the implementation based on Paypal.
>>
>> I find AIM, Verisign-PayFlow Pro, cybersource, clearcommerce
>> implementations, but no Paypal payment processor for credit card. But, we
>> prefer to do creditcard processing thru PayPal processor.
>>
>> Does anybody implemented for Ofbiz?? If yes, please provide me guidelines.
>>
>> Please update me.
>>
>> Any help will be appriciated.
>>
>>
>>
>> On Mon, Aug 3, 2009 at 9:15 PM, Kumaraswamy nandipati <
>> kumarasw...@ecomzera.com> wrote:
>>
>>
>>
>>> Hi all,
>>>
>>> I want to use Paypal as payment processor for VISA, Discover, Master and
>>> AMEX credit cards. I didn't find any implementation in ofbiz that paypal
>>> processor will do authorize, capture, refund, release transaction.
>>> So, That I want to implement DoDirectPayment using paypal API.
>>>
>>> I find AIM, Verisign-PayFlow Pro, cybersource, clearcommerce
>>> implementations, but no Paypal payment processor except, External Payment
>>> Service.
>>>
>>> 1.Q) Am I correct,  In Ofbiz, there is no implementation for paypal
>>> payment
>>> processor for credit cards???
>>> 2.Q) If Yes, Please update me where I can find it.
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Thanks,
>>> Kumaraswamy.N
>>> www.pickupflowers.com
>>>
>>>
>>>
>>
>>
>>
>>
>>
>
>


-- 
Thanks,
Kumaraswamy.N
91-9866805250.
www.pickupflowers.com


Re: configuration

2009-08-04 Thread BJ Freeman
What Version of ofbiz are you using.

Abhijeet Pandey sent the following on 8/3/2009 11:14 PM:
> Hi,
> 
> couldn't find the folder themes in ofbiz home.
> 
> These are the folder which are under ofbiz -->
> 
> applications
> 
> framework
> 
> hot-deploy
> 
> runtime
> 
> specialpurpose
> 
> and few batch files and ant files.
> 
> is it that i have missed something.
> Plz let me know.
> 
> Thanks,
> Abhijeet Pandey
> On Tue, Aug 4, 2009 at 4:31 AM, BJ Freeman  wrote:
> 
>> {ofbizhome}/themes/mutilex
>> had the layout of the default Ecommerce.
>> the CSS file position things.
>>
>>
>> Abhijeet Pandey sent the following on 8/2/2009 10:32 PM:
>>> Hello Everyone,
>>>
>>> I am new to Ofbiz and i have installed it on my system.
>>>
>>> i have few queries, it will be nice if i can get some help / guide.
>>>
>>> i want to change the look and feel of the site. like say i don't want to
>> put
>>> logo and want to put Advertisement in header or i would like to put
>> search
>>> box in header.
>>> Like i don't want to show promotional stuff on top at home page. i want
>> to
>>> put them in middle and i would like to put some thing else over there.
>>> also how i can decide what all will come in left and right? how i can
>> change
>>> the footer? how i can attach static pages ? how i can put those links in
>>> header / footer?
>>>
>>> Idea is how to do all this, how i can know which ftl file is for which
>> page,
>>> which tables are there for which purpose.
>>>
>>> Plz guide me what is the best way to go about it.
>>>
>>> Thanks in advance.
>>>
>>>
>> --
>> BJ Freeman
>> http://www.businessesnetwork.com/automation
>> http://bjfreeman.elance.com
>>
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>> Systems Integrator.
>>
>>
> 
> 

-- 
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.



Re: database deadlocks

2009-08-04 Thread Vince Clark
Was able to track down the query causing the deadlock. Apparently has nothing 
to do with quickShipEntireOrder:

SELECT CURRENT_PASSWORD, PASSWORD_HINT, IS_SYSTEM, ENABLED, HAS_LOGGED_OUT, 
REQUIRE_PASSWORD_CHANGE, LAST_CURRENCY_UOM, LAST_LOCALE, LAST_TIME_ZONE, 
DISABLED_DATE_TIME, SUCCESSIVE_FAILED_LOGINS, EXTERNAL_AUTH_ID, USER_LDAP_DN, 
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP, 
PARTY_ID FROM dbo.USER_LOGIN WHERE USER_LOGIN_ID=

When I schedule the job I am logged in as myself. Also, I am not doing anything 
in my simple method to specify a logged in user. I've seen other instances in 
the code where system user is explicitly set as the "logged in user". Should I 
be doing this?



Vince Clark 
www.globalera.com 
vcl...@globalera.com 
(303) 493-6723 office 
(303) 523-4843 cell 


- Original Message -
From: "BJ Freeman" 
To: user@ofbiz.apache.org
Sent: Monday, August 3, 2009 8:35:44 PM GMT -07:00 US/Canada Mountain
Subject: Re: database deadlocks

goes to show how far behind I am.
thanks for the update


Scott Gray sent the following on 8/3/2009 7:25 PM:
> They aren't temporary stored procedures on MS unless you're talking 10
> years ago: http://msdn.microsoft.com/en-us/library/aa197533(SQL.80).aspx
> And Postgresql makes no mention of functions:
> http://www.postgresql.org/docs/8.1/interactive/sql-prepare.html
> In both cases they just compile and cache the statement which is what
> people call prepared statements.
> 
> Regards
> Scott
> 
> On 4/08/2009, at 2:03 PM, BJ Freeman wrote:
> 
>> I meant storeproceedure that are temporary from MS side anyway.
>> you may mean the prepared statements that create stored proceedures
>> for MS.
>> they are Functions for postgresql.
>>
>> Scott Gray sent the following on 8/3/2009 4:18 PM:
>>> I think you meant prepared statements rather than stored procedures
>>> there.
>>>
>>> Regards
>>> Scott
>>>
>>> On 4/08/2009, at 10:59 AM, BJ Freeman wrote:
>>>
 since ofbiz creates and send a Stored procedure see if it creating more
 than one for the same operation.
>>>
>>
>> -- 
>> BJ Freeman
>> http://www.businessesnetwork.com/automation
>> http://bjfreeman.elance.com
>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>>
>> Systems Integrator.
>>
> 

-- 
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.



Re: Paypal as payment processor for OfBiz.

2009-08-04 Thread Raj Saini

Hi Kumaraswamy,

Do you mean Payflow? Payflow is CC payment gateway of Paypal.

Thanks,

Raj

Kumaraswamy nandipati wrote:

Hello All,

For credit card processing(auth, reauth, capture, refund, etc.,) on my
website, I did find the implementation based on Paypal.

I find AIM, Verisign-PayFlow Pro, cybersource, clearcommerce
implementations, but no Paypal payment processor for credit card. But, we
prefer to do creditcard processing thru PayPal processor.

Does anybody implemented for Ofbiz?? If yes, please provide me guidelines.

Please update me.

Any help will be appriciated.



On Mon, Aug 3, 2009 at 9:15 PM, Kumaraswamy nandipati <
kumarasw...@ecomzera.com> wrote:

  

Hi all,

I want to use Paypal as payment processor for VISA, Discover, Master and
AMEX credit cards. I didn't find any implementation in ofbiz that paypal
processor will do authorize, capture, refund, release transaction.
So, That I want to implement DoDirectPayment using paypal API.

I find AIM, Verisign-PayFlow Pro, cybersource, clearcommerce
implementations, but no Paypal payment processor except, External Payment
Service.

1.Q) Am I correct,  In Ofbiz, there is no implementation for paypal payment
processor for credit cards???
2.Q) If Yes, Please update me where I can find it.





--
Thanks,
Kumaraswamy.N
www.pickupflowers.com






  




mail functions

2009-08-04 Thread Schubi

Hi...
 
is there any tutorial or infopage for email functions? (general.properties
is configured right i can send mails like Tell-A-Friend)
 
i want to insert 2 features, but i found nothing here or on the ofbiz page.
 
the first is that new user get a confirmation mail with a link in it to
activate the acount? or if this is no ootb feature for this? If it is not
possible is there a ootb feature that every new person get a welcome mail?
 
second is there a posibility to send a mail/newsletter to every person witch
set Allow Solicitation to yes?

thanks for your help

Schubi
-- 
View this message in context: 
http://www.nabble.com/mail-functions-tp24809112p24809112.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: Paypal as payment processor for OfBiz.

2009-08-04 Thread Kumaraswamy nandipati
Hello All,

For credit card processing(auth, reauth, capture, refund, etc.,) on my
website, I did find the implementation based on Paypal.

I find AIM, Verisign-PayFlow Pro, cybersource, clearcommerce
implementations, but no Paypal payment processor for credit card. But, we
prefer to do creditcard processing thru PayPal processor.

Does anybody implemented for Ofbiz?? If yes, please provide me guidelines.

Please update me.

Any help will be appriciated.



On Mon, Aug 3, 2009 at 9:15 PM, Kumaraswamy nandipati <
kumarasw...@ecomzera.com> wrote:

> Hi all,
>
> I want to use Paypal as payment processor for VISA, Discover, Master and
> AMEX credit cards. I didn't find any implementation in ofbiz that paypal
> processor will do authorize, capture, refund, release transaction.
> So, That I want to implement DoDirectPayment using paypal API.
>
> I find AIM, Verisign-PayFlow Pro, cybersource, clearcommerce
> implementations, but no Paypal payment processor except, External Payment
> Service.
>
> 1.Q) Am I correct,  In Ofbiz, there is no implementation for paypal payment
> processor for credit cards???
> 2.Q) If Yes, Please update me where I can find it.
>
>
>
>
>
> --
> Thanks,
> Kumaraswamy.N
> www.pickupflowers.com
>



-- 
Thanks,
Kumaraswamy.N
91-9866805250.
www.pickupflowers.com


Error getting while running through Eclipse

2009-08-04 Thread Abhijeet Pandey
Hi ,

i am getting following error while i am trying to Run ofbiz from eclipse.

i just checked out ofbiz through SVN and tried to run it as java
application.

it is throwing below error.

Set OFBIZ_HOME to - F:/workspace/ofbiz
Admin socket not configured; set to port 0
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.ofbiz.base.util.Debug.(Debug.java:101)
at
org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:57)
at org.ofbiz.base.start.Start.initStartLoaders(Start.java:257)
at org.ofbiz.base.start.Start.init(Start.java:96)
at org.ofbiz.base.start.Start.main(Start.java:412)
Caused by: java.util.MissingResourceException: Can't find bundle for base
name cache, locale en_US
at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:715)
at
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:226)
at
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:222)
at org.ofbiz.base.util.cache.UtilCache.(UtilCache.java:181)
at org.ofbiz.base.util.UtilProperties.(UtilProperties.java:61)
... 5 more


Please guide.

Thanks,

-- 
Abhijeet Pandey


RE: Doubt regarding browse category

2009-08-04 Thread manish
Hi Raj;

I couldn’t open the Scott mail because of digitalID.


With Regards,
Manish.K
www.cevalsoft.com  

 Go Green
  Print only when necessary.


-Original Message-
From: Raj Saini [mailto:rajsa...@gmail.com] 
Sent: Tuesday, August 04, 2009 5:13 PM
To: user@ofbiz.apache.org
Subject: Re: Doubt regarding browse category

I think Scot replied this before. This is not possible to have multiple 
Browse Root categories if you want to use the OOTB e-commerce. May be 
Kumaraswamy did some customization to use multiple Browse Root categories.

Thanks,

Raj

manish wrote:
> Hi;
>
> I added multiple categories using admin to a catalog but in the ofbiz web 
> page only one browse category is visible
> Is there any helping document for adding multiple browsing categories?
>
>
> With Regards,
> Manish.K
> www.cevalsoft.com  
>
>  Go Green
>   Print only when necessary.
>
> -Original Message-
> From: Kumaraswamy nandipati [mailto:kumarasw...@ecomzera.com] 
> Sent: Monday, August 03, 2009 11:14 PM
> To: user@ofbiz.apache.org
> Subject: Re: Doubt regarding browse category
>
> Hi Manish,
> FYI,
>
> You can use more than one browse root categories in a catalog. Like
> PCCT_BROWSE_ROOT, PCCT_BROWSE_PRODUCT, PCCT_BROWSE_X  like that. you can
> create n number of browse categories in your catalog  as per requirement.
>
> On Mon, Aug 3, 2009 at 10:12 PM, manish wrote:
>
>   
>>  Hi;
>>
>>
>>
>> Does per catalog we can have one browsing category or many?
>>
>>
>>
>>
>>
>> *With Regards,*
>>
>> *Manish.K*
>>
>> *www.cevalsoft.com
>> ***
>>
>> P* Go Green*
>>
>> *  Print only when necessary**.*
>>
>>
>>  --
>>
>> *From:* manish [mailto:manish.krish...@cevalsoft.com]
>> *Sent:* Friday, July 31, 2009 8:39 PM
>>
>> *To:* user@ofbiz.apache.org
>> *Subject:* FW: Doubt regarding browse category
>>
>>
>>
>> Hi;
>>
>>
>>
>> Does per catalog have one browsing category or many?
>>
>>
>>
>>
>>
>> With Regards,
>>
>> Manish.K
>>
>> www.cevalsoft.com
>>
>>
>>
>>  Go Green
>>
>>   Print only when necessary.
>>
>> 
>
>
>
>   




Re: Help.

2009-08-04 Thread Raj Saini

Hi Abhijeet,

Simplest way to do is to learn OFBiz as Rishi answered in another 
thread. Once you understand the basics of the OFBiz, you can create your 
own e-commerce application extending the existing one. Change the ftl + 
css for look and feel and groovy files for logic. you will also need to 
play with OFBiz screens (you will find them in widget folder of 
e-commerce application). I think there is enough stuff on Wiki that will 
help you to start. This is how I started with the OFBiz two and half 
years back.


Thanks,

Raj



Abhijeet Pandey wrote:

Hello Everyone,

I am new to Ofbiz and i have installed it on my system.

i have few queries, it will be nice if i can get some help / guide.

i want to change the look and feel of the site. like say i don't want to put
logo and want to put Advertisement in header or i would like to put search
box in header.
Like i don't want to show promotional stuff on top at home page. i want to
put them in middle and i would like to put some thing else over there.
also how i can decide what all will come in left and right? how i can change
the footer? how i can attach static pages ? how i can put those links in
header / footer?

Idea is how to do all this, how i can know which ftl file is for which page,
which tables are there for which purpose.

Plz guide me what is the best way to go about it.

Thanks in advance.

  




Re: Doubt regarding browse category

2009-08-04 Thread Raj Saini
I think Scot replied this before. This is not possible to have multiple 
Browse Root categories if you want to use the OOTB e-commerce. May be 
Kumaraswamy did some customization to use multiple Browse Root categories.


Thanks,

Raj

manish wrote:

Hi;

I added multiple categories using admin to a catalog but in the ofbiz web page 
only one browse category is visible
Is there any helping document for adding multiple browsing categories?


With Regards,
Manish.K
www.cevalsoft.com  


 Go Green
  Print only when necessary.

-Original Message-
From: Kumaraswamy nandipati [mailto:kumarasw...@ecomzera.com] 
Sent: Monday, August 03, 2009 11:14 PM

To: user@ofbiz.apache.org
Subject: Re: Doubt regarding browse category

Hi Manish,
FYI,

You can use more than one browse root categories in a catalog. Like
PCCT_BROWSE_ROOT, PCCT_BROWSE_PRODUCT, PCCT_BROWSE_X  like that. you can
create n number of browse categories in your catalog  as per requirement.

On Mon, Aug 3, 2009 at 10:12 PM, manish wrote:

  

 Hi;



Does per catalog we can have one browsing category or many?





*With Regards,*

*Manish.K*

*www.cevalsoft.com
***

P* Go Green*

*  Print only when necessary**.*


 --

*From:* manish [mailto:manish.krish...@cevalsoft.com]
*Sent:* Friday, July 31, 2009 8:39 PM

*To:* user@ofbiz.apache.org
*Subject:* FW: Doubt regarding browse category



Hi;



Does per catalog have one browsing category or many?





With Regards,

Manish.K

www.cevalsoft.com



 Go Green

  Print only when necessary.






  




Entity data internationalization in tree widget

2009-08-04 Thread Gintare Ragaisiene
Hi,

   I'm trying to translate GlAccount table data which is visible in
"Accounting->Global GL settings ->Navigate Accounts" tree. I have entity
labels xml file and tree widget. And no translation is appiered in UI, only
english wich is defoult. What I should do to make it work?

here is my entity labels file GsAccountingEntityLabels.xml :

http://www.w3.org/2001/XMLSchema-instance";>


Assets
Turtas



Test
Testas




here is my tree widget wich is in AccountingTrees.xml :






























And I've attached screeshot to see results.


Thanks and regards,
Gintare


Re: Auto scheduler to start ofbiz instance required.

2009-08-04 Thread Kumaraswamy nandipati
BJ Freeman,

After reading your solution for several times in a day,

I got the solution as follows.

I created a Dynamic view entities using aggregate on orders count and grand
total sum for given time period. This solved my problem.

On Fri, Jul 17, 2009 at 10:30 PM, Kumaraswamy nandipati <
kumarasw...@ecomzera.com> wrote:

> BJ Freeman,
>
> I am sorry to say that, I didn't understand what you did in your solution ,
> could you please explain me in brief or, update me with sample data how you
> achieve this(even that script file passed to me, that will be helpful to
> understand).
>
>
>
>
>
>
> On Wed, Jul 15, 2009 at 6:16 AM, BJ Freeman  wrote:
>
>> i changed the order stats so only the current day is pulled in and
>> summed. Then the others are updated after the current day is calculated.
>> I used this practice on all reports that span over time.
>>
>>
>> Andrew Zeneski sent the following on 7/14/2009 9:45 AM:
>> > This could very well just be limited to the order stats page. Looking
>> > at the code it loads a lot of data in memory to get the calculations.
>> > With a lot of orders, I could see this throwing an out of memory
>> > error. We should look at refactoring this to get counts instead of
>> > pulling large lists of records.
>> >
>> > Andrew
>> >
>> >
>> >
>> > On Thu, Jul 9, 2009 at 9:07 AM, BJ Freeman wrote:
>> >> I remember a discussion about a month ago where there would be memory
>> >> leaks where new code, written,  that uses transactions did not close
>> the
>> >> transaction properly.
>> >>
>> >> BJ Freeman sent the following on 7/8/2009 7:10 PM:
>> >>> I saw Adam heath in the dev list mention something.
>> >>> However as I said before I don't see my memory allocation creeping up
>> >>> and I have been running ofbiz 9.04 since it was released.
>> >>> so if there is a memory leak, I have not used the portions that have
>> it
>> >>> or there is non.
>> >>> That is the best I can say.
>> >>>
>> >>>
>> >>>
>> >>> Kumaraswamy nandipati sent the following on 7/8/2009 7:05 PM:
>>  BJ Freeman,
>> 
>>  As a technical person,
>> 
>>  I am curious to know what are the memory leaking areas in ofbiz?
>>  (API methods, classes, etc.,) so, I can stop using them. Any
>> information
>>  will be appreciated.
>> 
>> 
>> 
>>  On Thu, Jul 9, 2009 at 3:26 AM, BJ Freeman 
>> wrote:
>> 
>> > an added information
>> > using swap file, called virtual memory in windows is many times
>> slower
>> > than using real memory. This because you are using disk access times
>> > instead of real memory access times.
>> > So do everything you can not get into the virtual memory.
>> >
>> > Kumaraswamy nandipati sent the following on 7/8/2009 1:54 PM:
>> >> Thanks for your reply BJ Freeman & Henning.
>> >>
>> >> You people gave new dimention of solutions. I have to look into
>> them.
>> >>
>> >>
>> >> By the way, I am using Debain server to host my ofbiz application.
>> May be
>> >> its time to concentrate on memory leaks.
>> >>
>> >> thanks once again for showing way to success(I feel).
>> >>
>> >> I am novise to linux script coding. My another question *is Is
>> there a
>> >> autoScheduler which will identify whether a ofbiz instance is
>> running or
>> >> not. If not, it will schedule(start) ofbiz automatically*. Because
>> of my
>> >> existing server condition(memory leaks), I need to use that
>> scheduler
>> > till
>> >> fix the memory leaks. Because, my ofbiz application was shutting
>> down at
>> > any
>> >> time of clock.
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> On Wed, Jul 8, 2009 at 9:43 PM, Henning 
>> wrote:
>> >>
>> >>> Btw.: There is a great memory analyzer tool  available for eclipse
>> - a
>> > real
>> >>> life saver.
>> >>>
>> >>> See www.eclipse.org/mat.
>> >>>
>> >>> As your configuration will have given you heap dumps, why not let
>> that
>> > tool
>> >>> have a look at those? There is a "leak suspects" analysis
>> available that
>> >>> quite often leads to the hot spot.
>> >>>
>> >>> Henning
>> >>>
>> >>> -- Urspr. Mitt. --
>> >>> Betreff: Re: Auto scheduler to start ofbiz instance required.
>> >>> Von: BJ Freeman 
>> >>> Datum: 08.07.2009 18:03
>> >>>
>> >>> I run ofbiz and it only takes 700K I have 2 megs memory and never
>> use
>> >>> swap file. There is not memory leaks that I can see, my server has
>> been
>> >>> up for 14 days since my last restart to add code.
>> >>> as  side note:
>> >>> if your using windows and a swapfile extensively, you system will
>> hang.
>> >>> So I would start by having a server with one instance to verify
>> that it
>> >>> is ofbiz or a modification you have done. Then work back.
>> >>>
>> >>>
>> >>> Kumaraswamy nandipati sent the following on 7/8/2009 8:42 AM:
>>  Hi.,
>> 
>> 

Re: Multi-tenancy (and modularization) - once more

2009-08-04 Thread Henning
Adrian,

  just found that the second issue has been fixed in 9.04.

Thanks,
  Henning


Am Montag, den 03.08.2009, 08:59 -0700 schrieb Adrian Crum:

> Henning wrote:
> > Also, considering the modifications above, I found a some non-trivial
> > number of places in the web app code where dispatcher and delegators
> > where kept in instance variables so that they couldn't be exchanged on
> > the fly (I should revisit the code - Emforium must have fixed that
> > somehow).
> 
> Could you provide a patch and create a Jira issue for this?
> 
> > Freemarker paths: 
> > 
> > At least SurveyWrapper uses UtilURL to resolve its freemarker templates
> > that hence could not referred to via "component://" URLs. I had to
> > change the paths and the resolution mechanism to user FlexibleLocation.
> > This is due to the fact that my file system layout is different that the
> > OOTB layout.
> 
> Could you provide a patch and create a Jira issue for this?
> 
> -Adrian


Re: Doubt regarding browse category

2009-08-04 Thread Kumaraswamy nandipati
Manish,

You already saw an example, you can repeat that for another browse category.
I don't know why you are asking for technical document.

anyhow, I dont have technical document.


On Tue, Aug 4, 2009 at 2:48 PM, manish wrote:

> Hi Kumaraswamy nandipati;
>
> Is there any technical document for this?
>
> With Regards,
> Manish.K
> www.cevalsoft.com
>
>  Go Green
>  Print only when necessary.
>
>
> -Original Message-
> From: Kumaraswamy nandipati [mailto:kumarasw...@ecomzera.com]
> Sent: Tuesday, August 04, 2009 1:38 PM
> To: user@ofbiz.apache.org
> Subject: Re: Doubt regarding browse category
>
> It depends on your customization. Because browse categories are root
> categories. By default, assumed as only one. If you want more, you have to
> customize at your risk.
>
> On Tue, Aug 4, 2009 at 11:40 AM, manish  >wrote:
>
> > Hi;
> >
> > I added multiple categories using admin to a catalog but in the ofbiz web
> > page only one browse category is visible
> > Is there any helping document for adding multiple browsing categories?
> >
> >
> > With Regards,
> > Manish.K
> > www.cevalsoft.com
> >
> >  Go Green
> >  Print only when necessary.
> >
> > -Original Message-
> > From: Kumaraswamy nandipati [mailto:kumarasw...@ecomzera.com]
> > Sent: Monday, August 03, 2009 11:14 PM
> > To: user@ofbiz.apache.org
> > Subject: Re: Doubt regarding browse category
> >
> > Hi Manish,
> > FYI,
> >
> > You can use more than one browse root categories in a catalog. Like
> > PCCT_BROWSE_ROOT, PCCT_BROWSE_PRODUCT, PCCT_BROWSE_X  like that. you
> > can
> > create n number of browse categories in your catalog  as per requirement.
> >
> > On Mon, Aug 3, 2009 at 10:12 PM, manish  > >wrote:
> >
> > >  Hi;
> > >
> > >
> > >
> > > Does per catalog we can have one browsing category or many?
> > >
> > >
> > >
> > >
> > >
> > > *With Regards,*
> > >
> > > *Manish.K*
> > >
> > > *www.cevalsoft.com<
> >
> http://www.utsin.com/ceval/index.php?option=com_content&view=frontpage&Itemid=1
> > >
> > > ***
> > >
> > > P* Go Green*
> > >
> > > *  Print only when necessary**.*
> > >
> > >
> > >  --
> > >
> > > *From:* manish [mailto:manish.krish...@cevalsoft.com]
> > > *Sent:* Friday, July 31, 2009 8:39 PM
> > >
> > > *To:* user@ofbiz.apache.org
> > > *Subject:* FW: Doubt regarding browse category
> > >
> > >
> > >
> > > Hi;
> > >
> > >
> > >
> > > Does per catalog have one browsing category or many?
> > >
> > >
> > >
> > >
> > >
> > > With Regards,
> > >
> > > Manish.K
> > >
> > > www.cevalsoft.com
> > >
> > >
> > >
> > >  Go Green
> > >
> > >   Print only when necessary.
> > >
> >
> >
> >
> > --
> > Thanks,
> > Kumaraswamy.N
> > 91-9866805250.
> >
> >
>
>
> --
> Thanks,
> Kumaraswamy.N
> 91-9866805250.
> www.pickupflowers.com
>
>


-- 
Thanks,
Kumaraswamy.N
91-9866805250.


Help.

2009-08-04 Thread Abhijeet Pandey
Hello Everyone,

I am new to Ofbiz and i have installed it on my system.

i have few queries, it will be nice if i can get some help / guide.

i want to change the look and feel of the site. like say i don't want to put
logo and want to put Advertisement in header or i would like to put search
box in header.
Like i don't want to show promotional stuff on top at home page. i want to
put them in middle and i would like to put some thing else over there.
also how i can decide what all will come in left and right? how i can change
the footer? how i can attach static pages ? how i can put those links in
header / footer?

Idea is how to do all this, how i can know which ftl file is for which page,
which tables are there for which purpose.

Plz guide me what is the best way to go about it.

Thanks in advance.

-- 
Abhijeet Pandey


Re: configuration

2009-08-04 Thread Abhijeet Pandey
Can someone please guide me about it.

Thanks,

Abhijeet Pandey

On Mon, Aug 3, 2009 at 1:23 PM, Rishi Solanki wrote:

> Hi Abhijeet,
> Please go thru the following link will help you to understand the control
> flow in OFBiz.
>
> http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams
>
> Another way to get into it is go thru the Practice Application which gives
> you the step wise learning of OFBiz.
>
> http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+(Hello+World
> ..
> .)
>
> Any one of above will helps you learning about OFBiz and then most of the
> questions you ask can be solve by yourself then.
>
> Rishi Solanki
> Enterprise Software Developer
> HotWax Media Pvt. Ltd.
>
>
> On Mon, Aug 3, 2009 at 11:02 AM, Abhijeet Pandey
> wrote:
>
> > Hello Everyone,
> >
> > I am new to Ofbiz and i have installed it on my system.
> >
> > i have few queries, it will be nice if i can get some help / guide.
> >
> > i want to change the look and feel of the site. like say i don't want to
> > put
> > logo and want to put Advertisement in header or i would like to put
> search
> > box in header.
> > Like i don't want to show promotional stuff on top at home page. i want
> to
> > put them in middle and i would like to put some thing else over there.
> > also how i can decide what all will come in left and right? how i can
> > change
> > the footer? how i can attach static pages ? how i can put those links in
> > header / footer?
> >
> > Idea is how to do all this, how i can know which ftl file is for which
> > page,
> > which tables are there for which purpose.
> >
> > Plz guide me what is the best way to go about it.
> >
> > Thanks in advance.
> >
> >
> > --
> > Abhijeet Pandey
> >
>



-- 
Abhijeet Pandey


RE: Doubt regarding browse category

2009-08-04 Thread manish
Hi Kumaraswamy nandipati;

Is there any technical document for this?

With Regards,
Manish.K
www.cevalsoft.com  

 Go Green
  Print only when necessary.


-Original Message-
From: Kumaraswamy nandipati [mailto:kumarasw...@ecomzera.com] 
Sent: Tuesday, August 04, 2009 1:38 PM
To: user@ofbiz.apache.org
Subject: Re: Doubt regarding browse category

It depends on your customization. Because browse categories are root
categories. By default, assumed as only one. If you want more, you have to
customize at your risk.

On Tue, Aug 4, 2009 at 11:40 AM, manish wrote:

> Hi;
>
> I added multiple categories using admin to a catalog but in the ofbiz web
> page only one browse category is visible
> Is there any helping document for adding multiple browsing categories?
>
>
> With Regards,
> Manish.K
> www.cevalsoft.com
>
>  Go Green
>  Print only when necessary.
>
> -Original Message-
> From: Kumaraswamy nandipati [mailto:kumarasw...@ecomzera.com]
> Sent: Monday, August 03, 2009 11:14 PM
> To: user@ofbiz.apache.org
> Subject: Re: Doubt regarding browse category
>
> Hi Manish,
> FYI,
>
> You can use more than one browse root categories in a catalog. Like
> PCCT_BROWSE_ROOT, PCCT_BROWSE_PRODUCT, PCCT_BROWSE_X  like that. you
> can
> create n number of browse categories in your catalog  as per requirement.
>
> On Mon, Aug 3, 2009 at 10:12 PM, manish  >wrote:
>
> >  Hi;
> >
> >
> >
> > Does per catalog we can have one browsing category or many?
> >
> >
> >
> >
> >
> > *With Regards,*
> >
> > *Manish.K*
> >
> > *www.cevalsoft.com<
> http://www.utsin.com/ceval/index.php?option=com_content&view=frontpage&Itemid=1
> >
> > ***
> >
> > P* Go Green*
> >
> > *  Print only when necessary**.*
> >
> >
> >  --
> >
> > *From:* manish [mailto:manish.krish...@cevalsoft.com]
> > *Sent:* Friday, July 31, 2009 8:39 PM
> >
> > *To:* user@ofbiz.apache.org
> > *Subject:* FW: Doubt regarding browse category
> >
> >
> >
> > Hi;
> >
> >
> >
> > Does per catalog have one browsing category or many?
> >
> >
> >
> >
> >
> > With Regards,
> >
> > Manish.K
> >
> > www.cevalsoft.com
> >
> >
> >
> >  Go Green
> >
> >   Print only when necessary.
> >
>
>
>
> --
> Thanks,
> Kumaraswamy.N
> 91-9866805250.
>
>


-- 
Thanks,
Kumaraswamy.N
91-9866805250.
www.pickupflowers.com



Error in processing Sales Order for Marketing Package: Auto Manufactured products

2009-08-04 Thread ian tabangay
Hi.

Here's the scenario:
Given product *case* of type Finished Goods and product *bottle* of type
Marketing Package: Auto Manufactured,
and their association is *bottle *to *case *of type Manufacturing Bill of
Material with quantity 0.0833 (dozen bottles per case).
I created a Sales Order and added one product *bottle* into my order. The
ATP and QOH of product *bottle *changed from 0, 0
respectively to 1, 1 respectively. I couldnt proceed after this because I
always get the error "no shipments created; could not
find anything ready and needing to be shipped" when I try to complete the
Sales Order.

Investigating further, I noticed that inventory reservations are not created
for products of type Marketing Package: Auto
Manufactured resulting from the createProductionRunForMktgPkg
(src.org.ofbiz.order.order.OrderServices#reserveInventory).
Is there a reason for this?

Thanks.


Ian Tabangay


Re: Flash UI based

2009-08-04 Thread Ján Valkovič
Hi,
exists lps4biz, but it's dead project, i think
https://lps4biz.dev.java.net/

ya

Dňa Po, 2009-07-13 o 15:18 +0200, jonatan soto napísal:
> Hi all,
> 
> Sorry if the question doesn't make sense, but I want to know if exists a
> decorator or another mechanism that allows flash UI based. I would like to
> include this on the ecommerce app so where can I get some info about it?
> 
> Thanks in advance.




Re: Doubt regarding browse category

2009-08-04 Thread Kumaraswamy nandipati
It depends on your customization. Because browse categories are root
categories. By default, assumed as only one. If you want more, you have to
customize at your risk.

On Tue, Aug 4, 2009 at 11:40 AM, manish wrote:

> Hi;
>
> I added multiple categories using admin to a catalog but in the ofbiz web
> page only one browse category is visible
> Is there any helping document for adding multiple browsing categories?
>
>
> With Regards,
> Manish.K
> www.cevalsoft.com
>
>  Go Green
>  Print only when necessary.
>
> -Original Message-
> From: Kumaraswamy nandipati [mailto:kumarasw...@ecomzera.com]
> Sent: Monday, August 03, 2009 11:14 PM
> To: user@ofbiz.apache.org
> Subject: Re: Doubt regarding browse category
>
> Hi Manish,
> FYI,
>
> You can use more than one browse root categories in a catalog. Like
> PCCT_BROWSE_ROOT, PCCT_BROWSE_PRODUCT, PCCT_BROWSE_X  like that. you
> can
> create n number of browse categories in your catalog  as per requirement.
>
> On Mon, Aug 3, 2009 at 10:12 PM, manish  >wrote:
>
> >  Hi;
> >
> >
> >
> > Does per catalog we can have one browsing category or many?
> >
> >
> >
> >
> >
> > *With Regards,*
> >
> > *Manish.K*
> >
> > *www.cevalsoft.com<
> http://www.utsin.com/ceval/index.php?option=com_content&view=frontpage&Itemid=1
> >
> > ***
> >
> > P* Go Green*
> >
> > *  Print only when necessary**.*
> >
> >
> >  --
> >
> > *From:* manish [mailto:manish.krish...@cevalsoft.com]
> > *Sent:* Friday, July 31, 2009 8:39 PM
> >
> > *To:* user@ofbiz.apache.org
> > *Subject:* FW: Doubt regarding browse category
> >
> >
> >
> > Hi;
> >
> >
> >
> > Does per catalog have one browsing category or many?
> >
> >
> >
> >
> >
> > With Regards,
> >
> > Manish.K
> >
> > www.cevalsoft.com
> >
> >
> >
> >  Go Green
> >
> >   Print only when necessary.
> >
>
>
>
> --
> Thanks,
> Kumaraswamy.N
> 91-9866805250.
>
>


-- 
Thanks,
Kumaraswamy.N
91-9866805250.
www.pickupflowers.com


Question on inventory for Products of Type Marketing Package: Auto Manufactured

2009-08-04 Thread ian tabangay
Hi.
Is there a way to set the scale or round off value for products of type
Marketing Package: Auto Manufactured?
For example:
Given product *case* of type Finished Goods and product *bottle* of type
Marketing Package: Auto Manufactured,
and their association is *bottle *to *case *of type Manufacturing Bill of
Material with quantity 0.0833 (dozen bottles per case).
If I have 10 (QOH in Inventory) of product *case*, I got 120 (QOH from
Component) of product *bottle* (which is correct).
However if I removed one product *bottle*, then my QOH in Inventory of
product *case* is 9.92 (somewhat correct) and
QOH from Component of product *bottle* is 119.04 when it should be just 119.
Resulting inventory came from the service
getMktgPackagesAvailable.


Ian Tabangay