[jboss-user] [JBoss Seam] - Re: s:graphicImage problem

2008-02-08 Thread seammm
I did but I am not getting the bytes thru a servlet as in seamspace example. I am accessing the byte[] via the back bean's property getter. According to seam doc getting picture data directly from byte[] should be possible. Thanks. value — image to display. Can be a path String (loaded from th

[jboss-user] [JBoss Seam] - s:graphicImage problem

2008-02-07 Thread seammm
Hi - I am having difficult time for seemingly trivial task that is uploading a picture into a byte[] and displaying it. Uploading does not give any error but s:graphicImage does not show anything although productHome.instance.picture ne null IS satisfied. Any idea is appreciated. Thanks. THIS

[jboss-user] [JBoss Tools (users)] - richfaces 3.1.3

2007-12-23 Thread seammm
hi - can anybody shed some light on the general (or specific) steps for upgrading seam/seam tools to latest rich faces version. i have seam 2.0.1 cr1 (which comes with rf 3.1.2 sp1) with seam tools 2.0 and i wish to upgrade the richfaces version to 3.1.3. thanks. View the original post : http

[jboss-user] [JBoss Tools (users)] - Re: rebuild

2007-12-23 Thread seammm
I got the answer upon more careful reading of the documentation.. But if we want to change any Java code, we still need to do a full restart of the application. (In JBoss this may be accomplished by touching the top level deployment descriptor: application.xml for an EAR deployment, or web.xml f

[jboss-user] [JBoss Tools (users)] - rebuild

2007-12-22 Thread seammm
hi - i create a new seam project, "run it at server" from context menu, make a change in a session bean and change is NOT reflected. however a change in a jsf is reflected. build is done automatically. i must be missing something but what.. seam 2.0.1 CR1, tools 2.0, jboss 4.2.2 View the origi

[jboss-user] [JBoss Messaging] - Re: Jboss integration

2007-11-29 Thread seammm
Tim - Thanks for the reply. I will try putting the McastReceiverTest.java code into an mbean and see what happens. It might be a good opinion to provide samples for UDP to JMS, SIP to JMS, and even for serial to JMS bridging in later releases. These would get outside devices such as PBX switches

[jboss-user] [JBoss Messaging] - Re: Jboss integration

2007-11-29 Thread seammm
I feel like I am barking at wrong tree here. Can someone from JBoss at least confirm that so I can stop considering JGroups altogether and look for another solution. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108814#4108814 Reply to the post : h

[jboss-user] [JBoss Messaging] - Jboss integration

2007-11-28 Thread seammm
Hi - Is it possible to deploy JGroups to JBoss so JGroups can receive datagrams over UDP transport and post them to a JMS queue? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108677#4108677 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Messaging] - JGroups->MDB

2007-11-27 Thread seammm
Hi - This seems to be the most related forum for the problem at hand so here it goes.. I have a device that broadcasts UDP datagrams. I am able to receive those datagrams using the JGroups org.jgroups.tests.McastReceiverTest example. What I want is to integrate McastReceiverTest /JGroups with

[jboss-user] [Remoting] - Re: Request for opinion

2007-11-26 Thread seammm
Hi - Just to make sure, the source of the UDP packets is a non-jgroups server. It is actually a pbx (phone). Can jgroups powered jboss server receive/handle non-jgroups generated packets? And if so, is there any sample or thread in this group you can share with me? Thanks. View the original pos

[jboss-user] [Remoting] - Request for opinion

2007-11-26 Thread seammm
Hi - I need to listen for multicast udp datagrams and put the received datagrams into a queue to be processed. If possible, I'd like to do this within jboss server, by dropping a war/ear/xxx into deployment directory. Therefore, I can use one kind of server, jboss as, and hopefully nothing else.

[jboss-user] [JBoss Seam] - large application

2007-11-16 Thread seammm
hi - i am wondering how big (user count wise) can jboss/seam applications get. can anyone care to comment on how many people he/she is serving on what kind of hardware? if you were to build next facebook, expect 50+ million of people, would you go with jboss/seam, or simpler lamp stack? if

[jboss-user] [JBoss Seam] - wap/wml

2007-07-04 Thread seammm
Hi - Has anybody used seam with a wap/wml application? There is a rumor about a wap renderkit on tobago forums but I am yet to see the library anywhere.. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060303#4060303 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Re: EntityHome request parameter

2007-04-01 Thread seammm
I was wrong in saying eventId param is passed.. It was passed initially during the creation of the instance but not when it was being saved.. I missed this little detail at 4am.. I have found that the following is a solution, as documented in chapter 10.2 @Factory("event") public Event

[jboss-user] [JBoss Seam] - EntityHome request parameter

2007-04-01 Thread seammm
Hi- I am having trouble receiving a different request parameter other than what is generated by seam-gen.. I have the following code in the XXXHome.. eventId comes in just fine but the parentId is null.. @RequestParameter Long eventId = null; @RequestParameter Long parentI

[jboss-user] [JBoss Seam] - Re: outjection problem?

2007-03-14 Thread seammm
Norman - Thanks for the quick reply. I have removed all other ears and restarted the server so the problem should not be related to the classpath confusion. Since it works in one project, I guess it is ok to outject multiple objects, some of different type than the factory's type. @Factory("ne

[jboss-user] [JBoss Seam] - outjection problem?

2007-03-14 Thread seammm
hi - i have the code below that works in one project and but not in a second one and i could not find why because i have the same entity/action beans in both projects.. both use the same seam/jboss setup.. the error i am getting is the following: "attempted to bind an Out attribute of the wro