[JBoss-user] [JBoss Seam] - binding UIInput problem

2005-12-11 Thread jeb
I am currently stuck with a problem I can't seem to solve. I have a webform and need to display validation messages to each of its compents after the form is submitted. For this I need to bind the UIInputs using binding=#{registration.uiInputSomeField}. form is implemented as: | @Stateful

[JBoss-user] [JBoss Eclipse IDE (users)] - missing

2005-12-11 Thread amitguz
Hi, I downloaded JBOSS 4.0.3 jar file and also use the install feaure in eclipse to download the jboss ide from http://download.jboss.org/jbosside/updates/development/; and I tried to follow the trailblaizer demo but I failed in the first step :), in my elicpse IDE I cannot

[JBoss-user] [Messaging, JMS JBossMQ] - why code in tests/..(etc ChannelSupportTest) is comment?

2005-12-11 Thread xfog
the code is checked out from jboss-head,thx! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911976#3911976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911976 --- This

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: missing

2005-12-11 Thread amitguz
I found the problem. The Elicpse IDE wasn't installed properly. so reinstall fix the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911977#3911977 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911977

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - why container is not calling release() in taglib class

2005-12-11 Thread chaituu
i have written a taglib class ;jboss is not calling release() (this method is in Tag class) which is a life cycle method in taglibs; in other servers this method is calling implicitly?why jboss is not calling? public class TagLib1 extends BodyTagSupport { public TagLib1() {

[JBoss-user] [JBoss Portal] - Sub-Directory Level Security Privileges

2005-12-11 Thread mabayrakdar
Hello All, I have a folder in the root directory that has a couple of folders embedded followed and a file in the last child directory. According to my current configuration of the portal I could only apply security to one level within the root directoy and the children directories inherit

[JBoss-user] [JBoss Getting Started Documentation] - jmx-console won't start

2005-12-11 Thread razorblade
I have tried alot of servers but i came back to JBoss4.0.3SP1 but after installing i have tried to run jmx-console using localhost:8080/jmx-console but nothimg happens top mij browser except the message that it can't find the server or the document but in this case the application. Who can

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-11 Thread chprvkmr
Hi Jbpm Team, Why async behavior implemented in jbpm 3.1 alpha is not recommended strongly instead of custom implementation of fork and join nodes. Its clear that you people are really working hard on this issue. When we can expect highly robust jbpm 3.1. All the best.

[JBoss-user] [JBossCache] - Re: Deleting objects in TreeCacheAop with FileCacheLoader

2005-12-11 Thread [EMAIL PROTECTED]
Yeah, this seems to be a bug. We have a unit test for remove but it is remove (instead of removeObject). Can you please open up a Jira issue? I will fix it in 1.3 release. Thanks, -Ben View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911982#3911982 Reply to

[JBoss-user] [EJB 3.0] - Exception thrown as a result of @Version concurrency violati

2005-12-11 Thread jmoring
Shouldn't this be a specfic exception class as in OptimisticConcurrencyViolation or something to that effect. The generic throwing of EJBException with a message detailing the violation makes this more difficult to handle (Parse message for key words Row was Updated) . Most exception get

[JBoss-user] [Installation, Configuration Deployment] - How to make Jboss 4.0.1 run as service on linux(debian)?

2005-12-11 Thread sunonepp
Hi All: How to make Jboss 4.0.1 run as service on linux(debian)? I tried several scripts but seems cannot work. Thanks! sunonepp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911984#3911984 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: Exception thrown as a result of @Version concurrency vio

2005-12-11 Thread jmoring
Ignore this post.. I discovered getCausedByException(). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911985#3911985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911985

[JBoss-user] [JBoss jBPM] - Lazy Load Exceptions

2005-12-11 Thread danielmullins78
Is there a clean way to keep the Jbpm session open for the duration of the request? I'd like to take advantage of the lazy load functionality of hibernate but am unsure how to do this. In the sample webapp, the session is managed manually with the PersistenceFilter and Context objects. I've

[JBoss-user] [JBoss Seam] - Updating changes to an entity in a conversation bean.

2005-12-11 Thread rdewell
I'm missing something very basic here. I'm using the Seam managed extended persistence + a conversation scoped bean. It's a very simple form that updates values on an existing entity. In my @Begin method, I load up the entity and store it the conversation bean. The subsequent view shows the

[JBoss-user] [JBoss Seam] - Re: Updating changes to an entity in a conversation bean.

2005-12-11 Thread [EMAIL PROTECTED]
Flush-before-completion must be enabled. (It is actually a bug that it is not enabled by default in HEM.) You DO NOT have to call merge. Use a persistence.xml something like this: entity-manager |nameentityManager/name |providerorg.hibernate.ejb.HibernatePersistence/provider

[JBoss-user] [Clustering/JBoss] - Re: the second pc continue adding itself to All members

2005-12-11 Thread sudheer_ameer
Me too I am facing the same problem. Please let me know if you resolve the issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911990#3911990 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911990

[JBoss-user] [JBoss Seam] - Re: Updating changes to an entity in a conversation bean.

2005-12-11 Thread rdewell
Ah, I'm not insane! Thanks for the quick response. I didn't think merge was necessary either. I'll try this right away. Ryan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911991#3911991 Reply to the post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Hibernate IDE Postgres 8.0 AUTOCOMMIT exception

2005-12-11 Thread brianstaf
I am running the bundled version of Eclipse w/ JBoss IDE - 1.5rc1. When I try to reverse engineer w/ Hibernate it complains that org.hibernate.exception.GenericJDBCException: Reading from database org.hibernate.exception.GenericJDBCException: Reading from database java.sql.SQLException:

[JBoss-user] [JBoss Seam] - Re: Updating changes to an entity in a conversation bean.

2005-12-11 Thread [EMAIL PROTECTED]
Ooops, I forgot: There is more you need to do. There is actually a bug in the currently released version of HEM that causes it to not get enlisted in the JTA txn in some circumstances. Emmanuel is waiting for Steve to release HB 3.1 before he can release the next version of HEM/HA. That will

[JBoss-user] [JBoss jBPM] - Re: Lazy Load Exceptions

2005-12-11 Thread [EMAIL PROTECTED]
Hi Dan, Is reusing the filter mechanism not possible in your case then? Do you have additional constraints? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911994#3911994 Reply to the post :

[JBoss-user] [JBossWS] - JAXRPC Handler to modify incoming SOAP

2005-12-11 Thread shin.tai
Hi all, Has anyone out there managed to successfully use a JAXRPC handler to modify an incoming SOAP message? My incoming SOAP message does not have the xsi type attribute (dodgy client?) so I'm writing a handler to insert it for me if it's not present. I've had numerous problems already and

[JBoss-user] [JBoss Seam] - wrong cvs ip and about the todo forum

2005-12-11 Thread Guilherme Silveira
1. the document located at http://docs.jboss.org/process-guide/en/html/cvsaccess.html mentions the following anonymous cvs: cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss login someone forgot to change it from .net to .com? 2. is there an specific sean todo forum? View the original post :

[JBoss-user] [Clustering/JBoss] - design question: application specific configuration files in

2005-12-11 Thread eli.konky
Hi, when we have a single vm applciation it is very easy to read the configuration file (you know, properties files with application specific values). but when it comes to reading configuration files in a clustered env things gets a little trickier. 1. we need the configuration to be

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate IDE Postgres 8.0 AUTOCOMMIT exception

2005-12-11 Thread [EMAIL PROTECTED]
what is the database ? And why do you need autocommit off ? And what is 7.4 ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911998#3911998 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911998

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Hibernate IDE Postgres 8.0 AUTOCOMMIT exception

2005-12-11 Thread [EMAIL PROTECTED]
sorry - did not see title ;) what is the full stacktrace ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911999#3911999 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911999

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-11 Thread shafieksavahl
Hi upankar I hgave tried the following code in BasicQueue.java and it seems to work. Not sure of the implications in a clustered environment. Still to add some thread safe locks if necessary. | |public SpyMessage[] browse(String selector) throws JMSException |{ | if

[JBoss-user] [JBoss Seam] - Re: Please try out CVS

2005-12-11 Thread littlesuns
thanks for your answer, Gavin, i'll have a try with the lastest EJB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912004#3912004 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912004

[JBoss-user] [JBoss jBPM] - jBPM and clustering

2005-12-11 Thread bpoweski
Is jBPM cluster safe? Specifically can I run 2 or more applications utilizing the same jBPM database? What abou timers? -b View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912005#3912005 Reply to the post :

[JBoss-user] [EJB/JBoss] - EJB Naming problem (NameNotFoundException)

2005-12-11 Thread Dabubble
Hi i've circled the web but I just cant get this going. I have a MDB listening from a queue, receives the message and the call the respective process model on a Stateless Session Bean. I'm using XDoclet and can't seam to get this to work. The MDB Bean looks like this: ackage

[JBoss-user] [EJB/JBoss] - Re: EJB Naming problem (NameNotFoundException)

2005-12-11 Thread Dabubble
BTW before I generated the xml docs with XDoclet I changed all the paths from ejb/MainOrchestrator to MainOrchestrator View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912007#3912007 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: EJB Naming problem (NameNotFoundException)

2005-12-11 Thread Dabubble
I notice that the MainOrchestratorUtil.java file was looking for jndiname java:comp/env/ejb/MainOrchestratorLocal and i changed it to MainOrchestratorLocal and it worked Still poses a mantainability problem. There must be something wrong with the tags. Any idea? View the original post :

[JBoss-user] [EJB/JBoss] - Re: Link to Remote EJB

2005-12-11 Thread sandello
I mean ejb-ref View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912010#3912010 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912010 --- This SF.net email is sponsored by:

[JBoss-user] [JBoss jBPM] - Re: JBOSS jBPM tool evaluation Help Required

2005-12-11 Thread nildon
Please find following code ?xml version=1.0 encoding=UTF-8? | | process-definition | xmlns=http://jbpm.org/3/jpdl; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://jbpm.org/3/jpdl http://jbpm.org/xsd/jpdl-3.0.xsd | name=simple |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Use JCA or IL? (java:/JmsXA or java:/XAConnectionFactory

2005-12-11 Thread vichandoko
i am using JBOSS 3.2.3 (please dont rush me to upgrade, we are using this in operational mode, so huge testing to be done for migration) Am confused by the same issue. Would the following code do in order for the publish of message to Topic to be part of transaction.

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss message restoration

2005-12-11 Thread aq12ws
Yeah I am using oracle thin driver . The only changes I have done is changed the following field sizes : in the table : JMS_MESSAGES I had to change the DESTINATION size to 4000 char . and in the JMS_SUBSRIPTIONS I had to change the SELECTOR size to 4000 char . This was

[JBoss-user] [Management, JMX/JBoss] - Re: How to restart JBoss server by MBean

2005-12-11 Thread gfzhang
I try it and It is what I look for. Can you tell me when JBoss 4.0.4 final will release? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912016#3912016 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912016

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Queue Messages are not listed in QueueBrowser when in 'w

2005-12-11 Thread upankar
Thanks for your answer. I do appreciate. But i have some apprehensions modifying the source code - I think Jboss controlls all code changes , patch etc, and doing on our own probably might not be legal. Hence, we have implemented a work-around. When we need re-delivery, we add the message

[JBoss-user] [Security JAAS/JBoss] - I am getting this error.....when trying to access a simple H

2005-12-11 Thread debjani25
java.rmi.ServerException: RemoteException occurred in server thread; nested exce ption is: java.rmi.ServerException: EJBException:; nested exception is: javax.ejb.EJBException: checkSecurityAssociation; nested exception is: j ava.lang.SecurityException: Authentication exception,

[JBoss-user] [JNDI/Naming/Network] - JNDI Lookup Behing NAT

2005-12-11 Thread maruthi_cse
Hi All, I have a problem in JMS Client lookup. Our present network configuration is Client --NAT--NAT---Server. When I try to lookup the Server from my Client I am getting an error like connection refused. But I can able to connect through browser(i.e. http). In the jndi lookup I specified the

[JBoss-user] [JBoss Portal] - Re: Steps to deploy Portlet in Jboss Portal

2005-12-11 Thread Mohit
Hi, thank you very much gruenewa. I tried deploying one portlet application created by me to JBoss portal server. but i am not able to get it run. I have used internaly Pluto Portlet api to create this portlet example it is simple Helloworl application. Does anyone knows from where i can get

[JBoss-user] [JBoss jBPM] - question on ForkJoin

2005-12-11 Thread oodinary
I have 3 swimlane applyer.manager,boss My simple process acts like this when applyer applies an activity,either manager or boss can check the applyer's request and make a decision,as soon as one make the decision , the process flows to the end so I fork two transition use the fork tag,one

[JBoss-user] [JBoss jBPM] - Running JBPM in Mac OSX

2005-12-11 Thread enazareno
Hello, Im new to JBPM. I can't seem to run the web starters kit example. I'm using Mac Powerbook G4. Here is an excerpt first part of the problem when i run ./run.sh -c jbpm: 15:34:39,473 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined 15:34:40,256

[JBoss-user] [JBoss Seam] - Re: CVS Noob question

2005-12-11 Thread [EMAIL PROTECTED]
I am looking with QA to have a nightly archive of the sources (plus a nighly build). I hope everybody will understand that JIRA bug reports against those versions are irrelevant. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3912023#3912023 Reply to the post