email test

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

email test

Heidi Dehaes - Olagos
Hello,

How can i test that the ofbiz  application sends email notifications?

I never sends any email. Also not with "Tell-a-friend" functionality.

regards,
Heidi
Reply | Threaded
Open this post in threaded view
|

Re: email test

Vikas Mayur-2
First read Email Server Settings in
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guideto
configure necessary settings.
ProductStoreEmailSetting is the entity where the email template location is
defined with couple of other fields. This template is send in the email.
Make sure to use a valid email address in all email notifications send by
the system.

Rest of comments inline.

On Fri, Jul 4, 2008 at 6:31 PM, Heidi Dehaes <[hidden email]> wrote:

> Hello,
>
> How can i test that the ofbiz  application sends email notifications?
>
> I never sends any email. Also not with "Tell-a-friend" functionality.



I have also not used "Tell-a-friend" functionality but if your question is
how to reach here, its pretty simple if you look into the code.
This is on the product detail page for each product.
http://demo.hotwaxmedia.com/ecommerce/control/product/~category_id=PROMOTIONS/~product_id=GZ-2644


Hope this helps !

Vikas

>
>
> regards,
> Heidi
>
Reply | Threaded
Open this post in threaded view
|

ofbiz.jar Missing Again

Jack McKinney-2
I was testing order processing of the configurable product in the demo
based on ofbiz-rel4.0-2008-06-30-v672865.zip
<http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672865.zip>
(97 MB) and encountered an error described below.  I downloaded the
latest build - ofbiz-rel4.0-2008-07-05-v674165.zip
<http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-07-05-v674165.zip>
(84 MB) but from the file size I knew that ofbiz.jar was missing again.  
Opening the zip file confirmed that it does not contain ofbiz.jar.

Looking at ofbiz-trunk-2008-07-05-v674165.zip
<http://build.hotwaxmedia.com/builds/ofbiz-trunk-2008-07-05-v674165.zip>
(108 MB) and ofbiz-trunk-2008-07-02-v673406.zip
<http://build.hotwaxmedia.com/builds/ofbiz-trunk-2008-07-02-v673406.zip>
(120 MB) and recent mail list comments suggests that trunk has the same
issue.

The last clean nightly build (relative to including ofbiz.jar) was on
June 18 when rel4.0 last was 97 MB.  This was updated on June 30 based
on my last email.  I expect something was changed in the nightly build
process on 6/18 since the only complete builds are from that date and in
response to mail list notes. *

Note*:  For this effort, I am an end user.  I am working to create a web
site for a startup business that I am building with my brother.  We
selected ofbiz for the included warehouse and accounting functions in
support of the web store.


OK.  Now for my error.

I created an order for the configurable PC that included a ship to and a
bill to address for my party.  I have defined a credit card for testing
Visa 4111 1111 1111 1111. I got the following error message.  I checked
using webtools and the order and order items were created.

I created a new order for 1 round Gizmo and checked out with shipping =
bill to address.  This order generates the same error.  Next, I redid
checkout for this order but marked to "Mail check" and it processed
normally.  The issue appears to be related to using the credit card.

Does anyone recognize this error?  Is it something I can fix in data or
does it need code to correct?  Is credit card testing still supported?

The Following Errors Occurred:

Error in authOrderPayments service:
org.ofbiz.service.GenericServiceException: Could not commit transaction
for service [authOrderPayments] call: Roll back error, could not commit
transaction, was rolled back instead because of: Service
[processAuthResult] threw an unexpected
exception/errororg.ofbiz.service.GenericServiceException: Service target
threw an unexpected exception ([GenericEntity.set] "track2" is not a
field of OrderPaymentPreference, must be one of:
orderPaymentPreferenceId, orderId, orderItemSeqId,
productPricePurposeId, paymentMethodTypeId, paymentMethodId,
finAccountId, securityCode, presentFlag, overflowFlag, maxAmount,
processAttempt, billingPostalCode, manualAuthCode, manualRefNum,
statusId, needsNsfRetry, createdDate, createdByUserLogin,
lastUpdatedStamp, lastUpdatedTxStamp, createdStamp, createdTxStamp)
(Service target threw an unexpected exception ([GenericEntity.set]
"track2" is not a field of OrderPaymentPreference, must be one of:
orderPaymentPreferenceId, orderId, orderItemSeqId,
productPricePurposeId, paymentMethodTypeId, paymentMethodId,
finAccountId, securityCode, presentFlag, overflowFlag, maxAmount,
processAttempt, billingPostalCode, manualAuthCode, manualRefNum,
statusId, needsNsfRetry, createdDate, createdByUserLogin,
lastUpdatedStamp, lastUpdatedTxStamp, createdStamp, createdTxStamp))
(Could not commit transaction for service [authOrderPayments] call: Roll
back error, could not commit transaction, was rolled back instead
because of: Service [processAuthResult] threw an unexpected
exception/errororg.ofbiz.service.GenericServiceException: Service target
threw an unexpected exception ([GenericEntity.set] "track2" is not a
field of OrderPaymentPreference, must be one of:
orderPaymentPreferenceId, orderId, orderItemSeqId,
productPricePurposeId, paymentMethodTypeId, paymentMethodId,
finAccountId, securityCode, presentFlag, overflowFlag, maxAmount,
processAttempt, billingPostalCode, manualAuthCode, manualRefNum,
statusId, needsNsfRetry, createdDate, createdByUserLogin,
lastUpdatedStamp, lastUpdatedTxStamp, createdStamp, createdTxStamp)
(Service target threw an unexpected exception ([GenericEntity.set]
"track2" is not a field of OrderPaymentPreference, must be one of:
orderPaymentPreferenceId, orderId, orderItemSeqId,
productPricePurposeId, paymentMethodTypeId, paymentMethodId,
finAccountId, securityCode, presentFlag, overflowFlag, maxAmount,
processAttempt, billingPostalCode, manualAuthCode, manualRefNum,
statusId, needsNsfRetry, createdDate, createdByUserLogin,
lastUpdatedStamp, lastUpdatedTxStamp, createdStamp, createdTxStamp)))

Final Checkout Review


--
Jack D. McKinney
Walnut Glenn Systems
5001 Jennie Kate Lane
Lexington, KY 40510
Phone: 859.233.4299
Cell:    859.433.4299

Reply | Threaded
Open this post in threaded view
|

Re: ofbiz.jar Missing Again

Jacques Le Roux
Administrator
Thanks Jack

Yes, from size it seems that it's wrong for both. Could yoy please open a Jira issue for your error below. You have just to create a
profile if you have not one yet, simply follow
http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices#OFBizContributorsBestPractices-HowtoContributetoOFBiz

Jacques

From: "Jack McKinney" <[hidden email]>

>I was testing order processing of the configurable product in the demo based on ofbiz-rel4.0-2008-06-30-v672865.zip
><http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672865.zip> (97 MB) and encountered an error described below.  I
>downloaded the latest build - ofbiz-rel4.0-2008-07-05-v674165.zip
><http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-07-05-v674165.zip> (84 MB) but from the file size I knew that ofbiz.jar
>was missing again.  Opening the zip file confirmed that it does not contain ofbiz.jar.
>
> Looking at ofbiz-trunk-2008-07-05-v674165.zip <http://build.hotwaxmedia.com/builds/ofbiz-trunk-2008-07-05-v674165.zip> (108 MB)
> and ofbiz-trunk-2008-07-02-v673406.zip <http://build.hotwaxmedia.com/builds/ofbiz-trunk-2008-07-02-v673406.zip> (120 MB) and
> recent mail list comments suggests that trunk has the same issue.
>
> The last clean nightly build (relative to including ofbiz.jar) was on June 18 when rel4.0 last was 97 MB.  This was updated on
> June 30 based on my last email.  I expect something was changed in the nightly build process on 6/18 since the only complete
> builds are from that date and in response to mail list notes. *
>
> Note*:  For this effort, I am an end user.  I am working to create a web site for a startup business that I am building with my
> brother.  We selected ofbiz for the included warehouse and accounting functions in support of the web store.
>
>
> OK.  Now for my error.
> I created an order for the configurable PC that included a ship to and a bill to address for my party.  I have defined a credit
> card for testing Visa 4111 1111 1111 1111. I got the following error message.  I checked using webtools and the order and order
> items were created.
>
> I created a new order for 1 round Gizmo and checked out with shipping = bill to address.  This order generates the same error.
> Next, I redid checkout for this order but marked to "Mail check" and it processed normally.  The issue appears to be related to
> using the credit card.
>
> Does anyone recognize this error?  Is it something I can fix in data or does it need code to correct?  Is credit card testing
> still supported?
>
> The Following Errors Occurred:
>
> Error in authOrderPayments service: org.ofbiz.service.GenericServiceException: Could not commit transaction for service
> [authOrderPayments] call: Roll back error, could not commit transaction, was rolled back instead because of: Service
> [processAuthResult] threw an unexpected exception/errororg.ofbiz.service.GenericServiceException: Service target threw an
> unexpected exception ([GenericEntity.set] "track2" is not a field of OrderPaymentPreference, must be one of:
> orderPaymentPreferenceId, orderId, orderItemSeqId, productPricePurposeId, paymentMethodTypeId, paymentMethodId, finAccountId,
> securityCode, presentFlag, overflowFlag, maxAmount, processAttempt, billingPostalCode, manualAuthCode, manualRefNum, statusId,
> needsNsfRetry, createdDate, createdByUserLogin, lastUpdatedStamp, lastUpdatedTxStamp, createdStamp, createdTxStamp) (Service
> target threw an unexpected exception ([GenericEntity.set] "track2" is not a field of OrderPaymentPreference, must be one of:
> orderPaymentPreferenceId, orderId, orderItemSeqId, productPricePurposeId, paymentMethodTypeId, paymentMethodId, finAccountId,
> securityCode, presentFlag, overflowFlag, maxAmount, processAttempt, billingPostalCode, manualAuthCode, manualRefNum, statusId,
> needsNsfRetry, createdDate, createdByUserLogin, lastUpdatedStamp, lastUpdatedTxStamp, createdStamp, createdTxStamp)) (Could not
> commit transaction for service [authOrderPayments] call: Roll back error, could not commit transaction, was rolled back instead
> because of: Service [processAuthResult] threw an unexpected exception/errororg.ofbiz.service.GenericServiceException: Service
> target threw an unexpected exception ([GenericEntity.set] "track2" is not a field of OrderPaymentPreference, must be one of:
> orderPaymentPreferenceId, orderId, orderItemSeqId, productPricePurposeId, paymentMethodTypeId, paymentMethodId, finAccountId,
> securityCode, presentFlag, overflowFlag, maxAmount, processAttempt, billingPostalCode, manualAuthCode, manualRefNum, statusId,
> needsNsfRetry, createdDate, createdByUserLogin, lastUpdatedStamp, lastUpdatedTxStamp, createdStamp, createdTxStamp) (Service
> target threw an unexpected exception ([GenericEntity.set] "track2" is not a field of OrderPaymentPreference, must be one of:
> orderPaymentPreferenceId, orderId, orderItemSeqId, productPricePurposeId, paymentMethodTypeId, paymentMethodId, finAccountId,
> securityCode, presentFlag, overflowFlag, maxAmount, processAttempt, billingPostalCode, manualAuthCode, manualRefNum, statusId,
> needsNsfRetry, createdDate, createdByUserLogin, lastUpdatedStamp, lastUpdatedTxStamp, createdStamp, createdTxStamp)))
>
> Final Checkout Review
>
>
> --
> Jack D. McKinney
> Walnut Glenn Systems
> 5001 Jennie Kate Lane
> Lexington, KY 40510
> Phone: 859.233.4299 Cell:    859.433.4299
>

Reply | Threaded
Open this post in threaded view
|

Re: ofbiz.jar Missing Again

Tim Ruppert
Thanks - I'll take a look at this in parallel.

Cheers,
Tim
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595


On Jul 5, 2008, at 2:24 PM, Jacques Le Roux wrote:

> Thanks Jack
>
> Yes, from size it seems that it's wrong for both. Could yoy please  
> open a Jira issue for your error below. You have just to create a  
> profile if you have not one yet, simply follow
> http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices#OFBizContributorsBestPractices-HowtoContributetoOFBiz
>
> Jacques
>
> From: "Jack McKinney" <[hidden email]>
>> I was testing order processing of the configurable product in the  
>> demo based on ofbiz-rel4.0-2008-06-30-v672865.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672865.zip 
>> > (97 MB) and encountered an error described below.  I downloaded  
>> the latest build - ofbiz-rel4.0-2008-07-05-v674165.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-07-05-v674165.zip 
>> > (84 MB) but from the file size I knew that ofbiz.jar was missing  
>> again.  Opening the zip file confirmed that it does not contain  
>> ofbiz.jar.
>>
>> Looking at ofbiz-trunk-2008-07-05-v674165.zip <http://build.hotwaxmedia.com/builds/ofbiz-trunk-2008-07-05-v674165.zip 
>> > (108 MB) and ofbiz-trunk-2008-07-02-v673406.zip <http://build.hotwaxmedia.com/builds/ofbiz-trunk-2008-07-02-v673406.zip 
>> > (120 MB) and recent mail list comments suggests that trunk has  
>> the same issue.
>>
>> The last clean nightly build (relative to including ofbiz.jar) was  
>> on June 18 when rel4.0 last was 97 MB.  This was updated on June 30  
>> based on my last email.  I expect something was changed in the  
>> nightly build process on 6/18 since the only complete builds are  
>> from that date and in response to mail list notes. *
>>
>> Note*:  For this effort, I am an end user.  I am working to create  
>> a web site for a startup business that I am building with my  
>> brother.  We selected ofbiz for the included warehouse and  
>> accounting functions in support of the web store.
>>
>>
>> OK.  Now for my error.
>> I created an order for the configurable PC that included a ship to  
>> and a bill to address for my party.  I have defined a credit card  
>> for testing Visa 4111 1111 1111 1111. I got the following error  
>> message.  I checked using webtools and the order and order items  
>> were created.
>>
>> I created a new order for 1 round Gizmo and checked out with  
>> shipping = bill to address.  This order generates the same error.  
>> Next, I redid checkout for this order but marked to "Mail check"  
>> and it processed normally.  The issue appears to be related to  
>> using the credit card.
>>
>> Does anyone recognize this error?  Is it something I can fix in  
>> data or does it need code to correct?  Is credit card testing still  
>> supported?
>>
>> The Following Errors Occurred:
>>
>> Error in authOrderPayments service:  
>> org.ofbiz.service.GenericServiceException: Could not commit  
>> transaction for service [authOrderPayments] call: Roll back error,  
>> could not commit transaction, was rolled back instead because of:  
>> Service [processAuthResult] threw an unexpected exception/
>> errororg.ofbiz.service.GenericServiceException: Service target  
>> threw an unexpected exception ([GenericEntity.set] "track2" is not  
>> a field of OrderPaymentPreference, must be one of:  
>> orderPaymentPreferenceId, orderId, orderItemSeqId,  
>> productPricePurposeId, paymentMethodTypeId, paymentMethodId,  
>> finAccountId, securityCode, presentFlag, overflowFlag, maxAmount,  
>> processAttempt, billingPostalCode, manualAuthCode, manualRefNum,  
>> statusId, needsNsfRetry, createdDate, createdByUserLogin,  
>> lastUpdatedStamp, lastUpdatedTxStamp, createdStamp, createdTxStamp)  
>> (Service target threw an unexpected exception ([GenericEntity.set]  
>> "track2" is not a field of OrderPaymentPreference, must be one of:  
>> orderPaymentPreferenceId, orderId, orderItemSeqId,  
>> productPricePurposeId, paymentMethodTypeId, paymentMethodId,  
>> finAccountId, securityCode, presentFlag, overflowFlag, maxAmount,  
>> processAttempt, billingPostalCode, manualAuthCode, manualRefNum,  
>> statusId, needsNsfRetry, createdDate, createdByUserLogin,  
>> lastUpdatedStamp, lastUpdatedTxStamp, createdStamp,  
>> createdTxStamp)) (Could not commit transaction for service  
>> [authOrderPayments] call: Roll back error, could not commit  
>> transaction, was rolled back instead because of: Service  
>> [processAuthResult] threw an unexpected exception/
>> errororg.ofbiz.service.GenericServiceException: Service target  
>> threw an unexpected exception ([GenericEntity.set] "track2" is not  
>> a field of OrderPaymentPreference, must be one of:  
>> orderPaymentPreferenceId, orderId, orderItemSeqId,  
>> productPricePurposeId, paymentMethodTypeId, paymentMethodId,  
>> finAccountId, securityCode, presentFlag, overflowFlag, maxAmount,  
>> processAttempt, billingPostalCode, manualAuthCode, manualRefNum,  
>> statusId, needsNsfRetry, createdDate, createdByUserLogin,  
>> lastUpdatedStamp, lastUpdatedTxStamp, createdStamp, createdTxStamp)  
>> (Service target threw an unexpected exception ([GenericEntity.set]  
>> "track2" is not a field of OrderPaymentPreference, must be one of:  
>> orderPaymentPreferenceId, orderId, orderItemSeqId,  
>> productPricePurposeId, paymentMethodTypeId, paymentMethodId,  
>> finAccountId, securityCode, presentFlag, overflowFlag, maxAmount,  
>> processAttempt, billingPostalCode, manualAuthCode, manualRefNum,  
>> statusId, needsNsfRetry, createdDate, createdByUserLogin,  
>> lastUpdatedStamp, lastUpdatedTxStamp, createdStamp, createdTxStamp)))
>>
>> Final Checkout Review
>>
>>
>> --
>> Jack D. McKinney
>> Walnut Glenn Systems
>> 5001 Jennie Kate Lane
>> Lexington, KY 40510
>> Phone: 859.233.4299 Cell:    859.433.4299
>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: ofbiz.jar Missing Again

Tim Ruppert
This has been fixed - thanks again for the report.

Cheers,
Tim
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595


On Jul 5, 2008, at 6:16 PM, Tim Ruppert wrote:

> Thanks - I'll take a look at this in parallel.
>
> Cheers,
> Tim
> --
> Tim Ruppert
> HotWax Media
> http://www.hotwaxmedia.com
>
> o:801.649.6594
> f:801.649.6595
>
>
> On Jul 5, 2008, at 2:24 PM, Jacques Le Roux wrote:
>
>> Thanks Jack
>>
>> Yes, from size it seems that it's wrong for both. Could yoy please  
>> open a Jira issue for your error below. You have just to create a  
>> profile if you have not one yet, simply follow
>> http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices#OFBizContributorsBestPractices-HowtoContributetoOFBiz
>>
>> Jacques
>>
>> From: "Jack McKinney" <[hidden email]>
>>> I was testing order processing of the configurable product in the  
>>> demo based on ofbiz-rel4.0-2008-06-30-v672865.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-06-30-v672865.zip 
>>> > (97 MB) and encountered an error described below.  I downloaded  
>>> the latest build - ofbiz-rel4.0-2008-07-05-v674165.zip <http://build.hotwaxmedia.com/builds40/ofbiz-rel4.0-2008-07-05-v674165.zip 
>>> > (84 MB) but from the file size I knew that ofbiz.jar was missing  
>>> again.  Opening the zip file confirmed that it does not contain  
>>> ofbiz.jar.
>>>
>>> Looking at ofbiz-trunk-2008-07-05-v674165.zip <http://build.hotwaxmedia.com/builds/ofbiz-trunk-2008-07-05-v674165.zip 
>>> > (108 MB) and ofbiz-trunk-2008-07-02-v673406.zip <http://build.hotwaxmedia.com/builds/ofbiz-trunk-2008-07-02-v673406.zip 
>>> > (120 MB) and recent mail list comments suggests that trunk has  
>>> the same issue.
>>>
>>> The last clean nightly build (relative to including ofbiz.jar) was  
>>> on June 18 when rel4.0 last was 97 MB.  This was updated on June  
>>> 30 based on my last email.  I expect something was changed in the  
>>> nightly build process on 6/18 since the only complete builds are  
>>> from that date and in response to mail list notes. *
>>>
>>> Note*:  For this effort, I am an end user.  I am working to create  
>>> a web site for a startup business that I am building with my  
>>> brother.  We selected ofbiz for the included warehouse and  
>>> accounting functions in support of the web store.
>>>
>>>
>>> OK.  Now for my error.
>>> I created an order for the configurable PC that included a ship to  
>>> and a bill to address for my party.  I have defined a credit card  
>>> for testing Visa 4111 1111 1111 1111. I got the following error  
>>> message.  I checked using webtools and the order and order items  
>>> were created.
>>>
>>> I created a new order for 1 round Gizmo and checked out with  
>>> shipping = bill to address.  This order generates the same error.  
>>> Next, I redid checkout for this order but marked to "Mail check"  
>>> and it processed normally.  The issue appears to be related to  
>>> using the credit card.
>>>
>>> Does anyone recognize this error?  Is it something I can fix in  
>>> data or does it need code to correct?  Is credit card testing  
>>> still supported?
>>>
>>> The Following Errors Occurred:
>>>
>>> Error in authOrderPayments service:  
>>> org.ofbiz.service.GenericServiceException: Could not commit  
>>> transaction for service [authOrderPayments] call: Roll back error,  
>>> could not commit transaction, was rolled back instead because of:  
>>> Service [processAuthResult] threw an unexpected exception/
>>> errororg.ofbiz.service.GenericServiceException: Service target  
>>> threw an unexpected exception ([GenericEntity.set] "track2" is not  
>>> a field of OrderPaymentPreference, must be one of:  
>>> orderPaymentPreferenceId, orderId, orderItemSeqId,  
>>> productPricePurposeId, paymentMethodTypeId, paymentMethodId,  
>>> finAccountId, securityCode, presentFlag, overflowFlag, maxAmount,  
>>> processAttempt, billingPostalCode, manualAuthCode, manualRefNum,  
>>> statusId, needsNsfRetry, createdDate, createdByUserLogin,  
>>> lastUpdatedStamp, lastUpdatedTxStamp, createdStamp,  
>>> createdTxStamp) (Service target threw an unexpected exception  
>>> ([GenericEntity.set] "track2" is not a field of  
>>> OrderPaymentPreference, must be one of: orderPaymentPreferenceId,  
>>> orderId, orderItemSeqId, productPricePurposeId,  
>>> paymentMethodTypeId, paymentMethodId, finAccountId, securityCode,  
>>> presentFlag, overflowFlag, maxAmount, processAttempt,  
>>> billingPostalCode, manualAuthCode, manualRefNum, statusId,  
>>> needsNsfRetry, createdDate, createdByUserLogin, lastUpdatedStamp,  
>>> lastUpdatedTxStamp, createdStamp, createdTxStamp)) (Could not  
>>> commit transaction for service [authOrderPayments] call: Roll back  
>>> error, could not commit transaction, was rolled back instead  
>>> because of: Service [processAuthResult] threw an unexpected  
>>> exception/errororg.ofbiz.service.GenericServiceException: Service  
>>> target threw an unexpected exception ([GenericEntity.set] "track2"  
>>> is not a field of OrderPaymentPreference, must be one of:  
>>> orderPaymentPreferenceId, orderId, orderItemSeqId,  
>>> productPricePurposeId, paymentMethodTypeId, paymentMethodId,  
>>> finAccountId, securityCode, presentFlag, overflowFlag, maxAmount,  
>>> processAttempt, billingPostalCode, manualAuthCode, manualRefNum,  
>>> statusId, needsNsfRetry, createdDate, createdByUserLogin,  
>>> lastUpdatedStamp, lastUpdatedTxStamp, createdStamp,  
>>> createdTxStamp) (Service target threw an unexpected exception  
>>> ([GenericEntity.set] "track2" is not a field of  
>>> OrderPaymentPreference, must be one of: orderPaymentPreferenceId,  
>>> orderId, orderItemSeqId, productPricePurposeId,  
>>> paymentMethodTypeId, paymentMethodId, finAccountId, securityCode,  
>>> presentFlag, overflowFlag, maxAmount, processAttempt,  
>>> billingPostalCode, manualAuthCode, manualRefNum, statusId,  
>>> needsNsfRetry, createdDate, createdByUserLogin, lastUpdatedStamp,  
>>> lastUpdatedTxStamp, createdStamp, createdTxStamp)))
>>>
>>> Final Checkout Review
>>>
>>>
>>> --
>>> Jack D. McKinney
>>> Walnut Glenn Systems
>>> 5001 Jennie Kate Lane
>>> Lexington, KY 40510
>>> Phone: 859.233.4299 Cell:    859.433.4299
>>
>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: email test

Heidi Dehaes - Olagos
In reply to this post by Vikas Mayur-2
But what action have i to do that the template email is started to send away?

Heidi

2008/7/5, Vikas Mayur <[hidden email]>:

> First read Email Server Settings in
> http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guideto
> configure necessary settings.
> ProductStoreEmailSetting is the entity where the email template location is
> defined with couple of other fields. This template is send in the email.
> Make sure to use a valid email address in all email notifications send by
> the system.
>
> Rest of comments inline.
>
> On Fri, Jul 4, 2008 at 6:31 PM, Heidi Dehaes <[hidden email]> wrote:
>
> > Hello,
> >
> > How can i test that the ofbiz  application sends email notifications?
> >
> > I never sends any email. Also not with "Tell-a-friend" functionality.
>
>
>
> I have also not used "Tell-a-friend" functionality but if your question is
> how to reach here, its pretty simple if you look into the code.
> This is on the product detail page for each product.
> http://demo.hotwaxmedia.com/ecommerce/control/product/~category_id=PROMOTIONS/~product_id=GZ-2644
>
>
> Hope this helps !
>
> Vikas
>
> >
> >
> > regards,
> > Heidi
> >
>