Re: Exporting website from CWIKI

2012-11-15 Thread Kevin Sutter
Tables are ugly in this markdown syntax. The initial conversion to mdtext did a partial job, but every table definition needs massaging. For an example, look at the documentation.mdtext page that I just committed. I did this one by hand (and some find/replace macros). But, we need some type of

Re: Exporting website from CWIKI

2012-11-15 Thread Kevin Sutter
Okay, now that I am hearing a couple more success stories, it's time to divvy up the work. Since some of the pages take more time than others, I don't want people to be wasting time on a page that is already "checked out". So, I created a simple text file: https://svn.apache.org/repos/asf/openjpa

Re: Exporting website from CWIKI

2012-11-15 Thread Kevin Sutter
YooHoo! finally had success! Here's what I did... I went with an Ubuntu vm image ( http://www.trendsigma.net/vmware/ubuntu1010t.html, there are others, but this is the one I worked with). I installed the Python packages. First, the setuptools and then the three packages: easy_install Pygments

[jira] [Commented] (OPENJPA-1805) Error when persisting deep object graph

2012-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/OPENJPA-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498135#comment-13498135 ] Rade Martinović commented on OPENJPA-1805: -- Since the time I have made this iss

[jira] [Closed] (OPENJPA-1805) Error when persisting deep object graph

2012-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/OPENJPA-1805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rade Martinović closed OPENJPA-1805. Resolution: Cannot Reproduce > Error when persisting deep object graph >

[jira] [Commented] (OPENJPA-273) Native functions in JPQL; functions available in more clauses

2012-11-15 Thread JIRA
[ https://issues.apache.org/jira/browse/OPENJPA-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13498113#comment-13498113 ] Rade Martinović commented on OPENJPA-273: - Are there plans to revisit this featur

Re: Exporting website from CWIKI

2012-11-15 Thread Albert Lee
Mike, Thanks for all the help. Will give it another try. Albert. On Wed, Nov 14, 2012 at 8:41 PM, Michael Dick wrote: > Sorry I can't reply much during the work day I'll try answer everything. > > > On Wed, Nov 14, 2012 at 4:45 PM, Kevin Sutter wrote: > > > Okay, I think I'm giving up on the W

[jira] [Commented] (OPENJPA-2296) N+1 select problems when eager fetching OneToOne and ManyToOne fields

2012-11-15 Thread Vermeulen (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497971#comment-13497971 ] Vermeulen commented on OPENJPA-2296: I also tested the simple Order - Customer examp

[jira] [Commented] (OPENJPA-2296) N+1 select problems when eager fetching OneToOne and ManyToOne fields

2012-11-15 Thread Vermeulen (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497953#comment-13497953 ] Vermeulen commented on OPENJPA-2296: Perhaps the problem with bidirectional can be s

[jira] [Updated] (OPENJPA-2296) N+1 select problems when eager fetching OneToOne and ManyToOne fields

2012-11-15 Thread Vermeulen (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vermeulen updated OPENJPA-2296: --- Description: EDIT: - an N+1 select problem also always occurs when eagerly fetching a ManyToOne

[jira] [Updated] (OPENJPA-2296) N+1 select problems when eager fetching OneToOne and ManyToOne fields

2012-11-15 Thread Vermeulen (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vermeulen updated OPENJPA-2296: --- Attachment: OPENJPA-2296-tests.zip Fixed an error in ManyBToOneA test. Added an Order ManyToOne Cu

[jira] [Updated] (OPENJPA-2296) N+1 select problems when eager fetching OneToOne and ManyToOne fields

2012-11-15 Thread Vermeulen (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vermeulen updated OPENJPA-2296: --- Attachment: (was: OPENJPA-2296-tests.zip) > N+1 select problems when eager fetching OneToOn