On 7/30/07, cgallemore <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have a new Service Engine and i have defined some extensions in my jbi.xml
> like below:
>
> <component>
>         .....
>         Component info
>         .....
>         <!-- Installation Description Extensions -->
>         <observer:Observer>true</observer:Observer>
>         <config:Configuration>
>                 <config:Location>localhost</config:Location>
>                 <config:Port>8888</config:Port>
>         </config:Configuration
> </component>
>
> The problem I am having is that when I call
> getInstallationDescriptorExtension during my Bootstrap init(), I only get
> back to following
> extensions:
>
> <observer:Observer>true</observer:Observer>
>
> The rest of the extensions are being left off.  I checked out the source
> code and verified that what I thought I was seeing was correct.
> I modified the ComponentTest (under /core/servicemix-core) to compare the
> expected output to the actual output, also modified the component.xml
> used in the test to include a extension like the one above.  Once I did this
> the unit test failed, and as expected it failed, only returning
> me the first extension listed.
>
> Is this expected behavior, or is this a bug?  I have tested this same
> component with OpenESB, and it parses my Extensions fine.  I looked
> at the spec and it doesn't really define wheter or not you can have multiple
> extensions, with different namespaces, or not.  Let me know
> if I need to file a bug, or I can reach out the the OpenESB community as
> well and see what the expected behavior should be.

Please open a new JIRA issue for this and make sure to include all of
this detail. It would also help if you could attach a diff of the
modifications you made to the test to get it to fail.

Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/
Castor - http://castor.org/

Reply via email to