[jboss-user] [JBoss Seam] - Re: binding attribute doesnt work with Seam?

2007-10-13 Thread mnrz
I really stuck View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094844#4094844 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094844 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - El Exception in Seam V2 cr2

2007-10-13 Thread wuyunlong
El Exception in Seam V2 cr2: | @Name(searchQueryView) | class SearchQueryView{ | private LabelSystems labelSystems; | | public LabelSystems getLabelSystems(){ | return labelSystems; | } | | public void test(){ | .. | } | } | when I first entry page

[jboss-user] [JBoss Seam] - Re: Injecting a narrower-scoped bean into a wider-scoped bea

2007-10-13 Thread adamw
A similar problem, of Event-beans injected into Session-beans is solved by the concurrency model (http://docs.jboss.com/seam/2.0.0.CR2/reference/en/html_single/index.html#concurrency), which serializes requests to session beans. So it seems that injecting C-beans/E-beans into A-beans is a

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS msg get redelivered although setting retry to 0

2007-10-13 Thread niefeng
Hi Adrian, thanks for your reply. Below is the sysout of the jms message. 1st received msg | [13:10:07-16:16:22,461][JMS SessionPool Worker-19][ INFO][GN.APP.WORKFLOW][]Msg received: org.jboss.mq.SpyObjectMessage { | Header { |jmsDestination : QUEUE.sendSignalQueue |

[jboss-user] [JBoss Tools (users)] - Re: WTP2.0.1, JBossAS-Tools-1.0.0.beta4 not publishing corre

2007-10-13 Thread [EMAIL PROTECTED]
I can see the temp creation, but we can't use any changerequest to WTP 2.x at this point since that won't be out until a few months. (we can of course report it) But before that we need to figure out if we actually *have* an issue herebut if we have an issue all other deployers should have

[jboss-user] [JBoss Tools (users)] - Re: Oracle10gDialect not in Database Dialect DropDown - Conf

2007-10-13 Thread [EMAIL PROTECTED]
report it in jira. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094853#4094853 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094853 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Problem about specifying a jndi source for eclipse hiber

2007-10-13 Thread [EMAIL PROTECTED]
you can specify the alternate connection properties in a properties file and make the console config point to it. They will override the specified options in cfg.xml/persistence.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094854#4094854 Reply to the

[jboss-user] [JBoss Seam] - Re: Disabling browser cache ???

2007-10-13 Thread terryb
Thanks Lisa, yes my action was not returning empty string. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094855#4094855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094855 ___

[jboss-user] [JBoss Seam] - seam-gen EntityList, how to disable auto search

2007-10-13 Thread terryb
In search (list) pages generated by seam-gen. it automatically displays results when list page is first opened. I can't seem to find a way to stop this auto search behaviour? I would like to stop that, and only execute search when pressing search button. Also, I got some buttons on page,

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-10-13 Thread [EMAIL PROTECTED]
Forgot to mention that's it was or 2.6.2, in 2.6.1 yes yzou have to change the serlvet context provider since it has been renamed. Please update. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094857#4094857 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam generate-entities failure

2007-10-13 Thread [EMAIL PROTECTED]
wo37830: this is just because of some weird datatype being returned by mysql driver/db...we just need to find out what type it is and we can add a mapping for it. But raise it in hibernatetools forum as pete suggests. View the original post :

[jboss-user] [JBoss jBPM] - delay task execution jpdl

2007-10-13 Thread cla83
Hi i'm using the eclipse plugin jpdl and i have a task that must become active after 2 minutes. More precisely i don't want that the user, that must execute it, see the task in his task list before 2 minutes are passed from the end of the precedent task. task A --wait 2 minutes -- task b

[jboss-user] [JBoss jBPM] - process image display highlights wrong end node if task is e

2007-10-13 Thread ramsub
[jbpm 3.1.3, jboss4.0.5 ] I have a wierd problem - with some of my process definitions, the end node that gets highlighted at the end of the process is the wrong node ! This happens when I end my task instance is ended within the assignment handler itself. I need to do such a thing because the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How can I use an OracleDataSource instance in JBoss

2007-10-13 Thread nicolasd
Nobody answered to this question since the 30st of september ! However, I cannot imagine that, at JBoss consulting, they don't have any idea of how to do that. But hey, if they aswer for free, how could they sale consulting after ? OpenSource is beautifull ! View the original post :

[jboss-user] [JBoss jBPM] - Re: delay task execution jpdl

2007-10-13 Thread kukeltje
you can set the 'create task' attribute to no, create an action that e.g. sends a delayed message to a jms queue (separate from jbpm) which creates the task. You could also do this with quartz or so. View the original post :

[jboss-user] [JBoss jBPM] - Re: how the jbpm engine is embeded into jboss

2007-10-13 Thread kukeltje
kind of yes... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094865#4094865 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094865 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: problem to enter into jbpm-console application

2007-10-13 Thread kukeltje
please... how do you expect us to help you if you just say there are no errors but I can't login we need lots more info to be able to help you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094866#4094866 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: task form in multipart/form-data

2007-10-13 Thread kukeltje
hmmm... good point. You could look at the generated html in the browser, add that to the form whilst removing the form element. You could also look at the sourcecode and add an attribute to define the encoding type to the existing form element. View the original post :

[jboss-user] [JBoss Seam] - s:message and the clientId

2007-10-13 Thread motte79
Hi! Can anybody explain to me how to replace the clientId from the output rendered by | * h:messages | * h:message | * s:message | with the labelvalue ? The tomahawk - library has an tag called t:messages with an attribute 'replaceIdWithLabel' ? Is there an alternative for this in

[jboss-user] [JBoss Seam] - Re: Injection threat on EntityQuery order

2007-10-13 Thread doballve
http://jira.jboss.org/jira/browse/JBSEAM-2099 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094868#4094868 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094868 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Calling a Method on a Home Object

2007-10-13 Thread christian_zeidler
great, thx | public void printFoo(){ | if(this.getInstance() != null){ | System.out.println(this.getInstance().getName()); | } else{ | System.out.println(no instance); | } | } works fine. View the

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke?s Bank code compile error

2007-10-13 Thread jaikiran
anonymous wrote : why was that ? When you had used D:\EE557ServerSide\ejb3\jboss, the error had shown that anonymous wrote : D:\EE557ServerSide\ejb3\j2ee-1_4-doc-tutorial_2\j2eetutorial14\ | examples\bank\EE557ServerSideejb3jboss\client not found. | Since the path was considered as a

[jboss-user] [JBoss Seam] - Re: s:message and the clientId

2007-10-13 Thread fernando_jmt
Define the label attribute in your input component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094875#4094875 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094875 ___

[jboss-user] [EJB 3.0] - Re: How to define unique constraint on foreign keys ?

2007-10-13 Thread fhh
According to spec you can use | @javax.persistence.JoinColumn(name = EMPLOYE_FK,unique=true) | However, if you are creating the schema from scratch I suggest you use a @OneToOne relationship which does exactly what you want. Regards Felix View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - [JBoss 4.2.1-GA] EJB incongruence deploying an EAR on differ

2007-10-13 Thread rigel77
Hi, currently I have a database service running on a server hosting Oracle-XE, on another computer all EJB loaded by JBoss are connecting without problem to the database service. The problem is that I am able to deploy my EAR into JBoss running on Windows Vista without problems, but when I

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to clean JBoss loaded EARs?

2007-10-13 Thread rigel77
Hi, I need to clean completely the JBoss environment. Is it sufficient to erase the EAR from the server/default/deploy directory or does it exists a specific command from web console or shell? Tnx in advance View the original post :

[jboss-user] [JBoss Seam] - Navigation page numbers using EntityHome

2007-10-13 Thread terryb
Is it possible to have record navigation buttons (next/previous page...) buttons using the EntityHome object, eg in f:subview tag? The seam-gen project does not generate next/previous page buttons for Edit and View pages. It only does so for List pages. And I can't see to find a way if it can

[jboss-user] [JBoss Portal] - Re: How to change the order of pages??

2007-10-13 Thread ameo
Hello, I would know that also glady. The oder of pages of a portal seems to be alphabetically. Isn't there a way to assign a page his ordner ? Maybe programmatically ? I surprise that I didn't found any info about that. greetings, ameo View the original post :

[jboss-user] [JBoss Seam] - Re: Navigation page numbers using EntityHome

2007-10-13 Thread [EMAIL PROTECTED]
Well, EntityHome is for managing _one_ instance of an entity. If you want the previous/next entity instances, you need some kind of collection obviously or a query that retrieves them. There are dozens of ways how you can do that but I don't think EntityHome is relevant. View the original post

[jboss-user] [JBoss Seam] - Re: s:fileupload validation

2007-10-13 Thread sbozdag
Thanks for replying. Yes, I am using an action component already. Annotations are really easy to use and maintain. That was the reason I would like to put them in. Anyway, I will make validation manually for data. cheers View the original post :

[jboss-user] [JBoss Seam] - Re: Navigation page numbers using EntityHome

2007-10-13 Thread terryb
I was thinking of navigation buttons for childern records when EntityHome has one-many relationship, eg on Organisation view page, like to list Organisation Users in a f:subview; and have navigation buttons for subview data (Organisation Users). But with seam-gen example, it accesses subview

[jboss-user] [JBoss Tools (users)] - Re: WTP2.0.1, JBossAS-Tools-1.0.0.beta4 not publishing corre

2007-10-13 Thread dlmiles
[EMAIL PROTECTED] wrote : I can see the temp creation, but we can't use any changerequest to WTP 2.x at this point since that won't be out until a few months. (we can of course report it) | | But before that we need to figure out if we actually *have* an issue herebut if we have an

[jboss-user] [JBoss Portal] - Re: How to change the order of pages??

2007-10-13 Thread [EMAIL PROTECTED]
http://docs.jboss.com/jbportal/v2.6.2/referenceGuide/html_single/ Search for 'order', first result is: 22.1. Explicit ordering of tabs ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094889#4094889 Reply to the post :

[jboss-user] [JBossWS] - I don't succeded installing jbossws2.0.1 please help me I ne

2007-10-13 Thread abdujaparov
Hi all, I have been trying for 3 days to install jbossws with jboss42. Before I had jdk6 now I have the jdk5, I have downloaded the jbossws 2.0.1 native and I have followed the instruction but I have this error and I don't know how risolving. The errore is the following: | | BUILD FAILED

[jboss-user] [JCA/JBoss] - How can I test if a Datasource is correctly installed

2007-10-13 Thread ZazzaZ
Hi, I'm trying to set up a new Datasource using postgres. I followed what I read from the web but how can I test if the datasource works? Thanks. Bye View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094892#4094892 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: How can I test if a Datasource is correctly installed

2007-10-13 Thread [EMAIL PROTECTED]
Easiest way is to write some code to use it. Installation issues will generally show up as errors in the log, but being that by default DS pools are not pre-filled, connectivity errors will generally not show up until the first time you attempt to use the datasource. View the original

[jboss-user] [JCA/JBoss] - Re: How can I test if a Datasource is correctly installed

2007-10-13 Thread ZazzaZ
Such as? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094896#4094896 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094896 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - No dialect mapping for Java Type: -1

2007-10-13 Thread ZazzaZ
Hi, I installed a Postgres datasource correctly (I think). When I deploy the jbpm-bpel to the server, after some mapping log entries I got No dialect mapping for Java type : -1 Can anybody tell me what to do? Did I use something wrong? Hibernate dialects come with jbpm, so what? Is my

[jboss-user] [JCA/JBoss] - Re: How can I test if a Datasource is correctly installed

2007-10-13 Thread [EMAIL PROTECTED]
Such as? Psuedo code in Servlet or EJB | |InitialContext ctx = null; |DataSource ds = null; |Connection c = null; | |try |{ | ctx = new InitialContext(); | ds = ctx.lookup(JNDINAME OF DATASOURCE HERE); | c = ds.getConnection(); |

[jboss-user] [JCA/JBoss] - Re: How can I test if a Datasource is correctly installed

2007-10-13 Thread vickyk
ZazzaZ wrote : Such as? You can use set prefill tag to true in the ds-xml file configuration . But the catch would be that the testing results will be in the logs and you will have to see the logs if the ds configuration is appropriate . Alternatively you can create a MBean which will create the

[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

2007-10-13 Thread vickyk
Read this to know how to run the tests http://docs.jboss.org/jbossas/jboss4guide/r5/html/apc.html#d0e33312 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094900#4094900 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094900

[jboss-user] [JBoss Seam] - Re: Issues regarding integration testing using seam-gen

2007-10-13 Thread [EMAIL PROTECTED]
Which version of Seam? Yes, the examples and seam-gen use differently named testng.xml files - so? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094902#4094902 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094902

[jboss-user] [JBoss Seam] - Re: El Exception in Seam V2 cr2

2007-10-13 Thread [EMAIL PROTECTED]
So getLabelSystems() returns null - make it so it doesn't. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094903#4094903 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094903 ___

[jboss-user] [JBoss Seam] - Re: Injecting a narrower-scoped bean into a wider-scoped bea

2007-10-13 Thread [EMAIL PROTECTED]
adamw wrote : Let's say I have beans with following scopes: | * A - application | * S - stateless | * C - conversation | | In the examples I have often seen C-beans are injected into S-beans. As I understand, this is correct wrt to concurrent requests, that is, Seam will create enough

[jboss-user] [JBoss Seam] - Re: seam-gen EntityList, how to disable auto search

2007-10-13 Thread [EMAIL PROTECTED]
You'll need to get your scoping correct here. I would add some manager component, which outjects a new entity query object when you hit search. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094905#4094905 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam-gen EntityList, how to disable auto search

2007-10-13 Thread terryb
The EntityQuery (compare to EntityHome) is much harder to grasp in terms of how it works; in the absence of documentation. Is there any example even if psudo-code which shows how to pass jsf parameters values to EntityQuery, execute and outject it... View the original post :

[jboss-user] [JBossWS] - Re: I don't succeded installing jbossws2.0.1 please help me

2007-10-13 Thread abdujaparov
I have resolved the problem, in the path of jboss42 it lacks a \, in fact I wrote C:\jboss-4.2.1.GA instead C:\\jboss-4.2.1.GA, writing C:\\jboss-4.2.1.GA all works. Thanks to all and excuse me. Bye bye. View the original post :

[jboss-user] [JCA/JBoss] - Re: How can I test if a Datasource is correctly installed

2007-10-13 Thread ZazzaZ
Thanks to all! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094908#4094908 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094908 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Filtering the ConversationStack based on view-id for bre

2007-10-13 Thread jacob.orshalick
A JIRA issue has been raised at: http://jira.jboss.com/jira/browse/JBSEAM-2101 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094909#4094909 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094909

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to add authentication on JBoss home web site

2007-10-13 Thread PeterJ
See http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureTheJmxConsole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094910#4094910 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094910

[jboss-user] [JBoss Seam] - You must specify org.jboss.seam.core.init.jndiPattern or use

2007-10-13 Thread asookazian
JBoss 4.2.1.GA Seam 2.0.0.CR2 trying to deploy unaltered hotel booking example and getting the following exception while deploying in JBoss. I found another thread on this same exception in this forum but GKing recommended adding core:ejb/ to the components.xml I believe which is not

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to clean JBoss loaded EARs?

2007-10-13 Thread PeterJ
Yes, removing the EAR file (or directory) from the deploy directory is sufficient. If you want to start over from a completely clean server configuration, bring the app server down and also remove these directories: server/default/data server/default/log server/default/tmp server/default/work

[jboss-user] [JBoss Seam] - Converters, SelectItems

2007-10-13 Thread jumapama
Hello, i have a problem which i have spent a lot of time. Somebody can show me a converter and selectItems example. I have the next code: | | @Name(cuentaConverter) | @org.jboss.seam.annotations.faces.Converter(forClass=Cuenta.class) | public class CuentaConverter implements Converter,

[jboss-user] [JBoss Seam] - Re: Converters, SelectItems

2007-10-13 Thread [EMAIL PROTECTED]
Why not use s:convertEntity, it does this for you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094916#4094916 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094916 ___

[jboss-user] [JBoss Seam] - Re: You must specify org.jboss.seam.core.init.jndiPattern or

2007-10-13 Thread [EMAIL PROTECTED]
The booking example deploys fine on JBoss AS 4.2.1.GA with Seam 2.0.0.CR2 - and has the jndiPattern set. Grab a clean copy of both, set the path to the unzipped AS in Seam's build.properties and run ant deploy in the examples/booking directory. View the original post :

[jboss-user] [JBoss Seam] - Re: Application Scope in a Cluster

2007-10-13 Thread [EMAIL PROTECTED]
The application context is based on the underlying servlet application context so the same clustering rules apply. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094918#4094918 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Converters, SelectItems

2007-10-13 Thread jumapama
The same error appears again: j_id2:cuenta: Error de ValidaciĆ³n: Valor no es correcto I use jboss 4.2 GA and JBoss seam 2.0 GA and JSF-Faclelets I have read that s:convertEntity needs Management Transactions, could be this an error in my configuration. Please help me!!! View the original post

[jboss-user] [JBoss Seam] - Re: Converters, SelectItems

2007-10-13 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094920#4094920 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094920 ___

[jboss-user] [JBoss Seam] - Re: Entity withiout Injection --- How do construct a efficie

2007-10-13 Thread [EMAIL PROTECTED]
You should use programmatic lookup, creating an instance method is a neat way to do that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094922#4094922 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094922

[jboss-user] [JBoss Seam] - Re: [JSF] s:decorate and h:panelGrid conflict

2007-10-13 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1572 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094923#4094923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094923 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Messages bundle problem

2007-10-13 Thread wodzuu
hi! I am hoving some trouble with diactric signs. I use the tool mentioned in a previous post and now when I enter my site nothing happens i.e. browser indicates that site is loading and it seems like it will never load it at all. Does anyone know what could be a reason ? View the original

[jboss-user] [JBoss Seam] - Re: SeamTest and expectedExceptions

2007-10-13 Thread [EMAIL PROTECTED]
Sorry for the delay, let me try to get this right (its not trivial) anonymous wrote : So, this is what I hear you saying: | | my:component-class installed=true my-property=me/ | means Go find the class called ComponentClass, and make sure it's going to be installed. In addition, when

[jboss-user] [JBossCache] - Can't get fine-grained replication working

2007-10-13 Thread jacobeukes
Thank you for all the help - you guys are doing a great job. I have spent that past several weeks preparing was was supposed to have been a very simple JBossCache demo for work. I suspect that I am very close to having what is required, but there is still one outstanding issue - I cannot get

[jboss-user] [JBoss Seam] - Re: Converters, SelectItems

2007-10-13 Thread jumapama
Lot of thx, i was getting crazy wiht this. Al fin!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094927#4094927 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094927 ___

[jboss-user] [JBoss Seam] - Re: You must specify org.jboss.seam.core.init.jndiPattern or

2007-10-13 Thread asookazian
well I am unzipping 4.2.1 and 2.0.0.CR2 right now. it takes shithouse Vista about an hour to unzip JBoss. what do you mean by path to the unzipped AS? I had it set to C:\jboss-4.2.1.GA I believe and the EAR was placed in ...\default\deploy. View the original post :

[jboss-user] [JBoss Seam] - Re: You must specify org.jboss.seam.core.init.jndiPattern or

2007-10-13 Thread [EMAIL PROTECTED]
Yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094929#4094929 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094929 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: You must specify org.jboss.seam.core.init.jndiPattern or

2007-10-13 Thread asookazian
well I used WinRAR and it extracted much faster. anyways, thanks, exception is no longer happening. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094930#4094930 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094930

[jboss-user] [JBoss Seam] - Re: Injecting a narrower-scoped bean into a wider-scoped bea

2007-10-13 Thread matt.drees
adamw wrote : So it seems that injecting C-beans/E-beans into A-beans is a programmer error. I imagine this would be fine if you mark your A-bean @Synchronized. (Though of course, this could cause a bottleneck.) Haven't yet tried it though. View the original post :

[jboss-user] [JBoss Seam] - Re: Injecting a narrower-scoped bean into a wider-scoped bea

2007-10-13 Thread [EMAIL PROTECTED]
matt.drees wrote : adamw wrote : So it seems that injecting C-beans/E-beans into A-beans is a programmer error. | | I imagine this would be fine if you mark your A-bean @Synchronized. (Though of course, this could cause a bottleneck.) Haven't yet tried it though. That is correct. View

[jboss-user] [JBoss Seam] - Re: El Exception in Seam V2 cr2

2007-10-13 Thread wuyunlong
[EMAIL PROTECTED] wrote : So getLabelSystems() returns null - make it so it doesn't. According to el rule, returnType of 'searchQueryView.labelSystems.name' should be parsed at class level ;the value of el should be eval at instance level, and if the return value of

[jboss-user] [JBoss Seam] - Re: [JSF] s:decorate and h:panelGrid conflict

2007-10-13 Thread Yacho
Sweet. Thanks so much Pete for pointing that out. Ill keep a track of it. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094934#4094934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094934

[jboss-user] [JBoss Seam] - faces-config.xml is missing in booking example?

2007-10-13 Thread asookazian
Seam 2.0.0.CR2 I did a search and several of the other example projects have a faces-config.xml in the resources folder. Why is this? the booking example in 1.2.1.GA had a faces-config.xml. Also, I want to start using facestrace to trace JSF lifecycle info:

[jboss-user] [JBoss Seam] - Binding Component to Backing Bean Property

2007-10-13 Thread mikeeprice
I tried to bind a component to a backing bean property h:form h:panelGrid id=panelGrid_01 binding=#{conceptManager.letterPanelGrid}/ /h:form and ran into this problem. You can't bind to a CONVERSATION scoped backing component because the conversation

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to add authentication on JBoss home web site

2007-10-13 Thread hung_hin_chu
I had already implied the security on JMX console and Web console. User ID and password are required to logon JMX console and Web console. However when I click http://192.168.11.22:1234/status?full=true http://192.168.11.22:1234/status?full=false http://192.168.11.22:1234/status It shows many

[jboss-user] [JBoss Seam] - Re: faces-config.xml is missing in booking example?

2007-10-13 Thread asookazian
Not sure if this facestrace-0.8.1.jar is compatible with Eclipse 3.2.2 and JBoss 4.2.1.GA and Seam 2.0.0.CR2 or not it states in the instructions to place the ft:trace/ tag at the end of your JSF file. Trying to use facestrace with main.seam, when I navigate to main.seam, I get the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to add authentication on JBoss home web site

2007-10-13 Thread PeterJ
You can either apply similar security settings to the root application, or you can remove the root application. The root application is located at server/xxx/deploy/jboss-web.deployer/ROOT.war, where 'xxx' is the configuration you are running. View the original post :

[jboss-user] [JBoss Seam] - Re: Binding Component to Backing Bean Property

2007-10-13 Thread matt.drees
That doesn't look like quite the same problem; it looks (from the stacktrace) like you have an @Out(scope=Conversation) somewhere. Try setting it to required=false; IIRC, that will prevent the IllegalStateException from being thrown when the context isn't available. View the original post

[jboss-user] [JBoss Seam] - Re: Binding Component to Backing Bean Property

2007-10-13 Thread matt.drees
Also, you might want to consider binding to an event-scoped component, not a session-scoped one. It's what the docs recommend, anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094943#4094943 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: UnKnow Error

2007-10-13 Thread btp2007
anonymous wrote : The only think I can think of is that there is another JSF jar file on you RedHat server that is being used inadvertently. To track this down, add the -verbose:class to the JAVA_OPTS in the run script and then examine the locations of the jar files for the classes loaded. You

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: UnKnow Error

2007-10-13 Thread btp2007
I can make it work. The result is difference between ant build on windows and Linux. On Windows: Ant build make the build are Folders. ie: kadoo.jar folder On Linux: Ant build make the build are file. ie: kadoo.jar file. So, I have to build project on Window and Deploy it in Linux. I didn't