[jboss-user] [JBoss Messaging Users] - Re: Got marshalling exception, exiting java.io.IOException:

2009-12-10 Thread gaohoward
I don't think there is ready way to scan messages. probably you can try AOP to intercept at JBM server. But for this case, i think first you need to make sure if those connections are good (each subscribers are receiving messages even if the message is pilling up). You can also register a

[jboss-user] [JCA] - Re: HOWTO: Pool connection management of my managed connecti

2009-12-10 Thread groovie
Salut vickyk, thank you for your helpful reply. In the meantime i was able to connect with my external legacy system. The pooling mechanism is working without any problem. From my pont of view, understanding the JCA helps to get a closer view to the JEE architecture. Anyway, the information is

[jboss-user] [JBoss Cache Users] - Re: Current transation can not see modifications done by com

2009-12-10 Thread veklov
Could someone from JBoss team comment on this topic please? Is that correct behaviour in READ_COMMITED mode? Is that incorrect cache usage? Is that an issue with test (for example with DummyTrandactionManager)? Is that an issue with cache itself? Thanks! View the original post :

[jboss-user] [JBoss Messaging Users] - Re: standalone consumer for clustered queue did not get all

2009-12-10 Thread arminhaaf
i checked the configs of the working and the not working setup, they are both ok. After i killed one of the nodes in the not working cluster, the other node sucks the messages from database and after that it works as expected. After restart the killed node, the consumer gets all of the

[jboss-user] [Installation, Configuration Deployment] - Re: Error depoying on JBoss

2009-12-10 Thread jaikiran
5.0.0.CR2 is a very old version of AS-5 and there have been numerous changes/bug fixes after that. Download the latest stable AS-5.1.0 and see if it works there. If it doesn't then post the new stacktrace. View the original post :

[jboss-user] [The Lizzard's corner] - Re: bb test

2009-12-10 Thread newtonm
testing watched forum View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269950#4269950 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269950 ___ jboss-user mailing list

[jboss-user] [The Lizzard's corner] - test watch

2009-12-10 Thread newtonm
my test View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269951#4269951 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269951 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Installation, Configuration Deployment] - Re: ClassCastException due to Xerces conflict during app dep

2009-12-10 Thread rheydenr02
Hi, I've run into the same problem and tried to fix it with a jboss-classloading.xml. But, unfortunately, it didn't work for me. The curiosity is that another WAR file is working. And, additionally, a third WAR file without jboss-classloading.xml works perfectly. Here is my scenario: -

[jboss-user] [Clustering] - My seam application can not work in cluster environment

2009-12-10 Thread garyyyding
I cannot login. Apache server lock me in th elogin page.But the individual node work fine. I use Apache2.2.14(window) / mod_jk1.2.28/ jboss5.1 My application is seam(2.1.1GA) application. I use Identity to control login. I also deploy seam example (jboss-seam-jap). It is same. Any person can

[jboss-user] [Beginner's Corner] - Stop JBOSS time out

2009-12-10 Thread nefertiti
when launching the script of JBOSS stop the script timeout and do not stop the jboss the shutdown process and the jboss process keep runing so i have to do a kill -9 both of them here is the shutdown process : java -classpath

[jboss-user] [Beginner's Corner] - Re: Stop JBOSS time out

2009-12-10 Thread nefertiti
sorry i wanted to put the stop script here it is #!/bin/ksh SITE_ID=XY_DD TIMEOUT=300 LANG=en LC_ALL=en_EN.ISO8859-15 TZ=MET export LANG TZ LC_ALL #- # Server properties JBOSS_BIND_ADDRESS=11.11.11.11 JBOSS_SERVER_NAME=default

[jboss-user] [JBoss Messaging Users] - Re: Conterpart of UIL2XAConnectionFactory?

2009-12-10 Thread Marco.Pehla
Thank you Tyronne. Now with the binding it works. Regards, Marco View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269959#4269959 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269959

[jboss-user] [JBoss Messaging Users] - Re: JBM clustering scenario

2009-12-10 Thread mykl
Hi, jbabad! Did you manage to solve the problem? Looks like we have the same problem on the client side. JMS server is on JBoss, client is on WebLogic. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269961#4269961 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: unidirectional and bidirectional relationship

2009-12-10 Thread Wolfgang Knauf
Hi, what is an oaw project ;-)? I assume that this is a project type in eclipse which is provided by some plugin? The add to server works only for EJB projects, EAR projects and Dynamic Web Projects. Maybe you can convert the oaw project to one of those? Best regards Wolfgang View the

[jboss-user] [JCA] - Re: IBM MQ reesource adaptor queue/subscription error

2009-12-10 Thread vickyk
vrotaru wrote : Anyone has some experienece to configure the IBM MQ resource adapter 6.0.2.7 with JBoss 4.2.3 for queue per subscribtion MDBs. We are getting erros when the MDB connect to the broker. | The error is in the IBM RA and the error says... it cannot print the error. I assume is a

[jboss-user] [JCA] - Re: Example File System RA

2009-12-10 Thread vickyk
kukeltje wrote : but misses a jboss-service.xm file (if it is needed, no idea yet). The former is not transactional. So I was wondering if someone could give me a quick hint on whether the JBoss example still runs (maybe slightly adapted) on JBoss AS 5.x (the example is seems to be deleted from

[jboss-user] [JBoss Cache Users] - Re: JBC spends 90% of its time in TPE$Worker.run

2009-12-10 Thread chtimi2
I don't get it: replication is asynchronous (async tag), but when i remove replication (only launching the A node), my ManyWritesTest completes in half the time! Why does replication slow down the writes, since it is async? View the original post :

[jboss-user] [jBPM Users] - spring bean as assignment handler

2009-12-10 Thread sravyts
Hello, I'm trying to use a spring bean as the assignment handler for a swimlane. But the jpdl parser doesn't recognize expr in swimlane assingment-handlers. (it doesn't use ObjectBinding to create the ObjectDescriptor like fi. the handler for conditions, but uses a parseObjectDescriptor method

[jboss-user] [EJB] - EntityManager in jmx.MBean

2009-12-10 Thread MarcusDidiusFalco
I need to use the EntityManager inside an JMX MBean | ?xml version=1.0 encoding=UTF-8 ? | persistence | persistence-unit name=bafoeg3sked | jta-data-sourcejava:/bafoeg21DS/jta-data-source | properties | property name=hibernate.hbm2ddl.auto value=update/ | |

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-10 Thread vickyk
kukeltje wrote : | Makes me wonder though what the alternative is. Tx? I do want to use 'pooling' in my RAR. | In JBoss4.x the xsl deployer creates a set of MBeans which contains the JCA infrastruture MBeans(pooling/tm), the same set of MBeans can be configured explicitly in service(

[jboss-user] [JCA] - Re: HOWTO: Pool connection management of my managed connecti

2009-12-10 Thread vickyk
Hello Christian, groovie wrote : |5000 |15 | Are one of the both settings responsible for the destroy | of vital connections ? | Yes it is the IdleTimeoutMinutes configuration which is destroying the idle connections, the idle connections are the connection in a pool which

[jboss-user] JBoss AS Issues with hibernate on JBOSS AS 5.1.0

2009-12-10 Thread David Delbecq
Hello, am note sure this is the correct mailing list for this, feel free to redirect me to correct mailing list if not. I tried to migrate a tomcat (.war) application to JBoss. Unfortunately, jboss has it's own hibernate libraries that it exposes to my webapps, leading to all sort of nasty

[jboss-user] [Persistence] - Re: Empty foreign key circular dependency

2009-12-10 Thread perfilgeminis
I have the same problem but working with JBoss 5.1.0 (not the candidate release), hibernate (core 3.3.2). Any clue about this? My hate exception... 2009-12-10 11:14:45,437 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Start:

[jboss-user] [EJB] - configuration for InvokerLocator for org.jboss.ejb3.Remoting

2009-12-10 Thread tjansto
morning folk, i am trying to get the InvokerLocator for org.jboss.ejb3.RemotingConnector in deploy/ejb3-connectors-jboss-beans.xml to sue an existing ssl connector set up in the jbossweb.sar instead of creating new socket at where the configuration shows. my current file is: ?xml version=1.0

[jboss-user] [JBoss Tools Users] - can not create connection to mysql

2009-12-10 Thread surajmund...@yahoo.com
Hi, my config is Jboss As 5.1.0.GA + Eclipse Galilio + Seam 2.2.0.GA + Jboss Tools 3.1.0 I created a Seam Web Project. my registration-ear/registration.ds looks like | datasources |local-tx-datasource | jndi-nameregistrationDatasource/jndi-name |

[jboss-user] [jBPM Users] - Process definition

2009-12-10 Thread trifix81
I have to retrieve all tasks, state and java defined in a process. I retrieved the xml definition from repository service. How I can parse this XML so to obtain any elements? I have to implement my own class? Thanks View the original post :

[jboss-user] [EJB 3.0 Users] - Re: How to find Entity by Id

2009-12-10 Thread Fuchs
Thanks Wolfgang Knauf and jaikiran. That helped me much. Know its working fine. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4269994#4269994 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4269994

[jboss-user] [Installation, Configuration Deployment] - Re: Error depoying on JBoss

2009-12-10 Thread jaikiran
anonymous wrote : Now, i after installing the JBoss version 5.1.0, I am facing | | java.lang.ClassCastException Please do *not* post the entire logs. Please only post the relevant logs including the exception stacktrace. Also post only the relevant piece of code which is resulting in this

[jboss-user] [JBoss Cache Users] - Invalidation mode and state retrieval

2009-12-10 Thread rs1050
Hi, If I have an invalidation cluster: |clustering mode=invalidation | stateRetrieval timeout=2/ | ... | What does stateRetrieval control in this case? Does it still control whether this cache JVM would retrieve all the objects from other cluster members? 2. If i have

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-10 Thread ajaygautam
Sure. Here you go... The complete log leading upto this. The time lag occurs between 9:33:57 to 9:35:43. This is when the deploy() runs. PS: Could this be a timeout thing? Does deploy() go out to the internet, and try to retrieve a DTD file or something like that? We are behind a proxy, so

[jboss-user] [jBPM Users] - Re: JBPM 4.2 Sub-Processs Not able to access Variables

2009-12-10 Thread emailkuppai
main process | ?xml version=1.0 encoding=UTF-8? | process name=wf_ingest_book version=1 xmlns=http://jbpm.org/4.2/jpdl; |start g=264,19,48,48 name=startIngestBook | transition g=-73,-18 name=trDecideType to=decideType/ |/start |decision g=271,125,48,48

[jboss-user] [JBoss Tools Users] - Re: JBoss Tools Groovy Support

2009-12-10 Thread max.ander...@jboss.com
I have no idea what plugin Convert to Groovy project comes from so hard to comment on it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270012#4270012 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270012

[jboss-user] [JBoss Messaging Users] - Re: standalone consumer for clustered queue did not get all

2009-12-10 Thread bershath27
arminhaaf wrote : i checked the configs of the working and the not working setup, they are both ok. | | After i killed one of the nodes in the not working cluster, the other node sucks the messages from database and after that it works as expected. | | After restart the killed node,

[jboss-user] [JBoss Tools Users] - Re: can not create connection to mysql

2009-12-10 Thread max.ander...@jboss.com
your mysql db seem to not be configured for local jdbc access. Can you connect from java apps via jdbc without problems with the same connection info ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270016#4270016 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Re: Durable subscriptions management via JMX console

2009-12-10 Thread jeffleboss
For the benefice of enriqueam. My WorkAround is to create an MBean in the server that just do an unsuscribe on the subscription without consuming the messages. This removes the durable subscription and all of its messages. For this to work you have to make sure that your remoting bisocket

[jboss-user] [Installation, Configuration Deployment] - Encoding error windows vs linux

2009-12-10 Thread jagr
Hi. I have an application running on local machine, test server and server. This application hava a page thats uses lib commons-fileupload to upload a file and some data. This form is a multipart/form-data. Data is stored on Oracle 9i database and file to some folder. All aplication and files

[jboss-user] [JNDI and Naming] - Re: EJB (SLSB) invocation ignores read timeout, blocks indef

2009-12-10 Thread sumitsu
Thanks to another forum post by someone with a simlar issue (http://www.jboss.org/index.html?module=bbop=viewtopicp=4250461), I found a way to seed the invoker proxy returned by JNDI lookup with a desired read timeout value, thus enforcing the timeout upon each invocation of a service within

[jboss-user] [JBoss Web Services Users] - JBOSSWS Webservice Error in UNIX

2009-12-10 Thread narmashan
I am testing a webservice using JBOSS5,JBOSSWS and jdk 6 in unix system. My webservice got deployed and worked well in Windows. Client was able to able to access the HTTP response fine. Windows XP Environment Tools: a) JBOSS AS5 b)JBOSS WS c)JDK 5.0 Steps followed to install in Windows # From

[jboss-user] [JBoss Messaging Users] - Re: standalone consumer for clustered queue did not get all

2009-12-10 Thread arminhaaf
No message selector is used View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270027#4270027 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270027 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: ClassCastException due to Xerces conflict during app dep

2009-12-10 Thread rodos77
This doesn't look like the same problem to me. The Exception is quite different. I could be wrong though. If it is the same problem, as stated in the post, using jboss-classloading.xml doesn't resolve the underlying issue. Although it is possible to use a jboss-classloading.xm configuration

[jboss-user] [JBoss Tools Users] - 3.1.0 nightly update fails for jPDL, bpel plugins

2009-12-10 Thread bdlink
System is windows 7, Eclipse 3.5 EE with JBT 3.1.0 nightly update site //download.jboss.org/jbosstools/updates/nightly/trunk/ The BIRT update site http://download.eclipse.org/birt/update-site/2.5 is also enabled. The only plugins on top of Eclipse EE are checkstyle, subclipse and m2eclipse. I

[jboss-user] [jBPM Users] - JBPM 4 dynamic timer duedate

2009-12-10 Thread newcomer1
What is the best practice for setting dynamic duedates on timers in jbpm4? I have a use case were I need to signal a transition at a specific date/time depending on a variable(java.util.Date) in the business process. In the example below start is a Date variable on the process and this fails

[jboss-user] [jBPM Users] - using jBPM 4.2 (Hibernate) with JPA on the same database

2009-12-10 Thread misieq
Hello, we are trying to integrate jBPM 4.2 into an existing application using JPA via Spring. The idea is to have jBPM database and our domain database on the same Oracle (10.0.2) instance. We have a JPA transaction manager configured in an 'annotation-driven' way (@Transactional annotation)

[jboss-user] [Installation, Configuration Deployment] - Deployment order within rar file

2009-12-10 Thread ramses
I have a sar file within a rar file. META-INF/MANIFEST.MF META-INF/ra.xml smsjmx.sar smsconnector-server.jar smslib.jar during start() of the RessourceAdapter the MBean of the sar file is used. It worked fine with JBoss 4, but with JBoss 5.1.0.GA i think the deployment order has changed. The

[jboss-user] [EJB 3.0 Users] - Re: unidirectional and bidirectional relationship

2009-12-10 Thread amira88
Wolfgang Knauf wrote : Hi, | | what is an oaw project ;-)? | | I assume that this is a project type in eclipse which is provided by some plugin? | | The add to server works only for EJB projects, EAR projects and Dynamic Web Projects. Maybe you can convert the oaw project to one

[jboss-user] [jBPM Users] - Re: Extracting information from a jpdl file

2009-12-10 Thread rams.rapo
If you are using spring, then it should be easy with getoutcomes as well.. just cache at application level using aop the following items - initial state, transition to outcome state, process definition and version View the original post :

[jboss-user] [jBPM Users] - Does jBPM 4 Require JBoss 5?

2009-12-10 Thread matt.d.tucker
Hi, I'm currently using jBPM 3 on JBoss AS 4.3.0. I would like to use jBPM 4 for a new project I am working on but my organization will be unable to upgrade to JBoss AS 5. Will jBPM 4 run on JBoss AS 4.3.0 or does it require JBoss AS 5? Thanks, Matt Tucker View the original post :

[jboss-user] [jBPM Users] - Read the class name of Decision handler delegation using Pro

2009-12-10 Thread sreepat...@gmail.com
Hi: I like to know if there is any way to read the class name specified in the Decision node's Handler for type delegation. I like to know if there is any api available to do this from the processdefinition. i don't wand to parse the xml by myself to do this. View the original post :

[jboss-user] [Clustering] - Binding on specific interface

2009-12-10 Thread mohitanchlia
We use standard statup script with -b 0.0.0.0. We recently got new machine that have multiple interface. For some reason jboss binds to first interface as show in ifconfig -a even though default route is set to take a different interface. I am trying not to use -b so that we don't have to

[jboss-user] [Clustering] - Re: Binding on specific interface

2009-12-10 Thread bstansbe...@jboss.com
What binds to the first interface? Please be specific. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270046#4270046 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270046 ___

[jboss-user] [jBPM Users] - Process Definition gets deleted while starting new process i

2009-12-10 Thread jbpmjboss11
Hello Everybody, I am facing a problem with creating instance of a process. I have two applications pointing to same JBPM schema. One project deploys my JBPM processes which I can also see through my JBPM console, that works. Other project creates multiple instances of the deployed process

[jboss-user] [JBoss Cache Users] - Re: JBC spends 90% of its time in TPE$Worker.run

2009-12-10 Thread manik.surt...@jboss.com
Marshalling/serialization... ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270049#4270049 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270049 ___ jboss-user mailing list

[jboss-user] [JBoss Cache Users] - Re: I blogged about JBoss Cache, can somebody please check i

2009-12-10 Thread manik.surt...@jboss.com
Richard, No plans as yet, but feel free to suggest this on the Infinispan dev mail list. Sounds like something that may prove useful. Cheers Manik View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270050#4270050 Reply to the post :

[jboss-user] [EJB 3.0 Users] - JBoss 5.1.0 GA + EJB 3.0: RESTful Web Services with Jersey

2009-12-10 Thread longbeach
Hi, I am using the Jersey implementation of the RESTful API (JSR -311) in an Enterprise application using JBoss as a server. I am using EJB 3.0 of course. Not EJB 3.1, which is still not available with JBoss. I'd like to expose a stateless session bean as a restful web service. Here is the

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-10 Thread kukeltje
jBPM afaik has the xsd's in a local resolver so should not need to go to the internet. But it could be that (since the xsd changed in 4.2) this was overlooked. Regarding the logging Well, I (ofcourse ;-)) meant logging of what happens DURING the deploy. So if it turns out not to be a

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-10 Thread ajaygautam
kukeltje wrote : jBPM afaik has the xsd's in a local resolver so should not need to go to the internet. But it could be that (since the xsd changed in 4.2) this was overlooked. | | Regarding the logging Well, I (ofcourse ;-)) meant logging of what happens DURING the deploy. So if it

[jboss-user] [jBPM Users] - Re: Does jBPM 4 Require JBoss 5?

2009-12-10 Thread kukeltje
jBPM 4 core libraries run on JBoss 4.3. Not sure about the webconsole. Not saying it doesn't, but also not that it does. Just don't know. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270055#4270055 Reply to the post :

[jboss-user] [jBPM Users] - Re: Advice regarding complex proccess modeling

2009-12-10 Thread kukeltje
no, not a similar api. You have to do it low level View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270057#4270057 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270057 ___

[jboss-user] [jBPM Users] - Re: Bug in process designer eclipse

2009-12-10 Thread kukeltje
please file a jira issue for this on the GPD project View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270058#4270058 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270058 ___

[jboss-user] [JBoss Web Services Users] - Re: JBOSSWS Webservice Error in UNIX

2009-12-10 Thread narmashan
I made it work by changing the jdk version in Unix to jdk 1.5. Could anyone say if there is problem with jdk 1.6 and Jbossws ? Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270059#4270059 Reply to the post :

[jboss-user] [jBPM Users] - Re: spring bean as assignment handler

2009-12-10 Thread kukeltje
There are lots of places where expressions cannot be used. An issue for this is in the jira. Please try to locate it and add this to it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270060#4270060 Reply to the post :

[jboss-user] [jBPM Users] - Re: Process definition

2009-12-10 Thread kukeltje
XML is parsed with an XML parser... Those are in the JDK so I have no clue what you mean... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270061#4270061 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270061

[jboss-user] [jBPM Users] - Re: JBPM 4.2 Sub-Processs Not able to access Variables

2009-12-10 Thread kukeltje
Please read the documentation http://docs.jboss.com/jbpm/v4/userguide/html_single/#subprocess. It's all in there... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270062#4270062 Reply to the post :

[jboss-user] [jBPM Users] - Re: JBPM 4 dynamic timer duedate

2009-12-10 Thread kukeltje
Please search the jira... there is an issue for it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270063#4270063 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270063 ___

[jboss-user] [jBPM Users] - Re: using jBPM 4.2 (Hibernate) with JPA on the same database

2009-12-10 Thread kukeltje
afaik, if you configure hibernate to use the JTA transaction, it should join it. That is how it normally should be done View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270064#4270064 Reply to the post :

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-10 Thread kukeltje
Is there any reason you cannot configure log4j (or jdk logging) to log in more detail? Works fine here (and I'm serious, not joking or trying to make fun of you or anything) Now (besides the internet access) It's like saying: Hey, look at that car driving by, it is going slow. Can you tell me

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-10 Thread ajaygautam
This statement takes all the time: | ProcessDeployer.java line 134, method checkKey(). | | | ListProcessDefinition existingProcesses = repositorySession.createProcessDefinitionQuery() | .processDefinitionName(processDefinitionName) | .list(); | Then the code

[jboss-user] [Persistence] - Re: Empty foreign key circular dependency

2009-12-10 Thread perfilgeminis
Well, the problem was. using parameter 'name' in annotation Table. When you repeat the value of name in a class and in one subclass... Hibernate find all dependecies but came into a cycle because use that value So when it find dependecies of the subclass, it use the table name of the

[jboss-user] [jBPM Users] - Re: JBPM 4 dynamic timer duedate

2009-12-10 Thread sebastian.s
Since I had the issue open right now anyway, here you go. It is already down in the comments since somebody had suggested this already on the forums. https://jira.jboss.org/jira/browse/JBPM-1209 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270069#4270069

[jboss-user] [jBPM Users] - Re: Does jBPM 4 Require JBoss 5?

2009-12-10 Thread ajaygautam
We run jBPM4 in tomcat. Using maven for dependency resolution. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270072#4270072 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270072

[jboss-user] [JCA] - Re: Example File System RA

2009-12-10 Thread kukeltje
The reason I thought I needed a jboss-service.xml file is because I got the impression that it is needed to have pooling. In the jboss books example rar for a non-tx fs jca implementation it is there for this reason. My rar (if I'm allowed to use it) is new (jca 1.5 compliant). The rar itself

[jboss-user] [jBPM Users] - Re: Does jBPM 4 Require JBoss 5?

2009-12-10 Thread matt.d.tucker
OK thank you for the replies. I think if the core jBPM 4 libraries play nicely with JBoss 4 libs, that is all we need. Thanks! Matt Tucker View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270074#4270074 Reply to the post :

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-10 Thread kukeltje
Ok this helps... I did know about the transformations of -ds.xml to -service.xml but still was under the impression a basic -service.xml, overridden (where needed) with the generated one. The docs you refer to (and later versions) are what I used. Read them from front to back and reverse,

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-10 Thread ajaygautam
Changing the database location from cross continent to local fixes the time issue. I think I should file this as a bug. Database developers should be frugal with resources. What do you think? Ajay View the original post :

[jboss-user] [jBPM Users] - Re: Process Definition gets deleted while starting new proce

2009-12-10 Thread jbpmjboss11
Never mind I found the solution. Need to remove the following line from your jbpm.hibernate.cfg.xml create-drop View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270077#4270077 Reply to the post :

[jboss-user] [Security] - JBoss Programmatic Login, non-password authentication

2009-12-10 Thread pgib
Hello. I am having difficulty determining how to perform programmatic login in JBoss where the credentials is more complex than a simple username + password pair. In our system, users are identified by UserName (String), AuthAgentId (long), and VerificationCode (String). Basically,

[jboss-user] [JBoss Portal Users] - Security constraint on dashboard/template

2009-12-10 Thread sebjau
Hello, i 've a question about security constraint on jboss portal 2.7.1 with dashboard I want to give permission for user to view pages with role on dashboard. Example : I've a dashboard template with : default page with uncheked role page 1 with R1 role page 2 with R2 role The

[jboss-user] [JBoss Web Services Users] - Re: JBOSSWS Webservice Error in UNIX

2009-12-10 Thread shadowcreeper
Nope, I'm using Linux 2.6.28-13-generic (Ubuntu 9.4) with java-6-sun-1.6.0.16 (the latest Java6 package) and JBoss 5.1.0.GA. It all works fine for me. I am, however, also using the JBossWS that was bundled with JBoss 5.1.0.GA (I never did the upgraded JBossWS install that all the guides tell

[jboss-user] [Beginner's Corner] - How to get JBoss and Apache to work together

2009-12-10 Thread fsweb
I have JBoss 5 loaded on a Win2k8 box along with Apache 2.2.14 and Coldfusion 9. I believe I'm having issues with Apache and JBoss not working together or set up correctly. What is the best way to set them up? I've read mod_jk is the way to go then others say mod_proxy. I've tried both but with

Re: [jboss-user] JBoss AS Issues with hibernate on JBOSS AS 5.1.0

2009-12-10 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi David. Correct mailing list. Unfortunately, no longer monitored by anyone from the JBoss Group. They are now over on the forums, which is where the traffic on this list is coming from. In the meantime, one trick I've used to ID Jars with a

[jboss-user] [jBPM Users] - Unable to retrive the process instance

2009-12-10 Thread harish21
I am using the below code snippet to find all the instances associated with process defination name which is encounter. It is not working , the size of the list is zero. Am i using the wrong code? or is there any other code to retrive the instances...? please help me as iam new to jBPM Thanks

[jboss-user] [Clustering] - Re: Binding on specific interface

2009-12-10 Thread mohitanchlia
Multicast clustering binds on the first interface. Does it use hostname to get the ip address? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270095#4270095 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270095

[jboss-user] [Persistence] - Re: how to create PersistenceUnit and map to dataSource prog

2009-12-10 Thread javatwo
Why is there such limitation? From programming API, it just overrides the property declared in persistence.xml. For BEAN management type, do we need to implement any transation related methods? We use JBoss 5.1.0 GA. Thanks for help. View the original post :

[jboss-user] [Persistence] - Re: how to create PersistenceUnit and map to dataSource prog

2009-12-10 Thread javatwo
We tried, but got exception: 08:17:58,204 ERROR [STDERR] javax.persistence.PersistenceException: [PersistenceUnit: defaultDataSource] Unable to build EntityManagerFactory 08:17:58,205 ERROR [STDERR] at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:677)

[jboss-user] [jBPM Users] - Re: Process Variables

2009-12-10 Thread harish21
@TejJBPM hi , can you please post the code to get the process variables during the time of execution? Thank you View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270101#4270101 Reply to the post :

[jboss-user] [Persistence] - Re: Urgent: Problem of set the jboss datasource with name

2009-12-10 Thread SARA1232007
Thank jaikiran for the reponse. I have no problem to set the datasource with name java:jdbc/juddiDB. But java:comp/env/jdbc/juddiDB is what I need. Could you give me some advice for this? Thanks. Sara View the original post :

[jboss-user] [Tomcat Integration] - Re: Session is getting merge with other session

2009-12-10 Thread bstansbe...@jboss.com
Dave, I missed your post in October. Yours and igain's are the only reports I've had of this occuring. It's obviously a significant concern. How frequently are you seeing this? Only suggestions I can make involve code changes: 1) To

[jboss-user] [JCA] - Re: Example File System RA

2009-12-10 Thread vickyk
kukeltje wrote : Not sure how a ds should look like if I have no service.xml file but do want to have pooling... | Please read this one http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch7.chapt.html You should understand how the -ds.xml for JCA file rar is configured, these contents

[jboss-user] [JCA] - Re: RAR classloading inversion

2009-12-10 Thread vickyk
kukeltje wrote : | The docs you refer to (and later versions) are what I used. Read them from front to back and reverse, top-left to bottom right and reverse. These are also the docs that mention XATxConnectionManager class, so that is why I still thought it was needed. That confuses a lot,

[jboss-user] [Beginner's Corner] - Re: How to get JBoss and Apache to work together

2009-12-10 Thread rbrtfreund
JBoss and Apache do play well together! Your on a Win box. So you probably have a setup similar to c:/jboss5 and c:/apache. Now you probably want to get jboss running (at least) forward listening on port 80. You are correct. Choose either mod_jk or mod_proxy. One way to do it there are many

[jboss-user] [Beginner's Corner] - Re: How to get JBoss and Apache to work together

2009-12-10 Thread rbrtfreund
A quick word on proxy vs ajp. I noticed some weird behavior myself when using mod_ajp as opposed to mod_proxy when it comes to jboss-native / APR and have found that mod_proxy seems to generally work more consistent. But if Comet / APR sort of setups is not the concern then ajp works flawlessly

[jboss-user] [Tomcat Integration] - Re: Session is getting merge with other session

2009-12-10 Thread davewebb
Brian, It was reported to me in October, then again today. I log the sessionId when a user logs into my app, and today I could see that the sessionId hGbGpyqSV2CPfJKGZi0KGg**.node1 was given to one user at 1:49PM and then to another user at 4:43PM. The first user complained that at 4:45PM

[jboss-user] [Persistence] - Re: Urgent: Problem of set the jboss datasource with name

2009-12-10 Thread jaikiran
See this http://www.jboss.org/index.html?module=bbop=viewtopict=155738 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270119#4270119 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270119

[jboss-user] [jBPM Users] - Re: deploy() takes an awefully LONG time

2009-12-10 Thread saraswati.santanu
Ajay, I did not get the first part of your question anonymous wrote : shouldn't the query actually be performed at the database level !?!? The query will be performed at the db only. Do you mean a db procedure kind of thing? That will have other significant disadvantages. So that query

[jboss-user] [Security] - Newbie with difficulties - check Extended Key Usage before a

2009-12-10 Thread simonyue
I am a newbie to Jboss and programming. I need to add checking on the Ectended Key Usage of client certificate (having a specific OID or not00 before accepting a SSL connection. I have Googled for over four hours but still do not have any result. Please help. Any suggestion or idea on this

[jboss-user] [JBoss Cache Users] - cache.evict() not working

2009-12-10 Thread drcallaway
Hello, I'd like to manually evict an item from the in-memory cache but not from the JDBC cache loader. This method seems to be what I'm looking for: cache.evict(Fqn) I can call this method fine but when I then attempt to retrieve the node (expecting it to be loaded from the database after

[jboss-user] [Security] - Re: Use EJB inside a LoginModule, repeated calls to login()

2009-12-10 Thread hosier.david
Not sure this will work for your case, but we had the same issue. I just ended up creating what amounts to a utility EJB that I did NOT add the SecurityDomain to. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270126#4270126 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: can not create connection to mysql

2009-12-10 Thread surajmund...@yahoo.com
tried a plain java app with jdbc connection and it works. in case of managed connection pool, why it tries to connect without using password? Access denied for user 'root'@'localhost' (using password: NO)) | View the original post :

[jboss-user] [EJB 3.0 Users] - Re: unidirectional and bidirectional relationship

2009-12-10 Thread amira88
Hi Sir, in my classes i have a manytomany relationshipm between 2 entities (Student and course) so should i create an interface Studentcourse that contain the definition of functions , a class StudentcourseUniBean that implements this interface and also all functions and a client class