Hi,

i tried another approach.

The jndi.properties are in Standard-Settings

;------jndi.properties----------------------------------------------------
java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.provider.url=http://localhost:8080/invoker/JNDIFactory
;------jndi.properties----------------------------------------------------

In jboss-service.xml i added an attribute for RmiPort

;----------- excerpt from jboss-service.xml-------------------------------
  < mbean code="org.jboss.naming.NamingService"
         name="jboss:service=Naming">
    < attribute name="Port">11099
    < attribute name="RmiPort">34158
  < /mbean>
;----------- excerpt from jboss-service.xml-------------------------------


In this case also the bean-Functions work fine until i try to start a 
UserTransaction. Here the System tries to communicate on an arbitrary port,
e.g. 3967.

Is there a way to define a fix port for Transactions ?

Regards Matthias LakÃÂÃÂmper


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852067#3852067

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852067


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to