[jboss-user] [JBoss Seam] - Re: inputText / empty string versus NULL

2007-09-14 Thread toni
Thanks Matt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084303#4084303 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084303 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - discarded message from different group

2007-09-14 Thread grdzeli_kaci
hi all, i use jboss 4.2.1.GA i have multiple jboss app. servers on network, all of them has different partition name. i use partition name parameter on startup script: | screen ./run.sh -c all -b 0.0.0.0 -Djboss.partition.name=Partition_151 | | screen ./run.sh -c all -b 0.0.0.0

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-14 Thread avthosar
Hello, I tried using the -Dorg.jboss.j2ee.Serialization option, but I am still getting the following exception. Any idea what could be the reason? 11:54:50,538 ERROR [STDERR] Caused by: java.io.InvalidClassException: org.jboss.util.id.GUID; local class incompatible: stream classdesc

[jboss-user] [JBoss AOP] - Re: jboss aop

2007-09-14 Thread marimuthub
Hi, Thanks. I have implemented successfully. but the implementation is not working after accesing the target application. it means if i apply point cut expression at runtime after accessing target application, the point cut expression is not applied when i access application subsequently.

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-14 Thread dleerob
You are right. For long term, I wont use my quick fix, but for now, until the bug is fixed, I will use it. Thanks Ronald and Olivier for all your input and help. Much appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084308#4084308 Reply to the post

[jboss-user] [JBoss Seam] - Wrong column type in object with Hibernate 3.2.4sp1

2007-09-14 Thread yj4jboss
Hi All, I am currently porting my JBoss Seam application from seam 1.1.0 to seam 2.0 beta 1 which includes Hibernate 3.2.4sp1. I have been using Hibernate 3.2.3.GA previously with seam 1.1.0. I get the following error when deploying my application. | | --- MBeans waiting for other

[jboss-user] [JBossWS] - Re: Unable to load Provider: Failed to load javax.xml.ws.spi

2007-09-14 Thread richard_opalka
Hi, you are missing: jboss-common-client.jar for JBoss AS 4.x jboss-common-core.jar for JBoss AS 5.x Cheers, Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084310#4084310 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-14 Thread jaikiran
Since your client is 4.0.x talking to JBoss 3.2.x, the parameter to be passed is -Dorg.jboss.j2ee.LegacySerialization As per this JIRA http://jira.jboss.com/jira/browse/JBAS-2718 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084311#4084311 Reply to the

[jboss-user] [JBossWS] - Re: Help with development environment

2007-09-14 Thread richard_opalka
OK, here's my .classpath (Eclipse project file) I'm using (note, this classpath includes almost all jars even those you will not need at all) ?xml version=1.0 encoding=UTF-8? | classpath | classpathentry kind=src path=src/main/java/ | classpathentry kind=src

[jboss-user] [JBossWS] - Re: change in run-time the soap:address location of wsdl.

2007-09-14 Thread richard_opalka
Take a look to addressing JBossWS samples and read WS-Addressing spec. It might help you;-) Cheers, Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084314#4084314 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Foreign keys with 0 and not NULL

2007-09-14 Thread fhh
Use Integer instead of int as the property type. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084315#4084315 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084315

[jboss-user] [JBossWS] - Re: NoSuchMethodError in remote client WS call

2007-09-14 Thread richard_opalka
OK, ensure the followings: * wsdl4j.jar from jboss client dir must be the first one on the classpath * if this will not help, ensure IBM WSDL reader/writer implementation is not part of Java you're using. If it is apply the Java Endorsed Mechanism Cheers, Richard View the original post :

[jboss-user] [JBoss Seam] - Re: conceptual question about concurrency

2007-09-14 Thread fhh
1: Maybe the documentation is a bit unclear there. If you access stateless components concurrently, the container will supply enough instances from the pool so that each thread will get its own instance. To put this another way: From a threads perspective the connection between a component

[jboss-user] [Installation, Configuration DEPLOYMENT] - ClassLoaderScoping error in JBOSS4.2.1GA

2007-09-14 Thread thangamani_r
Hi , I had followed the steps mentioned in http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoaderScoping and created my own log4j.xml for my application. But when during the JBOSS4.2.1GA server startup, when the war is deployed I get the following errror Only the root deployment can set the

[jboss-user] [JBossWS] - Re: Custom exception/fault with JBoss JWSDP

2007-09-14 Thread richard_opalka
I think you should use wstools that ships with JBoss AS you're using View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084324#4084324 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084324

[jboss-user] [JBoss Seam] - Re: Cleaner RESTful urls? Any suggestions?

2007-09-14 Thread csl
[EMAIL PROTECTED] wrote : anonymous wrote : solidly documented facts... it may be hard to find exact references | | OK... | http://www.google.com/support/webmasters/bin/answer.py?answer=40349ctx=related anonymous wrote : Consider creating static copies of dynamic pages. Although the

[jboss-user] [Remoting] - Re: client consumes too many socket connections

2007-09-14 Thread [EMAIL PROTECTED]
Sorry it's taken me so long to respond. Are you still experiencing this problem? I'm not sure what you mean when you say some clients ... consume too many connections. Could you elaborate? I can't tell what's happening from the information you provided, but I have a couple of observations.

[jboss-user] [JBoss Seam] - Reflections.java is using a Sun poprietary API

2007-09-14 Thread ralscha
Hi I just mentioned that the class org.jboss.seam.util.Reflections is using a Sun poprietary API: sun.reflect.Reflection Shouldn't that be changed. Regards Ralph View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084327#4084327 Reply to the post :

[jboss-user] [JBossWS] - Re: Custom exception/fault with JBoss JWSDP

2007-09-14 Thread bernhard_pauler
I will try that and post my results later. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084329#4084329 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084329 ___

[jboss-user] [Messaging, JMS JBossMQ] - Ask about JMS ?

2007-09-14 Thread changemylife
Hi all! I am beginner about JMS. I show org.jboss.mq.server.jmx.DestinationManager and I want configure it. I'll configure DestinationManager inside: deploy\jms\jbossmq-service.xml --- am I right ? Thanks! View the original post :

[jboss-user] [EJB 3.0] - comp not bound on redeploy

2007-09-14 Thread DeanoUK
Hi. Using 4.2.1GA and getting a NamingException comp not bound whenever I do a redeploy of my app. Stopping and starting JBoss ensures it runs fine without any error. Any ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084336#4084336 Reply to the post

[jboss-user] [JBoss Tools (users)] - Creating SEAM Web Project resulting [An internal error occur

2007-09-14 Thread hafidzmalik
Failed to create SEAM project in eclipse compared to Netbeans. My objective is to create a SEAM 2.0 Web project as EAR for JBoss AS 4.2.1. Recently I've set up Eclipse 3.3 with all the plugins from the http://downloads.jboss.org/jbosstools/builds/nightly/200709130250-nightly/index.html dated

[jboss-user] [EJB 3.0] - Re: Foreign keys with 0 and not NULL

2007-09-14 Thread lafr
The ID-field of MbiMsgss is of type Integer: @Entity | @Table(name=mbi_msgss) | public class MbiMsgss implements java.io.Serializable | { | @Id | @GeneratedValue(strategy=GenerationType.IDENTITY) | @Column(name=msgss_serial) | private java.lang.Integer msgssSerial;

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: persistence.xml : jar-file tag doesn't work with relativ

2007-09-14 Thread olvin
Somebody could reply to me ? Thanks, Olivier View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084340#4084340 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084340 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Dynamic data sources with EntityManager

2007-09-14 Thread olvin
Hello wiberto, Could you post your solution ? Or only the idea ? Thanks, Olivier View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084341#4084341 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084341

[jboss-user] [Remoting] - CompressingMarshaller and clientConnectAddress

2007-09-14 Thread klauserber
Hello, we are using JBoss-4.2.1.GA and need to configure compression and a clientConnectAddress at the same time for the ejb3 connector. To configure compression we have make a change in ejb3.deployer/META-INF/jboss-service.xml: | ... | attribute

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate Oracle Problem: ORA-00907: missing right paren

2007-09-14 Thread DeanoUK
I'm going to have to assume this is a bug and raise it with both JBoss and Hibernate unless anyone has any further ideas? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084335#4084335 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SFSB and Hibernate Validator -

2007-09-14 Thread [EMAIL PROTECTED]
No, because the validation runs in the PROCESS VALIDATIONS JSF phase which runs before updating model values and invoking the action (needs to so you don't get invalid data on your model). If you want to understand Seam you need to understand the JSF lifecycle as well. View the original post

[jboss-user] [EJB 3.0] - Hibernate NamingStrategy

2007-09-14 Thread ralscha
Hi I'm looking for a way to configure a naming strategy in a Hibernate Session factory (components.xml) The class org.jboss.seam.persistence.HibernateSessionFactory contains an attribute namingStrategy. But there is no xml element for this attribute. There is one for each of the other

[jboss-user] [JBoss jBPM] - Re: Decision node always taking first option

2007-09-14 Thread Arutha
Alright, thanks for the effort. Just Dutch with an Australian chatting accent, I reckon. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084352#4084352 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084352

[jboss-user] [JBoss Seam] - Re: conceptual question about concurrency

2007-09-14 Thread [EMAIL PROTECTED]
1) It doesn't mean anything to access a SLSB to be accessed concurrently - an SLSB holds no state outside of the method you are calling. Yes, you can have fields, but they might have data from previous uses of the bean, or none. View the original post :

[jboss-user] [JBoss Seam] - Re: SeamTest.FacesRequest: question

2007-09-14 Thread amashtakov
Now I uderstand what did Matt mean ;) This is a reason: @Configuration(beforeTestMethod=true) public void begin() { session = new MockHttpSession(servletContext); } Thank you ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084354#4084354

[jboss-user] [JBoss Seam] - Double authentication in different parts of a site

2007-09-14 Thread p.chevillon
Hello, I ask for your help on an authentication procedure with seam. Users are in different tables (User and ExtraUser), I want make the difference beetween those two kind of users. So the login page have to be separated etc. My problem is the Identity component configured in component.xml. It

[jboss-user] [JBoss Seam] - Re: Reflections.java is using a Sun poprietary API

2007-09-14 Thread [EMAIL PROTECTED]
Thanks, fixed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084357#4084357 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084357 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: problem creating a new tomcat authentication method

2007-09-14 Thread antoniofer
Well, my own reply is wrong, as I can see if I put some logging traces... My CustomAuthenticator knows that login page is /login.jsp and error one is /error.jsp. So I'm back to my first post ... I have seen similar errors: http://mail-archives.apache.org/mod_mbox/tomcat-users/200201.mbox/[EMAIL

[jboss-user] [JBossCache] - Re: NullPointerException in PessimisticLockInterceptor

2007-09-14 Thread jacek187
i have analyzed this problem and this is caused by asynchronus transaction rollback. More details in thread: http://www.jboss.com/index.html?module=bbop=viewtopict=118186, When transaction entry is removed in separate thrad, corresponding TransactionEntry couldn't be foundm, so

[jboss-user] [JCA/JBoss] - Re: domain authentication for jboss datasource

2007-09-14 Thread [EMAIL PROTECTED]
Security questions = Security forum I don't dumped them, I move them. If you want to discuss login modules (validating credentials) it is a question for the security forum. If you want to implement the org.jboss.resource.security interfaces (establishing credentials) then you can stay here.

[jboss-user] [EJB/JBoss] - Unable to get remote interface for bean[jboss 4.2.1]

2007-09-14 Thread b_rv21
I have setup jboss 4.2.1 On this , I have setup latest libraries for jboss messaging 1.4.0 CR2, jboss transactions 4.2.3 and jbossws 2.0.1 After these changes, I am able to start server without problems I have a bean deployed I am able to lookup home interface successfully from remote client

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging / Spring JMS compatibility?

2007-09-14 Thread stefa975
I added this to jms-ds.xml to get a pool for my Connection !-- The SIS JMS provider loader -- | mbean code=org.jboss.jms.jndi.JMSProviderLoader | name=jboss.mq:service=JMSProviderLoader,name=SISJMSProvider |attribute name=ProviderNameDefaultSISJMSProvider/attribute |

[jboss-user] [Messaging, JMS JBossMQ] - Re: Ask about JMS ?

2007-09-14 Thread [EMAIL PROTECTED]
Read the docs/wiki, use search or try the newbie forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084371#4084371 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084371 ___

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-14 Thread [EMAIL PROTECTED]
What is so difficult to undertand about this: | java.lang.NullPointerException | at com.thalys.localys.frontal.MessageTrainCreator.marshall(Unknown Source) | It's a bug in your code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084372#4084372

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception occurs even when connection exists

2007-09-14 Thread [EMAIL PROTECTED]
FAQ or just read the spec: javax.jms.ExceptionListener View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084373#4084373 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084373 ___

[jboss-user] [JBoss Messaging] - Re: createConnection hangs

2007-09-14 Thread bob_walker99
Thanks Clebert, I've mailed you the thead dumps. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084376#4084376 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084376 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: Authoring Books on JBoss Portal

2007-09-14 Thread atuldakhole
I will be very much interested in the same. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084380#4084380 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084380 ___ jboss-user

[jboss-user] [Messaging, JMS JBossMQ] - New JBoss Messaging

2007-09-14 Thread [EMAIL PROTECTED]
If you are using JBoss Messaging rather than JBossMQ go here: http://www.jboss.com/index.html?module=bbop=viewforumf=238 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084374#4084374 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Adding DataModel/DataModelSelection/In/Out in runtime

2007-09-14 Thread fphilip
thanks you cant tell my somthing about create .component in runtime? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084379#4084379 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084379

[jboss-user] [EJB/JBoss] - Jar is not deployed onJBOSS

2007-09-14 Thread xps2nini
I am using suse10 +jboss3.2.5 +ant 1.6.5 +jdk1.5. I am not able to deploymy jar file on JBOSS.my jar file is getting created but server is not notified.That means i did nt get any deployment information on JBOSS server.While my war file is getting proprly deployed.The same code is working on

[jboss-user] [JBoss Seam] - Re: conceptual question about concurrency

2007-09-14 Thread wschwendt
matt.drees wrote : Thanks for answering! | | So, now I have two questions. | | 1. | Is Seam's reference documentation incorrect when it says The EJB container allows stateless components to be accessed concurrently, and throws an exception if multiple threads access a stateful

[jboss-user] [JBoss jBPM] - Re: Problem with: jbpm:processimage task=

2007-09-14 Thread nan_jia
me to View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084392#4084392 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084392 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: Decision node always taking first option

2007-09-14 Thread estaub
anonymous wrote : @petia... ... I'm not that 'hands-on' in 3.1.x anymore but it might have been the new/current syntax did not work then. Yes, that sounds right... I think I upgraded and the problem went away. -Ed Staub View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-14 Thread nicdo77
Hey Adrian, Sorry, yes i know the error is not exactly in my code. But maybe you can still help me, I checked my code of com.thalys.localys.frontal.MessageTrainCreator.marshall , and inside i use jaxb-api.jar ... And one of the librairies i added in JBoss libs was axis-jaxrpc-1.4 . Could this

[jboss-user] [JBoss Seam] - Re: conceptual question about concurrency

2007-09-14 Thread wschwendt
matt.drees wrote : Thanks for answering! | 2. | Does Seam similarly ensure that application-scope pojos are not multi-threaded? The Seam reference manual, section Concurrency model in chapter 3: The conceptual component model contains information about it. From what I understand based

[jboss-user] [JBoss Portal] - Re: Creating a CMS interceptor

2007-09-14 Thread frontline
Got this to work somehow by specifying dependencies so the services load in the correct order, and adding classpath items in the jboss-service.xml to get the .war and mbean to use the same classloader and classes. It's quite a hacky solution, must think of something better. View the original

[jboss-user] [JBoss jBPM] - Re: No class loaders found

2007-09-14 Thread estaub
com.it.model.User must be serializable. Is it? The code for it must be accessible in either the process deployment or in the JBPM classpath. Is it? -Ed Staub View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084389#4084389 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Failed to download and/or install client side AOP stack

2007-09-14 Thread stefa975
Hi, I added this to the bisocket config: | attribute name=secondaryBindPort4700/attribute | That only works on Remoting 2.2.2 Then the client will use the port 4700 for secondaryRemoteInvoker. I use JBM behind a firewall and it's good to know the ports that will be used. Stefan View

[jboss-user] [JBoss jBPM] - Parameter userName does not exist as a named parameter

2007-09-14 Thread eleman304
hi all I have a problem while getting actor emil from db | | IdentitySession identitySession=new IdentitySession(JbpmContext.getCurrentJbpmContext().getSession()); | User jbpmUser=identitySession.getUserByName(actor); |

[jboss-user] [JBoss AOP] - Re: jboss aop

2007-09-14 Thread [EMAIL PROTECTED]
Hi! You need to use one or more prepare expressions on the target application at startup so that the runtime changes become effective. The prepare expression must match all the joinpoints you intend to intercept at runtime (as result of a dynamic operation). These prepare expressions must be

[jboss-user] [JBoss jBPM] - Re: JobExecutor, maxLockTime, and the LockMonitorThread: Wha

2007-09-14 Thread estaub
JobExecutor.start() creates a new instance of LockMonitorThread. But I can't find where that thread is ever started. Ditto. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084396#4084396 Reply to the post :

[jboss-user] [JBossCache] - Re: Why ClusteredCacheLoader?

2007-09-14 Thread [EMAIL PROTECTED]
A clustered cache loader, if unable to find the result, will cause the chaining cache loader to consult the next cache loader in the chain, and load from disk. The benefit is *only* so that you don't need to rely on a state transfer to transfer initial state, but instead load this lazily using

[jboss-user] [JBossCache] - Re: Problem with concurent put/remove operation.

2007-09-14 Thread [EMAIL PROTECTED]
Note to anyone else following this thread: see http://jboss.org/index.html?module=bbop=viewtopict=118186 for detailed analysis View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084413#4084413 Reply to the post :

[jboss-user] [JBossCache] - Re: Sometimes aquired locks are not released

2007-09-14 Thread [EMAIL PROTECTED]
Note to anyone else following this thread: see http://jboss.org/index.html?module=bbop=viewtopict=118186 for detailed analysis View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084415#4084415 Reply to the post :

[jboss-user] [JBossCache] - Re: 2.0GA and Maven2

2007-09-14 Thread [EMAIL PROTECTED]
Thanks for this - fixed now. This stuff will all go away as from 2.1.0, we use maven2 ourselves when building JBoss Cache. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084404#4084404 Reply to the post :

[jboss-user] [JBossCache] - Re: Problems with NodeLocking algorithm

2007-09-14 Thread [EMAIL PROTECTED]
First off, thanks for all the effort, Jacek. The race condition between the locking and checking of node existence is a nasty bug. Adding a timer within the loop to break after a timeout is valuable too. All this really stems from the fact that a Node owns the lock. This design flaw is

[jboss-user] [JBoss Messaging] - Re: createConnection hangs

2007-09-14 Thread jwilker
I am in the process of migrating from from JBoss MQ to JBoss Messaging, and have a scenario that will consistently hang createTopicConnection with a similar stack trace, although with JBoss AS 4.2.1GA/JBoss Messaging 1.3.0GA. Clebert, I will mail client/server thread dumps as additional input.

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-14 Thread kukeltje
Could you try this patch for the validation?? I'm working on a patch for the ending as well. BUT... lots of tests have to be created before this is could be submitted... ### Eclipse Workspace Patch 1.0 | #P jbpm.3-clean | Index:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ClassLoaderScoping error in JBOSS4.2.1GA

2007-09-14 Thread meissa
This appears to be a bug in jboss 4.0.5 and 4.2.x series. The only one solution (ugly solution) was to remove log4j.jar from you own classpath and to be dependant to jboss one. I have been posted this problem many times without any answer from jboss guys. Meissa thangamani_r wrote : Hi , | I

[jboss-user] [JBoss jBPM] - Re: Decision node always taking first option

2007-09-14 Thread kukeltje
Heee... Ed a clear mind for a short moment..hahhaha... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084428#4084428 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084428

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-09-14 Thread [EMAIL PROTECTED]
nicdo77 wrote : Hey Adrian, | | Sorry, yes i know the error is not exactly in my code. | It's not JBoss code either. anonymous wrote : | But maybe you can still help me, | I checked my code of com.thalys.localys.frontal.MessageTrainCreator.marshall , and inside i use jaxb-api.jar

[jboss-user] [JBoss jBPM] - How is CompositeCommand used?

2007-09-14 Thread estaub
Are there any tests, examples, documentation, wiki entries, forum entries, code comments, stickynotes, bathroom graffitti, or other sources of information on how to use CompositeCommand? If not, can someone illuminate me? I can't find a darned thing. My best guess from reading the code is

[jboss-user] [JBoss jBPM] - Re: JobExecutor, maxLockTime, and the LockMonitorThread: Wha

2007-09-14 Thread kukeltje
but IS it started? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084431#4084431 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084431 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: showing image of current process stage

2007-09-14 Thread dleerob
Try this thread. I posted my solution there which works perfectly for me: http://www.jboss.com/index.html?module=bbop=viewtopict=102817 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084426#4084426 Reply to the post :

[jboss-user] [JBossCache] - Re: Problems with NodeLocking algorithm

2007-09-14 Thread [EMAIL PROTECTED]
Repoening JBCACHE-923. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084421#4084421 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084421 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Problem with: jbpm:processimage task=

2007-09-14 Thread dleerob
Search the forums a bit, there has been a few discussion regarding this, as far as a I can remember. If you are using Jbpm in your own webapp, and NOT using JSF, but rather plain JSP or something, you can look at my solution on this thread:

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-14 Thread dleerob
I'm sure that would work fine. I actually created a quick fix method which does just that (as you can see below), and it did validate correctly. The method returns true if validation passes, and I then only call taskInstance.end(); Doing it this way for now, I am then able to get around the end

[jboss-user] [JCA/JBoss] - Re: domain authentication for jboss datasource

2007-09-14 Thread kalapraveen
I am extremely sorry Adrian. I really had no clue of what was happening to my questions. thanks, kala. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084435#4084435 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084435

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-14 Thread Olivier_Debels
Just a little side remark: I still don't see the point why the variables were added with null values in the first place. That's why I would opt to remove that peace of code. Any reason why you choose a different solution (i.e. allowing the automatic initialization to null and afterwards

[jboss-user] [JBoss Seam] - Re: Adding DataModel/DataModelSelection/In/Out in runtime

2007-09-14 Thread jacob.orshalick
You can create a component instance at runtime through one of the Component.getInstance(...) methods. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084438#4084438 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084438

[jboss-user] [JBoss Seam] - Re: Question on Seam Annotataion with JSF-EL language interp

2007-09-14 Thread [EMAIL PROTECTED]
Thanks for your reply! Seems exactly what i looked for... I'll give it a try over the weekend and report here... Greetz, GHad View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084439#4084439 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-14 Thread kukeltje
It is not the final solution and I am indeed looking into not setting them at all. This 'else' is probabbly added without looking into the consequences and (still strange, the lack of unittests). I'm investigating this in previous releases, but with the small patch his workaround probably does

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2007-09-14 Thread toplink
The exception I got is: javax.naming.NameNotFoundException: ejb not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) at org.jnp.server.NamingServer.getObject(NamingServer.java:543)

[jboss-user] [JBoss Seam] - Re: page flow question

2007-09-14 Thread jacob.orshalick
Since you don't say, I would assume given your requirement you want all pages to require login except the login page (makes sense). This can be accomplished through the following: | pages login-view-id=/auth/login.xhtml | page view-id=* login-required=true/ | | page

[jboss-user] [EJB 3.0] - Re: Single Inheritance / ConstraintViolationException / Pos

2007-09-14 Thread waynebaylor
you can use @Column like this: @OneToMany(cascade = {CascadeType.ALL}) | @Column(nullable=false) | ListJuniors juniors = new ArrayListJuniors(); | | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084451#4084451 Reply to the post :

[jboss-user] [JBoss Seam] - Re: page flow question

2007-09-14 Thread bsmithjj
you can also use basic Servlet-container security to achieve a similar result: | security-constraint | web-resource-collection | web-resource-namerestricted-urls/web-resource-name | url-pattern/myapp/auth/*/url-pattern | /web-resource-collection |

[jboss-user] [EJB 3.0] - Re: Programmatically determining ear name for JNDI lookups:

2007-09-14 Thread waynebaylor
i would recommend that you not include the EAR name at all in your JNDI names. for example, if you have the bean class: | @Stateless | @Local(com.mycomp.MyLocal.class) | @Remote(com.mycomp.MyRemote.class) | public class MyBean implements MyLocal, MyRemote | { | ... | } |

[jboss-user] [JBossCache] - Re: What is the relation between in-memory nodes and nodes i

2007-09-14 Thread sg283
Genman , Manik, Please reply. Thank you in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084457#4084457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084457 ___

[jboss-user] [Beginners Corner] - Tuning DB connections and Max threads in JBOSS 3.2.2

2007-09-14 Thread cletuspapa
Trying to find some means to tune DB connections and thread's on JBOSS 3.2.2 ( Release ID: JBoss [WonderLand] 3.2.2 (build: CVSTag=JBoss_3_2_2 date=200310182216)) I know already this is a very old release of JBOSS the vendor we have chosen has a deployed application so I'm kinda stuck with

[jboss-user] [EJB 3.0] - Re: Returning an EJB from other

2007-09-14 Thread waynebaylor
what about adding a initialize(...) method that your EJB calls before returning it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084461#4084461 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084461

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-14 Thread dleerob
anonymous wrote : Regarding the ending of the task without the variables being set, that is probably not an issue since all should take place in a transaction, but I'm not sure... I'll get back with more info in an hour. | Thanks Ronald, this works for me: if I call

[jboss-user] [JBoss jBPM] - j4j:processLogs

2007-09-14 Thread lmichenaud
Hi, I'm trying to use that code : anonymous wrote : j4j:getProcessLogs target=#{logs} | processInstance=3040/ but it returns nothing. Is it supposed to do the same as : anonymous wrote : Map processLogs = this.jbpmContext.getLoggingSession().findLogsByProcessInstance(3040);

[jboss-user] [JBoss Seam] - Re: Double authentication in different parts of a site

2007-09-14 Thread [EMAIL PROTECTED]
Try using the same login xhtml code except pass a param in the h:commandButton to denote userType, then in your Authenticate @RequestParameter String userType which you can do the logic after that for the database queries. -Samuel View the original post :

[jboss-user] [JBoss Seam] - Re: pages.xml - no-conversation-view-id problem?

2007-09-14 Thread [EMAIL PROTECTED]
You'll have to reference Seam 2.0 docs for the answer here: [no-conversation-view-id] tells Seam to redirect to a different page if a request originates from a page rendered during a conversation, and that conversation no longer exists -Samuel View the original post :

[jboss-user] [JBoss Seam] - Re: pages.xml - no-conversation-view-id problem?

2007-09-14 Thread jacob.orshalick
Try adding conversation-required=true in addition to no-conversation-view-id. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084480#4084480 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084480

[jboss-user] [Security JAAS/JBoss] - NullPointerException thrown from LDAP Context

2007-09-14 Thread jbosexplorer
Hi There, I'm trying to configure LDAP setup in my local JBoss 4.2.1 server. I've added application-policy name = MY-LDAP login-module code = org.jboss.security.auth.spi.LdapExtLoginModule flag = required module-option

[jboss-user] [JBoss Seam] - Re: Double authentication in different parts of a site

2007-09-14 Thread p.chevillon
Thanks Samuel I try that right now ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084485#4084485 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084485 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: subclassing Variable Resolver

2007-09-14 Thread [EMAIL PROTECTED]
Dynamic forms/variables can be accomplished without touching the Variable Resolver, unless you really want to do so. Use Facelet's composite templating + custom EL Functions + Custom Facelet's Tags. Prime example? http://jroller.com/RickHigh/entry/facelets_magic_saves_you_from1 Seach google

[jboss-user] [JBossWS] - Port does not contain operation meta data for: operationName

2007-09-14 Thread itrahulsoni
I have created One webservice using the JBossws tool Tools I am using : JBoss 4.0.5 GA Application Server JBossws Class and Ant to build and deploy the webservice on the AppServer Interface is: import java.rmi.Remote; import java.rmi.RemoteException; public interface math extends Remote {

[jboss-user] [JNDI/Naming/Network] - Re: binding to local name space at startup

2007-09-14 Thread waynebaylor
do you want to bind to the ENC (java:comp/env/jdbc/...) or to the JVM namespace (java:/...)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084466#4084466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084466

[jboss-user] [EJB 3.0] - Inheritance and proxy class

2007-09-14 Thread jc7442
I have the following model: A class A has a reference to a class B. B has several subclasses including C. Relation between A and B is Lazy. When I get an A instance from the DB, I invoke the getB() method if A class and then I cast the B instance into C in order to invoke a method that only

[jboss-user] [EJB 3.0] - Re: Returning an EJB from other

2007-09-14 Thread wolfc
Either create a method which initializes the bean: @Init void create(int state) | { |this.state = state; | } Put that same method in you business interface. Note that the @Init is actually meant for use with an EJB 2.1 client view. Or if you want a reference to the current bean:

[jboss-user] [JBoss Seam] - pages.xml - no-conversation-view-id problem?

2007-09-14 Thread bsmithjj
Hello, I have the following rule: | page view-id=/abo_edit.xhtml no-conversation-view-id=/index.xhtml | navigation from-action=#{aboDelegateManager.setApplicationABODelegate} | render view-id=/abo_edit_successful.xhtml/ | /navigation | /page | If I type the URL

  1   2   3   >