[jboss-user] [JBoss Seam] - Re: s:conversationPropagation with t:navigationMenuItem

2007-05-28 Thread kooudy
Has anyone solved this problem? I need stop conversation with jscookmenu item, like propagation=end. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048967#4048967 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Task form cancel button not working

2007-05-28 Thread naseem.k
Class TaskForm.java. If condition defined in the try block checks formButton an instance of CancelButton? If condition is true, then outcome is set to cancel. | public void processAction(ActionEvent actionEvent) throws AbortProcessingException { | | . | | try { | if

[jboss-user] [JBoss Seam] - Re: s:selectDate in datatable

2007-05-28 Thread d.solasa
Hi U have to populate the for attribute with the id of the text filed u are supposed to view the date.In this code ur value of the for attribute will be startDate as it is the id of the inputText View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048969#4048969

[jboss-user] [JBoss Portal] - How to put two portlets horizontally(single row) in region.

2007-05-28 Thread ritesh_sanjay
Hi, I need to create page something like that, it should have 3 portlets in center region, one portlet in 1st row and 2 portlets in 2nd row in single region. I know, adding portlets vertically in a page is a default feature of JbossPortal.When we add 2 or more than that portlets

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation with t:navigationMenuItem

2007-05-28 Thread amitev
t:navigationMenuItem extends UISelectItem, so you can't pass f:param or whatever you have (Sad but true). Try the richfaces' dropdown manu. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048972#4048972 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread ge0ffrey
It doesn't build (so I created an issue): http://jira.jboss.com/jira/browse/RF-240 PS: Good thing that richfaces builds with svn m2, else I wouldn't have taken the effort to try to be honest :/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048974#4048974

[jboss-user] [JBoss jBPM] - logging process execution in file instead of database

2007-05-28 Thread pattchen
Hi, I would like to know of jBPM can log process executions in a file instead of a database. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048978#4048978 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048978

[jboss-user] [JBoss Seam] - Re: Upgrade JBoss 4.2.0, Seam 1.2.1 and JSF 1.2

2007-05-28 Thread Veroland
Thanks, I have tried to remove the ConfigureListener as well but still the same result, I have also made my config files exactly the same as the examples but still to no avail. Unfortunately project time lines forced me to go back to 4.0.5 for now but I will try again in my spare time tonight

[jboss-user] [EJB 3.0] - Re: can any one help me - having a bad day with ejb3 server

2007-05-28 Thread wiggy
could you be more specific please, I am not sure which properties and one which side - do I have to do soemthing in the annotation on the 4.2 server side of my bean, or is it something i have to do on the embedded container side. one thing though i've seen examples where they use a name

[jboss-user] [JBoss Seam] - a4j:region and conversationID

2007-05-28 Thread mazant
Hi all, is it possible to add the conversationID of a long running conversation inside an ajax4jsf region? I've a region that use EJB with scope conversation, when the region is submitted, only the data inside the region are submittetd so seam create new EJB. But I need to access to the EJB in

[jboss-user] [Installation, Configuration Deployment] - Setting DefaultDS to use Postgresql in JBoss AS 5.0.0 Beta2

2007-05-28 Thread fatbatman
How do I set the DefaultDS to use postgresql in Jboss AS 5.0.0 Beta 2? regards James View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4048995#4048995 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048995

[jboss-user] [JBossWS] - wsdl4j and no content-type exception

2007-05-28 Thread khdung
Hello everybody, I'm working with JBoss 4.0.5 and trying to read a wsdl file using the javax.wsdl.xml.WSDLReader.readWSDL(pathToWsdl) method. where pathToWsdl is similar to /myWsdlDir/myWsdl.wsdl but I got a no content-type exception ... I tried to use another version of wsdl4j.jar ... it

[jboss-user] [JBoss AOP] - Obnoxious AOP runtime error

2007-05-28 Thread mckeno
I really don't understand why I keep getting the following error at runtime org.jboss.util.NotImplementedException: Use getFieldWriteInfos | at org.jboss.aop.ClassAdvisor.getFieldWriteInterceptors(ClassAdvisor.java:243) | Basically when I have my project compile and run with ant build

[jboss-user] [EJB 3.0] - Re: Create timer -

2007-05-28 Thread wolfc
This is not a bug. You're trying to access multiple one phase resources in a single transaction. This was allowed with the old transaction manager, but it's not allowed in the new one. It is possible to set a property in the transaction service to allow multiple one phase resources, but that

[jboss-user] [JBoss jBPM] - Re: logging process execution in file instead of database

2007-05-28 Thread kukeltje
no, sorry, not by default View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049003#4049003 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049003 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - workflow engine vs WFMS

2007-05-28 Thread pattchen
hi, May someone tell me which are the differences (if any) between a workflow engine and a workflow management system ? In which category should we classify jBPM? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049004#4049004 Reply to the post :

[jboss-user] [EJB 3.0] - Re: can any one help me - having a bad day with ejb3 server

2007-05-28 Thread wolfc
wiggy wrote : | in my EJB project i declare a bean like this | package app; | | | | import javax.ejb.Remote; | | import javax.ejb.Stateless; | | | | import app.client.HelloUser; | | | | // (see later comments on client lookup) @Remote (HelloUser.class) | |

[jboss-user] [JBoss jBPM] - Re: Task form cancel button not working

2007-05-28 Thread kukeltje
anonymous wrote : | Is this cancel button for stopping a process which you started? No, it is for saying: I'm not going to work on this task now, put it back in my tasklist View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049005#4049005 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: logging process execution in file instead of database

2007-05-28 Thread pattchen
thanks Ronald, but, why not by default? does this mean that there is a customized way to do this ? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049006#4049006 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: logging process execution in file instead of database

2007-05-28 Thread kukeltje
lots of things are customizable in jBPM. Logging is (afaik) one of them (look at the 'services' configuration), but I have no clue on how to do that or if there are still any hidden issues (it has never been done) View the original post :

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread cavani
I took RichFaces / Ajax4JSF Snapshot from here (...-bin.zip ~5mb): http://maven.exadel.com/org/richfaces/richfaces/3.0.1-SNAPSHOT/ (I think this is from trunk, not tagged yet) Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049008#4049008 Reply to the

[jboss-user] [JBoss jBPM] - Re: workflow engine vs WFMS

2007-05-28 Thread kukeltje
they are roughly identical. jBPM is a WFMS (see http://www.jboss.com/products/jbpm/stateofworkflow) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049009#4049009 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049009

[jboss-user] [JBoss AOP] - Re: Obnoxious AOP runtime error

2007-05-28 Thread [EMAIL PROTECTED]
Make sure that you aopc and run with the same version of aop. When you mention Eclipse, if you mean that you are using the JBoss IDE, do not use this. The AOP support is seriously behind the times View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049010#4049010

[jboss-user] [JBoss jBPM] - Re: logging process execution in file instead of database

2007-05-28 Thread pattchen
I've looked at services configuration in jBPM doc. By default,jBPM provides an implementation of Logging services through 2 classes: DbLoggingServiceFactory which implements ServiceFactory | DbLoggingService which implements LoggingService | | I guess that for my problem, I should provide

[jboss-user] [JBoss jBPM] - Re: workflow engine vs WFMS

2007-05-28 Thread pattchen
Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049013#4049013 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049013 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Testimonials] - How to customize the Context path

2007-05-28 Thread vsramineni
Hai Iam new to JBoss Portal. Iam trying to deploy struts based applcation in jboss portal,iam getting some problems because of the default context path. Can u please tell me how customize the context path . Iam using JBoss-portal-2.6-CR2. View the original post :

[jboss-user] [JBoss jBPM] - Re: Task form cancel button not working

2007-05-28 Thread naseem.k
kukeltje wrote : | No, it is for saying: I'm not going to work on this task now, put it back in my tasklist So it means if I write following code in the view.xhtml, this will work. | jbpm:outcome outcome=cancel type=view target=/search/tasks.xhtml/ | One more thing I want to know, if

[jboss-user] [JBoss AOP] - Re: Obnoxious AOP runtime error

2007-05-28 Thread mckeno
Thanks for your replying, but are you referring the running at loadtime mechanism? I am using the pre-compiled mechanism. | target name=aopc description=Precompile aop classes to local bin | taskdef name=aopc classname=org.jboss.aop.ant.AopC classpathref=aopclasspath/ |

[jboss-user] [JBoss jBPM] - Re: Task form cancel button not working

2007-05-28 Thread kukeltje
1: no idea, not used that before 2: No, NOT going to work on it working on it but not finishing it is 'save' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049017#4049017 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: logging process execution in file instead of database

2007-05-28 Thread kukeltje
Hey, I never said it was going to be easy ;-), and why are you surprised you are the first one to need this? Can you tell why you want to replace db with file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049018#4049018 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - How to customize Context Path of jboss-portal-2.6-CR2

2007-05-28 Thread vsramineni
Hai Iam New to JBoss Portal Can u please tell me how can i customize the context path of jboss-portal-2.6-CR2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049020#4049020 Reply to the post :

[jboss-user] [JBossWS] - Re: WS-Security: keystores and truststores

2007-05-28 Thread martin.capote
Thanks for your reply. The feature you mention is an interesting and useful one, on the contrary the XML encryption does not have sense for more than one client. To share a private key is unacceptable (a REAL private key, issued by a CA), and the multiple deploys option does not scale (for

[jboss-user] [JBoss AOP] - Re: Unable start AOP services in Jboss

2007-05-28 Thread DivyaMan0j
How would you create new container configuration with extra interceptors ? Does this means that i cannot use the containes instance in which i am running my application to intercept the web service calls. please let me know how to do this ? Divya View the original post :

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation with t:navigationMenuItem

2007-05-28 Thread supernovasoftware.com
Dumb tomahawk for richfaces. The newest version has a menu component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049025#4049025 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049025

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation with t:navigationMenuItem

2007-05-28 Thread supernovasoftware.com
I meant dump tomahawk. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049026#4049026 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049026 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: Obnoxious AOP runtime error

2007-05-28 Thread [EMAIL PROTECTED]
The following might help. http://wiki.jboss.org/wiki/Wiki.jsp?page=DebuggingJBossAOPInEclipse It still looks to me like you are using different versions to aopc and run. Can you post the full stack trace of what is calling getFieldWriteInterceptors()? View the original post :

[jboss-user] [JBoss Seam] - Re: s:selectDate ajaxRender

2007-05-28 Thread damianharvey
I had the same issue today. Using the magic of FireBug you can see that when the date is rendered normally (ie. not via AJAX) it includes a portion of javascript as per below that sets your defaults from the selectDate: script type=text/javascript | var CAL_DAYS_SHORT =

[jboss-user] [JBoss AOP] - Re: Unable start AOP services in Jboss

2007-05-28 Thread [EMAIL PROTECTED]
You deploy a META-INF/jboss.xml in your ejb jar. For example: | jboss |enterprise-beans | session | ejb-nameMyBean/ejb-name!-- Must match name of bean in ejb-jar.xml -- | configuration-nameMy Special Config/configuration-name | /session |

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread ge0ffrey
Thanks cavani, but apparently my problem is not caused by RF-44. Has anyone else tested seamgen with jboss 4.2? 14:20:37,625 ERROR [[/bbaseamgen]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener

[jboss-user] [JBoss AOP] - Re: Unable start AOP services in Jboss

2007-05-28 Thread [EMAIL PROTECTED]
You deploy a META-INF/jboss.xml in your ejb jar. For example: | jboss |enterprise-beans | session | ejb-nameMyBean/ejb-name!-- Must match name of bean in ejb-jar.xml -- | configuration-nameMy Special Config/configuration-name | /session |

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread ge0ffrey
Just for reference, here's a bigger chunk of the log: | ... | 14:20:35,625 INFO [SchemaExport] schema export complete | 14:20:35,718 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory,

[jboss-user] [JBossWS] - SWA / MTOM attachments

2007-05-28 Thread sirigiris
Hi All, I've deployed the samples provided by jbossws 1.2.0 on Jboss4.0.4GA and while trying to execute the SWA example, I'm getting the following exception. I came to know through forums that I need to enable MTOM endpoint. The MTOM service is also deployed on the server. Now to get the

[jboss-user] [Installation, Configuration Deployment] - Bug?: 4.2GA MySQL = SpyJMSException

2007-05-28 Thread dietice
Hello, I have a problem with JBoss 4.2GA and MySQL 5 (v5.0.41). When I startup JBoss AS i get the following; 14:04:42,204 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' | 14:04:42,861 WARN

[jboss-user] [JBoss jBPM] - Re: logging process execution in file instead of database

2007-05-28 Thread pattchen
I want to replace db with file for 6 reasons: 1. process definition are in an xml file,not in a database 3. I don't want to create a database with all jBPM tables (28) just for logs. 2. information which is really interesting is the result of the process,ie OK,KO or another possible issue. 4.

[jboss-user] [EJB 3.0] - Caused by: org.jboss.resource.JBossResourceException: Failed

2007-05-28 Thread patel123
hi I am developing simple ejb application.I am using SQlServer 2000 .Jboss application server.I have included all 3 jar files necessary for connecting to database.But still i am getting following error... Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for:

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation with t:navigationMenuItem

2007-05-28 Thread sahar_m
Hi, I downloaded Rich Faces 3.0 but unfortunately there was no drop down menu on it. As I read drop down menu will be added in the next version which supposed to be released till the middle of the May.!(but still not) As this may take longer to release would you please give me the address of

[jboss-user] [JBoss Seam] - Re: JAAS and SEAM

2007-05-28 Thread franciscoacb
matthewdemerath wrote : First I want to thank everyone who posted here. This has been a great help in figuring this JAAS/Seam integration out. | | In the spirit of the open source community I have uploaded a new sample application that uses LDAP and UsersRolesLoginModule. I had some

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread atao
atm, I use: - seam 1.2.1 with jboss AS 4.0.5 (application dev) - seam from cvs with jboss AS 4.2 (test of ideas) and I don't mix the two of them... About seam-gen from cvs, there is some issues but nothing fatal: 1/ an exception when loading: anonymous wrote : | caused by:

[jboss-user] [JBoss AOP] - JBoss AOP problem

2007-05-28 Thread laurentSalse
15:28:10,015 INFO [Server] Starting JBoss (MX MicroKernel)... 15:28:10,015 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339) 15:28:10,015 INFO [Server] Home Dir: F:\FitNetManager\jboss-4.0.5.GA 15:28:10,015 INFO [Server] Home URL:

[jboss-user] [JBoss Seam] - Re: Login redirection not remember page parameters?

2007-05-28 Thread hstang
This problem also exists with Seam-space. if you go to | http://localhost:8080/seam-space/comment.seam?blogId=2name=Mr_Smiley | then login and try to add a comment, an exception is thrown, but if you login first before adding a comment, everything works fine. View the original post :

[jboss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Data Model Wiki

2007-05-28 Thread baijingyu
What tool did Kavin use to creaet jBPM data model? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049046#4049046 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049046 ___

[jboss-user] [JBoss Seam] - @Asynchronous call fails after upgrade to AS 4.2.0.GA

2007-05-28 Thread lowecg2004
I had an aysnchronous call that was working fine until I upgraded to AS 4.2.0.GA. From my logs I get the following stack trace when I try to invoke the ansyc method. Has anyone got an idea on what might cause this? Regards, Chris. 14:44:42,187 WARN [loggerI18N]

[jboss-user] [JBoss jBPM] - administrating BPEL from code

2007-05-28 Thread lex_szoke
Hi there, I need to write a tool, some java classes, that offer methods for doing the following: 1.) deploying bpel processes to a server (by having just the .bpel file) 2.) getting the deployed processes 3.) starting a process 4.) getiing process states 5.) deleting processes could anyone

[jboss-user] [JBoss jBPM] - Re: logging process execution in file instead of database

2007-05-28 Thread kukeltje
1: designtime it is in the DB, deploytime it is converted to db entries 3: it is only to a small extend for logs (although it might be the biggest amount of data) 2: ok 4: so try do disable them (has been discussed on the forum, also not easy, but usable for more people if you contribute) 5: ok,

[jboss-user] [JBoss AOP] - Re: Unable start AOP services in Jboss

2007-05-28 Thread DivyaMan0j
Hi, I tried whatever you said in the previous update, but no luck. This is the message what i get in the logs : = 2007-05-28 19:33:40,537 INFO [org.jboss.web.WebService] Using RMI server codebase: http://infra2k.hyd.deshaw.com:1103/ 2007-05-28 19:33:41,261 INFO

[jboss-user] [JBoss Seam] - Re: Seam authentication module problem

2007-05-28 Thread carlos.abreu
Hy Shane, yes that is correct my authenticate method only work passing the parameters... If i let without it, i can´t recover the user password using the Identity.instance().getPassword(), always returns null. My other doubt is about the addRole method, this method doesn´t exist in the class

[jboss-user] [JBoss jBPM] - Signal a task on a html form submit

2007-05-28 Thread cahimoped
Hi, I want to end a task on a file upload. So I made a form in the xhtml form file with a file input. On the server side I deploy a servlet to get the file... and signal the token. I tried to pass the tokenId from the form to the servlet by doing that in the form: input name=tokenId

[jboss-user] [JBoss jBPM] - Re: logging process execution in file instead of database

2007-05-28 Thread kukeltje
sorry 1: designtime it is xml, deploytime it is converted to db entries (unless you create it each time via your own methods) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049055#4049055 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: administrating BPEL from code

2007-05-28 Thread cahimoped
Try to read the documentation (User Guide and Wiki) and more generally to use jBPM BPEL yourself. I think that's the only way to get your answers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049057#4049057 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Task form cancel button not working

2007-05-28 Thread naseem.k
Thanks Ronald for making things clear. It seems like its a bug in the current jbpm-console web application which I am having. I don't know how many others get NullPointerException after clicking the cancel task form button. View the original post :

[jboss-user] [JBoss Seam] - Re: Domain model duplicates validation

2007-05-28 Thread goku2
Thanks 4 the reply Fer! This works great. anonymous wrote : | I don't know what exactly you mean with without mapping that to the database | Sorry about that. I want to validate this uniqueness in my models. But is also great to have then validated in the database to. But in some weird

[jboss-user] [Installation, Configuration Deployment] - JBoss 4.0.2 Classloader issues?

2007-05-28 Thread niner2108
Hi - I am using JOBSS 4.0.2 in serving my web application. My web application is currently on its testing phase and I am having heaps of problems in deploying fixes. Unlike in version 3.2.3, which I was using previously prior to 4.0.2, I was able to deploy all classes after overwriting them

[jboss-user] [JBoss jBPM] - Re: ADF Faces with Facelets in jBPM 3.2GA

2007-05-28 Thread webjavier
Yes, i know about facelets with jbpm. I see nobody use jbpm facelets with adf faces or trinidad. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049063#4049063 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049063

[jboss-user] [JBoss Seam] - can't get it working: exception redirection

2007-05-28 Thread tazman
Hi all, I'm trying to redirect a FileUploadException to an error page. I turned off both seam debug mode and facelets development mode. Login redirection to the login page and back to the original page works without any problem. I added this to the pages.xml: exception

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation with t:navigationMenuItem

2007-05-28 Thread kooudy
see demo at http://livedemo.exadel.com/richfaces-demo/ there is drop down menu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049065#4049065 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049065

[jboss-user] [JBoss jBPM] - Re: administrating BPEL from code

2007-05-28 Thread lex_szoke
already done... but still got no idea how 2 start... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049066#4049066 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049066

[jboss-user] [Beginners Corner] - IPC problem

2007-05-28 Thread lucianj
Could someone please give me some pointers on how i can change the portlet that generates the event in IPC? I want to change the jsp page in the first portlet but the processAction is not triggered. Why is that? Can i do it some other way? View the original post :

[jboss-user] [JBoss jBPM] - Re: selectManyCheckbox and jBPM variables

2007-05-28 Thread jcv
javalau wrote : Maybe the selectManyCheckbox value attribute must be a value-binding expression to a property of type List, but the object of list type can not persist in jbpm3.2. | | How to solve the problem ? The problem was that the value attribute was actually a list. To solve the

[jboss-user] [JBoss jBPM] - Re: administrating BPEL from code

2007-05-28 Thread cahimoped
What I would probably do here is : - study the steps in the eclipse plugin getting started guide and the steps in the userguide thinking how it could be done with code - see if there are functions that permits to load new processDefinition in jBPM BPEL like in jPDL version and if they exists

[jboss-user] [JBoss jBPM] - Re: administrating BPEL from code

2007-05-28 Thread lex_szoke
thanks 4 the hints View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049071#4049071 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049071 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBboss Persistence propagation bug

2007-05-28 Thread asmithJBoss
I have the following scenario: * SessionBeanA calls a method in SessionBeanB (both of which are in the same transaction context as both are annotated @REQUIRED) * SessionBeanB does a find(EntityClassA, 1) on an entity, and updates some fields * SessionBeanA then continues and does a find on

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation with t:navigationMenuItem

2007-05-28 Thread supernovasoftware.com
Get the soon to be released 3.0.1 snapshot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049073#4049073 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049073 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-05-28 Thread gena777
Thank you for the answer! The problem is, for example i need to submit form and persist an object in an old long running conversation. Then i must initiate a redirect to a new page, take some parameters from an old conversation and begin a new long running conversation. Optionally, it would be

[jboss-user] [JBoss Seam] - Re: Domain model duplicates validation

2007-05-28 Thread fernando_jmt
Hi. anonymous wrote : | But in some weird case where my validation require some kind of twisted logic using some properties from the Person entity and all the other entities already persisted, is there a clean way to add this logic in the model? Or this is conceptually wrong? | For me,

[jboss-user] [Installation, Configuration Deployment] - Could not start on port 1099, Address already in use

2007-05-28 Thread sirji
Hi all, I am seeing following error message everytime, I start my JBoss server instance 4.0.5. | 21:14:30,807 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml | 21:14:31,198 ERROR [NamingService] Could not start on port 1099 | java.net.BindException:

[jboss-user] [JBoss Seam] - Re: Bind Map to h:inputText value

2007-05-28 Thread matt.drees
You'd have to use standard JSF validation (not Seam's specialized model validation). I found this article helpful. http://www.ibm.com/developerworks/java/library/j-jsf3/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049077#4049077 Reply to the post :

[jboss-user] [JBoss Seam] - Re: can't get it working: exception redirection

2007-05-28 Thread fernando_jmt
If you are using Facelets (.xhtml as default) | exception class=org.jboss.seam.web.FileUploadException | end-conversation/ | redirect view-id=/errors/fue.xhtml | message severity=errorFile size is above allowable maximum/message | /redirect |

[jboss-user] [JBoss Seam] - Treecache / JBoss Cache Issue

2007-05-28 Thread cwiesing
Hello, I have a problem with the treecache configuration. First of all I?m my application runs under the following versions: JBoss 4.0.5 GA JBoss Seam 1.2.1 GA JBoss Cache 1.4.0 SP1 Hibernate 3.2.0 GA The treecache.xml is looking like this: | ?xml version=1.0 encoding=UTF-8 ? | server

[jboss-user] [JBoss Seam] - download link for seam 1.2.1

2007-05-28 Thread grdzeli_kaci
hi all, can anybody give me links for seam 1.2.1 ( i could not work jboss 4.2.0ga application server and jboss seam 1.2.0ga) i can't get 1.2.1 from cvc, if someone can post link here . Regards, Paata. View the original post :

[jboss-user] [JBoss jBPM] - Re: logging process execution in file instead of database

2007-05-28 Thread pattchen
anonymous wrote : 3: it is only to a small extend for logs (although it might be the biggest amount of data). that's the problem!! I don't want to use a database to store process (even at deploytime). So, if I use db logging,i must create a database just for that. (I works on a JAVA SE

[jboss-user] [JBoss Seam] - Re: can't get it working: exception redirection

2007-05-28 Thread tazman
Hi fernando, thanks for your reply. You were right about the view-id. However, it didn't make any difference. The exception is still thrown, and shown by tomcat, instead of being redirected to the error page. tazman View the original post :

[jboss-user] [JBoss Seam] - Two UI questions

2007-05-28 Thread vwu98034
Hi, I have two UI layer questions. The first one is whether it is a way to let the FaceMessage take a non-Seam-component parameter. The second one is how come I get a 404 error for the Seam selectDate tag. I use the tag in the same way in the Seamspace. That is s:selectDate for=dob

[jboss-user] [JBoss Seam] - Right way of querying a collection

2007-05-28 Thread thierry.rietsch
Hi all I try to get part of a collection over eql (or whatever the ejb query language is called). In the Hibernate tutorial it is suggested to use the criterias to get the data from a collection. As we are using JBoss Seam framework we would like to solve this problem directly over eql. |

[jboss-user] [EJB 3.0] - Re: can any one help me - having a bad day with ejb3 server

2007-05-28 Thread wiggy
in fact its worse than that i cant DI to work in the embedded server at all - never mind between it and the 4.2 AS. i created a very simple test local EJB all in the embedded server project like this . | // test ejb business interface defintion | import javax.ejb.Local; | | |

[jboss-user] [EJB 3.0] - Re: can any one help me - having a bad day with ejb3 server

2007-05-28 Thread wiggy
wolfgang, I changed my 4.2 server ejb to | | @Stateless | public class HelloUserBean implements HelloUserRemote | { | explicitly as the interface that has the @Remote annotation and deploy to the 4.2 server. if i then do the basic jndi lookup from the embedded server then i get

[jboss-user] [JBoss AOP] - Re: Unable start AOP services in Jboss

2007-05-28 Thread [EMAIL PROTECTED]
1) For modifying the EJB container with interceptors you do not need to run with weaving 2) The error is not a problem http://www.jboss.com/index.html?module=bbop=viewtopict=86988 http://www.jboss.com/index.html?module=bbop=viewtopict=84178 View the original post :

[jboss-user] [JBoss AOP] - Re: JBoss AOP problem

2007-05-28 Thread [EMAIL PROTECTED]
It looks like the PluggableInstrumentor.premain() method is not being called. Are you running with the -javaagent switch? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049091#4049091 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: log4j configuration in ear file

2007-05-28 Thread kstrunk
jwcone wrote : See the Wiki: | http://wiki.jboss.org/wiki/Wiki.jsp?page=ScopedLoggingConfig | I found this before but the description is for web application only. My WebApp is working fine, but I want to get my ejb application to log properly. How can I do that? View the original post :

[jboss-user] [JBoss AOP] - Unable to resolve pointcut reference: aop.SimpleInterceptor.

2007-05-28 Thread avihaimar
I am working on Jboss4.05 i want to create and deploy a jar with aop annotations. I create a jar with the following structre: ejb-classes meta-inf: persistence.xml ejb-jar.xml jboss.jar.aop jboss-aop.xml aop-classes (The class that are intercepted and the Interceptor) The

[jboss-user] [JBoss Seam] - Re: JAAS and SEAM

2007-05-28 Thread carlos.abreu
Well i´m facing some problems when i try to follow the Seam Security Guideline(http://docs.jboss.com/seam/latest/reference/en/html/security.html#d0e6331)... In the example the integration with JAAS looks easier However i can´t do the example works... My problem is related here:

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread [EMAIL PROTECTED]
BTW, you could try looking at the code that current seam-gen in CVS produces, it is set up to run on JBoss 4.2 by default. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049101#4049101 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Unable to resolve pointcut reference: aop.SimpleIntercep

2007-05-28 Thread [EMAIL PROTECTED]
Can you paste in the SimpleInterceptor class and where you reference the pointcut? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049102#4049102 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049102

[jboss-user] [JBoss Seam] - Re: download link for seam 1.2.1

2007-05-28 Thread [EMAIL PROTECTED]
The Seam 1.2.1 release was designed to run on JBoss 4.0.x. Current Seam CVS is set up for JBoss 4.2, but is not yet considered production ready. However, basically what is required is just to change your config files for JSF RI instead of MyFaces. View the original post :

[jboss-user] [JBoss Seam] - Re: @Asynchronous call fails after upgrade to AS 4.2.0.GA

2007-05-28 Thread [EMAIL PROTECTED]
Looks more like a JBoss EJB3 issue than a Seam issue to me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049104#4049104 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049104 ___

[jboss-user] [JBoss Seam] - Re: Will Seam 1.3 work with woodstock components?

2007-05-28 Thread [EMAIL PROTECTED]
We haven't tested it yet. Want to try it out? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049105#4049105 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049105 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Should Seam 1.3 (CVS) run on Java 6?

2007-05-28 Thread [EMAIL PROTECTED]
If its a known issue in JBossWS, there is absolutely no reason to report it as a seam issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049106#4049106 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049106

[jboss-user] [JBoss AOP] - Re: Unable to resolve pointcut reference: aop.SimpleIntercep

2007-05-28 Thread avihaimar
Thank you for your quick answer. the SimpleInterceptor class is exactly the same one as the injboss-annotation example, excpet the fact that i change his package name to aop, the intercepted class is the same as the example except the fact that i change his package name to aop. again thank you

[jboss-user] [JBoss Seam] - Re: Login redirection not remember page parameters?

2007-05-28 Thread [EMAIL PROTECTED]
Please report this in JIRA, thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4049108#4049108 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049108 ___ jboss-user mailing list

[jboss-user] [JBoss AOP] - Re: Unable to resolve pointcut reference: aop.SimpleIntercep

2007-05-28 Thread avihaimar
I just notice that the jar structre was not clear enough, so here it is: ejb-classes | | meta-inf: | persistence.xml | ejb-jar.xml | | jboss.jar.aop : | jboss-aop.xml | aop-classes (The class that are intercepted and the Interceptor) View the original

[jboss-user] [JBoss Seam] - Re: Validation in Restful mode

2007-05-28 Thread [EMAIL PROTECTED]
Currently Seam has no validation for page parameters, but I agree that it would be a very-nice-to-have, and easy to implement. So my question really is: exactly what should actually *happen* when page parameter validation fails?? It's not like we can redisplay the form with error messages ;-)

  1   2   >