it seems so , for a simple web service with only one function . And it 
avoids spring loading which is rather good I beleive.

Mattias Jiderhamn wrote:
> That's about what I had.
> However geronimo-javamail_1.4_spec-1.6.jar seemed unnecessary, plus I 
> added spring.jar (3 MB) to config the services, but maybe Resin CanDI 
> works just as well?
> 
> </Mattias>
> 
> Riccardo Cohen wrote (2010-07-22 11:14):
>> Ooops ... it actually works all right with lib/soap/ subdirectory, I
>> just modified the wrong file... :)
>>
>> By the way I noticed a very interesting file in the CXF lib directory :
>> WHICH_JARS !! Could make my program work with only 12 libs/6Mb:
>>
>> commons-logging-1.1.1.jar
>> cxf-2.2.9.jar
>> geronimo-activation_1.1_spec-1.0.2.jar
>> geronimo-annotation_1.0_spec-1.1.1.jar
>> geronimo-javamail_1.4_spec-1.6.jar
>> geronimo-stax-api_1.0_spec-1.0.1.jar
>> jaxb-api-2.1.jar
>> jaxb-impl-2.1.13.jar
>> neethi-2.0.4.jar
>> wsdl4j-1.6.2.jar
>> wstx-asl-3.2.9.jar
>> XmlSchema-1.4.5.jar
>>
>> It begins to be reasonable !
>>
>> Riccardo Cohen wrote:
>>    
>>> Hello
>>> With 4.0.8 the sample given http://wiki.caucho.com/CXF works.
>>> I can now create a soap service and call it. I can also generate wsdl
>>> with /adlsoap?wsdl request and could generate java classes from wsdl
>>> with cxf's wsdl2java. These 2 steps could be added to the wiki :)
>>>
>>> Now there are some details:
>>>
>>> - I still need to unzip package 3.1.9 to find the resin-support.jar
>>> which is needed, I suppose this could be added also in 4.0.8 package ?
>>>
>>>
>>> - I would like to put cxf libraries in a subfolder of lib, so I added
>>> this to web-app conf :
>>>     <class-loader>
>>>       <library-loader path="WEB-INF/lib/soap"/>
>>>     </class-loader>
>>> but it did not work.
>>>
>>>
>>> Thanks
>>>
>>>      
>>    
> 
> 
> 
> 
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
> 

-- 
Riccardo Cohen
Architecte du Logiciel
http://www.architectedulogiciel.fr
+33 (0)6.09.83.64.49
Membre du réseau http://www.reflexe-conseil-centre.org




_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to