Hi Eric, Thanks for the feedback. See my comments inline;
On 10/18/07, Eric Nygma <[EMAIL PROTECTED]> wrote: > > Hi, > > I downloaded the synapse1.1 qa build from > http://people.apache.org/~ruwan/synapse-1.1-qa-b2/< > http://people.apache.org/%7Eruwan/synapse-1.1-qa-b2/> > > (1) Upon starting up synapse , [with log level DEBUG] , I saw the > following > (P.S. I am using Windows Vista): > > 2007-10-18 13:22:03,115 [xxxxx] [main] DEBUG SynapseConfigurationBuilder > Unable to load synapse pro > perties > java.lang.NullPointerException > at java.util.Properties$LineReader.readLine(Properties.java:365) > at java.util.Properties.load(Properties.java:293) > at > > org.apache.synapse.config.SynapseConfigurationBuilder.loadSynapseProperties > ( > SynapseConfigurationBuilder.java: > 94) > at > org.apache.synapse.config.SynapseConfigurationBuilder.getConfiguration( > SynapseConfigurationBuilder.java:77) > at > org.apache.synapse.core.axis2.SynapseInitializationModule.getConfiguration > ( > SynapseInitializationModule.java:1 > 34) > at org.apache.synapse.core.axis2.SynapseInitializationModule.init( > SynapseInitializationModule.java:84) > at > org.apache.axis2.context.ConfigurationContextFactory.initModules( > ConfigurationContextFactory.java:222) > at org.apache.axis2.context.ConfigurationContextFactory.init( > ConfigurationContextFactory.java:200) > at > > org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext > (ConfigurationContextFactory.j > ava:76) > at > > org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem > (ConfigurationCo > ntextFactory.java:180) > at org.apache.synapse.ServerManager.start(ServerManager.java:71) > at org.apache.synapse.SynapseServer.main(SynapseServer.java:48) > 2007-10-18 13:22:03,176 [xxxxx] [main] INFO SynapseInitializationModule > Deploying the Synapse serv I have mistakenly added the exception also to the log. If this property file is not found synapse will use the default parameters (so no issues) I have removed the exception stack trace from the debug log. Also I forgot to add this in to the bat and now, I have added that too. If you take a build on the trunk now things will be OK. (2)It was announced on the mailing list that synapse 1.1 has support for VFS > . I wanted to try this out. But I couldn't any samples/ or docs on how to > go > about this. I'd appreciate if some samples be uploaded to test this > feature. Asankha is the one who has written the VFS transport and lets wait till he provides a sample to test this (To be frank I don't know how it works :D) (3)I am also interested in making use of the DBQuery and DBLookup mediators. > Again, I'd be thankful for any samples and docs to test these. Indika will provide a sample for these mediators soon. Thanks, Ruwan Many thanks , > Eric. > > On 10/17/07, Ruwan Linton <[EMAIL PROTECTED]> wrote: > > > > Hi folks, > > > > I have uploaded the 2nd QA build of Synapse-1.1 release to [1] and this > > build fixes most of the issues with the QA build 1 and has some > > improvements > > to the Task configurations and to the Synapse Thread Pool. > > > > There is one Blocker open yet [2], which needs an XmlSchema release. > > (Synapse community has attached a patch for that issue in XmlScema [3] > and > > waiting for that release. So basically we can assume that is fixed.) > > > > * WS-RM is not working in this build as well, and we may not support > WS-RM > > for the 1.1 release as well, with the time constraints. > > * This build is tested on JDK 1.5 on Unix environments and hence there > can > > be issues with other environments. > > * This build does *not* contain the updated docs and samples for the > > 1.1release > > > > Please verify the fixes for the issues. > > > > [1] - http://people.apache.org/~ruwan/synapse-1.1-qa-b2/ > > [2] - https://issues.apache.org/jira/browse/SYNAPSE-146 > > [3] - https://issues.apache.org/jira/browse/WSCOMMONS-259 > > > > Thanks, > > Synapse Team > > > > -- > > Ruwan Linton > > http://www.wso2.org - "Oxygenating the Web Services Platform" > > > -- Ruwan Linton http://www.wso2.org - "Oxygenating the Web Services Platform"
