[JBoss-user] [JBoss jBPM] - Tips with jBPM server's console

2006-04-16 Thread ehchn2
Hi, The jBPM console keeps on scrolling every few seconds. To me, this makes debugging difficult because I have to suspend the console everytime I need to view something there. And most of the time, I didn't manage to suspend it on time. Thus, I have to scroll back the screen. Does anyone has any

[JBoss-user] [EJB/JBoss] - Mbeans to monitor EJB

2006-04-16 Thread raogu
>From which Mbeans to get following data: JBoss 3.2 Stateless Session EJB, 4.0 Stateless Session EJB, 4.0 JCA Data Source and 4.0 EJB3 Metrics 1)Create Calls 2)Create Calls per Minute 3)Remove Calls 4)Remove Calls per Minute 5)Method-Ready Beans 6)PoolSize 7)MaxPoolSize View the original post

[JBoss-user] [JBoss jBPM] - Problem in Work flow Example......pls guide..

2006-04-16 Thread try_catch_finally
Hi all, I have created a simple work flow using jboss jpbm. i downloaded the jbpm-starters-kit-3.1 and worked on JBoss Eclipse IDE. The scnerio is :- Grover sends an interview requrest. Bert accpet the interview request and starts processing interview. Bert submits the interview feedback to HR(gro

[JBoss-user] [Security & JAAS/JBoss] - SPNEGO/Kerrberos SSO - Request.getRemoteUSer()

2006-04-16 Thread hpkolasani
I was able to get the Silent Authentication on Windows working based on " http://wiki.jboss.org/wiki/Wiki.jsp?page=NegotiateKerberos ". But, when I tried a request.getremoteUser() on a server side JSP code, I get 8 digit numeric value. I was expecting something like a 'mydomain\joe'. This num

[JBoss-user] [JBoss Seam] - Re: Session timeout notification via seam framework

2006-04-16 Thread markfrench
Is is possible to use an inteceptor so that each request has a check for a valid session then does some cleanup and a redirect to a given page? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937636#3937636 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [JBossWS] - Re: jbossws/jbossws14 dependency on Tomcat 5.5.16?

2006-04-16 Thread [EMAIL PROTECTED]
Temporarily, I have disabled the explicit dependence on a particular version of Tomcat (ie. 5.5.16). The upgrade to Tomcat 5.5.17 in Branch 4_0 is complete. I am doing it in HEAD right now. Since the webservice stack should not have any dependence on a particular version of Tomcat and rather b

[JBoss-user] [JBoss Seam] - Re: Dynamic Pageflow with Seam

2006-04-16 Thread ranik
Looks like a simple fix, would you be interested in taking a fix for this? If so, please let me know the preferred option for exposing this via API and how to submit the fix. 1. replace a specific pageflow by providing a new method - 'public void installPageFlowDefinition(String pathPageFlow)' -

[JBoss-user] [JBossCache] - Clear the cache in workstation automatically

2006-04-16 Thread ymlim75
User is accessing a jboss server. There will be some file being cache in the workstation. Is it any way or method can clear the cache in workstation automatically after the user has logged off View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937630#3937630 Re

[JBoss-user] [Beginners Corner] - Re: exception=java.io.OptionalDataException when running the

2006-04-16 Thread amry
A quick solution to this is to modify the current log4j.xml in the server conf directory. Just add the following entry into it and all should be fine: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937629#3937629 Reply to the post : h

[JBoss-user] [Installation, Configuration & Deployment] - Linux: start Jboss using port 80, must be a root?

2006-04-16 Thread javatwo
Linux: can I start Jboss using port 80 as a normal user? If using root, it is not safe. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937628#3937628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937628 --

[JBoss-user] [JBoss Seam] - what jars are required(and where) within a seam ear

2006-04-16 Thread mwkohout
Hello- I've been playing around with Seam for a while, but I'm having problems getting my test applications to work(mostly, I believe, because of classpath problems). Anyways, I was wondering-what jars need to be where in order to have a functional seam application on Jboss 4.04? thanks, Mike

[JBoss-user] [EJB/JBoss] - Re: StatefulSessionEnterpriseContext

2006-04-16 Thread minamti
Unfortunately, tuning the StatefulSession cache does not seem to solve the problem. Here are the statistics... Connections Created : 279556 Connections Destroyed: 279456 In Use Connection Count : 100 Beans Created: 279549 Beans Destroyed : 279452 At some point Managed Connections are not get

[JBoss-user] [JBoss Seam] - Re: Cannot get value for expression

2006-04-16 Thread dago
i got this result too View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937624#3937624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937624 --- This SF.Net email is sp

[JBoss-user] [Installation, Configuration & Deployment] - Remote client connecting to jboss application server

2006-04-16 Thread aron-smith
Hi, On my local network I have the application server on PC a 192.168.1.100 I have another PC on the same network whose jndi.properties I alter to be java.naming.provider.url=jnp://192.168.1.100:1099 I fired up my client app and had no problem accessing the 'server'. On a world wide web PC I

[JBoss-user] [JBoss Seam] - Re: URL Friendly Links

2006-04-16 Thread TrippCCN
I compiled from CVS and overwrote the old jboss-seam-ui.jar and still the same error. | 17:16:09,328 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception | org.apache.jasper.JasperException: /charities/find.jsp(1,1) The absolute uri: http://jboss.com/products/seam/taglib cannot b

[JBoss-user] [JBoss jBPM] - Re: problem running my process

2006-04-16 Thread kukeltje
uuhhhmmm... make sure jBPM, including the database, is correctly configured and just select one in the dropdown list (assuming you are using 3.0/3.1) Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937621#3937621 Reply to the post : http://www.jboss.c

[JBoss-user] [JBoss Messaging] - Re: JDBC persistence configuration examples?

2006-04-16 Thread rcdunn
In case this may influence analysis of the problem I am running this on Mac OS X 10.4.6, java version "1.5.0_05", jboss-4.0.4.CR2.zip, and setup the messaging environment using the create-messaging-config.xml in the jboss-messaging-1.0.0.Beta1.zip. View the original post : http://www.jboss.com

[JBoss-user] [JBoss Messaging] - JDBC persistence configuration examples?

2006-04-16 Thread rcdunn
I am trying to change the persistence store to PostgreSQL according to 5.2 in the JBossMessagingGettingStarted.pdf. anonymous wrote : JBoss Messaging is shipped with several pm configuration files for the most commonly used | database servers such as Oracle, mySQL or MSSQL. These files are l

[JBoss-user] [JBoss jBPM] - problem running my process

2006-04-16 Thread achilloman_jbpm
hi, using the getting started, and after that i've deployed my process, when i run it i can't log with the users i have defined in my process. there r still "cookie monster, ernie,.." what do i hav to do to log on in the first page "login.jsp" with my users??? View the original post : http://ww

[JBoss-user] [JBoss Seam] - How to use graphicImageDynamic with Seam?

2006-04-16 Thread Bitya_Mulder
I want to use graphicImageDynamic for dynamic images in an application using Seam. For testing it, I tried to implement the sandbox GraphicImageDynamicText example using Seam and Facelets. This component uses imageRendererClass param which must point to ?reference or a fully qualified class name

[JBoss-user] [JBoss Portal] - Re: Jboss & portal how to?

2006-04-16 Thread ErikT
Hmm. I get the feeling that Jboss Portal doesn't work with Jboss 4.0.4 yet. /Erik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937614#3937614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937614 --

[JBoss-user] [JBoss Portal] - Re: Jboss & portal how to?

2006-04-16 Thread ErikT
I have the exact same problem. Out-of-the-box Jboss 4.0.4.CR2 with Jboss Portal 2.2.1.RC3 Deployment seems to be ok, but when trying to access /portal through my browser, I get a 404 and the above server exception. /Erik View the original post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss Seam] - Re: NullPointerException in Class.forName help

2006-04-16 Thread bpatters
And my faces-config.xml | | http://java.sun.com/dtd/web-facesconfig_1_0.dtd";> | | | | success | /registered.jsp | | | | | | | org.jboss.seam.jsf.SeamPhaseListener | | | | |

[JBoss-user] [JBoss Seam] - Re: NullPointerException in Class.forName help

2006-04-16 Thread bpatters
my web.xml looks like the following: | | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee | http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";> | | |

[JBoss-user] [JBoss Seam] - Re: NullPointerException in Class.forName help

2006-04-16 Thread [EMAIL PROTECTED]
Do you have the Seam phase listener installed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937607#3937607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937607 --

[JBoss-user] [JBoss Seam] - Re: Sorry

2006-04-16 Thread [EMAIL PROTECTED]
change the JNDI pattern in web.xml. you should of course have mentioned what you changed in the original post! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937606#3937606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBoss Seam] - Sorry

2006-04-16 Thread urswag
jboss-seam-booking not bound ist the cause. I do not know where I have to configure it. I have changed the app name from seam-booking to booking. anonymous wrote : | | 2006-04-16 20:58:18,906 DEBUG [org.jboss.seam.Component] instantiating Seam component: login | 2006-04-16 20:58:18,906

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss Without Tomcat

2006-04-16 Thread mglause
You were right. Upon making my previous post I realized what I said didn't make sense so I started deleting files until I got down to a barebone setup. Then I had to modify the service file in jboss-ws4ee.sar/. Thanks for your help. View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss/Spring Integration] - Re: JBoss Hibernate+Spring Application Deployment (JNDI Prob

2006-04-16 Thread alesj
What do you mean only war? How did you then deploy Hibernate? btw: this forum is about different Spring stuff --> ejb3 + Spring read here: http://java.sys-con.com/read/180386.htm Rgds, Ales View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937603#3937603 Reply

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss Without Tomcat

2006-04-16 Thread mglause
If I'm not mistaken the URLDeploymentScanner is what is failing and if I remove that then my test EJB will note get deployed. This wouldn't be a problem if I knew how to manually deploy but I'm pretty new to JBoss and haven't been able to find out how to do that. | 12:08:22,471 INFO [EjbMod

[JBoss-user] [JBoss Seam] - NullPointerException in Class.forName help

2006-04-16 Thread bpatters
I've been basically trying to rewrite the seam example registration code for practice and have a nearly 100% identical version but the example version works but not my code. I can't seem to figure this one out, it can't seem to find the registerNewUser method of my Action Session bean. Below is

[JBoss-user] [JBoss Seam] - Re: @Conversational with s:link

2006-04-16 Thread lcoetzee
Regarding my comment about the Conversational error message: anonymous wrote : | One more question... does the Conversational create a faces error message to display to the user why he/she got redirected ? I know that you added this functionality earlier (which worked), but at this point I don

[JBoss-user] [JBoss Seam] - Re: URL Friendly Links

2006-04-16 Thread lcoetzee
You also need the jboss-seam-ui.jar (which also gets compiled when you build seam from CVS). This jar needs to be packaged in you WAR. L View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937599#3937599 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Seam] - Re: @Conversational with s:link

2006-04-16 Thread lcoetzee
Thanks Gavin. The fix did the trick ! Much appreciated. One more question... does the Conversational create a faces error message to display to the user why he/she got redirected ? I know that you added this functionality earlier (which worked), but at this point I don't see the message (alth

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss Without Tomcat

2006-04-16 Thread asack
So why don't you remove the pertinent modules then? I don't understand what your really trying to do. If you create stripped down version at install time and add what you need, it should be a cleaner appraoch. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[JBoss-user] [JNDI/Naming/Network] - Connect To Cluster

2006-04-16 Thread mglause
How do I connect to a JBoss cluster. I put the below in my jndi.properties file but lookups still fail. Thank you. java.naming.provider.url=jnp://128.10.247.109:1100/,jnp://128.10.247.109:1100/ | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937596#39375

[JBoss-user] [JBoss Seam] - Re: booking login problem

2006-04-16 Thread [EMAIL PROTECTED]
Full stack trace, please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937595#3937595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937595 --- This SF.Net email i

[JBoss-user] [JBoss Seam] - booking login problem

2006-04-16 Thread urswag
I try to build the booking seam example. I can build and deploy it. But after pressing the login button I get the error. | 2006-04-16 18:42:13,968 DEBUG [org.jboss.seam.jsf.SeamVariableResolver] resolving name: login | 2006-04-16 18:42:13,968 DEBUG [org.jboss.seam.Component] instantiating Se

[JBoss-user] [Clustering/JBoss] - Petstore

2006-04-16 Thread mglause
Is it possible to run the EJBs for the sun petstore demo on a JBoss cluster and then run the web application on a remote jboss server? I have the cluster setup with farming and now I'm trying to run the war files remotely but they're failing to lookup the ejbs in the cluster. Thank you. View th

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss Without Tomcat

2006-04-16 Thread mglause
If I just delete the tomcat directory within the deploy area I get an output like this: | C:\jboss-3.2.8.SP1\bin>run -c test | === | . | JBoss Bootstrap Environment | . | JBOSS_HOME: C:\jboss-3.2.8.SP1

[JBoss-user] [JBoss Eclipse IDE (users)] - Struts XDoclet integration

2006-04-16 Thread axelberle
I am trying to extend the Fibo-Tutorial (which is great) with Struts. The problem is that the XDoclet generated files get overwritten. To overcome this it is said to place certain files "in the merge dir". I cannot figure out where that would be. Can you tell me where is that merge dir? Thanks

[JBoss-user] [JBoss Seam] - Re: Session timeout notification via seam framework

2006-04-16 Thread [EMAIL PROTECTED]
A SESSION scoped Seam component with a @Destroy method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937588#3937588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937588 -

[JBoss-user] [JBoss Seam] - Re: error in booking-example: Client-id : _id0 is duplicated

2006-04-16 Thread [EMAIL PROTECTED]
This has been discussed here *many* times. It is a bug in MyFaces. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937587#3937587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937587 --

[JBoss-user] [JBoss Seam] - Re: tool for developping seam applications

2006-04-16 Thread javaos
if I do a little change on a class like adding an @out - annotation to a field, the ant compile process takes nearly ten seconds. Please tell me how you work (and which tools you use) if you develop a seam application. Help would greatly be appreciated View the original post : http://www.jboss

[JBoss-user] [JBoss Seam] - error in booking-example: Client-id : _id0 is duplicated in

2006-04-16 Thread javaos
you can reproduce the error by doing the following: 1.point your browser to the online booking example; url:"http://seam.demo.jboss.com/"; 2.login 3. press button "find hotels" 4. click (and position the cursor) in the input field for the search string 5. press "return" on your keyboard resu

[JBoss-user] [JBoss Seam] - Re: tool for developping seam applications

2006-04-16 Thread javaos
if I run ant with nothing changed after the previous run, ant tells me "compiling 142 sources". It takes three seconds. Do you also work like it's described in the howto? Or do you manage the whole .ear in eclipse? Thanks Matthias View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Portal] - non-en problem

2006-04-16 Thread gedel
Hello portal 2.2.1rc3. I create html page with russian letters in CMSadmin. When I look at ths page or retrieve it again in CMSAdmin I have ?? instead ru-letters?. What I have to do? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937579#3937579

[JBoss-user] [JBoss Seam] - Re: tool for developping seam applications

2006-04-16 Thread [EMAIL PROTECTED]
...and what was missing there ? (btw. ant normally only compiles the *diff* which should not be too heavy) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937577#3937577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393

[JBoss-user] [JBoss Seam] - tool for developping seam applications

2006-04-16 Thread javaos
the howto "http://wiki.jboss.org/wiki/Wiki.jsp?page=UseJBossEclipseIDEToDoJBossSeamsBookingExample"; shows how to debug a seam application inside eclipse. But if I develop this way, after making a change I have to run ant, which takes a lot of time compiling all sources. Can anybody tell me whi

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-16 Thread [EMAIL PROTECTED]
Oh and don't forget to refer to this thread in your email. Thanks again, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937575#3937575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937575 --

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-16 Thread [EMAIL PROTECTED]
Shi Yusen, Please send a private email to Tom to further handle this. Thanks, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937574#3937574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937574 ---

[JBoss-user] [JBoss jBPM] - Re: Class Browse Button/Dialog not working

2006-04-16 Thread [EMAIL PROTECTED]
This is a weird exception. Could this be in a workspace that was created with another Eclipse version? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937573#3937573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBoss Seam] - Session timeout notification via seam framework

2006-04-16 Thread markfrench
Is is possible to be notified when a given users http session has timed out? This is so that I can be perform a JAAS logout and some cleanup. Or is my only options a HTTPSessionListener implementation? Cheers Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi