[Axis2] nightly build with m2 generated artifacts

2007-07-06 Thread Davanum Srinivas

Folks,

Here is the nightly build with m2 generated artifacts:
http://people.apache.org/dist/axis2/nightly/

Please start kicking the tires

thanks,
dims

--
Davanum Srinivas :: http://davanum.wordpress.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [AXIS2] nightly build : NoClassDefFoundError: javax/wsdl/WSDLException

2007-04-03 Thread Alistair Young

latest snapshot fixes it!

thanks,

Alistair


--
mov eax,1
mov ebx,0
int 80h




On 30 Mar 2007, at 10:31, Alistair Young wrote:


trying to run wsdl2java.sh I get this error:

Exception in thread "main" java.lang.NoClassDefFoundError: javax/ 
wsdl/WSDLException


last nightly available is from 26/3/07

Alistair


--
mov eax,1
mov ebx,0
int 80h








[AXIS2] nightly build : NoClassDefFoundError: javax/wsdl/WSDLException

2007-03-30 Thread Alistair Young

trying to run wsdl2java.sh I get this error:

Exception in thread "main" java.lang.NoClassDefFoundError: javax/wsdl/ 
WSDLException


last nightly available is from 26/3/07

Alistair


--
mov eax,1
mov ebx,0
int 80h






[axis2] nightly build broken

2006-10-03 Thread Jake Goulding
After rebuilding my client stubs and test application with the current 
nightly, I get the following Exception:


Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/ws/commons/schema/utils/NamespacePrefixList
   at 
com.vivisimo.connector.sharepoint.ListsStub.populateAxisService(ListsStub.java:30)
   at 
com.vivisimo.connector.sharepoint.ListsStub.(ListsStub.java:213)
   at 
com.vivisimo.connector.sharepoint.ListsStub.(ListsStub.java:238)




--

JAKE GOULDING
Software Engineer
[EMAIL PROTECTED]

Viví­simo [Search Done Right™]
1710 Murray Avenue
Pittsburgh, PA 15217 USA
tel: +1.412.422.2499 x105
fax: +1.412.422.2495
vivisimo.com  clusty.com



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [axis2] nightly build generated stub not compiling. giving following error

2006-10-02 Thread shantanu chawla

yes I have nightly jars n my build path

shantnau

On 10/2/06, Nirmit Desai <[EMAIL PROTECTED]> wrote:

do you have the nightly jars in your build path?




"shantanu chawla"
To
  axis-user@ws.apache.org
10/02/2006 12:52   cc
PM
  Subject
          [axis2] nightly build generated
Please respond to stub not compiling. giving
[EMAIL PROTECTED] following error
 he.org









On using axis2 nightly build  to generate webservice client stubs, my
stub is giving me the following error.

I have axis2 on my build path. in neethi.jar i see
org.apache.ws.Policy but I dont see any class of type
org.apache.neethi.

org.apache.neethi cannot be resolved to a type

method addHeadersToEnvelope(SOAPEnvelope) is undefined for the
_serviceClient

The method getNamespaceURI() is undefined for the type OMNamespace


Any input would be appreciated.

Shantanu

Graduate Student
Department of Computer Science,
San Diego State University

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Graduate Student
Department of Computer Science,
San Diego State University

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [axis2] nightly build generated stub not compiling. giving following error

2006-10-02 Thread Nirmit Desai
do you have the nightly jars in your build path?



   
 "shantanu chawla" 
 To 
   axis-user@ws.apache.org 
 10/02/2006 12:52   cc 
 PM
   Subject 
       [axis2] nightly build generated 
 Please respond to stub not compiling. giving  
 [EMAIL PROTECTED] following error 
  he.org   
   
   
   
   
   




On using axis2 nightly build  to generate webservice client stubs, my
stub is giving me the following error.

I have axis2 on my build path. in neethi.jar i see
org.apache.ws.Policy but I dont see any class of type
org.apache.neethi.

org.apache.neethi cannot be resolved to a type

method addHeadersToEnvelope(SOAPEnvelope) is undefined for the
_serviceClient

The method getNamespaceURI() is undefined for the type OMNamespace


Any input would be appreciated.

Shantanu

Graduate Student
Department of Computer Science,
San Diego State University

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[axis2] nightly build generated stub not compiling. giving following error

2006-10-02 Thread shantanu chawla

On using axis2 nightly build  to generate webservice client stubs, my
stub is giving me the following error.

I have axis2 on my build path. in neethi.jar i see
org.apache.ws.Policy but I dont see any class of type
org.apache.neethi.

org.apache.neethi cannot be resolved to a type

method addHeadersToEnvelope(SOAPEnvelope) is undefined for the _serviceClient

The method getNamespaceURI() is undefined for the type OMNamespace  

Any input would be appreciated.

Shantanu

Graduate Student
Department of Computer Science,
San Diego State University

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



SV: Axis2 nightly build: method getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String) not found

2006-09-20 Thread Felix Sprick
Hi Thilina,

Thanks for the reply. I found the cause for my problem: I called
wsdl2java.bat of the latest nightly-build distribution, but the AXIS2_HOME
variable was still set to the axis2 stable location. So it didn't matter
which binaries I am actually calling, the libs at AXIS2_HOME/lib were taken
to execute wsdl2java.

//Felix

-Ursprungligt meddelande-
Från: Thilina Gunarathne [mailto:[EMAIL PROTECTED] 
Skickat: den 20 september 2006 15:19
Till: axis-user@ws.apache.org
Ämne: Re: Axis2 nightly build: method
getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String) not found

getElement()  method was removed from the stub calss sometime back,
since the generated code no longer uses it.

Please use the latest nightlies to generate your code...

~Thilina

On 9/20/06, Felix Sprick <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi all,
>
>
>
> I get the following error message when running the ant build.xml created
by
> wsdl2java. The generated code does not compile when using the libraries of
> Axis2 nightly built from the 19th of September! It does, however, work
when
> compiling the generated code with the libraries of the last stable
release.
> The Stub.class in the axis2-kernel-SNAPSHOT.jar doesn't provide the
demanded
> method. Is that a bug, or am I doing something wrong?
>
>
>
> Buildfile: C:\Documents and Settings\fesp\Mina
> dokument\workspace\SGIS\build.xml
>
> init:
>
> [mkdir] Created dir: C:\Documents and Settings\fesp\Mina
> dokument\workspace\SGIS\build
>
> [mkdir] Created dir: C:\Documents and Settings\fesp\Mina
> dokument\workspace\SGIS\build\classes
>
> [mkdir] Created dir: C:\Documents and Settings\fesp\Mina
> dokument\workspace\SGIS\build\lib
>
> jar.xbeans:
>
>   [jar] Building jar: C:\Documents and Settings\fesp\Mina
> dokument\workspace\SGIS\build\lib\XBeans-packaged.jar
>
> pre.compile.test:
>
>  [echo] XmlBeans Availability = true
>
>  [echo] Stax Availability= true
>
>  [echo] Axis2 Availability= true
>
> compile.src:
>
> [javac] Compiling 274 source files to C:\Documents and
> Settings\fesp\Mina dokument\workspace\SGIS\build\classes
>
> [javac] C:\Documents and Settings\fesp\Mina
> dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:192:
> cannot find symbol
>
> [javac] symbol  : method
> getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)
>
> [javac] location: class org.apache.axis2.PortalStub
>
> [javac] getElement(_returnEnv,"document"),
>
> [javac] ^
>
> [javac] C:\Documents and Settings\fesp\Mina
> dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:283:
> cannot find symbol
>
> [javac] symbol: method
> getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)
>
> [javac] java.lang.Object object = fromOM(getElement(
>
> [javac] ^
>
> [javac] C:\Documents and Settings\fesp\Mina
> dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:356:
> cannot find symbol
>
> [javac] symbol  : method
> getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)
>
> [javac] location: class org.apache.axis2.PortalStub
>
> [javac] getElement(_returnEnv,"document"),
>
> [javac] ^
>
> [javac] C:\Documents and Settings\fesp\Mina
> dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:447:
> cannot find symbol
>
> [javac] symbol: method
> getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)
>
> [javac] java.lang.Object object = fromOM(getElement(
>
> [javac] ^
>
> [javac] C:\Documents and Settings\fesp\Mina
> dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:520:
> cannot find symbol
>
> [javac] symbol  : method
> getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)
>
> [javac] location: class org.apache.axis2.PortalStub
>
> [javac] getElement(_returnEnv,"document"),
>
> [javac] ^
>
> [javac] C:\Documents and Settings\fesp\Mina
> dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:611:
> cannot find symbol
>
> [javac] symbol: method
> getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)
>
> [javac] java.lang.Object object = fromOM(getElement(
>
> [javac] ^
>
> [javac] C:\Documents and Settings\fesp\Mina
> dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:684:
> cannot find symbol
>
> [javac] symbol  : method
> getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)
>
> [javac] location: class org.apache.axis2.PortalStub
>
> [javac] getElement(_returnEnv,"document"),
>

Re: Axis2 nightly build: method getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String) not found

2006-09-20 Thread Thilina Gunarathne

getElement()  method was removed from the stub calss sometime back,
since the generated code no longer uses it.

Please use the latest nightlies to generate your code...

~Thilina

On 9/20/06, Felix Sprick <[EMAIL PROTECTED]> wrote:





Hi all,



I get the following error message when running the ant build.xml created by
wsdl2java. The generated code does not compile when using the libraries of
Axis2 nightly built from the 19th of September! It does, however, work when
compiling the generated code with the libraries of the last stable release.
The Stub.class in the axis2-kernel-SNAPSHOT.jar doesn't provide the demanded
method. Is that a bug, or am I doing something wrong?



Buildfile: C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\build.xml

init:

[mkdir] Created dir: C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\build

[mkdir] Created dir: C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\build\classes

[mkdir] Created dir: C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\build\lib

jar.xbeans:

  [jar] Building jar: C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\build\lib\XBeans-packaged.jar

pre.compile.test:

 [echo] XmlBeans Availability = true

 [echo] Stax Availability= true

 [echo] Axis2 Availability= true

compile.src:

[javac] Compiling 274 source files to C:\Documents and
Settings\fesp\Mina dokument\workspace\SGIS\build\classes

[javac] C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:192:
cannot find symbol

[javac] symbol  : method
getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)

[javac] location: class org.apache.axis2.PortalStub

[javac] getElement(_returnEnv,"document"),

[javac] ^

[javac] C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:283:
cannot find symbol

[javac] symbol: method
getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)

[javac] java.lang.Object object = fromOM(getElement(

[javac] ^

[javac] C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:356:
cannot find symbol

[javac] symbol  : method
getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)

[javac] location: class org.apache.axis2.PortalStub

[javac] getElement(_returnEnv,"document"),

[javac] ^

[javac] C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:447:
cannot find symbol

[javac] symbol: method
getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)

[javac] java.lang.Object object = fromOM(getElement(

[javac] ^

[javac] C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:520:
cannot find symbol

[javac] symbol  : method
getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)

[javac] location: class org.apache.axis2.PortalStub

[javac] getElement(_returnEnv,"document"),

[javac] ^

[javac] C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:611:
cannot find symbol

[javac] symbol: method
getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)

[javac] java.lang.Object object = fromOM(getElement(

[javac] ^

[javac] C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:684:
cannot find symbol

[javac] symbol  : method
getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)

[javac] location: class org.apache.axis2.PortalStub

[javac] getElement(_returnEnv,"document"),

[javac] ^

[javac] C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:775:
cannot find symbol

[javac] symbol: method
getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)

[javac] java.lang.Object object = fromOM(getElement(

[javac] ^

[javac] C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:848:
cannot find symbol

[javac] symbol  : method
getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)

[javac] location: class org.apache.axis2.PortalStub

[javac] getElement(_returnEnv,"document"),

[javac] ^

[javac] C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:939:
cannot find symbol

[javac] symbol: method
getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)

[javac] java.lang.Object object = fromOM(getElement(

[javac] ^

[javac] C:\Documents and Settings\fesp\Mina
dokument\workspace\SGIS\src\org\apache\axis2\PortalStub.java:1012:
cannot find symbol

[javac] symbol  : method
getElement(org.apache.axiom.soap.SOAPEnvelope,java.lang.String)

[javac] location: class org.apache.axis2.PortalStub

[javac] getEl

Re: [Axis2] nightly build download problem

2006-09-18 Thread Davanum Srinivas

fixed. try in an hour or so.

-- dims

On 9/18/06, Michele Mazzucco <[EMAIL PROTECTED]> wrote:

Dims,

now there's something, but it doesn't work as expected :(. If you try to
deploy the axis2.war, you'll get an exception during the tomcat startup
(some jms.* resources are missing).

Michele

Davanum Srinivas wrote:
> something's there right now :)
>
> -- dims
>
> On 9/18/06, Michele Mazzucco <[EMAIL PROTECTED]> wrote:
>> Hi all,
>>
>> the following link http://people.apache.org/dist/axis2/nightly/
>> seems to be broken (there's nothing).
>> Any idea?
>>
>>
>> Thanks,
>> Michele
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] nightly build download problem

2006-09-18 Thread Michele Mazzucco
Dims,

now there's something, but it doesn't work as expected :(. If you try to
deploy the axis2.war, you'll get an exception during the tomcat startup
(some jms.* resources are missing).

Michele

Davanum Srinivas wrote:
> something's there right now :)
> 
> -- dims
> 
> On 9/18/06, Michele Mazzucco <[EMAIL PROTECTED]> wrote:
>> Hi all,
>>
>> the following link http://people.apache.org/dist/axis2/nightly/
>> seems to be broken (there's nothing).
>> Any idea?
>>
>>
>> Thanks,
>> Michele
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] nightly build download problem

2006-09-18 Thread Davanum Srinivas

something's there right now :)

-- dims

On 9/18/06, Michele Mazzucco <[EMAIL PROTECTED]> wrote:

Hi all,

the following link http://people.apache.org/dist/axis2/nightly/
seems to be broken (there's nothing).
Any idea?


Thanks,
Michele

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Axis2] nightly build download problem

2006-09-18 Thread Michele Mazzucco
Hi all,

the following link http://people.apache.org/dist/axis2/nightly/
seems to be broken (there's nothing).
Any idea?


Thanks,
Michele

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [AXIS2] nightly build problem when parsing xml stream

2006-08-15 Thread Derek
Although I agree with what Ajith said, below, I still encourage you
(Alistair) to file a JIRA about the fact that Axis does not log the error.
Axis should not ever fail without logging an error message. Even if the
problem was due to misconfiguration, Axis should leave an informative error
message in the log file saying so. (It sounds like a static initialization
block in the code (or a static variable initializer) is missing a try..catch
block that would ensure that any thrown exceptions get logged.)

Derek

> -Original Message-
> From: Ajith Ranabahu [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 14, 2006 1:20 PM
> To: axis-user@ws.apache.org; [EMAIL PROTECTED]
> Subject: Re: [AXIS2] nightly build problem when parsing xml stream
> 
> 
> Hi,
> Try using the generated ant build to build your aar file. The 
> ant build inserts the necessary files into the aar file and 
> you should not have a problem!
> 
> Ajith
> 
> On 8/14/06, Derek <[EMAIL PROTECTED]> wrote:
> > Alistair:
> >
> > Please file a JIRA indicating that the error that occurs in 
> this case 
> > doesn't get logged (and it should!)
> >
> > Thanks.
> >
> > Derek
> >
> > > -Original Message-
> > > From: Alistair Young [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, August 10, 2006 6:37 AM
> > > To: axis-user@ws.apache.org
> > > Subject: Re: [AXIS2] nightly build problem when parsing xml stream
> > >
> > >
> > > aha! handy thing a debugger coz the exception doesn't 
> make it into 
> > > the log.
> > >
> > > schemaorg_apache_xmlbeans.system.sA6973D16021071091ABD334B25B9
> > > A53E.TypeS
> > > ystemHolder was missing.
> > >
> > > sorted
> > >
> > > Alistair
> > >
> > > On 10 Aug 2006, at 13:11, Alistair Young wrote:
> > >
> > > > Hi there,
> > > >
> > > > Is there anything obvious that might be causing these? 
> They occur 
> > > > when a MessageReceiver (generated by WSDL2Java) is 
> trying to do a 
> > > > Factory.newInstance 
> > > > 
> (org.apache.axiom.om.OMElement.getXMLStreamReaderWithoutCaching(),
> > > > new org.apache.xmlbeans.XmlOptions().setLoadAdditionalNamespaces
> > > > (extraNamespaces))
> > > >
> > > > there's no other info in the logs.
> > > >
> > > > first attempt at calling the service via stub:
> > > > SEVERE: java.lang.ExceptionInInitializerError
> > > >
> > > > next attempt:
> > > > SEVERE: java.lang.NoClassDefFoundError
> > > > INFO: org.apache.axis2.AxisFault: null; nested exception is:
> > > > com.ctc.wstx.exc.WstxIOException: null
> > > >
> > > > thanks,
> > > >
> > > > Alistair
> > > >
> > > >
> > > >
> > > >
> > > >
> > > 
> 
> > > -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > >
> > >
> > > 
> 
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> >
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> 
> -- 
> Ajith Ranabahu
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [AXIS2] nightly build problem when parsing xml stream

2006-08-14 Thread Ajith Ranabahu

Hi,
Try using the generated ant build to build your aar file. The ant
build inserts the necessary files into the aar file and you should not
have a problem!

Ajith

On 8/14/06, Derek <[EMAIL PROTECTED]> wrote:

Alistair:

Please file a JIRA indicating that the error that occurs in this case
doesn't get logged (and it should!)

Thanks.

Derek

> -Original Message-
> From: Alistair Young [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 10, 2006 6:37 AM
> To: axis-user@ws.apache.org
> Subject: Re: [AXIS2] nightly build problem when parsing xml stream
>
>
> aha! handy thing a debugger coz the exception doesn't make it into
> the log.
>
> schemaorg_apache_xmlbeans.system.sA6973D16021071091ABD334B25B9
> A53E.TypeS
> ystemHolder was missing.
>
> sorted
>
> Alistair
>
> On 10 Aug 2006, at 13:11, Alistair Young wrote:
>
> > Hi there,
> >
> > Is there anything obvious that might be causing these? They occur
> > when a MessageReceiver (generated by WSDL2Java) is trying to do a
> > Factory.newInstance
> > (org.apache.axiom.om.OMElement.getXMLStreamReaderWithoutCaching(),
> > new org.apache.xmlbeans.XmlOptions().setLoadAdditionalNamespaces
> > (extraNamespaces))
> >
> > there's no other info in the logs.
> >
> > first attempt at calling the service via stub:
> > SEVERE: java.lang.ExceptionInInitializerError
> >
> > next attempt:
> > SEVERE: java.lang.NoClassDefFoundError
> > INFO: org.apache.axis2.AxisFault: null; nested exception is:
> > com.ctc.wstx.exc.WstxIOException: null
> >
> > thanks,
> >
> > Alistair
> >
> >
> >
> >
> >
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Ajith Ranabahu

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [AXIS2] nightly build problem when parsing xml stream

2006-08-14 Thread Derek
Alistair:

Please file a JIRA indicating that the error that occurs in this case
doesn't get logged (and it should!)

Thanks.

Derek

> -Original Message-
> From: Alistair Young [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, August 10, 2006 6:37 AM
> To: axis-user@ws.apache.org
> Subject: Re: [AXIS2] nightly build problem when parsing xml stream
> 
> 
> aha! handy thing a debugger coz the exception doesn't make it into  
> the log.
> 
> schemaorg_apache_xmlbeans.system.sA6973D16021071091ABD334B25B9
> A53E.TypeS 
> ystemHolder was missing.
> 
> sorted
> 
> Alistair
> 
> On 10 Aug 2006, at 13:11, Alistair Young wrote:
> 
> > Hi there,
> >
> > Is there anything obvious that might be causing these? They occur
> > when a MessageReceiver (generated by WSDL2Java) is trying to do a  
> > Factory.newInstance 
> > (org.apache.axiom.om.OMElement.getXMLStreamReaderWithoutCaching(),  
> > new org.apache.xmlbeans.XmlOptions().setLoadAdditionalNamespaces 
> > (extraNamespaces))
> >
> > there's no other info in the logs.
> >
> > first attempt at calling the service via stub:
> > SEVERE: java.lang.ExceptionInInitializerError
> >
> > next attempt:
> > SEVERE: java.lang.NoClassDefFoundError
> > INFO: org.apache.axis2.AxisFault: null; nested exception is:
> > com.ctc.wstx.exc.WstxIOException: null
> >
> > thanks,
> >
> > Alistair
> >
> >
> >
> >
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [AXIS2] Nightly Build

2006-08-10 Thread Alistair Young
Hi Chinthaka,

yes, I'd love to share my experiences. Previously I'd used Axis1 and
simple RPC-encoded web services. I was happy to write classes and have
Axis expose them and generate it's own WSDL. The downside of this is
forgetting about SOAP limitations as Anne pointed out when I queried about
Document-wrapped.

However, RCP-* is not allowed by  WS-I BP 1.0, only Document-literal (and
wrapped for interop with Microsoft!).

Now with Axis2 I'm being more thorough, defining domain models in XML
Schema and interfaces in WSDL and using Axis2+xmlbeans to generate stubs
and skeletons and MessageReceivers.

It's a really nice way of working with Axis2 and debugging is easy as you
can just unpack a WEB-INF/services/*.aar and you can point your IDE at the
expanded directory.

I'm working on a start to finish document on how to do all this with
Axis2. I'll post to the list when it's ready.

-- 
Alistair Young
Senior Software Engineer
[EMAIL PROTECTED] Mòr Ostaig
Isle of Skye
Scotland

> Hi Alistair,
>
> Seems you have a very good knowledge on Axis2. Are you willing to
> contribute some thing back to the community? If yes, I think the best
> one for you to start is to improve the documentation from your
> experiences. Its great if you can help us with that :)
>
> Thanks,
> -- Chinthaka
>
> Alistair Young wrote:
>> When I use the nightly build I get the binary distro and unpack to
>> /usr/local/axis2 - everything you need is there.
>>
>> For the webapp, I use the nightly axis2.war and unpack into
>> tomcat_home/webapps. I have to unpack as tomcat won't expand wars
>> outside
>> /webapps (my web tree is on a separate volume from tomcat).
>>
>> The jars in the binary distro are differently named from the normal ones
>> (*-NIGHTLY*.jar) so move your 1.0 /usr/local/axis2 out of the way before
>> unpacking the nightly binary distro.
>>
>> One thing I've found is you have to run WSDL2Java.sh from AXIS2_HOME/bin
>> or it won't work. It computes it's lib dir from:
>> export AXIS2_HOME=..
>> which is the current working directory, which isn't AXIS2_HOME so it
>> doesn't find it's jars and crashes.
>>
>> Or do what I do in WSDL2Java.sh:
>> export AXIS2_HOME=/usr/local/axis2
>>
>
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [AXIS2] Nightly Build

2006-08-10 Thread Eran Chinthaka
Hi Alistair,

Seems you have a very good knowledge on Axis2. Are you willing to
contribute some thing back to the community? If yes, I think the best
one for you to start is to improve the documentation from your
experiences. Its great if you can help us with that :)

Thanks,
-- Chinthaka

Alistair Young wrote:
> When I use the nightly build I get the binary distro and unpack to
> /usr/local/axis2 - everything you need is there.
> 
> For the webapp, I use the nightly axis2.war and unpack into
> tomcat_home/webapps. I have to unpack as tomcat won't expand wars outside
> /webapps (my web tree is on a separate volume from tomcat).
> 
> The jars in the binary distro are differently named from the normal ones
> (*-NIGHTLY*.jar) so move your 1.0 /usr/local/axis2 out of the way before
> unpacking the nightly binary distro.
> 
> One thing I've found is you have to run WSDL2Java.sh from AXIS2_HOME/bin
> or it won't work. It computes it's lib dir from:
> export AXIS2_HOME=..
> which is the current working directory, which isn't AXIS2_HOME so it
> doesn't find it's jars and crashes.
> 
> Or do what I do in WSDL2Java.sh:
> export AXIS2_HOME=/usr/local/axis2
> 




signature.asc
Description: OpenPGP digital signature


Re: [AXIS2] Nightly Build

2006-08-10 Thread Alistair Young
When I use the nightly build I get the binary distro and unpack to
/usr/local/axis2 - everything you need is there.

For the webapp, I use the nightly axis2.war and unpack into
tomcat_home/webapps. I have to unpack as tomcat won't expand wars outside
/webapps (my web tree is on a separate volume from tomcat).

The jars in the binary distro are differently named from the normal ones
(*-NIGHTLY*.jar) so move your 1.0 /usr/local/axis2 out of the way before
unpacking the nightly binary distro.

One thing I've found is you have to run WSDL2Java.sh from AXIS2_HOME/bin
or it won't work. It computes it's lib dir from:
export AXIS2_HOME=..
which is the current working directory, which isn't AXIS2_HOME so it
doesn't find it's jars and crashes.

Or do what I do in WSDL2Java.sh:
export AXIS2_HOME=/usr/local/axis2

-- 
Alistair Young
Senior Software Engineer
[EMAIL PROTECTED] Mòr Ostaig
Isle of Skye
Scotland

> Read the installation guide please.
>
> Ignazio Anastasi wrote:
>> How can i install a Nightly Build? just execute the jar file everywhere?
>> this make me the error
>>  "Failed to load Main-Class manifest attribute from axis2-1.0.jar"
>>
>> how can i do?
>>
>> tnx all
>
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [AXIS2] Nightly Build

2006-08-10 Thread Eran Chinthaka
Read the installation guide please.

Ignazio Anastasi wrote:
> How can i install a Nightly Build? just execute the jar file everywhere?
> this make me the error
>  "Failed to load Main-Class manifest attribute from axis2-1.0.jar"
> 
> how can i do?
> 
> tnx all




signature.asc
Description: OpenPGP digital signature


Re: [AXIS2] nightly build problem when parsing xml stream

2006-08-10 Thread Davanum Srinivas

if u use the generated build.xml it packages up the *.xsb stuff into a
jar and then places that into the aar.

-- dims

On 8/10/06, Alistair Young <[EMAIL PROTECTED]> wrote:

aha! handy thing a debugger coz the exception doesn't make it into
the log.

schemaorg_apache_xmlbeans.system.sA6973D16021071091ABD334B25B9A53E.TypeS
ystemHolder was missing.

sorted

Alistair

On 10 Aug 2006, at 13:11, Alistair Young wrote:

> Hi there,
>
> Is there anything obvious that might be causing these? They occur
> when a MessageReceiver (generated by WSDL2Java) is trying to do a
> Factory.newInstance
> (org.apache.axiom.om.OMElement.getXMLStreamReaderWithoutCaching(),
> new org.apache.xmlbeans.XmlOptions().setLoadAdditionalNamespaces
> (extraNamespaces))
>
> there's no other info in the logs.
>
> first attempt at calling the service via stub:
> SEVERE: java.lang.ExceptionInInitializerError
>
> next attempt:
> SEVERE: java.lang.NoClassDefFoundError
> INFO: org.apache.axis2.AxisFault: null; nested exception is:
> com.ctc.wstx.exc.WstxIOException: null
>
> thanks,
>
> Alistair
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [AXIS2] nightly build problem when parsing xml stream

2006-08-10 Thread Alistair Young
aha! handy thing a debugger coz the exception doesn't make it into  
the log.


schemaorg_apache_xmlbeans.system.sA6973D16021071091ABD334B25B9A53E.TypeS 
ystemHolder was missing.


sorted

Alistair

On 10 Aug 2006, at 13:11, Alistair Young wrote:


Hi there,

Is there anything obvious that might be causing these? They occur  
when a MessageReceiver (generated by WSDL2Java) is trying to do a  
Factory.newInstance 
(org.apache.axiom.om.OMElement.getXMLStreamReaderWithoutCaching(),  
new org.apache.xmlbeans.XmlOptions().setLoadAdditionalNamespaces 
(extraNamespaces))


there's no other info in the logs.

first attempt at calling the service via stub:
SEVERE: java.lang.ExceptionInInitializerError

next attempt:
SEVERE: java.lang.NoClassDefFoundError
INFO: org.apache.axis2.AxisFault: null; nested exception is:
com.ctc.wstx.exc.WstxIOException: null

thanks,

Alistair




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[AXIS2] nightly build problem when parsing xml stream

2006-08-10 Thread Alistair Young

Hi there,

Is there anything obvious that might be causing these? They occur  
when a MessageReceiver (generated by WSDL2Java) is trying to do a  
Factory.newInstance 
(org.apache.axiom.om.OMElement.getXMLStreamReaderWithoutCaching(),  
new org.apache.xmlbeans.XmlOptions().setLoadAdditionalNamespaces 
(extraNamespaces))


there's no other info in the logs.

first attempt at calling the service via stub:
SEVERE: java.lang.ExceptionInInitializerError

next attempt:
SEVERE: java.lang.NoClassDefFoundError
INFO: org.apache.axis2.AxisFault: null; nested exception is:
com.ctc.wstx.exc.WstxIOException: null

thanks,

Alistair




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[AXIS2] Nightly Build

2006-08-08 Thread Ignazio Anastasi
How can i install a Nightly Build? just execute the jar file everywhere? this make me the error  "Failed to load Main-Class manifest attribute from axis2-1.0.jar"how can i do? tnx all


Re: [axis2 nightly build 22 Jun] more bug

2006-07-03 Thread Wan Kaveevivitchai


Thank you Bille

Sathita


From: [EMAIL PROTECTED]
Reply-To: axis-user@ws.apache.org
To: axis-user@ws.apache.org
Subject: Re: [axis2 nightly build 22 Jun] more bug
Date: Mon, 03 Jul 2006 10:21:21 +0200

Hi Sathita,

here it is: http://issues.apache.org/jira/browse/AXIS2

HTH Bille

> -Ursprüngliche Nachricht-
> Von: axis-user@ws.apache.org
> Gesendet: 03.07.06 09:32:33
> An: [EMAIL PROTECTED]
> CC: axis-user@ws.apache.org
> Betreff: Re: [axis2 nightly build 22 Jun] more bug


> can anyone tell me where i can find the JIRA  for Axis2 Java?
> i have found only the one with C language.
>
> Sathita
>
>
> >From: "Davanum Srinivas" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: "Wan Kaveevivitchai" <[EMAIL PROTECTED]>
> >CC: axis-user@ws.apache.org
> >Subject: Re: [axis2 nightly build 22 Jun] more bug
> >Date: Fri, 30 Jun 2006 11:14:20 -0400
> >
> >Sathita,
> >
> >Sorry, we were all at Apachecon and did not get much time. Could u
> >please log a JIRA issue so that we don't forget this? Same goes for
> >the rampart issue as well.
> >
> >thanks,
> >dims
> >
> >On 6/30/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:
> >>
> >>Dear dims,
> >>
> >>   have you figure out, what should be the problem with the 
release? I
> >>have tested another issue related to the ws-security. I had downloaded 
the
> >>rampart module and then try to deploy it by add the module into 
axis2.xml
> >>and put .aar file into modules directory under web-inf in axis2 , when 
i

> >>started the server, the problem occur
> >>
> >>it said that : Trying to engage a module which is not available
> >>
> >>but i did test it with the other version release on Jun 4th, and
> >>everything
> >>work file for that version as well as the cache..but in Jun 4th 
version,

> >>it
> >>had the problem of broken pipe while sending large attachment.
> >>
> >>is there any completed version out? or how shold / could fix these
> >>problem?
> >>
> >>Best regards,
> >>
> >>Sathita
> >>
> >> >From: "Wan Kaveevivitchai" <[EMAIL PROTECTED]>
> >> >Reply-To: axis-user@ws.apache.org
> >> >To: [EMAIL PROTECTED], axis-user@ws.apache.org
> >> >Subject: Re: [axis2 nightly build 22 Jun] file caching not working 
bug

> >> >Date: Wed, 28 Jun 2006 08:25:32 +
> >> >
> >> >
> >> >I was writing some email earlier about problem in sending large file 
~

> >>10
> >> >MB and got broken pipe exception. And there was the suggestion to 
use

> >>the
> >> >new nightly release which is the 22 Jun 06 release and the broken 
pipe

> >> >problem was solve.
> >> >
> >> >So i moved on to test with 100 MB size attachment, and i got
> >> >java.lang.OutOfMemory error, so i did some setting about cache on
> >>axis2.xml
> >> >as following
> >> >
> >> >    locked="false">true

> >> > >> >locked="false">/users/alice3/home/
> >> >4000
> >> >
> >> >but it seems like it still cache into the memory, also when i check 
at

> >>the
> >> >home directory, there is no cached file at all. So we tried extend 
the
> >> >memory size and the attachment is received fine but it isn't the 
good

> >>way
> >> >to do it, i supposed. So i think the problem is about cache is not
> >>working.
> >> >
> >> > Please take a look,
> >> >  Sathita
> >> >
> >> >>From: "Davanum Srinivas" <[EMAIL PROTECTED]>
> >> >>Reply-To: [EMAIL PROTECTED]
> >> >>To: axis-user@ws.apache.org
> >> >>Subject: Re: [axis2 nightly build 22 Jun] file caching not working 
bug

> >> >>Date: Wed, 28 Jun 2006 04:13:03 -0400
> >> >>
> >> >>Sathita,
> >> >>
> >> >>We have no idea what this is about. Can you please explain a bit
> >> >>further? which property did you set? expected behavior and stack
> >> >>traces if any.
> >> >>
> >> >>thanks,
> >> >>dims
> >> >>
> >> >>On 6/28/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:
> >> >>>There is the problem of file caching, it doesn't working in 
nightly


Re: [axis2 nightly build 22 Jun] more bug

2006-07-03 Thread studium-sbr
Hi Sathita,

here it is: http://issues.apache.org/jira/browse/AXIS2

HTH Bille

> -Ursprüngliche Nachricht-
> Von: axis-user@ws.apache.org
> Gesendet: 03.07.06 09:32:33
> An: [EMAIL PROTECTED]
> CC: axis-user@ws.apache.org
> Betreff: Re: [axis2 nightly build 22 Jun] more bug


> can anyone tell me where i can find the JIRA  for Axis2 Java?
> i have found only the one with C language.
> 
> Sathita
> 
> 
> >From: "Davanum Srinivas" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: "Wan Kaveevivitchai" <[EMAIL PROTECTED]>
> >CC: axis-user@ws.apache.org
> >Subject: Re: [axis2 nightly build 22 Jun] more bug
> >Date: Fri, 30 Jun 2006 11:14:20 -0400
> >
> >Sathita,
> >
> >Sorry, we were all at Apachecon and did not get much time. Could u
> >please log a JIRA issue so that we don't forget this? Same goes for
> >the rampart issue as well.
> >
> >thanks,
> >dims
> >
> >On 6/30/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:
> >>
> >>Dear dims,
> >>
> >>   have you figure out, what should be the problem with the release? I
> >>have tested another issue related to the ws-security. I had downloaded the
> >>rampart module and then try to deploy it by add the module into axis2.xml
> >>and put .aar file into modules directory under web-inf in axis2 , when i
> >>started the server, the problem occur
> >>
> >>it said that : Trying to engage a module which is not available
> >>
> >>but i did test it with the other version release on Jun 4th, and 
> >>everything
> >>work file for that version as well as the cache..but in Jun 4th version, 
> >>it
> >>had the problem of broken pipe while sending large attachment.
> >>
> >>is there any completed version out? or how shold / could fix these 
> >>problem?
> >>
> >>Best regards,
> >>
> >>Sathita
> >>
> >> >From: "Wan Kaveevivitchai" <[EMAIL PROTECTED]>
> >> >Reply-To: axis-user@ws.apache.org
> >> >To: [EMAIL PROTECTED], axis-user@ws.apache.org
> >> >Subject: Re: [axis2 nightly build 22 Jun] file caching not working bug
> >> >Date: Wed, 28 Jun 2006 08:25:32 +
> >> >
> >> >
> >> >I was writing some email earlier about problem in sending large file ~ 
> >>10
> >> >MB and got broken pipe exception. And there was the suggestion to use 
> >>the
> >> >new nightly release which is the 22 Jun 06 release and the broken pipe
> >> >problem was solve.
> >> >
> >> >So i moved on to test with 100 MB size attachment, and i got
> >> >java.lang.OutOfMemory error, so i did some setting about cache on 
> >>axis2.xml
> >> >as following
> >> >
> >> >true
> >> > >> >locked="false">/users/alice3/home/
> >> >4000
> >> >
> >> >but it seems like it still cache into the memory, also when i check at 
> >>the
> >> >home directory, there is no cached file at all. So we tried extend the
> >> >memory size and the attachment is received fine but it isn't the good 
> >>way
> >> >to do it, i supposed. So i think the problem is about cache is not 
> >>working.
> >> >
> >> > Please take a look,
> >> >  Sathita
> >> >
> >> >>From: "Davanum Srinivas" <[EMAIL PROTECTED]>
> >> >>Reply-To: [EMAIL PROTECTED]
> >> >>To: axis-user@ws.apache.org
> >> >>Subject: Re: [axis2 nightly build 22 Jun] file caching not working bug
> >> >>Date: Wed, 28 Jun 2006 04:13:03 -0400
> >> >>
> >> >>Sathita,
> >> >>
> >> >>We have no idea what this is about. Can you please explain a bit
> >> >>further? which property did you set? expected behavior and stack
> >> >>traces if any.
> >> >>
> >> >>thanks,
> >> >>dims
> >> >>
> >> >>On 6/28/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:
> >> >>>There is the problem of file caching, it doesn't working in nightly 
> >>build
> >> >>>version released on June 22, 06. Eventhough, the cache properties in
> >> >>>axis2.xml already been set.
> >> >>>
> >> >>>Is there any solution for this

Re: [axis2 nightly build 22 Jun] more bug

2006-07-03 Thread Wan Kaveevivitchai

can anyone tell me where i can find the JIRA  for Axis2 Java?
i have found only the one with C language.

Sathita



From: "Davanum Srinivas" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: "Wan Kaveevivitchai" <[EMAIL PROTECTED]>
CC: axis-user@ws.apache.org
Subject: Re: [axis2 nightly build 22 Jun] more bug
Date: Fri, 30 Jun 2006 11:14:20 -0400

Sathita,

Sorry, we were all at Apachecon and did not get much time. Could u
please log a JIRA issue so that we don't forget this? Same goes for
the rampart issue as well.

thanks,
dims

On 6/30/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:


Dear dims,

  have you figure out, what should be the problem with the release? I
have tested another issue related to the ws-security. I had downloaded the
rampart module and then try to deploy it by add the module into axis2.xml
and put .aar file into modules directory under web-inf in axis2 , when i
started the server, the problem occur

it said that : Trying to engage a module which is not available

but i did test it with the other version release on Jun 4th, and 
everything
work file for that version as well as the cache..but in Jun 4th version, 
it

had the problem of broken pipe while sending large attachment.

is there any completed version out? or how shold / could fix these 
problem?


Best regards,

Sathita

>From: "Wan Kaveevivitchai" <[EMAIL PROTECTED]>
>Reply-To: axis-user@ws.apache.org
>To: [EMAIL PROTECTED], axis-user@ws.apache.org
>Subject: Re: [axis2 nightly build 22 Jun] file caching not working bug
>Date: Wed, 28 Jun 2006 08:25:32 +
>
>
>I was writing some email earlier about problem in sending large file ~ 
10
>MB and got broken pipe exception. And there was the suggestion to use 
the

>new nightly release which is the 22 Jun 06 release and the broken pipe
>problem was solve.
>
>So i moved on to test with 100 MB size attachment, and i got
>java.lang.OutOfMemory error, so i did some setting about cache on 
axis2.xml

>as following
>
>true
>locked="false">/users/alice3/home/
>4000
>
>but it seems like it still cache into the memory, also when i check at 
the

>home directory, there is no cached file at all. So we tried extend the
>memory size and the attachment is received fine but it isn't the good 
way
>to do it, i supposed. So i think the problem is about cache is not 
working.

>
> Please take a look,
>  Sathita
>
>>From: "Davanum Srinivas" <[EMAIL PROTECTED]>
>>Reply-To: [EMAIL PROTECTED]
>>To: axis-user@ws.apache.org
>>Subject: Re: [axis2 nightly build 22 Jun] file caching not working bug
>>Date: Wed, 28 Jun 2006 04:13:03 -0400
>>
>>Sathita,
>>
>>We have no idea what this is about. Can you please explain a bit
>>further? which property did you set? expected behavior and stack
>>traces if any.
>>
>>thanks,
>>dims
>>
>>On 6/28/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:
>>>There is the problem of file caching, it doesn't working in nightly 
build

>>>version released on June 22, 06. Eventhough, the cache properties in
>>>axis2.xml already been set.
>>>
>>>Is there any solution for this? Is it a bug?
>>>
>>>Sathita
>>>
>>>
>>>
>>>-
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>>
>>--
>>Davanum Srinivas : http://people.apache.org/~dims/
>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>






--
Davanum Srinivas : http://people.apache.org/~dims/




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [axis2 nightly build 22 Jun] more bug

2006-06-30 Thread Wan Kaveevivitchai

Dear dims,
yeah absolutely i will, but gotta be sometime next week cause all the codes are at workplace.
Thanks for the reply
Sathita




From:  "Davanum Srinivas" <[EMAIL PROTECTED]>Reply-To:  [EMAIL PROTECTED]To:  "Wan Kaveevivitchai" <[EMAIL PROTECTED]>CC:  axis-user@ws.apache.orgSubject:  Re: [axis2 nightly build 22 Jun] more bugDate:  Fri, 30 Jun 2006 11:14:20 -0400>Sathita,>>Sorry, we were all at Apachecon and did not get much time. Could u>please log a JIRA issue so that we don't forget this? Same goes for>the rampart issue as well.>>thanks,>dims>>On 6/30/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:>>>>Dear dims,>>>>   have you figure out, what should be the problem with the >>release? I>>have tested 
another issue related to the ws-security. I had >>downloaded the>>rampart module and then try to deploy it by add the module into >>axis2.xml>>and put .aar file into modules directory under web-inf in axis2 , >>when i>>started the server, the problem occur>>>>it said that : Trying to engage a module which is not available>>>>but i did test it with the other version release on Jun 4th, and >>everything>>work file for that version as well as the cache..but in Jun 4th >>version, it>>had the problem of broken pipe while sending large attachment.>>>>is there any completed version out? or how shold / could fix these >>problem?>>>>Best regards,>>>>Sathita>>>> >From: 
"Wan Kaveevivitchai" <[EMAIL PROTECTED]>>> >Reply-To: axis-user@ws.apache.org>> >To: [EMAIL PROTECTED], axis-user@ws.apache.org>> >Subject: Re: [axis2 nightly build 22 Jun] file caching not >>working bug>> >Date: Wed, 28 Jun 2006 08:25:32 +>> >>> >>> >I was writing some email earlier about problem in sending large >>file ~ 10>> >MB and got broken pipe exception. And there was the suggestion to >>use the>> >new nightly release which is the 22 Jun 06 release and the broken >>pipe>> >problem was solve.>> >>> >So i moved on to test with 100 MB size attachment, and i got>> >java.lang.OutOfMemory error, so i did some setting about cache on >>axis2.xml>> 
>as following>> >>> >>>locked="false">true>> >>> >locked="false">/users/alice3/home/>> >>>locked="false">4000>> >>> >but it seems like it still cache into the memory, also when i >>check at the>> >home directory, there is no cached file at all. So we tried >>extend the>> >memory size and the attachment is received fine but it isn't the >>good way>> >to do it, i supposed. So i think the problem is about cache is >>not working.>> >>> 
> Please take a look,>> >  Sathita>> >>> >>From: "Davanum Srinivas" <[EMAIL PROTECTED]>>> >>Reply-To: [EMAIL PROTECTED]>> >>To: axis-user@ws.apache.org>> >>Subject: Re: [axis2 nightly build 22 Jun] file caching not >>working bug>> >>Date: Wed, 28 Jun 2006 04:13:03 -0400>> >>>> >>Sathita,>> >>>> >>We have no idea what this is about. Can you please explain a bit>> >>further? which property did you set? expected behavior and stack>> >>traces if any.>> >>>> >>thanks,>> >>dims>> >>>> >>On 6/28/06, Wan Kaveevivitchai 
<[EMAIL PROTECTED]> wrote:>> >>>There is the problem of file caching, it doesn't working in >>nightly build>> >>>version released on June 22, 06. Eventhough, the cache >>properties in>> >>>axis2.xml already been set.>> >>>>> >>>Is there any solution for this? Is it a bug?>> >>>>> >>>Sathita>> >>>>> >>>>> >>>>> >>>->> >>>To unsubscribe, e-mail: [EMAIL PROTECTED]>> >>>For additional commands, e-mail: [EMAIL PROTECTED]>> >>>>> >>>>> >>>> >>>> 
>>-->> >>Davanum Srinivas : http://people.apache.org/~dims/>> >>>> >>->> >>To unsubscribe, e-mail: [EMAIL PROTECTED]>> >>For additional commands, e-mail: [EMAIL PROTECTED]>> >>>> >>> >>> >>> >->> >To unsubscribe, e-mail: [EMAIL PROTECTED]>> >For additional commands, e-mail: [EMAIL PROTECTED]>> >>>>>>>>>>-->Davanum Srinivas : http://people.apache.org/~dims/>>->To 
unsubscribe, e-mail: [EMAIL PROTECTED]>For additional commands, e-mail: [EMAIL PROTECTED]>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [axis2 nightly build 22 Jun] more bug

2006-06-30 Thread Davanum Srinivas

Sathita,

Sorry, we were all at Apachecon and did not get much time. Could u
please log a JIRA issue so that we don't forget this? Same goes for
the rampart issue as well.

thanks,
dims

On 6/30/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:


Dear dims,

  have you figure out, what should be the problem with the release? I
have tested another issue related to the ws-security. I had downloaded the
rampart module and then try to deploy it by add the module into axis2.xml
and put .aar file into modules directory under web-inf in axis2 , when i
started the server, the problem occur

it said that : Trying to engage a module which is not available

but i did test it with the other version release on Jun 4th, and everything
work file for that version as well as the cache..but in Jun 4th version, it
had the problem of broken pipe while sending large attachment.

is there any completed version out? or how shold / could fix these problem?

Best regards,

Sathita

>From: "Wan Kaveevivitchai" <[EMAIL PROTECTED]>
>Reply-To: axis-user@ws.apache.org
>To: [EMAIL PROTECTED], axis-user@ws.apache.org
>Subject: Re: [axis2 nightly build 22 Jun] file caching not working bug
>Date: Wed, 28 Jun 2006 08:25:32 +
>
>
>I was writing some email earlier about problem in sending large file ~ 10
>MB and got broken pipe exception. And there was the suggestion to use the
>new nightly release which is the 22 Jun 06 release and the broken pipe
>problem was solve.
>
>So i moved on to test with 100 MB size attachment, and i got
>java.lang.OutOfMemory error, so i did some setting about cache on axis2.xml
>as following
>
>true
>locked="false">/users/alice3/home/
>4000
>
>but it seems like it still cache into the memory, also when i check at the
>home directory, there is no cached file at all. So we tried extend the
>memory size and the attachment is received fine but it isn't the good way
>to do it, i supposed. So i think the problem is about cache is not working.
>
> Please take a look,
>  Sathita
>
>>From: "Davanum Srinivas" <[EMAIL PROTECTED]>
>>Reply-To: [EMAIL PROTECTED]
>>To: axis-user@ws.apache.org
>>Subject: Re: [axis2 nightly build 22 Jun] file caching not working bug
>>Date: Wed, 28 Jun 2006 04:13:03 -0400
>>
>>Sathita,
>>
>>We have no idea what this is about. Can you please explain a bit
>>further? which property did you set? expected behavior and stack
>>traces if any.
>>
>>thanks,
>>dims
>>
>>On 6/28/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:
>>>There is the problem of file caching, it doesn't working in nightly build
>>>version released on June 22, 06. Eventhough, the cache properties in
>>>axis2.xml already been set.
>>>
>>>Is there any solution for this? Is it a bug?
>>>
>>>Sathita
>>>
>>>
>>>
>>>-
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>>
>>--
>>Davanum Srinivas : http://people.apache.org/~dims/
>>
>>-
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>






--
Davanum Srinivas : http://people.apache.org/~dims/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [axis2 nightly build 22 Jun] more bug

2006-06-29 Thread Wan Kaveevivitchai


Dear dims,

 have you figure out, what should be the problem with the release? I 
have tested another issue related to the ws-security. I had downloaded the 
rampart module and then try to deploy it by add the module into axis2.xml 
and put .aar file into modules directory under web-inf in axis2 , when i 
started the server, the problem occur


it said that : Trying to engage a module which is not available

but i did test it with the other version release on Jun 4th, and everything 
work file for that version as well as the cache..but in Jun 4th version, it 
had the problem of broken pipe while sending large attachment.


is there any completed version out? or how shold / could fix these problem?

Best regards,

Sathita


From: "Wan Kaveevivitchai" <[EMAIL PROTECTED]>
Reply-To: axis-user@ws.apache.org
To: [EMAIL PROTECTED], axis-user@ws.apache.org
Subject: Re: [axis2 nightly build 22 Jun] file caching not working bug
Date: Wed, 28 Jun 2006 08:25:32 +


I was writing some email earlier about problem in sending large file ~ 10 
MB and got broken pipe exception. And there was the suggestion to use the 
new nightly release which is the 22 Jun 06 release and the broken pipe 
problem was solve.


So i moved on to test with 100 MB size attachment, and i got 
java.lang.OutOfMemory error, so i did some setting about cache on axis2.xml 
as following


   true
   locked="false">/users/alice3/home/

   4000

but it seems like it still cache into the memory, also when i check at the 
home directory, there is no cached file at all. So we tried extend the 
memory size and the attachment is received fine but it isn't the good way 
to do it, i supposed. So i think the problem is about cache is not working.


Please take a look,
 Sathita


From: "Davanum Srinivas" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: axis-user@ws.apache.org
Subject: Re: [axis2 nightly build 22 Jun] file caching not working bug
Date: Wed, 28 Jun 2006 04:13:03 -0400

Sathita,

We have no idea what this is about. Can you please explain a bit
further? which property did you set? expected behavior and stack
traces if any.

thanks,
dims

On 6/28/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:

There is the problem of file caching, it doesn't working in nightly build
version released on June 22, 06. Eventhough, the cache properties in
axis2.xml already been set.

Is there any solution for this? Is it a bug?

Sathita



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Davanum Srinivas : http://people.apache.org/~dims/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [axis2 nightly build 22 Jun] file caching not working bug

2006-06-28 Thread Wan Kaveevivitchai


for furthur detail,
this is the error i got.

Exception in thread "main" org.apache.axis2.AxisFault: null; nested 
exception is:

java.lang.reflect.InvocationTargetException
	at 
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisOperation.java:287)
	at 
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:451)
	at 
org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:393)

at fileT.fileC.sendFile(fileC.java:118)
at fileT.fileC.main(fileC.java:50)
Caused by: java.lang.Exception: org.apache.axis2.AxisFault: null; nested 
exception is:

java.lang.reflect.InvocationTargetException
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:318)
	at 
org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:144)
	at 
org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.receive(AbstractInOutSyncMessageReceiver.java:37)

at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:483)
	at 
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:284)

at 
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:144)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:423)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:355)
at 
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:219)
at 
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:542)
	at 
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:145)
	at 
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:126)

at 
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:119)
at org.mortbay.jetty.Server.handle(Server.java:245)
at 
org.mortbay.jetty.HttpConnection.handlerRequest(HttpConnection.java:365)
at org.mortbay.jetty.HttpConnection.access$1500(HttpConnection.java:38)
	at 
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:623)

at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:690)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:192)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:296)
	at 
org.mortbay.jetty.nio.SelectChannelConnector$HttpEndPoint.run(SelectChannelConnector.java:740)
	at 
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:435)

Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)
	at 
org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:114)

... 22 more
Caused by: java.lang.OutOfMemoryError

at org.apache.axis2.AxisFault.(AxisFault.java:159)
... 5 more



From: "Davanum Srinivas" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: axis-user@ws.apache.org
Subject: Re: [axis2 nightly build 22 Jun] file caching not working bug
Date: Wed, 28 Jun 2006 04:13:03 -0400

Sathita,

We have no idea what this is about. Can you please explain a bit
further? which property did you set? expected behavior and stack
traces if any.

thanks,
dims

On 6/28/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:

There is the problem of file caching, it doesn't working in nightly build
version released on June 22, 06. Eventhough, the cache properties in
axis2.xml already been set.

Is there any solution for this? Is it a bug?

Sathita



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Davanum Srinivas : http://people.apache.org/~dims/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [axis2 nightly build 22 Jun] file caching not working bug

2006-06-28 Thread Wan Kaveevivitchai


I was writing some email earlier about problem in sending large file ~ 10 MB 
and got broken pipe exception. And there was the suggestion to use the new 
nightly release which is the 22 Jun 06 release and the broken pipe problem 
was solve.


So i moved on to test with 100 MB size attachment, and i got 
java.lang.OutOfMemory error, so i did some setting about cache on axis2.xml 
as following


   true
   locked="false">/users/alice3/home/

   4000

but it seems like it still cache into the memory, also when i check at the 
home directory, there is no cached file at all. So we tried extend the 
memory size and the attachment is received fine but it isn't the good way to 
do it, i supposed. So i think the problem is about cache is not working.


Please take a look,
 Sathita


From: "Davanum Srinivas" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: axis-user@ws.apache.org
Subject: Re: [axis2 nightly build 22 Jun] file caching not working bug
Date: Wed, 28 Jun 2006 04:13:03 -0400

Sathita,

We have no idea what this is about. Can you please explain a bit
further? which property did you set? expected behavior and stack
traces if any.

thanks,
dims

On 6/28/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:

There is the problem of file caching, it doesn't working in nightly build
version released on June 22, 06. Eventhough, the cache properties in
axis2.xml already been set.

Is there any solution for this? Is it a bug?

Sathita



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Davanum Srinivas : http://people.apache.org/~dims/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [axis2 nightly build 22 Jun] file caching not working bug

2006-06-28 Thread Davanum Srinivas

Sathita,

We have no idea what this is about. Can you please explain a bit
further? which property did you set? expected behavior and stack
traces if any.

thanks,
dims

On 6/28/06, Wan Kaveevivitchai <[EMAIL PROTECTED]> wrote:

There is the problem of file caching, it doesn't working in nightly build
version released on June 22, 06. Eventhough, the cache properties in
axis2.xml already been set.

Is there any solution for this? Is it a bug?

Sathita



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Davanum Srinivas : http://people.apache.org/~dims/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[axis2 nightly build 22 Jun] file caching not working bug

2006-06-28 Thread Wan Kaveevivitchai
There is the problem of file caching, it doesn't working in nightly build 
version released on June 22, 06. Eventhough, the cache properties in 
axis2.xml already been set.


Is there any solution for this? Is it a bug?

Sathita



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] Nightly build

2006-06-02 Thread Davanum Srinivas

woohoo!

thanks,
dims

On 6/1/06, Ken Campbell <[EMAIL PROTECTED]> wrote:

Hi,

Having had problems with the 1.0 release and XmlBeans, I left it alone and
returned to 0.95. I'm really happy to find that the problems have been
resolved in the current nightly build and I was able to upgrade my service
without any difficulties. Thanks guys!

Regards,
Ken


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
Davanum Srinivas : http://wso2.com/blogs/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Axis2] Nightly build

2006-06-01 Thread Ken Campbell
Hi,

Having had problems with the 1.0 release and XmlBeans, I left it alone and
returned to 0.95. I'm really happy to find that the problems have been
resolved in the current nightly build and I was able to upgrade my service
without any difficulties. Thanks guys!

Regards,
Ken


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: axis2 nightly build

2006-03-01 Thread Tachtevrenidis, Kosta
 

A couple of days ago I tried building the war from HEAD (in windows) and
could not get passed some unit tests. Does anybody have the new war to
give me?

Kosta Tachtevrenidis
FileNet Developer
(253) 924-4862

http://www.weyer.com/dmg


-Original Message-
From: Ruchith Fernando [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 01, 2006 11:02 AM
To: axis-user@ws.apache.org
Subject: Re: axis2 nightly build

Hi,

You can simply replace the axis2-* jars in the WEB-INF/lib directory
with the latest ones.
*BUT* ... you will run into a problem in doing so since we have changed
the structure of the repository (The sub-dirs that is expected to be
there in the WEB-INF dir) and the dependant jars. As a possible solution
that *MIGHT* work, you can try the following steps:
  - create a directory named 'conf' in the WEB-INF dir of the expanded
directory of the war in the servlet container (E.g. Tomcat :
webapps/axis2/WEB-INF/)
  - move the axis2.xml file in the WEB-INF dir into WEB-INF/conf (The
directory that you just created)
  - Copy all the jars from here : [1] to WEB-INF/lib
  - Remove WSS4J-SNAPSHOT.jar from WEB-INF/lib
  - Restart the servlet container.

If you don't want to go through this hassle you can simply build the war
yourself  from the SVN head, which will have everything setup properly
:-) AND the recommended solution is to use the new war.

HTH

Thanks,
Ruchith

[1] http://cvs.apache.org/repository/ws-commons/jars/

On 3/1/06, Tachtevrenidis, Kosta <[EMAIL PROTECTED]>
wrote:
>
> Sure but now the question becomes, how can I use those instead of the 
> ones that come with the 0.94 war I deployed?
>
>
> Kosta Tachtevrenidis
> FileNet Developer
> (253) 924-4862
>
> http://www.weyer.com/dmg
>
>
> -Original Message-
> From: Eran Chinthaka [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 01, 2006 3:03 AM
> To: axis-user@ws.apache.org
> Subject: Re: axis2 nightly build
>
> I'm not sure whether you are looking for jars or the whole dist.
>
> But if you are looking for just nightly jars, they are here :
> http://cvs.apache.org/repository/axis2/jars/
>
> -- Chinthaka
>
> Tachtevrenidis, Kosta wrote:
>
> >dear group,
> >
> >is there a way to get a nightly build of axis2 (the binary). I know I
> can build it but sometimes having a nightly binary is handy.
> >
> >thanks
> >
> >Kosta
> >
> >
> >
> >
>
>




Re: axis2 nightly build

2006-03-01 Thread Ruchith Fernando
Hi,

You can simply replace the axis2-* jars in the WEB-INF/lib directory
with the latest ones.
*BUT* ... you will run into a problem in doing so since we have
changed the structure of the repository (The sub-dirs that is expected
to be there in the WEB-INF dir) and the dependant jars. As a possible
solution that *MIGHT* work, you can try the following steps:
  - create a directory named 'conf' in the WEB-INF dir of the expanded
directory of the war in the servlet container (E.g. Tomcat :
webapps/axis2/WEB-INF/)
  - move the axis2.xml file in the WEB-INF dir into WEB-INF/conf (The
directory that you just created)
  - Copy all the jars from here : [1] to WEB-INF/lib
  - Remove WSS4J-SNAPSHOT.jar from WEB-INF/lib
  - Restart the servlet container.

If you don't want to go through this hassle you can simply build the
war yourself  from the SVN head, which will have everything setup
properly :-) AND the recommended solution is to use the new war.

HTH

Thanks,
Ruchith

[1] http://cvs.apache.org/repository/ws-commons/jars/

On 3/1/06, Tachtevrenidis, Kosta <[EMAIL PROTECTED]> wrote:
>
> Sure but now the question becomes, how can I use those instead of the
> ones that come with the 0.94 war I deployed?
>
>
> Kosta Tachtevrenidis
> FileNet Developer
> (253) 924-4862
>
> http://www.weyer.com/dmg
>
>
> -Original Message-
> From: Eran Chinthaka [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 01, 2006 3:03 AM
> To: axis-user@ws.apache.org
> Subject: Re: axis2 nightly build
>
> I'm not sure whether you are looking for jars or the whole dist.
>
> But if you are looking for just nightly jars, they are here :
> http://cvs.apache.org/repository/axis2/jars/
>
> -- Chinthaka
>
> Tachtevrenidis, Kosta wrote:
>
> >dear group,
> >
> >is there a way to get a nightly build of axis2 (the binary). I know I
> can build it but sometimes having a nightly binary is handy.
> >
> >thanks
> >
> >Kosta
> >
> >
> >
> >
>
>


RE: axis2 nightly build

2006-03-01 Thread Tachtevrenidis, Kosta

Sure but now the question becomes, how can I use those instead of the
ones that come with the 0.94 war I deployed? 


Kosta Tachtevrenidis
FileNet Developer
(253) 924-4862

http://www.weyer.com/dmg


-Original Message-
From: Eran Chinthaka [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 01, 2006 3:03 AM
To: axis-user@ws.apache.org
Subject: Re: axis2 nightly build

I'm not sure whether you are looking for jars or the whole dist.

But if you are looking for just nightly jars, they are here :
http://cvs.apache.org/repository/axis2/jars/

-- Chinthaka

Tachtevrenidis, Kosta wrote:

>dear group,
>
>is there a way to get a nightly build of axis2 (the binary). I know I
can build it but sometimes having a nightly binary is handy.
>
>thanks
>
>Kosta
>
>
>  
>



Re: axis2 nightly build

2006-03-01 Thread Eran Chinthaka
I'm not sure whether you are looking for jars or the whole dist.

But if you are looking for just nightly jars, they are here :
http://cvs.apache.org/repository/axis2/jars/

-- Chinthaka

Tachtevrenidis, Kosta wrote:

>dear group,
>
>is there a way to get a nightly build of axis2 (the binary). I know I can 
>build it but sometimes having a nightly binary is handy.
>
>thanks
>
>Kosta
>
>
>  
>


signature.asc
Description: OpenPGP digital signature


axis2 nightly build

2006-02-28 Thread Tachtevrenidis, Kosta

dear group,

is there a way to get a nightly build of axis2 (the binary). I know I can build 
it but sometimes having a nightly binary is handy.

thanks

Kosta