[jboss-user] [JBoss Seam] - problem about @Observer and Events

2007-02-25 Thread mnrz
Hello I have a bunch of session beans with conversation scope. the conversation starts by clicking search button. when the result is shown on the second page the user can go to its setting page and after make his changes and apply them he/she turns back to the result page. in order to apply

[jboss-user] [JBoss Seam] - Combining list and all CRUD functionality on a single page?

2007-02-25 Thread lawrieg
Hi, I'm just wondering whether it makes sense to combine listing and all create, read, update and delete functionality all on the same page? The reason I ask is that all the examples I've seen tend to split this functionality out onto separate pages, and coming from a Swing background this

[jboss-user] [JBoss Seam] - Re: Combining list and all CRUD functionality on a single pa

2007-02-25 Thread lawrieg
Also, is using disabled input components (e.g. h:inputText) instead of output components (e.g. h:outputText) considered bad practice? The reason I ask is that it would certainly simplify my forms if I can just set the disabled attribute on components rather than having to duplicate every input

[jboss-user] [JNDI/Naming/Network] - When deploying stateful session bean, it shows via JNDI view

2007-02-25 Thread yair.zaslavsky
The definition of the bean is: @Stateful @Remote(QueryManager.class) @RemoteBinding(jndiBinding=ams/QueryComposerManagerBean/Remote) @Local(QueryManager.class) @LocalBinding(jndiBinding=ams/QueryComposerManagerBean/Local) public class AMSQueryManagerBean implements QueryManager { } JNDI view

[jboss-user] [JBoss jBPM] - Re: deployment problem

2007-02-25 Thread abdenourh
I already tried to parse hibernate.cfg.xml and I have en error whhich says Exception in thread main org.jbpm.util.XmlException: couldn't parse xml at org.jbpm.util.XmlUtil.parseXmlInputStream(XmlUtil.java:68) at

[jboss-user] [JBossCache] - Bug? maximum number of expressions in a list is 1000

2007-02-25 Thread gmeroz
I'm usning JBossCache-all-2.0.0.ALPHA2 with Oracle. When i try to remove the root of my cache, i get the following error. It looks like a bug... | 09:41:43,802 ERROR [JDBCCacheLoader] Failed to remove node /aag | | java.sql.SQLException: ORA-01795: maximum number of expressions in a

[jboss-user] [JBoss jBPM] - Re: deployment problem

2007-02-25 Thread abdenourh
Sorry I mean when I try to parse jbpm.cfg.xml I have the same error :11:15,684 [main] ERROR JpdlXmlReader : couldn't parse process definition org.dom4j.DocumentException: null Nested exception: null at org.dom4j.io.SAXReader.read(SAXReader.java:484) at

[jboss-user] [JBoss jBPM] - Re: JBPM with Eclipse 3.2, Newbie getting started

2007-02-25 Thread [EMAIL PROTECTED]
Geoff, In the 'jbpm-designer' subfolder you'll find a readme.htm which tells you what to do. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021934#4021934 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Combining list and all CRUD functionality on a single pa

2007-02-25 Thread petemuir
anonymous wrote : I'm just wondering whether it makes sense to combine listing and all create, read, update and delete functionality all on the same page? | JSF allows you to do this easily (an editable table, which is a nightmare in PHP type stuff). I suppose you just choose what is best

[jboss-user] [JBoss Seam] - Does #{identity.login} start a long running conversation?

2007-02-25 Thread schmatz
Hello guys, I'm a bit confused. Does #{identity.login} start a long running conversation? I'm just asking because after successfully logging in, my User entity bean which I have outjected in the Authenticator.authenticate() method and injected in my conversational-scoped Stateful EJB still

[jboss-user] [JBoss jBPM] - Re: JBPM GPD Plugin Issues

2007-02-25 Thread [EMAIL PROTECTED]
cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jbpm co -r jbpm_jpdl_gpd_3_1_0_alpha2 | jbpm.3/designer/jpdl/org.jbpm.gd.jpdl.build | cd jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build | ant If you run the above script it should build GPD 3.1.0 alpha2. Regards, Koen View the original post :

[jboss-user] [JBoss Seam] - Re: Combining list and all CRUD functionality on a single pa

2007-02-25 Thread lawrieg
Thanks Pete - that's reassuring to hear. I like being able to model and think of my pages in terms of state machines so combining related functionality on a single page (like you would on a desktop app) makes sense to me. It seems to make even more sense with web2 / ajax. Cheers, Lawrie View

[jboss-user] [JBoss Seam] - Re: Could not create connection - deployment problem

2007-02-25 Thread pista666
it's there sii find output /opt/jboss/server/default/lib/pgsql-jdbc.jar might not be problem of jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021946#4021946 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021946

[jboss-user] [EJB/JBoss] - Re: Executing a Bunch of code before EJB's Deployed

2007-02-25 Thread [EMAIL PROTECTED]
Check the JBoss AS documentation on the kernel and service architecture, deploying MBeans and how to order deployments. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021949#4021949 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-25 Thread bsmithjj
These methods are not called by JSF - rather, they are the points at which I invoke my MailSenderBean.sendEmailMessage() method. In both (all) cases, I put some objects in event scope (for rendering) and invoke sendEmailMessage(). Here's the code for one invokation: | //

[jboss-user] [JBoss Seam] - Any way to apply same attribute/value to several tags?

2007-02-25 Thread lawrieg
Hi, I have a page with a large number of inputText fields and was wondering if there is an easy way to set them all be enabled/disabled (i.e. I'd like to avoid having to to add disabled=true to every inputText tag). Is this possible? If I was doing this in a desktop app I could disable a

[jboss-user] [JBoss Seam] - Contactlist Example: No redirect after EntityNotFoundExcepti

2007-02-25 Thread mgombocz
Hi, I had a view at the Contactlist example of 1.1.7.RC1. If you enter http://localhost:8080/seam-contactlist/viewContact.seam?contactId=90 in your browser according to pages.xml there should happen a http Error 404 redirect because no contact with Id=90 exists. But a seam error page with

[jboss-user] [EJB 3.0] - Cannot find a suitable constructor

2007-02-25 Thread chrismalan
I have a custom util class called LessonView. It looks like this: public class LessonView{ | private String subject; | private int year, count; | | public LessonView(){} | | public LessonView(String subject, int year, int count){ | sets the variables via setters | } | |

[jboss-user] [Remoting] - server bind address - documentation

2007-02-25 Thread [EMAIL PROTECTED]
On the documentation page describing how the server invoker binds to its server address - section 5.4.3 at http://labs.jboss.com/portal/jbossremoting/docs/guide/ch05.html it says: anonymous wrote : If the serverBindAddress property is set, it will be used for binding. If the serverBindAddress

[jboss-user] [EJB 3.0] - Re: Datasource config files?... how to? docs?

2007-02-25 Thread [EMAIL PROTECTED]
Generally: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA Specifically: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021975#4021975 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to deploy seam with oracle as ( or oc4j)?

2007-02-25 Thread cedric.lamalle
I bought Michael Yuan's Book from Rough Cuts and got useful informations. Deploying seam with ejb is easy using oc4j ejb stack, but you'll have to define jndi mappings in orion-ejb-jar.xml, which is really annoying. I had no success deploying a seam app using jboss ejb stack it's always stopping

[jboss-user] [JBoss Seam] - Re: Combining list and all CRUD functionality on a single pa

2007-02-25 Thread [EMAIL PROTECTED]
It's completely a matter of taste :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021983#4021983 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4021983 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: problem about @Observer and Events

2007-02-25 Thread [EMAIL PROTECTED]
It looks like UserSettings.display() ends up calling back to UserSettings.columnHeaders(), via a third object, SearchResult.extractColumns(). I think this happens during bijection. This is an error because SFSBs can't have re-entrant calls. BTW, this will be much easier to debug if you use the

[jboss-user] [JBoss Seam] - Re: integration with Trinidad (ADF)

2007-02-25 Thread hamtho2
Is the a4j-trinidad.jar still necessary for ajax4jsf 1.0.6 or is it integrated into that package now? I´m facing a similar issue but already use 1.0.6. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4021987#4021987 Reply to the post :

[jboss-user] [JBoss Seam] - Re: integration with Trinidad (ADF)

2007-02-25 Thread hamtho2
BTW: this error only occures if using an ajax-rerender. Otherwise it works quite fine: Example: | h:dataTable var=profile value=#{ProfileList} rendered=#{ProfileList.rowCount0} | | h:column | | a4j:commandButtonid=command_link_up

[jboss-user] [JBoss Seam] - Re: Contactlist Example: No redirect after EntityNotFoundExc

2007-02-25 Thread [EMAIL PROTECTED]
Thanks! OK, so the main problem was that facelets debug mode was enabled, which was catching the exception before our exception filter got a chance to see it. So I needed to disable that in web.xml. But then there was another minor bug that I needed to fix. Anyway, its now working in CVS.

[jboss-user] [JBoss Seam] - Re: Does #{identity.login} start a long running conversation

2007-02-25 Thread flashguru
Hello there, Can you show us your 'show-user-details' form? And what do you mean by clicking on a form? Are you submitting a form or are you refreshing the page? Also, are you using Firefox? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022009#4022009

[jboss-user] [JBossWS] - Re: receiving a AxisFault in the client

2007-02-25 Thread flaviafm
Does anyone know a good tutorial to create a WS client with the JBossWS? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022023#4022023 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022023

[jboss-user] [JBossCache] - Re: Bug? maximum number of expressions in a list is 1000

2007-02-25 Thread genman
That's a bug. I'll file this for you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022025#4022025 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022025 ___ jboss-user mailing

[jboss-user] [Installation, Configuration Deployment] - Re: Cannot shutdown jboss-4.0.5.GA on Windows XP

2007-02-25 Thread genman
Network issue. The shutdown command connects via RMI. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022024#4022024 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022024 ___

[jboss-user] [JBoss Seam] - asynchronous workflow in seam without jBPM

2007-02-25 Thread chpressler
i built a pipeline within my seam application. that is, a user can upload a file to the server and as soon as the file is uploaded, the pipeline starts. even when the user logs out, the pipeline still runs until every task is comleted. the several tasks read file contents and save it into a

[jboss-user] [JBoss Portal] - Re: JBoss Portal Cluster Failover

2007-02-25 Thread macjboss
The last point I mention about my portal pages being wiped; this actually happens quite often now, even if I shutdown one of the servers in the cluster and the following exception occurs: | 2007-02-25 17:48:13,815 WARN [org.jboss.portal.server.deployment.jboss.ServerDeployer] Unknown

[jboss-user] [JBoss Portal] - sitemap and sitemap.jsp

2007-02-25 Thread yurei
Hello, I want a site map portlet for my portal, I use jboss portal 2.4.1 i found in the jboss-portal.sar\portal-core.war\WEB-INF\jsp\catalog folder there is a sitemap.jsp. is this for use catalog portlet as a sitemap portlet? How can i use it? Or i have to create a sitemap portlet from scratch?

[jboss-user] [JBoss Seam] - seam-gen stack overflow

2007-02-25 Thread pista666
occurs when you have 2 tables referencing each other like this: alter table core.ORG_PARTNER add constraint FK1 foreign key (PRIMARY_CONTACT_ID) references core.ORG_PARTNER_CONTACT(CONTACT_ID) ; alter table core.ORG_PARTNER_CONTACT add constraint FK2 foreign key (PARTNER_ID)

[jboss-user] [JBoss Seam] - Re: seam-gen stack overflow

2007-02-25 Thread [EMAIL PROTECTED]
Please download the latest version (1.1.7RC1). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022052#4022052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022052 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: Inability to Run a JSF Application on JBoss

2007-02-25 Thread [EMAIL PROTECTED]
jhimmel wrote : | Since I am new to JSF and relatively new to Java, I am not sure what the purpose is for a file ending in the ?.faces? suffix. | | - jhimmel | That's how a request is mapped to the JSF servlet. It is done in web.xml. That's a VERY newbie question. I suggest you

[jboss-user] [JBoss Seam] - Re: Does #{identity.login} start a long running conversation

2007-02-25 Thread schmatz
Yes I'm using Firefox 2.x. clicking = submitting the user form with redirect Here's the userDataForm: !DOCTYPE composition PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; | ui:composition

[jboss-user] [JBoss Seam] - Re: Any way to apply same attribute/value to several tags?

2007-02-25 Thread lawrieg
I've browsed through all the HTML spec and had a good Google and have drawn a blank so, unless anyone can inform me otherwise, I'm guessing my options are either to manually add disabled=#{...} to every component, or else pull that Javascript book of the bookshelf View the original post :

[jboss-user] [JBoss Seam] - Re: Validation issue in adapted Registration example

2007-02-25 Thread chopin
I have done the tests with Seam 1.1.6 using JBoss 4.0.5 patched with JAXB 2.1. Now, everything is working fine using Seam 1.1.7RC1. Thank you for your replies. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022070#4022070 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam-gen stack overflow

2007-02-25 Thread pista666
i use CVS, varsion from 24.feb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022077#4022077 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022077 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: seam-gen stack overflow

2007-02-25 Thread pista666
i use CVS, varsion from 24.feb View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022078#4022078 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022078 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: seam-gen stack overflow

2007-02-25 Thread [EMAIL PROTECTED]
Ohyeah, I fixed self-associations, but not circularities, I guess. Create an issue in JIRA, please, not sure how easy it will be to fix... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022080#4022080 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Detecting client disconnects

2007-02-25 Thread Knuffelbert
A no, can't be done is also an acceptable answer :) Does really noone know this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022081#4022081 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022081

[jboss-user] [JBoss Seam] - Re: Does #{identity.login} start a long running conversation

2007-02-25 Thread flashguru
Please be aware that some browsers will repopulate some of the fields for you . If you have access to IE 6, can you try to reproduce the behavior again? Also, would you please post your User class too? View the original post :

[jboss-user] [JBoss Seam] - Re: Does #{identity.login} start a long running conversation

2007-02-25 Thread schmatz
anonymous wrote : Please be aware that some browsers will repopulate some of the fields for you. Maybe it's of interest that I redirect to a success page after submitting the form. Here's the User entity: @Entity | @Scope(ScopeType.SESSION) | @Name(user) | @Table(name=tzuser) |

[jboss-user] [JBoss Seam] - Re: Does #{identity.login} start a long running conversation

2007-02-25 Thread schmatz
Ups! Blame on me I just realize that the user is SESSION-scoped... Sorry for that! Mark View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022091#4022091 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022091

[jboss-user] [JBoss Portal] - Re: sitemap and sitemap.jsp

2007-02-25 Thread [EMAIL PROTECTED]
You should try it and see if it fits your needs. If you create a nice sitemap portlet, please think about sharing it with others :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022090#4022090 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Does #{identity.login} start a long running conversation

2007-02-25 Thread flashguru
Ok, I should have asked for the User class from the start. Glad you are okay now! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022092#4022092 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022092

[jboss-user] [JBoss Seam] - Re: Does #{identity.login} start a long running conversation

2007-02-25 Thread schmatz
OK. After making the User entity CONVERSATION-scoped everything works like I expect. Thanks, Marl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022093#4022093 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022093

[jboss-user] [Beginners Corner] - Re: Detecting client disconnects

2007-02-25 Thread jwenting
no, at least not without some custom plumbing. The bean is removed either on a client request or on a connection timeout. You could code some sort of keepalive service that polls a client for a connection regularly. But that would require a custom client library as well which would respond to

[jboss-user] [Installation, Configuration Deployment] - Re: part deux: tomcat server.xml not supporting custom defau

2007-02-25 Thread [EMAIL PROTECTED]
JBoss uses org.jboss.util.StringPropertyReplacer for substituting variables. Tomcat/jboss-web must be using a different way to do this, so this is really a feature request for jboss-web. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022106#4022106 Reply to

[jboss-user] [JBoss Seam] - Re: seam-gen stack overflow

2007-02-25 Thread [EMAIL PROTECTED]
Nevermind. Fixed in CVS. Please test it for me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022109#4022109 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022109 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: Custom Login

2007-02-25 Thread ghyoju
Hi bdaw, The IdentityLoginModule class you mentioned is in package org.jboss.portal.identity.auth and extends org.jboss.security.auth.spi.UsernamePasswordLoginModule but the one I found in jbosssx.jar is in package org.jboss.security.auth.spi and extends

[jboss-user] [JBoss Seam] - ScopeType.STATELESS misunderstanding

2007-02-25 Thread fernando_jmt
Hi everyone. I'm having troubles (maybe my bad or anything else) realated to Stateless Seam component. I have a stateless session bean marked as @Stateless and also I wrote @Scope(ScopeType.STATELESS) (this is redundant according the docs.), this component is used to populate a @DataModel to

[jboss-user] [Beginners Corner] - Re: Unable to start JBOSS

2007-02-25 Thread PeterJ
The missing class, org/apache/log4j/Layout, is found in the server/xxx/lib/log4j.jar file. Jboss should pick up that file automatically. Based on the fact that you have JBoss in Program Files, I am going to guess that you installed JBoss using the installer. I suggest re-installing JBoss to

[jboss-user] [JBoss Seam] - Re: Any way to apply same attribute/value to several tags?

2007-02-25 Thread petemuir
You could easily do this using a container tag (take a look at UIValidateAll) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022120#4022120 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022120

[jboss-user] [JBoss Seam] - Re: ScopeType.STATELESS misunderstanding

2007-02-25 Thread [EMAIL PROTECTED]
I *strongly* recommend you get a good book on EJB (for example the Bill Burke / RMH book from O'Reilly). The definition of stateless in the EJB spec is a limitation upon *you*. The container can do anything it likes! What the spec says is that *you* are not allowed to keep any state *relating

[jboss-user] [JBoss Portal] - Re: Custom Login

2007-02-25 Thread bdaw
jbosssx.jar contains stuff for org.jboss.security.* But I'm wondering what do you mean by use a method... UserPasswordLoginModule is an abstract class. What exactly do you want to do? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022122#4022122 Reply to the

[jboss-user] [JBoss Seam] - Re: ScopeType.STATELESS misunderstanding

2007-02-25 Thread fernando_jmt
It absolutely was my fault. Even 3.2.1. section of the book says it to me: They may be used as JSF action listeners, but cannot provide properties to JSF components for display. Sorry :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022126#4022126 Reply

[jboss-user] [JBoss Seam] - Re: Seam 1.1.7 RC1 released

2007-02-25 Thread fers
Hello, as usually I published new Maven + Seam integration on http://software.softeu.cz/seam/ (and published to maven repository http://maven.softeu.cz/ ). Updated archetype (seamgen equivalent) should be released soon. Petr Ferschmann View the original post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1.7 RC1 released

2007-02-25 Thread [EMAIL PROTECTED]
Thanks, Petr. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022129#4022129 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022129 ___ jboss-user mailing list

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

2007-02-25 Thread fers
to fip: try the current version. It should be really fixed it this time :-) There was problem with picking wrong version of xercesImpl.jar (2.6.x instead of 2.7.x). But everything was working on my computer. I hope it helps. View the original post :

[jboss-user] [JBoss jBPM] - jBpm setup

2007-02-25 Thread [EMAIL PROTECTED]
On an xp workstation I installed the following items. eclipse 3.2.2 installed at c:\eclipse jbpm-starters-kit-3.1.4.zip installed under c:\jbpm jbpm-gpd-site-3.0.zip in \ibpm When I do an example similar to the following url address http://docs.jboss.com/jbpm/v3/gpd/firstprocess.html I get

[jboss-user] [JBoss Seam] - Booking authenticator vs. Seamspace authenticator

2007-02-25 Thread flashguru
I noticed that the authenticator implementation in the booking example is stateful session bean with scope event, while the seamspace authenticator is POJO. Any specific reason why? Or was is simply a matter of taste? View the original post :

[jboss-user] [JBoss Seam] - Re: Booking authenticator vs. Seamspace authenticator

2007-02-25 Thread [EMAIL PROTECTED]
Actually I would prefer if they were both STATELESS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022144#4022144 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022144 ___

[jboss-user] [JBoss Messaging] - Re: 1.2.0.CR1 transparent node failover does not always work

2007-02-25 Thread bander
anonymous wrote : I am trying to understand why you're example uses an exception listener to catch exceptions, and recreate the connections etc? In this case it's because I'm reusing a test case I created for an issue in 1.0.1. :) We're also working with the assumption that an error on the

[jboss-user] [EJB 3.0] - Re: How can I use a EJB Query with this?

2007-02-25 Thread chrismalan
Hi Dornus, There are two solutions I can think of. The first side-steps an EJB query. One of class A's attributes will be a collections of some sort of class B. Simply get an instance of class A by primary key, get an instance of the collection of Bs and do a bees.size(). The second is to

[jboss-user] [JBoss Messaging] - Re: 1.2.0.CR1 transparent node failover does not always work

2007-02-25 Thread [EMAIL PROTECTED]
We've been testing like crazy lately, and we found some bugs with failover. I might release a CR2 this night, in case you want to give it a spin. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022154#4022154 Reply to the post :

[jboss-user] [JBoss Seam] - Event scoped stateful session bean and passivation

2007-02-25 Thread flashguru
Is it correct to assume that stateful session bean with scope event will never be passivated when using TransactionalSeamPhaseListener? This is because the stateful session bean will be considered in a transaction and therefore it will prevent the EJB3.0 container from passivating it? The rule

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-25 Thread petemuir
So, I've run into this (in anger) as well now. 1) Facelets scans the classpath for .taglib.xml files inside of META-INF, and loads them if it finds them (thats what all the load implicit stuff you see is). 2) The UCL doesn't scan WEB-INF/lib (as this is a special war thing). So, if you get

[jboss-user] [JBoss Seam] - Re: Event scoped stateful session bean and passivation

2007-02-25 Thread [EMAIL PROTECTED]
Thats a pretty fair assumption (though there are a couple of tiny windows). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022163#4022163 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022163

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-25 Thread petemuir
anonymous wrote : And, I found that even if the classloader inside FaceletsRenderer is the WACL then the UCL may be used to initialise facelets. Oops, no, thats not right... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022164#4022164 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Custom Login

2007-02-25 Thread ghyoju
Hi bdaw, IdentityLoginModule extends UsernamePasswordLoginModule so the method getUsernameAndPassword() implemented in class UsernamePasswordLoginModule is inherited by IdentityLoginModule. I want to extend IdentityLoginModule and I want to use the method getUsernameAndPassword() which is

[jboss-user] [JBoss Seam] - Re: Event scoped stateful session bean and passivation

2007-02-25 Thread flashguru
Thank you Gavin! I am trying to understand if there is any benefit to clustering a stateful session bean with scope event. Is it correct to assume that clustering a stateful session bean is not relevant when talking about the event scope? View the original post :

[jboss-user] [JBoss Seam] - Re: Event scoped stateful session bean and passivation

2007-02-25 Thread [EMAIL PROTECTED]
yes, exactly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022168#4022168 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022168 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: 1.2.0.CR1 transparent node failover does not always work

2007-02-25 Thread bander
Sure - I'll give it a go. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022174#4022174 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022174 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Is there any good way to implement jump from actionA.method

2007-02-25 Thread chicochen
thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022175#4022175 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022175 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Anybody made s:upload work in Seam+ICEfaces app?

2007-02-25 Thread gus888
Hi all, Did anybody make s:upload work in the Seam+ICEfaces application? I always got a null value of the uploaded byte[] data? Any help is appreciative! Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022176#4022176 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1.7 RC1 released

2007-02-25 Thread gus888
Shane said that the SeamMultipartFilter has been replaced with a universal Seam filter, but in the s:fileUpload section in 1.1.7 RC1 docs, the SeamMultipartFilter is still there: For multipart requests, the Seam Multipart servlet filter must also be configured in web.xml: | |

[jboss-user] [JBoss Seam] - Re: Seam 1.1.7 RC1 released

2007-02-25 Thread [EMAIL PROTECTED]
Thanks, this was already fixed: http://jira.jboss.org/jira/browse/JBSEAM-921 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022186#4022186 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022186

[jboss-user] [Messaging, JMS JBossMQ] - Re: EJB3 Cluster application JMS Error-JBoss 4.0.5GATrailBla

2007-02-25 Thread mp123
Hello, Thank you very much for your reply. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022192#4022192 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022192 ___ jboss-user

[jboss-user] [The Lizzard's corner] - JBoss World 2006 Presentation Template

2007-02-25 Thread thejavafreak
Where can I get the presentation template used in last year's (2006) JBoss World in Berlin? It's pretty neat and I like it. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022198#4022198 Reply to the post :

[jboss-user] [JBoss Seam] - pages DTD for 1.1.7RC1

2007-02-25 Thread flashguru
Hello everybody, When do the DTDs usually get updated? GA only? As of 1.1.7RC1, pages-1.1.dtd is missing the login-required and login-view-id attributes. (http://jboss.com/products/seam/pages-1.1.dtd) View the original post :

[jboss-user] [JBoss Seam] - Re: Anybody made s:upload work in Seam+ICEfaces app?

2007-02-25 Thread gus888
Sorry typed wrong tag, s:upload should be s:fileUpload. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022206#4022206 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022206 ___

[jboss-user] [JBoss Seam] - Re: Anybody made s:upload work in Seam+ICEfaces app?

2007-02-25 Thread [EMAIL PROTECTED]
Yes I did. There is a bug (in JIRA) with IceFaces upload when it tries to talk to the progress bar so don't use a progress bar). I can get images uploaded but cant get it working with seam @End annotations yet.. there are a few things to finish on IceFaces... I do callbacks to parental

[jboss-user] [JBoss Seam] - Re: Anybody made s:upload work in Seam+ICEfaces app?

2007-02-25 Thread [EMAIL PROTECTED]
to see the images I go via the servlet (again see seamspace for this). (I can also look into the hypersonic database to see the bytes arrive [and cut/paste them to see my database]). | ice:dataTable id=organisationsTableComponent value=#{organisations}

[jboss-user] [JBoss Seam] - FacesMessages API change might cause unexpected form validat

2007-02-25 Thread flashguru
I am not sure if this is something worth mentioning. But the latest API changes to the FacesMessages might cause unexpected form validation behavior for people who are migrating from 1.1.6. With 1.1.6, I used the method FacesMessages.add(String id, String messageTemplate, Object... params) to

[jboss-user] [JBoss Seam] - Re: Seam 1.1.7 RC1 released

2007-02-25 Thread [EMAIL PROTECTED]
Yes, I should have mentioned it. I hated breaking that API, but it was already broken (I screwed up totally). We needed to get rid of the ambiguity there, and deprecation was not going to help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022214#4022214

[jboss-user] [JBoss Seam] - Multiple Window/Tabs isolated conversations

2007-02-25 Thread h.cahyadi
Hi all, How to get Multiple Window/Tabs isolated conversations, do we must make our controller as a SFSB? can anyone here give me example or explanation how to achieve Multiple Window/Tabs isolated conversations? Can this be applied to portlet environment? Thanx and regards, -haric- View

[jboss-user] [JBoss Seam] - Re: could not execute seam commands.

2007-02-25 Thread grdzeli_kaci
i did not resolve this problem yet, can anybody help me? this error pointed to build.xml file line 623. there is compileui configs: | target name=compileui depends=initui,select-compiler | description=Compile the Java source code for the UI package | javac |

[jboss-user] [JBoss Seam] - Re: could not execute seam commands.

2007-02-25 Thread [EMAIL PROTECTED]
Re-check-out jboss-seam. I promise you that CVS can be compiled. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=408#408 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=408

[jboss-user] [JBoss Seam] - Re: problem about @Observer and Events

2007-02-25 Thread mnrz
yes, you're right. in extractColumn I am using an injected list from the same SB (UserSettings). but how can I do that. I want when user changed its settings the respective SB understands and apply changes. is it possible to restart a SFSB? I am using JBoss Seam 1.1.6 View the original

[jboss-user] [JBoss Messaging] - Does JDK1.4.2.X support JBM 1.0.1 GA

2007-02-25 Thread Craig2007
Hi We are using JBoss Messaging. Version - jboss-messaging-1.0.1.GA. We have been using JDK1.5 with JBM. Now we need to change JDK1.5 to JDK1.4.2. Does JDK1.4.2.X can be used with JBoss Messaging 1.0.1GA ? Does JDK1.4.2.X can also be used with Messaging 1.0.1 SP4 ? View the original post :

[jboss-user] [JBoss Messaging] - Re: Does JDK1.4.2.X support JBM 1.0.1 GA

2007-02-25 Thread [EMAIL PROTECTED]
Yes... We assume JDK 1.4 for our development... We always use JDK 1.4 in our release procedures. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022234#4022234 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022234

[jboss-user] [Remoting] - Possible failure mode?

2007-02-25 Thread Cyberax
As far as I understand, JBoss Remoting has the following failure mode. Suppose we have a client which connects to JBoss using HTTP/Servlet connector (I don't know about other connectors, possibly they have the same failure mode). Now let's suppose that client has sent request to server, server

[jboss-user] [JBoss Portal] - Re: our company are evaluating jboss portal, who can answer s

2007-02-25 Thread charles751
who can help me View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022246#4022246 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022246 ___ jboss-user mailing list

[jboss-user] [Remoting] - Don't want to hard code the dynamic IP for @RemoteBindings-

2007-02-25 Thread sotong
I'm trying to access a bean over a NAT, but I don't want to hard code the external IP on the beans since the IP is not static... So, I hope there is a solution soon. my code: @Stateless @RemoteBindings({ @RemoteBinding(clientBindUrl=sslsocket://203.115.204.136:443,

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

2007-02-25 Thread fip
Thanks fers, works now like a charm. Keep up the good work! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022255#4022255 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022255 ___

[jboss-user] [JBoss Messaging] - Re: 1.2.0.CR1 transparent node failover does not always work

2007-02-25 Thread [EMAIL PROTECTED]
It is not public and it was not tagged in the repository, but other than that, is a fully functional release. You'll find it here http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingStagingArea, it's jboss-messaging-1.2.0.pre-CR2.zip. View the original post :

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-25 Thread grdzeli_kaci
i can't resolve this problem yet, anybody knows about it ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022267#4022267 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022267 ___

  1   2   >