[jboss-user] [JBoss Seam] - Re: Why does EntityQuery auto save updates?

2007-11-20 Thread terryb
I guess it is related to how SEAM handles transactios. I'm using Seam POJOs. The EntityQuery's getResultSet() method is marked @transactional. Call to getResultSet() commits changes made to Client entity on the jsf form get committed to the database. Anyone knows why getResultSet() first

[jboss-user] [JBoss Seam] - entity query

2007-11-20 Thread minamti
I am trying to create a data table with pagination. However my problem is that I would rather use the entity query defined in components.xml. My query is somewhat like this select itemDetail from Item item, ItemDetail itemDetail where item.itemId = itemDetail.id.itemId and item.expiryDate

[jboss-user] [JBoss Seam] - Re: Myseam, the jboss seam2.0GA's expander framework, offers

2007-11-20 Thread chlol
to 1 and 2,hibernate tools can not support these two functions too,but we need them very much ,so i developped myseam.I love jboss seam very much,but if it can add more characters of appfuse 1.9.x,it'll become more and more perfect.I have to say myseam was supplied to my own company to use at

[jboss-user] [JBoss Seam] - Re: Seam does not work when using with DAO (No transaction..

2007-11-20 Thread vietbird
When I remove the line: @Scope(SESSION) from the beginning of the BookingListAction class, the CANCEL booking works (with or without the call to flush()), I can see the log of the delete from... statement . This means that the transaction is enabled when the Scope=SESSION is removed. Can

[jboss-user] [JBoss Seam] - Re: performance of EntityQuery

2007-11-20 Thread Andy Gibson
If your backing bean is stateful then it re-uses the current value of the result count each time unless the parameters have changed. Check to see if your backing bean is stateful, and if it is, trace through the getResultCount method to see why it is being recalculated each time. Cheers, Andy

[jboss-user] [JBoss Seam] - Re: Workspace

2007-11-20 Thread Andy Gibson
Do you have a description in pages.xml for that page? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106591#4106591 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106591 ___

[jboss-user] [JBoss Seam] - Re: Idle Page Alert

2007-11-20 Thread dmhamson
I am proficient in using javascript, what I don't understand is the syntax for inserting javascript into the Richface/SEAM page. In particular, how do I create a docOnLoad() function and then supporting javascript functions along with it? A link to documentation would be most useful.

[jboss-user] [JBoss Seam] - Re: How to invoking methods with parameters with Seam test?

2007-11-20 Thread paradigmza
Thanks... as I thought... very simple :-) Is there an eta on when a fix will be commited to Embedded Jboss so that we can run these Seam tests? (These test are extremely useful for me... and I would really like to use them) View the original post :

[jboss-user] [JBoss Seam] - Re: selectOneMenu - NullPointerException

2007-11-20 Thread Andy Gibson
Pete, since he is using @PersistenceContext, doesn't that rule out the possibility of using an SMPC? This PC is only scoped to the event, after which it is unavailable. I've been having a null filled list problem recently and I think (haven't had time to check) that it is tied to the PC

[jboss-user] [JNDI/Naming/Network] - How to deploy many jboss node in one application

2007-11-20 Thread lucewang
My application used too large memory, so I decide to deploy many jboss node, one node manage some module of application. I can deploy it in one machine or many machine , but not cluster. Is it right? what can I do? How to config jndi or jms config? Thanks. View the original post :

[jboss-user] [JCA/JBoss] - Out of memory in jboss

2007-11-20 Thread mcjeevi
I am using jdk1.5,jboss4.0.5 and mysql5.0 technologies in my application. In my application there is scenario to retrieve records from database and send them to server ,for this puspose we implemented thread class which will read data from table for every 5 seconds and send them to server. But

[jboss-user] [JCA/JBoss] - Re: Out of memory in jboss

2007-11-20 Thread vickyk
anonymous wrote : ava.sql.SQLException: General error, message from server: Out of memory (Needed 3453372 bytes) Look here for more details http://wiki.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptions And make sure that you post here ONLY JCA related Queries , this post is not related to

[jboss-user] [JBoss Portal] - Re: Creating a page that is not displayed in Portal Tabs

2007-11-20 Thread jvence
Thanks for your reply I will give it a try. You would think that there's an easy way to do this. Another approach, would be to create a different portal and create a page in that portal and then load that page whenever necessary. THe problem with this approach is that when the page is loaded

[jboss-user] [JBoss Portal] - Re: Creating a page that is not displayed in Portal Tabs

2007-11-20 Thread [EMAIL PROTECTED]
What is the use case? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106602#4106602 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106602 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: JBossCache with Hibernate on Glassfish v2

2007-11-20 Thread genman
eric.hubert wrote : | I also must admit I can't see any chutzpah on my side. I know the JBoss people as very open-minded and technical interessted. From my point of view Hibernate and JBoss Cache are application server independend projects and should be treated as such. Am I wrong? | I

[jboss-user] [JBoss Messaging] - Deadlocks with ClusterRoundRobinDistributor

2007-11-20 Thread travisb
During volume testing with 2 nodes I now see these deadlocks in the thread dumps (platform AS 4.2.0.GA_CP01, JBM snapshot_stable 12-Nov-2007): Node 1: Found one Java-level deadlock: | = | Messaging Timeout(3)-266: | waiting to lock monitor 0x7548e274 (object

[jboss-user] [JBoss jBPM] - Re: Hibernate Dialect -must be explicitly set

2007-11-20 Thread k.karanjkar
Hello all , I am getting following error .. .when I try to run my EJB application .. I am using Jboss 4.0.4 , neatbeans 5.5 and mysql5 .. ObjectName: persistence.units:ear=simplyRent.ear,jar=simplyRent-ejb.jar,unitName=simplyRent-ejbPU State: FAILED Reason:

[jboss-user] [JBoss Seam] - Re: TimerServiceDispatcher won't deploy on Weblogic 10

2007-11-20 Thread apatterson11
I've found that I only get the problem in a Windows XP install using the JRockit JDK. I found that our Weblogic 10 installation in Solaris (which uses the Sun JDK) runs okay. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106606#4106606 Reply to the post :

[jboss-user] [JBossWS] - Re: Getting DEBUG messages and server goes to hung state

2007-11-20 Thread pkalpana2k
hi, I'm using Jboss 4.0.3 and i have many threads running simultaneously. Each thread will do some process. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106607#4106607 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Problem with Refresh of IFrame using IFramePortlet.

2007-11-20 Thread Soon5
Hy there, I had the same Problem. But that is no Bug, it always happens, when you use IFrames. The Problem is, that in the IFrame the Source URL of the Content is hardcoded. Everytime you refresh the whole IFrame Container, the Source is refreshed. And because of that your Content gets

[jboss-user] [JBoss Portal] - Session objects in PageCustomizerInterceptor and jsp/servlet

2007-11-20 Thread bvogt
We need to pass data from a page (declared property) to a ThemeTagHandler. In portal 2.4.1 it works by extracting the declared property in a portlet context , passing it via: PortletRequest.getPortletSession().setAttribute(attributeName, attributeValue, PortletSession.APPLICATION_SCOPE) and

[jboss-user] [JBoss Tools (users)] - Re: Problem controlling and deploying to JBoss AS

2007-11-20 Thread [EMAIL PROTECTED]
I think we fixed this bug in the latest build so please try that. Otherwise go to jboss server view and look in the event log for any messages that might explain why it is not being deployed correctly. To set the various settings used when launching/stopping/stop-args right click the server

[jboss-user] [JBoss jBPM] - Re: Multiple JBPM engines on one single JBoss instance

2007-11-20 Thread bfillon
I've made some basic tests with two ears containing : - jbpm.war - hibernate.cfg.xml - jbpm.cfg.xml Let's say ears are called app1.ear and app2.ear. They both contain the same structure and files and hibernate.cfg.xml files use distinct JNDI datasources defined in jbpm-ds.xml. What i see when

[jboss-user] [JBoss Tools (users)] - Re: Problem controlling and deploying to JBoss AS

2007-11-20 Thread [EMAIL PROTECTED]
p.s. show us the stacktrace for the communication error - could also just be that you haven't specifed username/password ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106620#4106620 Reply to the post :

[jboss-user] [JBoss Seam] - Re: selectOneMenu - NPE

2007-11-20 Thread w17chm4n
anybody ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106621#4106621 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106621 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: RuntimeException in handler method, transition to DOES_N

2007-11-20 Thread deepuin9
I use soapUI http://www.soapui.org/. Hey its working now, your suggestion helped me to think little out of box. :) Thank you very much. Here is the change i have made to make it work. Changed the below code: | copy | from part=length variable=ac3ipRequest/ | to part=calarea

<    1   2   3