On 7/2/07, ant elder <[EMAIL PROTECTED]> wrote:



On 7/1/07, Luciano Resende <[EMAIL PROTECTED]> wrote:
>
> Please vote to release the beta1 distribution of Tuscany DAS for Java.
>
> The Release Candidate RC1 for Tuscany Java DAS beta1 is available at
>
>    
http://people.apache.org/~lresende/tuscany/das-beta1-rc1/<http://people.apache.org/%7Elresende/tuscany/das-beta1-rc1/>
>
> Release Notes are available at
>
>
> 
https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/das/1.0-incubating-beta1-rc1/distribution/binary/RELEASE_NOTES
>
> The maven repository artifacts are posted in a staging repository and
> is available at
>
>    
http://people.apache.org/~lresende/tuscany/das-beta1-rc1/maven/<http://people.apache.org/%7Elresende/tuscany/das-beta1-rc1/maven/>
>
> The release audit tool (rat) results are available at
>
>
> 
http://people.apache.org/~lresende/tuscany/das-beta1-rc1/das-beta1-rc1-rat.log<http://people.apache.org/%7Elresende/tuscany/das-beta1-rc1/das-beta1-rc1-rat.log>
>
> The tag for the source code is at
>
>
> 
https://svn.apache.org/repos/asf/incubator/tuscany/tags/java/das/1.0-incubating-beta1-rc1/
>
> Seems OK to me, here is my +1


Looks ok so +1 from me.

The few issues I found are below, none of them are blocking problems (it
maybe worth while fixing the sample issues anyway)  but if the release is
respun for some reason it would be good to fix some of these:

   ...ant

- The distributions downloads unzip into a folder of the same name

- A sentence or two at the top of the release notes saying what DAS is
would be good

- The NOTICE file still includes the incubator disclaimer even though
there's now a separate disclaimer file (I've fixed that in trunk)

- Does there really need to be a BUILDING file in the bin distro? Maybe
instead an INSTALL file that says how DAS could be used (the dependencies
and config file etc)?

- Could the last two remaining RAT warnings be fixed - what license is the
JSTL stuff?

- Could have a top level sample overview readme in the samples dir saying
what each of the samples does

- The derby-10.1.2.1.jar is included in samples\customer but the readme
for samples\companyweb says to go download it

- The dastest sample dbs isn't included in the binary distro so have to
build from src distro and copy form there to test the samples in the bin
distro

- the customer sample readme doesn't actually say how to run or use the
sample

- I can't get the ajax sample to work, fails with the error below. I have
setup tomcat as described in the readme, looking in the tomcat databases
folder the ajaxdastest does not exist so wasn't ever created yet:

java.lang.NullPointerException at
org.apache.tuscany.das.rdb.dbconfig.DBHelper.dropDatabaseTables(
DBHelper.java:185)
        at
org.apache.tuscany.das.rdb.dbconfig.DBInitializer.initializeDatabase(
DBInitializer.java :128)
        at
org.apache.tuscany.das.rdb.dbconfig.DBInitializer.refreshDatabaseData(
DBInitializer.java:152)
        at org.apache.tuscany.samples.web.CommandServlet.refreshDB(
CommandServlet.java:51)
        at org.apache.tuscany.samples.web.CommandServlet.init(
CommandServlet.java:60)
        at org.apache.catalina.core.StandardWrapper.loadServlet(
StandardWrapper.java:1161)
        at org.apache.catalina.core.StandardWrapper.allocate (
StandardWrapper.java:806)
        at org.apache.catalina.core.StandardWrapperValve.invoke(
StandardWrapperValve.java:133)
        at org.apache.catalina.core.StandardContextValve.invoke(
StandardContextValve.java:175)
        at org.apache.catalina.core.StandardHostValve.invoke(
StandardHostValve.java:128)
        at org.apache.catalina.valves.ErrorReportValve.invoke(
ErrorReportValve.java:104)
        at org.apache.catalina.core.StandardEngineValve.invoke (
StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(
CoyoteAdapter.java:216)
        at org.apache.coyote.http11.Http11Processor.process(
Http11Processor.java:844)
        at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(
Http11Protocol.java:634)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(
JIoEndpoint.java:445)
        at java.lang.Thread.run(Thread.java :595)


Chatted with Luciano, the ajax sample issue was a problem in my tomcat
config and the sample works fine now.

  ...ant

Reply via email to