[jboss-user] [JBoss Messaging] - Re: undelivered message on clustered queue with consumers

2007-10-31 Thread schmod54
This issue hadn't been seen until we went to production (we just recently switched from tomcat/activemq to jboss/jbm), and I didn't see it in dev or qa environments... but production is running with more separate machines under higher load. I'll try to reproduce the situation in my dev environm

[jboss-user] [JBoss Messaging] - undelivered message on clustered queue with consumers

2007-10-31 Thread schmod54
Hi, I have jboss messaging 1.4.0 running in a jboss 4.2.1 cluster with 2 nodes. I have a clustered queue. Each node in the cluster has 2 consumers listening on this queue. Everything works fine, except occasionally a couple messages get stuck. These messages sit in the queue even if there ar

[jboss-user] [JBoss Seam] - Re: form controls with the same property name

2007-09-25 Thread schmod54
Thanks. I voted for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088470#4088470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088470 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: left tree - explorer like application

2007-09-25 Thread schmod54
I tried making a windows-explorer tree using a richfaces:tree... At first I tried storing my tree state in conversation context, but then I had bugs because the richfaces tree would not always pass the correct conversation context when clicking on nodes. So then I stored my tree state in the

[jboss-user] [JBoss Seam] - s:fileUpload forgets selection

2007-09-24 Thread schmod54
I've noticed that s:fileUpload will forget what file the user selected when there is a form error. Should I submit this as a bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088066#4088066 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: s:transform server side usage

2007-09-24 Thread schmod54
I have the same problem. Someone filed it as a bug... I voted for it. http://jira.jboss.com/jira/browse/JBSEAM-1788 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087897#4087897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Re: s:transform server side usage

2007-09-23 Thread schmod54
When you do your transform in your seam component, does it work for gifs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087663#4087663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087663 _

[jboss-user] [JBoss Seam] - org.jboss.seam.ui.graphicImage.Image problem with scaling gi

2007-09-23 Thread schmod54
I'm using seam's image class to resize images into thumbnail files... the code works perfectly for jpegs and pngs, but gifs seem to get turned into just transparent images. Is there some special treatment of gifs, or is this a bug with seam? Here's a snippet of the relevant code: import org.j

[jboss-user] [JBoss Seam] - Re: Newbie question about Injection of Stateless Session Bea

2007-09-23 Thread schmod54
I think you may need to change: SB1 sb1; to: ISB1 sb1; But I'm somewhat of a newbie myself... so not sure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087637#4087637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087

[jboss-user] [JBoss Seam] - Re: form controls with the same property name

2007-09-23 Thread schmod54
I was a bit ambiguous in my previous posts, because I was mixing examples... also I was wrong about the exact problems I've had with different approaches. So I've made a simplified example that shows what I want to do, and how the different approaches fail. I'm running this in a seam-genned pr

[jboss-user] [JBoss Seam] - Re: form controls with the same property name

2007-09-21 Thread schmod54
My initial attempt was to do as you said... but it didn't work. I've played around with it and discovered that displaying faces messages attached to a control inside of a loop is problematic. Has anyone done this? The following is my code to allow users to modify a set of "Category" objects:

[jboss-user] [JBoss Seam] - form controls with the same property name

2007-09-19 Thread schmod54
How do I add error messages to a particular control if multiple controls share the same property name on the same page? E.g., say I have a user registration form, where usernames are unique. If a user enters a duplicate username, in my action bean I can add an error like so: facesMessages.add

[jboss-user] [JBoss Seam] - Re: rich:tree onkeyup functionality?

2007-09-18 Thread schmod54
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=118980 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085511#4085511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085511 ___

[jboss-user] [JBoss Seam] - rich:tree onkeyup functionality?

2007-09-18 Thread schmod54
I'm trying to trigger a javascript event when a user presses a key and a node of a rich:tree is selected. I've tried using the onkeyup property of both rich:tree and rich:treenode, but neither works. Is this a possible thing to do? View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - session-scoped Seam-managed persistence context

2007-09-17 Thread schmod54
The docs give an example of a session-scoped Seam-managed persistence context, but say it is not recommended in practice. Why is it bad? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085017#4085017 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: session-scoped rich:tree

2007-08-07 Thread schmod54
Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071678#4071678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071678 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Seam] - session-scoped rich:tree

2007-08-06 Thread schmod54
I would like to have a rich:tree on a page such that its data model is session-scoped, i.e., the user expands/collapses nodes on the tree, navigates away from the page, and the tree is in the same state if the user returns within the same session. Any ideas on how to do this? Thanks! View the

[jboss-user] [JBoss Seam] - Re: seam/jboss/richfaces classloading problems

2007-08-02 Thread schmod54
Thanks for the reply... but I've already regenerated the project using seam-gen to be packaged as a war. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070143#4070143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40701

[jboss-user] [JBoss Seam] - seam/jboss/richfaces classloading problems

2007-08-01 Thread schmod54
Hello. I'm a newbie to seam. I'm using seam 2.0.0.B1 and jboss 4.2.0.GA. I seam-genned a new project. I wanted to make my own richfaces tree... so I made a class that implements org.richfaces.component.TreeNode. Everything compiles and packages fine. But when I deploy, I get the following e

[jboss-user] [JBoss Seam] - Re: wiki example seam 2.0.0.BETA1 / seam+richfaces boilerpla

2007-07-22 Thread schmod54
I was running the database as specified by the README... but it doesn't matter as seamgen was exactly what I was looking for. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066497#4066497 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - wiki example seam 2.0.0.BETA1 / seam+richfaces boilerplate

2007-07-22 Thread schmod54
Hi, I'm a newbie to seam... I'm trying to run the wiki example from jboss-seam-2.0.0.BETA1\examples\wiki on jboss-4.2.0.GA. I followed the steps from README.txt, and I'm getting the following errors: | 20:25:19,953 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new co