I am currently stuck in another project. I will get back to this later this week.
-----Original Message----- From: Ruwan Linton [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 3:43 AM To: [email protected] Subject: Re: How do I send a SMTP payload? Gary / Asankha, On 10/10/07, Ruwan Linton <[EMAIL PROTECTED]> wrote: > > Hi Gary and Asankha, > > My comments in line, > > On 10/9/07, Asankha C. Perera <[EMAIL PROTECTED]> wrote: > > > > Gary > > > The first compile with maven failed due to language level. > > > > > > > > Z:\Projects\Apache\ws\Synapse\svn\modules\core\src\main\java\org\apache\ > > > synapse\util\concurrent\SynapseThreadPool.java:[54,36] generics are > > not > > > suppor > > > ted in -source 1.4 > > > (try -source 1.5 to enable generics) > > > TimeUnit unit, BlockingQueue<Runnable> workQueue) { > > > > > Ruwan - this seems to be related to the recent update.. can you look > > into this > > > Yes Asankha, I forgot to change the source level in the pom. Committed the > change and now it should be OK. > > > Running org.apache.axis2.transport.vfs.VFSEchoRawXMLTest > > > org.apache.axis2.AxisFault : IO Error while creating response file : > > > > > file:///Z:/Projects/Apache/ws/Synapse/svn/modules/transports/target/vfs1 > > > /res/response.xml > > > > > Noted, and is a known issue with Windows file locking :-( Unfortunately > > the only option seems to be to disable VFS testing in Windows, I'm not > > sure if this is straight forward in Maven2.. but will try to look for a > > solution > > > I think this is possible with maven 2 using a profile. I will look in to > this for the time being can you skip the tests passing the - > Dmaven.test.skip=true property to maven? > I have fixed this. Now it should be OK. No need to skip tests. > The file in use error occurred 4 times. (Note: I am running on windows > > > XP) > > > > > > > > Continuing with: mvn package -Dmaven.test.skip=true to build the jars > > > worked. > > > > > > Next I tried running my test configuration, but I get errors from the > > > synapse startup: > > > > > > [main] ERROR ModuleDeployer - The synapse-1.0.mar module, which is not > > > valid, caused org.apache.synapse.core.axis2.SynapseModule > > > org.apache.axis2.deployment.DeploymentException: > > > org.apache.synapse.core.axis2.SynapseModule > > > ...Caused by: java.lang.ClassNotFoundException: > > > org.apache.synapse.core.axis2.SynapseModule > > > > > Hmm.. I haven't seen this one though.. are you using Maven 2.0.6 ? > > > This seems to be a maven issue, our build is having some issues with maven > 2.0.7. Can you try to build using the maven version 2.0.6? (At the mean > time I will try to fix the build to work in 2.0.7) > I have tested the build on maven 2.0.7 and it is working fine for me. Can you do a clean build and see whether it exists and if so check the mar file to see whether the specified class is there or not. Thanks, Ruwan Thanks, > Ruwan > > > And > > > > > > [main] DEBUG ProjectResourceBundle - > > > org.apache.axis2.i18n.resource::handleGetObject(modulenotavailble) > > > org.apache.axis2.AxisFault: The system is attempting to engage a > > module > > > that is not available: synapse-1.0 > > > > > > > > asankha > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Ruwan Linton > http://www.wso2.org - "Oxygenating the Web Services Platform" > -- Ruwan Linton http://www.wso2.org - "Oxygenating the Web Services Platform" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
