  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | JBoss | Hi
I 've problems using (and understanding) the conversation scope (using Seam 2 CVS)
What I want to achieve is to have a menu with the following behavior
Behind a menu entry is a component instanYou can use before-redirect "true "
View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4080227#4080227
Reply to the post http //www.jboss.com/index.html?module bb&op Hello
I 've read something in Seam reference about @(protected) which you can define many roles for an entity a User stated as an example as follows
| @(protected)({
| @(protected)(name "user " scope Scomy User 's scope is SESSION is this the issue which cause this problem?
because I just read somewhere in seam reference about @(protected) that we can define many roles for an entity but I don 't know how to Hum it seems you can 't end a conversation and begin a new one at the same time. You may specify propagation "end " on the link and add a <begin-conversation join "true "/ > in the matching page.xml for I installed a custom filter (@(protected)(within "org.jboss.seam.web.contextFilter ")) and the filter is called as expected.
I can also get and access the ThemeSelector via
Context ctx new SessionCHi all! I 'm in a conversation but want to quit it and create a new conversation. I 'm using <s link propagation "begin " ... > but in the debug page i see that the old conversation stays it 's not destrowell there are differences between engine exceptions and businessservice exceptions. The latter in our case were stored in specific processvariables called error__ <seq# > they were used to direct the ending a task will also save the data so no need for this.
Regaring the attaching of the javascript in general I have no idea and unfortunately currently no time to investigate.
View the originalwell you *should* have *two* but with different jndi names. one for DefaultDS and one for jBPMDS as martin stated.
Besides that I strongly advise you to learn the basics of JEE and appservers sincHi all
I 'm trying to send an email using seam but with exception.
Seam version 1.2.1GA
Jboss AS version 4.2.1.GA
JSF version 1.2 SUN RI
I have
1) created mail-service.xml
<mbean code "org.Hi Jim
So what approach would you advocate in passing business-level exceptions back to the UI Layer?
Regards
Paul.
View the original post http //www.jboss.com/index.html?module bb&op viewtopiHi
does anyone know a good way to attach a javascript function to a save button on a jpdl generated task form so for example I can set a hidden input value with a value taken from a richfaces calenSame stuff here.
JBossAS 4.2.1
JBM 1.4.0.CR2
View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4080210#4080210
Reply to the post http //www.jboss.com/index.html?mo "jiangliu " wrote but my JBoss AS is installed at /Application/jboss-4.2.1.GA how can i configure this build script to generate files and put them into the right place?
Edit build.properties
anonyIn ConversationEntry
I tried to replace
return lock.tryLock( Manager.instance().getConcurrentRequestTimeout() TimeUnit.MILLISECONDS )
with
| lock.lock()
| return true
|
Which replacing Hi everyone
I have generated a new problem by using Seam-gen when i run the build script (for deploy) in Eclipse the generated ear file always goes to
/Application/jboss-4.2.0.GA/blah
but my The problem seems to lie in org.jboss.seam.core.Manager method restoreAndLockConversation.
The first call locks the conversation the next ones can 't lock it and are redirected to an error. ConversatI get the same result as Damian. There must be something wrong inside the handling of conversation
View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4080202#4080202
RAlso ask this in the JBoss Tools / RHDS forums
View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4080204#4080204
Reply to the post http //www.jboss.com/index.html?mNo nothing to do with the filter. You 've probably forgotten to declare the s namespace at the top of your facelet (and make sure the jboss-seam-ui.jar is in WEB-INF/lib in your deployed project).
VThank you very much! Now maybe I will be ready for the release on monday )
View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4080196#4080196
Reply to the post httpTo clarify the problem
when I access the page that I am working on the links that are designated with the s link Facelets tag have not been rendered.
An inspection of the received HTML shows thatin short you use stateful SB 's to maintain client state. This is required for conversation context use cases (multiple screen navigation).
stateless SB 's are usually providing a service for any cliHi
im new in Jboss seam i need to clear one issue
i have many web pages where i get the Data from DB and also i add delete update whats the best practice to use @(protected) or @(protected)
most my paI 'm using JBossWS 2.0.0 against JBoss 4.0.5 with JDK1.6.
I have Map data structure that is returned as part of call.
It is a map of String to Object...which translated to xs string to xs anyType
in tHi
I 've got an serialization exception when my object is replicated in the cluster.
This exception only occurs when replication is called after a put in the cache. For example if I start the seconnope.. since that task has already finished
View the original post http //www.jboss.com/index.html?module bb&op viewtopic&p 4073875#4073875
Reply to the post http //www.jboss.com/index.html?moduProblem solved trying to be smart the Item.setFolder method was implemented as following
public void setFolder(Folder folder) {
| this.folder folder
| folder.getItems().add(this)
| }
<?xml version "1.0 " encoding "UTF-8 "? >
| <process-definition
| xmlns " " name "test " >
| <start-state name "start " >
| <transition name " " to "task1 " > </transition >
| </start-stat |
|
 |