[jboss-user] [JBoss Seam] - Re: PhaseListener in Seam 2.0

2008-01-21 Thread wachtda
If I get the context via FacesContext I have exactly the same issues: | @Observer("org.jboss.seam.beforePhase") | public void beforePhase() { | try { | //FacesContext context = event.getFacesContext(); | FacesContext context = Fa

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-21 Thread NSchweig
Hello, sorry but I had not the possibility to answer at an earlier time. I tried now this: My computer is linked with a dsl-router so the computer has the ip-address: 192.168.2.20 I unlinked the computer and so it has not an ip address. I restarted jboss and tried it again with localhost:8080.

[jboss-user] [JBoss jBPM] - Re: Jbpm with tomcat and postgresql

2008-01-21 Thread mputz
the datasource configuration is with the jbpm-ds.xml file is something that only works if you deploy to JBoss AS. Please have a look at the http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnTomcat wiki, and pay special attention to the configuration of hibernate.cfg.xml as outlined in section 2.3

[jboss-user] [JBoss Seam] - Re: problem with multiple seam component jars in a WAR

2008-01-21 Thread zjsun
then, any idea about solving my problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122059#4122059 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122059 ___ jboss-user mai

[jboss-user] [JBoss jBPM] - Re: problem while deleting processInstance

2008-01-21 Thread dleerob
I am having the same problem. Some of my process instances can't be deleted, and I get that same exception. I can't even delete the whole process definition, as it fails when trying to delete the process instance. Others seem to delete fine though. Did you manage to sort out this problem? And if

[jboss-user] [JBoss Seam] - Re: expression language empty parameter

2008-01-21 Thread nickarls
By looking at the code, no way since the methods can be called in arbitrary order. But you can check it programmatically with Conversation.getInstance().isLongRunning(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122058#4122058 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: context variable not instance of component

2008-01-21 Thread nickarls
Multiple beans with same name/jar duplication? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122056#4122056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122056 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: PhaseListener in Seam 2.0

2008-01-21 Thread nickarls
I don't think the signature of the event listener should be like that. It's not really a part of the JSF lifecycle so event is going to be null always in your case. Access the faces context from FacesContext.getInstance() (or whatever the real syntax was). View the original post : http://www.j

[jboss-user] [JBoss Seam] - Re: Long running conversation

2008-01-21 Thread nickarls
It might be that the conversation is promoted to long-running later in the lifecycle (after the debug statement). Tried putting output on the view? But I can't really say why the "bean" isn't picked up. It should be there, since conversation=request if it's not long running. The @Conversational

[jboss-user] [JBoss Seam] - Re: PhaseListener in Seam 2.0

2008-01-21 Thread wachtda
Thank you for the hint with the observer. I'm created a Seam-Component with a observer for org.jboss.seam.beforePhase. It works, but I get always an error: | 08:13:04,936 ERROR [STDERR] java.lang.NullPointerException | 08:13:04,937 ERROR [STDERR] at com.solarmax.scratchbook.action.TrimU

[jboss-user] [JBoss Seam] - Re: problem with multiple seam component jars in a WAR

2008-01-21 Thread nickarls
Well, I'm no expert but I'm guessing that the same classloader that picks up persistence.xml need to see all the entities that should be used by that persistence context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122050#4122050 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: Is there an alternative to form submissions with Seam?

2008-01-21 Thread nickarls
/me has a vision of Pete jumping up and down shouting "THEY DON'T SUBMIT THE FORM. THEY SHOULDN'T" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122049#4122049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122049 ___

[jboss-user] [JBoss Seam] - Re: authenticator.authenticate called several times

2008-01-21 Thread nickarls
There has been some threads on this and it's clarified in the 2.0.1CR1 manual: 13.4.2.2. Special Considerations When writing an authenticator method, it is important that it is kept minimal and free from any side-effects. This is because there is no guarantee as to how many times the authentic

[jboss-user] [JBoss Seam] - Re: authenticator.authenticate called several times

2008-01-21 Thread terryb
in my case, when authenticate fails it is invoked 3 times; and when authenticate is successful it is invokved 2 times. it seems like a bug, hopefully we get some reply on this soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122047#4122047 Reply to the

[jboss-user] [JBoss Seam] - Re: authenticator.authenticate called several times

2008-01-21 Thread msystems
Yes, I have the same problem ! When authenticate fails it is invoked two times - must be a bug? When authenticate is successful it is invoked one time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122046#4122046 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Tools (users)] - Re: Error when opening richfaces file in Eclipse with Fedora

2008-01-21 Thread [EMAIL PROTECTED]
yes - don't use gcj. Use a java certified implementation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122045#4122045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122045 __

[jboss-user] [JBoss Portal] - Re: JSF RI Portlet with JBoss Portal 2.6.3??

2008-01-21 Thread viggo.navarsete
great mimra!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122044#4122044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122044 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Tools (users)] - Re: Error when opening richfaces file in Eclipse with Fedora

2008-01-21 Thread kjack
I decided to just download eclipse form eclipse.org and also Java 6 instead of the using the ones that came with Fedora. Now it all works fine, thank you for your suggestions though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122043#4122043 Reply to th

[jboss-user] [JBoss jBPM] - Re: not showing task instance view

2008-01-21 Thread surja
hi ronald, this is XHTML code for a node,plese suggest whether I have edit it or not http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"; > | | | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:c="http://java.sun.com/jstl/core";

[jboss-user] [JBoss Seam] - Re: Gravel in Seam 2

2008-01-21 Thread ar.mohseni
tanx david my problem resolved when i use gravel 1.0.2. tanx a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122039#4122039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122039 __

[jboss-user] [JBoss jBPM] - Re: not showing task instance view

2008-01-21 Thread surja
Hi ronald, Thanks for your co-operation...but it will be really helpful if you simplify your suggestion .as I am new to this field and quite unware of jargonsplease direct a simplify route to solve the problem. View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Messaging] - Secure Queue implementation in JBoss 4.0.2.GA

2008-01-21 Thread anupamkakade
Hi, I am new to JBoss and using JBoss 4.0.2.GA. I am trying a lot to do a secure queue implementation . but not getting any usefull article for the same . Please help me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122036#4122036 Reply to the post : htt

[jboss-user] [JBoss Seam] - Is there an alternative to form submissions with Seam?

2008-01-21 Thread ristretto
I'm having trouble getting a Conversation to work correctly with a However, I can get the app to function correctly with a The problem is that the doesn't send the form data. Is there a way to get the form data sent into the context with a with just JSF, Facelets and Seam? View the ori

[jboss-user] [JBoss Seam] - Re: Simple Question: How do you submit a form with JSF and

2008-01-21 Thread ristretto
OK Matt, thanks for the reply. | http://labs.jboss.com/jbossseam/faq/#get | Is this the FAQ item? It talks about SeamRedirectFilter in web.xml. I'm not 100% sure my problem needs this solution. Am I on the right track? View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - authenticator.authenticate called several times

2008-01-21 Thread terryb
Since upgrading to seam 2.0.0GA, my authenticator.authenticate is invoked several times rather than just once. There are no error. wondering if anyone else had similar problem or got any clues? | login.xhtml | | | | | |

[jboss-user] [JBoss Seam] - Re: problem with multiple seam component jars in a WAR

2008-01-21 Thread zjsun
my WAR looks like : - | my-application.war/ | META-INF/ | MANIFEST.MF | WEB-INF/ | web.xml | components.xml | faces-config.xml | pages.xml | lib/ | jb

[jboss-user] [JBoss jBPM] - Is it possible to display a metrics dashboard in jBPM ?

2008-01-21 Thread surja
hi, I want to develop a graphical dashboard(bar chart,pie chart) from raw data ,through jBPMIs it possible to do by jBPM .If it's possible then please refer a procedure or a tutorial... regards, surja View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Portal] - Re: https starting up on wrong port

2008-01-21 Thread advaittrivedi
hi peter, I tried both 1) and 2), but no results :( with 1) server*.xml appears again with same port with 2) no other files apart from server*.xml contains 24364 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122029#4122029 Reply to the post : http://www.jb

[jboss-user] [JBoss jBPM] - Jbpm with tomcat and postgresql

2008-01-21 Thread jobu
Please help me to know steps, 1.integrate jbpm with postgresql ? 2. and deploy that project in tomcat ? I have done the following things 1.placed all jar files of ant,clover,dom4j,hibarnate,JBoss,Jbpm in WEB-INF/lib 2.hibernate.cfg.xml, jbpm.cfg.xml, jbpm.properties, jbpm-ds.xml, log4j.prop

[jboss-user] [JBoss Seam] - Re: Simple Question: How do you submit a form with JSF and

2008-01-21 Thread matt.drees
Binding jsf components to conversational beans is problematic. I think the FAQ talks about it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122026#4122026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122026 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How does JBoss 4.2.2 resolve DNS Names

2008-01-21 Thread forumer
JBoss 4.2 on Windows Server 2003 How does JBoss-4.2 resolve DNS names - in creating InitialContext or in other uses? I understand that one could use a property DNS_URL to specify a DNS to resolve these names by. But we have not set this property but the names are still resolved successfully! I

[jboss-user] [JBoss Seam] - Re: problem with multiple seam component jars in a WAR

2008-01-21 Thread zjsun
my WAR looks like : - | my-application.war/ | META-INF/ | MANIFEST.MF | WEB-INF/ | web.xml | components.xml | faces-config.xml | pages.xml | lib/ | jb

[jboss-user] [JBoss Seam] - Re: User Confirmation Dialog

2008-01-21 Thread thejavafreak
You can use rich modal dialog. Check the richfaces doc for how to use it. cheers, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122021#4122021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122021

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Porting JBPM to run on JBoss 4.0.4GA with PostgreSQL

2008-01-21 Thread want2learn
i also met with this problem! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122020#4122020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122020 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - problem with multiple seam component jars in a WAR

2008-01-21 Thread zjsun
i want to divide my web application into some modules, so i have some seam component jar each with Entity classes, my problem is that Entity in module jar can not be loaded or mapped by JPA, why? my WAR looks like : - | my-application.war/ | M

[jboss-user] [JBoss Seam] - User Confirmation Dialog

2008-01-21 Thread vasana
Hi, Is there any simple way in Seam to allow the application user to answer a confirmation dialog box. For example user needs to answer yes/No conformation message before deleting an item in a list. Is it possible to do with out using direct Java script Thanks in advance View the original post

[jboss-user] [JBoss Seam] - Simple Question: How do you submit a form with JSF and Seam

2008-01-21 Thread ristretto
such that the Conversation context is maintained. I have tried every variation of I can think of. I have data going into the form like this It's wrapped by a and there's a I can't possibly type in all the differen

[jboss-user] [JBoss Seam] - Re: Bug in Seam Skeleton App (Hibernate Code Generation tool

2008-01-21 Thread albertme
You should add the primary keys to ur tables. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122015#4122015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122015 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Can anyone provide a reference for seam in a financial /

2008-01-21 Thread [EMAIL PROTECTED]
I suggest you contact sales at Redhat/JBoss. I know there are financial institutions using Seam because I just got back from a week of training/consulting for a reasonable sized bank implementing multiple internal applications in Seam. I'm pretty sure I'm not allowed to discuss Red Hat custom

[jboss-user] [JBoss Seam] - Unit testing Seam pageflow

2008-01-21 Thread thejavafreak
Dear all, Does any one has any hints on doing unit test on Seam pageflow? I could not find the method for doing this at BaseSeamTest. I found it very difficult to test the pageflow straight from the screen. Could anyone share their experience with this? Thanks in advance, View the original po

[jboss-user] [JBoss Seam] - Re: task/process id may not be null

2008-01-21 Thread thejavafreak
Why don't you call startDemo() straight from the JSF menu? Is there any particular reason for not doing that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122008#4122008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: task/process id may not be null

2008-01-21 Thread thejavafreak
Why don't you call startDemo() straight from the JSF menu? Is there any particular reason for not doing that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122009#4122009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: task/process id may not be null

2008-01-21 Thread thejavafreak
Why don't you call startDemo() straight from the JSF menu? Is there any particular reason for not doing that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122008#4122008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: Can anyone provide a reference for seam in a financial /

2008-01-21 Thread thejavafreak
I think that most problem that financial industry will face is that they already have/invested in an Appserver namely like Websphere and Weblogic. And most of them already have JDK 1.4 installed. This is a challenge because most of them don't want to replace their existing appserver and the JDK

[jboss-user] [JBoss Seam] - Seam for T5

2008-01-21 Thread thejavafreak
Hi all, Seam integration with Tapestry 5 is available in Tacos 5. http://tacos.sourceforge.net/tacos5/tacos-seam/index.html This is great news as there are more and more people incorporate their framework with Seam. Hopefully there will be more frameworks outthere to be plugged with Seam and t

[jboss-user] [JBossCache] - Re: Is there such ability in JBoss cache?

2008-01-21 Thread [EMAIL PROTECTED]
See http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/2.0.0.GA/JBossCache-UserGuide/en/html_single/index.html#d0e3360 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122003#4122003 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Creating Seam iText PDF: Linebreak in p:table cell

2008-01-21 Thread [EMAIL PROTECTED]
Put the text in a p:paragraph. | | | - | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122002#4122002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122002 _

[jboss-user] [JBoss Seam] - Re: Still confuse on usage of page param, help please!

2008-01-21 Thread [EMAIL PROTECTED]
The page params are actually needed, the reason it was still working when you commented them out is because I'd originally used @RequestParameter params and forgot to remove them. I've fixed up the example in CVS so it should make more sense now. View the original post : http://www.jboss.com/

[jboss-user] [JBoss jBPM] - Re: problem when traversing to end state

2008-01-21 Thread twiceknightly
I think this is an important issue and needs to be resolved because it's a fairly common scenario in any type of serious work to use CMT via EJB. Searching the forum it has caught a lot of people trying to do serious development and there isn't any official work around. It seems as if it just

[jboss-user] [JBoss Seam] - Long running conversation

2008-01-21 Thread ristretto
I have this Seam POJO Action @Name("bean") @Scope(ScopeType.CONVERSATION) @Conversational public class BeanAction implements Serializable { @Begin(join=true) @Create public void create(){ log.debug("Starting Conversation id: "+ Conversation.instance().get

[jboss-user] [JBossWS] - Re: Throws exception in WS (back to remote client) without g

2008-01-21 Thread mjhammel
This is still a problem for me, and I'm hoping someone has a pointer as to how I can get rid of the server side stack trace's when I generate an application exception in my web service. Here is the Web Service: package com.cei.crunch.server.ws.KernelServices; | | import javax.ejb.*; | im

[jboss-user] [JBoss Portal] - Re: https starting up on wrong port

2008-01-21 Thread PeterJ
Well, I have tried everything I can think of and I have yet to get a *server*.xml file to show up in the tmp directory. Some things you could try: 1) Stop server, delete tmp directory, start server, and see if the *server*.xml file reappears in tmp, and if it still uses 24364 for the post. (I'm

[jboss-user] [JBoss Seam] - context variable not instance of component

2008-01-21 Thread cdiggins
I am having a strange issue in which none of my beans can be accessed. On the first request to the server that is for one of the beans, I get the following error: | java.lang.IllegalArgumentException: value of context variable is not an instance of the component bound to the context variable

[jboss-user] [JBoss Portal] - Re: Access and display content stored in CMS

2008-01-21 Thread [EMAIL PROTECTED]
Few hints: You can always use the CMS ContentGetCommand to retrieve the HTML. You can also create a URLCommandMapper that does it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121992#4121992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Portal] - Re: Access and display content stored in CMS

2008-01-21 Thread PeterJ
I do not think you can do what you want. See the discussion at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=120865 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121988#4121988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: expression language empty parameter

2008-01-21 Thread EverlastX1
Finally ! I found out the the bean behaved "Stateless" although I did annotate it as Stateful, no wonder it didn't work, I just found it out by coincidence. After changing it from conversation scope to the Session scope it suddenly worked like a charm ! The Conversation was over for seam afte

[jboss-user] [JBoss Seam] - Re: expression language empty parameter

2008-01-21 Thread EverlastX1
Finally ! I found out the the bean behaved "Stateless" although I did annotate it as Stateful, no wonder it didn't work, I just found it out by coincidence. After changing it from conversation scope to the Session scope it suddenly worked like a charm ! For Seam the Conversation was over after

[jboss-user] [JBoss Seam] - Re: Servlets in long running conversations

2008-01-21 Thread andrey.chorniy
Confirmed - it doesn't work. In the stacktrace for the servlet I see the ContextFilter, but it is failed to get anything related to the "Conversation-Context" via the Component.getInstance() One more addition - I use the Tomcat 5.5 + Seam 1.2.1GA + Can anybody confirm that ContextFilter works

[jboss-user] [EJB 3.0] - Re: Persistence unit dependency failure on deploy

2008-01-21 Thread Interista
Did you find a solution to this? Struggeling with the same problem trying to inject the Entitymanager in the business.jar from the weblib.jar... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121982#4121982 Reply to the post : http://www.jboss.com/index.htm

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

2008-01-21 Thread wfsaxton
Anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121981#4121981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121981 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Seam] - Re: Ear with multiple web modules - problem with components.

2008-01-21 Thread reind
Ugly workaround: Everything works as expected if I: 1) start Jboss as normal 2) undeploy my ear (move it to a temp dir) 3) redeploy it (move it back into the deploy dir) Note. for this to work I must also package those extra dummy jars (they only have 1 file - seam.properties). But, if I just s

[jboss-user] [JBoss Seam] - Re: Seam component not getting called when in default conver

2008-01-21 Thread bludginozzie
My problem is that nextPage() is not getting called when I put the action in default conversation scope. The scope of the pageNo (or use as a hidden field) shouldn't make a difference to this but I tried it just to make sure. Do you have any ideas as to why nextPage() is not getting called? I

[jboss-user] [JBoss Seam] - Ear with multiple web modules - problem with components.xml

2008-01-21 Thread reind
I'm in the process of migrating from seam 1.2 to 2.0.1CR1 and I've run into a problem. My application is packaged as an ear, with multiple web modules (each with their own components.xml, pages.xml, etc). The java classes used by all web modules are packaged in a single jar. | my-application

[jboss-user] [Security & JAAS/JBoss] - Re: Form Based Authentication with Stylesheet

2008-01-21 Thread jahratero
Hey everybody, I know what the issue was. In my web.xml I declared a security-constraint in which I gave up that all my web contents are secured! And my CSS and images are secured. So by the time the loginpage request the CSS it will never get it because you're not authenticated yet. View the o

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

2008-01-21 Thread tongz
The exception I got is xml validation problem, which occurs while deploying the process definition. JIRA issue filed. Regards, Tong View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121969#4121969 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: using JPA vs. Hibernate with SEAM apps

2008-01-21 Thread nickarls
the EntityManager has a getDelegate() method that returns an Object that can be cast to the underlying providers (e.g. Hibernate) Session or similar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121966#4121966 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Messaging] - How Do I Run JBoss Messaging TestSuite in Q1 2008

2008-01-21 Thread cmagidcmagid
My goal is to get some version of JBM unit / integration tests working. I am trying to run the JBoss Messaging Functional tests by following the instructions on: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingBuildInstructions. tangent: If these are out of date and there are

[jboss-user] [JBoss Seam] - Re: using JPA vs. Hibernate with SEAM apps

2008-01-21 Thread asookazian
"[EMAIL PROTECTED]" wrote : Even when using JPA, it is still possible to reach down to get Hibernate if you need something from it. (assuming Hibernate is your persistence provider, that is) I think I'd always start with the JPA interfaces. what do you mean by "reach down to get Hibernate" ex

[jboss-user] [JBoss Seam] - Re: Font family support with Seam PDF

2008-01-21 Thread xshuang
Good afternoon Norman, Thanks a lot for your help. I shall also have looked at the reference book in details. Now it works fine. Have a nice day! Best regards, Sheng View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121961#4121961 Reply to the post : http:/

[jboss-user] [Clustering/JBoss] - Re: Load-balancing is not happening in cluster

2008-01-21 Thread [EMAIL PROTECTED]
Using MarshallingInvokerInterceptor will make no difference; the relevant behavior is inherited from superclass InvokerInterceptor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121960#4121960 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Creating Seam iText PDF: Linebreak in p:table cell

2008-01-21 Thread brachie
Hi, no idea how to solve this problem? I know that the problem is very special but I have no idea how to solve it. Maybe writing an EL-function for converting the date is possible, so I could avoid a linebreak: | ? Regards, Alexander View the original post : http://www.jboss.com/inde

[jboss-user] [Clustering/JBoss] - Re: Load-balancing is not happening in cluster

2008-01-21 Thread azheludkov
Brian thanks for a lead. But I still am wondering if it possible to turn off default rerouting from remote to local ejb call without writing custom interceptor. I found in JBoss documentation that it possible by modifying standardjboss.xml file: clustered-stateless-unified-invoker

[jboss-user] [Security & JAAS/JBoss] - NullPointerException @ DatabaseServerLoginModule.java:141, J

2008-01-21 Thread jahebe
Hello, all. I'm having some problems with the DatabaseServerLoginModule and would appreciate any help, as the logged error messages do not tell me much: DataSource | | http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd";> | | | FluxMonClockerDS | | |

[jboss-user] [JBoss Seam] - task/process id may not be null

2008-01-21 Thread QPool.Char
Hello, i m using Seam 2.0 in production-development. We have a small problem here, and it would be nice if anyone could help me out. There is a method which is called by a JSF-Menu | public String startDemoWorkflow() { | resumeDemo.startDemo(); | resume

[jboss-user] [JBoss Seam] - Re: using JPA vs. Hibernate with SEAM apps

2008-01-21 Thread [EMAIL PROTECTED]
Even when using JPA, it is still possible to reach down to get Hibernate if you need something from it. (assuming Hibernate is your persistence provider, that is) I think I'd always start with the JPA interfaces. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Seam] - Still confuse on usage of page param, help please!

2008-01-21 Thread gus888
Hi, I reviewed the seamspace example and tried to understand how and when to use page parameter, but I still get confused. After I commented the following page parameter codes, I couldn't find any performance difference(including bookmarkable page). Anybody can tell me the purpose of using pag

[jboss-user] [JBoss Portal] - Re: Access and display content stored in CMS

2008-01-21 Thread sjewett
My portlet class looks like this: | public class RetailMarketingPortlet extends GenericPortlet { | |protected void doView(RenderRequest rRequest, RenderResponse rResponse) throws PortletException, IOException, UnavailableException |{ | rResponse.setContentType("text/html"

[jboss-user] [JBoss Portal] - Access and display content stored in CMS

2008-01-21 Thread sjewett
Hi All, My environment info: JBoss App Server 4.2.2 GA JBoss Portal 2.6.3 GA (binary, not bundled) Windows XP Oracle 9i database My question: I've written a simple portlet (extends GenericPortlet). I also have an html page stored in the CMS. How do I display my html page as content in my po

[jboss-user] [Messaging, JMS & JBossMQ] - Recover Exception after Rollback in JMS

2008-01-21 Thread tpollak.ar
Hello, I have the following problem. I'm using a JMS Queue and a MDB to process asynchronous operations. The MDB runs in a transaction environment, so that the operations are committed or rolled back automatically. If the process raises an exception, being transactional, the JMS Message is rede

[jboss-user] [JBoss Tools (users)] - Re: model -> action dependencies in seam module

2008-01-21 Thread nickarls
"[EMAIL PROTECTED]" wrote : "classloader requirements that aren't there when you are still in Eclipse" why should they be different when using an ide ? No IDE I know have magical superpowers ,) | I was referring to a model -> action dependency which resolves fine in Eclipse (since both are s

[jboss-user] [JBoss Seam] - Re: using JPA vs. Hibernate with SEAM apps

2008-01-21 Thread nickarls
Personally I use the "standards first"-approach. You can probably cover 90+% of your needs with JPA and for the rest you can easily fall back on Hibernate-extended annotations or the Hibernate session. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121938#412

[jboss-user] [JBoss jBPM] - Re: not showing task instance view

2008-01-21 Thread kukeltje
look the the part AFTER the or in my previous post. btw... you cannot break your firewall? Your browser needs to do outgoing http so http is possible. Just allow java.exe to do outgoing http as well View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121936#41

[jboss-user] [JBoss jBPM] - Re: problem when traversing to end state

2008-01-21 Thread kukeltje
well... could be just a bug in jBPM then. Please file a jira issue and well see. But if you can find the real cause so the workaround mentioned in the other topic is not needed any more would be even better :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JCA/JBoss] - Re: ManagedConnectionFactory.setLogger

2008-01-21 Thread iit
How do I disable setting the logger at the MCF? If I cannot disable it then it's a bug in JBoss because once a logger has been set, the MCF logs everything like create/matchManagedConnection etc. That creates huge output in the server log. A standard JCA resource adapter does not need to implem

[jboss-user] [JBoss jBPM] - Re: Problem with managed beans

2008-01-21 Thread kukeltje
anything where the normal classloaders can find it (so not the processclassloader). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121931#4121931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121931 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Alternative to adding virtual host in jboss-web.xml

2008-01-21 Thread btomasini
I am looking for a way to configure a virtual host for a war that does not involve the WEB-INF/jboss-web.xml file (via the jboss-web/virtual-host element). I would like to keep this kind of environmental data out of the application and in the server config itself. Is there a way to accomplish

[jboss-user] [JBoss Seam] - Can anyone provide a reference for seam in a financial / ban

2008-01-21 Thread john.curtin
Hi all, We have a client who is very impressed with and interested in using Seam on our next development project but they are also concerned that the technology may be too 'new' to be stable and therefore safe to use in a banking environment. The applications that we're talking about are not t

[jboss-user] [JBoss Seam] - using JPA vs. Hibernate with SEAM apps

2008-01-21 Thread asookazian
according to EJB3 in Action by Debu et al, "JPA is now the standard API to build the persistence tier for applications." - pg. 533 What are the advantages/disadvantages of using Hibernate (e.g. Session interface) vs. JPA (e.g. EntityManager interface) knowing that JPA is a sub-set of Hibernate

[jboss-user] [Clustering/JBoss] - Re: Load-balancing is not happening in cluster

2008-01-21 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClusteringFAQ "Why are calls between clustered session beans not load balanced even though load balancing policy is Round Robin?" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121923#4121923 Reply to the post : ht

[jboss-user] [JBoss Portal] - Re: Get Client IP address

2008-01-21 Thread thepriz
A little more information. I tried to use request.getRemoteAddr() in my jsp page to retrieve the ip address but this is returning null. Any more hints to what I could do to make this work correctly would be great. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [Clustering/JBoss] - Load-balancing is not happening in cluster

2008-01-21 Thread azheludkov
Does anybody know why stateless EJB is executed always on the node where client resides and is never load balanced? I have successfully configured a two-node JBoss cluster, and deployed an EJB module to the cluster. When running the test client to invoke the EJB, all requests are always servic

[jboss-user] [JBoss Tools (users)] - Re: Using Seam 2.0.1.CR1 with JBoss Tools 2.0.0.GA

2008-01-21 Thread [EMAIL PROTECTED]
JBoss tools is *not* preconfigured to Seam 1.2; only JBoss Developer Studio has that preconfigured. Both can use Seam 2, you just need to choose Seam 2 and not Seam 1.2 in the new project and/or runtime setup. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Tools (users)] - Using Seam 2.0.1.CR1 with JBoss Tools 2.0.0.GA

2008-01-21 Thread jskillings07
Hi all, I am currently learning Seam, and thought I would use the JBoss Tools 2.0.0.GA instead of using the command line "seam setup". During the installation, I noticed that out of the box, JBoss Tools 2.0.0.GA is configured with Seam 1.2 run time and does not allow it to run with Seam 2.0.1.

[jboss-user] [JCA/JBoss] - Re: ManagedConnectionFactory.setLogger

2008-01-21 Thread vickyk
"iit" wrote : | Any hints? | Thanks, | Andreas Mueller | (SwiftMQ) I see this code setting the logger on the ManagedConnectionFactory | // Give it somewhere to tell people things | String categoryName = poolingStrategy.getManagedConnectionFactory().getClass().getName() + "." +

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How set request timeout?

2008-01-21 Thread bunkenburg
Hello people I am wondering how to set the request timeout for servlets in Apache+mod_jk+JBoss4.2.2. We are using Apache (prefork) 2.2 with mod_jk 1.2.25 on RedHat5, with JBoss 4.2.2. Sometimes our servlets take a long time in replying. I would like to configure a timeout. If a servlet takes

[jboss-user] [Performance Tuning] - Re: Tracking memory usage

2008-01-21 Thread doktora
This is a very helpful community. Nicely tucked away and not so easy to find: http://jira.jboss.com/jira/browse/JBPROFILER-50 Will see if it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121908#4121908 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Messaging] - Re: JBoss AS 4.2.2 GA with JMS 1.4.0.SP3 with JDK 1.4.2 clie

2008-01-21 Thread jkwalnutCC
Any suggestions on how to bridge the JMS 1.4 server into an application running JDK 1.4.2 with a 1.0.1.SP5 JMS client? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121906#4121906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Dedicated Oracle Connection per User, but using global User/

2008-01-21 Thread odo
Hi all, I´m trying to configure JBoss 4.2.2.GA to use a dedicated Oracle Connection per User. I´ve tried to convince JBoss, but with no success so far. I need this, because our DBA designed the Database (a lot of PL/SQL Code for Calculations) with Oracle Sessions. He stores there some p

[jboss-user] [JBoss Seam] - Re: Font family support with Seam PDF

2008-01-21 Thread [EMAIL PROTECTED]
Sorry - it looks like the example there wasn't updated use name="courier" as shown right before that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121902#4121902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121902

[jboss-user] [JCA/JBoss] - Re: Destroying connection that could not be successfully mat

2008-01-21 Thread daphnaw
Hi Vicky, MCF's matchManagedConnection(..) method receives a single ManagedConnection object (argA), a subject, and a ConnectionRequestInfo object ("argC"). While debugging, I've seen that the ConnectionRequestInfo retrieved from the ManagedConnection ("argA") is different from the ConnectionRe

  1   2   3   >