I think there are certain issues with your xbean configurations.

You have used namespaces "test" and "mine"(ex:
service="test:MyConsumerService") without declaring them.. Can you
declare these namespaces and try...

 


Regards,
Rabi Mishra, 
http://rabisblog.blogspot.com/
c++; /* this makes c bigger but returns the old value */ 
-----Original Message-----
From: kiwisurfer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 24, 2007 2:34 PM
To: [email protected]
Subject: Re: Usage of lightweight components?


My apologies for posting to wrong forum... its was 02:30am, and I was a
little tired. :-)

Thanks for your post and the info on the seperate SUs. I have done this
and made the change to the jbi.xml file as below.

Using MC4J console I can see the service assembly registered, but no
service units. This is what I am assuming is the heart of why I am not
seeing my JMS queue or Bean component.... the SUs are seemingly not
registering any of their contents. 

The log for ServiceMix definitely shows a "Finished installation of
archive:
CatalogService.zip" message by the AutoDeploymentService on the log.

Is it possible for the SA to register, and the SUs not to? And any ideas
as to why both SUs are not registering?

Kind regards,
Jason
------------

<?xml version="1.0" encoding="UTF-8"?>
<jbi xmlns="http://java.sun.com/xml/ns/jbi"; version="1.0">
   <service-assembly>
     <identification>
       <name>catalogService</name>
       <description>CatalogService Service Assembly</description>
     </identification>
     <service-units>  
                <service-unit>
                <identification>
                        <name>catalogBeanService</name>
                        <description>CatalogService Service
Unit</description>
                </identification>
                <target>
 
<artifacts-zip>catalogservice-su.zip</artifacts-zip>
 
<component-name>servicemix-beancontainer</component-name>
                </target>
                </service-unit>                 
                <service-unit>
                <identification>
                        <name>catalogJMSService</name>
                        <description>CatalogService JMS Service
Unit</description>
                </identification>
                <target>
 
<artifacts-zip>catalogservice-jms-su.zip</artifacts-zip>
                        <component-name>servicemix-jms</component-name>
                </target>
                </service-unit>
        </service-units>        
    </service-assembly>
</jbi>



--
View this message in context:
http://www.nabble.com/Usage-of-lightweight-components--tf3325766s12049.h
tml#a11759261
Sent from the ServiceMix - User mailing list archive at Nabble.com.



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.
 
www.wipro.com

Reply via email to