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

2008-12-15 Thread max.ander...@jboss.com
ghtdak, you still haven't told me what your actual issue is. The logging file just indicates you haven't installed all dependencies. What is the *specific* thing that does not work for you ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196462#4196462 Reply

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

2008-12-15 Thread max.ander...@jboss.com
btw. Birt et.al. is *not* needed for normal operation so I still need to understand what your actual issue is to help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196464#4196464 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Using TCP, Unable to reconnect. Don't know why?

2008-12-15 Thread b...@jboss.com
MERGE2 is in the wrong place. UNICAST is missing, TCP.loopback should be true. Where did you get this config from ? Here's a correct config (from 2.7 though): UDP mcast_addr=${jgroups.udp.mcast_addr:232.10.10.10} mcast_port=${jgroups.udp.mcast_port:45588} tos=8

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Cannot reorder the web application deployment order!

2008-12-15 Thread noelo
Take a look at www.jboss.org/community/docs/DOC-12473 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196467#4196467 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196467 ___

[jboss-user] [JBoss Portal] - jboss Portal, as400 - doesnt fire up

2008-12-15 Thread thinwath
Hi guys, I'm trying to get the jboss portal 2.7.0 to work on an as400 (iSeries) machine. JDK 1.5 is installed and works, but at starting the portal we get following expcetpion | 16:35:11,422 INFO [Server] Starting JBoss (MX MicroKernel)... | 16:35:11,430 INFO [Server] Release ID: JBoss

[jboss-user] jboss Portal 2.7.0, iSeries (as400)

2008-12-15 Thread thinw...@yahoo.de
Hi guys, I'm trying to get the jboss portal 2.7.0 to work on an as400 (iSeries) machine. JDK 1.5 is installed and works, but at starting the portal we get following expcetpion Code: 16:35:11,422 INFO [Server] Starting JBoss (MX MicroKernel)...

[jboss-user] [JBoss jBPM] - process variable not persisted when changed in sub process

2008-12-15 Thread janvandeklok
Hello. We have installed JBPM 3.3.0 for evaluation purposes. During testing we ran into some problems when using subprocesses. According to the documentation, a variable defined in a subprocess should be saved in the mainprocess when the subprocess ended. This does not seems to be the case in

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

2008-12-15 Thread janvandeklok
Hello, I'm using jbpm 3.3.0. and we noticed a problem with the following process construction: a fork that splits into 3 decision nodes, these decision nodes transition to either a task node or directly toi the join. Transitions from the decision to the task node are OK, transitions from

[jboss-user] [JBoss Messaging] - Re: Upgrading to JBoss 5.0

2008-12-15 Thread ataylor
You probably need to do something like add an interceptor to the following aspect. bind pointcut=execution(* org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate-createConnectionDelegate(..)) | advice name=handleCreateConnectionDelegate

[jboss-user] [JBoss Messaging] - Re: How to maintain order of message processing?

2008-12-15 Thread ataylor
This is a question for the app server guys. This question has been raised a few times, search on the forums and you should find the answer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196477#4196477 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Using TCP, Unable to reconnect. Don't know why?

2008-12-15 Thread nachiket_patel
Hi bela, I am having one question, How come sequence matters Why you have not used ?? And You pasted UDP config. So now i think i should refer to TCP config given in JGroups.jar. Thanks Nachiket View the original post :

[jboss-user] [JNDI/Naming/Network] - about overrive MDB configuration

2008-12-15 Thread ssang
when i override MDB configuration, I got some exception in Jboss 5.0GA 2008-12-15 13:17:27,730 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Create: name=jboss.j2ee:jndiName=local/processevent...@17108998,service=EJB state=Configured mode=Manual

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

2008-12-15 Thread mareshkau
I have tried to work on java 6 under linux, eclipse 3.4.1 classic was unstable and crashes sometimes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196515#4196515 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196515

[jboss-user] [JBoss Cache: Core Edition] - Re: Using TCP, Unable to reconnect. Don't know why?

2008-12-15 Thread nachiket_patel
Hello, Thanks for help, now it is working. I am using given configuration for TCP. TCP start_port=7800 discard_incompatible_packets=true max_bundle_size=64000 max_bundle_timeout=30

[jboss-user] [Beginners Corner] - unable to supply libraries

2008-12-15 Thread alfonz19
Hi, I've got some web application, so far I wrote only single servlet and it works ok. Now I try to call code from some library. I set dependency on this library in netbeans, so jar of this library is included in war. But this this library needs OTHER library to run(no at compile time)

[jboss-user] [JBoss jBPM] - Re: process variable not persisted when changed in sub proce

2008-12-15 Thread janvandeklok
Martin, It certainly looks like a deja vu! In the current code of 3.3.0. ther is no flush before the session.lock method. Was the calling the flush before taking the lock the solution to the problem?? If so, will this be fixed soon?? Jan View the original post :

[jboss-user] [JBossMQ] - [JmsActivation] Failure in jms activation What would be it?

2008-12-15 Thread diogo.gonzaga
I'm trying to deploy an application example and I got this error: 12:27:04,922 WARN [JmsActivation] Failure in jms activation org.jboss.resource.adapter.jms.inflow.jmsactivations...@16095fc(ra=org.jboss.resource.adapter.jms.jmsresourceadap...@c92ed6 destination=jms/OrderBillingQueue

[jboss-user] [JBoss Messaging] - Re: JBossMessaging 1.4.2: When?

2008-12-15 Thread gaohoward
hi, We are working towards this release this week. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196546#4196546 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196546 ___

[jboss-user] [JBoss jBPM] - Re: How to configure org.jbpm.web.JobExecutorLauncher?

2008-12-15 Thread vkozlov
mputz, I tried it just now - but unsuccessfully. I use Firebird as JBPM DB, and as far as I can see - the JobExecutor holds opened transaction from its start to infinite... The only one solution I can find is https://jira.jboss.org/jira/browse/JBSEAM-3837 - because

[jboss-user] [EJB 3.0] - Re: ejb 3.0 deploy/environment error for jboss 5 beta2

2008-12-15 Thread nickleus
did you figure this out? what was wrong and what was the solution? i have the same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196569#4196569 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196569

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

2008-12-15 Thread janvandeklok
Martin, Just posted the test result before your last response Jan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196560#4196560 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196560

[jboss-user] [EJB/JBoss] - EJB QL

2008-12-15 Thread vijaykanth6
Hi All, I have got the following error while executing the EJB QL My EJB QL:SELECT distinct OBJECT(o) FROM com_afl_global_entity_Partner o WHERE o.id IN (-1,780,1005,1091,1097) ORDER by o.name Error:org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered - at line 1, column 85. Was

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

2008-12-15 Thread kukeltje
is the job table also missing? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196513#4196513 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196513 ___ jboss-user mailing list

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

2008-12-15 Thread kukeltje
Can you also try to run with debug on org.jbpm.graph.node.Join? I'm curious to the value of the lockmode. You can also see that in the database on the definition of the specific join node. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196571#4196571 Reply

[jboss-user] [JBoss Messaging] - Re: Memory leak in JBoss Messaging 1.4.0SP3-CP02

2008-12-15 Thread ataylor
Ok, any chance you can test with jboss 4.2.3.GA to see if you get the same result. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196573#4196573 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196573

[jboss-user] [JBoss Messaging] - Re: JBM Messages stuck in Cluster Environment

2008-12-15 Thread clebert.suco...@jboss.com
I will start with two basic questions... Are you sure you have set clustered=true on messaging-service.xml. And are you sure you have your queues set as clustered? Also... your clients are remote clients or MDBs? View the original post :

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

2008-12-15 Thread clebert.suco...@jboss.com
They are probably on the DLQ. You can configure a number of retries before the message goes towards the Dead Letter Queue. You probably need to consume those messages on the DLQ. of if you have a testing environment, maybe you should just reset your DB. View the original post :

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

2008-12-15 Thread scatu...@gmail.com
It's in my session beans. In the code bellow, identity, credentials and localLocator cause an Unknown context variable name: %variableName% warning. | package org.domain.SeamOne.session; | | /* imports... | */ | | @Stateless | @Name(authenticator) | public class

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

2008-12-15 Thread Marcos_APS
aamonten wrote : you can make your own, please check the wiki Thank you for your reply, Alejandro. I've checked this wiki: http://www.jboss.org/community/docs/DOC-11989 but I didn't see (or didn't understand) how to make my own Certificate. Is this the right wiki? If not, can you please

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

2008-12-15 Thread janvandeklok
Ronald, We use transaction level Read-committed as adviced in the documentation. local-tx-datasource | jndi-nameJbpmDS/jndi-name | transaction-isolationTRANSACTION_READ_COMMITTED/transaction-isolation | | We also tried an XA datasource but that gave the same

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

2008-12-15 Thread kukeltje
hhh. Martin, you are great. Your memory works better than mine ;-) So it was no deja-vu, but a real memory Jan, so it is a regression. Could you try and the flush to the join node, (re) compile jbpm (or that one class) and test? | Index:

[jboss-user] [JBoss Cache: Core Edition] - Re: Using TCP, Unable to reconnect. Don't know why?

2008-12-15 Thread nachiket_patel
No, It is not possible, i have to configure it for Wifi network, so disconnection frequency will be high, but our data is very less (400 to 2000 elements - each contains 3 to 4 primitives and very less update frequency) . So reconnection time should be minimized. Any guidance will be

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

2008-12-15 Thread janvandeklok
The lockMode = FORCE. This is what the debugger says. I don't know where to look for in the database for the lock mode in the join table??? the parentToken that will be locked has a node attribute that called Fork !! The token that is referred to in the exception has a node reference to the

[jboss-user] [JBoss jBPM] - Re: Tying domain objects to JBPM Processes

2008-12-15 Thread ClayM
Would that be via GraphSession.getProcessInstance(definition, key) or something else? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196587#4196587 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196587

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

2008-12-15 Thread akazakov
Which version of Seam (runtime) do you use? Can you reproduce it on JBossTools 3.0 Eclipse 3.4? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196588#4196588 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196588

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

2008-12-15 Thread kukeltje
??? jcr is not used in jBPM anymore What are you trying to do and with what version View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196589#4196589 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196589

[jboss-user] [JBoss jBPM] - Re: process variable not persisted when changed in sub proce

2008-12-15 Thread janvandeklok
Ronald, Wat let je? Leuke tent, goede voorwaardes, uitdagende projecten. Goede mensen altijd welkom. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196592#4196592 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: problem w/ OracleValidConnectionChecker

2008-12-15 Thread b3hagan
Thxs this was helpful to me too. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196595#4196595 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196595 ___ jboss-user mailing list

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

2008-12-15 Thread kukeltje
And it is indeed the parentNode that is locked, so the fork. And the default lock is 'FORCE' which is identical to 'UPDATE' (for which 'pessimistic' in jbpm is a synonym. UPGRADE_NOWAIT is another oracle specific one, just not sure (and no time to find out) what the exact difference is.

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

2008-12-15 Thread scatu...@gmail.com
I'm using currently using jboss-seam-2.1.0.SP1. I'll try reproducing it on JBossTools 3.0 Eclipse 3.4 but it looks like I'll have to do a clean install of Eclispe. Doesn't seam to be an easy upgrade button! ;) I'll get back to you as soon as test is done. Thanks View the original post :

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

2008-12-15 Thread rob.stry...@jboss.com
JBoss 5 does not work by default on new servers. I discovered this over the weekend. I've yet to discover a way to add a folder to the deployment scanner. The workaround is after creating a new server, open the server in the server editor by double-clicking the server. Then switch the deploy

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

2008-12-15 Thread rob.stry...@jboss.com
Cause: Illegal character in path at index 83: file:/C:/apps/w orkspace3.4.1/.metadata/.plugins/org.jboss.ide.eclipse.as.core/JBoss 4.2 Server/deploy/testseam.war/ WEB-INF/classes ... Yes it should. View the original post :

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

2008-12-15 Thread rob.stry...@jboss.com
This should have been fixed by JBIDE-3368 for the record. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196608#4196608 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196608 ___

[jboss-user] [JBoss Messaging] - Re: JBM Messages stuck in Cluster Environment

2008-12-15 Thread clebert.suco...@jboss.com
clebert.suco...@jboss.com wrote : | Are you sure you have set clustered=true on messaging-service.xml. | I mean to say -persistent-service.xml |mbean code=org.jboss.messaging.core.jmx.MessagingPostOfficeService | name=jboss.messaging:service=PostOffice |

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

2008-12-15 Thread kukeltje
use a custom fork handler. Look in the wiki for an example. Instead of a task node that is created multiple times, put a sub process in between View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196611#4196611 Reply to the post :

[jboss-user] [Beginners Corner] - ejb 1.1 spec 11.6.1

2008-12-15 Thread jules11
hi all.. i have a process that has been running since about 2002. it's running on jdk 1.4.2, jboss 3.2.3. it's been run over 2500 times with no problems. over the weekend, a user tried to run the process and received the error below. not sure what it could mean, so ideas a welcome.

[jboss-user] [JBoss jBPM] - Re: How to configure org.jbpm.web.JobExecutorLauncher?

2008-12-15 Thread mputz
anonymous wrote : can't the job executor work with seam transactions? Just recently, I made a similar test and added the JobExecutorServlet to the dvdstore demo and experienced no issues when a timer fired. This was with Seam 2.0.2, and no other changes to the jBPM configs were necessary.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Automatic installation on multiple systems

2008-12-15 Thread do-not-reply
Hi and greetings, not quite sure whether this is the correct place to ask, but... My company is using JBoss on multiple physical servers. Now the number of Jbosses and applications hosted on top have exceeded a size where all the installation, deployment etc. can be done manually. Funny

[jboss-user] [JBoss Messaging] - Memory leak in JBoss Messaging 1.4.0SP3-CP02

2008-12-15 Thread J.Hedin
We have found a memory leak in JBoss Messaging 1.4.0SP3-CP02 on JBoss 4.2.2.GA + JBoss remoting 2.5.0SP1. We have nailed it down to the opening and closing of a non transacted JMS connection factory within a JTA transaction. The reason we need this is that we do send JMS messages to a singleton

[jboss-user] [JBoss jBPM] - Re: process variable not persisted when changed in sub proce

2008-12-15 Thread kukeltje
Sheeez I should re-read my full post before submitting. This cutting/pasting/editing results in bad English (nice band btw) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196518#4196518 Reply to the post :

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

2008-12-15 Thread kukeltje
@Martin, The fix was for postgress, so I think re-introducing the flush was forgotten anonymous wrote : If you can (still) differentiate, that's a good sign :-) Sorry I have no clue what you are talking about 2008-12-15 14:06:07,016 ERROR [STDERR] org.hibernate.StaleObjectStateException:

[jboss-user] [JBoss Portal] - Re: How to set the Portlet for a window programmaticly

2008-12-15 Thread cpage
To put a Window in a region use : | window.setDeclaredProperty(ThemeConstants.PORTAL_PROP_REGION, YOUR_REGION_NAME); | If you want to view code for portal object management, look at the core-admin portlets of portal project View the original post :

[jboss-user] [Remoting] - CannotConnectException/BindException on running clients

2008-12-15 Thread vink
Hello, I'm running my client on windows which is looking-up a stateless EJB stressing calls on it, installed on JBoss 4.2.2.GA using JBoss Remoting 2.2.2.SP1. After running several clients for a while I'm encounting the following exception; Exception in thread main

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

2008-12-15 Thread janvandeklok
Martin, I think it looks like the same problem, will ther be a fix for this soon?? Jan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196529#4196529 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196529

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

2008-12-15 Thread janvandeklok
Yes, I will do that and let you know about the result. Thanks for your quick response guys! Jan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196537#4196537 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196537

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

2008-12-15 Thread akazakov
JBoss Tools 2.* doesn't support Seam 2.1 fully. So your JBDS installation can't pick up some core variables (identity, credentials, ...). Please use JBoss Tools 3.0 which supports Seam 2.1. I recpmend you the latest nightly build. View the original post :

[jboss-user] [JBoss jBPM] - Problem with WS in jBPM

2008-12-15 Thread rodosa
Hello!! I've a problem. Some moths ago, I made a prototype using WS, Jboss 4.0.5 and Jbpm 3.2.2. It worked!!! It consisted in that an app (that resides in Jboss 4.0.5) invoked to a WS that was in jbpm 3.2.2. Now, I want to do the same, but it doesn't work. I don't know why don't work.

[jboss-user] [JBoss jBPM] - Re: How to configure org.jbpm.web.JobExecutorLauncher?

2008-12-15 Thread kukeltje
sorry, it accepts context param's as far as i know. But why do you want *no* transaction around yor jobs? weird, never heard anybody want that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196512#4196512 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: NullPointerException in org.jboss.jms.server.endpoint.Se

2008-12-15 Thread bob_walker99
Hi Folks, You may have seen from my other thread, but I upgraded to 5.0.0/1.4.1 finally. I'm still having issues, although it's a definite improvement. I'm now getting notification on my ExceptionListener, which is at least giving me the opportunity to recover, but I'm none the wiser as to

[jboss-user] [JBoss jBPM] - Re: How to configure org.jbpm.web.JobExecutorLauncher?

2008-12-15 Thread vkozlov
kukeltje wrote : sorry, it accepts context param's as far as i know. But why do you want *no* transaction around yor jobs? weird, never heard anybody want that. For Seam/jBPM integration and using of Seam managed JBpmContext, it's required to disable transaction management in JBPM and use

[jboss-user] [JBoss Messaging] - Re: NullPointerException in org.jboss.jms.server.endpoint.Se

2008-12-15 Thread clebert.suco...@jboss.com
anonymous wrote : | A problem has been detected with the connection to remote client... | This is just saying your client died and pending ACKs are being returned to the queue. Is there a way you can replicate this? View the original post :

[jboss-user] [Beginners Corner] - Re: can't get SOAP web services to work on jboss 5

2008-12-15 Thread PeterJ
That is strange, my web services run fine on both 4.2.x and 5.0. Did you hand-code your WSDL? If so, please post. Otherwise, please post the code for the web service. Also, please post the code for your client. View the original post :

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

2008-12-15 Thread akazakov
There are most Seam XSDs: org.jboss.tools.seam.xml_/schemas which are used by WTP for Validation/Content assisting But I don't see this plug-in in your configuration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196618#4196618 Reply to the post :

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

2008-12-15 Thread kukeltje
another thing to try (keep in mind, I do not see them as solutions!!!) is to put a 'lockmode=pessimistic' attribute on the join node. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196575#4196575 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to configure org.jbpm.web.JobExecutorLauncher?

2008-12-15 Thread kukeltje
Yes, but that is the other way around as you described it initially this makes sense, although can't the job executor work with seam transactions? There was something in the Jira, but I think it was fixed View the original post :

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

2008-12-15 Thread mputz
anonymous wrote : Your memory works better than mine ;-) I don't know about that, but strangely enough I see roughly the same questions being asked at different channels by different users. Don't know yet why this coincidentally happens, but it does make me look as if I remembered things well

[jboss-user] [JBoss Cache: Core Edition] - Re: Using TCP, Unable to reconnect. Don't know why?

2008-12-15 Thread b...@jboss.com
Good. Note that you could also replace PING with MPING but only if you can do IP multicasts View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196497#4196497 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196497

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

2008-12-15 Thread kukeltje
Oh... yes... can you make the small unit test? I can check here with H2, hsqldb and mysql to validate behaviour against those db's View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196563#4196563 Reply to the post :

[jboss-user] [Advanced Documentation] - Re: How can I can give the same privilege to Jboss same as I

2008-12-15 Thread PeterJ
Let me see if I understand your question correctly. You changed the HTTP port for JBoss AS from 8080 to 80, and this ran fine on XP, but when you try the same thing on Server 2008 it does not work. Is my understanding correct? Did you use TCPView or netstat to see if port 80 is opened by the

[jboss-user] [Beginners Corner] - Re: can't get SOAP web services to work on jboss 5

2008-12-15 Thread jahhaj
Figured this one out. It's a class path issue, described here [url]http://www.jboss.com/index.html?module=bbop=viewtopict=136698 [/url] I use eclipse and with jboss 4.2.2 I could add the server runtime to the client project class path without any problems. That results in the error below if you

[jboss-user] [Beginners Corner] - Re: RE:Webservice

2008-12-15 Thread PeterJ
Please define this term: unified heterogeneous web browser error handler If we do not know what you are asking for, it is very difficult to provide any help. An example, or two, would be nice. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196623#4196623

[jboss-user] [Beginners Corner] - Re: jboss 5, jdk 6 and web services

2008-12-15 Thread jahhaj
Undoubtedly a class path issue (nothing as simple as not including saaj jar though). Fixed now, not entirely sure what I did however. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196624#4196624 Reply to the post :

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

2008-12-15 Thread kukeltje
btw, the join code snippet I saw from you for the join is *not* jbpm 3.3!!! it is older. Or did you copy the small code snippet from the jira issue? If that is the only difference, there is no problem. Othewise please make sure the correct source is used otherwise we might be hunting ghosts.

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

2008-12-15 Thread speleomaniac
I can't say anything concrete about it... I am not using the normal update site from JBoss Tool but the nightly builds in dropins directory in Ganymede, may be something going wrong there, I would check it now... View the original post :

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

2008-12-15 Thread fheldt
We are using JBoss Messaging 1.4.0.SP3 and ran into a problem. A MDB failed while consuming a message (throwing an Exception). So now i have a bunch of messages stucking in jbm_msg. How can i tell JBoss that it can redeliver these immediately (now that i've fixed the problem in the MDB)?

[jboss-user] [JBoss Cache: Core Edition] - num_initial_members and num_inital_svr_member

2008-12-15 Thread nachiket_patel
Hello guys, What is num_initial_members?? Unable to get. How it helps?? What is num_initial_svr_members?? What's the difference between num_initial_members num_initial_svr_members??? Cheers, View the original post :

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

2008-12-15 Thread speleomaniac
I can see the plugin you mentioned under the dropins directory but if it is not activated automatically how can I activate it manually... I can't see the plugin in Software Updates as installed software View the original post :

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

2008-12-15 Thread kukeltje
hhm Deja-vu. This was an issue long ago, but not heard anyone about it since then. Could be that people just not do this very often. What is your isolation level? And could you create a minimal unittest like I described in your other post that demonstrates the problem?

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

2008-12-15 Thread aamonten
Marcos_APS wrote : | I've checked this wiki: | | http://www.jboss.org/community/docs/DOC-11989 | | but I didn't see (or didn't understand) how to make my own Certificate. Is this the right wiki? If not, can you please provide the link for the right one? If this is the right wiki,

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

2008-12-15 Thread kukeltje
I know your variables do not behave as expected in 3.2.3 (other topic) but could can you give it a try with 3.2.3 in any way. I need to make sure it is a regression and not something else. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196562#4196562 Reply to

[jboss-user] [JBoss jBPM] - Re: How to configure org.jbpm.web.JobExecutorLauncher?

2008-12-15 Thread vkozlov
mputz wrote : | Just recently, I made a similar test and added the JobExecutorServlet to the dvdstore demo and experienced no issues when a timer fired. This was with Seam 2.0.2, and no other changes to the jBPM configs were necessary. Thanks! View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Get a List from query but need a Set

2008-12-15 Thread NSchweig
...if anybody is interested in: I change now my Set to a List und vice versa. | Set hashSet = new HashSet(); | List arrayList = new ArrayList(hashSet); | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196504#4196504 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Backups and migrations

2008-12-15 Thread PeterJ
The type of web app and database config you are describing could be packaged in several ways, only some of which I will mention. You could have a WAR file for the app itself and a *-ds.xml file for the data source. Moving the app to another JBOss AS instance involves simply copying the WAR and

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

2008-12-15 Thread janvandeklok
Martin, The token for which the update fails belongs to the fork and not the join according to the database. Mayby this will help you solving the problem. Jan[/img] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196561#4196561 Reply to the post :

[jboss-user] [JBossWS] - Enabling HTTP Basic Authentication for EJB3 web service

2008-12-15 Thread getaceres
Hello, I have some EJB3 web services in a jar and I want to use HTTP Basic Authentication + HTTPS to access them. I've looked at the documentation and I've found ways to do it by using custom JBoss annotations like @SecurityDomain and @WebContext, but as I want my application to be portable, I

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

2008-12-15 Thread jaikiran
Did you do any changes to the %JBOSS_HOME%/server/ serverName/conf/jboss-lo4j.xml file? And does the %JBOSS_HOME%/server/ serverName/log/server.log show any progress? And finally, does the http request work http://localhost:8080/ View the original post :

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

2008-12-15 Thread Marcos_APS
To use SSL in my web application do I have to purchase a Certificate from a well known Certificate Authority, like Verisign or Thawte, or can I get one for free? Is there any tool that generates Certificates? Thank you. Marcos View the original post :

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

2008-12-15 Thread jaikiran
jaikiran wrote : And finally, does the http request work http://localhost:8080/ | Assuming, you haven't changed the http port. Else, you the correct http port and see if you can access the server. anonymous wrote : 14:17:39,519 INFO [WebService] Using RMI server codebase:

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

2008-12-15 Thread janvandeklok
The session.flush() does not seem to make any difference! Changed the code in class Join as follows: 109 if (session!=null) { | 110 LockMode lockMode = LockMode.FORCE; | 111 if (parentLockMode!=null) { | 112 lockMode = LockMode.parse(parentLockMode); |

[jboss-user] [JBoss jBPM] - Re: Problem with WS in jBPM

2008-12-15 Thread salaboy21
did you see: http://docs.jboss.com/jbpm/v3.2/userguide/html/ws.html and http://jbws.dyndns.org/mediawiki/index.php?title=Install_JBossWS pages? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196524#4196524 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Field 'INDEX_COL' doesn't have a default value

2008-12-15 Thread NSchweig
HI, I use JSF,EJB with Hibernate as Persistence Provider and MySQL 5. In my Entity CmtUser I have a list with groups: | @ManyToMany(mappedBy=members, fetch=FetchType.EAGER) | @IndexColumn(name=INDEX_COL) | private List CmtGroup groups = new ArrayListCmtGroup(); and in my entity CmtGroup

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

2008-12-15 Thread akazakov
Any messages in eclipse log? Some plug-ins seem not to be activated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196639#4196639 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196639

[jboss-user] [Remoting] - Re: org.jboss.remoting.marshal.InvalidMarshallingResource: C

2008-12-15 Thread vink
This problem still persists. Is there any update from the latest releases of remoting. It is also reproducible on 2.2.2.SP10. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196492#4196492 Reply to the post :

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

2008-12-15 Thread aamonten
you can make your own, please check the wiki View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196530#4196530 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196530 ___ jboss-user

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

2008-12-15 Thread mputz
I've made another test with a stripped version of your process. I've removed the decision handlers, and made a direct transition from fork to join in one of the branches. This is the result: | HSQLDB: 3.2.2: OK, 3.2.3: OK | Oracle: 3.2.2: FAILED, 3.2.3: OK | Postgres: 3.2.2:

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

2008-12-15 Thread kyriakost
Where can we find these classes ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196542#4196542 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196542 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: JNDI Binding not working in JBoss-5 Beta 4

2008-12-15 Thread jaikiran
You can find the org.jboss.ejb3.annotation in jboss-ejb3-ext-api.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196566#4196566 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196566

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

2008-12-15 Thread speleomaniac
I know it sounds not possible but it is the case, seam files are not content assist helped When I engage the content assist I get below red written, content assist is not availible in the component xml... I see the XSD files in Jboss Seam jar but there are not resolved from the content

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

2008-12-15 Thread PeterJ
There is a global web.xml located at server/xxx/deploy/jboss-web.deployer/conf. Add the filter there and it should apply to all web apps. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196641#4196641 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with WS in jBPM

2008-12-15 Thread rodosa
Yes, I did!!! I put these libraries at subdirectory lib/endorsed but .. I didn't get to work anything View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4196525#4196525 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4196525

  1   2   >