addressing in AXIS2

2011-05-25 Thread Cuiting Chen
is the difference between a request is started by a user and by another web service? How do axis2 create a request for a web service to invoke another web service? Does anyone know how axis2 implement this? or which classes are handling such things? Thanks in advance! -- Best regards, Cuiting

Re: build axis2 in IntelliJ

2011-04-21 Thread Cuiting Chen
Hi Malinga, On Wed, Apr 20, 2011 at 6:58 PM, Supun Malinga wrote: > Hi Chen, > > On Wed, Apr 20, 2011 at 8:29 PM, Cuiting Chen > wrote: > >> Hi Malinga, >> >> Thanks a lot for the info! >> >> Following your guide, I build the axis2 code, create

Re: build axis2 in IntelliJ

2011-04-20 Thread Cuiting Chen
cular module, follow the > same procedure under that module directory. However since modules may depend > one another its best to do a root level build first and then create idea > project files in the module dir. > > Hope this helps. > > thanks > > On Wed, Apr 20, 2011 at

Re: build axis2 in IntelliJ

2011-04-20 Thread Cuiting Chen
rom idea. > 2) directly importing the project from the pom.xml itself (idea10 supports > this.) > > I usually do the first option and it should work fine. > > thanks, > > On Wed, Apr 20, 2011 at 5:45 PM, Cuiting Chen > wrote: > >> Hi there, >> >> I bui

build axis2 in IntelliJ

2011-04-20 Thread Cuiting Chen
ose errors should not show up. Is there anything wrong? How can I make those errors disappear? Thanks in advance! -- Best regards, Cuiting Chen

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-05 Thread Cuiting Chen
ass is actually part of the MAR file that you can > find under modules\soapmonitor\module\target. > > Andreas > > On Tue, Apr 5, 2011 at 14:29, Cuiting Chen > wrote: > > Now I modified the SOAPMonitorHandler class for SOAP Monitor, but it is > not > > in the soapmoni

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-05 Thread Cuiting Chen
; Andreas > > On Tue, Apr 5, 2011 at 10:56, Cuiting Chen > wrote: > > Yes, I can find the integrated jar file for axis2, but I cannot find a > set > > of separated jars files like the ones in the axis2 lib. > > Is it possible to compile the source code to generate sepa

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-05 Thread Cuiting Chen
, Cuiting On Tue, Apr 5, 2011 at 10:52 AM, Andreas Veithen wrote: > E.g., axis2-kernel-1.7.0-SNAPSHOT.jar can be found in > modules/kernel/target. > > Andreas > > On Tue, Apr 5, 2011 at 10:49, Cuiting Chen > wrote: > > Hi Andreas, > > Could you introduce more details a

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-05 Thread Cuiting Chen
d JAR files. Alternatively, you can build the binary > distribution which packages all JAR files together. This is not part > of the normal build, so you need to do another "mvn install" in > modules/distribution. > > Andreas > > On Mon, Apr 4, 2011 at 16:33, Cuit

Re: Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-04 Thread Cuiting Chen
lasses). In this > particular example, the webapp module depends on the MAR file produced > by the mtompolicy module. This is only generated during the package > phase and is therefore not available when running "mvn compile". > > Andreas > > On Mon, Apr 4, 2011 at

Cannot compile AXIS2 source code: BUILD FAILURE

2011-04-04 Thread Cuiting Chen
display/MAVEN/MojoExecutionE xception [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :axis2-webapp -- Best regards, Cuiting Chen

Re: SOAPMonitor: ClassNotFoundException happened after modifying the applet class

2011-03-24 Thread Cuiting Chen
On Thu, Mar 24, 2011 at 3:32 PM, robert lazarski wrote: > On Thu, Mar 24, 2011 at 11:17 AM, Cuiting Chen > wrote: > > Hi there, > > I am trying to use SOAPMonitor to get some information from the SOAP > > packages. > > I run the original SOAPMonitor module 1.

SOAPMonitor: ClassNotFoundException happened after modifying the applet class

2011-03-24 Thread Cuiting Chen
t;. Did I miss some important steps? Does anyone have any experience similar to this case? Thanks in advance!! -- Best regards, Cuiting Chen

Re: SOAP monitor module in AXIS2

2011-03-23 Thread Cuiting Chen
en2/org/apache/axis2/axis2-soapmonitor-servlet/1.5.4/axis2-soapmonitor-servlet-1.5.4.jar > > Finally, the JAR is also included in the WAR distribution. > > Andreas > > On Fri, Mar 18, 2011 at 14:16, Cuiting Chen > wrote: > > Hi there, > > I am trying to use the SOAP monit

Re: SOAP monitor module in AXIS2

2011-03-23 Thread Cuiting Chen
ying to use the SOAP monitor module, while I cannot find the > soapmonitor-servlet-1.5.4.jar in the lib of AXIS2. > I compiled the whole axis2 project, still cannot get the jar file. > Does anyone have experience in this issue? Thanks in advance! > > -- > Best regards, > Cuiting Chen > > -- Best regards, Cuiting Chen

SOAP monitor module in AXIS2

2011-03-18 Thread Cuiting Chen
Hi there, I am trying to use the SOAP monitor module, while I cannot find the soapmonitor-servlet-1.5.4.jar in the lib of AXIS2. I compiled the whole axis2 project, still cannot get the jar file. Does anyone have experience in this issue? Thanks in advance! -- Best regards, Cuiting Chen