You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kandula-dev@ws.apache.org by Jack Wang <pi...@yahoo.com> on 2006/01/22 02:32:23 UTC

Re: Re: When will kandula be released ?

Hi,
  I get kandula-1 from svn respostory by RapidSVN, and also install maven 1.0,
  but when I compile the kandula-1 src, it reports following error message.Also when I compile it in eclipse with all the jars installed by maven, It can not find the package "org.apache.kandula.wscoor.*" ,  I am a newbie in maven and kandula. What's wrong ? Thanks.
  ___________________________________
  D:\miscsoft\kandula\kandula-1>maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
  ???????????????? wsdl4j-1.5-SNAPSHOT.jar????????
???????????????? addressing-SNAPSHOT.jar????????
build:start:
  java:prepare-filesystem:
  java:compile:
    [java] java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory
    [java]      at org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:45)
    [java]      at org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45)
    [java]      at java.security.AccessController.doPrivileged(Native Method)
    [java]      at org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:41)
    [java]      at org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java:33)
    [java]      at org.apache.axis.i18n.ProjectResourceBundle.<clinit>(ProjectResourceBundle.java:53)
    [java]      at org.apache.axis.i18n.MessagesConstants.<clinit>(MessagesConstants.java:32)
    [java]      at org.apache.axis.utils.Messages.<clinit>(Messages.java:36)
    [java]      at org.apache.axis.wsdl.WSDL2Java.<clinit>(WSDL2Java.java:112)
    [java] Exception in thread "main"
BUILD FAILED
File...... D:\miscsoft\kandula\kandula-1\maven.xml
Element... java
Line...... 24
Column.... 37
Java returned: 1
Total time: 22 seconds
Finished at: Sun Jan 22 09:23:14 CST 2006
  D:\miscsoft\kandula\kandula-1>
   
  

Thilina Gunarathne <cs...@gmail.com> 写道:
      Hi,
  Currently I'm having my college exams and bit out of the Kandula Project. There were some major changes happened lately. 
 
  http://svn.apache.org/repos/asf/webservices/kandula/branches/Kandula_1/README.1st
  This describes the procedure to follow for the latest code. 
   
  Kandula1 will be running on Axis1.x and I'm sure it can support any simple project. 
   
  Best place to ask this kind of questions is the mailing list. There you can expect much up to date answers...
  http://ws.apache.org/kandula/mail-lists.html
   
  Thanks,
  ~Thilina
   
   
  On 1/19/06, Jack Wang <pi...@yahoo.com> wrote:     Thilina 
   
  I  download Kandula_1 branch, it needs some dependend package, so I 
  can not compile it . Please ask where can I find all dependend jars? Is 
  Kandula_1 branch now suitable to run in any simple project? My simple
  project only needs it support ws transaction with axis 1.*, and guarantee
  the data (transfered by ws object) coherence in the correlative web site.
  Thanks.
   
  
Thilina Gunarathne <cs...@gmail.com> 写道:
      Hi,
  Kandula 1 which is in the Kandula_1 branch will be released in summer according to Dasarath. It includes importing JTA Tx and all.. and will be based on Axis1.x
   
  I'm hoping to do a milestone release of Kandula2  hopefully in the next month. It'll be based on Axis2.. And will include a minimal ws tx atomic transaction impl (without j2ee mapping).
   
  Thanks,
  ~Thilina

 
  On 1/15/06, Jack Wang <pi...@yahoo.com> wrote:   Hi, Thilina, When will kandula be released ? My project needs web service transaction,
but current there is no suitable web service transaction softare, so I will wait 
kandula to come.Thanks.

Jack

Wang Jun

__________________________________________________
赶快注册雅虎超大容量免费邮箱?
http://cn.mail.yahoo.com




-- 
"May the SourcE be with u"            
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/                  http://www.bloglines.com/blog/Thilina               
 


Wang Jun     
---------------------------------
  雅虎1G免费邮箱百分百防垃圾信
雅虎助手-搜索、杀毒、防骚扰   
  




-- 
"May the SourcE be with u"            
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/                 http://www.bloglines.com/blog/Thilina               



Wang Jun
		
---------------------------------
 雅虎1G免费邮箱百分百防垃圾信
 雅虎助手-搜索、杀毒、防骚扰  

回复: Re: Re: Re: When will kandula be released ?

Posted by Jack Wang <pi...@yahoo.com>.
I tried to install the commons-logging.jar (1.0.3 and later 1.0.4) in to the local maven repo, but the same problem.  Where is the whole jars of kandula ? Thanks.
  

Thilina Gunarathne <cs...@gmail.com> 写道:    Hi,
  Seems like you are missing the commons-logging.jar. May be a problem with our project.xml and it is not getting downloaded. I'll check on that. For the mean time you can manually download it and put it in to your local maven repo. 
   
  We are code-gening some files while doing the maven built. You have to first run the maven built in order to compile it inside Eclipse.
   
  HTH,
  ~Thilina 

 
  On 1/22/06, Jack Wang <pi...@yahoo.com> wrote:     Hi,
  I get kandula-1 from svn respostory by RapidSVN, and also install maven 1.0,
  but when I compile the kandula-1 src, it reports following error message.Also when I compile it in eclipse with all the jars installed by maven, It can not find the package "org.apache.kandula.wscoor.*" ,  I am a newbie in maven and kandula. What's wrong ? Thanks. 
  ___________________________________
  D:\miscsoft\kandula\kandula-1>maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
  ???????????????? wsdl4j-1.5-SNAPSHOT.jar????????
???????????????? addressing-SNAPSHOT.jar????????
build:start:
  java:prepare-filesystem:
  java:compile:
    [java] java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory
    [java]      at org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:45)
    [java]      at org.apache.axis.components.logger.LogFactory$1.run (LogFactory.java:45)
    [java]      at java.security.AccessController.doPrivileged(Native Method)
    [java]      at org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:41)
    [java]      at org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java:33)
    [java]      at org.apache.axis.i18n.ProjectResourceBundle.<clinit>(ProjectResourceBundle.java:53)
    [java]      at org.apache.axis.i18n.MessagesConstants .<clinit>(MessagesConstants.java:32)
    [java]      at org.apache.axis.utils.Messages.<clinit>(Messages.java:36)
    [java]      at org.apache.axis.wsdl.WSDL2Java.<clinit>(WSDL2Java.java:112)
    [java] Exception in thread "main" 
BUILD FAILED
File...... D:\miscsoft\kandula\kandula-1\maven.xml
Element... java
Line...... 24
Column.... 37
Java returned: 1
Total time: 22 seconds
Finished at: Sun Jan 22 09:23:14 CST 2006
  D:\miscsoft\kandula\kandula-1>
   
  

Thilina Gunarathne <cs...@gmail.com> 写道:
      Hi,
  Currently I'm having my college exams and bit out of the Kandula Project. There were some major changes happened lately. 
 
  http://svn.apache.org/repos/asf/webservices/kandula/branches/Kandula_1/README.1st 
  This describes the procedure to follow for the latest code. 
   
  Kandula1 will be running on Axis1.x and I'm sure it can support any simple project. 
   
  Best place to ask this kind of questions is the mailing list. There you can expect much up to date answers...
  http://ws.apache.org/kandula/mail-lists.html
   
  Thanks,
  ~Thilina
   
   
  On 1/19/06, Jack Wang <pi...@yahoo.com> wrote:     Thilina 
   
  I  download Kandula_1 branch, it needs some dependend package, so I 
  can not compile it . Please ask where can I find all dependend jars? Is 
  Kandula_1 branch now suitable to run in any simple project? My simple
  project only needs it support ws transaction with axis 1.*, and guarantee
  the data (transfered by ws object) coherence in the correlative web site.
  Thanks.
   
  
Thilina Gunarathne <cs...@gmail.com> 写道:
      Hi,
  Kandula 1 which is in the Kandula_1 branch will be released in summer according to Dasarath. It includes importing JTA Tx and all.. and will be based on Axis1.x
   
  I'm hoping to do a milestone release of Kandula2  hopefully in the next month. It'll be based on Axis2.. And will include a minimal ws tx atomic transaction impl (without j2ee mapping).
   
  Thanks,
  ~Thilina

 
  On 1/15/06, Jack Wang <pi...@yahoo.com> wrote:   Hi, Thilina, When will kandula be released ? My project needs web service transaction,
but current there is no suitable web service transaction softare, so I will wait 
kandula to come.Thanks.

Jack

Wang Jun

__________________________________________________
赶快注册雅虎超大容量免费邮箱?
http://cn.mail.yahoo.com




-- 
"May the SourcE be with u"            
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/                  http://www.bloglines.com/blog/Thilina               
 


Wang Jun     
---------------------------------
  雅虎1G免费邮箱百分百防垃圾信
雅虎助手-搜索、杀毒、防骚扰   
  





-- 
"May the SourcE be with u"            
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/                 http://www.bloglines.com/blog/Thilina               
 


Wang Jun     
---------------------------------
  雅虎1G免费邮箱百分百防垃圾信
雅虎助手-搜索、杀毒、防骚扰   
  




-- 
"May the SourcE be with u"            
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/                 http://www.bloglines.com/blog/Thilina               



Wang Jun
		
---------------------------------
 雅虎1G免费邮箱百分百防垃圾信
 雅虎助手-搜索、杀毒、防骚扰  

回复: Re: Re: Re: When will kandula be released ?

Posted by Jack Wang <pi...@yahoo.com>.
I tried to install the commons-logging.jar (1.0.3 and later 1.0.4) in to the local maven repo, but the same problem.  Where is the whole jars of kandula ? Thanks.
  

Thilina Gunarathne <cs...@gmail.com> 写道:    Hi,
  Seems like you are missing the commons-logging.jar. May be a problem with our project.xml and it is not getting downloaded. I'll check on that. For the mean time you can manually download it and put it in to your local maven repo. 
   
  We are code-gening some files while doing the maven built. You have to first run the maven built in order to compile it inside Eclipse.
   
  HTH,
  ~Thilina 

 
  On 1/22/06, Jack Wang <pi...@yahoo.com> wrote:     Hi,
  I get kandula-1 from svn respostory by RapidSVN, and also install maven 1.0,
  but when I compile the kandula-1 src, it reports following error message.Also when I compile it in eclipse with all the jars installed by maven, It can not find the package "org.apache.kandula.wscoor.*" ,  I am a newbie in maven and kandula. What's wrong ? Thanks. 
  ___________________________________
  D:\miscsoft\kandula\kandula-1>maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
  ???????????????? wsdl4j-1.5-SNAPSHOT.jar????????
???????????????? addressing-SNAPSHOT.jar????????
build:start:
  java:prepare-filesystem:
  java:compile:
    [java] java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory
    [java]      at org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:45)
    [java]      at org.apache.axis.components.logger.LogFactory$1.run (LogFactory.java:45)
    [java]      at java.security.AccessController.doPrivileged(Native Method)
    [java]      at org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:41)
    [java]      at org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java:33)
    [java]      at org.apache.axis.i18n.ProjectResourceBundle.<clinit>(ProjectResourceBundle.java:53)
    [java]      at org.apache.axis.i18n.MessagesConstants .<clinit>(MessagesConstants.java:32)
    [java]      at org.apache.axis.utils.Messages.<clinit>(Messages.java:36)
    [java]      at org.apache.axis.wsdl.WSDL2Java.<clinit>(WSDL2Java.java:112)
    [java] Exception in thread "main" 
BUILD FAILED
File...... D:\miscsoft\kandula\kandula-1\maven.xml
Element... java
Line...... 24
Column.... 37
Java returned: 1
Total time: 22 seconds
Finished at: Sun Jan 22 09:23:14 CST 2006
  D:\miscsoft\kandula\kandula-1>
   
  

Thilina Gunarathne <cs...@gmail.com> 写道:
      Hi,
  Currently I'm having my college exams and bit out of the Kandula Project. There were some major changes happened lately. 
 
  http://svn.apache.org/repos/asf/webservices/kandula/branches/Kandula_1/README.1st 
  This describes the procedure to follow for the latest code. 
   
  Kandula1 will be running on Axis1.x and I'm sure it can support any simple project. 
   
  Best place to ask this kind of questions is the mailing list. There you can expect much up to date answers...
  http://ws.apache.org/kandula/mail-lists.html
   
  Thanks,
  ~Thilina
   
   
  On 1/19/06, Jack Wang <pi...@yahoo.com> wrote:     Thilina 
   
  I  download Kandula_1 branch, it needs some dependend package, so I 
  can not compile it . Please ask where can I find all dependend jars? Is 
  Kandula_1 branch now suitable to run in any simple project? My simple
  project only needs it support ws transaction with axis 1.*, and guarantee
  the data (transfered by ws object) coherence in the correlative web site.
  Thanks.
   
  
Thilina Gunarathne <cs...@gmail.com> 写道:
      Hi,
  Kandula 1 which is in the Kandula_1 branch will be released in summer according to Dasarath. It includes importing JTA Tx and all.. and will be based on Axis1.x
   
  I'm hoping to do a milestone release of Kandula2  hopefully in the next month. It'll be based on Axis2.. And will include a minimal ws tx atomic transaction impl (without j2ee mapping).
   
  Thanks,
  ~Thilina

 
  On 1/15/06, Jack Wang <pi...@yahoo.com> wrote:   Hi, Thilina, When will kandula be released ? My project needs web service transaction,
but current there is no suitable web service transaction softare, so I will wait 
kandula to come.Thanks.

Jack

Wang Jun

__________________________________________________
赶快注册雅虎超大容量免费邮箱?
http://cn.mail.yahoo.com




-- 
"May the SourcE be with u"            
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/                  http://www.bloglines.com/blog/Thilina               
 


Wang Jun     
---------------------------------
  雅虎1G免费邮箱百分百防垃圾信
雅虎助手-搜索、杀毒、防骚扰   
  





-- 
"May the SourcE be with u"            
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/                 http://www.bloglines.com/blog/Thilina               
 


Wang Jun     
---------------------------------
  雅虎1G免费邮箱百分百防垃圾信
雅虎助手-搜索、杀毒、防骚扰   
  




-- 
"May the SourcE be with u"            
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/                 http://www.bloglines.com/blog/Thilina               



Wang Jun
		
---------------------------------
 雅虎1G免费邮箱百分百防垃圾信
 雅虎助手-搜索、杀毒、防骚扰  

Re: Re: Re: When will kandula be released ?

Posted by Thilina Gunarathne <cs...@gmail.com>.
Hi,
Seems like you are missing the commons-logging.jar. May be a problem with
our project.xml and it is not getting downloaded. I'll check on that. For
the mean time you can manually download it and put it in to your local maven
repo.

We are code-gening some files while doing the maven built. You have to first
run the maven built in order to compile it inside Eclipse.

HTH,
~Thilina


On 1/22/06, Jack Wang <pi...@yahoo.com> wrote:
>
> Hi,
> I get kandula-1 from svn respostory by RapidSVN, and also install maven
> 1.0,
> but when I compile the kandula-1 src, it reports following error
> message.Also when I compile it in eclipse with all the jars installed by
> maven, It can not find the package "org.apache.kandula.wscoor.*" ,  I am
> a newbie in maven and kandula. What's wrong ? Thanks.
> ___________________________________
> D:\miscsoft\kandula\kandula-1>maven
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> ???????????????? wsdl4j-1.5-SNAPSHOT.jar????????
> ???????????????? addressing-SNAPSHOT.jar????????
> build:start:
> java:prepare-filesystem:
> java:compile:
>     [java] java.lang.NoClassDefFoundError:
> org.apache.commons.logging.LogFactory
>     [java]      at org.apache.axis.components.logger.LogFactory.class$(
> LogFactory.java:45)
>     [java]      at org.apache.axis.components.logger.LogFactory$1.run(
> LogFactory.java:45)
>     [java]      at java.security.AccessController.doPrivileged(Native
> Method)
>     [java]      at
> org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java
> :41)
>     [java]      at org.apache.axis.components.logger.LogFactory.<clinit>(
> LogFactory.java:33)
>     [java]      at org.apache.axis.i18n.ProjectResourceBundle.<clinit>(
> ProjectResourceBundle.java:53)
>     [java]      at org.apache.axis.i18n.MessagesConstants.<clinit>(
> MessagesConstants.java:32)
>     [java]      at org.apache.axis.utils.Messages.<clinit>(Messages.java
> :36)
>     [java]      at org.apache.axis.wsdl.WSDL2Java.<clinit>(WSDL2Java.java
> :112)
>     [java] Exception in thread "main"
> BUILD FAILED
> File...... D:\miscsoft\kandula\kandula-1\maven.xml
> Element... java
> Line...... 24
> Column.... 37
> Java returned: 1
> Total time: 22 seconds
> Finished at: Sun Jan 22 09:23:14 CST 2006
> D:\miscsoft\kandula\kandula-1>
>
>
>
> *Thilina Gunarathne <cs...@gmail.com>* 写道:
>
> Hi,
> Currently I'm having my college exams and bit out of the Kandula Project.
> There were some major changes happened lately.
>
>
> http://svn.apache.org/repos/asf/webservices/kandula/branches/Kandula_1/README.1st
> This describes the procedure to follow for the latest code.
>
> Kandula1 will be running on Axis1.x and I'm sure it can support any simple
> project.
>
> Best place to ask this kind of questions is the mailing list. There you
> can expect much up to date answers...
> http://ws.apache.org/kandula/mail-lists.html
>
> Thanks,
> ~Thilina
>
>
> On 1/19/06, Jack Wang <pi...@yahoo.com> wrote:
> >
> > *Thilina *
> > **
> > I  download Kandula_1 branch, it needs some dependend package, so I
> > can not compile it . Please ask where can I find all dependend jars? Is
> > Kandula_1 branch now suitable to run in any simple project? My simple
> > project only needs it support ws transaction with axis 1.*, and
> > guarantee
> > the data (transfered by ws object) coherence in the correlative web
> > site.
> > Thanks.
> >
> >
> > *Thilina Gunarathne <cs...@gmail.com>* 写道:
> >
> > Hi,
> > Kandula 1 which is in the Kandula_1 branch will be released in summer
> > according to Dasarath. It includes importing JTA Tx and all.. and will be
> > based on Axis1.x
> >
> > I'm hoping to do a milestone release of Kandula2  hopefully in the next
> > month. It'll be based on Axis2.. And will include a minimal ws tx atomic
> > transaction impl (without j2ee mapping).
> >
> > Thanks,
> > ~Thilina
> >
> >
> > On 1/15/06, Jack Wang <pi...@yahoo.com> wrote:
> > >
> > > Hi, Thilina, When will kandula be released ? My project needs web
> > > service transaction,
> > > but current there is no suitable web service transaction softare, so I
> > > will wait
> > > kandula to come.Thanks.
> > >
> > > Jack
> > >
> > > Wang Jun
> > >
> > > __________________________________________________
> > > 赶快注册雅虎超大容量免费邮箱?
> > > http://cn.mail.yahoo.com
> > >
> >
> >
> >
> > --
> > "May the SourcE be with u"
> > http://webservices.apache.org/~thilina/
> > http://thilinag.blogspot.com/
> > http://www.bloglines.com/blog/Thilina
> >
> >
> >
> >
> >
> > Wang Jun
> > ------------------------------
> > 雅虎1G免费邮箱百分百防垃圾信 <http://cn.mail.yahoo.com/>
> > 雅虎助手-搜索、杀毒、防骚扰 <http://cn.zs.yahoo.com/>
> >
>
>
>
> --
> "May the SourcE be with u"
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
> http://www.bloglines.com/blog/Thilina
>
>
>
>
>
> Wang Jun
>
> ------------------------------
> 雅虎1G免费邮箱百分百防垃圾信 <http://cn.mail.yahoo.com/>
> 雅虎助手-搜索、杀毒、防骚扰 <http://cn.zs.yahoo.com/>
>
>


--
"May the SourcE be with u"
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
http://www.bloglines.com/blog/Thilina

Re: Re: Re: When will kandula be released ?

Posted by Thilina Gunarathne <cs...@gmail.com>.
Hi,
Seems like you are missing the commons-logging.jar. May be a problem with
our project.xml and it is not getting downloaded. I'll check on that. For
the mean time you can manually download it and put it in to your local maven
repo.

We are code-gening some files while doing the maven built. You have to first
run the maven built in order to compile it inside Eclipse.

HTH,
~Thilina


On 1/22/06, Jack Wang <pi...@yahoo.com> wrote:
>
> Hi,
> I get kandula-1 from svn respostory by RapidSVN, and also install maven
> 1.0,
> but when I compile the kandula-1 src, it reports following error
> message.Also when I compile it in eclipse with all the jars installed by
> maven, It can not find the package "org.apache.kandula.wscoor.*" ,  I am
> a newbie in maven and kandula. What's wrong ? Thanks.
> ___________________________________
> D:\miscsoft\kandula\kandula-1>maven
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> ???????????????? wsdl4j-1.5-SNAPSHOT.jar????????
> ???????????????? addressing-SNAPSHOT.jar????????
> build:start:
> java:prepare-filesystem:
> java:compile:
>     [java] java.lang.NoClassDefFoundError:
> org.apache.commons.logging.LogFactory
>     [java]      at org.apache.axis.components.logger.LogFactory.class$(
> LogFactory.java:45)
>     [java]      at org.apache.axis.components.logger.LogFactory$1.run(
> LogFactory.java:45)
>     [java]      at java.security.AccessController.doPrivileged(Native
> Method)
>     [java]      at
> org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java
> :41)
>     [java]      at org.apache.axis.components.logger.LogFactory.<clinit>(
> LogFactory.java:33)
>     [java]      at org.apache.axis.i18n.ProjectResourceBundle.<clinit>(
> ProjectResourceBundle.java:53)
>     [java]      at org.apache.axis.i18n.MessagesConstants.<clinit>(
> MessagesConstants.java:32)
>     [java]      at org.apache.axis.utils.Messages.<clinit>(Messages.java
> :36)
>     [java]      at org.apache.axis.wsdl.WSDL2Java.<clinit>(WSDL2Java.java
> :112)
>     [java] Exception in thread "main"
> BUILD FAILED
> File...... D:\miscsoft\kandula\kandula-1\maven.xml
> Element... java
> Line...... 24
> Column.... 37
> Java returned: 1
> Total time: 22 seconds
> Finished at: Sun Jan 22 09:23:14 CST 2006
> D:\miscsoft\kandula\kandula-1>
>
>
>
> *Thilina Gunarathne <cs...@gmail.com>* 写道:
>
> Hi,
> Currently I'm having my college exams and bit out of the Kandula Project.
> There were some major changes happened lately.
>
>
> http://svn.apache.org/repos/asf/webservices/kandula/branches/Kandula_1/README.1st
> This describes the procedure to follow for the latest code.
>
> Kandula1 will be running on Axis1.x and I'm sure it can support any simple
> project.
>
> Best place to ask this kind of questions is the mailing list. There you
> can expect much up to date answers...
> http://ws.apache.org/kandula/mail-lists.html
>
> Thanks,
> ~Thilina
>
>
> On 1/19/06, Jack Wang <pi...@yahoo.com> wrote:
> >
> > *Thilina *
> > **
> > I  download Kandula_1 branch, it needs some dependend package, so I
> > can not compile it . Please ask where can I find all dependend jars? Is
> > Kandula_1 branch now suitable to run in any simple project? My simple
> > project only needs it support ws transaction with axis 1.*, and
> > guarantee
> > the data (transfered by ws object) coherence in the correlative web
> > site.
> > Thanks.
> >
> >
> > *Thilina Gunarathne <cs...@gmail.com>* 写道:
> >
> > Hi,
> > Kandula 1 which is in the Kandula_1 branch will be released in summer
> > according to Dasarath. It includes importing JTA Tx and all.. and will be
> > based on Axis1.x
> >
> > I'm hoping to do a milestone release of Kandula2  hopefully in the next
> > month. It'll be based on Axis2.. And will include a minimal ws tx atomic
> > transaction impl (without j2ee mapping).
> >
> > Thanks,
> > ~Thilina
> >
> >
> > On 1/15/06, Jack Wang <pi...@yahoo.com> wrote:
> > >
> > > Hi, Thilina, When will kandula be released ? My project needs web
> > > service transaction,
> > > but current there is no suitable web service transaction softare, so I
> > > will wait
> > > kandula to come.Thanks.
> > >
> > > Jack
> > >
> > > Wang Jun
> > >
> > > __________________________________________________
> > > 赶快注册雅虎超大容量免费邮箱?
> > > http://cn.mail.yahoo.com
> > >
> >
> >
> >
> > --
> > "May the SourcE be with u"
> > http://webservices.apache.org/~thilina/
> > http://thilinag.blogspot.com/
> > http://www.bloglines.com/blog/Thilina
> >
> >
> >
> >
> >
> > Wang Jun
> > ------------------------------
> > 雅虎1G免费邮箱百分百防垃圾信 <http://cn.mail.yahoo.com/>
> > 雅虎助手-搜索、杀毒、防骚扰 <http://cn.zs.yahoo.com/>
> >
>
>
>
> --
> "May the SourcE be with u"
> http://webservices.apache.org/~thilina/
> http://thilinag.blogspot.com/
> http://www.bloglines.com/blog/Thilina
>
>
>
>
>
> Wang Jun
>
> ------------------------------
> 雅虎1G免费邮箱百分百防垃圾信 <http://cn.mail.yahoo.com/>
> 雅虎助手-搜索、杀毒、防骚扰 <http://cn.zs.yahoo.com/>
>
>


--
"May the SourcE be with u"
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
http://www.bloglines.com/blog/Thilina