[jboss-user] [JBoss and NetBeans] - [EMAIL PROTECTED]

2008-02-03 Thread lepik
Well.I am Netbeans 5.5 with Jboss GA 4.0.4.I have problem with message javax.management.instanceNotFoundException:jboss.jca.service=DataSourceBinding,name=postgresDS is not registration.Who? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125837#4125837 Reply

[jboss-user] [JBoss Seam] - Re: EntityManager is Null inside Constructor

2008-02-03 Thread saeediqbal1
ok Thanks cyberanto View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125838#4125838 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125838 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - WARN [DefaultActionRendererBase] Must set an id for the def

2008-02-03 Thread blabno
What does that warning mean and how to get rid of it ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125839#4125839 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125839 ___

[jboss-user] [JBoss Messaging] - Re: JBoss 5.0.0 Beta3 Messaging Client

2008-02-03 Thread timfox
Sorry - I don't know anything about Maven, we don't use it. JBM should work out of the box with JBosss 5 beta 3 - it's the default JMS provider. What classpath are you using that doesn't work? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125845#4125845

[jboss-user] [JBoss Messaging] - Re: Threads not being cleaned up when clustered

2008-02-03 Thread timfox
Please can you post (or mail me) a complete thread dump of the server when this problem occurs? (killall -3 java) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125846#4125846 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: What does JMSUserManager do?

2008-02-03 Thread timfox
JMSUserManager is really an artifact from JBoss MQ days. It maintains a mapping of user-preconfigured client id. If there is an entry for a user, then when the user creates a connection, the server will preconfigure that connection with that client id. If you don't want that functionality you

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-02-03 Thread timfox
http://jira.jboss.org/jira/browse/JBMESSAGING-1228 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125849#4125849 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125849 ___

[jboss-user] [JBoss Seam] - Re: WARN [DefaultActionRendererBase] Must set an id for the

2008-02-03 Thread [EMAIL PROTECTED]
You must set the id attribute for the JSF component in which you nest s:defaultAction View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125851#4125851 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125851

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss delete oracle triggers

2008-02-03 Thread salski22
I'm new in Jboss, oracle and everything else. I have very simple oracle-ds.xml to use oracle database ?xml version=1.0 encoding=UTF-8? local-tx-datasource jndi-nameOracleDS/jndi-name connection-urljdbc:oracle:thin:@szefo:1521:orcl/connection-url

[jboss-user] [JBoss Seam] - Re: EntityManager is Null inside Constructor

2008-02-03 Thread EricJava
Yes, if you think about it, there's no way injection could occur before the constructor. There's no object to inject into! In all my Seam managed components, the constructor does little or nothing beyond setting default values for some fields. You can use the @Create annotation (I believe it

[jboss-user] [JBoss jBPM] - Two questions about jBPM

2008-02-03 Thread eneko.gonzalez
Hi, In my company we are looking at some BPMs and i like jBPM much, bu i'm not sure if it suits our needs, so we are making a test process, and i have two questions... #1 Can a process be started outside jBPM? Where can i find some info about this? #2 Can we customize the UI? We want to

[jboss-user] [JBoss Messaging] - Re: Message priority does not seem to work

2008-02-03 Thread timfox
Can you try using pure JMS (i.e. no MDBs) and see if the problem still occurs? The MDB layer does some buffering so this may be related to the issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125848#4125848 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging via .Net

2008-02-03 Thread timfox
We don't currently support non Java clients directly, but aim to do this for the JBM 2 series. However I believe StompConnect works with JBM http://stomp.codehaus.org/StompConnect And has many clients for .NET and other lanugages. I personally haven't used this so can't vouch for it, but

[jboss-user] [JBoss Messaging] - Re: Programmaticaly create queue

2008-02-03 Thread timfox
thangle wrote : I have some questions relating this topic: | 1. How many Queues can we safely create dynamically under JBoss 4.0.3? Is it a recommended way? JBoss 4.0.3 doesn't use JBossMessaging, it uses JBoss MQ. Please post in the JBoss MQ forum, this the JBoss Messaging forum :) View the

[jboss-user] [JBoss AOP] - Are you going to solve the problem that hibernate cant work

2008-02-03 Thread avihaimar
Hey, i love jboss-aop, but the bug that hibernate cant work with jboss-aop. i have to add advice on my model this is a show stopper as i see it. can you please let me know if bug - http://jira.jboss.com/jira/browse/JBAOP-492 is going to be solved? or any workaround? Thank you View the

[jboss-user] [JBoss Seam] - How to test with external database?

2008-02-03 Thread hubaghdadi
Hi. First let me start by saying: I'm really sorry for asking the same question again but this is the only place I can get help from. I'm trying to write integration tests, I use PostgreSQL database. Please check this thread: http://www.jboss.org/index.html?module=bbop=viewtopict=128867 Any ideas

[jboss-user] [EJB/JBoss] - EJB Passivation Time

2008-02-03 Thread JEFFASTOREY
Hi, I've deployed an EJB (in a .ear file using EJB3 annotations) to my JBoss server, and for some reason, they always take 10 minutes of inactivity to passivate (and then I let the server run for another 12 hours and the bean was still not removed from the container completely). I'm running

[jboss-user] [JBoss Seam] - Seam JBPM (WebConsole)

2008-02-03 Thread mjung85
Hi, i'm using JBoss Seam 1.2.1. I want to use JBPM Business Processes (not only for pageflow). Unfortunately i have found not so much documentation about that sceneria. In the Seam reference the JBPM part is very small. Additionally i have the JBoss Seam book of Michael Juntao Yuan which is

[jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS

2008-02-03 Thread pbolle
Hi Karl, Thanks for your response. I can reproduce your problem after building the org.jbpm.gd.bpel.runtime the import org.eclipse.bpel cannot be resolved. Do you try to build org.jbpm.gd.jpdl? If I import the project in eclipse there is another missing dependency Cannot find the class file

[jboss-user] [Remoting] - Re: What are you using Remoting for?

2008-02-03 Thread fsommavilla
gaming View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125863#4125863 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125863 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - ui:insert and setting values

2008-02-03 Thread EricJava
Simple question: I'm defining a template which I want to display one of the defined items twice. For example, here's what the template looks like: ui:composition | h2Here it is the first time:/h2 | ui:insert name=groupA/ | h2And now we see it again:/h2 | ui:insert name=groupA/

[jboss-user] [JBoss Seam] - Re: Problem with: seam-gen deploy

2008-02-03 Thread pete007
Hello, I got the same problem, but I don't understand, how to fix it correctly. I have three references to the same table (entity) in one table (entity). create table node ( id bigint not null auto_increment, |coordinates varchar(9), |primary key (id) ) ; | | create table

[jboss-user] [JBoss Seam] - Re: Error while testing using external database

2008-02-03 Thread [EMAIL PROTECTED]
Post the whole log. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125866#4125866 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125866 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-03 Thread [EMAIL PROTECTED]
No, you're going to have to do so View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125869#4125869 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125869 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati

2008-02-03 Thread [EMAIL PROTECTED]
Create a page in the knowledge base http://alpha.seamframework.org:/Documentation/KnowledgeBase View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125868#4125868 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125868

[jboss-user] [JBoss Seam] - Re: Need Form to Work Without

2008-02-03 Thread [EMAIL PROTECTED]
Post the log from this period at debug level. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125870#4125870 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125870 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: @DataModel vs. EL

2008-02-03 Thread [EMAIL PROTECTED]
Having @In and @DataModelSelection on inscribben is wrong - take away the @In. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125867#4125867 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125867

[jboss-user] [Installation, Configuration DEPLOYMENT] - Can't start JBoss 5 Beta3 with a JRE

2008-02-03 Thread javidjamae
From what I understand JBoss 5 is supposed to be able to start with just a JRE and uses the Eclipse JDT library to do all its dynamic JSP compiling. However, when I try to start the default configuration on Windows using run.bat, or run.sh from Cygwin, I get the following error: | $

[jboss-user] [JBoss Seam] - Facelets custom tags for input controls

2008-02-03 Thread gduq
In my view pages the input controls look like this: | div class=entry | div class=labelh:outputLabel for=DateofBirthDate of Birth:/h:outputLabel/div | div class=input | s:decorate id=DateofBirthDecorator | rich:calendar enableManualInput=true

[jboss-user] [JBoss Seam] - Re: ui:insert and setting values

2008-02-03 Thread EricJava
Ok, I figured out a way to do this which works nicely. I simply use: c:set var=showFirstThing value=#{true}/ etc. It works. Is this the right way? I remember seeing somewhere that it's bad to use the http://java.sun.com/jstl/core tags within Facelets, so, for example, I never use c:if or

[jboss-user] [JBoss Seam] - Changing Ajax4jsf-filter url-pattern in JBoss Seam 2.0GA

2008-02-03 Thread GregTk
Hello! Today I tried change url-pattern for Ajax4jsf-filter. In user guide it looks like that web:ajax4jsf-filter force-parser=true | enable-cache=true | log4j-init-file=custom-log4j.xml | url-pattern=*.seam/ When I tried use it in my project I get trouble in all of my pages with richfaces

[jboss-user] [JBoss Seam] - Re: Changing Ajax4jsf-filter url-pattern in JBoss Seam 2.0GA

2008-02-03 Thread [EMAIL PROTECTED]
You should change the pattern for the JSF servlet. The Ajax4jsf filter mapping is, by default, mapped to all requests. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125880#4125880 Reply to the post :

[jboss-user] [JBossCache] - Re: Fails to run on Jboss4.2.2

2008-02-03 Thread emailmsgbox
anyone ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125883#4125883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125883 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can't start JBoss 5 Beta3 with a JRE

2008-02-03 Thread [EMAIL PROTECTED]
Have you confused the scripts? The comment you are making is about run.bat (to be used under a windows terminal), but your output shows a run.sh (under cygwin) ??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125885#4125885 Reply to the post :

[jboss-user] [JBoss Seam] - Re: addToControlFromResourceBundle strangeness

2008-02-03 Thread nickarls
Strange enough for a JIRA or am I missing something with the usage? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125886#4125886 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125886

[jboss-user] [Beginners Corner] - Re: JBoss AS 5.0

2008-02-03 Thread lovelyliatroim
anybody?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125889#4125889 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125889 ___ jboss-user mailing list

[jboss-user] [JCA/JBoss] - Idle Timeout Default

2008-02-03 Thread greenThumb
If the idle-timeout-minutes attribute is not set for a database connection datasource, is there a default? What happens to idle connections? Is there a JBoss global setting for idle connections that would span across all datasources if the value is not set? Thanks in advance. Michelle

[jboss-user] [JBoss Seam] - h:commandLink does not work on Safari

2008-02-03 Thread alxs
Hi, this may not be a Seam issue but since I'm using the whole Seam/Jboss stack I'm starting here. I'm using JBoss AS 4.2.2.GA with Seam 2.0.1.GA and all its standard libs. It seems as if h:commandLink don't work on Safari 3/Mac OS Leopard, which they did in earlier prjects with jboss

[jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS

2008-02-03 Thread karltraunmueller
Hi Philipp, right, I get the same error. If I add org.eclipse.jface.text in the Dependencies section of the plugin.xml editor (jface.text was clearly missing), add dom4j-1.4.jar under Java Build Path / Libraries / Add Jars / org.jbpm.gd.bpel/lib, reorganize the imports (Ctrl + Shift + O),

[jboss-user] [EJB 3.0] - Re: How to start a session bean as soon as it is deployed

2008-02-03 Thread oskar.carlstedt
Hi All! Important to know. An ejb is NOT started just because it is deployed. It is just available to a client through the application server. There is no method invoked on an ejb during or just after the deploy. Ok, there are ways to go around this. Add a service to your ejb that is invoking

[jboss-user] [JBossWS] - Re: reading a local properties file

2008-02-03 Thread oskar.carlstedt
Hello! This is the way to go. Never add a properties-file in the WEB-INF folder. A better place is on the classpath, i.e. in the WEB-INF/classes directory. Then you can access this file with the following command: |

[jboss-user] [JBoss Seam] - Re: addToControlFromResourceBundle strangeness

2008-02-03 Thread [EMAIL PROTECTED]
Yes. If you can add steps to reproduce that would be great :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125896#4125896 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125896

[jboss-user] [JBoss Seam] - Re: h:commandLink does not work on Safari

2008-02-03 Thread [EMAIL PROTECTED]
I would take this to the JSF RI list - as this is what JBoss AS 4.2.2.GA uses. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125897#4125897 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125897

[jboss-user] [EJB 3.0] - Re: Detect client disconnection

2008-02-03 Thread oskar.carlstedt
Hello! Unfortunately there are no safe functions in javascript to detect when the browser window is closed. For me it sounds better to grab the output stream from the response and check it in a separate thread while the session bean is executing. I think you can write an empty/blank character

[jboss-user] [JBoss Seam] - Re: ui:insert and setting values

2008-02-03 Thread [EMAIL PROTECTED]
This sounds like a bug in facelets to me. I suggest you ask on the facelets mailing list. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125899#4125899 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125899

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can't start JBoss 5 Beta3 with a JRE

2008-02-03 Thread javidjamae
No.. neither run.bat nor run.sh works from cygwin or from a command prompt.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125900#4125900 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125900

[jboss-user] [JBoss Seam] - Re: JBPM sessionFactory and annotated entity

2008-02-03 Thread [EMAIL PROTECTED]
You probably want to ask this in the hibernate or jbpm forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125906#4125906 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125906

[jboss-user] [JBoss Seam] - Re: Boolean to integer customconverter!!

2008-02-03 Thread [EMAIL PROTECTED]
Show your code and the stack trace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125907#4125907 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125907 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: java null pointer exception in rich:dataTable based on

2008-02-03 Thread [EMAIL PROTECTED]
I am sorry .. I mistaked the exception : The exception is : java.lang.NullPointerException | at com.coorserpark.backing.AreaActionBean.editArea(AreaActionBean.java:62) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at

[jboss-user] [JBoss Seam] - Re: How can i disable skipping over the authentication?

2008-02-03 Thread [EMAIL PROTECTED]
File a feature request in JIRA, at least for docs on how to do this, it comes up often. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125909#4125909 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125909

[jboss-user] [Installation, Configuration DEPLOYMENT] - JSF Problem

2008-02-03 Thread rodosa
Hello! I've downloaded installed jbpm-jpdl-suite-3.2.2. I want to develop an aplication using JSF but It doesn't work! Have I configure or change something to JBoss works well with JSF? Thanks, View the original post :

[jboss-user] [JBoss Seam] - Re: How to test a page with page action method?

2008-02-03 Thread [EMAIL PROTECTED]
On unit testing with a persistence context - yes you can do it (as in Michael's book) but I don't think it is sensible (I will suggest they take it out for the 2nd edition). On page actions - it just works new FacesRequest(/foo.xhtml) { | | }.run(); will run the page action. View the

[jboss-user] [JBoss Seam] - Re: entityQuery lifecycle

2008-02-03 Thread [EMAIL PROTECTED]
Read the source code. EntityQuery is by default in the event (request) scope. You can put it into conversation or session scope, but you'll need to take care of refreshing the query when the database changes yourself. View the original post :

[jboss-user] [JBoss Seam] - Re: java null pointer exception in rich:dataTable based on

2008-02-03 Thread nickarls
So the DataModelSelection isn't firing (or lagging one)... Does it work with a normal h:commandButton or link? I don't have much a4j experience so can't say what is supposed to be populated when... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125914#4125914

[jboss-user] [JBoss Seam] - Re: Redirect on Session Timeout using Destroy method

2008-02-03 Thread [EMAIL PROTECTED]
@Drestroy is a callback method, so no. You can't redirect a browser outside a request. Christian wrote an interesting blog post on how to simulate this though http://in.relation.to/Bloggers/Christian View the original post :

[jboss-user] [JBoss Seam] - Re: Problem with Ajax and injection with radio boxes

2008-02-03 Thread [EMAIL PROTECTED]
Bind to a property like #{controller.bondOption} - injection doesn't play well with JSF input controls. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125916#4125916 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125916

[jboss-user] [JBoss Seam] - Re: Only 1 messages.properties files loaded in 2 WARs

2008-02-03 Thread [EMAIL PROTECTED]
what does jboss-app.xml contain in your case? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125917#4125917 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125917 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Dynamic Entity Beans

2008-02-03 Thread [EMAIL PROTECTED]
1) No special feature for this, but it should be possible using facelets templating I guess. 2) What do you mean 3) What is DynaEntityBeans? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125918#4125918 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be

2008-02-03 Thread [EMAIL PROTECTED]
It depends on the use case - if the user is navigating away, I don't think ending the conversation is what you want to do (take a look at how seamframework.org works). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125919#4125919 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Manager.switchConversation via Ajax4JSF actionListener d

2008-02-03 Thread [EMAIL PROTECTED]
You can file a JIRA bug report for this - Ajax switching of conversations. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125920#4125920 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125920

[jboss-user] [JBoss Seam] - Re: s:link-action calling restricted method

2008-02-03 Thread [EMAIL PROTECTED]
Lets see the s:link View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125921#4125921 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125921 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam Component + Servlet

2008-02-03 Thread [EMAIL PROTECTED]
Wrap the call in either the context filter or a ContextualHttpServletRequest. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125923#4125923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125923

[jboss-user] [JBoss Seam] - Re: Clone Seam application for Virtual Domains

2008-02-03 Thread [EMAIL PROTECTED]
I would think from a QA perspective building separate copies of apps makes the most sense. Also, you might not want to upgrade all apps at the same time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125922#4125922 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Force method to be run before page redirect (no pages.xm

2008-02-03 Thread [EMAIL PROTECTED]
Ok, what I meant was post the bean for #{cat} View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125925#4125925 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125925 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: seam crud selectonemenu

2008-02-03 Thread [EMAIL PROTECTED]
Take a look at s:selectItems and s:convertEntity as demonstrated in a number of examples. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125924#4125924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125924

[jboss-user] [JBossWS] - Re: NullPointerException from JBossXSEntityResolver

2008-02-03 Thread [EMAIL PROTECTED]
Hi, did your workaround work? Please post some further details about your contract and/or service implementation (as far as I understand, you used a bottom up approach, didn't you?), this way we can better understand / reproduce your issue. Which version of JBossWS are you using? (the one that

[jboss-user] [JBoss Seam] - Re: Obtaining Method name of the backing name in a component

2008-02-03 Thread [EMAIL PROTECTED]
It's not really easy :(. You can take a look at org.jboss.seam.faces.Validation to see how we solved the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125927#4125927 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Trinidad SelectManyShuttle with seam ?

2008-02-03 Thread [EMAIL PROTECTED]
I'm not really understanding your problem. When you submit the form, the selection should be set on your bound bean. I.e. this should just work View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125931#4125931 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem with ServiceEndpointInterceptor

2008-02-03 Thread [EMAIL PROTECTED]
You should simply try with the latest release of JBossWS first. If you still have the problem please post here again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125930#4125930 Reply to the post :

[jboss-user] [JBoss Seam] - Re: handleException details

2008-02-03 Thread [EMAIL PROTECTED]
@In Exception handledException; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125929#4125929 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125929 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam events question

2008-02-03 Thread [EMAIL PROTECTED]
You'll need to use your debugger to see where the event is lost. Or open a JIRA and attach an example with reproduction steps so we can take a look. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125928#4125928 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SMPC and could not enlist in transaction exception

2008-02-03 Thread [EMAIL PROTECTED]
1) = 1 SMPC per db (unless you use something like Shards or Metamatrix) 2) I'm not 100% sure, but I think you need to use XA transactions if you are using multiple datasources 3) If something is @AutoCreate, create=true is redundant, yes. View the original post :

[jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home?

2008-02-03 Thread [EMAIL PROTECTED]
Ok. Explain this one again (it sounds interesting, but I'm tired, and I got lost ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125935#4125935 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125935

[jboss-user] [JBossWS] - Re: Attachments with SOAP

2008-02-03 Thread [EMAIL PROTECTED]
Could you give us some further details? Do you get any exception? Btw also consider upgrading at least to JBoss 4.0.5 in order to run the latest release of JBossWS, since the 1.2.1 is really old and your issue might have been already solved. View the original post :

[jboss-user] [JBoss Seam] - Re: s:link without the href? Only for the onclick

2008-02-03 Thread [EMAIL PROTECTED]
Just use an a onClick.../ rather than a JSF component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125939#4125939 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125939 ___

[jboss-user] [JBoss Seam] - Re: PageContext Size limit

2008-02-03 Thread [EMAIL PROTECTED]
It's held in the JSF view root, if you are using server state saving (you probably are), then it's stored in the session, and a marker id is written to the client. If it's client side, then it's serialized to the client - so be careful putting too much in the page context then. View the

[jboss-user] [JBoss Seam] - Re: Seam JBPM (WebConsole)

2008-02-03 Thread [EMAIL PROTECTED]
1) You've got all there is 2) You just use the jbpm web console. But there is work in progress on seamifying this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125940#4125940 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem with: seam-gen deploy

2008-02-03 Thread [EMAIL PROTECTED]
Just correct the generated code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125941#4125941 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125941 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Webservice client over SSL

2008-02-03 Thread [EMAIL PROTECTED]
We'll take care of this, in the mean time let's keep the related post linked: http://www.jboss.com/index.html?module=bbop=viewtopict=127805 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125942#4125942 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Facelets custom tags for input controls

2008-02-03 Thread [EMAIL PROTECTED]
Look at how s:decorate is used e.g. in the booking example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125943#4125943 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125943 ___

[jboss-user] [JBoss Seam] - Re: PageContext Size limit

2008-02-03 Thread joeyxxx
Thanks Pete. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125944#4125944 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125944 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Error when downloading file to browser

2008-02-03 Thread [EMAIL PROTECTED]
Can you post the full stack trace? Looks like something isn't respecting the response complete. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125936#4125936 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125936

[jboss-user] [JBossWS] - Re: Question about bottom-up web service

2008-02-03 Thread [EMAIL PROTECTED]
If you need to use your own xsd file, you should use a top-down approach. Then you might modify the generated classes to use the business logic you need (and that perhaps is already in the POJO you talked about). View the original post :

[jboss-user] [JBossWS] - Re: org.jboss.cache.lock.TimeoutException: failure acquiring

2008-02-03 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bbop=viewforumf=157 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125947#4125947 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125947 ___

[jboss-user] [JBoss Seam] - Re: Problem with Ajax and injection with radio boxes

2008-02-03 Thread kasim
[EMAIL PROTECTED] wrote : Bind to a property like | | #{controller.bondOption} - injection doesn't play well with JSF input controls. Ok .. yeah i actually that done before. Just to clarify though. I still will mark the bondOption with @In since i want to put it on a stateless session

[jboss-user] [JBoss Seam] - Re: EVENT_LOGIN_SUCCESSFUL handled twice

2008-02-03 Thread [EMAIL PROTECTED]
The event is only being raised once, however it seems that there is a bug that registers the overridden observer as well as your new observer. I've raised this issue in JIRA: http://jira.jboss.org/jira/browse/JBSEAM-2571 View the original post :

[jboss-user] [JBoss Seam] - Re: Problem with Ajax and injection with radio boxes

2008-02-03 Thread [EMAIL PROTECTED]
Err. No. Make the bean stateful. What you are suggesting won't work afaics. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125950#4125950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125950

[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service - Help

2008-02-03 Thread [EMAIL PROTECTED]
Please double check the namespace/name of your Service in your wsdl contract. Also consider running wsconsume against your wsdl to automatically generate your client artifacts. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125951#4125951 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:link without the href? Only for the onclick

2008-02-03 Thread [EMAIL PROTECTED]
And if you want the anchor to appear as a link, you'll also need to set href=#. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125952#4125952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125952

[jboss-user] [JBoss Seam] - Re: How can i disable skipping over the authentication?

2008-02-03 Thread [EMAIL PROTECTED]
behmen wrote : i have tryed this already, calling a page action on the authentication page but i get only a message that the session has closed and i am not able to login You can't simply call Identity.logout() in the page action for your login page, you need to write a new action that only

[jboss-user] [JBoss Seam] - Re: Standard JAAS security domain not getting picked up

2008-02-03 Thread [EMAIL PROTECTED]
Put a breakpoint in SeamLoginModule.login and see why the authenticate method isn't being used. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125956#4125956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125956

[jboss-user] [JBoss Seam] - Re: Standard JAAS security domain not getting picked up

2008-02-03 Thread [EMAIL PROTECTED]
I just tried this with the jmx-console config and was able to login successfully. On a side note, jaas-config-name and authenticate-method are mutually exclusive, if you specify an alternate jaas config then you don't need to write your own authenticator. I suggest that you set a breakpoint

[jboss-user] [JBoss Seam] - Re: s:formattedText fails with dynamic content being null

2008-02-03 Thread [EMAIL PROTECTED]
Not reported afaik. Please file an issue and we'll see if we can get rid of the spurious error message. In generate SeamText is quite picky about syntax. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125962#4125962 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2008-02-03 Thread [EMAIL PROTECTED]
I don't really know what the problem is here. I'm a bit overloaded atm. But if you can create a JIRA issue, and attach a simple example to reproduce with steps, then hopefully someone can take a look soon. With the first exception - what is the NPE from Hibernate about? You might want to

[jboss-user] [JBoss Seam] - Re: Seam JBPM (WebConsole)

2008-02-03 Thread brombie
There's a book published by Apress called Practical Seam Project (or something like that) that has more about Seam and jbpm integration. For the jbpm console, just find the war file in the jbpm package that you've downloaded and plop/explode it inside your jboss deploy folder. If you're using

[jboss-user] [JBossWS] - Re: Problem importing multiple schema from the same namespac

2008-02-03 Thread [EMAIL PROTECTED]
WSDL 2.0 is not fully supported yet http://jbws.dyndns.org/mediawiki/index.php?title=JBossWSSpecStatus. However feel free to create a feature request issue in JIRA for your issue about imports so that we can evaluate it and perhaps fix it. View the original post :

[jboss-user] [JBoss Seam] - Re: EVENT_LOGIN_SUCCESSFUL handled twice

2008-02-03 Thread joeyxxx
Thanks Shane. I'm a bit confused here. Why is my overridden method invoked twice? If the addLogin.. in the super class is registered in addition to my overridden addLogin.., I would expect one invocation in the super class and another in the sub class. I'm I missing something? View the

[jboss-user] [JBossWS] - Re: Throws exception in WS (back to remote client) without g

2008-02-03 Thread [EMAIL PROTECTED]
anonymous wrote : But the SOAP stack trace on the server side shouldn't be printed since this is a simple application error. The stack currently logs every exception before converting it into a soap fault message. We could argue about this choice, however I don't think it's a major issues, just

[jboss-user] [JBoss Seam] - Re: the best way to maintain search conditions?

2008-02-03 Thread supernovasoftware.com
I have fairly complex searches. The users can specify columns displayed, results per page, search ordering, as well as many select many choices of entities, ranges, ect. I have a search entity that I let them persist. If they choose not to persist I keep a copy of the most recent search in the

[jboss-user] [JBoss Seam] - Disabling @PerNestedConversation

2008-02-03 Thread wschwendt
I'd be very interested in being able to disable a @PerNestedConversation setting. In particular, I'd be interested in disabling @PerNestedConversation for component org.jboss.seam.pageflow.pageflow (motivation is to use nested conversations for subflows). Unfortunately, Seam's annotation

  1   2   >