[jboss-user] [JBoss Eclipse IDE (users)] - JBoss IDE 2.0 Beta and Remote Debugging

2007-03-13 Thread ekusnitz
I realize that JBoss IDE is going through major changes, but right now most of us are using 2.0 Beta with Eclipse 3.2. I notice that there does not seem to be a way to connect to a remote server for debugging, as there was in 1.x. Is that true or am I missing something? I try setting up a plain

[jboss-user] [JBoss Seam] - EL Enhancements and the portal

2007-03-12 Thread ekusnitz
We are using Seam1.2.0PATCH1, JBoss4.0.5, Portal2.4.1-SP1. I am trying to use s:link and s:button with the EL enhancement of allowing a parameter to be passed in an expression: | | I have the reference to the seam taglib: | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-16 Thread ekusnitz
I'm also trying to get this running on jboss 4.0.5 and I observe the following: 1. In jbossweb-tomcat55.sar, the web.xml in the conf folder does not have any reference to "myfaces-api.jar", but it does refer to "myfaces-impl.jar" 2. When I try adding el-resolver to the application element, Eclisp

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is happening to JBoss IDE 2.0 ???

2007-01-05 Thread ekusnitz
Yeah, I'm running the SDK as well. Maybe it has something to do with the Subclipse plug-in. They have a release just for Eclipse 3.2, but it doesn't seem to play well with JBoss IDE. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998267#3998267 Reply to the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is happening to JBoss IDE 2.0 ???

2007-01-04 Thread ekusnitz
For those who successfully run it under Windows, how much memory do you have installed? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998072#3998072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998072 ___

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is happening to JBoss IDE 2.0 ???

2007-01-04 Thread ekusnitz
Thanks for your reply, but no, I am using 1.5.0_10 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998039#3998039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998039 ___ jbos

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is happening to JBoss IDE 2.0 ???

2007-01-04 Thread ekusnitz
Can you give us an idea of when this will be ready? I haven't been able to get the 2.0 beta to work on Windows and I am waiting for the next release to try again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998030#3998030 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: Question about concurrent-request-timeout

2006-12-26 Thread ekusnitz
Oh, yes, and a related question is, there appears to be no notion of a converstation type. If I start a conversation in one bean and start another in a second bean, the next @End will complete the current conversation, regardless of which bean started it. Is that correct? View the original post

[jboss-user] [JBoss Seam] - Question about concurrent-request-timeout

2006-12-26 Thread ekusnitz
In working through the examples, I see that the concurrent-request-timeout appears to be extremely small -- at most, 50 seconds. So, for example, if you start up a couple of conversations, they will timeout very quickly. My question is, is there a technical reason for this? Obviously, the longer

[jboss-user] [EJB 3.0] - EXTENDED persistence and partial rollbacks

2006-12-22 Thread ekusnitz
I have a page in which the user can make multiple edits, which goes back to the server for validation on certain actions (without persisting). If validation fails, I want the last edit to be rolled back. However, when I use extended persistence and expose my managed entities on my JSF page, the

[jboss-user] [JBoss Portal] - Re: Popup window from portlet?

2006-12-11 Thread ekusnitz
It looks to me that the only way to do this is to have a separate .war file that uses a plain old SeamFaceletViewHandler instead of the FaceletPortletViewHandler and then go to it with a relative url. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992838#3992

[jboss-user] [JBoss Portal] - Popup window from portlet?

2006-12-08 Thread ekusnitz
JBoss Portal Version 2.4.1 Did you get Portal from CVS? or download it? download JBoss AS Version jboss-4.0.5.GA Database Vendor and Version Oracle 10g JDBC Connector and Version - N/A OS Platform Windows XP SP2 JBoss Seam 1.1.CR2 We have an application where we would like to do a popup window fro

[jboss-user] [JBoss Seam] - Re: Question about Conversations and Stateful Bean Instances

2006-12-05 Thread ekusnitz
Thanks for the info. So where is the state saved for multiple conversations on the same instance? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991383#3991383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991383

[jboss-user] [JBoss Seam] - Re: Question about Conversations and Stateful Bean Instances

2006-12-05 Thread ekusnitz
As far as the ancestor having @Name, I think this is needed because we want to do bijection on some inherited fields. Is there another way to achieve this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991362#3991362 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: Question about Conversations and Stateful Bean Instances

2006-12-05 Thread ekusnitz
1. For some reason, we haven't been able to get to the debug page since we updated to 1.1CR2 with Portal 2.4.1. Previously, however, we were not seeing any conversations on that page 2. There is no @Create method on the superclass. It probably does not need the @Name annotation (I didn't code th

[jboss-user] [JBoss Seam] - @End conversation and @Begin new one on same Action

2006-12-04 Thread ekusnitz
Is there a way to @End the previous conversation and @Begin a new one from the same action? We have an application with a list of nodes on the left side and the capability of editing them one at a time on the right. So when one is selected, we want to be in a conversation, but if the user select

[jboss-user] [JBoss Seam] - Question about Conversations and Stateful Bean Instances

2006-12-04 Thread ekusnitz
I have the following question, which doesn't appear to be addressed in the documentation or the forums: We have a stateful bean declared like this: | @Stateful | @Name("CRUDNode") | @Scope(ScopeType.CONVERSATION) | public class CRUDNodeAction extends CRUDAdminTypeAction implements Seri

[jboss-user] [JBoss Seam] - Tutorial doc in error?

2006-12-01 Thread ekusnitz
Hi. For the very first example (Registration), under 1.2.2 How It Works, it says, anonymous wrote : When the form is submitted, JSF asks Seam to resolve the variable named user. Since there is no value already bound to that name (in any Seam context), Seam instantiates the user component, and re

[jboss-user] [JBoss Seam] - JSF 1.2 reference implentation

2006-11-30 Thread ekusnitz
I see that Seam 1.1 beta supports the new JSF 1.2 reference implementation. I have two questions: (1) Does anyone have any experience using this, either postive or negative? JSF 1.2 is supposed to integrate much better with JSTL, which would address many of our problems we have (even though we a

[jboss-user] [JBoss Seam] - Re: Use of @Out with JSTL/ui:include

2006-10-31 Thread ekusnitz
Sorry, Gavin. It started out in Seam, but I guess now it belongs in facelets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982181#3982181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982181 _

[jboss-user] [JBoss Seam] - Re: Use of @Out with JSTL/ui:include

2006-10-31 Thread ekusnitz
Ugh, this is getting really strange. As suggested, I changed my code to the following (note use of 'preNewObject' instead of 'newObject') It starts to work. It starts with the NodeDetails page because p

[jboss-user] [JBoss Seam] - Re: Use of @Out with JSTL/ui:include

2006-10-31 Thread ekusnitz
Thank you for your replies. With regard to the scope, I had tried it several ways, but predominantly like this: @Out(required=false) private boolean newObject; What is the default scope for outjection? I couldn't find it in the docs. Furthermore, why wouldn't the expression find it in any

[jboss-user] [JBoss Seam] - Re: Use of @Out with JSTL/ui:include

2006-10-30 Thread ekusnitz
Forget to add: We are using JBoss4.0.5GA JBoss Portal 2.4.1-CR1 myfaces-1.1.4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981874#3981874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981874

[jboss-user] [JBoss Seam] - Use of @Out with JSTL/ui:include

2006-10-30 Thread ekusnitz
I have the following situation which seams to defy explanation: In my xhtml page, I have this: This works. However, if I outject the newObject variable instead and change the condition to test="#{newObject}", etc., it does the opposite of expected. But I can see th

[jboss-user] [EJB 3.0] - Modifying the class of a persisted entity

2006-10-26 Thread ekusnitz
I am modifying an application where an ancestor class is persisted before asking the user what type he wants to use, where some types are descendant classes. Once a class is persisted, is it possible to modify the class type to be a descendant class? For example, class Pet{} class Dog extend

[jboss-user] [JBoss Seam] - Re: Using the microcontainer with TestNG

2006-08-11 Thread ekusnitz
OK, I have the answer. You do not need to put the seam.properties file in the root of your classes directory. You just have to make sure that you use the same output folder for your resources folder as you are using for the source folder. View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Using the microcontainer with TestNG

2006-08-07 Thread ekusnitz
Where can I find current instructions for using the Microcontainer and the TestNG with Seam? I have used the instructions in the readme in the registration example, but apparently those are out of date. Specifically, I am having a problem having Seam finding my components. If (and only if) my co