I have checked out the latest sources and build everything.
Result:
It seems to work now, at least my tests pass through.
Well done, thanks.

One small thing:
I get an exception inside my logs during startup:

2008-03-31 11:02:05,468 [main           ] DEBUG SaxonComponent                
- Service unit started
2008-03-31 11:02:05,468 [main           ] WARN  ClientFactory                 
- Cound not start ClientFactory: javax.naming.NoInitialContextException:
Need to specify class name in environment or system property, or as an
applet parameter, or in an application resource file: 
java.naming.factory.initial
2008-03-31 11:02:05,468 [main           ] DEBUG ClientFactory                 
- Could not start ClientFactory
javax.naming.NoInitialContextException: Need to specify class name in
environment or system property, or as an applet parameter, or in an
application resource file:  java.naming.factory.initial
        at 
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645)
        at 
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
        at
javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:325)
        at javax.naming.InitialContext.bind(InitialContext.java:400)
        at
org.apache.servicemix.jbi.framework.ClientFactory.start(ClientFactory.java:86)
        at
org.apache.servicemix.jbi.container.JBIContainer.start(JBIContainer.java:629)
        at
org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSet(SpringJBIContainer.java:115)

But from previous posts I can ignore that, right?

Thanks again for supporting.






gnodet wrote:
> 
> This is fixed now.  If you build a new snapshot of 3.3 locally, it should
> now work.
> A wordaround is to deploy  dummy lightweight component so that you can
> still
> deploy the SU.
> 
> On Sun, Mar 30, 2008 at 7:27 PM, Guillaume Nodet <[EMAIL PROTECTED]> wrote:
> 
>> This may be related to a change I did last week (you use 3.3-SNAPSHOT,
>> right ?)
>> Usually, SU contains endpoint definitions, but in the lwcontainer case,
>> this is not always true, so i need to make sure this use case still
>> works.
>> I'll try to fix that tomorrow.
>>
>>
>> On Sat, Mar 29, 2008 at 10:44 PM, Cybexion <[EMAIL PROTECTED]> wrote:
>>
>> >
>> > My maven var now looks like this MAVEN_OPTS=-Xmx768m
>> > I put the path to the local repository into servicemix.xml:
>> >  <localRepository>D:/java/.m2/repository</localRepository>
>> > Interesting, the bug has disapeared :-)
>> > Looks like maven treats the settings in the variable different to the
>> > one in
>> > settings.xml
>> > But ... you might guess it ... still an issue.
>> > The next error message is this: No endpoints found
>> >
>> > 2008-03-29 15:08:40,250 [main           ] ERROR DeploymentService
>> > - Error deploying service assembly
>> > java.lang.Exception: <?xml version="1.0" encoding="UTF-8"?>
>> > <jbi-task xmlns="http://java.sun.com/xml/ns/jbi/management-message";
>> > version="1.0">
>> > <jbi-task-result>
>> > <frmwk-task-result>
>> > <frmwk-task-result-details>
>> > <task-result-details>
>> > <task-id>deploy</task-id>
>> > <task-result>FAILED</task-result>
>> > <message-type>ERROR</message-type>
>> > </task-result-details>
>> > </frmwk-task-result-details>
>> > </frmwk-task-result>
>> > <component-task-result
>> > xmlns="http://java.sun.com/xml/ns/jbi/management-message";>
>> >         <component-name>servicemix-cxf-bc</component-name>
>> >         <component-task-result-details>
>> >                 <task-result-details>
>> >                        <task-id>deploy</task-id>
>> >                        <task-result>FAILED</task-result>
>> >                        <message-type>ERROR</message-type>
>> >                        <task-status-msg>
>> > <msg-loc-info>
>> > <loc-token/>
>> > <loc-message>No endpoints found</loc-message>
>> > </msg-loc-info>
>> > </task-status-msg>
>> >                 </task-result-details>
>> >        </component-task-result-details>
>> > </component-task-result>
>> > <component-task-result
>> > xmlns="http://java.sun.com/xml/ns/jbi/management-message";>
>> >         <component-name>servicemix-cxf-se</component-name>
>> >         <component-task-result-details>
>> >                 <task-result-details>
>> >                        <task-id>deploy</task-id>
>> >                        <task-result>FAILED</task-result>
>> >                        <message-type>ERROR</message-type>
>> >                        <task-status-msg>
>> > <msg-loc-info>
>> > <loc-token/>
>> > <loc-message>No endpoints found</loc-message>
>> > </msg-loc-info>
>> > </task-status-msg>
>> >                 </task-result-details>
>> >        </component-task-result-details>
>> > </component-task-result>
>> > <component-task-result
>> > xmlns="http://java.sun.com/xml/ns/jbi/management-message";>
>> >         <component-name>servicemix-saxon</component-name>
>> >         <component-task-result-details>
>> >                 <task-result-details>
>> >                        <task-id>deploy</task-id>
>> >                        <task-result>FAILED</task-result>
>> >                        <message-type>ERROR</message-type>
>> >                        <task-status-msg>
>> > <msg-loc-info>
>> > <loc-token/>
>> > <loc-message>No endpoints found</loc-message>
>> > </msg-loc-info>
>> > </task-status-msg>
>> >                 </task-result-details>
>> >        </component-task-result-details>
>> > </component-task-result>
>> > </jbi-task-result>
>> > </jbi-task>
>> >
>> > I don't know what this means.
>> > My Spring config looks like this:
>> >
>> >  <sm:container generateRootDir="true">
>> >    <sm:deployments>
>> >      <sm:installSharedLibrary groupId="org.apache.servicemix"
>> > artifactId="servicemix-shared"
>> >        version="3.3-SNAPSHOT"/>
>> >       <sm:installComponent groupId="org.apache.servicemix"
>> > artifactId="servicemix-cxf-bc"
>> >        version="3.3-SNAPSHOT"/>
>> >      <sm:installComponent groupId="org.apache.servicemix"
>> > artifactId="servicemix-cxf-se"
>> >        version="3.3-SNAPSHOT"/>
>> >      <sm:installComponent groupId="org.apache.servicemix"
>> > artifactId="servicemix-saxon"
>> >         version="3.3-SNAPSHOT"/>
>> >      <sm:deployServiceAssembly groupId="my.components.order.service"
>> >        artifactId="orderservice-cxf-sa" version="1.0-SNAPSHOT"/>
>> >    </sm:deployments>
>> >  </sm:container>
>> >
>> > Inside my orderservice-cxf-sa I use cxf-bc, se and saxon.
>> > Once again help needed, please.
>> >
>> >
>> > --
>> > View this message in context:
>> >
>> http://www.nabble.com/Integration-Test%3A-UnknownHostException-tp16278375s12049p16375022.html
>> > Sent from the ServiceMix - User mailing list archive at Nabble.com.
>> >
>> >
>>
>>
>> --
>> Cheers,
>> Guillaume Nodet
>> ------------------------
>> Blog: http://gnodet.blogspot.com/
>>
> 
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Integration-Test%3A-UnknownHostException-tp16278375s12049p16394700.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to