« Return to Thread: Re: [cargo-dev] [jira] Created: (CARGO-849) Change to

Re: Re: [cargo-dev] [jira] Created: (CARGO-849) Change <cargo.rmi.port> to <cargo.naming.port>

by snicoll :: Rate this Message:

| View in Thread

Hi,

Well, for starters where in the code this cargo.rmi.port is used and what is the meaning on other app servers than JBoss?

The suggested new name is confusing as well. Of course, it matches the JBoss config but that does not make more sense if the same property is used by other containers.

S.

On Tue, Sep 28, 2010 at 11:15 PM, S. Ali Tokmen <nospam@...> wrote:
 Hello Matt (and other CARGO users that use JBoss a lot)

Any comments on this JIRA ticket?

Cheers

S. Ali Tokmen
http://ali.tokmen.com/

GSM (fr): +33 66 43 00 555 [Orange]
GSM (tr): +90 555 266 52 73 [Avea]

My AIM, ICQ, MSN Messenger and Yahoo IM
contact details are on http://contact.ali.tokmen.com


On 22.09.2010 10:07, Griboval Philippe (JIRA) wrote:
> Change <cargo.rmi.port> to <cargo.naming.port>
> ----------------------------------------------
>
>                  Key: CARGO-849
>                  URL: http://jira.codehaus.org/browse/CARGO-849
>              Project: Cargo
>           Issue Type: Improvement
>           Components: JBoss
>     Affects Versions: 1.0.3
>             Reporter: Griboval Philippe
>             Priority: Minor
>
>
> In the cargo maven plugin you have to set <cargo.rmi.port> in case of not using the default jboss port.
> To know the port I have opened my jboss_home/server/default/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml and look for the rmi port.
> I found this :
>
> <bean class="org.jboss.services.binding.ServiceBindingMetadata">
>                <property name="serviceName">jboss:service=Naming</property>
>                <property name="bindingName">Port</property>
>                <property name="port">1299</property>
>                <property name="description">The listening socket for the Naming service</property>
>             </bean>
>
>             <bean class="org.jboss.services.binding.ServiceBindingMetadata">
>                <property name="serviceName">jboss:service=Naming</property>
>                <property name="bindingName">RmiPort</property>
>                <property name="port">1098</property>
>                <property name="description">Socket Naming service uses to receive RMI requests from client proxies</property>
>             </bean>
>
> So I put 1098 for the <cargo.rmi.port> instead of the 1299...
> I think cargo.rmi.port might be badly named...
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



 « Return to Thread: Re: [cargo-dev] [jira] Created: (CARGO-849) Change to