[jboss-user] [JBoss Seam] - Conversation ends on its own

2008-01-11 Thread vikramchhetryy
Hi All, I am trying to edit User details in a very unorthodox manner, I dont know if this is cause for Conversation problem. My Code:- | public class CallCenterAgentEditAction implements CallCenterAgentEdit { | | @Logger | private Log log; | | @PersistenceContext |

[jboss-user] [JBoss Portal] - Re: Anybody got seam 2.0 portlets working?

2008-01-11 Thread mhinten
Never mind. Got it working now. Cost me a few hours. Well, days actually. BTW, got it working without richfaces. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118932#4118932 Reply to the post :

[jboss-user] [JBoss Seam] - hot deployment in EAR

2008-01-11 Thread nickarls
Hi, The Manual states that seam-gen does not support incremental hot deployment for EAR projects. Does that mean that it is seam-gen that doesn't support it or is it seam that doesn't support it, i.e. if you would get the classes under WEB-INF/dev, would it work then? Which brings me to the

[jboss-user] [JBoss Seam] - Re: hot deployment in EAR

2008-01-11 Thread [EMAIL PROTECTED]
why would you want the ejb jar to go to the war ?! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118934#4118934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118934 ___

[jboss-user] [JBossWS] - Re: web service endpoint dissappeared after restart

2008-01-11 Thread spalazzi
Hi, i have the same problem, how did you resolve it? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118935#4118935 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118935

[jboss-user] [Clustering/JBoss] - HTTP 408 during form login on load balanced cluster -- cook

2008-01-11 Thread jowizzle
I intermittently receive the following error while attempting a JAAS form login to an application on my cluster: anonymous wrote : | HTTP Status 408 - The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-11 Thread adamw
Hello, for the issue with deserialization, I created a test case and an issue: http://jira.jboss.com/jira/browse/JBSEAM-2484 Still, the issues with missing Instance and Proxy classes isn't yet reproducable :) -- Adam View the original post :

[jboss-user] [JBoss Seam] - Re: hot deployment in EAR

2008-01-11 Thread tom_goring
Hi, I found that I had to tweak the ant build.xml and ensure that : 1) eclipse.running=true (uses the eclipse complier rather than ant) 2) and the code in the action folder gets copied to the WEB-INF/dev dir. Then it works great. However I only do this with my POJO's, you can't do this with

[jboss-user] [JBossWS] - Re: web service endpoint dissappeared after restart

2008-01-11 Thread [EMAIL PROTECTED]
See http://jira.jboss.org/jira/browse/JBWS-1762 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118940#4118940 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118940 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: hot deployment in EAR

2008-01-11 Thread [EMAIL PROTECTED]
btw. the part that does not work when we say EAR hotdeployment does not work is the hotdeploy of EJBs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118941#4118941 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118941

[jboss-user] [JBossWS] - Re: Problems with Jboss and Sun's 1.6 JDK

2008-01-11 Thread maxi0361
web service using JAX-WS 2.0 run on JBoss AS 4.2.1 This method works! thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118943#4118943 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118943

[jboss-user] [Clustering/JBoss] - Potential valid session id overlap?

2008-01-11 Thread jowizzle
I have a concern about a simple load balanced setup: a cisco css/vip that handles www.foo.com, and two independent JBoss AS 4.2.2 instances, node1 and node2. Each JBoss is fronted by Apache httpd and mod_jk. The mod_jks are also independent, i.e., they have no knowledge of one another and do

[jboss-user] [JBoss jBPM] - Re: jBPM jPDL GPD 3.1.2 Released

2008-01-11 Thread sdaumann
I miss the release notes for 3.1.2 in the release.notes.html file. The names of the jpdl directories in feature and plugins are incorrect. The name of the jpdl directory in feature is named as org.jbpm.gd.jpdl.feature_3.1.1 and in plugins is named as org.jbpm.gd.jpdl_3.2.0.alpha1. View the

[jboss-user] [JBoss Seam] - Re: Seam Theme and Printable View?

2008-01-11 Thread altes-kind
Hi - i'm currently facing the same problem. What is the best way/solution for printer friendly pages? Changing the theme to 'printable' can't be a good solutions since it is seesion context and affects other pages. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam Theme and Printable View?

2008-01-11 Thread terryb
I ended up having seperate template for print-friendly page. and change between templates when required. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118951#4118951 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118951

[jboss-user] [JBoss Seam] - Re: EntityManager trouble

2008-01-11 Thread ErikSlagter
I don't know exactly what your asking me. Where would you normally do it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118952#4118952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118952

[jboss-user] [JBoss Portal] - Using PortalNodeEvent on 2.6.2

2008-01-11 Thread advaittrivedi
I am trying to use PortalNodeEvents by implementing PortalNodeEventListener. I have written this class: | public class MframePortalListener implements PortalNodeEventListener | { | public PortalNodeEvent onEvent(PortalNodeEventContext context, | PortalNodeEvent

[jboss-user] [JBossCache] - Re: Affinity Data Partiotioning

2008-01-11 Thread ne_vasya
Replying to my own post :) I think this link provides a very nice solution: http://weblogs.java.net/blog/tomwhite/archive/2007/11/consistent_hash.html Best. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118969#4118969 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Server start - starting app - ViewExpiredException

2008-01-11 Thread Newlukai
I should mention that I use Seam 2.0.1.CR1 with ICEfaces 1.6.2 on a JBoss AS 4.2.2.GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118968#4118968 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118968

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA is out

2008-01-11 Thread harpritt
Excellente! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118986#4118986 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118986 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Strange behaviour of Seam Mail when sending unsynchonize

2008-01-11 Thread MSchmidke
Now I've tried to reproduce it in a simple environment. Unfortunately no problem. Ok, for the first I can work around by putting @Synchronized on the class, as mentioned above. Let's hope that there is no interference with the page renderer ... Thank you for listening! :-) View the

[jboss-user] [JBoss jBPM] - problem with importing jbpm-bpel-1.1.GA into Eclipse

2008-01-11 Thread xhiloy
Hi All! There is a problem with importing the jbpm-bpel-1.1.GA into Eclipse workspace. According to this document: http://wiki.jboss.org/wiki/attach?page=JbpmBpelDesigner%2FJBossBPEL_Designer_GettingStarted.pdf You simply import it into Your workspace. Unfortunately there are no Eclipse's

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - doGet method is not supported for localized string parameter

2008-01-11 Thread SantoshKumar
Using localization with our web app whenever we submit a form using GET method, the response page the parameter value gets garbled. however with POST method, the response are coming properly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118984#4118984

[jboss-user] [JBoss Seam] - Re: hot deployment in EAR

2008-01-11 Thread tom_goring
I don't know about Jboss Tools but the hot deployed POJO's need to go in the exploded : EAR Dir/WAR Dir/WEB-INF/dev directory. You also need to think about class loading issues as your code deployed in you EJB.jar file won't see your actions handlers. Also any code in you WAR

[jboss-user] [JBoss Portal] - Portlet instance added through management consol is not save

2008-01-11 Thread HerQpapa
G'day everybody! I am using jboss-portal-2.6.2.GA. My dev instance is running on WinXP with the bundled Hypersonic and my live system is on Debian with MySQL. I have the exactly the same configuration for my portlets on both machine (except for the db, of course). One of my pages has 3

[jboss-user] [JBoss Portal] - Re: custom LoginModule integration with portal

2008-01-11 Thread michmich
Hi, I'm still looking for a solution. Does anyone have a working custom LoginModule? Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118974#4118974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118974

[jboss-user] [JBoss Portal] - Re: Redirect after logout

2008-01-11 Thread michmich
anonymous wrote : | In 2.6.2 is now possible to set the default portal on that you want and the redirect after logout is ok. | Does anyone found the documentation for this feature? I didn't found it in 2.6.3 either View the original post :

[jboss-user] [JBoss Seam] - Re: Custom interceptors do not work with super classes

2008-01-11 Thread [EMAIL PROTECTED]
Oversaw your Annocode, sry. As said, try @Inherited View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118971#4118971 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118971 ___

[jboss-user] [JBoss Seam] - Server start - starting app - ViewExpiredException

2008-01-11 Thread Newlukai
Hi, after I upgraded to Seam 2 I have wanted to use Seam Security for authentication. Several times my app worked, i. e. I could enter my login credentials (mysteriously this resulted in login failed). But for two hours now, displaying any page of my app results in a ViewExpiredException. Even

[jboss-user] [JBoss jBPM] - Re: problem using mail inside timer

2008-01-11 Thread anuragpaliwal
Thats the way I have implemented it for now in my application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118958#4118958 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118958

[jboss-user] [JBoss Seam] - Re: Seam Theme and Printable View?

2008-01-11 Thread altes-kind
How do you change between different templates in your application? Can you change it dynamically when linking to a certain page? Could you please post a small example of your solution? Thanks a lot! View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Minimum configuration to deploy a GWT application.

2008-01-11 Thread flowerfan
Hello JBoss group, i am new to jboss and since the configuration guide is more than 750 pages long, i thought i'd better ask you for a quick answer. I would like to make a minimum jboss configuration to which i am able to deploy a GWT application (as a war file). The application uses/contains

[jboss-user] [JBoss jBPM] - Re: logging jboss web console problem

2008-01-11 Thread rodosa
It's solucionated. I have an error in the data of JBPM_ID_MEMBERSHIP it doesn't adjust with the SQL sentence of web of login-config.xml: | module-option name=rolesQuery | SELECT g.NAME_ ,'Roles' | FROM JBPM_ID_USER u, | JBPM_ID_MEMBERSHIP m,

[jboss-user] [JBoss jBPM] - Re: Invoke a WebService from ActionHandler

2008-01-11 Thread anuragpaliwal
Its seems that axis jar file is not in classpath. Include it in your classpath. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118957#4118957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118957

[jboss-user] [JBoss Seam] - Re: hot deployment in EAR

2008-01-11 Thread nickarls
[EMAIL PROTECTED] wrote : why would you want the ejb jar to go to the war ?! | Well, every place I see incremental hot deployment mentioned I also see WEB-INF/dev. Of course, the code also goes into the ejb jar but I had the impression that since JBoss Tools does exploded deployment, I could

[jboss-user] [JBoss Seam] - Re: Custom interceptors do not work with super classes

2008-01-11 Thread [EMAIL PROTECTED]
Not from Seam Team, but would you please post your Annotation Code you want to use as interceptor identification annotation? You must use @Inherited so that all classes that extend your superclass will extend your annotation either. Didn't try this for my self, but thought about this way too.

[jboss-user] [JBossWS] - Re: web service endpoint dissappeared after restart

2008-01-11 Thread spalazzi
thank for your response. When the JBoss 4.2.3 GA will be ready? Thanks Stefano. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118978#4118978 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118978

[jboss-user] [JBoss Seam] - Re: hot deployment in EAR

2008-01-11 Thread [EMAIL PROTECTED]
my point is that if they go into /dev it is better in the first place to put that code in your WAR and not in your ejb-jar because of dependencies. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118985#4118985 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Strange behaviour of Seam Mail when sending unsynchonize

2008-01-11 Thread [EMAIL PROTECTED]
Ok, if you manage to nail down the problem, let us know (things like this are very complex, but we are certainly interested in real-world feedback for Seam!) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118992#4118992 Reply to the post :

[jboss-user] [JBoss jBPM] - jBPM Console - login failed

2008-01-11 Thread Pebbels
Hi @all, after I changed the database to MySQL as explained in http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpMysqlAsDefaultDS and modified hibernate.cfg.xml of jbpm-console\WEB-INF\classes as follows: hibernate.dialect - org.hibernate.dialect.MySQLDialect hibernate.connection.datasource -

[jboss-user] [JBoss Tools (users)] - Re: How to add existing project to jboss server view inside

2008-01-11 Thread [EMAIL PROTECTED]
probably because your myproj project is not a Web project... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118994#4118994 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118994

[jboss-user] [JBoss jBPM] - Re: jBPM Console - login failed

2008-01-11 Thread rodosa
Had you insert the correct data of users in JBPM_ID_USER, JBPM_ID_GROUP JBPM_ID_MEMBERSHIP View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118995#4118995 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118995

[jboss-user] [JBoss jBPM] - Re: JBPM-3.2.2 Migrated to Oracle 10g, Hibernate_Sequence is

2008-01-11 Thread kukeltje
more basic question is should the proessid increment with 1? The jBPM standpoint is no. It's a primary key and should not be displayed to the user or anything. jBPM supports businesskeys for that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118998#4118998

[jboss-user] [JBoss Tools (users)] - How to add existing project to jboss server view inside ecli

2008-01-11 Thread [EMAIL PROTECTED]
Hello I have checked out a project (say 'myproj') from svn repository through subversive (polarian 1.1) plugin for eclipse 3.3.1.1 then through jboss-ide 2.0.0.Beta series (jboss-4.2.1.GA server) trying to add this checked out project to jboss server (via server view inside eclipse). Problem is

[jboss-user] [JBossWS] - Re: Writing a client - no examples for BindingProvider based

2008-01-11 Thread [EMAIL PROTECTED]
mjhammel wrote : Sorry - I didn't catch you're reply till today. I've been waiting for some feedback over in the EJB3 forum. I don't have all the links saved, but one that has some detailed explanation as to why it shouldn't work in web services at all is here: | |

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Code Completion suddenly disapear

2008-01-11 Thread graben
I think I found the reason something that can explain the problem. I found that the eclipse project suddenly lost the seam-builder. I don't know why! But that might be the reason that code completion doesn't work sometimes. View the original post :

[jboss-user] [JBoss Seam] - How to use Url user friendly with seam

2008-01-11 Thread mcsous
Hello, I looked on documentation but didn't found anything about url user friendly. I want to create something like: /myApplication/users/EditUser/marcossousa where create a url pattern specifies that /myApplication/users/EditUser/#{user.username}. Is it possible to make with seam? View

[jboss-user] [JBoss jBPM] - Re: JSP compile issue inside a jstl loop

2008-01-11 Thread kukeltje
I think you have posted this in the wrong forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119009#4119009 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119009 ___

[jboss-user] [JBoss Portal] - Re: JBoss Portal and Kerberos Authentication with Form-Based

2008-01-11 Thread karDo5o
David. Do you solve your problem? If yes, i'm trying to do the same. I'm working hard to find an example to develop a solution. I'm trying to use Krb5LoginModule class in login-config.xml configuration file, but with errors: Debug is true storeKey true useTicketCache true use KeyTab false

[jboss-user] [JBoss Tools (users)] - Re: How to add existing project to jboss server view inside

2008-01-11 Thread [EMAIL PROTECTED]
thanks for the reply. 'myproj' is a web project having 'WebContent' folder' with WEB-INF web.xml inside it. during check-out from svn repository i save it as 'myproj' only. should i save it as 'myproj.war' while checking out? thanks regards Akash View the original post :

[jboss-user] [JBoss jBPM] - Re: problem using mail inside timer

2008-01-11 Thread anuragpaliwal
org.jbpm.mail.Mailimplements ActionHandler View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119038#4119038 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119038 ___

[jboss-user] [Security JAAS/JBoss] - Re: SSO with Multiple Roles

2008-01-11 Thread cvelo
After reading this anonymous wrote : Once authenticated, the roles associated with this user will be utilized for access control decisions across all of the associated web applications, without challenging the user to authenticate themselves to each application individually. on this page

[jboss-user] [JBossWS] - Re: web service endpoint dissappeared after restart

2008-01-11 Thread [EMAIL PROTECTED]
Soon, but I don't know the exact date. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119031#4119031 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119031 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: seam gen in eclipse?

2008-01-11 Thread [EMAIL PROTECTED]
Use JBoss Tools [url]http://labs.jboss.com/tools[url] - follow the docs link and read the Seam docs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119011#4119011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119011

[jboss-user] [JBoss jBPM] - Re: Error executing jbpm.jpdl.mysql.sql

2008-01-11 Thread kukeltje
5 should work as well. it`does here View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119012#4119012 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119012 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Exception while executing SubProcess

2008-01-11 Thread jkva
jkva wrote : I'm having the same problem. Does somebody have a solution for this problem? | | Apart from some names, my process definition looks the same as the one posted above. With problem, I mean the NullPointerException. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: How to add existing project to jboss server view inside

2008-01-11 Thread [EMAIL PROTECTED]
how did you create the project? does it show as a plain java project or a WTP project? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119017#4119017 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119017

[jboss-user] [JBoss Seam] - Re: SeamFramework.org Alpha Test

2008-01-11 Thread dkane
Unable to register at http://alpha.seamframework.org:/userRegister_d.seam Stays on the same page after clicking Register, no validation messages are shown. Probably password is too short (4 characters), but I have not been notified explicitly about that. Anti-robot characters picture is

[jboss-user] [JBoss Tools (users)] - Re: How to add existing project to jboss server view inside

2008-01-11 Thread [EMAIL PROTECTED]
right clicking svn-repository-location in svn-view of eclipse then 'checkout as a project with the name specified' - 'myproj' then clicking next choosing default workspace location then clicking finish. There is nowhere any option/dialog for choosing type of this project in above excercise.

[jboss-user] [JBoss Seam] - Re: Seam with Hibernate Version Conflict

2008-01-11 Thread nickarls
Do you have any Class-Path: entries in your war META-INF MANIFEST.MF? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119043#4119043 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119043

[jboss-user] [JBoss Seam] - Re: [newbie]is there a

2008-01-11 Thread mhinten
Thanks monkeyden. That was what I was looking for. Section 5.1.1. in the docs. Additional question: is there an event that occurs just before any other method on a bean is called? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119091#4119091 Reply to the post

[jboss-user] [JBoss Seam] - Re: Conversation ends on its own

2008-01-11 Thread vikramchhetryy
Can somebody help me out on this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119089#4119089 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119089 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - [newbie]is there a pageBeginRender in seam?

2008-01-11 Thread mhinten
Hi, In another framework, Tapestry, there exists a pageBeginRender method that is called on the backing bean at the start of the rendering phase. Is there an equivalent for Seam 2.0? What I am trying to accompish is: I want to do some logging and initialisation on my SLSB/SFSB each time the

[jboss-user] [JBoss jBPM] - Re: Invoke a WebService from ActionHandler

2008-01-11 Thread anuragpaliwal
Add axis.jar file in jbpm-console.war's lib dir View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119107#4119107 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119107 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: How to add existing project to jboss server view inside

2008-01-11 Thread [EMAIL PROTECTED]
I'm asking how you create that project the first time it was created before you committed it to svn! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119104#4119104 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119104

[jboss-user] [JBoss Portal] - portlet content and user entries conservation

2008-01-11 Thread odangrea
Is there a way to automatically save and restore portlet content and user entries of a portlet when for instance user navigates to another portlet page and then come back to the initial page ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119090#4119090

[jboss-user] [JBoss Seam] - Re: [newbie]is there a

2008-01-11 Thread mhinten
Never mind. I just read that you can use the standard JSF events. That will do for me. Thank you for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119096#4119096 Reply to the post :

[jboss-user] [JBoss Seam] - Re: [newbie]is there a

2008-01-11 Thread monkeyden
Try one of the events listed in: http://docs.jboss.com/seam/2.0.0.GA/reference/en/html_single/#d0e4140 Maybe org.jboss.seam.postCreate.[seam component name]? If not, you may have to use an interceptor: http://docs.jboss.com/seam/2.0.0.GA/reference/en/html_single/#d0e4310 View the original post

[jboss-user] [JBossWS] - Assigning SOAP role to JAX-RPC handler

2008-01-11 Thread memema
Hello everybody I've got a problem with JBoss 4.2.2 JAX-RPC implementation. I'm using JAX-RPC handler on the Web Service side for working with a soap header. Can I configure my handler for a particular role? I have the folloging fragment of the webservice.xml | handler |

[jboss-user] [JBoss Portal] - Ticketing and other portlets available?

2008-01-11 Thread redcoat
Hi, Is there a ticketing/bug tracker portlet available for JBoss Portal? Where can I find other portlets that come with the Portal? I heard rumors that Novell were contributing a bunch of them? cheers, David View the original post :

[jboss-user] [JBossWS] - underscore variables

2008-01-11 Thread mow
im consuming a webservice which defines objectes with severel variables with an underscore, like usr_id phone_office last_name and so on and so on. when trying to recieve a object with such variables from the service, unmarshaling failes because jboss is looking for the method getUsr_Id()

[jboss-user] [JBoss Seam] - Re: Wildcard for pages action

2008-01-11 Thread mmichalek
There's nothing wrong with that. However, it's not possible for me to use from-action as defined by Seam because most of my actions are being passed into facelet components as strings. Inside the facelet component, I execute the action at the right time: |

[jboss-user] [EJB 3.0] - EJB 3.0 w/vanilla deployment descriptor

2008-01-11 Thread wfsaxton
I'm wondering how to use a WEB APP type deployment descriptor with an EJB in order to store configuration variables for the EJB to use. By WEB APP type I mean: - Creating a web.xml file and putting the parameters in it - Using something like getInitParameter(param) to access them Is there a way

[jboss-user] [Management, JMX/JBoss] - Re: How to have multiple instances of an MBean

2008-01-11 Thread [EMAIL PROTECTED]
By design mbeans must handle their own concurrency, as many threads can be accessing them. Dynamic mbeans can alter their mbean interface dynamically, e.g. now they report 3 attributes and 2 operation, then next moment 5 attributes and 4 operations, although this is not very common.

[jboss-user] [EJB/JBoss] - Re: @ApplicationException(rollback=false) does roll back @Pr

2008-01-11 Thread [EMAIL PROTECTED]
I suggest you post in the EJB3 User's forum, too. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119112#4119112 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119112 ___

[jboss-user] [JBoss Seam] - Re: How to use Url user friendly with seam

2008-01-11 Thread mars1412
look for urlrewrite in the wiki examples View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119097#4119097 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119097 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Seam with Hibernate Version Conflict

2008-01-11 Thread monkeyden
Have your jar files been added to application.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119111#4119111 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119111 ___

[jboss-user] [JBoss Seam] - Re: Seam Theme and Printable View?

2008-01-11 Thread terryb
Seam allows you to use EL everywhere. in your xhtml where you hardcode template, use EL there to change between normal or print template. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119073#4119073 Reply to the post :

[jboss-user] [JBossWS] - SOAP Request and Response- Compatibility with old clients.

2008-01-11 Thread zeeshan.javeed
HI All, I would like to confirm about 'arg0' in soap request. The soap request part looks like : ns1:startSession xmlns:ns1=http://ips.iplabs.de/types; arg0 0.5 0 /arg0 /ns1:startSession and the request coming from one the old client is like

[jboss-user] [JBoss Seam] - Re: pages.xml or navigation.xml

2008-01-11 Thread haefti
Thanks a lot for the fast answer. Maybe some pages.xml question will follow. ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119071#4119071 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119071

[jboss-user] [JBoss jBPM] - Re: jBPM in EJB environment

2008-01-11 Thread TMK
Can nobody help me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119069#4119069 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119069 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - DataModel changes not reflected in view [possible newbie ign

2008-01-11 Thread giannidoe
I'm using a session-scope stateful session bean to hold search results in a DataModel - in a similar manner to the booking example. I first populate the DataModel by performing an entity query, if I then modify and persist one of the entities from the search results, return to the search page

[jboss-user] [JBoss jBPM] - Re: jBPM Console - login failed

2008-01-11 Thread anuragpaliwal
Assuming you have downloaded jbpm-jpdl-suite-3.2.2 , Browse following location : jbpm-jpdl-suite-3.2.2\jbpm-jpdl-3.2.2\server\server\jbpm\data\hypersonic View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119040#4119040 Reply to the post :

[jboss-user] [JBoss Seam] - Seam with Hibernate Version Conflict

2008-01-11 Thread leandro3.marinho
Hi Folks, I'm using Seam 2.0.0.GA running in JBoss 4.2.2.GA and I'm with a problem of hibernate version conflict. I have packaged hibernate, hibernate-annotations and hibernate-validator in my ear file, but Seam is using hibernate version of the server lib directory. How can I do Seam use

[jboss-user] [JBoss Seam] - Newbie question about testing

2008-01-11 Thread mikeeprice
I was looking at the JBoss projects page and noticed JSFUnit. I have also been reading about the Seam Test NG capabilities. It looks like they would both be useful in testing. Just from reading about them it looks like to use them both I would have to use them completely separately. So I guess

[jboss-user] [JBoss Seam] - Re: selectOneRadio group separated by paragraphs, images etc

2008-01-11 Thread [EMAIL PROTECTED]
I don't know of a JSF component to do this... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119013#4119013 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119013 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Custom interceptors do not work with super classes

2008-01-11 Thread [EMAIL PROTECTED]
Kragoth wrote : Is there a possiblity of making Seam behave the same way? You will need to file a feature request in JIRA. I'm more interested in allowing the default interceptor stack to be configured. View the original post :

[jboss-user] [JBoss jBPM] - Re: Exception while executing SubProcess

2008-01-11 Thread jkva
I'm having the same problem. Does somebody have a solution for this problem? Apart from some names, my process definition looks the same as the one posted above. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119025#4119025 Reply to the post :

[jboss-user] [JBossWS] - WS-Attachment on jbossws

2008-01-11 Thread paoletto
Hi I followed the wiki user guide to add attachments in my ws invocations/replies using the DataHandler and binding type DOCUMENT. my question is: does this mean i'm using WS-Attachment kind of attachments? or im just defining documents containing base64binary elements? this because ActiveBPEL

[jboss-user] [JCA/JBoss] - XADataSource vs. WrapperDataSource

2008-01-11 Thread jhalliday
Adrian or whoever is the resident JCA guru in this post-Weston era: Is there a way to get from the AS (4.2), a real XADataSource rather than the WrapperDataSource that is in JNDI? To do transaction recovery I need methods that are only on the XADataSource. Right now I'm facing the prospect of

[jboss-user] [JBoss jBPM] - JbpmContext Transaction begin not detected

2008-01-11 Thread jcarlos_andia
Hi everybody. I have a workflow to approve users, for that I have a method with the annotation @CreateProcess that creates a ProcessInstance, which works well (creates a processInstance with no problem). In a second method I need to update the first taskInstance of the processInstance created,

[jboss-user] [Management, JMX/JBoss] - Re: How to have multiple instances of an MBean

2008-01-11 Thread speedveen
Thanks, this information really helps. As a new-bie in this field, i'd like to ask a question related to concurrency offered by the container to handle multiple requests on same dynamic mbean. For example, say on a request a dynamic mbean queries a resource and populates it's attribute, done

[jboss-user] [JBoss Seam] - Re: [newbie]is there a

2008-01-11 Thread monkeyden
It's called a page action. There is some doc on it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119088#4119088 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119088 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JbpmContext Transaction begin not detected

2008-01-11 Thread jcarlos_andia
Hi everybody. I have a workflow to approve users, for that I have a method with the annotation @CreateProcess that creates a ProcessInstance, which works well (creates a processInstance with no problem). In a second method I need to update the first taskInstance of the processInstance created,

[jboss-user] [JBoss Seam] - ClassNotFoundException: org.jboss.seam.security.SecurityFunc

2008-01-11 Thread SunFire
Hi there, I am stuck with a problem that I am unable to resolve. I am currently porting a Seam 1.2.1 app to run on JBAS 4.2.2.GA. Everything seems to run ok now but s:hasRole blows up all time time - no matter what I do. I found several references to this in the forum and on the net but nobody

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-11 Thread adamw
Hello, I think I have found the cause for the primary problem to, see here: http://jira.jboss.com/jira/browse/JBSEAM-2485 -- Adam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119168#4119168 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Queue automatic deployment in MDB

2008-01-11 Thread kadlecp
I forgot to mention that I use JBoss-4.2.1.GA with JBossMessaging-1.4.0.SP3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119163#4119163 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119163

[jboss-user] [Clustering/JBoss] - Re: cluster-examples-service.xml has one hard coded DefaultP

2008-01-11 Thread [EMAIL PROTECTED]
BTW, that bean's actually commented out by default (as they all are). Whoever wrote the file had an extremely cryptic style of commenting stuff out. :) Fixed now. Thanks again for pointing it out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4119161#4119161

[jboss-user] [JBoss Seam] - conversation timeout setting in components.xml

2008-01-11 Thread asookazian
So here is the default values for a seam-gen'd app in components.xml: core:manager concurrent-request-timeout=500 | conversation-timeout=12 | conversation-id-parameter=cid/ What happens when the conversation times out by default with a seam-gen'd app?

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-01-11 Thread [EMAIL PROTECTED]
I wanted to post an update. Finishing up Weblogic took longer than expected and installing WebSphere on SELinux (secure linux) had had its issues, but I am working on this now and will get some info out next week. If everything goes to plan :) View the original post :

  1   2   >