[jboss-user] [JBoss Seam] - Re: Is

2007-07-02 Thread avbentem
"amitev" wrote : So the whole idea for rememberMe is just to remember the username and add it to the userName filed in the login form? Based on your own report on the contents of the cookie, that's indeed what Seam can do by default. However, Seam also fires an event which your own components co

[jboss-user] [JBoss Seam] - Re: Is

2007-07-02 Thread avbentem
"amitev" wrote : How is the "remember me" functionality working? E... When a browser sends a request to a web server, it will also send any cookie it knows for that domain to the server. If that's new for you, then I guess you should read about cookies, and meanwhile also read a bit on HTTP

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-28 Thread avbentem
"trekker880" wrote : Is there any sample code to test the pageflow transitions? As in PageflowTest.java? This is currently not enabled in CVS, but it was enabled until recently. So, I guess that was not hard to find and you're surely able to get that code working again? View the original post :

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread avbentem
Oops, excuse me for my previous reply. I did not yet dive into the posts in the Seam forum, and apparently in that specific topic you and Gavin King decided that this question was better asked in the jBPM forum -- and you even linked here. Good! So: I hope you'll find your answer here. At least

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread avbentem
utiba_davidr | Joined: Sat Jun 23, 2007 08:52 AM First of all: welcome to the JBoss forums. The subject of your question is promising! But... I don't know about the other members, but in general I have a strong objection against posting the very same question in multiple forums. A usenet-like

[jboss-user] [JBoss Seam] - Re: problem with 1.3.0 alpha

2007-06-27 Thread avbentem
> Now hitting something else Don't forget to read seam2migration.txt! Arjan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058222#4058222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058222

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0CR1 and 1.3.0GA

2007-06-27 Thread avbentem
"enzhao" wrote : In case someone do not want to bother accessing the CVS or having trouble accessing CVS, here is the migration guide I saw this morning. Written by Gavin King. Just for your information: using the FishEye browser-based CVS access, one can always get the latest version of the mig

[jboss-user] [JBoss Seam] - Re: Web service interface stable in 1.3.0 ALPHA?

2007-06-27 Thread avbentem
Not trying to criticize the good work that is being done with Seam, but just curious as ever: can anyone comment on the choice to add a conversationId element in the Soap header? This is documented as: anonymous wrote : So how are conversations propagated between web service requests? Seam uses

[jboss-user] [JBoss Seam] - Re: URL in address bar

2007-06-22 Thread avbentem
"[EMAIL PROTECTED]" wrote : This is just a normal HTTP redirect response from the server, triggering the client browser to send a new HTTP GET request on a given URL. | ...which might indicate that your WEB-INF/pages.xml is set up different than the one from the online demo: | |

[jboss-user] [JBoss Seam] - Re: Why is core:process-definitions considered a development

2007-06-22 Thread avbentem
> The following will reload [..] the application is started Better, I guess: We need to install jBPM: | | | | [BEWARE: is it indeed enough to just include an empty node?] | | We also need to tell jBPM where to find the business process definitions. | The following will add

[jboss-user] [JBoss Seam] - Re: Seam redeploying jBpm process definitions

2007-06-22 Thread avbentem
Just for the archives: as for documenting this issue see JBSEAM-1034. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057016#4057016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057016 _

[jboss-user] [JBoss Seam] - Re: Don't deploy a process definition when restarting

2007-06-22 Thread avbentem
Just for the archives: as for documenting this issue see JBSEAM-1034. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057015#4057015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057015 _

[jboss-user] [JBoss Seam] - Re: where to find errata for Seam book

2007-06-22 Thread avbentem
"[EMAIL PROTECTED]" wrote : I will try to put together a list of "known issues" on the book web site Please consider adding a warning about using in a production environment. See JBSEAM-1034 and the topic Why is core:process-definitions considered a development tool?. Thanks for a great book

[jboss-user] [JBoss Seam] - Re: Why is core:process-definitions considered a development

2007-06-22 Thread avbentem
I just noticed that Michael Yuan's book, JBoss Seam Simplicity and Power Beyond Java EE does not explain this issue either (page 265). So I feel it's really important to make this clear in the online documentation? Can anyone think of a good text to add at Installing process definitions? Like m

[jboss-user] [JBoss Seam] - Re: Implement VNC/RDP/NetMeeting-like desktop sharing for he

2007-06-18 Thread avbentem
> you can't see into other people's sessions Ah yes, of course, Seam keeps its state in the servlet's session, not in some list that is otherwise accessible. Well, I had a nice dream for about 15 minutes ;-) Thanks, Arjan. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Implement VNC/RDP/NetMeeting-like desktop sharing for helpde

2007-06-18 Thread avbentem
A Seam application user can have multiple concurrent conversations running within a single session. One can also use the same conversation in multiple workspaces for the same HTTP session. Seam knows how to tell those apart, so I guess at the server side one could get a list of all workspaces of

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

2007-06-03 Thread avbentem
> browsers don't actually maintain two session ids, > one for HTTP and one for HTTPS Ohhh, good thinking...! You might know that a cookie can be set to be secure, and should then not be used for plain HTTP. I guess all browsers support that and won't send secure cookies over non-SSL connections

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

2007-06-03 Thread avbentem
"fguerzoni" wrote : forcing a pre-login session invalidation and a new session creation (request.getSession(true)) as soon as client authenticates. Old session data should then be copied to new session. | In this case a new sessionId cookie will be sent to client: client will use this ticket

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

2007-06-02 Thread avbentem
> your site is http, but post-login, it changes to https Ohh, I guess you mean pre-login. Like one could be browsing a site using HTTP. Then, when clicking a login link or payment link one would get to a HTTPS page at which the credentials are entered. So, the credentials are encrypted as well.

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

2007-06-02 Thread avbentem
> your site is http, but post-login, it changes to https ...but then anyone sniffing would also have read the username and password, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050705#4050705 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: Seam-gen

2007-05-30 Thread avbentem
"cormet" wrote : I am not too sure about Jboss seam only support ejb3. if this is the case, then i shouldn't use it because i'll use hibernate. You can surely use Hibernate along with EJB3; all Seam examples use it too. If the Seam Gen generated project gives you an EAR then I think you'll need

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

[jboss-user] [JBoss Seam] - Re: Seam CVS: should jBPM work? (jbpm.function.mapper not de

2007-05-25 Thread avbentem
"dilator" wrote : I cant find a recent buildable distribution anywhere other than cvs and that doesnt seem to work... Just in case it helps: the distributed 3.1.4 JAR works for me. Of course one needs to ensure that any previous cached version of the JAR with the very same name is deleted, but I

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

2007-05-25 Thread avbentem
"avbentem" wrote : If so, then I'll report issues I find (such as a "[SOAPFaultHelperJAXWS] SOAP request exception java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage" that I seem to get in the SeamBay example in

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

2007-05-25 Thread avbentem
I wonder if Seam 1.3 (currently only in CVS) is supposed to be able to run in Java 6? If so, then I'll report issues I find (such as a "[SOAPFaultHelperJAXWS] SOAP request exception java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage" that I

[jboss-user] [JBoss Seam] - Re: Seam Themes based on domain?

2007-05-25 Thread avbentem
"tim_perrett" wrote : If i needed each theme to use a different XHTML file within seam, as perhaps the HTML was different, is this even possible? Yes. Your theme is basically a property file. It could set any property with any name you like. Often it would just be css and template (which you coul

[jboss-user] [JBoss Seam] - Re: Following Seam Pay example - Error

2007-05-24 Thread avbentem
"koriel" wrote : when goes to to cancel the handle.getTimer().cancel() I get | 11:29:40,533 ERROR [TimerImpl] Error invoking ejbTimeout: | | javax.ejb.EJBException: java.lang.NullPointerException | any ideas? Surely there's some "caused by" in the stacktrace to help you investigate? Does

[jboss-user] [JBossWS] - Re: If I deploy more than one webservice I get

2007-05-24 Thread avbentem
Even when deploying only a single web service, this error may also be caused by some left-overs after refactoring without properly cleaning up. I changed the name of my service using Eclipse, which left the old compiled classes in various exploded archive folders. Those were then still copied to

[jboss-user] [JBoss Seam] - Re: Seam CVS: should jBPM work? (jbpm.function.mapper not de

2007-05-24 Thread avbentem
Great, I indeed just received the JIRA notifications. Do the efforts to create a new patched 3.1.4 version imply that jBPM 3.2 will probably not make it into Seam 1.3? Thanks, Arjan. 1.3.0.BETA1 Seam/WS and jBPM asynchronicity JBSEAM-1130 Upgrade to jBPM 3.2 View the original post : http://

[jboss-user] [JBoss Seam] - Re: Seam CVS: should jBPM work? (jbpm.function.mapper not de

2007-05-23 Thread avbentem
Ok, thanks for the update! Arjan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048069#4048069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048069 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: How to build Seam from CVS snapshot?

2007-05-23 Thread avbentem
"tonylmai" wrote : Can someone show me how to build Seam + RichFaces from the CVS (including how to get the source)? Could not find the link from Jboss.com site. CVS is at :pserver:[EMAIL PROTECTED]:/cvsroot/jboss/jboss-seam -- which is clearly stated at the wiki SeamRepository page, which you'l

[jboss-user] [JBoss Seam] - Re: I can't build seam

2007-05-23 Thread avbentem
What if you run ant antlr first? Arjan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047927#4047927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047927 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: Dropdown Lists in my seam application causing problem

2007-05-23 Thread avbentem
anonymous wrote : ..seems it is a bug of seam.. If it is a bug, then it's more likely JavaServer Faces related. You'll need to show some code to explain what you're doing, and especially the difference between what works for you, and what doesn't. The samples from the Seam user guide work fine

[jboss-user] [JBoss Seam] - HOWTO: web services in Seam 1.3 (CVS)

2007-05-23 Thread avbentem
Though Seam 1.3 is currently only available from CVS, it shows a nice way to use web services with JBoss. This is based on standard Java annotations and JBossWS 1.2.1 GA, as packaged with JBoss AS 4.2.0 GA. Seam 1.3 adds (or, work in progress: hopefully will add) support for conversations workin

[jboss-user] [JBoss Seam] - Re: Seam CVS: should jBPM work? (jbpm.function.mapper not de

2007-05-23 Thread avbentem
In fact, I get the same error for the Numberguess example, which uses jPDL pageflows. Arjan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047839#4047839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047839

[jboss-user] [JBoss Seam] - Seam CVS: should jBPM work? (jbpm.function.mapper not define

2007-05-23 Thread avbentem
I've noticed that since last Friday, CVS holds a patched version of jbpm-1.3.4.jar, which supports setting the function mapper. This patch is invoked from seam.core.Jbpm#startup(). Trying to use the Todo List or DVD Store examples from CVS, I get org.jbpm.configuration.ConfigurationException wi

[jboss-user] [JBossWS] - Re: If I deploy more than one webservice I get

2007-05-22 Thread avbentem
Rick, can you confirm that your question in JIRA JBWS-1622 is solved (for you, but maybe not for the reporter of that issue) by Heiko's replies? And for the archives: @WebContext is org.jboss.ws.annotation.WebContext as found in jbossws-core.jar Arjan. View the original post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-05-18 Thread avbentem
On May 11th, JBoss AS 4.2.0.GA has been released: download, readme. Arjan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046829#4046829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046829 __

[jboss-user] [JBoss jBPM] - Re: Why doesn't work?

2007-05-18 Thread avbentem
Ok, stupid not to use the preview; some < .. > I used are hidden in my previous reply. So: And the package name in the Java code does not match the name as used in the class attribute of the action element. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046

[jboss-user] [JBoss jBPM] - Re: Why doesn't work?

2007-05-18 Thread avbentem
And the package name in the Java code does not match the name as used in the class attribute of . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046776#4046776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046776

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.0

2007-05-14 Thread avbentem
"[EMAIL PROTECTED]" wrote : The seam doco (getting started etc.) still recommends using the JEMS installer. http://jira.jboss.com/jira/browse/JBSEAM-1193 http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037518#4037518 Arjan. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Seam-gen

2007-05-14 Thread avbentem
"cormet" wrote : I can't run the simple war file which is genereated from seam-gen code[...] | Caused by: java.lang.NoClassDefFoundError: javax/persistence/Entity As far as I know, Seam Gen only supports EJB3, doesn't it? So: has JBoss been setup for EJB3, or are you using 4.2.RC1 or RC2? Arj

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-05-14 Thread avbentem
"tcavaleiro" wrote : can anybody send me the booking example (latest version)? | | I'm getting the JBoss Seam through CVSGRAB 2.3 but the program throws a bunch of errors While you're not specifying the errors: maybe you can try saving into the root of your disk, to avoid lng paths your

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-05-14 Thread avbentem
Got mine in print in the Netherlands on May 8th, but only started reading yesterday. Nice, so far, and hardly any margin, so packed with information ;-) Publisher's site: JBoss Seam: Simplicity and Power Beyond Java EE. By the way: it's no longer the only Seam book, and I guess "Beginning JBoss

[jboss-user] [JBoss Seam] - Re: Two war files with the same code base

2007-05-08 Thread avbentem
Just in case it helps: some time ago I had the following issue on my todo-list, to be posted here... I ran into trouble deploying two similar codebases like you described (two quite similar versions of my application). When Seam was starting the second WAR, it complained that two components wit

[jboss-user] [JBoss Tools (users)] - Re: This IDE won't update?

2007-04-26 Thread avbentem
"ric1607" wrote : My personal advice is to use all modules except the JBoss IDE Core, and replace it by WTP functionalities instead. When installing a WTP 2.0 milestone into an Eclipse 3.3. milestone, then be sure to manually include the depencies, as currently only EMF is correctly enforced dur

[jboss-user] [JBoss Tools (users)] - Re: This IDE won't update?

2007-04-25 Thread avbentem
"avbentem" wrote : The JBoss IDE feature.xml can be found here. E, not really. Corrected link to FishEye: here... Note that at JBIDE-471 Max Andersen has confirmed that JBoss IDE is not yet using WTP 2.x For whoever wants to get the code from CVS: get jbosside from :pser

[jboss-user] [JBoss Tools (users)] - Re: This IDE won't update?

2007-04-24 Thread avbentem
I'm with alexg79: unofficial roadmaps are appreciated! > [...] That was fixed a long ago in the CVS The JBoss IDE feature.xml can be found here. I'm not sure what version alexg79 refers to though (see also the Feature manifest help). Note that JBoss IDE 2.0.0 Beta 2 cannot be installed into an

[jboss-user] [JBoss jBPM] - Re: eclipse 3.2.2 and GPD 3.x not compatible?

2007-04-24 Thread avbentem
What version of GPD are you trying to use? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040091#4040091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040091 ___ jboss-user m

[jboss-user] [JBoss jBPM] - Re: Can I get to the parent process, given a sub-process?

2007-04-23 Thread avbentem
GraphElement#getParentChain is documented to return "this graph element plus all the parents ordered by age". However, this does not seem to work when using sub-processes: the parents of the parent process-state(s) are not returned. To me, the "ordered by age" in the documentation suggests that

[jboss-user] [JBoss jBPM] - Re: Assign a generic sub-process task in the parent process?

2007-04-23 Thread avbentem
The only option that seems doable is | | | | : | So, I've issued a feature request to allow for setting Actor or Swimlane on process level: JBPM-955. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039726#4039726 Reply to

[jboss-user] [JBoss jBPM] - Re: Can I tell which event invoked my action?

2007-04-20 Thread avbentem
"[EMAIL PROTECTED]" wrote : You can do this by querying the event from the ExecutionContext. I took me some time trying to retrieve the jBPM execution context from within a Seam application (which can inject things like JbpmContext, ProcessInstance and TaskInstance, in which I could not easily f

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-18 Thread avbentem
"petemuir" wrote : Note that JBoss AS 4.2.0.CR2 is now out - CVS is running well on it :) Actually, build.properties 1.13 in CVS suggests that 4.2.0.GA is already running on ebernard's computer right now... ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss Seam] - Re: HOWTO: override ThemeSelector (valueChangeListener, cook

2007-04-18 Thread avbentem
I tested with yesterday's CVS head, and it seems to work fine. Please note that the current LocaleSelector#setLocale(Locale) and setLocaleString(String) do not call the setter methods, which invoke isDirty. I can't find any problems with this, but don't know if the isDirty is important here.

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-17 Thread avbentem
"petemuir" wrote : "avbentem" wrote : How can we assure the "Important Note: If you want to use EJB3 or Seam, you MUST use the JEMS Installer" will be removed when Seam 1.3 is released? [..] | Yeah, add a JIRA issue if you like... | Ok, JBSEAM-1193. I also not

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-17 Thread avbentem
"[EMAIL PROTECTED]" wrote : "avbentem" wrote : | | - when getting compile errors in GWTRemoteService then [...] | Which compiler errors are you getting? I don't get any. I did get errors in Eclipse (actually JBoss IDE 2.2.0.BETA2), all caused by a fewThe im

[jboss-user] [Beginners Corner] - Re: How to find out the exact version of a jar file bundled

2007-04-16 Thread avbentem
"PeterJ" wrote : Look at the manifest.mf file in the Hibernate jar file. I doubt that would help; it seems that this file is generated from the MANIFEST data in the third-party files, which apparently is missing... See class VersionRelease and JBAS-4338. View the original post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-16 Thread avbentem
"petemuir" wrote : Just download the zip for 4.2.CR1, unzip it, and deploy the app. No installer needed You're right, thanks. How can we assure the "Important Note: If you want to use EJB3 or Seam, you MUST use the JEMS Installer" will be removed when Seam 1.3 is released? Should I add an issu

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-16 Thread avbentem
"avbentem" wrote : The JBoss AS download pages claim "Important Note: If you want to use EJB3 or Seam, you MUST use the JEMS Installer." I just read the AS 4.2 RC1 readme, which claims: anonymous wrote : JBoss EJB3 is now deployed *by default* in JBossAS 4.2.x The fact that w

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-16 Thread avbentem
The JBoss AS download pages claim "Important Note: If you want to use EJB3 or Seam, you MUST use the JEMS Installer." And at the time of writing this, the wiki also still tells people to use the installer. However, the latest JEMS installer, 1.2.0.GA holds AS 4.0.5.GA. So: Does anyone know of

[jboss-user] [JBoss jBPM] - jBPM dowload pages are outdated (3.2.GA missing)

2007-03-30 Thread avbentem
To whoever can change it... http://labs.jboss.com/portal/jbossjbpm/downloads/jpdl and http://labs.jboss.com/portal/jbossjbpm/downloads/suite do not list the latest 3.2.GA versions. To allow the visitors to choose for themselves, maybe both pages could simply refer to http://sourceforge.net/pr

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-30 Thread avbentem
"petemuir" wrote : Then wire it up | | | | |... | | | | This works great for some process definitions, but I cannot get this to work with sub-processes. When I start some process that immediately delegates to some sub-process, then a ProcessInstance is injec

[jboss-user] [JBoss jBPM] - Re: Can I get to the parent process, given a sub-process?

2007-03-30 Thread avbentem
Meanwhile I've found GraphElement#getParents() (and likewise getParentChain), which returns all the parents of a graph element ordered by age. List parents = processInstance.getProcessDefinition().getParents(); To me, it's a bit odd that the parents are retrieved from the process definition, as t

[jboss-user] [JBoss Seam] - Re: HOWTO: override ThemeSelector (valueChangeListener, cook

2007-03-29 Thread avbentem
...and you also changed TimeZoneSelector that I didn't even know about. Great! Arjan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032873#4032873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032873

[jboss-user] [JBoss Seam] - Re: HOWTO: override ThemeSelector (valueChangeListener, cook

2007-03-29 Thread avbentem
"[EMAIL PROTECTED]" wrote : done in cvs Errr, wow, that was fast :-) I noticed that you've overloaded ThemeSelector#select(..) and LocaleSelector#select(..). This might very well work, but when I used my own component (that extended ThemeSelector) then I could not get it to work when using the

[jboss-user] [JBoss jBPM] - Can I tell which event invoked my action?

2007-03-29 Thread avbentem
Is there any way to tell which event has triggered my action? Like when using: | | | | ...then I'd like to know that task-create made my swimlaneAssigner.setSwimlane fire. Thanks, Arjan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss jBPM] - Re: Assign a generic sub-process task in the parent process?

2007-03-29 Thread avbentem
"kukeltje" wrote : Additional info reagarding the assignment in swimlanes Thanks! But so far no luck setting the swimlane to start with; no matter where I try to get my event handler invoked, the injected TaskInstance is always null when invoked from a parent process. For example: | :

[jboss-user] [JBoss Seam] - Re: HOWTO: override ThemeSelector (valueChangeListener, cook

2007-03-29 Thread avbentem
I've submitted a feature request for the above functionality: http://jira.jboss.org/jira/browse/JBSEAM-1124 Arjan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032757#4032757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - Re: HOWTO: enable content assist in GPD XML editor

2007-03-29 Thread avbentem
"avbentem" wrote : URI: http://docs.jboss.org/jbpm/xsd/jpdl-3.2.xsd Note that, for version 3.1, the shorthand http://jbpm.org/jpdl-3.1.xsd was used in the documentation, which redirects to http://docs.jboss.org/jbpm/xsd/jpdl-3.1.xsd -- but for 3.2 no such shorthand (yet) ex

[jboss-user] [JBoss jBPM] - HOWTO: enable content assist in GPD XML editor

2007-03-29 Thread avbentem
I'm not sure if there's a better way, but to enable content assist for the process definitions in the Graphical Process Designer: - Eclipse, Preferences - Web and XML - XML catalog - User specified entries, click Add - URI: http://docs.jboss.org/jbpm/xsd/jpdl-3.2.xsd - Key Type: Namespace Name -

[jboss-user] [JBoss jBPM] - Re: Assign a generic sub-process task in the parent process?

2007-03-29 Thread avbentem
I guess I could use TaskInstance#setSwimlaneInstance to change the swimlane on the fly. The documentation states that the actor is "remembered in the process for all subsequent tasks that are in the same swimlane". I hope this also applies to sub-processes. If so, then I can set a specific Acto

[jboss-user] [JBoss jBPM] - Re: spawning workflow from action handler Q

2007-03-29 Thread avbentem
"brianmb99" wrote : I tried dynamically using subprocesses from a process-state node but couln't get it to work (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=76444). Maybe things were different in the 3.0.2 version of jBPM you were using back then, but in 3.2.Beta2 the following real

[jboss-user] [JBoss jBPM] - Re: About swimlanes

2007-03-29 Thread avbentem
"pedror" wrote : I can't find information on what the swimlane assignment expression can contain I wonder if you really want to use the expression attribute -- which is NOT a jPDL expression, but an assignment expression. But when using it, do you need more documentation than given in 11.11.2.

[jboss-user] [JBoss jBPM] - Re: Scheduled TaskInstances within a ProcessInstance?

2007-03-27 Thread avbentem
"kukeltje" wrote : an xsd that supports this should be custom made as well | To disable validation see 18.4.1. Validation: anonymous wrote : When parsing a jPDL XML document, jBPM will validate your document against the jPDL schema when two conditions are met: first, the schema has to be refer

[jboss-user] [JBoss jBPM] - Re: Scheduled TaskInstances within a ProcessInstance?

2007-03-27 Thread avbentem
"kukeltje" wrote : What you did now is extend the jbpm core in such a way that you have to manually change this each time a new jbpm core comes out. [..] What you can do is [..] runtime read the processdefinition from the database. It is a string then which can be converted to an xml document an

[jboss-user] [JBoss jBPM] - Assign a generic sub-process task in the parent process?

2007-03-27 Thread avbentem
I'd like to define my actors on process level, not on task level. Doing so I'd like re-use a sub-process for different actors who, in my opinion, are not really part of the same swimlane. Like both a helpdesk employee and the customer would need to fill in the same questionnaire at different poi

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-27 Thread avbentem
"kukeltje" wrote : afaik, jBPM 3.2 already is able to do something like autostart I could only find 16.4.8. task-node, which states: anonymous wrote : create-tasks - attribute - optional {yes|no|true|false}, default is true. Can be set to false when a runtime calculation has to determine which o

[jboss-user] [JBoss jBPM] - Can I get to the parent process, given a sub-process?

2007-03-22 Thread avbentem
Sorry, probably simple but I cannot figger it out... Can I, given a task in a sub-process, find it's calling ? Looking in the debugger (the process being started through Seam and the taskInstance and processInstance also injected by Seam) I get many null values, such as: taskInstance.token.p

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-22 Thread avbentem
"petemuir" wrote : Then wire it up | | | | |... | | | | Thanks, sounds good, I'll give it a try. "petemuir" wrote : In fact, can you create a JIRA issue for both a task selector and a way of auto-starting tasks - we can probably wrap it up in @CreateProcess /

[jboss-user] [JBoss jBPM] - Re: processdefinition and sub-process - autoupdate

2007-03-22 Thread avbentem
"jainer" wrote : deploy first the subprocess and then deploy the parent process, it works fine, it don't matter which of both you update. You may be right, but that's not what I remember. Furthermore, I know this is an old post but just for the sake of the archives: at the time of writing this

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-22 Thread avbentem
"petemuir" wrote : assuming the actor has only one task assigned is a *big* one Of course, and indeed I'm not assuming an actor only has a single task assigned. So, for example, when a human actor logs into some website then indeed a list of tasks will often be very appropriate. However, when a

[jboss-user] [JBoss Seam] - Re: IceFaces new dev build is out & example seam app.

2007-03-22 Thread avbentem
...two excerpts from ReadMe.txt and UsingICEfacesWithSeam.html included with the demo: anonymous wrote : Note: As of the ICEfaces 1.6.0 DR#2 release ICEfaces has been tested to work with Seam v1.1.6. Due to Seam API changes introduced in Seam 1.2 that break backwards-compatibility support for

[jboss-user] [JBoss Seam] - Re: IceFaces new dev build is out & example seam app.

2007-03-22 Thread avbentem
"[EMAIL PROTECTED]" wrote : Hop over to their site for a look. ...at http://www.icefaces.org/main/downloads/os-downloads.iface View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030508#4030508 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-22 Thread avbentem
Actually, I think one day I also might want to start a task as soon as one assigns it to oneself, and show the appropriate page right away. In the DVD Store example the following is used: | : | | : | After clicking the button above, the new assigned task is listed in #{t

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-21 Thread avbentem
Ok, now that Gavin gave a nice combination of @StartTask and pages.xml, I wonder if something similar could be done using the value returned by @CreateProcess, somehow also forcing @StartTask to be triggered? Now, how to explain this... In the Todo example we've got: @CreateProcess(definition =

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1?

2007-03-21 Thread avbentem
Indeed, as sherkan777 noticed, the roadmap states "1.2.1.GA ( 19/Mar/07 )" and "1.3.0.BETA1 ( 23/Apr/07 )". Not a major thing at all, but maybe someone can easily change that date? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030136#4030136 Reply to the

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-20 Thread avbentem
"avbentem" wrote : import org.jboss.seam.log.Log; | | : | | @Logger | | private Log log; ...and you know you can then use: log.info("EntityManager (em) -> #0", em); Saves some String concatenation when the message is somehow suppressed by the logging s

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-20 Thread avbentem
"bsmithjj" wrote : Caused by: java.lang.IllegalArgumentException: Could not set field value by reflection: AutoProvisionerBean.log on: com.evergreen.accesscontrol.impl.AutoProvisionerBean with value: class org.jboss.seam.log.LogImpl | I guess your Java imports still refer to some non-Seam lo

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-20 Thread avbentem
"petemuir" wrote : I prefer to navigate to another page, and let that page set itself up (pages.xml or @Create) - fits the pages.xml style better imo. ...and earlier you wrote: "petemuir" wrote : I worked around this by extending task instance, and adding a viewId property. Then, in the startTas

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-20 Thread avbentem
Gavin, you type a lot faster than I do :-) I was ready to respond to your posts two times now, but each time you already replied again before I hit submit. Thanks! "[EMAIL PROTECTED]" wrote : What you want is to navigate from a list of *all kinds of tasks*, to the specific page for the task, wit

[jboss-user] [JBoss Seam] - Re: Expression language enhancements do not work

2007-03-20 Thread avbentem
"ebu" wrote : looks like that ajax4jsf's view handler specified in web xml takes precedence I don't know the answer to your question, but just for your information: when using seam-gen then SeamFaceletViewHandler is commented-out (with a reference to Ajax4JSF) in the generated faces-config.xml,

[jboss-user] [JBoss Seam] - Re: Seam jBPM: use annotation or pages.xml to get next task?

2007-03-20 Thread avbentem
"bsmithjj" wrote : We've used jBPM and Seam a lot. [..] You'll probably find that you need to implement custom jBPM ActionHandler, DecisionHandler, etc. [..] figuring out and managing the resources (JbpmContext, EntityManager, etc.) shared between your custom jBPM code and your Seam components

[jboss-user] [JBoss Seam] - Re: language resource bundle example

2007-03-20 Thread avbentem
"grdzeli_kaci" wrote : i have added this fragment into my faces-config.xml file | | : | | en | | : | | I think the supported-locale's are only needed when NOT explictely listing the available languages in the selectOneMenu. So, when using the list in faces-config.xml then

[jboss-user] [JBoss Seam] - Seam jBPM: use annotation or pages.xml to get next task?

2007-03-20 Thread avbentem
After login, I need to show an actor a list of all owned processes, allowing the actor to click a button to get to the current task within that process (just like the jBPM web console). When clicking, a view that is applicable for that specific task will be shown, and this view might refer to so

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread avbentem
"grdzeli_kaci" wrote : i con't find any nesten exception. Well, it's surely there in the log you posted: "grdzeli_kaci" wrote : Caused by: java.lang.IllegalArgumentException: You must specify org.jboss.seam.core.init.jndiPattern or use @JndiName: authenticator | at org.jboss.seam.Compo

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread avbentem
"grdzeli_kaci" wrote : it does not working yet :( ...errr, well, then I'd think it's about time you finally respond to > No nested exceptions that tell you a bit more? or > again: aren't there some nested exceptions that tell you a bit more? In other words: more details needed, for example sta

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread avbentem
...and while stripping your code to pin down the problem: why not remove the EntityManager, Identity and Actor as well? And if that helps: are you sure you're using EJB3 in your components.xml, and if not sure: what if just using @In | private EntityManager entityManager; to use a "Seam-manage

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread avbentem
"grdzeli_kaci" wrote : this is not cause of this problem. If "this" refers to explanation of the Java OR then: no, just like I wrote, that was just for your information... "grdzeli_kaci" wrote : public boolean authenticate() { | return true; | } | but it does not work ...well, does this

[jboss-user] [JBoss Seam] - Re: How to correctly use @DataModel's rowAvailable?

2007-03-19 Thread avbentem
In fact org.jboss.seam.jsf.ListDataModel delegates most of its functionality to javax.faces.model.ListDataModel (link broken when I write this; see also the API). The Seam code includes: private void readObject(ObjectInputStream ois) throws IOException, | ClassNotFoundException | { |

[jboss-user] [JBoss Seam] - Re: java.lang.RuntimeException: Could not create Component:

2007-03-19 Thread avbentem
No nested exceptions that tell you a bit more? Not the cause of your problem, but just for your information: > if (list==null || (list!=null && list.size()!=1)) The Java || is an Exclusive OR: if the first expression evaluates to true then the second is not evaluated at all. So there's no nee

  1   2   >