Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for 237528: JPA Examples have compile failures after 20080617 move of classes to config package

Hi,
	The following fix for 237528 has been checked (revision 1666) in and should be reviewed.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=237528

	Description:
		A set of eclipselink.core class moves and a class rename to QueryHints in 20080617 caused several compile failures in the example projects.

	Code Review:
		Required


	Testing: OK

[EL Fine]: Connection(23376028)--SELECT ORDER_NUM, LINE_NUM, PROD_ID, QUANTITY, PRICE FROM PO_LINE_ITEM WHERE (ORDER_NUM = ?) ORDER BY LINE_NUM ASC
	bind => [ORDER-1]
WORKING COPY (post commit) ORDER: ORDER-1 :: item count:0 hashCode=17097355
[EL Finer]: client acquired
[EL Fine]: Connection(23376028)--SELECT ORDER_NUM, DESCRIP, CUST_ID FROM PO_ORDER WHERE (ORDER_NUM = ?)
	bind => [ORDER-1]
[EL Fine]: Connection(23376028)--SELECT ORDER_NUM, LINE_NUM, PROD_ID, QUANTITY, PRICE FROM PO_LINE_ITEM WHERE (ORDER_NUM = ?) ORDER BY LINE_NUM ASC
	bind => [ORDER-1]
SHARED-CACHE ORDER: ORDER-1 :: item count:0 hashCode=6059828
[EL Finer]: client released
[EL Finer]: release unit of work
[EL Finer]: client released
[EL Finer]: client acquired
[EL Fine]: Connection(23376028)--SELECT ORDER_NUM, DESCRIP, CUST_ID FROM PO_ORDER
[EL Fine]: Connection(23376028)--SELECT ORDER_NUM, LINE_NUM, PROD_ID, QUANTITY, PRICE FROM PO_LINE_ITEM WHERE (ORDER_NUM = ?) ORDER BY LINE_NUM ASC
	bind => [ORDER-1]
[EL Fine]: Connection(23376028)--SELECT ID, NAME, DESCRIP, PRICE FROM PO_PORODUCT WHERE (ID = ?)
	bind => [1]
[EL Config]: Connection(23376028)--disconnect
[EL Finer]: initialize identitymaps
[EL Info]: file:/C:/view_w34b/examples/org.eclipse.persistence.example.jpa.persist-order/classes/-persist-order logout successful
		
	thank you
	/michael


Back to the top