[jboss-user] [JBoss jBPM] - Re: how list all tasks?

2007-09-02 Thread kukeltje
what happens if you try an actor of '%' or '*' or likewise View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080337#4080337 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080337 ___

[jboss-user] [JBoss jBPM] - Re: attach javascript to jpdl generated task form save butto

2007-09-02 Thread kukeltje
if it is jsp, you probably do not use the jsf tags. In that case it is like any other jsp page which includes javascript View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080338#4080338 Reply to the post :

[jboss-user] [JBossWS] - How to configure APache CXF with JBossws stack.

2007-09-02 Thread vashistvishal
Are their any notes or instructions somewhere, where i can find how to configurs Apache CXF with Jbowss 2.0.1 stack. Anyone who has done this. Vishal View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080340#4080340 Reply to the post :

[jboss-user] [JBoss jBPM] - Sender address rejected: need fully-qualified address

2007-09-02 Thread wadisnake
Hello, I am trying to run a simple app with email sending made like (node enter event) : |mail to=[EMAIL PROTECTED] | subjectHello/subject | text Test/text |/mail | but the problem is : | javax.mail.SendFailedException: Sending failed; |

[jboss-user] [JBossWS] - Re: SSL Authorization

2007-09-02 Thread nathandennis
I have the same error. i was trying to connect a mailSession to a server running TLS on a self signed cert. not sure if i'm missing something. ive read the wiki associated with installing the keys a couple times. i tried specifying the truststore and passing it a password in the run.conf. any

[jboss-user] [JBossWS] - Re: SSL Authorization

2007-09-02 Thread nathandennis
nevermind that... i blame confusion on being up for three days straight trying to overcome the laws of chaos that have been attacking my brainchild. (because i can't blame myself :) i had mistakenly put keyStore in the java param instead of trustStore... bravo for a good tip even though i

[jboss-user] [Beginners Corner] - Thread issue in Application server.

2007-09-02 Thread shankha
I have one application talking with different hardware devices like reader to read RFID Tag Data or continuously update status of the RFID printers and print Tags. This application runs on lots of THREAD. And it is running as a seperate unit as a standalone Java program. Now I want to deploy

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to use application owns log4.properties in JBoss 3.2

2007-09-02 Thread sirji
Have you tried http://wiki.jboss.org/wiki/Wiki.jsp?page=Log4jRepositorySelector ? It worked for us.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080349#4080349 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080349

[jboss-user] [Beginners Corner] - Custom MBean

2007-09-02 Thread shankha
Can I write my own MBean and register it in the MBean server? Basicallty I want to manage moniter control my application through MBean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080350#4080350 Reply to the post :

[jboss-user] [Beginners Corner] - jboss 4.0.5 to jboss 4.2.1 simple question

2007-09-02 Thread mjhn
Why has commons-httpclient.jar had org.apache.commons.httpclient.util.Base64 removed. There is jboss-common.jar org.jboss.util.Base64 seemingly offering the sameish api The license.txt states the same version is used though its been modified. It makes portability difficult. What should I be

[jboss-user] [JBoss Seam] - @Create vs. @Factory

2007-09-02 Thread jiangliu
Hi gurus, I have a question about @Create and @Factory, could anyone explain what exactly the difference between these two? and also, when i want to initialize some stuff, there are actually 3 ways to do it: * use @Create * use @Factory * edit pages.xml So could anyone tell me what the

[jboss-user] [Beginners Corner] - Re: jboss 4.0.5 to jboss 4.2.1 simple question

2007-09-02 Thread mjhn
Ok I see its been deprecated. My mistake. Regards Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080355#4080355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080355 ___

[jboss-user] [JBossWS] - Re: Strange - Entry Point not receive WS Message data

2007-09-02 Thread ronari2
| env:Envelope xmlns:env=http://schemas.xmlsoap.org/soap/envelope/; | env:Header | env:ZHeader UID=3cbb22bd:1147cceacb0:-8000 UserName=[EMAIL PROTECTED]/ | /env:Header | env:Body | ns1:message xmlns:ns1=http://model.login.ep.ws.asbl.zoomix.com/;

[jboss-user] [JBoss Portal] - CacheManager

2007-09-02 Thread karthiks
Hello, User Environment: Application Server: jboss-4.2.1.GA Database: PostgerSQL 8.2 Portal: jboss-portal-2.6.1.GA This is regarding a warning message during startup: anonymous wrote : 12:01:02,037 WARN [CacheManager] Creating a new instance of CacheManager using the diskStorePath

[jboss-user] [JBoss Seam] - Re: please help me out of this problem

2007-09-02 Thread mnrz
I had this problem in another page and after binding that component it worked but here I have 6 text fields I don't want to bind all of them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080273#4080273 Reply to the post :

[jboss-user] [JBoss jBPM] - Help me ! Help me!

2007-09-02 Thread dyw8021
org.jbpm.JbpmException: closed JbpmContext in different order then they were created... check your try-finally's around JbpmContexts blocks at org.jbpm.JbpmConfiguration.popJbpmContext(JbpmConfiguration.java:525) at

[jboss-user] [JBoss Seam] - Re: Seam email problem

2007-09-02 Thread martin.krajci
I dont't think the problem is in mail-service.xml. I have changed the values there many times. The problem is that seam somehow doesn't load the configuration from components.xml and set the host, port to default values that are in MailSession.java (localhost, null). Does enybody have idea

[jboss-user] [JBoss Seam] - How to refresh datamodel in EntityQuery

2007-09-02 Thread karolkarol
A need to refresh datatable/datamodel from database. I want to do this from component that removes one of entity from the list. I tried several ways: 1) reset to null datamodel on injected EntityQuery (userList) component | | public class EntityHE extends EntityHomeE { | |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: IllegalStateException after idle

2007-09-02 Thread sirji
We are also seeing the same error message. We are using JBoss 4.0.5 (clustered with 3 nodes) and ours is Struts based web application with log4j-1.2.14. This problem is not reproducible at will. So far, restart of JBoss instances helping us out. View the original post :

[jboss-user] [JBoss Seam] - Re: What is the scope of JSF's UI component tree in Seam

2007-09-02 Thread amitev
Seam does not manage the ui component tree. The actual component tree scope is request. In the end of the request the tree state is serialized and kept in the session and the state is restored on postback. View the original post :

[jboss-user] [JBoss Seam] - Re: End the existing and create new conversation

2007-09-02 Thread amitev
Thank you guys. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080280#4080280 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080280 ___ jboss-user mailing list

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - IllegalStateException: Current state = FLUSHED, new state =

2007-09-02 Thread sirji
Hi all, We are seeing the following error message intermittently in our Jboss env. We are using JBoss 4.0.5 (clustered with 3 nodes) with JDK 1.5 and ours is Struts based web application with log4j-1.2.14. | 2007-09-02 05:22:21,924 ERROR [STDERR] java.lang.IllegalStateException: Current

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ERROR: relation

2007-09-02 Thread robhadfield
Hi, most probably your have an hsqldb-jdbc2-state-service.xml file lying around in or beneath your deploy/ directory (probably deploy/jms). The SQL code it is failing on is the CREATE CACHED TABLE - so far as I know postgres does not support the CACHED keyword in this context. In my server.log

[jboss-user] [JBoss Seam] - Re: faces messages

2007-09-02 Thread damianharvey
look at opening the modal using the oncomplete event on the a:commandButton (or link). Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080285#4080285 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080285

[jboss-user] [JBoss Seam] - exception while instantiate Seam component

2007-09-02 Thread Timofey
Hello. When i deploy my easy seam application on jboss AS i got the next exception. | org.jboss.seam.InstantiationException: Could not instantiate Seam component: authenticator | at org.jboss.seam.Component.newInstance(Component.java:1708) | at

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem forcing database failover

2007-09-02 Thread NKK
Hi, I need to force database failover under some circumstances even if currently active database is available. So I have implemented ValidConnectionChecker interface which checks for those circumstances and throws specific SQLException. I have also implemented ExceptionSorter so that it

[jboss-user] [JBoss Seam] - JSF or Seam Question?

2007-09-02 Thread [EMAIL PROTECTED]
I want to say which button is automatically pressed when the Joe hits enter. Is this possible? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080290#4080290 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080290

[jboss-user] [JBoss Seam] - @DataModelSelectionIndex always returns 0

2007-09-02 Thread gothmog
Hi, I have the following class: | @Scope(ScopeType.APPLICATION) | public class EXAccessPoint { | ... | @DataModel | private ListEntryExit currentAlerts; | @DataModelSelectionIndex | private int alertIndex; | ... | public void actionAlert() { |

[jboss-user] [JBossWS] - Re: Strange - Entry Point not receive WS Message data

2007-09-02 Thread tokrishnakumar
Try to pass the request params as arg0,arg1.I was having the same problem of getting null in my request params,until i passed it as arg0,arg1.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080293#4080293 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ERROR: relation

2007-09-02 Thread Tarch82
Hi, thanks for the reply! Due to the time that have been passed I haven't anymore the necessity of this but maybe it can be helpful for someone else! Bye! ^^ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080294#4080294 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Authenticator problem in Seam 2 beta

2007-09-02 Thread [EMAIL PROTECTED]
Hi, I downloaded jboss-seam-CVS.2007-08-31_14-04-54, generated template project and then changed new libraries with my old libraries (among others: drools-core-4.0.0.MR2.jar, drools-compiler-4.0.0.MR2.jar on drools-core-4.0.0.jar, drools-compiler-4.0.0.jar). I've also found that in new

[jboss-user] [EJB/JBoss] - How to share a blob object in session beans

2007-09-02 Thread [EMAIL PROTECTED]
Hi, I'm wondering how to make a blob object (3-10M) shared in some session beans. The requirement is that, that object should be created only once, at the first request (retrieve from somewhere, expensive in terms of connectivity). Thus one thing come in mind is to declare it as static, but

[jboss-user] [JBoss Seam] - Re: What is the scope of JSF's UI component tree in Seam

2007-09-02 Thread [EMAIL PROTECTED]
The UIViewRoot (root of the tree) is saved to the session (with a marker on the page) or serialized to the page depending on whether the state saving is server or client. Seam has no effect on this. View the original post :

[jboss-user] [JBoss Seam] - Re: @DataModelSelectionIndex always returns 0

2007-09-02 Thread [EMAIL PROTECTED]
Try h:dataTable value=#{currentAlerts} var=alert View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080299#4080299 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080299 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam email problem

2007-09-02 Thread [EMAIL PROTECTED]
Post the whole stacktrace and output of JavaMail debug. Does this work if you specify the STMP details in components.xml rather than using the MailService? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080300#4080300 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: First Thought about BAM

2007-09-02 Thread camunda
Hi guys. Is there any new progress in this field? Because we start with a master thesis now which also needs some BAM/Reporting capabilities (http://www.camunda.com/business_process_simulation/introduction.html), so maybe it would be a good idea to go in the same direction... Bernd. View the

[jboss-user] [JBoss Seam] - Re: Seam email problem

2007-09-02 Thread martin.krajci
Hi Pete, Thanx for helping me out. The whole stack trace is below. I'm getting the same exception in both cases: mail:mail-session session-jndi-name=java:/CechieMailService debug=true/ | | mail:mail-session host=localhost port=2525 username=test password=test / 18:03:50,425

[jboss-user] [JBoss Seam] - Re: Problem with selectItems

2007-09-02 Thread martin.krajci
I had the same problem and the solution was very simple. On the bean where @Factory annotation is used the @Name must be specified. This way seam initializes the factory and doesn't return null. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080316#4080316

[jboss-user] [JBoss Seam] - Conversation Ended - timeout

2007-09-02 Thread mrohad
I've a datatable onmouseover(using a4j:support) I'm rendering a panel with a lot of details when I'm moving fast on the table I get an exception screen The conversation ended, timed out or was processing another request how can I prevent this case from happening? I tried to use

[jboss-user] [JBoss Seam] - Re: Seam email problem

2007-09-02 Thread [EMAIL PROTECTED]
Use the settings you have for CechieMailService in components.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080319#4080319 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080319

[jboss-user] [JBoss Seam] - Re: Seam email problem

2007-09-02 Thread martin.krajci
I have of cource done that with many different values. Notning helped. I think I will give up on Seam email support and integrate Seam with Spring and send the mail with Spring bean. If you have any more ideas please let me know I will try all of them. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam email problem

2007-09-02 Thread [EMAIL PROTECTED]
This in components.xml mail:mail-session host=smtp.gmail.com port=465 username= password= ssl=true / works for me with Seam 1.2.1.GA and gmail. Try this, and post the exact, full exception that you get. View the original post :

[jboss-user] [JBoss Seam] - Re: JSF or Seam Question?

2007-09-02 Thread matt.drees
I haven't used this, but it claims to do what you're asking: http://www.jsftutorials.net/defaultActionTag.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080325#4080325 Reply to the post :

[jboss-user] [JBoss Seam] - Scheduled tasks

2007-09-02 Thread pdhaigh
Hi, Is there an accepted best practice for created scheduled/recurring tasks in a Seam application? I want to schedule a daily recurring task when the application is deployed. This task will perform a basic query and email the results out. There is the @Asynchronous annotation I know, but I

[jboss-user] [JBoss Seam] - Re: JSF or Seam Question?

2007-09-02 Thread [EMAIL PROTECTED]
That looks good. Could be a candidate for seam JSF enhancement? It appears like JSF goes hunting for the closest submit button it could find when you hit enter in a text field (including captcha .. which is the problem in my case). I have users moaning the captcha doesn't work as they keep

[jboss-user] [JBoss Seam] - Re: JSF or Seam Question?

2007-09-02 Thread [EMAIL PROTECTED]
If someone creates a feature request in JIRA we can add this type of control to Seam UI. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080329#4080329 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080329

[jboss-user] [JBoss Seam] - Re: Seam email problem

2007-09-02 Thread [EMAIL PROTECTED]
Have you checked you have no firewall blocking connections? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080330#4080330 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080330 ___

[jboss-user] [JBoss Seam] - Re: Scheduled tasks

2007-09-02 Thread [EMAIL PROTECTED]
Use @Observer(org.jboss.seam.postInitialization) to start the task. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080331#4080331 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080331

[jboss-user] [JBoss jBPM] - Re: Dynamic due date in timer

2007-09-02 Thread JesperB
So there is no way to alter the timer through the existing interfaces in 3.2.x? When executing the 'node' action, is it OK if the ExecutionContext contains the timer that exist in the node? is this a JIRA Bugg/RFE? View the original post :

[jboss-user] [JBoss Seam] - Re: please help me out of this problem

2007-09-02 Thread fernando_jmt
I would use a @Factory. Java: | | @Stateful | @Name(userRegister) | @Scope(ScopeType.SESSION) | public class UserRegisterAction implements UserRegister { | | private Log logger = LogFactory.getLog(UserRegisterAction.class); | | private User user; | private

[jboss-user] [JBoss Seam] - Re: JSF or Seam Question?

2007-09-02 Thread fernando_jmt
I will be great to have this in Seam UI. Thanks. JIRA issue added: http://jira.jboss.com/jira/browse/JBSEAM-1893 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080335#4080335 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Dynamic due date in timer

2007-09-02 Thread kukeltje
anonymous wrote : So there is no way to alter the timer through the existing interfaces in 3.2.x? No, may just not at the time you want to modify it. anonymous wrote : When executing the 'node' action, is it OK if the ExecutionContext contains the timer that exist in the node? I have no ide,