[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-16 Thread pbaker01
Hi again Clebert, Thank you for the reply. Starting/Stoping the EAR is not the solution that I am looking for. However, that said, perhaps you are correct. I should focus on the basic problem and that is how to expose the startDelivery and stopDelivery methods in JMX. I want to configure my

[jboss-user] [JBoss Tools (users)] - Re: JDK 5 or 6 with JBoss AS 5, eclipse ganymede, JBoss tool

2008-12-16 Thread max.ander...@jboss.com
Any bugreports for it ? I've been running with java6 under windows for some time now...no problems yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196771#4196771 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196771

[jboss-user] [JBoss Tools (users)] - Re: XSD validation in Eclipse

2008-12-16 Thread max.ander...@jboss.com
speleomaniac, run eclipse with -debug and you should get info in Error Log view about missing dependencies etc. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196773#4196773 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss tools 3 daily Deployment failure due to spaces?

2008-12-16 Thread max.ander...@jboss.com
Well, lets be clear here ;) Having spaces in deployment is completely ok, but Hibernate JPA in older versions of AS would fail with this PersistenceException. This issue was fixed in later AS's and if you use that you will also not see this issue. I assume JBIDE-3368 works around this by

[jboss-user] [Microcontainer] - Re: Define dependency for ValueMetaData?

2008-12-16 Thread alesj
ALRubinger wrote : | Possible? This is so that the target value is available before I inject via an annotation plugin. | Sure, we do it all the time. Check AbstractDependencyValueMetaData on how it's done. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: EAR won't deploy to server

2008-12-16 Thread max.ander...@jboss.com
ghtdak, The AS functionality clearly does create and EAR but because of the bug Rob is talking about the automatic setup does not work for AS5 GA - it does work for AS4.x. This issue has nothing to do with missing dependencies since if there were missing dependencies related to AS

[jboss-user] [JBoss Tools (users)] - Re: Unknown context variable name:

2008-12-16 Thread max.ander...@jboss.com
sylvain, try and unselect the Birt feature and see if it installs fine for you then. We have had issues with the Birt dependencies not being downloaded correctly under Eclipse Ganymede. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196777#4196777 Reply to

[jboss-user] [Microcontainer] - Re: Does the Microcontainer register MBeans that it deploys

2008-12-16 Thread alesj
Gary Marsh wrote : | Are MBeans deployed differently from POJOs, or do I have a mistake in my service.xml file? Renaming it to -service.xml and adding 'm' to bean doesn't make it magically work. See how we defined mbeans in JBossAS for the last 5 years. ;-) View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: when i stop my jboss server i get the following exceptio

2008-12-16 Thread vartika
I'm using Jboss 4.2.2. I am running a command in Putty (sudo ./jboss_init_redhat.sh stop) in order to stop the server and I'm facing the exception. Thanks, Vartika View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196779#4196779 Reply to the post :

[jboss-user] [EJB 3.0] - Re: javax.persistence.EntityNotFoundException: deleted entit

2008-12-16 Thread misterpea
My colleague found a solution, but first of all an amendment ... In my company bean I had: | @OneToMany(cascade = CascadeType.ALL, |mappedBy = company, |fetch = FetchType.EAGER) | private SetEmployee employees; | not |

[jboss-user] [JBoss jBPM] - Re: Storing process instance creator

2008-12-16 Thread Olivier_Debels
There are other options. You can f.e. create a separate table for requester's and link it to process instances. requester table is then a link table between process instances and your (or the jbpm's) identity tables. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: XSD validation in Eclipse

2008-12-16 Thread speleomaniac
You are mentioned the log file under my workspace directory, metadata, and .log.. I deleted its content and started the eclipse with -debug Only thing I get inside is below and it seems nothing to do with our problem !SESSION 2008-12-16 09:32:53.687

[jboss-user] [JBoss Tools (users)] - Re: XSD validation in Eclipse

2008-12-16 Thread speleomaniac
You are mentioned the log file under my workspace directory, metadata, and .log.. I deleted its content and started the eclipse with -debug Only thing I get inside is below and it seems nothing to do with our problem !SESSION 2008-12-16 09:32:53.687

[jboss-user] [JBoss Tools (users)] - Re: XSD validation in Eclipse

2008-12-16 Thread speleomaniac
Ups double post sorry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196786#4196786 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196786 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Applications stop responding

2008-12-16 Thread jaikiran
sachin1506, The original poster opened this thread for a different question. Please do not hijack the topic. Henceforth, please open new thread for your questions :-) anonymous wrote : hey can any one tell me that which version of jboss should i use for deploying ejb 2.0 applications . |

[jboss-user] [JBoss jBPM] - TaskInstance lifecycle

2008-12-16 Thread pgros
anonymous wrote : Currently, completed task instances are marked with an end date so that they are not fetched with subsequent queries for tasks lists. But they remain in the JBPM_TASKINSTANCE table. Is there a way to delete them with jbpm or have i to create a custom querry for that? because

[jboss-user] [Installation, Configuration DEPLOYMENT] - har in ear on jb 4.2.3

2008-12-16 Thread meme
Hi there, I'm trying to deploy an ear which contains an har on a jboss 4.2.3. Everything runs fine, except the har, which is not deployed. In the har exists a hibernate-service.xml which is not read. Also changing this name to jboss-service.xml didn't change anything. My application.xml

[jboss-user] [JBoss jBPM] - Re: TaskInstance lifecycle

2008-12-16 Thread pgros
... and i'm interested in the same question for ProcessInstance Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196790#4196790 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196790

[jboss-user] [JBoss and NetBeans] - Configuring JBoss 5.0.0.GA in NetBeans 6.5

2008-12-16 Thread giordano
Hello everybody, I tried to configure JBoss 5.0.0.GA under NetBeans 6.5 but in the server configuration wizard the Domain combo box is empty. Anyone is able to explain this problem? Thanks in advance and bye, Giordano View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: web services in axis.war can't find classes in .ear JBos

2008-12-16 Thread JBossDeploy
Hi , Please let me know if you have got any solution Regards Partha View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196793#4196793 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196793

[jboss-user] [JBoss Messaging] - javax.jmx.Session and XAConnectionFactory

2008-12-16 Thread ivan.rododendro
Hello, we have a SLSB who register himself as producer of a topic, in post construct we create Conection, Session Porducer, and in send() we call session.createObjectMessage(): | @PostConstruct | public void postConstruct() { | try { | connection =

[jboss-user] [JBoss/Spring Integration] - Spring TransactionManager

2008-12-16 Thread jegutierrezl
Good mooirning, i try use the java:/TransactionManager of JBoss 5.0 on Spring 2.5 but i have the next error: org.springframework.beans.TypeMismatchException: Failed to convert property value of type [com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionManagerImple] to required type

[jboss-user] [JBoss jBPM] - Re: serialization or parallel in a tasknode

2008-12-16 Thread kukeltje
co-signing is two different tasks in one way or another related to the same casedata Making the number of tasks runtime configurable is possible with the foreachforkhandler Example is in the wiki. And searching the forum might help... some of these questions have been asked and

[jboss-user] [JBoss jBPM] - Re: is it possible to implement part of the flow in run time

2008-12-16 Thread kukeltje
there is no taskorder in a tasknode If it is urgent, buy commercial support somewhere (either JBoss or one of it's partners(I'm neither)). This is my free time and stating that things are urgent often do not help... on the contrary... View the original post :

[jboss-user] [JBoss Tools (users)] - Re: EAR won't deploy to server

2008-12-16 Thread ghtdak
yup, the problem had nothing to do with the dependencies. I managed to minimize my imports to get rid of the dependency errors by only importing the JbossAS package. So, it seems to be working (not my code mind you :-) using the fix proposed. thanks for the help. -glenn View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: har in ear on jb 4.2.3

2008-12-16 Thread meme
Hi, I've found the point: The jboss.cache:service=XyzClusteringCache wasn't deployed correctly so the har-deployment was waiting for the ClusteringCache. m. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196800#4196800 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server scoped cross site script filter

2008-12-16 Thread j2eebank
Thanks Peter. Jik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196801#4196801 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196801 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-16 Thread kukeltje
anonymous wrote : Is raises the question wether jbpm is the right choice for enterprise software??[/qupte] | | A valid one (but it is... I can assure you it is used in big companies in very important environments), and I already inquired with 'QA' people about the status of getting access

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-16 Thread janvandeklok
Ronald, I will post some new treads about the other oracle related problems soon. But the main issue there is (as far as I can see) that the oracle implementation does not auto increment the id fields. Apart from creating a hibernate-sequence, the jbpm (or hibernate) does not seem to use

[jboss-user] [Beginners Corner] - Datasources, War and java.lang.StackOverflowError

2008-12-16 Thread gip_
Hi all, I've searched everywhere for errors similar to mine, but I didn't find anything. I think I can assume that I'm doing something completely wrong :-P I am trying to have a web application use a datasource. I'm using mySQL. I configured the datasource with this file mysql-ds.xml file: ?xml

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Having EntityManagers in different SLSB be in sync inside

2008-12-16 Thread icordoba
Hi there, I am having a problem when working with entity managers in different stateless session beans in a same application. I include them via injection: @PersistenceContext(name=myPersistenceContext, unitName=mainPersistenceUnit) | private EntityManager entityManager; |

[jboss-user] [JBoss/Spring Integration] - Re: Spring TransactionManager

2008-12-16 Thread alesj
TMImple looks to be OK - it implements javax.transaction.TransactionManager: - http://anonsvn.labs.jboss.com/labs/jbosstm/trunk/ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/transaction/arjunacore/TransactionManagerImple.java You might have some CL conflict. View the original post :

[jboss-user] [JBoss jBPM] - Re: posting data to an external web application

2008-12-16 Thread kyriakost
Hi, If the libs were there, I wouldn't get the ClassNotFound Exception. I also looked with WinRar find in all of JBoss's jars and they are nowhere. Actually, I was trying to put a class of mine inside a HashMap and put the HashMap inside the flow parameters. Anyway, the problem was solved by

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2008-12-16 Thread lovelyliatroim
anonymous wrote : | No reason, really. Happy to accept a patch, to make this configurable using a cache loader property. | Sorry didnt see this comment when I posted the last one. Where do i submit patches to?? Is there a link on it?? Thanks, LL View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: web services in axis.war can't find classes in .ear JBos

2008-12-16 Thread JBossDeploy
Hi Jaikiran, Would you please give me your mail-id or IM id . My official mail id is partha@rebaca.com and personal is partha_...@yahoo.com Thanks a lot for your replies. Regards Partha View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196843#4196843

[jboss-user] [JBoss jBPM] - Re: Problem with a decision node in a fork, join construct.

2008-12-16 Thread mputz
To finish up on my tests from yesterday, removing the flush() in the Join re-introduced the failure on the direct link from fork to join: | HSQLDB: 3.2.2: OK, 3.2.3: OK, 3.3.0: OK | Oracle: 3.2.2: FAILED, 3.2.3: OK, 3.3.0: FAILED | Postgres: 3.2.2: FAILED, 3.2.3: OK, 3.3.0:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Cannot fully start jboss server 4.2.0. on centos 5.2

2008-12-16 Thread jaikiran
Please post the contents of the jboss-log4j.xml file. While posting xml content or code or logs, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button before posting, to ensure your post is correctly formatted. View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Cannot fully start jboss server 4.2.0. on centos 5.2

2008-12-16 Thread jaikiran
!-- Buffer events and log them asynchronously -- |appender name=ASYNC class=org.apache.log4j.AsyncAppender | errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler/ | appender-ref ref=FILE/ | !-- | appender-ref ref=CONSOLE/ | appender-ref ref=SMTP/

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: web services in axis.war can't find classes in .ear JBos

2008-12-16 Thread jaikiran
The forums are the best place to discuss these questions, because even others will be able to help :-) And never post your email ids or be ready for spam :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196868#4196868 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: No auto-id for jbpm when running on Oracle

2008-12-16 Thread janvandeklok
Ai Martin shame on me!!! We have 2 hibernate.cfg.xml deployed in the jboss server: 1 that comes with the JBPM installation and 1 that was generated by SEAM for our application. Since JBPM did create-drop the jbpm tables and that behaviour was NOT specified in the JBPM hibernate.cfg.xml

[jboss-user] [JBossMQ] - Re: [JmsActivation] Failure in jms activation What would be

2008-12-16 Thread adr...@jboss.org
anonymous wrote : javax.naming.NameNotFoundException: jms not bound As it says, there's no such binding in jndi, probably because there is no such queue. anonymous wrote : destination=jms/OrderBillingQueue Check your jndi config for the DefaultJMSProvider in jms-ds.xml since this looks like a

[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2008-12-16 Thread faite
I am trying to use the sub-process but it don't work, some body said to download the source code and build the jbpm to make it work? That is true?, because that is going to make everything slow to me. there is a short way to fix this? there is a version I can download that work using

[jboss-user] [JBossMQ] - Re: configuring BasicThreadPool

2008-12-16 Thread adr...@jboss.org
prabhun wrote : | When ever there are more messages to process, our server goes to a hung state and not responding. The server status shows that it is running but it is not responding to any aplication calls. Even the Jmx console is not opening. | If the symptoms are really as you assert

[jboss-user] [JBossMQ] - Re: Maximum number of topics that jboss can support

2008-12-16 Thread adr...@jboss.org
The is only theoretical limit is memory. The datastructures controlling topics (which are very small) can't be paged onto external storage like the messages can. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196903#4196903 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Doesn't redeploy on change

2008-12-16 Thread max.ander...@jboss.com
Double click the server, in the editor there is an area related to Publishing - in here is a field with seconds to wait before redeploy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196904#4196904 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: XSD validation in Eclipse

2008-12-16 Thread max.ander...@jboss.com
so which editor are you opening the file with ? could you try right click on the file and use Open With and ensure you use the JBoss Tools XML Editor ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196905#4196905 Reply to the post :

[jboss-user] [JBossWS] - Re: Username token is not interoperable with gSOAP client

2008-12-16 Thread ahmedmhyd
where you able to solve it?I am getting the same error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196907#4196907 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196907 ___

[jboss-user] [Management, JMX/JBoss] - JBoss 5.0.0.GA on MySQL, migration problem

2008-12-16 Thread raczer
I tried to migrate my app from 4.2.3 (with new messaging), to 5.0.0GA, both on mysql. The app havily relies on queues, and JMS also uses mysql for persistence. Now, raw JBoss has messaging on Hypersonic, and this starts ok. But when configured with the mysql-persistence-service.xml, which I

[jboss-user] [JBoss Messaging] - JBoss 5.0.0.GA on MySQL, migration problem

2008-12-16 Thread raczer
I tried to migrate my app from 4.2.3 (with new messaging), to 5.0.0GA, both on mysql. The app havily relies on queues, and JMS also uses mysql for persistence. Now, raw JBoss has messaging on Hypersonic, and this starts ok. But when configured with the mysql-persistence-service.xml, which I

[jboss-user] [Management, JMX/JBoss] - Re: JBoss 5.0.0.GA on MySQL, migration problem

2008-12-16 Thread raczer
sorry, wrong topic View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196915#4196915 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196915 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: web services in axis.war can't find classes in .ear JBos

2008-12-16 Thread JBossDeploy
Ok :-) Thanks ! BTW we have got a workaround using reflection. The objects which are returned from the web services , we are using reflection in the delegates to instantiate and invoke methods. This is working. What we have understood that the problem lies with the different classloaders

[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2008-12-16 Thread faite
Somebody can help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196917#4196917 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196917 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: XSD validation in Eclipse

2008-12-16 Thread speleomaniac
I am sorry but it already opened with 'JBoss Tools XML Editor' I just thought about this exception that I sent in the previous post Can this shortcut overlaping between Sprind IDE and Seam can mess the initialization of the Seam plugin? View the original post :

[jboss-user] [JBoss jBPM] - Re: How to best control access from multiple threads to a Pr

2008-12-16 Thread jse
AmiraTalbi You exactly understand the problem... and you are right, it is not specifically a jBpm issue. There is a resource (the process instance) that needs to be used/updated by each thread in turn, not all at once. The reason I did not want to use your suggestion is that I think that this

[jboss-user] [JBoss Portal] - Convert all portlets to normal window state

2008-12-16 Thread tombol
Is there a way to convert all portlets to windowstate normal at once? I want to hit a link and to force all portlets of my page to be reverted to windowstate=normal thanks in advanced thomas. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196892#4196892

[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2008-12-16 Thread faite
I changed the process definition process-definition xmlns=urn:jbpm.org:jpdl-3.2 name=listingloads | start-state name=load new file | transition to=fork1 | /transition | /start-state | node name=fork1 | action

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Updating deployed applications while keeping old session

2008-12-16 Thread PeterJ
No to that also. If memory serves me correctly, even WLS behaved like JBoss AS in this regard not too long ago. I think that it was about 2 years ago when I first heard of the new ability of WLS to gracefully handle application updates. I distinctly recall that because at the time I was

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Cannot fully start jboss server 4.2.0. on centos 5.2

2008-12-16 Thread jurerai
Here it is: | ?xml version=1.0 encoding=UTF-8? | !DOCTYPE log4j:configuration SYSTEM log4j.dtd | | !-- = -- | !-- -- | !-- Log4j

[jboss-user] [Beginners Corner] - Re: Datasources, War and java.lang.StackOverflowError [Solve

2008-12-16 Thread gip_
Jaikiran, perfect catch! Thanks a lot, Gip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196882#4196882 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196882 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: JBPM-3.3.0 login issues

2008-12-16 Thread mr.sathya
Thanks Janvandeklok..it is working for me.. I can able to login to jbpm-console with the user table data. But i cant able to login into gwt-console.is gwt-console is using diffrent tables?whether i have ti edit any other files for this. while logging into the gwt-console.it is showing

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2008-12-16 Thread manik.surt...@jboss.com
Yeah, unfortunately without a proper thread dump it is hard to tell where the problem is. Can you not simulate this in a test or staging environment, by loading one server (which runs the TcpCacheServer) artificially (maybe even give it less memory so it has to perform GC more often) and try

[jboss-user] [JBossMQ] - Re: SAP as a JMS provider

2008-12-16 Thread adr...@jboss.org
adr...@jboss.org wrote : I doubt you can access the SAP jndi server using jnp? | jnp is the jboss jndi protocol name. I also doubt SAP call their jms ConnectionFactory binding UIL2XA... that's the jbossmq name. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2008-12-16 Thread manik.surt...@jboss.com
No reason, really. Happy to accept a patch, to make this configurable using a cache loader property. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196812#4196812 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196812

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configuring BasicThreadPool

2008-12-16 Thread prabhun
Hi, We are using Jboss 4.2.3 with Jboss MQ. When ever there are more messages to process, our server goes to a hung state and not responding. The server status shows that it is running but it is not responding to any aplication calls. Even the Jmx console is not opening. I am thinking if we

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Which version of jboss to use for deploying ejb2.0

2008-12-16 Thread jaikiran
sachin1506 wrote : | Actully i wanted to know that in latest versions some methods are deprecated | and i have applications written with ejb2.0 | Can you please post those methods? I do know that the latest version of JBoss supports EJB 2.1 but if you are looking specifically for EJB

[jboss-user] [JBoss jBPM] - Re: How to define a process definition that has multiples su

2008-12-16 Thread faite
I added the binding=late attribute to the sub-process and now is working, it is going to be used to get the later version of my sub-process. Thanks for your help process-state name=process-state2 | sub-process name=processlistings binding=late/ | transition

[jboss-user] [JBoss Messaging] - Re: javax.jmx.Session and XAConnectionFactory

2008-12-16 Thread ivan.rododendro
thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196815#4196815 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196815 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Updating deployed applications while keeping old session

2008-12-16 Thread Jan_Bruun_Andersen
Hmmm. Any way to do a graceful shutdown of JBoss so it will allow existing session to finish, while blocking new sessions? Or am I missing something here when it comes to deployment of EAR-files? Do people just throw the files in there and hope that nothing bad happens to existing users? View

[jboss-user] [JBoss Messaging] - Re: JBoss 5.0.0.GA on MySQL, migration problem

2008-12-16 Thread PeterJ
Configuring messaging to use MySQL instead of Hypersonic is a multi-step process. I imagine you missed a step or two. Here are the steps (hope it didn't forget any): 1) Place the JDBC JAR file into the server/xx/lib directory 2) Remove server/xxx/deploy/messaging/hsqldb-persistence-service.xml

[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-16 Thread clebert.suco...@jboss.com
Ok... Now I have a question: With JBoss4 I used to be able to call StopDelivery directly on the MDB. All I had to do is find the MDB MBean, usually with a name like: binding=message-driven-bean,jndiName=local/mdbexam...@1421788223,plugin=invoker,service=EJB This is actually documented on

[jboss-user] [JBoss Tools (users)] - Re: XSD validation in Eclipse

2008-12-16 Thread max.ander...@jboss.com
that is just about the double registration of find references both done by springide and jboss tools...this should not effect the editors syntax highlight and completion View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196935#4196935 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - [org.apache.axis2.deployment.WarBasedAxisConfigurator] The f

2008-12-16 Thread ccooltechi
Hi All I developed a service using axis 2 with eclipse while deploying the service through eclipse this runs fine but when i try to deploy the service after making an ear it gives me the error below. i will be greatfull to all of you for giving me a solution. have searched a lot on google

[jboss-user] [JBossWS] - Can not engage WS security

2008-12-16 Thread lordxxx
Hi all, I have troubles making JBoss 5.0 GA to sign my SOAP messages. I have an external web-service on HTTPS hosting. It expects all incoming messages to be singed with BinarySecurityToken element. I performed the following steps: 1. Read

[jboss-user] [JBoss jBPM] - SLSB + JBPM Rollback

2008-12-16 Thread AmiraTalbi
Hi; I need an urgent help please concerning JBPM exception handling. I have a process where I modeled a general exception. All my action handlers delegate business logic to Session beans (SLSB). And when an error is to be catched by that exception handler, it has to be rollbacked, and at that

[jboss-user] [JBoss jBPM] - Re: How to best control access from multiple threads to a Pr

2008-12-16 Thread AmiraTalbi
I had the same problematic. It's not a JBPM problem but a process state consistency. I presume that you're receiving msg form asynchronous systems via an MDB. In that case, you can change the PoolSize of that EJB to One, so that it will proceed messages one by one. Hope it will help View

[jboss-user] [JBoss Messaging] - Re: Message persistence

2008-12-16 Thread ataylor
Hypersonic is the out of the box persistence engine. look under server/messaging/data and you'll see a hypersonic folder. Delete this if you want to clear the messages. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196804#4196804 Reply to the post :

[jboss-user] [JBossMQ] - Re: SAP as a JMS provider

2008-12-16 Thread adr...@jboss.org
I doubt you can access the SAP jndi server using jnp? jnp is the jboss jndi protocol name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196899#4196899 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196899

[jboss-user] [EJB 3.0] - Re: Stopping an MDB from Listening to a Queue

2008-12-16 Thread pbaker01
Clebert, Thanks for following up on this.. I do think that I have a configuration problem though because even with Joss4 I did not have the start/stopDelivery methods shown on the MDB within the JMX console. I do think that we have narrowed down my problem to: - Is there any special

[jboss-user] [JBossMQ] - Re: configuring BasicThreadPool

2008-12-16 Thread prabhun
Hi Adrian, Thank you. We use the following JVM options -Xms3g -Xmx3g -XX:ThreadStackSize=128 -XX:+UseParallelGC -XX:MaxPermSize=256m -XX:NewRatio=1 And we use SunOS. I am not sure whether these parameters matches between them and with the operating system. Can you please shed some light

[jboss-user] [JBoss jBPM] - Re: TaskInstance lifecycle

2008-12-16 Thread pgros
Ok found the answear already by my own when processInstance or taskInstance are ended they are still available The taskInstances are deleted when the processInstance is deleted: graphSession.deleteProcessInstance() View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2008-12-16 Thread lovelyliatroim
Reason im asking is this, i didnt have time yesterday to go into detail. I ran some load tests on my app in a 3 node cluster. One node in particular takes more of the load than the others and this node also hosts the TcpCacheServer. After a while lets call it node3 ran into difficulties with

[jboss-user] [JBoss jBPM] - jpdl 3.2.3 - 3.3 and new behavior of getGroupTaskList()

2008-12-16 Thread nilian
Hi, we migrated from jpdl v3.2.3 to v3.3 and did see some new behavior for JBPMContext.getGroupTaskList(List actorIds). In our scenario we assigned the same task to two groups of users (two pooledActorIds. Calling JBPMContext.getGroupTaskList(List actorIds) with these two groupidents returns a

[jboss-user] [Management, JMX/JBoss] - Work Directory

2008-12-16 Thread thitoh
I wan't to get the work Directory (Used for JSP caching) invoking MBean methods... Which MBean has this information? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196941#4196941 Reply to the post :

[jboss-user] [JBoss jBPM] - No auto-id generation for JBPM running on Oracle

2008-12-16 Thread janvandeklok
Hello, We are running seam/jbpm on oracle. The jbpm version is 3.3.0 GA We ran into several problems that we did not experience when running the stuff on HSQLB. One of the problems (and this is probably also the cause for other oracle related problems) is that oracle does not have auti-id

[jboss-user] [Beginners Corner] - Re: Datasources, War and java.lang.StackOverflowError

2008-12-16 Thread jaikiran
gip_ wrote : Hi all, | | I've searched everywhere for errors similar to mine, but I didn't find anything. I think I can assume that I'm doing something completely wrong :-P | Similar to this http://www.jboss.com/index.html?module=bbop=viewtopict=144301 ;-) gip_ wrote : | and the

[jboss-user] [Beginners Corner] - Re: jboss-dukes-bank app

2008-12-16 Thread pepelara
Hi, I was googling and I have solved the problem about the InitialContex: I was needing to add some jar into the prject. Now I have some problems when callin some local-home interfaces from the ejbCreate mthod of a Session Bean. My code is as followes: | package com.sun.ebank.util; | |

[jboss-user] [JBoss jBPM] - JBPM And OSGi Integration

2008-12-16 Thread andrea.zoppello
Hi all, I really like to know if JBPM4 will be able to be deployed as OSGi Bundle ( for example inside equinox or felix ). If so, is there any documentation about that??? Andrea View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196881#4196881 Reply to the

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2008-12-16 Thread manik.surt...@jboss.com
lovelyliatroim wrote : | | Sorry didnt see this comment when I posted the last one. Where do i submit patches to?? Is there a link on it?? | | There isn't one - you'll need to create a JIRA and attach it there. View the original post :

[jboss-user] [Security JAAS/JBoss] - nt login authentication

2008-12-16 Thread cro110011
hi all I try to setup a kerberos security configuration with a standalone java client on windows xp; the client correctly gets the nt login from windows os using a configuration that looks like this: ntlogincontextname { com.sun.security.auth.module.NTLoginModule required; }; the client java

[jboss-user] [JBoss jBPM] - Re: Require JBPM tutorial

2008-12-16 Thread salaboy21
I have my personal blog: http://salaboy.wordpress.com But is in spanish, you can translate it with: translate.google.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196845#4196845 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Storing process instance creator

2008-12-16 Thread kukeltje
Olivier, That table is in your domain model then. I would not relate it to the identity tables View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196808#4196808 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196808

[jboss-user] [JBoss Tools (users)] - Doesn't redeploy on change

2008-12-16 Thread juanignaciosl
I've just installed JBossTools Beta 1 at Ganymede, WinXP. I've created a new Seam project and deployed it at JBoss 4.2. Everything's fine, server will start, project is deployed. My problem is that changing a file (.xhtml or Java, it doesn't matter) doesn't trigger a redeploy. If I change a

[jboss-user] [JBoss jBPM] - Re: No auto-id for jbpm when running on Oracle

2008-12-16 Thread mputz
If you have created the jBPM tables using the provided jbpm.jpdl.oracle.sql script, a sequence should have been created, too: create sequence hibernate_sequence; The mapping files are held pretty generic when it comes to id generation: id name=id column=ID_generator class=native //id This allows

[jboss-user] [Security JAAS/JBoss] - Re: JBoss with SSL

2008-12-16 Thread Marcos_APS
- JBoss 4.2.3.GA - Java 5 Update 17 - Windows Server 2003 SP2 Hello, everybody! Since my first post, I've done some research on how to enable SSL in JBoss. Two articles were very helpful to me: - An article that teaches how to configure SSL on Tomcat (I thought that it was good to start from

[jboss-user] [Installation, Configuration DEPLOYMENT] - Which version of jboss to use for deploying ejb2.0

2008-12-16 Thread sachin1506
Hey Jaikiran, Thnx and sorry for that . Actully i wanted to know that in latest versions some methods are deprecated and i have applications written with ejb2.0 so ll the latest version be compatible to ejb2.0 i dint get any documents even related to that View the original post :

[jboss-user] [JBoss Messaging] - Re: javax.jmx.Session and XAConnectionFactory

2008-12-16 Thread ataylor
This looks like a question for the app server guys. Post on their forum and they should be able to help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196811#4196811 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196811

[jboss-user] [JBoss Messaging] - Re: Messages stucking in JBM_MSG (JBoss Messaging 1.4.0.SP3)

2008-12-16 Thread fheldt
You were right and i was totally blind :-( The Messages were in the DLQ. I wrote a little program that pulled them out of the DLQ and just resend them, as you suggested. Many thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196844#4196844 Reply to the

[jboss-user] [JBoss jBPM] - No auto-id for jbpm when running on Oracle

2008-12-16 Thread janvandeklok
Hello, We are running seam/jbpm on oracle. The jbpm version is 3.3.0 GA We ran into several problems that we did not experience when running the stuff on HSQLB. One of the problems (and this is probably also the cause for other oracle related problems) is that oracle does not have auti-id

[jboss-user] [JBoss Portal] - Howto: insert Portlet via your layout.jsp

2008-12-16 Thread JohnnyTheHun
What I was looking for: - I am going to create a dozen pages (programmaticly) with the same layout. - On every page I want to have the same portlets on one region. - I can add portlets by hand or programmaticly, but! if I want to change the portlets that need to get displayed on every page, I

[jboss-user] [JBoss jBPM] - Re: Storing process instance creator

2008-12-16 Thread kukeltje
Nor to the processinstances... use the businesskey for that View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196809#4196809 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196809

  1   2   >