You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Bruce Snyder (JIRA)" <ji...@apache.org> on 2007/12/20 06:59:27 UTC

[jira] Commented: (SM-731) Unable to run ServiceMix server from Eclipse IDE

    [ https://issues.apache.org/activemq/browse/SM-731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40898 ] 

Bruce Snyder commented on SM-731:
---------------------------------

The reason you're not finding any Eclipse tooling for ServiceMix in the ServiceMix Subversion repo for this is because it's not part of the Apache ServiceMix project. All the Eclipse tooling for ServiceMix was originally created by LogicBlaze (note the com.logicblaze package name above) which was acquired by IONA Technologies. So IONA Technologies owns the Eclipse tooling for ServiceMix and there are no plans to contribute it to the Apache project. 

> Unable to run ServiceMix server from Eclipse IDE
> ------------------------------------------------
>
>                 Key: SM-731
>                 URL: https://issues.apache.org/activemq/browse/SM-731
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: tooling
>         Environment: MAC OS X
> Eclipse 3.2
> WTP 1.5.1
>            Reporter: Eduardo de Vera
>
> I was unable to run the ServiceMix server by default since the virtual machine parameters were using the windows notation of directories. According to the servicemix30.serverdef.xml file found under the com.logicblaze.jst.server.servicemix.core_0.1.0/servers plugin directory the Virtual Machine Parameters are:
> <vmParameters>
> -Xms128m
> -Dclassworlds.conf=${serverRootDirectory}\conf\servicemix.conf
> -Xmx512m
> -Djava.endorsed.dirs=${serverRootDirectory}\lib\endorsed
> -Dservicemix.home=${serverRootDirectory}
> </vmParameters>
> changing the windows style backslash to a normal slash (\ to /) on the configuration makes the service mix server work on Unix type Operating Systems (I have tried it on both, my Mac OS X and my SuSe Linux).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.