Ed Hurst-Frost/25GS/LO/UK/SCEE is out of the office.

2006-08-10 Thread Ed_Hurst-Frost

I will be out of the office starting  10/08/2006 and will not return until
11/08/2006.



**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
[EMAIL PROTECTED]

This footnote also confirms that this email message has been checked
for all known viruses.

**
Sony Computer Entertainment Europe



[jira] Resolved: (OPENJPA-8) java.util.MissingResourceException: system is missing product derivations

2006-08-10 Thread Neil Hornbeck (JIRA)
 [ http://issues.apache.org/jira/browse/OPENJPA-8?page=all ]

Neil Hornbeck resolved OPENJPA-8.
-

Resolution: Invalid

This was merely user error.  I was using the Enhancer ant task and didn't have 
my classpath specified correctly.

 java.util.MissingResourceException: system is missing product derivations
 -

 Key: OPENJPA-8
 URL: http://issues.apache.org/jira/browse/OPENJPA-8
 Project: OpenJPA
  Issue Type: Bug
 Environment: Windows 2000, using ant build.
Reporter: Neil Hornbeck
Priority: Blocker

 I am trying to run the openjpac from within ant.  I am getting the error that 
 the file META-INF/services/org.apache.openjpa.conf.ProductDerivation is 
 missing but it is right on the classpath that the Enhancer is running from.
 +++
  [openjpac] java.lang.ExceptionInInitializerError
  [openjpac] at 
 org.apache.openjpa.conf.OpenJPAConfigurationImpl.init(OpenJPAConfigurationImpl.java:516)
  [openjpac] at 
 org.apache.openjpa.conf.OpenJPAConfigurationImpl.init(OpenJPAConfigurationImpl.java:165)
  [openjpac] at 
 org.apache.openjpa.conf.OpenJPAConfigurationImpl.init(OpenJPAConfigurationImpl.java:155)
  [openjpac] at 
 org.apache.openjpa.ant.PCEnhancerTask.newConfiguration(PCEnhancerTask.java:77)
  [openjpac] at 
 org.apache.openjpa.lib.ant.AbstractTask.getConfiguration(AbstractTask.java:89)
  [openjpac] at 
 org.apache.openjpa.ant.PCEnhancerTask.executeOn(PCEnhancerTask.java:84)
  [openjpac] at 
 org.apache.openjpa.lib.ant.AbstractTask.execute(AbstractTask.java:153)
  [openjpac] at 
 org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
  [openjpac] at org.apache.tools.ant.Task.perform(Task.java:364)
  [openjpac] at org.apache.tools.ant.Target.execute(Target.java:341)
  [openjpac] at org.apache.tools.ant.Target.performTasks(Target.java:369)
  [openjpac] at 
 org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
  [openjpac] at 
 org.apache.tools.ant.Project.executeTarget(Project.java:1185)
  [openjpac] at 
 org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
  [openjpac] at 
 org.apache.tools.ant.Project.executeTargets(Project.java:1068)
  [openjpac] at org.apache.tools.ant.Main.runBuild(Main.java:668)
  [openjpac] at org.apache.tools.ant.Main.startAnt(Main.java:187)
  [openjpac] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
  [openjpac] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
  [openjpac] Caused by: java.util.MissingResourceException: Your system is 
 missing product derivations.  Product derivations provide configuration 
 options for supported da
 ta stores and specifications.  You must have a 
 META-INF/services/org.apache.openjpa.conf.ProductDerivation file in your 
 classpath listing the available derivation classes
 , and some listed class must be instantiable.  Typically this file is bundled 
 as part of the distribution.  Have you unbundled it, or unbundled its listed 
 classes?
  [openjpac] at 
 org.apache.openjpa.conf.ProductDerivations.clinit(ProductDerivations.java:53)
  [openjpac] ... 19 more

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




RE: EJB QL grammar

2006-08-10 Thread Patrick Linskey
You should open these as bugs. The JPQL parser is very new code; I
expect that we will run into a fair number of parse bugs / limitations.
(OpenJPA should pass what's in the TCK, but that's hardly complete
coverage.)

-Patrick

-- 
Patrick Linskey
BEA Systems, Inc.  

 -Original Message-
 From: David Wisneski [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, August 10, 2006 12:25 PM
 To: open-jpa-dev@incubator.apache.org
 Subject: EJB QL grammar
 
 I noticed in doing some testing with OpenJPA that the  
 OpenJPA jjt grammar
 file is not quite in sync with JPA spec.  For instance
 
select NEW    should only be valid in top level query, not
 subquery.
 
...  having max( e.salary ) ...  gives syntax error.  
 Expressions in
 having  clause should allow aggregate functions.
 
select e from Employee e  where exists ( select p from  
 in(e.projects)
  p )   is valid EJB QL but gives syntax error.
 
 I have also gotten bad sql generated if a subquery contains another
 subquery.
 
 Is anyone else aware of these or should I open up bugs.
 
___
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.


Re: no javadoc

2006-08-10 Thread Craig L Russell

Hi Bryan,

There is a placeholder for javadoc in the web site. Look at the  
site directory parallel to trunk and the file site/xdocs/ 
javadoc.xml. This will need to be updated to point to the generated  
javadoc.


And there are instructions in on how to update the site and build it,  
called HOWTO. There are instructions on building the javadoc that  
will need to be updated. The idea is that someone authorized to  
update the site builds the javadoc and copies it to the site.


If you update the instructions as to how to build the javadoc in each  
project, and update the xdocs javadoc page, and post your patch, that  
will do it.


So first thing is to file a JIRA with the description of what you're  
going to do and assign it to yourself. When you have a patch to look  
at, upload the patch and someone will review it.


Thanks for volunteering!

Craig

On Aug 10, 2006, at 2:26 PM, Patrick Linskey wrote:


+1 to volunteering.

-Patrick

--
Patrick Linskey
BEA Systems, Inc.


-Original Message-
From: Bryan Noll [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 10, 2006 1:19 PM
To: open-jpa-dev@incubator.apache.org
Subject: no javadoc

I noticed there was no javadoc on the current openjpa apache
site.  Easy
as can be using 'mvn javadoc:javadoc'... can I volunteer to
help get it
up on the site?  If not, is there someone out there that can do it?


Thanks...

__ 
_
Notice:  This email message, together with any attachments, may  
contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and   
affiliated
entities,  that may be confidential,  proprietary,  copyrighted   
and/or
legally privileged, and is intended solely for the use of the  
individual
or entity named in this message. If you are not the intended  
recipient,
and have received this message in error, please immediately return  
this

by email and then delete it.


Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:[EMAIL PROTECTED]
P.S. A good JDO? O, Gasp!



smime.p7s
Description: S/MIME cryptographic signature


[jira] Created: (OPENJPA-11) No Javadoc available on the website

2006-08-10 Thread Bryan Noll (JIRA)
No Javadoc available on the website
---

 Key: OPENJPA-11
 URL: http://issues.apache.org/jira/browse/OPENJPA-11
 Project: OpenJPA
  Issue Type: Task
  Components: docs
 Environment: a browser
Reporter: Bryan Noll


No Javadoc available on the website

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (OPENJPA-11) No Javadoc available on the website

2006-08-10 Thread Bryan Noll (JIRA)
 [ http://issues.apache.org/jira/browse/OPENJPA-11?page=all ]

Bryan Noll updated OPENJPA-11:
--

Attachment: javadoc.patch

Modifications to the following files from the 'site' directory in svn (not the 
'trunk'):

xdocs/javadoc.xml
docs/javadoc.html

This patch (and subsequent tar.gz attachments) may be more than necessary.  It 
contains updates necessary to include the javadoc for all of the following:

openjpa-jdbc-5
openjpa-jdbc
openjpa-kernel-4
openjpa-kernel-5
openjpa-kernel
openjpa-lib
openjpa-persistence
openjpa-persistence-jdbc
openjpa-xmlstore

If it is not necessary to have all of those available on the site, I can 
re-work the patch and attachments.

 No Javadoc available on the website
 ---

 Key: OPENJPA-11
 URL: http://issues.apache.org/jira/browse/OPENJPA-11
 Project: OpenJPA
  Issue Type: Task
  Components: docs
 Environment: a browser
Reporter: Bryan Noll
 Attachments: javadoc.patch


 No Javadoc available on the website

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (OPENJPA-11) No Javadoc available on the website

2006-08-10 Thread Bryan Noll (JIRA)
 [ http://issues.apache.org/jira/browse/OPENJPA-11?page=all ]

Bryan Noll updated OPENJPA-11:
--

Attachment: openjpa-javadocs.tar.gz

Extract into the 'site/docs' directory.

 No Javadoc available on the website
 ---

 Key: OPENJPA-11
 URL: http://issues.apache.org/jira/browse/OPENJPA-11
 Project: OpenJPA
  Issue Type: Task
  Components: docs
 Environment: a browser
Reporter: Bryan Noll
 Attachments: javadoc.patch, openjpa-javadocs.tar.gz


 No Javadoc available on the website

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (OPENJPA-11) No Javadoc available on the website

2006-08-10 Thread Bryan Noll (JIRA)
 [ http://issues.apache.org/jira/browse/OPENJPA-11?page=all ]

Bryan Noll updated OPENJPA-11:
--

Attachment: openjpa-javadocs-compressed.tar.gz

Extract into the 'site/docs' directory.

 No Javadoc available on the website
 ---

 Key: OPENJPA-11
 URL: http://issues.apache.org/jira/browse/OPENJPA-11
 Project: OpenJPA
  Issue Type: Task
  Components: docs
 Environment: a browser
Reporter: Bryan Noll
 Attachments: javadoc.patch, openjpa-javadocs-compressed.tar.gz, 
 openjpa-javadocs.tar.gz


 No Javadoc available on the website

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira