[jboss-user] [JBoss Seam] - Re: seam gen - which one?

2007-03-05 Thread buddy1974
is support for the WTP planned? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025114#4025114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025114 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: seam gen - which one?

2007-03-05 Thread buddy1974
does it support wtp? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025081#4025081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025081 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - seam gen - which one?

2007-03-05 Thread buddy1974
As far as I can see, the seam-gen that comes with seam is different than the one that is available via the wiki. Is there a reason for this? Which one is the one, one should take? The packed one provides the following targets: | clean | delete-project | deploy | explode | generate-e

[jboss-user] [JBoss Seam] - Re: Question about request/response lifecycle

2007-01-30 Thread buddy1974
so is it possible to short-circuit the response inside a tag? This seems not right, correct? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008639#4008639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4008639 _

[jboss-user] [JBoss Seam] - Question about request/response lifecycle

2007-01-30 Thread buddy1974
Hi All, I have stumbled upon this article: http://today.java.net/pub/a/today/2006/02/09/file-uploads-with-ajax-and-jsf.html and I am trying to get this work with seam. The ProgressBar Component does not work. I think I know why, but I am not sure. I noticed that the Author wrote inside his Fil

[jboss-user] [JBoss Seam] - Re: looking for the right way to display images

2007-01-24 Thread buddy1974
Hi Pete, I think it is a bit more complicated. Here is what I have to provide. Users can upload images to the application. They are then provided a link, which they can use within their E-Mails, or other Forums, to post references to the images. The things users can upload do not necessarily

[jboss-user] [JBoss Seam] - looking for the right way to display images

2007-01-24 Thread buddy1974
Hi all, I am developing an Application which has to server images. Now my question is, what is the right way to do it in seam? Should I write my own servlet or my own UI Component (Totally inexperienced with this)? What is the right way? Kind regards Juergen View the original post : http://

[jboss-user] [JBoss Seam] - Re: iceFaces inputFile component

2007-01-19 Thread buddy1974
http://jira.jboss.org/jira/browse/JBSEAM-676 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004067#4004067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004067 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: iceFaces inputFile component

2007-01-19 Thread buddy1974
Hi all, tried the icefaces upload component in conjunction with the new seam 1.1.1 release, and icefaces 1.5.2 and I still have no luck. I am getting the following Exception: anonymous wrote : | 16:52:50,353 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) beforeP

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss IDE 2.0.0Beta2 problems starting JBoss-4.0.5.GA

2007-01-17 Thread buddy1974
Hi, I can confirm, that starting of jboss 4.0.5 inside jboss works again, after commenting the lines mentioned in the wiki. Kind regards Juergen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002799#4002799 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - What does this exception mean

2007-01-04 Thread buddy1974
and how can I work around it? | 11:57:20,898 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) beforePhase. | | java.lang.IllegalStateException: No page context active | at org.jboss.seam.core.FacesPage.instance(FacesPage.java:87) | at org.jbo

[jboss-user] [JBoss Seam] - Re: iceFaces inputFile component

2007-01-03 Thread buddy1974
Hi Folks, upon philips request on the icefaces forum, I have rewritten my application now to be like so... UploadBean.java | @Stateful | @Scope(ScopeType.SESSION) | @Name("upload") | public class UploadBean implements UploadHome | { | | @Logger | private Log log; |

[jboss-user] [JBoss Seam] - Re: Classloading Questions

2007-01-02 Thread buddy1974
Hi Norman, that did the trick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997386#3997386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997386 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - Re: iceFaces inputFile component

2007-01-02 Thread buddy1974
Hi, finally, thanks to norman richards i have edited my application.xml and put my 3rd party libraries to my ear root. That way the ClassCastExceptions are gone, but now I am getting a different error... 00:07:31,017 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESPONSE(6) be

[jboss-user] [JBoss Seam] - Classloading Questions

2007-01-02 Thread buddy1974
What is the recommended way to package 3rd party libraries, which have to be used inside the bean classes, and the Web Application? The beans are packaged inside a jar archive and the webapp inside a war archive. Bothe are then packaged together inside in an ear archive. For the webapp i have p

[jboss-user] [JBoss Seam] - Question about Classloading

2007-01-01 Thread buddy1974
Hi Folks, the afore mentioned application is packaged inside an EAR by seam-gen. I have my beans inside a JAR and my Web Application inside my WAR. With my Icefaces inputfile component it seems that there are events triggered inside the webapp forwarded to the beans, where they are then evalua

[jboss-user] [JBoss Seam] - Re: iceFaces inputFile component

2006-12-30 Thread buddy1974
Hi Folks, I have received the following reply over at the http://www.icefaces.org/JForum/posts/list/3270.page#15506... Kind regards Juergen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996993#3996993 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: iceFaces inputFile component

2006-12-29 Thread buddy1974
Ok, I have come a bit closer. I have created my own Stateful SessionBean, which exposes all the necessary methods... | package de.ellumination.share.sb; | | import java.util.EventObject; | | import javax.ejb.Remove; | import javax.ejb.Stateful; | import javax.ejb.Stateless; |

[jboss-user] [JBoss Seam] - Re: iceFaces inputFile component

2006-12-29 Thread buddy1974
Hi Folks, I found, that I was missing entries in my web.xml | | uploadServlet | com.icesoft.faces.component.inputfile.FileUploadServlet | 1 | | | uploadServlet | /uploadHtml | | I inserted them. Now the upl

[jboss-user] [JBoss Seam] - iceFaces inputFile component

2006-12-29 Thread buddy1974
Hi all, has anyone successfully integrated the Component? I am trying to get this to work, but I keep getting an 404 inside the genrated iframe. I am new to seam and icefaces. So any help is highly appreciated. Here is my setup: I am using the web.xml from the seam 1.1.GA examples/icefaces

[jboss-user] [JBoss Seam] - newbie question format a date

2006-09-14 Thread buddy1974
Hi all, I have just started with seam, and now I have a Problem converting dates to the correct form. I have tried: | | | |

[jboss-user] [JBoss Seam] - Re: Application Permissions

2006-08-22 Thread buddy1974
"petemuir" wrote : | Isn't this just a semantic mismatch? If you consider a JAAS role as a Permission, then have Group(s) of Permission(s) (JAAS roles), and place in a User in a group then IMO you have solved the mismatch. | Ok, so I have groups of roles, and groups of users, how would I