[jboss-user] [Beginners Corner] - Error when conecting with a remote object from MBean

2008-02-19 Thread ovistanciu
Hello. I have a remote server and a client in the form of an MBean, designed following the Serialization Server example from JBoss Remoting. The Server | import javax.management.MBeanServer; | | import org.jboss.remoting.InvocationRequest; | import org.jboss.remoting.InvokerLocator;

[jboss-user] [Remoting] - Need some advice

2008-02-15 Thread ovistanciu
Hello and please excuse my total newbieness. I am building a web application that acts as a control panel to a collection of physical devices. I implemented the communication protocol as a RMI interface, whose methods are commands that need to be called from the web interface. The Remote

[jboss-user] [JBoss Seam] - Re: h:SelectManyListbox, s:SelectItems and Many-to-Many mapp

2008-02-06 Thread ovistanciu
No, there isn't. Just the faces message posted above (model validation failed). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4126892#4126892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126892

[jboss-user] [JBoss Seam] - Re: h:SelectManyListbox, s:SelectItems and Many-to-Many mapp

2008-02-05 Thread ovistanciu
Pete, I tried your example posted here: http://jroller.com/pmuir/entry/using_sets_in_jsf. userGroup.xhtml now looks like this: | h:selectManyListbox id=locationsListBox value=#{dc:asList(userGroupHome.instance.locations)} | disabled=#{not

[jboss-user] [JBoss Seam] - h:SelectManyListbox, s:SelectItems and Many-to-Many mapping

2008-02-04 Thread ovistanciu
Hello. Not sure if I'm addressing a known bug, but here it goes. I'm using Seam 2.0.0.GA, JBoss AS 4.2.2, JDK 1.5 I have a Many-to-Many mapping: Location entity: | private CollectionUserGroup userGroups; | | @ManyToMany(TargetEntity=ro.ebsoft.doorcontrol.applogic.entity.UserGroup.class,