[jboss-user] [JBoss Seam] - stupid question about message "Welcome" of seam security

2007-05-28 Thread mnrz
Hi When I log in using seam Authenticator, a message "Welcome user_name" will be displayed I can't find that message in any resource bundle. I want to display another message with related language that user specified how can I remove that message :)) I am using Seam v1.1.6 thanks View the o

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-05-28 Thread grdzeli_kaci
hi jboss team, is there any news about this project ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049194#4049194 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049194 ___

[jboss-user] [JBoss Portal] - Domain, Site & Email

2007-05-28 Thread blackjack21
Our Known world expands - to the Internet world. That's why soon enough each one of us will be needing his/her own Domain, site & Email. just like now, most of us can't think of managing without an email account. http://www.meir.ws/site/en-gdi View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Portal] - portal help urgent

2007-05-28 Thread [EMAIL PROTECTED]
Hi friends, I am new to the portal & i want to develop a portal page that contains one portlet. This portlet is supposed to contain some links and depending on the link choosen, the corresponding portlet window should apper in the portal page. Would any one please give some hi

[jboss-user] [JBoss Portal] - Re: error changing theme when logged in as admin in 2.6cr2

2007-05-28 Thread rharari
Sorry, The fieldset will not fix the problem but if you move the commandbuttons from editPortalTheme.xhtml to this page (common/editTheme.xhtml) it will works with IE 6 and Firefox 1.5. This this page is used when you customize the theme of a Portal or Page. There is another one (editWindowThe

[jboss-user] [JBoss Seam] - Re: conversations, nested conversations

2007-05-28 Thread kooudy
I have forgot: Conversation.pop(); before | Pageflow.instance.reposition("detail"); | to reposition parent pageflow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049189#4049189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: Creating Mock for identity component

2007-05-28 Thread andreigh.ts
"[EMAIL PROTECTED]" wrote : What you are doing should work. Does anyone have any idea why it actually doesn't work and throws that exception? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049187#4049187 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Portal] - urgent help required for showing portlet

2007-05-28 Thread rahulJava
hi guys, pls help me out. i have already a jboss- seam project and i want to display portlet window in it. just tell me how to start with that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049186#4049186 Reply to the post : http://www.jboss.com/inde

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

2007-05-28 Thread sahar_m
Hi kooudy ! Thank you for your attention. I could download beta version of richfaces! sahar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049185#4049185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049185

[jboss-user] [JBoss Seam] - desing pattern for remote accessing

2007-05-28 Thread mateusz.mrozewski
Hello, I am looking for correct design pattern which will allow me to access data via EJB remotly. I want to have a single point of enterance both for SEAM application and for other applications, which use the same data. My current idea is to have: - Stateless EJB acting as a DAO - Stateful EJB

[jboss-user] [JBoss Seam] - Re: s:graphicImage tag is missing in 1.2.1GA

2007-05-28 Thread [EMAIL PROTECTED]
Some of the Seam tags only support facelets, not JSP. In Seam 1.3, we are migrating to use the Ajax4JSF CDK, which makes it much easier to support both. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049182#4049182 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBossCache] - 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: | | | | | | | jboss:se

[jboss-user] [JBoss Seam] - s:graphicImage tag is missing in 1.2.1GA

2007-05-28 Thread jxli_us
Hi There, I intend to use s:graphicImage to display image (stream), but got the exception: org.xml.sax.SAXException: No tag "graphicImage" defined in tag library associated with uri "http://jboss.com/products/seam/taglib"; I checked the taglib.tld come with jboss-seam-1.2.1.GA, and it does not

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

2007-05-28 Thread grdzeli_kaci
"[EMAIL PROTECTED]" wrote : 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. Thank you

[jboss-user] [JBoss Portal] - Re: error changing theme when logged in as admin in 2.6cr2

2007-05-28 Thread rharari
The same error happens to me. It´s missing the fieldset tag in this file: /portal-admin.sar/portal-admin.war/WEB-INF/jsf/common/editTheme.xhtml | | | Theme properties | | | . | | | | | | | | View the

[jboss-user] [JBoss Seam] - Character encoding

2007-05-28 Thread nevermoreagain
Hello, i found this in Seam Reference anonymous wrote : | Character encoding | Sets the character encoding of submitted form data. | This filter is not installed by default and requires an entry in components.xml to enable it: | | | ? encoding ? The encoding to use. | ? override-

[jboss-user] [JBoss jBPM] - Re: console url changed to http://localhost:8080/jbpm-consol

2007-05-28 Thread sunilkumar273
"fuligj" wrote : I think, yes. When I use it with internet connection, works fine, but when without internet, there is an error. Check if jsf-facelets.jar is missing in your application or at an incorrect location. Or the dtd is missing inside the jar. Just provide the dtd locally and give its l

[jboss-user] [Security & JAAS/JBoss] - Runas identity for a jsp/servlet does not work

2007-05-28 Thread illipilla
Hi I have been trouble shooting an issue where in I could not get Runas principal work for a jsp that is marked with run-as tag. Looks like the http://jira.jboss.com/jira/browse/JBAS-1297 has fixed part of my issue. But it still does not work. Below are my web.xml snippets (adding only requ

[jboss-user] [JBoss jBPM] - how to deploy jbpm-console.war which is in jbpm-jpdl3.2 GA o

2007-05-28 Thread rajuthiru
i am new to this weblogic9.2 but i have to deploy jbpm-console.war in weblogic9.2 use database as MySql please send the information how to deploy this war file on weblogic step by step kindly reply toi this mail View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

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

2007-05-28 Thread [EMAIL PROTECTED]
If someone contributes an example, it would be very appreciated :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049171#4049171 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049171 ___

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

2007-05-28 Thread mckeno
Yeah! you are absolutely right!!! it was cause by the aopc version differentce. The story is like this: I put all my jar libs in a so called extlib library which included jboss-aop-jdk5.jar. The problem is that somehow my colleague put some of their jars in there too, one of which is for jboss c

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

2007-05-28 Thread niner2108
>From my experience with 3.2.3 and 4.0.2 that normally happens when you have >another application, not necessarily JVM, running on port 1099. If you are >running on windows, you could probably see if that is true by running netstat >on the command console. Again from my experience, if you are ru

[jboss-user] [Installation, Configuration & Deployment] - Re: Stupid Class loading problem

2007-05-28 Thread niner2108
I am having the same problem. The only difference I am loading my custom libraries from within a WAR. On investigations I would say the problem occurs when I deploy updated classes on my library structure. Were you able to resolve this error? View the original post : http://www.jboss.com/inde

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

2007-05-28 Thread mgrouch
Can an example with woodstock be fit into Seam 1.3 schedule (might be)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049167#4049167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049167 __

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

2007-05-28 Thread mgrouch
I've had some success before http://www.jboss.com/index.html?module=bb&op=viewtopic&t=103768 One of the missing parts was taglib.xml needed for facelets [url]http://blogs.steeplesoft.com/wp-content/uploads/2007/02/woodstock.taglib.xml [/url] Seam needs some simple web app with woodstock compone

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

2007-05-28 Thread [EMAIL PROTECTED]
I believe that the ejb3 timer uses HSQLDB by default. But this discussion belongs in the EJB3 forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049164#4049164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049164 _

[jboss-user] [JBoss Seam] - Re: seam CVS-28052007 - compatibility with myfaces lost?

2007-05-28 Thread [EMAIL PROTECTED]
Seam now requires JSF 1.2, which MyFaces claims to now support (though I have not tested it). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049163#4049163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049163

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

2007-05-28 Thread blackers
The way I would like to use this feature would be option 1. I have a page living on a separate site that would have its form posting to my seam page. If the validation fails it would be nice to add the validation messages to the page where the form can be fixed up and submitted again from with

[jboss-user] [JBoss Seam] - Re: OneToMany List refresh after insert

2007-05-28 Thread gmarcus
I am having a similar refresh issue. The database is being updated correctly, but the context variables managed by SEAM are not reflecting the updates. When I navigate away from the page and come back, the context variables are refreshed from the database and the page renders correctly. Wer

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

2007-05-28 Thread fguerzoni
Did you remember to include seam filters in web.xml? It works for me. My use case is quite similar to your case even if I run it in a SE environment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049160#4049160 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Seam problem Exception getting value of property value of b

2007-05-28 Thread dreuzel
i receive following error in a very simple seam application I haven't got a clue where to start looking for the problem hibernate ??? Facelets ? code? any help apreciated :07:57,928 ERROR [STDERR] 29-mei-2007 1:07:57 com.sun.facelets.compiler.TagLibraryConfig loadImpli

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

2007-05-28 Thread vwu98034
To clarify my questions. "vwu98034" wrote : | The first one is whether it is a way to let the FaceMessage take a non-Seam-component parameter. | I need to pass either integers and/or strings into a message although use various message for different situation is an optiion. anonymous wro

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

2007-05-28 Thread kukeltje
- you describe you deployed 'a servlet' how can we know what goes wrong if you do not show the code - you do not describe what versions of the gpd, core etc, - how do we know what is the original form (you made 'a' form in 'the' xhtml form file) - why do you come to the conclusion that after read

[jboss-user] [JBoss Seam] - seam CVS-28052007 - compatibility with myfaces lost?

2007-05-28 Thread przemjaskier
Hi, trying to update my 1.2.1 environment (worked flawlessly) to the latest CVS snapshot... Environment: MyFaces 1.1.5 api + core. I've met following problem: After application started, I've got following stacktrace when trying to acces random page: | java.lang.NoSuchMethodError: javax.face

[jboss-user] [JBoss Seam] - Re: sessionId cookie: man-in-the-middle attack

2007-05-28 Thread fguerzoni
DONE. I originally saw this mechanism implemented in jGuard: the best authentication/authorization library I've ever seen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049153#4049153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [Beginners Corner] - MySQL scripts for JBoss JAAS DatabaseSeverLoginModule

2007-05-28 Thread jimisola
Hi! I want to get JBoss AS 4.0.5 to work with MySQL and have had a look at JBoss JAAS DatabaseSeverLoginModule (http://wiki.jboss.org/wiki/Wiki.jsp?page=DatabaseServerLoginModule), and have a question... Where do I find the MySQL database/table creation scripts? Do I have to create them mysel

[jboss-user] [JBoss Seam] - No injection on my session bean

2007-05-28 Thread ivan.indrawan
Hi there, I got the following problem on my Seam application. Looking at the error, it seems my properties are not injected by Seam. Thanks beforehand for your help. The application is to register new user before enabling the user to login to the system. When clicking "register" on the regist

[jboss-user] [EJB 3.0] - Re: Without rhyme or reason? a ClassCastException occured!

2007-05-28 Thread icordoba
Hi there, I am having this same problem. Did you find the solution? thanks for any info. (If i use remote interface it works OK, but when changing to local lookups of the Stateless sessiion bean, it throws the class cast exception just when invoking the method) Thanks, Ignacio View the original

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

2007-05-28 Thread cahimoped
Just some precisions : - I spent lot of time trying everything (taskInstance, processIntance and not only token) in my expressions and I never get any answer. I don't know why since it works well with any simple variable (with "#{var['myvar']}"). - This input code is in a modified form file creat

[jboss-user] [JBoss Seam] - Re: problem with page parameter and back

2007-05-28 Thread henrik.lindberg
Thanks Gavin - good to know it is (probably) fixed in the latest on CVS. If I understand, going to the latest in CVS, it also means switching to JBoss 4.2 - and possibly other changes as well. I will do a more orchestrated change over at some point and then test everything. This thing bit me ri

[jboss-user] [EJB 3.0] - Re: How to treat OptimisticLockException?

2007-05-28 Thread fabricio.lemos
I upgraded JBoss AS to the 4.2.0 version and the stack trace has changed to: Client side: | Exception in thread "main" java.lang.RuntimeException: javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] [com.arjuna.ats.internal.jta.tran

[jboss-user] [JBoss Portal] - tree menu: IPC vs Portlet Session

2007-05-28 Thread lucianj
Hello everybody, I'm trying to create a tree menu in a portlet and i'm having trouble changing the jsp in the portlet that generates the event. It seems the processAction method is not triggered when using IPC. I think i could use PortletSession for this, or PortletContext but I'm wondering wh

[jboss-user] [JBoss Seam] - Re: conversations, nested conversations

2007-05-28 Thread kooudy
Hi, my solution isn't best but it works: with component Conversation I end up nested conversation, then Redirect to required view a then define transitions for previous node, or reposition pageflow to new view (node): | public void endAndRedir() { | Conversation.instance().endBeforeRedire

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

2007-05-28 Thread jwcone
"kstrunk" wrote : I found this before but the description is for web application only. Except for that part about "Using your own log4j.xml file (with EJB JAR files )"... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049143#4049143 Reply to the post : http

[jboss-user] [JBoss Getting Started Documentation] - JSF/MyFace referencese

2007-05-28 Thread galrub
Hello all, My name is Gal, And currently I'm using/studying IBM's Rational developer. on the RAD JSF features are 'a click away' and almost no source writing is necessary unlike the Eclipse/JBoss... is there any good online book/Tutorial that enplane how to do JSF using the Apache?... I found

[jboss-user] [JBossWS] - Jbossws1.2 support SWA on Jboss4.0.4GA??

2007-05-28 Thread sirigiris
Hi All, I'm trying to send a soap attachment from my client to the server on Jboss4.0.4GA application server(built-in wstools1.2). The code is downloaded from Jboss labs and the version I'm working on is jbossws-samples-1.2.0.GA(according to the realease notes, the samples support soap attachments

[jboss-user] [JBoss Seam] - Re: Simplest usage

2007-05-28 Thread hispeedsurfer
Hi Shane, have create a report to JIRA. http://jira.jboss.org/jira/browse/JBSEAM-1360 I never have done this before. Hope is ok. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049139#4049139 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Eclipse-JBoss IDE and JBoss-Seam for Mac OS X

2007-05-28 Thread landrew
Hi, can someone tell me where I can download Eclipse-JBoss IDE and JBoss-Seam for Mac OS X? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049137#4049137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049137 _

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

2007-05-28 Thread webjavier
JE :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049135#4049135 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049135 ___ jboss-user mailing list jboss-user@lists.jboss.or

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

2007-05-28 Thread kukeltje
the code with testcases is ALWAYS good documentation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049134#4049134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049134 ___ jb

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

2007-05-28 Thread kukeltje
http://docs.jboss.com/jbpm/v3/userguide/context.html#customizingvariablepersistence View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049133#4049133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049133 ___

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

2007-05-28 Thread avbentem
"avbentem" wrote : So, apart from web services: should we report Java 6 specific errors for Seam 1.3 -- if one encounters one? | "[EMAIL PROTECTED]" wrote : If its a known issue in JBossWS, there is absolutely no reason to report it as a seam issue. | Of course. And maybe I shouldn't ask be

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

2007-05-28 Thread kukeltje
anonymous wrote : I see nobody use jbpm facelets with adf faces or trinidad. Maybe not, could be that someone got it working without reading the forum. Oh, btw, jbpm uses jsf 1.2, could the problem lie in that area? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Beginners Corner] - Re: NoClassDefFoundError in webconsole

2007-05-28 Thread PeterJ
The web console is an orphan and has not been updated in a long time. It didn't work in beta 1 either (or in 4.0.5 GA for that matter), but a simple fix was available (you can search the forums for it). However, in beta 2 it is hopelessly broke, even the simple fix no longer works. View the ori

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

2007-05-28 Thread lowecg2004
Hmm - I'm using MySQL 5.0 InnoDB engine for my application's data activities. I believe that should be upto the job. Is that what you were refering to? Or did you mean a DB used internally by JBoss AS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049128

[jboss-user] [JBoss Seam] - Re: Simplest usage

2007-05-28 Thread landrew
Hi Shane (or anyone), >From my configuration and code snippets, can you tell what I missed or what >mistakes I made that causes JSF to inject NULL into >org.apache.myfaces.custom.fileupload.UploadedFile component? Any advice would be greatly appreciated. Thanks, landrew View the original post

[jboss-user] [JBoss Seam] - Re: Data separation in multi tenant applications with seam

2007-05-28 Thread [EMAIL PROTECTED]
The "trick" looks like this, by the way: Contexts.getSessionContext().set("entityManagerFactory", Contexts.getApplicationContext().get( user.getCompanyName() + "EntityManagerFactory" ); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049126#4049126 Reply to

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

2007-05-28 Thread lowecg2004
E... I think it's time for me to RTFM. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049125#4049125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049125 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Data separation in multi tenant applications with seam

2007-05-28 Thread [EMAIL PROTECTED]
anonymous wrote : Concerning option 1, storing the client ID in the session context and including it in all the queries should do the job. If you don't want to include it in all queries, use Hibernate filters instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Seam] - Re: Data separation in multi tenant applications with seam

2007-05-28 Thread [EMAIL PROTECTED]
#1 Can be implemented using a Hibernate Filter, which we have special support for in Seam. #2 or #3 Can be implemented using multiple SessionFactories, or EntityManagerFactories. You would need to do a little trick when the user logs in, to map the SessionFactory you are interested in for this

[jboss-user] [JBoss Seam] - Re: s:selectDate slowing page rendering

2007-05-28 Thread [EMAIL PROTECTED]
Yep, which is why we are porting the Seam JSF controls to Ajax4JSF CDK. They have machinery to solve this problem. Wait for Seam 1.3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049122#4049122 Reply to the post : http://www.jboss.com/index.html?module=bb&

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

2007-05-28 Thread [EMAIL PROTECTED]
Perhaps you just need to use a diff database, ie one that supports XA. I'm guessing HSQLDB is somewhere in this mix right now? Am I right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049121#4049121 Reply to the post : http://www.jboss.com/index.html?modul

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

2007-05-28 Thread [EMAIL PROTECTED]
Please report this in JIRA, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049120#4049120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049120 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: model validation failed:String index out of range: -1

2007-05-28 Thread [EMAIL PROTECTED]
Please report this in JIRA, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049119#4049119 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049119 ___ jboss-user mailing

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

2007-05-28 Thread [EMAIL PROTECTED]
No, its not. Seam keeps the conversation id in the UIViewRoot, so if you want to change the conversation context from a partial render, you would need to render the whole f:view (which is not really a partial render!). This is definitely a limitation of the current design (closely related to our

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

2007-05-28 Thread [EMAIL PROTECTED]
Better to ask in the JBossCache forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049117#4049117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049117 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Re: problem with page parameter and back

2007-05-28 Thread [EMAIL PROTECTED]
Oh, maybe I'm wrong. It probably is just the same problem in the JIRA issues. (Which is also fixed in CVS, by the migration to JSF RI.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049116#4049116 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: problem with page parameter and back

2007-05-28 Thread [EMAIL PROTECTED]
Your problem is not exactly the same as the one in the JIRA issue. But I believe that your problem is already fixed in CVS, please try it out, thanks in advance for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049115#4049115 Reply to the post :

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

2007-05-28 Thread lowecg2004
Thanks for the reply Gavin. You are, of course, right. I noticed this posting on the EJB3 forum just after receiving your response (I did research this problem before posting... honest): http://www.jboss.com/index.html?module=bb&op=viewtopic&t=107018 Of particular interest is a comment from Ca

[jboss-user] [JBoss Seam] - Re: sessionId cookie: man-in-the-middle attack

2007-05-28 Thread [EMAIL PROTECTED]
Interesting, please create a JIRA issue and assign it to Shane, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049113#4049113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049113 ___

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

2007-05-28 Thread [EMAIL PROTECTED]
The structure of your .aop file should probably be: | jboss.jar.aop | aop/ | SimpleInterceptor.class | META-INF/ | jboss-aop.xml | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049112#4049112 Reply to the post : http://www.jboss

[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 ;-)

[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 pos

[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=bb&op=viewtopic&p=4049108#4049108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049108 ___ jboss-user mailing

[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: 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=bb&op=viewtopic&p=4049106#4049106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049106 _

[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=bb&op=viewtopic&p=4049105#4049105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049105 ___ jboss-use

[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=bb&op=viewtopic&p=4049104#4049104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049104 ___

[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 : http://www.jboss.com/

[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=bb&op=viewtopic&p=4049102#4049102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049102 __

[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=bb&op=viewtopic&p=4049101#4049101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[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: http://www.

[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 p

[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] [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; | | | @L

[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=bb&op=viewtopic&p=4049091#4049091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[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=bb&op=viewtopic&t=86988 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84178 View the original post : http://www.jboss.com/inde

[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
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 a

[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 The image file shows up bt

[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 : http://www.jboss.com/index.html?module=bb&op=viewtop

[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 applicati

[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 : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049080#4049

[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: | | | | | | jboss:servic

[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) | | | | File size is above allowable maximum | | | if you are using another view technology than Facelets then write the corresponding view-id. View the original post : http://www.j

[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=bb&op=viewtopic&p=4049077#4049077 Reply to the post : http

[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: 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] [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: 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=bb&op=viewtopic&p=4049073#4049073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049073 ___ jboss-user

  1   2   >