[jira] [Commented] (OFBIZ-4637) Can not create drop shipment order

2011-12-28 Thread mz4wheeler (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176926#comment-13176926
 ] 

mz4wheeler commented on OFBIZ-4637:
---

This same error occurs when attempting to purchase dropShip1 product via the 
ecommerce frontend.  

I too recently updated via SVN.

Exact same error (shown to customer):

The Following Errors Occurred:

ERROR: Could not create order (problem invoking the service: Could not commit 
transaction for service [checkCreateDropShipPurchaseOrders] call: Roll back 
error, could not commit transaction, was rolled back instead because of: 
Service [addSuggestionsToShoppingList] threw an unexpected 
exception/errorjava.lang.IllegalStateException: This object has been flagged as 
immutable (unchangeable), probably because it came from an Entity Engine cache. 
Cannot set a value in an immutable entity object. (This object has been flagged 
as immutable (unchangeable), probably because it came from an Entity Engine 
cache. Cannot set a value in an immutable entity object.))

Check out

 Can not create drop shipment order
 --

 Key: OFBIZ-4637
 URL: https://issues.apache.org/jira/browse/OFBIZ-4637
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release Branch 11.04
 Environment: My OFBiz 11.04 is updated on 26.12.2011
Reporter: Sergei Biletnikov
 Attachments: stacktrace.txt


 I have a problem when I create a drop shipment order via OFBiz order 
 management component.
 How to reproduce:
 Choose the demo customer, add dropShip1 item, finalize order by specifying 
 shipment method, payment type and ship address, click Create Order and you 
 will see:
 ERROR: Could not create order (problem invoking the service: Could not commit 
 transaction for service [checkCreateDropShipPurchaseOrders] call: Roll back 
 error, could not commit transaction, was rolled back instead because of: 
 Service [addSuggestionsToShoppingList] threw an unexpected 
 exception/errorjava.lang.IllegalStateException: This object has been flagged 
 as immutable (unchangeable), probably because it came from an Entity Engine 
 cache. Cannot set a value in an immutable entity object. (This object has 
 been flagged as immutable (unchangeable), probably because it came from an 
 Entity Engine cache. Cannot set a value in an immutable entity object.))
 The full stack trace can be found in the attachment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4637) Can not create drop shipment order

2011-12-28 Thread mz4wheeler (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176958#comment-13176958
 ] 

mz4wheeler commented on OFBIZ-4637:
---

Note that I tried to purchase dropShip1 (via ecommerce) on trunk, and it 
appeared to work.  However, it did NOT create a purchase order to 
DemoSupplier as expected.

 Can not create drop shipment order
 --

 Key: OFBIZ-4637
 URL: https://issues.apache.org/jira/browse/OFBIZ-4637
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release Branch 11.04
 Environment: My OFBiz 11.04 is updated on 26.12.2011
Reporter: Sergei Biletnikov
 Attachments: stacktrace.txt


 I have a problem when I create a drop shipment order via OFBiz order 
 management component.
 How to reproduce:
 Choose the demo customer, add dropShip1 item, finalize order by specifying 
 shipment method, payment type and ship address, click Create Order and you 
 will see:
 ERROR: Could not create order (problem invoking the service: Could not commit 
 transaction for service [checkCreateDropShipPurchaseOrders] call: Roll back 
 error, could not commit transaction, was rolled back instead because of: 
 Service [addSuggestionsToShoppingList] threw an unexpected 
 exception/errorjava.lang.IllegalStateException: This object has been flagged 
 as immutable (unchangeable), probably because it came from an Entity Engine 
 cache. Cannot set a value in an immutable entity object. (This object has 
 been flagged as immutable (unchangeable), probably because it came from an 
 Entity Engine cache. Cannot set a value in an immutable entity object.))
 The full stack trace can be found in the attachment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4637) Can not create drop shipment order

2011-12-28 Thread mz4wheeler (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13176980#comment-13176980
 ] 

mz4wheeler commented on OFBIZ-4637:
---

On my local 11.04 vendor branch, I manually backed out r144, and it 
returned back to normal:  So, something about 11.04 and this change doesn't 
agree.  I hope this can be fixed.


r144 | jleroux | 2011-12-22 06:16:15 -0800 (Thu, 22 Dec 2011) | 6 lines
Changed paths:
   M 
/ofbiz/branches/release11.04/framework/entity/src/org/ofbiz/entity/GenericEntity.java

A modified patch from Patrick Antivackis Null values are not synchronized in 
http mode https://issues.apache.org/jira/browse/OFBIZ-4602


 Can not create drop shipment order
 --

 Key: OFBIZ-4637
 URL: https://issues.apache.org/jira/browse/OFBIZ-4637
 Project: OFBiz
  Issue Type: Bug
  Components: order
Affects Versions: Release Branch 11.04
 Environment: My OFBiz 11.04 is updated on 26.12.2011
Reporter: Sergei Biletnikov
 Attachments: stacktrace.txt


 I have a problem when I create a drop shipment order via OFBiz order 
 management component.
 How to reproduce:
 Choose the demo customer, add dropShip1 item, finalize order by specifying 
 shipment method, payment type and ship address, click Create Order and you 
 will see:
 ERROR: Could not create order (problem invoking the service: Could not commit 
 transaction for service [checkCreateDropShipPurchaseOrders] call: Roll back 
 error, could not commit transaction, was rolled back instead because of: 
 Service [addSuggestionsToShoppingList] threw an unexpected 
 exception/errorjava.lang.IllegalStateException: This object has been flagged 
 as immutable (unchangeable), probably because it came from an Entity Engine 
 cache. Cannot set a value in an immutable entity object. (This object has 
 been flagged as immutable (unchangeable), probably because it came from an 
 Entity Engine cache. Cannot set a value in an immutable entity object.))
 The full stack trace can be found in the attachment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4390) Ecommerce Error Page Does Not Work

2011-12-03 Thread mz4wheeler (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13162213#comment-13162213
 ] 

mz4wheeler commented on OFBIZ-4390:
---

Thanks Jacques.  Here is what I found.  It doesn't always work, even for trunk:

http://demo-trunk.ofbiz.apache.org/ecommerce/product/ (works)
http://demo-trunk.ofbiz.apache.org/ecommerce/products/ 
(java.lang.NullPointerException)

SEO-friendly URL (with error)
http://demo-trunk.ofbiz.apache.org/ecommerce/dropship1-dropShip1-p-ERR (works)

However, if you access the products (or a Bot) using the NON-SEO friendly URL:

http://demo-trunk.ofbiz.apache.org/ecommerce/products/dropShip/dropShip1  
(NON-SEO)

NOTE:  This URL is MOST likely present in Google and other search engines.

http://demo-trunk.ofbiz.apache.org/ecommerce/products/dropShip/dropShip1-err 

Doesn't work:  Says catalog not found, but the logs show http status 200.

This is worse on 11.04, because it doesn't have the recent SEO-friendly changes 
recently made to trunk

This is still a problem for trunk, because search engines will most likely have 
the OLD URL scheme, and will still get http status 200.



 Ecommerce Error Page Does Not Work
 --

 Key: OFBIZ-4390
 URL: https://issues.apache.org/jira/browse/OFBIZ-4390
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Reporter: Sam Hamilton
Assignee: Hans Bakker
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-4390-error.txt, OFBIZ-4390.patch


 If you are using the ecommerce app and you force it to generate a 404 error 
 page it redirects back to /control/main.
 You can test the 404 error out here - 
 http://demo-trunk.ofbiz.apache.org/ecommerce/please-give-me-an-error/ 
 This default behaviour will confuse search engines as they expect to get a 
 404 error if a pages does not exist on a website. 
 As pointed out by Bilgin on the mailing list adding the following code into 
 web.xml should resolve the problem however it just generates more errors due 
 to the redirect to /control/main is in place.
 error-page
error-code404/error-code
location/error/error.jsp/location
 /error-page

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4599) Product NOTFOUND causes java.lang.NullPointerException, ugly screen, and excessive logging

2011-12-02 Thread mz4wheeler (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161487#comment-13161487
 ] 

mz4wheeler commented on OFBIZ-4599:
---

It looks like trunk and 11.04 act differently when a non-existent product is 
accessed.  Trunk shows:

404. That's an error.

The requested URL /ecommerce/dropship1-dropShip1-px was not found on this 
server. That's all we know.

11.04 shows the red rectangle with the java error.  I seem to remember a recent 
Jira related to /error which may have not been pushed to 11.04.

Even so, Product.groovy should be fixed to handle the 
java.lang.NullPointerException exception.  Less logging will occur (saves disk 
IO).


 Product NOTFOUND causes java.lang.NullPointerException, ugly screen, and 
 excessive logging
 --

 Key: OFBIZ-4599
 URL: https://issues.apache.org/jira/browse/OFBIZ-4599
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release Branch 11.04, SVN trunk
 Environment: Any
Reporter: mz4wheeler
Priority: Minor
 Attachments: OFBIZ-4599.patch


 If you manually enter a URL (or via search engine) for a non-existing 
 product, the following (annoying) long java exception is logged.
 2011-11-30 20:56:35,431 (TP-Processor3) [ModelScreen.java:401:ERROR] 
 Error rendering screen 
 [component://ecommerce/widget/CatalogScreens.xml#product]: 
 java.lang.NullPointerException: Cannot get property 'isVirtual' on null 
 object. Rolling back transaction.
 2011-11-30 20:56:35,436 (TP-Processor3) [TransactionUtil.java:349:INFO ] 
 [TransactionUtil.rollback] transaction rolled back
 2011-11-30 20:56:35,437 (TP-Processor3) [TransactionUtil.java:274:WARN ] 
 [TransactionUtil.commit] Not committing transaction, status is No Transaction 
 (6)
 2011-11-30 20:56:35,446 (TP-Processor3) [ ControlServlet.java:227:ERROR]
  exception report 
 --
 Error in request handler:
 Exception: org.ofbiz.widget.screen.ScreenRenderException
 Message: Error rendering screen 
 [component://ecommerce/widget/CatalogScreens.xml#product]: 
 java.lang.NullPointerException: Cannot get property 'isVirtual' on null 
 object (Cannot get property 'isVirtual' on null object)
  cause 
 -
 Exception: java.lang.NullPointerException
 Message: Cannot get property 'isVirtual' on null object
  stack trace 
 ---
 java.lang.NullPointerException: Cannot get property 'isVirtual' on null object
 org.codehaus.groovy.runtime.NullObject.getProperty(NullObject.java:56)
 org.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:156)
 org.codehaus.groovy.runtime.callsite.NullCallSite.getProperty(NullCallSite.java:44)
 org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:235)
 Product.run(Product.groovy:48)
  etc ... etc ... etc ...
 org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
 java.lang.Thread.run(Thread.java:662)
 
 2011-11-30 20:56:35,449 (TP-Processor3) [ ControlServlet.java:243:ERROR] 
 An error occurred, going to the errorPage: /error/error.jsp
 2011-11-30 20:56:35,450 (TP-Processor3) [ ControlServlet.java:250:ERROR] 
 Including errorPage: /error/error.jsp
 2011-11-30 20:56:37,437 (TP-Processor3) [ ControlServlet.java:324:INFO ] 
 [[[product] Request Done- total:6.14,since last([product] Request...):6.14]]
 On top of this, the following (BIG RED) error screen is shown to the user:
 :ERROR MESSAGE:
 org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen 
 [component://ecommerce/widget/CatalogScreens.xml#product]: 
 java.lang.NullPointerException: Cannot get property 'isVirtual' on null 
 object (Cannot get property 'isVirtual' on null object)
 This is caused by Product.groovy performing a search for a product (which 
 fails) and then trying to reference product.isVariant, which doesn't exist.
 After the simple patch, the store now shows the default ecommerce screen, 
 with the following message in the main ecommerce area:
 RESULT: Product not found for Product ID 1001JAPANCROS!
 Much better.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4390) Ecommerce Error Page Does Not Work

2011-12-02 Thread mz4wheeler (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161956#comment-13161956
 ] 

mz4wheeler commented on OFBIZ-4390:
---

Can this be back ported to 11.04 as well?

 Ecommerce Error Page Does Not Work
 --

 Key: OFBIZ-4390
 URL: https://issues.apache.org/jira/browse/OFBIZ-4390
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Reporter: Sam Hamilton
Assignee: Hans Bakker
Priority: Minor
 Fix For: SVN trunk

 Attachments: OFBIZ-4390-error.txt, OFBIZ-4390.patch


 If you are using the ecommerce app and you force it to generate a 404 error 
 page it redirects back to /control/main.
 You can test the 404 error out here - 
 http://demo-trunk.ofbiz.apache.org/ecommerce/please-give-me-an-error/ 
 This default behaviour will confuse search engines as they expect to get a 
 404 error if a pages does not exist on a website. 
 As pointed out by Bilgin on the mailing list adding the following code into 
 web.xml should resolve the problem however it just generates more errors due 
 to the redirect to /control/main is in place.
 error-page
error-code404/error-code
location/error/error.jsp/location
 /error-page

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4535) Search using Russian word (maybe others) causes distortion and failed product search

2011-11-12 Thread mz4wheeler (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13149177#comment-13149177
 ] 

mz4wheeler commented on OFBIZ-4535:
---

Hey Jacques.  Try posting 'игроков' into the ecommerce search of the current 
trunk.  It returns 'Ð¸Ð³Ñ Ð¾ÐºÐ¾Ð²' not found.  If you post it to the 9.04 
search, or branch 11.04, it returns 'игроков' not found.



 Search using Russian word (maybe others) causes distortion and failed product 
 search
 

 Key: OFBIZ-4535
 URL: https://issues.apache.org/jira/browse/OFBIZ-4535
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release 09.04.01, SVN trunk
 Environment: Ubuntu and others.
Reporter: mz4wheeler

 NOTE: The following post contains UTF8 characters.
 After rebuilding keywords in a UTF8 database (postgres) and searching a UTF8 
 browser (chrome), the Russian phrase is correctly present in the database, as 
 follows:
 ofbiz=# select * from product_keyword where keyword = 'игроков';
product_id| keyword | relevancy_weight (trimmed)
 -+-+-
  DVDMV-ADVANGYM  | игроков |1 
 However, when pasting 'игроков' into ecommerce Search, the following is 
 returned Not Found
 Keywords: Ð¸Ð³Ñ Ð¾ÐºÐ¾Ð², where any word matches, which distorts the search.
 This may affect other languages, which I haven't tested.
 I also tried the same search in 9.04 (demo) and trunk and it produces the 
 same issue.  This means that multi-language product search is broken in OFBiz.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4535) Search using Russian word (maybe others) causes distortion and failed product search

2011-11-10 Thread mz4wheeler (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13148274#comment-13148274
 ] 

mz4wheeler commented on OFBIZ-4535:
---

I loaded the stock 11.04 branch, and this problem does NOT occur.

 Search using Russian word (maybe others) causes distortion and failed product 
 search
 

 Key: OFBIZ-4535
 URL: https://issues.apache.org/jira/browse/OFBIZ-4535
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release 09.04.01, SVN trunk
 Environment: Ubuntu and others.
Reporter: mz4wheeler

 NOTE: The following post contains UTF8 characters.
 After rebuilding keywords in a UTF8 database (postgres) and searching a UTF8 
 browser (chrome), the Russian phrase is correctly present in the database, as 
 follows:
 ofbiz=# select * from product_keyword where keyword = 'игроков';
product_id| keyword | relevancy_weight (trimmed)
 -+-+-
  DVDMV-ADVANGYM  | игроков |1 
 However, when pasting 'игроков' into ecommerce Search, the following is 
 returned Not Found
 Keywords: Ð¸Ð³Ñ Ð¾ÐºÐ¾Ð², where any word matches, which distorts the search.
 This may affect other languages, which I haven't tested.
 I also tried the same search in 9.04 (demo) and trunk and it produces the 
 same issue.  This means that multi-language product search is broken in OFBiz.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4535) Search using Russian word (maybe others) causes distortion and failed product search

2011-11-02 Thread mz4wheeler (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13142806#comment-13142806
 ] 

mz4wheeler commented on OFBIZ-4535:
---

OK:  I discovered that this used to work with the original 9.04.  During the 
recent updates, this UTF8 search broke.

 Search using Russian word (maybe others) causes distortion and failed product 
 search
 

 Key: OFBIZ-4535
 URL: https://issues.apache.org/jira/browse/OFBIZ-4535
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release 09.04.01, SVN trunk
 Environment: Ubuntu and others.
Reporter: mz4wheeler

 NOTE: The following post contains UTF8 characters.
 After rebuilding keywords in a UTF8 database (postgres) and searching a UTF8 
 browser (chrome), the Russian phrase is correctly present in the database, as 
 follows:
 ofbiz=# select * from product_keyword where keyword = 'игроков';
product_id| keyword | relevancy_weight (trimmed)
 -+-+-
  DVDMV-ADVANGYM  | игроков |1 
 However, when pasting 'игроков' into ecommerce Search, the following is 
 returned Not Found
 Keywords: Ð¸Ð³Ñ Ð¾ÐºÐ¾Ð², where any word matches, which distorts the search.
 This may affect other languages, which I haven't tested.
 I also tried the same search in 9.04 (demo) and trunk and it produces the 
 same issue.  This means that multi-language product search is broken in OFBiz.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4535) Search using Russian word (maybe others) causes distortion and failed product search

2011-11-01 Thread mz4wheeler (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13141256#comment-13141256
 ] 

mz4wheeler commented on OFBIZ-4535:
---

Happens in other languages as well.

 Search using Russian word (maybe others) causes distortion and failed product 
 search
 

 Key: OFBIZ-4535
 URL: https://issues.apache.org/jira/browse/OFBIZ-4535
 Project: OFBiz
  Issue Type: Bug
  Components: specialpurpose/ecommerce
Affects Versions: Release 09.04.01, SVN trunk
 Environment: Ubuntu and others.
Reporter: mz4wheeler

 NOTE: The following post contains UTF8 characters.
 After rebuilding keywords in a UTF8 database (postgres) and searching a UTF8 
 browser (chrome), the Russian phrase is correctly present in the database, as 
 follows:
 ofbiz=# select * from product_keyword where keyword = 'игроков';
product_id| keyword | relevancy_weight (trimmed)
 -+-+-
  DVDMV-ADVANGYM  | игроков |1 
 However, when pasting 'игроков' into ecommerce Search, the following is 
 returned Not Found
 Keywords: Ð¸Ð³Ñ Ð¾ÐºÐ¾Ð², where any word matches, which distorts the search.
 This may affect other languages, which I haven't tested.
 I also tried the same search in 9.04 (demo) and trunk and it produces the 
 same issue.  This means that multi-language product search is broken in OFBiz.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4498) Store Facility tab is messed up in admin console

2011-10-28 Thread mz4wheeler (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13138428#comment-13138428
 ] 

mz4wheeler commented on OFBIZ-4498:
---

I think that the Facility tab could simply be removed from the Store Sun-Menu.  
9.04 doesn't have it and it really doesn't add much value.

 Store Facility tab is messed up in admin console
 

 Key: OFBIZ-4498
 URL: https://issues.apache.org/jira/browse/OFBIZ-4498
 Project: OFBiz
  Issue Type: Bug
  Components: product, specialpurpose/ecommerce
Affects Versions: Release Branch 11.04, SVN trunk
Reporter: Kiran Gawde
Priority: Minor
 Attachments: OFBIZ-4498-ProductStoreFacilities.png


 In admin console, 
 select store
 Click on facility tab.
 You will see entire admin console again. Seems like wrong decorator is used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (OFBIZ-4496) Quick complete Drop Shipment on purchase order causes many warning messages

2011-10-20 Thread mz4wheeler (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-4496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13131971#comment-13131971
 ] 

mz4wheeler commented on OFBIZ-4496:
---

I recently noticed that drop shipping is broken in trunk.  Good catch. 

 Quick complete Drop Shipment on purchase order causes many warning messages
 -

 Key: OFBIZ-4496
 URL: https://issues.apache.org/jira/browse/OFBIZ-4496
 Project: OFBiz
  Issue Type: Bug
  Components: order, specialpurpose/ecommerce
Affects Versions: Release Branch 11.04, SVN trunk
Reporter: Kiran Gawde

 Got following warnings during: Quick complete Drop Shipment on purchase 
 order
 [ServiceEcaCondition.java:156:WARN ] From Field (originFacilityId) is not 
 found in context for createShipment, defaulting to null.
 [ServiceEcaCondition.java:156:WARN ] From Field (destinationFacilityId) is 
 not found in context for createShipment, defaulting to null.
 [Log.java:117:WARN ] 
 [ShipmentServices.xml#setShipmentSettingsFromPrimaryOrder line 532] Cannot 
 find a shipping origin address for WS10123
 [Log.java:117:WARN ] 
 [ShipmentServices.xml#setShipmentSettingsFromPrimaryOrder line 554] Cannot 
 find a shipping destination phone number for WS10123
 [Log.java:117:WARN ] 
 [ShipmentServices.xml#setShipmentSettingsFromPrimaryOrder line 568] Cannot 
 find a shipping origin phone number for WS10123
 [  FieldToResult.java:77 :WARN ] Field value not found with name 
 lookedUpValue.originFacilityId in Map with name 
 [  FieldToResult.java:77 :WARN ] Field value not found with name 
 lookedUpValue.destinationFacilityId in Map with name 
 [Log.java:117:WARN ] [InvoiceServices.xml#getNextInvoiceId 
 line 35] errorPartyPerf
 [InvoiceServices.java:323:WARN ] No billing locations found for order 
 [WS10123] and none were created for Invoice [10061]
 [  FieldToResult.java:77 :WARN ] Field value not found with name 
 contactMechId in Map with name 
 [ServiceEcaCondition.java:156:WARN ] From Field (originFacilityId) is not 
 found in context for updateShipment, defaulting to null.
 [ServiceEcaCondition.java:156:WARN ] From Field (destinationFacilityId) is 
 not found in context for updateShipment, defaulting to null.
 [ServiceEcaCondition.java:156:WARN ] From Field (primaryOrderId) is not found 
 in context for updateShipment, defaulting to null.
 [TransactionUtil.java:375:WARN ] 
  exception report 
 --
 [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this 
 stack trace shows where this is happening:
 Exception: java.lang.Exception
 Message: Error in simple-method [ 
 [file:/D:/EclipseWorkspaces/Autogoza/ofbiz/applications/accounting/script/org/ofbiz/accounting/olap/FactServices.xml#loadSalesInvoiceFact]]:
  ; {Invoice with id AI14 doesn't exist.}
  stack trace 
 ---
 java.lang.Exception: Error in simple-method [ 
 [file:/D:/EclipseWorkspaces/Autogoza/ofbiz/applications/accounting/script/org/ofbiz/accounting/olap/FactServices.xml#loadSalesInvoiceFact]]:
  ; {Invoice with id AI14 doesn't exist.}
 org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:375)
 org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:317)
 org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:870)
 org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:160)
 org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:142)
 org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:78)
 org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:53)
 org.ofbiz.service.ModelServiceReader$GenericInvokerImpl.runSync(ModelServiceReader.java:761)
 _$gen.file_58$.D_58$.EclipseWorkspaces.Autogoza.ofbiz.applications.accounting.servicedef.services_95$olap_46$xml_35$loadSalesInvoiceFact.runSync(file:/D:/EclipseWorkspaces/Autogoza/ofbiz/applications/accounting/servicedef/services_olap.xml#loadSalesInvoiceFact:37)
 org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:399)
 org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:226)
 org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:163)
 org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:71)
 org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:242)
 java.lang.Thread.run(Thread.java:662)
 
 2011-10-20 12:01:00,823 (default-invoker-Thread-12) [  
 ServiceDispatcher.java:543:ERROR] Error in Service [loadSalesInvoiceFact]: 
 Invoice with id AI14 doesn't exist.
 2011-10-20