Open ESB + Addons - Netbeans 6 : problem deploying Service Engine example

I have downloaded the Open ESB + Addons - Netbeans 6 installer jar from the Open ESB home page and I'm attempting to deploy a simple echo service JBI SE. The code was generated by clickingNew Project -> JBI Components -> Service Engine. The project builds just fine.

After I start the bundled Sun App server and right click on project and selectInstall Component from the context menu, I get the following error:

Trying to override old definition of task jbi-deploy-service-assembly

Installing a component

jmx connection info: (host=localhost, port=8686, username=admin)

file=C:\cygwin\home\KJSlater\projects\MyEngineSE\dist\MyEngineSE.zip

C:\cygwin\home\KJSlater\projects\MyEngineSE\nbproject\jbiadmin-impl.xml:99: The following error occurredwhile executingthis line:

C:\cygwin\home\KJSlater\projects\MyEngineSE\nbproject\jbiadmin-impl.xml:49: The following error occurredwhile executingthis line:

C:\cygwin\home\KJSlater\projects\MyEngineSE\nbproject\jbi_admin.xml:122: Install component failed. [

ERROR:(UICMN2005)An error occurredwhile opening a JMX Connection with JMX Service URL: service:jmx:rmi:///jndi/rmi://localhost:8686/management/rmi-jmx-connector.

Caused by:(UICMN0000)Not supported yet.

]

BUILD FAILED (total time: 0 seconds)

I've used the JConsole to go to the JMX service URL given. I can connect just fine using the default id and password.

Is anyone else having this problem? Has anyone found a work around?

...Kevin

[1761 byte] By [kslatera] at [2007-11-27 1:46:07]
# 1

Well it turns out to be another SUE (Stupid User Error).

When I installed Netbeans 5.5 it installed an instance of the Sun App Server and the Open ESB + Addons - Netbeans 6 installer found it and put it on the list of servers. When I created my project it picked the first App Server 9 instance it found and used that as the Runtime target. After selecting the correct server instance in the projects properties (Run section), the sample SE installed fine! On to testing! Woohoo!

...Kevin

kslatera at 2007-7-12 1:07:18 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...