[jboss-user] [JBoss Seam] - InputText value being cached

2007-06-27 Thread texan
I have an edit form with an h:inputText component whose value comes from a bean. If I change the input value, cancel the edit and load the edit page again, I'm still seeing the modified value. I confirmed that the actual object that is outjected has the correct value from the database. I

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-06-27 Thread [EMAIL PROTECTED]
jlaskowski wrote : Hi, | | Just out of curiosity, has Geronimo been considered? Were there any troubles? Where should I start from to see whether Seam works on Geronimo or not? | | Jacek | Geronimo committer We have not tried it. View the original post :

[jboss-user] [JBoss Seam] - Re: Run JSF RI on WebSphere 6.1

2007-06-27 Thread [EMAIL PROTECTED]
Great, thanks for that, appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058461#4058461 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058461 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: actions defined in pages.xml

2007-06-27 Thread [EMAIL PROTECTED]
youngm wrote : I'm attempting to get the hang of pages.xml. If I do: | | | | page view-id=/list.xhtml | | navigation if-outcome=detail | | render view-id=/detail.xhtml/ | | /navigation | | /page | | page

[jboss-user] [JBoss Seam] - Seam 2.0 BETA1 Hibernate session is not being injected anymo

2007-06-27 Thread mgrouch
It used to work in 1.3.0.A core:managed-hibernate-session name=myDatabase | auto-create=true session-factory-jndi-name=java:/myHibernateSessionFactory/ I have followed migration guide http://www.jboss.com/index.html?module=bbop=viewtopict=112038 and now getting exception:

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA1 Hibernate session is not being injected a

2007-06-27 Thread [EMAIL PROTECTED]
anonymous wrote : | * Persistence-related components moved to org.jboss.seam.persistence ie: persistence:managed-hibernate-session name=myDatabase | auto-create=true session-factory-jndi-name=java:/myHibernateSessionFactory/ View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA1 Hibernate session is not being injected a

2007-06-27 Thread mgrouch
Thanks t worked View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058466#4058466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058466 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:decorate vs ui:decorate - different behavior for multi

2007-06-27 Thread [EMAIL PROTECTED]
s:decorate renders a span around its content. The reason for this was to get an id that Ajax4JSF can use to re-render the whole decoration. But I did not really consider how that would affect h:panelGrid. Annoying. Raise an issue in JIRA, if you like View the original post :

[jboss-user] [JBoss Seam] - ResourceNotFoundException after Seam 2.0 upgrade

2007-06-27 Thread mgrouch
org.ajax4jsf.framework.resource.ResourceNotFoundException: Resource not registered : org.richfaces.renderkit.html.GradientA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058471#4058471 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-06-27 Thread [EMAIL PROTECTED]
Start with the jee5 example - it's up and running on OC4J and Glassfish (Gavin posted a bug fix for the beta release earlier) - if you can create a wiki page describing how you got it running that would be great :) View the original post :

[jboss-user] [JBoss Seam] - Re: No active conversation context with Seam 2.0

2007-06-27 Thread mgrouch
Looks like this one is caused by changes to page.xml files in Seam 2.0. It now uses different XSD. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058474#4058474 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058474

[jboss-user] [Clustering/JBoss] - Re: problem caused by distributable/

2007-06-27 Thread snedapunk
When you try to set an attribute in the session that is not serializable, it will throw an exception with a stack trace. So the first thing I would probably do is open up gcsMenu.jsp and goto line 450 and see if you are putting an object into the session. If so, I then would open that object

[jboss-user] [JBoss Seam] - Re: ResourceNotFoundException after Seam 2.0 upgrade

2007-06-27 Thread [EMAIL PROTECTED]
We can't help you unless you provide real information - full stack trace, and how you reproduce this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058476#4058476 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058476

[jboss-user] [JBoss Seam] - Re: InputText value being cached

2007-06-27 Thread [EMAIL PROTECTED]
This is most likely your browser remembering the value input - if the outputText is correct, then it isn't Seam/JSF. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058478#4058478 Reply to the post :

[jboss-user] [JBoss Seam] - Re: IDE support for Seam

2007-06-27 Thread [EMAIL PROTECTED]
http://blog.xam.dk/archives/72-Exadel-Plugins-are-now-opensourced.html - working nicely for me here :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058479#4058479 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058479

[jboss-user] [JBoss Seam] - Re: s:decorate vs ui:decorate - different behavior for multi

2007-06-27 Thread [EMAIL PROTECTED]
Yes, h:panelGrid looks at it's lays out each of it's children according to columns attribute. Simply, ui:decorate add's all of its children directly to it's parent BUT s:decorate is a component in it's own right, so keeps it's children. There is nothing we can do about this, and keep the span

[jboss-user] [JBoss Seam] - Re: When and where to use jBPM in Seam app ?

2007-06-27 Thread [EMAIL PROTECTED]
jBPM also allows you to split out the processes into a pretty diagram, which you can use to impress people ;) But seriously, it does make your code cleaner and more descriptive, as the separates the process from the support code (e.g. sending an email to the customer) very neatly. View the

[jboss-user] [JBoss Seam] - Re: ResourceNotFoundException after Seam 2.0 upgrade

2007-06-27 Thread mgrouch
anonymous wrote : | org.ajax4jsf.framework.resource.ResourceNotFoundException: Resource not registered : org.richfaces.renderkit.html.GradientA | at org.ajax4jsf.framework.resource.ResourceBuilderImpl.getResource(ResourceBuilderImpl.java:367) | at

[jboss-user] [Remoting] - Re: EJB3/Socket invoker - connection timeouts

2007-06-27 Thread javajedi
Apologies to Ron for double-posting both here and on the support ticket, but I want to give the other kind souls who have been helping me out an update. Just tried with store-bought 1.4.6. Exact same problem. Lots of these: | 2007-06-27 16:19:37,799 71584 ERROR

[jboss-user] [JBoss Seam] - Re: No active conversation context with Seam 2.0

2007-06-27 Thread mgrouch
Updating page.xml prologue to page xmlns=http://jboss.com/products/seam/pages; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd; didn't fix it. Here is exception stack

[jboss-user] [JBoss Seam] - Re: No active conversation context with Seam 2.0

2007-06-27 Thread mgrouch
I missed XSD update to pages.xml. It works now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058486#4058486 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058486 ___ jboss-user

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Large strings not getting persisted in entity column annotat

2007-06-27 Thread molson_m
Hi, I am in a very terrible situation. I am trying to persist large strings into a table column with type CLOB. My database is in Oracle. I am using JPA and noticed that its fine with small strings, but crashes badly with the exception streams type cannot be used in batching ; if the strings

[jboss-user] [Remoting] - Re: EJB3/Socket invoker - connection timeouts

2007-06-27 Thread javajedi
Ok, I wrapped the code in wakeup() inside of a try/catch, with a catch block that looks like this: | } catch (Exception e) { | synchronized (clientpool) { | synchronized (threadpool) { |clientpool.remove(this); |

[jboss-user] [Remoting] - Re: EJB3/Socket invoker - connection timeouts

2007-06-27 Thread gurgstar
Two suggestions (1) Stop writing code that relies on interrupting threads. (2) To avoid lost wake up problems, replace foo.notify() with something that stays signalled if there are no threads calling foo.wait(). Consider using a Semaphore or a BlockingQueue from util.concurrent /

[jboss-user] [JBoss Seam] - ui:insert / stopped working in Seam 2.0 within source tags

2007-06-27 Thread mgrouch
ui:insert / stopped working in Seam 2.0 within facelets source tags View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058491#4058491 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058491

[jboss-user] [JBoss Seam] - Re: ui:insert / stopped working in Seam 2.0 within source

2007-06-27 Thread [EMAIL PROTECTED]
(1) stopped working?? Error? Or it just behaves differently now? (2) ui:insert is a built-in facelets tag, so this can't be a Seam issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058492#4058492 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ui:insert / stopped working in Seam 2.0 within source

2007-06-27 Thread mgrouch
No exception, but the content which is supposed to be rendered by ui:insert / is not rendered. Seam 2.0 ships with own facelets version, could it be bug there? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058493#4058493 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ui:insert / stopped working in Seam 2.0 within source

2007-06-27 Thread [EMAIL PROTECTED]
It is facelets 1.1.13a. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058494#4058494 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058494 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: ui:insert / stopped working in Seam 2.0 within source

2007-06-27 Thread [EMAIL PROTECTED]
By the way, suffice to say I find this pretty difficult to believe, since ui:insert is used in many of the Seam examples, which are working great. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058495#4058495 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - How to call a secured EJB method from the Service mbean star

2007-06-27 Thread batter
I added a @RolesAllowed annotation to my EJB. I have an MBean (created using the @Service/@management annotations) that wants to call that EJB in its start method and of course gets an authentication exception. From the jmx-console is works fine since I edited the jmx-console security realm.

[jboss-user] [JBoss Seam] - Re: ResourceNotFoundException after Seam 2.0 upgrade

2007-06-27 Thread fernando_jmt
Remove your browser cache: Ctrl+F5 or F5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058498#4058498 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058498 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: ResourceNotFoundException after Seam 2.0 upgrade

2007-06-27 Thread mgrouch
Cleaning cache solved it. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058499#4058499 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058499 ___ jboss-user mailing list

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JSF h:commandButton type=

2007-06-27 Thread ToeCheez
I am experiencing an issue with JSF on JBoss AS 4.2.0. I have command buttons that are client-side buttons that call javascript in the browser. One in particular opens a calendar in a DIV. I tried to code it as type=button and add an onclick javascript function. On JBoss AS 4.0.5 it

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Large strings not getting persisted in entity column ann

2007-06-27 Thread molson_m
hi.i figured out the problemi was using an old JDBC driver for oracleit worked successfully once i downloaded the latest Oracle JDBC driver (ojdbc14.jar) from the oracle web site Thanks View the original post :

[jboss-user] [JBoss Seam] - Re: InputText value being cached

2007-06-27 Thread texan
I would normally agree, but it behaves the same way in Firefox and IE 6, and I changed the cache settings in IE, and added a nocache line to the code. Besides, it only remembers the value when I change it then cancel. To expand on the problem a little, if I click on two items in the source page

[jboss-user] [JBoss Seam] - Configuring Seam 1.2.1GA for s:uploadFile

2007-06-27 Thread reuben.helms
Hi all Having all sorts of problems trying to configure for file uploads using s:uploadFile. Using Seam 1.2.1 GA and JBoss 4.0.5GA. My original function was non trivial, so I rigged up a simple example using code found around this this forum. Unfortunately, it still doesnt quite work. When I

[jboss-user] [JBoss Seam] - I got the java.lang.NoClassDefFoundError error

2007-06-27 Thread chicochen
I get the error: Caused by: java.lang.NoClassDefFoundError: org/richfaces/component/TreeNode I find that the richfaces-3.0.1.jar in qaforum.ear folder, and had change value to true as below: attribute name=UseJBossWebLoadertrue/attribute | | anyone can help me? I use jboss-seam 2.0,

[jboss-user] [JBoss Seam] - Re: I got the java.lang.NoClassDefFoundError error

2007-06-27 Thread [EMAIL PROTECTED]
The next version of RichFaces will solve this problem by repackaging into two jars, one for the EAR, one for the WAR. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058510#4058510 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ui:insert / stopped working in Seam 2.0 within source

2007-06-27 Thread mgrouch
I've rolled back to facelets which were shipped with Seam 1.3.0.A and everything works fine. The problem is in 1.1.13a facelets and it seems it shows up only in case of nested facelets source tags when content is passed from outer tag into inner via ui:insert and rendered with ui:insert/ in inner

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: bidirectional OneToMany throws LazyInitializationExcepti

2007-06-27 Thread beligum
Hi, thanks for this. It didn't help me along, but got me jumpstarted to solve the (rather complex) issue. For follow-up reasons, check this: http://forum.hibernate.org/viewtopic.php?t=961213 and http://jroller.com/page/eyallupu?entry=getting_a_wrongclassexception_when_mapping The @Where

[jboss-user] [JBossCache] - Re: uninitialized nodes

2007-06-27 Thread aditsu
Well, I have the same problem with jboss-cache-2.0.0.CR2: I put a node in the cache, but when I try to get it later, it tries to load it from the cacheloader because dataLoaded (in UnversionedNode) is false. How can I solve this? View the original post :

[jboss-user] [JBoss Seam] - jBPM or pages.xml overloading / extending / composition

2007-06-27 Thread utiba_davidr
Hi, I have asked a similar question in another thread, but as my understanding of Seam broadens the question I want to ask is more concise - So I decided to raise a new query. Essentially what I want to know is, if I have a defined process or page flow using either jBPM or standard pages.xml

[jboss-user] [Management, JMX/JBoss] - Re: How to call a secured EJB method from the Service mbean

2007-06-27 Thread batter
So I now *what* caused it but not the *why*. (and maybe this post should go to the security forum but no clue how to X-post here). In the ejb jar that I create, I use the security-domain element to specify the security realm I defined. The reason for this was that I had to do that if I wanted

[jboss-user] [JBoss Seam] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-27 Thread [EMAIL PROTECTED]
This is an interesting question to ask in the jBPM forum. Let us know the answer :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058517#4058517 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058517

[jboss-user] [JBoss Portal] - Re: JBoss Portal Server start up problem

2007-06-27 Thread selvarevathi
hi chris, thanx a lot chris. At Present im ruuning Jboss without portal-wsrp.sar ie i removed from jboss-portal.sar. wats the purpose of portal-wsrp.sar will it affect any other portal applications. plz explain chris thanx View the original post :

[jboss-user] [Installation, Configuration Deployment] - java.lang.ClassCastException: com.sun.faces.application.Appl

2007-06-27 Thread coejboss
I am a newbie to JBoss and I am trying to deploy my war in JBoss 4.2.0.GA version. My application which I am trying to deploy is JSF-Spring-Framework application. But on deploying the application I am getting the following error: 09:02:41,451 INFO [TomcatDeployer] deploy,

[jboss-user] [JBoss Portal] - Re: JBoss Portal Server start up problem

2007-06-27 Thread selvarevathi
hi thomas thanx for u r reply thomas i disconnected my LAN settings also started without connecting to Internet but still it says the same ERROR which i posted yesterday View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058520#4058520 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Can a Stateless bean make a call to an entity bean to pe

2007-06-27 Thread ashusri000
Hi ! I am able to get the datasource being properly deployed and able to see it at the server console also. There is no error so far with this part . But when I go for deployment of the entity bean then it shows an error that this jndi name is not a compound name and then the call to

[jboss-user] [JBoss Seam] - Re: Facelets (Source) Tags problems with seam validation

2007-06-27 Thread mgrouch
Has anyone made a wiki for this issue yet? Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058522#4058522 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058522 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Configuring Seam 1.2.1GA for s:uploadFile

2007-06-27 Thread reuben.helms
Well, turns out it was something in the config. First problem, though not a direct cause, was the presence of two filter-mapping entries for the MyFacesExtensionsFilter. Chopped the duplicate entry out, but no dice. Next step was to chop the MyFacesExtensionsFilter filter out altogether. At

[jboss-user] [JBoss jBPM] - jBPM or pages.xml overloading / extending / composition

2007-06-27 Thread utiba_davidr
Hi, I have a query regarding jBPM and Seam. Essentially what I want to know is, if I have a defined process or page flow using either jBPM or standard pages.xml is it possible to extend or customize that flow elsewhere? Is this addressed now in Seam 2.0 (I read about page flow composition

[jboss-user] [JBoss Seam] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-27 Thread utiba_davidr
Thanks gavin, sorry to post in the wrong place. Reposted at: http://www.jboss.com/index.html?module=bbop=viewtopicp=4058525#4058525 Cheers, David View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058526#4058526 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Retrieving data from database

2007-06-27 Thread alexrozario
alexrozario wrote : | how to view(display) that details in my view page.. | | i am using facelet file to view that data. | | and this is my session bean class which retrieving data | | @Stateless | | @Name(searchsession) | | public class SearchSession implements

[jboss-user] [JBoss Seam] - Re: Retrieving data from database

2007-06-27 Thread alexrozario
i am trying your suggestion too kruno.. but cant finish it off. still i am facing the same issue. help me to overcome this issue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058531#4058531 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: ejb server socket connection

2007-06-27 Thread vickyk
anonymous wrote : I'd want to know if a JCA outbound adapter to connect my ejb to an external C | application (by socket) is the right solution. Yes . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4058532#4058532 Reply to the post :

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Customer EJB deploy failed!!!

2007-06-27 Thread poo_shell
hi please help i m also facing the same problemmy war file is working fine but when i packaged it in ear file and try to run it on jboss it throws error that incomplete deploymentMbeans waiting for other Mbeans plz help it urgently needed View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0.ALPHA entity converter: The instance was not

2007-06-27 Thread jazir1979
This a big step backwards in my opinion. I have a similar situation to the above, although my factories were for application scope, not even at the user session level. Now to populate these select boxes I will have to hit the DB over and over. I guess the widest scope I can cache these now

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0.ALPHA entity converter: The instance was not

2007-06-27 Thread jazir1979
Also, I have a quick question- would it be as simple as changing the PersistenceProvider.instance().getId() to do the same thing as the default getId() implementation (Entity.forClass( bean.getClass() ).getIdentifier(bean)) rather than delegating to Hibernate? Or will I run into further

<    1   2   3   4