[jboss-user] [JBoss Seam] - Backbutton Example

2006-07-15 Thread khsiow
Anyone has an example to share on how to get the prevent backbutton? So far, all the examples allowed the backbutton operation and it was messing up conversation. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958255#3958255 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Urgent help please!

2006-07-15 Thread ihunter
[Using JBoss 4.0.3, EJB2, MySQL] Hi Folks, I have an EJB 2.0 app. and I need to effect the following (psudo) query for an entity... SELECT obj FROM Obj WHERE (obj.x IN {0}) LIMIT {1} Using dynamicQL does it, but the LIMIT doesn't go into the actual SQL for MySQL and blows the

[jboss-user] [Installation, Configuration Deployment] - Re: Deploying with JBoss rules

2006-07-15 Thread lafr
The class org.eclipse.jdt.internal.compiler.CompilationResult is not part of any lib of jbossrules. The class is needed, when an error occured in your rules. I added org.eclipse.jdt.core_3.2.0.v_671.jar from eclipse 3.2.0 to the libs. View the original post :

[jboss-user] [EJB 3.0] - Re: Deployment error mapping a parent/child related entity

2006-07-15 Thread elkner
= unbound type ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958259#3958259 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3958259 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSDEFINITION table not found

2006-07-15 Thread abdielj
hi, First of all thanks for your help. The schema was automatically created. I used the JBPM Starter's Kit. I checked the DB Administrator and there are no typos in the table name. I'm also using the Eclipse JBPM IDE Bundle which has a plug-in that automatically creates a JBPM Project, but i

[jboss-user] [JBoss Seam] - Re: ejb-jar.xml for bookings example: hosed?

2006-07-15 Thread vashistvishal
Okiee, I encountered this beast today as i was trying to get some hand on SEAM after i heard lots of good reviews. As mentioned in one of the posts here I 're-installed JBoss', using JEMS installer, using ption 'ejb3' on installer menu, previously i opted for option 'ALL'. And when i deployed

[jboss-user] [Beginners Corner] - JBoss goes down!

2006-07-15 Thread nabieh
Dears, We have an application that been used by a 600 users via netowrk connections over the country, at a time, not less than 150 users are online using the application, the main goal of the application is to be an interface for a huge database and oter network components, we are facing a

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Using LIMIT in EJBQL

2006-07-15 Thread WGPuckett
I have JBoss v4.0.3SP1 installed along with MySQL v5.0.22. I am using Eclipse 3.1.2 with MyEclipse 4.1.1 for my development. I am using XDoclet to generate the code for the EJBs. In my application I have my CMP EJBs configured for v2.X. In one of my EJBs I have the following finder: |

[jboss-user] [JBoss jBPM] - Re: Custom fork - jbpm 3

2006-07-15 Thread c.vidal
Hi, I'm also interested by the answer to this :) I'm trying to achieve the exact same purpose. Tchao View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958271#3958271 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3958271

[jboss-user] [JBoss Seam] - Ajax4JSF experiences

2006-07-15 Thread [EMAIL PROTECTED]
OK, so I spent some time playing with JSF yesterday afternoon. Overall I'm pretty happy with the APIs but So, what I've noticed so far is: (0) a4j:region is required in MyFaces, as per Ajax4JSF docs (ugly!) (1) a4j:region selfRendered=true breaks with Seam, probably some problem to do with

[jboss-user] [JBoss Portal] - Using JGuard to secure the portal

2006-07-15 Thread pelo67000
Hello, I would like to use jguard with pentaho (which is deployed on JBoss 4.03) to secure the portal. After downloading the jguard zip and install it, i was able to launch start-pentaho.bat but i had the following errors : anonymous wrote : | 2006-07-07 10:55:29,984 WARN

[jboss-user] [EJB 3.0] - Re: Entity bean state not rolled back on TX rollback:

2006-07-15 Thread jnorris10
Just for any that are interested in this thread, here is what the spec says about this: anonymous wrote : | EJB3 Persistence Specification, page 54 | | 3.3.2 Transaction Rollback | | For both transaction-scoped and extended persistence contexts, transaction rollback causes all

[jboss-user] [JBoss Seam] - nested datatables with s:link

2006-07-15 Thread lcoetzee
Hi, I want to nest datatable, with the inside loop containing a s:link with an action. Something like: | t:dataList value=#{sections} var=currentSection layout=simple | rendered=#{not empty sections} id=dt1 |

[jboss-user] [JCA/JBoss] - can't auto connect

2006-07-15 Thread huangqingqing
In jboss4.03 ; I config the datasource with msql-ds.xml ;but if the mssql server disconnect ; jboss can't auto connect the mssql server I must start up the jboss server again . why and how can i do ? thank:) View the original post :

[jboss-user] [JBoss jBPM] - Re: Simple Problem Literal Problem

2006-07-15 Thread ncapito
The work around for the bug worked To all who are interested here was how i assigned an int constant Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958292#3958292 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Simple Problem Literal Problem

2006-07-15 Thread ncapito
Code didn't make it: copy | from expression=string(1) / |to variable=MyVar part=myInt/ | /copy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958293#3958293 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Ignoring empty but not-null cascaded entities...

2006-07-15 Thread bluetrade
Hi, I have a question regarding the possibility to ignore entities dynamically, based on whether or not they contain data. Let me explain: class Person implements Serializable { private Information info = new Information(); private String name; ... } now I don't want to save the

[jboss-user] [Beginners Corner] - Re: examples: bank

2006-07-15 Thread muellx
I'm having exact same problem! Have you come across a solution for that? Can anyone help? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958296#3958296 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3958296

[jboss-user] [JBoss Seam] - Re: registration-sample ear does not work when renamed

2006-07-15 Thread javidjamae
The incorrect components.xml documentation is here: http://docs.jboss.com/seam/latest/reference/en/html/tutorial.html#d0e554 This should probably be updated to have the correct jndiPattern. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958298#3958298 Reply

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-15 Thread gcowsar
markfoerstein wrote : | These exceptions are usually not the cause of the problem itself. Try looking at the JBoss/Tomcat console window. At the end of the stack you will find the exception that caused everything. | Post'em here. Thanks Mark I'll do that. First I'm going to do a clean

[jboss-user] [JBoss Seam] - Accessing static finals

2006-07-15 Thread bluetrade
Hi, I want to evaluate an EL against some static final from an entity which I tried to outject and (@Out (value=final1)) however it is ignored. Can I not outject from entities? How is it usually solved if one would like access a public static final w/o having to implement getters for them?

[jboss-user] [JBoss Seam] - Re: Backbutton Example

2006-07-15 Thread khsiow
Thanks for the pointers. I just tried the booking example. When I used the backbutton and later clicked on a action button, it displayed no conversation message. I was expecting the system would redisplay the current page immediately as soon as I hit the backbutton. I guess I've to debug my

[jboss-user] [JBoss Portal] - Re: Getting XAException while logging in to portal as admin

2006-07-15 Thread kslm23
I see, now it makes sense :-) Thanks a lot for your help!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3958303#3958303 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3958303 ___

[jboss-user] [JBoss Seam] - Re: Accessing static finals

2006-07-15 Thread CptnKirk
You can't outject from entities and by default the EL requires getters/setters. I was thinking that a custom JSF VariableResolver might help, but it seems that it only resolves the top-level object (ie, the entity), not the actual returned variable. I think you're SOL here, unless the JSF EL

[jboss-user] [JBoss Seam] - Re: Backbutton Example

2006-07-15 Thread khsiow
I reprogrammed my test example and now I got an example. There must be something I didn't get it right to have Seam to redisplay the current page. 21:23:34,937 ERROR [PhaseListenerManager] Exception in PhaseListener RESTORE_VIEW(1) afterPhase java.lang.IllegalStateException: No active

[jboss-user] [JBoss Seam] - Re: create method not found + @Factory

2006-07-15 Thread Basel
Isn't that being taken care of by the @Factory(newEntry) annotation? Neither the jbossworld-seam-lab example nor Gavin's http://www.jboss.com/index.html?module=bbop=viewtopict=72267 thread used an @Out annotation. View the original post :