[jboss-user] [JBoss jBPM] - Re: Designer in jbpm-jpdl-3.2.GA does not support Decision c

2007-04-19 Thread estaub
http://jira.jboss.com/jira/secure/ReleaseNote.jspa?projectId=12310264styleName=Htmlversion=12311154 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039006#4039006 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039006

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss AS 4.2.0.CR2 does not start

2007-04-19 Thread [EMAIL PROTECTED]
I just tested bringing up JBoss AS 4.2.0.CR2 on Fedora Core 6 and had no problems. In fact, I tested it with the IBM 1.5 JDK, the Sun 1.5 and 1.6 JDK's, and the BEA JRockit 1.5 JDK, and all worked fine. Is networking actually enabled on your machine? View the original post :

[jboss-user] [JBoss Messaging] - Access remote topic problems

2007-04-19 Thread [EMAIL PROTECTED]
I have two instance of JBoss running on my machine, the messaging server and a regular web server. I am trying to get a connectionfactory on the web server from the messaging server by context.lookup(/ConnectionFactory), I get null same if I tried JmsXA. I have everything in a Properties

[jboss-user] [Installation, Configuration Deployment] - Re: How to don't redeploy ear after restart JBoss server

2007-04-19 Thread anbramo
Instead of trying not redeploying the ear after restarting JBoss server, you could try jboss not cleaning your log files after restarting. By default, every time you restart jboss log4j clean all the logs. In order to avoid this behaviour you have to modify the log4j configuration

[jboss-user] [Installation, Configuration Deployment] - JBoss-4.0.5.GA jmx-console issue

2007-04-19 Thread rtanya
Hi Community, I have jboss 4.0.5.GA installed on jdk1.5. I tried 1.4.2 and default jboss settings, but get the same results. Whenever try to change the context settings of one of deployed war file from http://localhost:8080/jmx-console/ it fails with exception

[jboss-user] [JBoss jBPM] - Re: deploying jbpm-enterprise.ear on Jboss4.0.5.GA

2007-04-19 Thread kukeltje
NO DUPLICATE POSTS PLEASE, AND DO NOT CALL MY ANSWERS STUPID (assuming you relate to the orther post) If you search the forums and the wiki, you'll see that this is a config file for useracces IF it is configured to be used. If you happened to know what this file is for you could look how the

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-19 Thread oskar.carlstedt
Hi!! Using EJBs here is probably not the best way to go. Doing so will cause the container to create a lot of insert statements - too many to get the performance you want. If I'm wrong here, let me know. I did something like this a couple of years ago with Oracle 8.1.6. If you don't care

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-19 Thread oskar.carlstedt
... one more thing. Whater decision you make here. Make sure you are using the native Oracle driver. //Oskar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039023#4039023 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-19 Thread kukeltje
this is already fixed in the cvs-head version of jBPM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039022#4039022 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039022 ___

[jboss-user] [JBoss jBPM] - Re: JBPM too slow due to too mnany process instance

2007-04-19 Thread kukeltje
the database jbpm uses is not optimized. Meaning, creating indexes for relevant queries is not done. Look at what queries are done and create the relevant indexes. If that does not help, please get back. View the original post :

[jboss-user] [JBoss Seam] - time zone in Seam

2007-04-19 Thread zzztimbo
Is there an example I can look at where time zone information is saved with the user account in a Seam application. For instance, when a user registers, they select their time zone from a pulldown. It is saved. All time stamp information in the application then reflects this fact for this user.

[jboss-user] [JBoss jBPM] - Re: Base Question

2007-04-19 Thread kukeltje
you cannot 'pass it on'. If it is set in the process, you can retrieve it in the actionhandler of the next task by using context.getVariable(variablename) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039028#4039028 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Help: get exception when using EL to reference a EJB mem

2007-04-19 Thread petemuir
You need to post the whole stack trace View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039030#4039030 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039030 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: New Conversation issue

2007-04-19 Thread petemuir
AFAIK, none View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039031#4039031 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039031 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: fork related problem

2007-04-19 Thread kukeltje
anonymous wrote : i get the message the task has been assigned to null,null known issue with the 3.1.x webapp The other issue I do not know about. Could be that the default behaviour in 3.1 is that the start task is assigned to the process initiator. View the original post :

[jboss-user] [JBossWS] - Re: wsconsume and IllegalStateException

2007-04-19 Thread bypaik
is wsconsume supposed to work with jbossws-1.2.x for jboss 4.0.5 with jdk 1.4? there is no reference to org.jboss.ws.tools.jaxws.impl.WSContractConsumerFactoryImpl except within jbossws-wsconsume-impl.jar which is only usable for jdk 1.5+. can someone clarify this please? thanks View the

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-19 Thread kukeltje
I assume you do not get a detailed error somewhere since you did not post it. Correct? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039035#4039035 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039035

[jboss-user] [JBoss jBPM] - Re: Why some node attributes are not persist?

2007-04-19 Thread kukeltje
The sourcecode sais these are not persisted yet. So they can just be used in a non-persisted processinstance. No 'fix' yet and none planned either (afaik) If you want these to be persisted, file a jira issue, discuss them in the design forum and maybe even help implementing this. (including

[jboss-user] [JBoss Seam] - Re: time zone in Seam

2007-04-19 Thread petemuir
No. Something like this should work: @In User user; | @In TimeZone timeZone; | | @Observer(org.jboss.seam.timeZoneSelected) | public updateTimeZone() { |user.setTimeZone(timeZone); | } You'll need to make sure the changes to User get persisted. View the original post :

[jboss-user] [JBoss Seam] - Re: Help: get exception when using EL to reference a EJB mem

2007-04-19 Thread qzhengyy
Here is the stack trace. Thanks. | javax.faces.el.EvaluationException: /main.xhtml @23,92 value=#{edaSearch.searchString}: Exception getting value of property searchString of base of type : org.javassist.tmp.java.lang.Object_$$_javassist_117 | at

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-19 Thread unsavory
Thanks Felix. Even after adding the @Local annotation, it is still not working. I even tried adding my bean to the persistence.xml file as follows: test.TestBean No go. Any ideas here? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039041#4039041 Reply

[jboss-user] [JBoss Seam] - Re: Help: get exception when using EL to reference a EJB mem

2007-04-19 Thread petemuir
Here's your problem Caused by: org.jboss.seam.RequiredException: In attribute requires non-null value: edaSearch.eda Either make sure the eda component is available or use required=false View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039042#4039042 Reply to

[jboss-user] [JBossWS] - Re: wstools failing on XSDs using xs:import

2007-04-19 Thread [EMAIL PROTECTED]
This should get fixed for 2.0.0.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039046#4039046 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039046 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-19 Thread HLQ
Yes, there is no errors at all... so I confused... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039047#4039047 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039047 ___

[jboss-user] [JBossWS] - Re: Mapping problem

2007-04-19 Thread [EMAIL PROTECTED]
You could start with the samples from the download. There should find enough usecases for jaxrpc DII View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039050#4039050 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039050

[jboss-user] [Installation, Configuration Deployment] - packaging a war file with struts 1.3.8 for jboss 4.0.4

2007-04-19 Thread tb44
hello, i try to port a web application from jboss 3.2.0 to jboss4.0.4. i have a problem with classNotFound exception for struts (see log): 23:53:26,500 INFO [EJBDeployer] Deployed: file:/home/baudouin/site/binaires/jboss-4.0.4.GA/server/default/deploy/siloDonnees.jar 23:53:26,890 INFO

[jboss-user] [JBossWS] - Re: Activating xjc plugin

2007-04-19 Thread [EMAIL PROTECTED]
wsconsume uses wsimport underneeth. If it does not work already please monitor Please monitor http://jira.jboss.org/jira/browse/JBWS-1613 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039049#4039049 Reply to the post :

[jboss-user] [JBossWS] - Re: how to run the jbossws samples?

2007-04-19 Thread [EMAIL PROTECTED]
| ant -Dtest=jaxws/samples/webresult test | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039052#4039052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039052 ___

[jboss-user] [JBossWS] - Re: XJC error: PhotoMessage.xsd ' 'is not a part of this co

2007-04-19 Thread [EMAIL PROTECTED]
We are using jaxb-2.0.3. Newer versions have not been tested View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039053#4039053 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039053

[jboss-user] [JBossWS] - Re: Unable to create a WSClient that uses jboss-wsse-client.

2007-04-19 Thread [EMAIL PROTECTED]
Hava a look at the security samples. A clients needs the security handlers configured and the security config file http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#WS-Security View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039054#4039054 Reply to

[jboss-user] [JBoss Seam] - Re: Remember Me Exception

2007-04-19 Thread patrickr
I?ve just encountered the same PropertyNotFoundException although I don't use IceFaces. So this might not solve the original problem but maybe helps people searching for this exception. I actually forgot to put seam.properties in my classpath and thus seam wasn't aware of my annotated

[jboss-user] [JBoss Seam] - How To Cancel Update in Home Object

2007-04-19 Thread gzoller
Hello, If I override update() in a Home object, how can I stop the update from happening and roll back changes the user has made? Even better: Is there a way to have access to the old and new fields values? What I'd like to be able to do is know what the original value was so I can manually

[jboss-user] [JBossWS] - Re: Handlers

2007-04-19 Thread [EMAIL PROTECTED]
Have a look at the latest samples View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039061#4039061 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039061 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Salesforce client stub generation fails

2007-04-19 Thread [EMAIL PROTECTED]
Do you have url to the salesforce wsdl? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039062#4039062 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039062 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: [Fatal Error] :-1:-1: Premature end of file.

2007-04-19 Thread [EMAIL PROTECTED]
Please have a look at JAXWS http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039063#4039063 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039063

[jboss-user] [JBossWS] - Re: PortComponent Annotation - Jar Requirements

2007-04-19 Thread [EMAIL PROTECTED]
http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#JBossWS_Extenstions View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039064#4039064 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039064

[jboss-user] [JBossWS] - jbossws-1.2.1.GA released

2007-04-19 Thread [EMAIL PROTECTED]
As of this post I am happy to anounce that jbossws-1.2.1.GA is released. This implementation supports both JAX-WS and JAX-RPC style web services. With this release we provide full JAXWS functionality. It runs on jboss-5.0.x, jboss-4.2.x, jboss-4.0.5, Tomcat. JAX-WS brings to web services what

[jboss-user] [JBossWS] - Re: Strange java code generated by wsprovide

2007-04-19 Thread [EMAIL PROTECTED]
Try | @WebService | public class PojoEndpoint { | | @WebMethod | public String sayHello(String name) | { | return Hallo +name+!; | } | } | JBossWS generates the reuired wrapper beans dynamically. They do not need to be part of the

[jboss-user] [Clustering/JBoss] - Unable to connect to jboss cvs -- connection refused

2007-04-19 Thread vulee
Last night, I was able to view jboss cvs from Eclipse. Today, Since this morning, I keep getting connection refused. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039069#4039069 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to recover from database restart while JBoss is runn

2007-04-19 Thread bertnz
OK - looks like I will have to solve this one myself. Turns out that I needed to specify this additional field in my datasource descriptor (ms-sql.ds). !-- sql to call to check exiting connection is still ok -- check-valid-connection-sqlselect top 1 name from sysobjects with

[jboss-user] [JBoss Seam] - Re: Can you use Seam-Remoting via AJAX when you are using Ja

2007-04-19 Thread [EMAIL PROTECTED]
Yes you can use it to call Javabean components. At the moment remoting is pretty much only used for AJAX, but there's no reason why you couldn't use it from a Swing app for example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039082#4039082 Reply to the

[jboss-user] [JBossWS] - Integrate Apache with Tomcat/JBoss using mod_jk connector

2007-04-19 Thread d_pavel
I have a deployment architecture question: We know this: anonymous wrote : | # As a native application, the Apache web server is a more efficient | HTTP server than the Java-based web server included in JBoss AS. That is | especially true for static contents (e.g., pictures), keep-alive

[jboss-user] [JBoss Seam] - Re: Webservices ETA?

2007-04-19 Thread [EMAIL PROTECTED]
Web services support is still under development, in CVS only. I can't really help you with starting a JBPM process because we haven't built support for that yet :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039084#4039084 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Is it good to code JSP-specific information in EJB??

2007-04-19 Thread hsiung
do I understand you correctly that using @DataModel won't impact the interface of the session bean for swing clients? In other words swing clients will use the exact same session bean interface as JSF. View the original post :

[jboss-user] [Clustering/JBoss] - Re: Some Issues with clustering on JBoss 4.0.4 and EJB stub

2007-04-19 Thread ablevine1
[EMAIL PROTECTED] wrote : Sorry, I saw the 1st post in this thread and replied; didn't see the rest of the thread. I'll assume your beans are marked clustered, either via annotation or in the xml. | | RetryInterceptor is not yet available in EJB3. Don't think it would solve your problem

[jboss-user] [JBoss Seam] - Alternate property reference style in EL not working

2007-04-19 Thread pgmjsd
It looks like http://jira.jboss.org/jira/browse/JBSEAM-580 has resurfaced. I'm using Seam 1.2.1.GA and I get a String index out of bounds exception when I use the alternate syntax for referencing an entity property: #{entity[fieldName]} Here is the stack trace: 18:57:39,147 ERROR [STDERR]

[jboss-user] [JBoss Seam] - Re: Is it good to code JSP-specific information in EJB??

2007-04-19 Thread petemuir
Yes, You can use the same interface BUT Seam doesn't yet support Swing - so stuff like Seam's injection won't work. Shane's work on WS should start to close this gap - we will have a model for building bridges to clients other than JSF View the original post :

[jboss-user] [JBoss Seam] - Question regarding performance and multiple JavaBean bijecti

2007-04-19 Thread pnorman4
Hi We're developing a site based on MyFaces, Facelets and Seam, and now we're a little concerned about the performance - it's a bit slow. While analyzing the code I found out some strange Seam behavior. Background: All our Seam beans are normal JavaBeans (no EJB beans). We'r running the web

[jboss-user] [JBossCache] - jbosscache 1.4.0.SP1 treecache.xml and DeployedTreeCacheProv

2007-04-19 Thread rocken7
There are very muddy docs on these things, don't point to the wiki its useless for this. I am confused about the integration of jboss-cache with hibernate and ejb3. I want to cache entity beans that are read-only, but if I try to setup the DeployedTreeCacheProvider I get: Unable to locate

[jboss-user] [JBoss Messaging] - Config HA-JNDI in JBM

2007-04-19 Thread xkong
I know that configuring HA-JNDI in JBOSS cluster requires partition. Since JBM doesn't use partition, is there any other way to config JBM with HA-JNDI. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039107#4039107 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-19 Thread gus888
Hi Peter, After I deployed Seam mail example to JBosss 4.2 server, I immediately got the following exceptions. Do I need to modify some server setting files? Thank you so much for your guidance. 2007-04-19 20:01:54,593 ERROR [org.jboss.ejb.plugins.LogInterceptor]

[jboss-user] [JBoss Seam] - Re: JSF 1.2 in Seam distribution?

2007-04-19 Thread ryildirim
Any updates on Seam+GWT? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039110#4039110 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039110 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-19 Thread cwash
petemuir wrote : Note that JBoss AS 4.2.0.CR2 is now out - CVS is running well on it :) FYI http://sourceforge.net/project/showfiles.php?group_id=22866package_id=16942release_id=491475 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039111#4039111 Reply to

[jboss-user] [JBoss jBPM] - Re: Why some node attributes are not persist?

2007-04-19 Thread alexwei12
Thanks. I think they are useful things View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039112#4039112 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039112 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: Salesforce client stub generation fails

2007-04-19 Thread artd
The WSDL's are password protected and are generated on a per account basis; ie, they're context sensative around customizations done in SFDC, however I've generated one from my sforce test account and emailed you seperately. View the original post :

[jboss-user] [Security JAAS/JBoss] - Credentials - String or char[]

2007-04-19 Thread sim-smith
Hi All, I think that I have found an issue with the representations of Credentials in JBoss - sometimes they are java.lang.String, and other times char[]. (This is for JBoss 4.0.4.GA). In particular, org.jboss.web.tomcat.security.SecurityAssociationValve uses Strings (actually the root

[jboss-user] [JBoss Seam] - Re: JSF 1.2 in Seam distribution?

2007-04-19 Thread RobJellinghaus
Funny you should ask, people are popping up on the Ajax4JSF users forum asking about JSF+GWT :-) Yes, there are some updates: http://unrealities.com/gwtjsf/20070406/ That's kind of a meaningless (except as a proof of concept) example of a GWT component in a JSF-based Seam app. But at least you

[jboss-user] [Security JAAS/JBoss] - Bug in security cache - 4.0.4.GA

2007-04-19 Thread sim-smith
Hi All, I've found (I think) a reasonably serious problem with JaasSecurityManager in JBoss 4.0.4.GA around caching. It doesn't happen very often but it can result in a logged-out Subject on the stack. The root of the problem appears to be JaasSecurityManager.authenticate(), where it logs on

[jboss-user] [Installation, Configuration Deployment] - JBoss 4.2CR2: Why is Hibernate Annotations 3.3 not included?

2007-04-19 Thread Juergen.Zimmermann
Why is Hibernate Annotations 3.3 and Hibernate EntityManager 3.3.1 not included? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039118#4039118 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039118

[jboss-user] [JBoss Seam] - Re: Entity Property Not Up-To-Date

2007-04-19 Thread xtia004
Hibernate EntityManager User guide 3.9.1: Hibernate does guarantee that the Query.getResultList()/Query.getSingleResult() will never return stale data. Can we trust it??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4039121#4039121 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Accessing properties from jboss

2007-04-19 Thread veeseekay
I could finally access the props specified in jboss-service.xml through an MBean, initially I had mentioned that I did not want to do it through MBean, but now due to a change, I have to do this, and here is an FYI on how to do it : 1) specify your key-value pairs in jboss-service.xml Ex :

[jboss-user] [Clustering/JBoss] - Wrong targets come to LoadBalancePolicy

2007-04-19 Thread kkrivopustov
Hello I'm using cluster on JBoss 4.0.4.GA and I want to implement a custom load-balancing policy. Unfortunately I faced a problem with the wrong list of targets in FamilyClusterInfo. Below I'll try to explain the situation. I have 2 EJB3 stateless beans FooBean and BarBean annotated with

[jboss-user] [JBoss jBPM] - Re: fork related problem

2007-04-19 Thread shirodkar4
hi, thanks for the quick reply Ronald the 1st error is not much of a concern. but at least the second error(i think its a very serious error) how can a process TASK be assigned to any random user when there is a particular swimlane(user) assigned to the Task. one of the two Tasks after the

[jboss-user] [EJB 3.0] - Re: 10,000 Recorc Per Second (In EJB 3.0)

2007-04-19 Thread grdzeli_kaci
hi all, great tnx for your posts, yesterday i tried to count real amount of records and i got i need 2000 operation in one second, (operation means some selects and 5 insert into separate tables) fhh anonymous wrote : | If all you want to do is to insert 10.000 meaningless records than

[jboss-user] [JBoss Seam] - Getiing JSF ReadOnly inputText value in bankend??

2007-04-19 Thread waheed.murad
Hi. i have readOnly inputText is JSF as h:inputText id=emails value=#{myBean.emails}/ readonly=true with backend getter and setter methods. well when i submit form i do not have any value in my myBean.emails varaible. i have searched and came to know that readOnly and disabled fields are not

<    1   2   3