[jboss-user] [JBossWS] - Class Cast Exception inconsistently

2009-07-31 Thread krishnaroopa
Hi We are using JBOSS 4.2.3 , JBOSSWS Native 3.1.0 with WS-Addressing enabled. WS tracing enabled. We have an architecture like this. Web services -- servlets -- JSP pages (uses GWT) When multiple web methods are called in a JSP page, it throws the Classcast exception. anonymous wrote :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Doubt with configuration of oracle-ds.xml in $JBOSS_HOME

2009-07-31 Thread ran_sushmi
thanks, for your answer. So when we say, -- jdbc:oracle:thin:@10.10.10.26::orapdpc -- we can be sure that the database has to

[jboss-user] [JBossWS] - Re: Getting ClassCast Exception in case of malformed webserv

2009-07-31 Thread krishnaroopa
Though we are getting the same exception,. I have checked the response returned, the xml is valid. But could not found out why this exception occurs,. AS you said, it is scheduled for 3.2.1, we have our deliverables by 15th. Is there any work around? Thanks KRS View the original post : http:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: session bean jndi name conflict

2009-07-31 Thread javatwo
I downloaded JBOSS 5.1.0.GA, and deployed the two ears, got the following exception: java.lang.RuntimeException: Could not bind Reference Class Name: Proxy for: mypackage.StudentManager Type: ProxyFactoryKey Content: ProxyFactory/app1/StudentManagerBean/StudentManager Type: EJB Container Name Co

[jboss-user] [Microcontainer] - Info required about jboss-classloading.xml

2009-07-31 Thread djordjevs
Good day, I've been working on migration from jboss as4 to jboss as5 and hit the as5 specific classloading problem with my ejb's where the third party jars referenced by ejbs are not loaded because they are also found in the server's top level lib directory and the server is loading those (exam

[jboss-user] Looking for JBoss RESTEasy mailing list

2009-07-31 Thread Shelley, Ryan
I'm trying to find the users mailing list for the JBoss RESTEasy project, but I don't see one listed on the JBoss mailing list page. Is there another project RESTEasy is a part of? Thanks! -Ryan Shelley ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Messaging] - Re: JBM with singleton MDB

2009-07-31 Thread TheOverlord
I tried setting slowConsumers to true but it didn't work. The way I test this is that on one server, I set a debug break point at the start of the MDB onMessage method. After a message hits that break point, i'll send more messages. They'll round robin to the other servers but none should retu

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss SSO not able to build the src folder..

2009-07-31 Thread nikhilg
Hi Anil, Any how I am able to configure my enterprse application with JBOSS sso. I created idp server and my application server. The sso is working as standalone application and through the idp server too. I debugged the code and found that in second scenario it creates SAML response and use it t

[jboss-user] [JBoss Messaging] - Re: JBM with singleton MDB

2009-07-31 Thread clebert.suco...@jboss.com
Cool.. I think it will work then. All you need is to configure the slowconsumer at the Connection Factory used by the JmsXA. BTW: I meant "it's a bit obscure to *me*".. as the problem being me.. not you. :-) (I missed the me because of a typo). Cheers. View the original post : http://www.j

[jboss-user] [JBoss Messaging] - Re: JBM with singleton MDB

2009-07-31 Thread TheOverlord
"clebert.suco...@jboss.com" wrote : If I understand correctly, you need to set slowConsumer=true on the ConnectionFactory used by the MDB. You probably don't want any buffer on the client, as you want the message to be round robbed to other servers. | | | It' s a bit obscure what you are

[jboss-user] [JBossWS] - Cannot deploy web service

2009-07-31 Thread wero_shinoda
Hi everyone, I have a problem deploying a JAX web service. I created the web service on my computer using eclipse, I have no problem deploying it to JBoss locally. But now I need to deploy the same web service on the test server of my company, and I just cannot do it! I changed the wsdlsoap:add

[jboss-user] [JBoss jBPM] - Re: Problems with indexes in jbpm.history.hbm.xml

2009-07-31 Thread shekharv
I get the same error when running the script for ORacle. Error starting at line 305 in command: create index IDX_HDETAIL_HACTI on JBPM4_HIST_DETAIL (HACTI_) Error at Command Line:305 Column:53 Error report: SQL Error: ORA-01408: such column list already indexed 01408. 0 - "such column list a

[jboss-user] [JBoss Messaging] - Re: JBM with singleton MDB

2009-07-31 Thread clebert.suco...@jboss.com
If I understand correctly, you need to set slowConsumer=true on the ConnectionFactory used by the MDB. You probably don't want any buffer on the client, as you want the message to be round robbed to other servers. It' s a bit obscure what you are trying to achieve here.. so I' m suggesting tha

[jboss-user] [EJB 3.0] - Persistent.xml attribute configuration issue in j

2009-07-31 Thread liuxiaodu
We run into issue related to the setting in persistent.xml when we deploy it in jboss server 5.1.0.GA. It is not a issue when we deploy it in jboss 4.2.2.GA. Here is the detail. We need to include some other entities from different jar file. What we do is to include it using , like the fol

[jboss-user] [Clustering/JBoss] - Re: UDP Errors

2009-07-31 Thread b...@jboss.com
You're running different versions of JGroups on the same group/mcast_addr/mcast_port. Make sure you use separate mcast_addr/mcast_ports for ech separate cluster View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247354#4247354 Reply to the post : http://www.jbo

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread TejJBPM
Hmm..that is goin to be the only option I have.. @Martin Did you try both the ways which I tried and you are still not getting any error or you tried to delete immediately after deploying? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247353#4247353 Reply

[jboss-user] [JBoss Messaging] - Re: JBM with singleton MDB

2009-07-31 Thread TheOverlord
"clebert.suco...@jboss.com" wrote : | But anyway, you could also make the method onMessage of your MDB synchronized. So you would solve the multi-thread issue you have at your native lib. My onMessage is already synchronized but it doesn't really solve my problem. A thread can be blocked an

[jboss-user] [Microcontainer] - Re: Injecting a classloader

2009-07-31 Thread alesj
"david.ll...@jboss.com" wrote : Hmm, okay, it's starting to make sense. Essentially what I want is the ability for someone to put a jboss-logging.xml in their deployment unit somewhere, and if it contains a certain tag, then all that deployment unit's classloaders and children's classloaders wi

[jboss-user] [JBoss Tools (users)] - deploy.last

2009-07-31 Thread goldberg.howard
Is there a way via Tools to specify that an EAR get deployed last, or specifically publish to the deploy.last folder? Thanks, Howard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247344#4247344 Reply to the post : http://www.jboss.org/index.html?module=bb&

[jboss-user] [EJB 3.0] - Re: ignored dependency

2009-07-31 Thread goldberg.howard
It's a vendor-based JMXBean--turns out, it doesn't implement the JBOSS-specific interfaces to support dependency management. Either I need a JBOSS-specific implementation, or may be remedied with EJB3.1 / @DependsOn as a vendor-neutral standard, although I don't have enough familiarity to know

[jboss-user] [Clustering/JBoss] - HAJNDI not handling failover

2009-07-31 Thread warmachine
I have two JBoss 4.2.3GA nodes in a cluster with a Tomcat 5 application calling SLSBs on them. Standard stuff. If either node is down, the client can find the other when it first needs a service. If both are up, the client finds the first one to use a service, then the first node is shut down

[jboss-user] [JBoss Messaging] - Re: JBM with singleton MDB

2009-07-31 Thread clebert.suco...@jboss.com
On JBM 1.4, the JCA adapter is part of the application server. So MDBs are not really part of JBoss Messaging 1.4. (Differently on JBM 2, as we are writing our own JCA adapter). I suggest you ask this on the JCA Forum (http://www.jboss.org/index.html?module=bb&op=viewforum&f=136) But anyway,

[jboss-user] [JBoss Messaging] - Re: slimming 5.1 for JBoss messaging cluster

2009-07-31 Thread PeterJ
You need jbossweb because of jmx-console - it is a web application. As an alternative, you might try using twiddle. Or look into using JConsole (there are some forum posts, and I think even a wiki page on that). Then you can remove jmx-console, jbossweb, and the associated components. View the

[jboss-user] [JBoss jBPM] - Re: How to add Console Users (jBPM4)

2009-07-31 Thread djcye
*push* View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247336#4247336 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247336 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [Beginners Corner] - Re: JBoss Instance Shutdown Problem

2009-07-31 Thread PeterJ
When you start with "-b 0.0.0.0", 4.2.2 is binding to to all IP addresses on your machine, including localhost. Which means that both 4.2.2 and 4.0.4 listen to localhost. How many IP addresses does your system have? If only one (other than localhost), bind to that specific IP address. If your

[jboss-user] [JBoss Messaging] - JBM with singleton MDB

2009-07-31 Thread TheOverlord
I'm using JBM 1.4SP3 (or may be SP4), to send messages to a clustered MDB on multiple servers. Now these MDBs are defined as MDB singletons (1 maximum MDB instance per server). The reason for this is the MDB uses a native library that is not thread safe so it can not allow more than thread to

[jboss-user] [Beginners Corner] - JBoss Instance Shutdown Problem

2009-07-31 Thread siwelb
I currently have two separate instances of JBoss installed on a Linux server - v4.2.2 and v4.0.4. When I start v4.2.2, I use the command "sudo ./run.sh -b 0.0.0.0" so that it will listen on all ports. However, I only bind v4.0.4 to localhost when I start it up because I am only going to be using

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Encoding problem

2009-07-31 Thread mad_rug
I'm still struggling with this. Please, can someone give me a hand? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247330#4247330 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247330 _

[jboss-user] [Microcontainer] - Re: Injecting a classloader

2009-07-31 Thread alesj
"jaikiran" wrote : By the way, where is this check/configuration done to see if the jar belongs to WEB-INF/lib or ear/lib? | @ structure recognition phase. e.g. * WarStructure -> WEB-INF/lib * EarStructure -> lib/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[jboss-user] [JBoss Messaging] - Re: JMSServerControl.createQueue() fails when there are any

2009-07-31 Thread clebert.suco...@jboss.com
Hmmm... I' m not sure if we should page temporary destinations also. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247319#4247319 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247319 _

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread kukeltje
If you have customized it, you probably did this by checking out the source. I cannot imagine the differences to be so big that you cannot fairly easily update your version to the latest source. If so... I think you have to manually find differences in the source (with help from Jira maybe) that

[jboss-user] [Beginners Corner] - Re: log truncated on startup

2009-07-31 Thread eflat
Yes, that got it -- thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247316#4247316 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247316 ___ jboss-user mailing list jbo

[jboss-user] [Microcontainer] - Re: Injecting a classloader

2009-07-31 Thread david.ll...@jboss.com
Hmm, okay, it's starting to make sense. Essentially what I want is the ability for someone to put a jboss-logging.xml in their deployment unit somewhere, and if it contains a certain tag, then all that deployment unit's classloaders and children's classloaders will be registered with a callback

[jboss-user] [JBoss Messaging] - Re: JMSServerControl.createQueue() fails when there are any

2009-07-31 Thread jmesnil
"clebert.suco...@jboss.com" wrote : IMO the management address shouldn' t be paged (ever). You're right. If I bypass paging for management message in PostOfficeImpl.route(), the issue disappears. However, the message which is paged is the *reply* containing the operation result. It is not rout

[jboss-user] [JBoss jBPM] - Re: jBPM 4 reminders

2009-07-31 Thread kukeltje
Can someone other then me check if it works now against svn-trunk. So removing of the xsd should not be needed as is specifying of a template on reminder to get the right template being used. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247307#4247307 Repl

[jboss-user] [JBoss jBPM] - Re: [jBPM 4] Mai templates context variables

2009-07-31 Thread kukeltje
Can someone other then me check if it works now against svn-trunk. So not removing of the xsd should be needed and no specifying of a template on reminder to get the right template being used. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247306#4247306 Rep

[jboss-user] [JBoss jBPM] - Process State variable passing

2009-07-31 Thread TejJBPM
I have a child process and a parent process.. I need to pass few variables like the initiator etc from the parent to child process. I can see that there are variable assignments in process state definition, but all my variables are JSF EL like #{initiator} etc.. how do i get them passed? Thank

[jboss-user] [Microcontainer] - Re: StructureDeployer that supports subdeployments

2009-07-31 Thread alesj
"beve" wrote : | Is anyone aware of an example of a StructureDeployer that support subdeployments in this manner? Or is there another way to accomplish this? | There is DirectoryStructure which considers every directory as a potential location for sub-deployments. It was developed to suppor

[jboss-user] [Clustering/JBoss] - Re: UDP Errors

2009-07-31 Thread gvamsius
I see the following errors in the log. 2009-07-31 11:08:44,507 WARN [org.jgroups.protocols.UDP] packet from /10.64.204.232:46775 has different version (^Q^A^B&) from ours (0227). This may cause problems 2009-07-31 11:08:44,502 WARN [org.jgroups.protocols.UDP] packet from /10.64.204.232:4677

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate dead ?

2009-07-31 Thread jpredpos
ok. I have to wait so ... another site to download the jars ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247297#4247297 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247297 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate dead ?

2009-07-31 Thread jaikiran
"jpredpos" wrote : | I'm trying to download the latests jars ... | | If you are looking for the jars, then you can get them here http://sourceforge.net/projects/hibernate/files/hibernate3/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247296#424729

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate dead ?

2009-07-31 Thread jaikiran
The project is not dead. It's still very much alive. Although the site is having some issues which are being worked upon. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247295#4247295 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[jboss-user] [JBoss jBPM] - Re: jBPM 4 reminders

2009-07-31 Thread kukeltje
https://jira.jboss.org/jira/browse/JBPM-2466 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247294#4247294 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247294 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread TejJBPM
I tried using the latest mysql connector but same error. Unfortunately , I cant upgrade to the 3.2.x version as I have customised the jbpm code and extended it some places to get things done.. I tried this PD1 - Parent PD2 - Child Deploy PD2 and then PD1 - delete both works fine Deploy PD2 and

[jboss-user] [JBoss jBPM] - Re: jBPM4 and Event-Handling

2009-07-31 Thread kukeltje
No, not directly. But - You can always use the api to end the process - Use the api to explicitly send trigger to the process that causes the event (like you asked in 2). The thing is that you need to know which processinstance to trigger. But most of the time you have a reference to it, either

[jboss-user] [JBoss jBPM] - Re: jBPM deployment Error with jboss 4.0.5

2009-07-31 Thread contactnagesh
Hi, Thanks for your prompt response!! Since my project is running from past 2 years. We can not switch to new version of JBoss. We have to stick with Jboss 4.0.5 GA. Since higher versions of jBPM can not support JBoss 4.0.5-GA. I started looking into jBPM 3.1.3. Thanks, Nagesh. View the orig

[jboss-user] [Microcontainer] - Re: Injecting a classloader

2009-07-31 Thread jaikiran
"alesj" wrote : | Each nested jar in a jar is a sub-deployment. | Only jars in spec known locations are not considered as sub-deployments. | e.g. my.ear/lib/*.jar or my.war/WEB-INF/lib/*.jar | That's news to me. Thanks for clarifying :) By the way, where is this check/configuration done

[jboss-user] [Microcontainer] - Re: Injecting a classloader

2009-07-31 Thread alesj
"jaikiran" wrote : "david.ll...@jboss.com" wrote : do nested JARs which are just libraries qualify as deployment units? | | | No, they are not considered deployment units. Although i don't exactly know how such jars are represented or accessed from a deployment unit. Probably they end u

[jboss-user] [JBoss jBPM] - Re: jBPM4 and Event-Handling

2009-07-31 Thread djcye
thx! so i am not able to recieve or react to any event (lets say a storno-event which would cause the process to cancel) from outside the process ? i ll try a subprocess example View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247282#4247282 Reply to the pos

[jboss-user] [JBoss Messaging] - Re: JMSServerControl.createQueue() fails when there are any

2009-07-31 Thread clebert.suco...@jboss.com
IMO the management address shouldn' t be paged (ever). You would only be able to depage, when the memory is freed up. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247279#4247279 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [Microcontainer] - StructureDeployer that supports subdeployments

2009-07-31 Thread beve
Hi, I'm writing a StructureDeployer to determine an esb deployment. An esb archive is exactly like a JarStructure which is what we've been using until now. We have now got a requirement to support subdeployments. For example, we could have the following layout: test.esb: | META-INF/ |

[jboss-user] [JBossWS] - Re: String being escaped

2009-07-31 Thread nicksyd
Hi Richard, Thanks for your reply. Let me correct something in my previous posting the result I'm getting is that the string is being escaped as follows | env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";> | | | http://roundtrip.developerWorks.ibm.com";>

[jboss-user] [JBoss jBPM] - Re: jBPM deployment Error with jboss 4.0.5

2009-07-31 Thread kukeltje
No sorry, and even google turns up almost empty. If you are realy starting new with workflow etc, I really, really would urge you to start with at least 3.2.6SP1, maybe even 4 on a new AS If using a newer JBoss AS is a problem (e.g. your boss will not allow you to) I strongly suggest finding a

[jboss-user] [EJB 3.0] - Re: JBOSS5.1.x :: Does EJB3 MDB has a dependency on EJBTimer

2009-07-31 Thread jaikiran
It's sort of covered in this open JIRA https://jira.jboss.org/jira/browse/EJBTHREE-1173 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247271#4247271 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247271 __

[jboss-user] [JBoss jBPM] - Re: jBPM4 and Event-Handling

2009-07-31 Thread kukeltje
1: Not sure about subprocesses, if they bubble up. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247270#4247270 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247270 ___ jbos

[jboss-user] [JBoss jBPM] - Re: jBPM4 and Event-Handling

2009-07-31 Thread kukeltje
1: no 2: I have no complete list, but I think most from 3.x are still valid like task-end, node-leave, node-enter, etc. And ofcourse all own fired event. It is just a string. And example of the latter can be found in the testcases in the source (not the source of the examples, the real unittes

[jboss-user] [JBoss Messaging] - Re: JMSServerControl.createQueue() fails when there are any

2009-07-31 Thread jmesnil
i have been able to reproduce the issue. Once the gobal-page-size is reached, the management message is paged (fyi, internally the mbean uses a Core message to invoke the management operation to ensure replication over a cluster). However, it should be depaged when the mbean tries to receive the

[jboss-user] [JBoss Messaging] - Re: connection failure message should report client ip

2009-07-31 Thread clebert.suco...@jboss.com
https://jira.jboss.org/jira/browse/JBMESSAGING-1696 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247257#4247257 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247257 ___ jbo

[jboss-user] [JBoss Messaging] - Re: Receiving XML from c++ sender

2009-07-31 Thread clebert.suco...@jboss.com
... and JBossMessaging will implement AMQP, and other clients such as C++, .NET will be able to connect to JBoss Messaging 2 using those libraries, which is a nice synergy. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247254#4247254 Reply to the post : ht

[jboss-user] [JBoss jBPM] - Re: jBPM4 and Event-Handling

2009-07-31 Thread djcye
| | | | *Example got crushed View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247253#4247253 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247253

[jboss-user] [JBoss jBPM] - jBPM4 and Event-Handling

2009-07-31 Thread djcye
Hi, i studied the docs but some questions are left - i hope u know better: 1. Can a Event-Listener react on an Event raised by another Process (or Subprocess) ? 2. Do you know which kinds of Event it is possible to Listen at? In the examples i only found "timeout", "end", "start".. is it possib

[jboss-user] [JBoss Messaging] - Re: Receiving XML from c++ sender

2009-07-31 Thread jonathan.robie
"clebert.suco...@jboss.com" wrote : RedHat messaging is the C++ side of the project. | | http://jboss.org/rhmessaging/ Sorry for the confusion - that was an old page, which now redirects to the current project page at QpidComponents.org. The Apache Qpid broker itself is developed at qpid.a

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread mputz
I'd give a newer jBPM 3.2.x version a try View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247243#4247243 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247243 ___ jboss-user ma

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate dead ?

2009-07-31 Thread jpredpos
Hi, anyone known what happends with the site hibernate.org ? (Error 102 (net::ERR_CONNECTION_REFUSED)) Is the project dead ? I'm trying to download the latests jars ... thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247242#4247242 Reply to the

[jboss-user] [JBoss jBPM] - jBPM deployment Error with jboss 4.0.5

2009-07-31 Thread contactnagesh
Hi, I am trying to deploy jBPM 3.1.3 with jboss 4.0.5-GA version. 1. I have removed the 'dom4j-1.6.1.jar' from jbpm.war file 2. copied jbpm.sar and jbpm.war to /jboss4.0.5/server/defalut/deploy/ folder. Server started successfully. But when I am trying to see jbpm console http://localhost:

[jboss-user] [JBoss Portal] - Re: Does JBoss portal support for struts portlet?

2009-07-31 Thread brandonv
Yes. You will need the Struts portlet bridge: http://portals.apache.org/bridges/multiproject/portals-bridges-struts/index.html In your portlet.xml, you will need to define you portlet-class as: org.apache.portals.bridges.struts.StrutsPortlet And in web.xml your action servlet class will be: or

[jboss-user] [JBoss jBPM] - Re: will jBPM 3.1.3 work with JDBC ?

2009-07-31 Thread kukeltje
I suggest you read some docs first and search the forum. Has been discussed very often View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247237#4247237 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247237 ___

[jboss-user] [EJB 3.0] - Re: JBOSS5.1.x :: Does EJB3 MDB has a dependency on EJBTimer

2009-07-31 Thread wolfc
It's hardcoded in Ejb3Deployment.registerContainer. Please file an issue in https://jira.jboss.org/jira/browse/EJBTHREE Note that this is a low priority. The issue will probably dissipate when the new deployers come online. The bean should really have an optional dependency on org.jboss.ejb3.ti

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread kukeltje
mysql calls there driver 'connector' View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247234#4247234 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247234 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread kukeltje
driver View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247233#4247233 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247233 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss jBPM] - Re: will jBPM 3.1.3 work with JDBC ?

2009-07-31 Thread contactnagesh
Thanks for your reply. Can you please sample steps to do this. Thanks, Nag View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247231#4247231 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247231 __

[jboss-user] [Security & JAAS/JBoss] - JBoss Negotiation SPNEGO Problem

2009-07-31 Thread hr_aru
Hi All, since a week I am trying to configure SSO in JBoss. I tried the User Guide for JBoss Negotiation, a couple of Howtos found by google, and a few more. Im a little bit frustrated now and i think im going to change my job. Iceman is a nice job I think. Okay seriously: I have a win2008 SP2

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread TejJBPM
Sorry for being so densehow do i use a connector? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247224#4247224 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247224 ___ j

[jboss-user] [EJB 3.0] - JBOSS5.1.x :: Does EJB3 MDB has a dependency on EJBTimerServ

2009-07-31 Thread preetam_pict
hi all, i have removed ejb timer service from my jboss 5.1.x since i want to get rid of not needed service of jboss. ( i am trying to trim my jboss default instance) i have removed following files 1. remove hdscanner-jboss-beans.xml 2. remove ejb2-timer-service.xml 3. remove ejb3-timerservice-j

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread kukeltje
Try using a newer connector first View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247220#4247220 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247220 ___ jboss-user mailing li

[jboss-user] [JBoss jBPM] - Re: Task Form GUI implementation

2009-07-31 Thread kukeltje
Q1: Some have, not many, most used the framework they already have/know Q2: It's very new, so no idea yet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247218#4247218 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=424

[jboss-user] [Clustering/JBoss] - Problem in Httpsession sharing in JBOSS

2009-07-31 Thread amitasia1
Hi All, I want to share the session in cluster on a network. i have setup all the things required like i am using JBOSS 4.0.5 GA with Apache 2 server. I follow all the steps given in the below link http://www.mastertheboss.com/en/jboss-server/48-jboss-clustering-web.html .But it is not working

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: session bean jndi name conflict

2009-07-31 Thread javatwo
JBoss 5.0.1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247212#4247212 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247212 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss jBPM] - Re: Process Definition Deployment using ZipInputStream

2009-07-31 Thread jbarrez
I included a test case for this in the test suite, but the test succeeds. So either I'm testing the wrong thing or you are doing something wrong: | public void testZippedResourceDeployment() { | FileInputStream fip = null; | try { | | fip = new FileInputStream("s

[jboss-user] [Performance Tuning] - JBOSS 5.1.x :: Unused services ...

2009-07-31 Thread preetam_pict
Hello all, I am trying to stop / remove some of the JBoss unused services which my application does not use. Basically I have an enterprise application (EAR) with some EJB3s and Servlets etc. I have removed following files 1. remove hdscanner-jboss-beans.xml 2. remove ejb2-timer-service.xml 3

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread TejJBPM
If I change the end state in the process-state to end ..I am able to delete but then the transition from the parent process to sub process is not happening...So i think there is some problem(or difference? ) in using end-state and end in the process-state? Any thoughts? View the original post :

[jboss-user] [JBoss jBPM] - Re: JbpmJpdl4 - ws-invoke, hibernate...

2009-07-31 Thread jbarrez
These are all ideas for nodes that were poured in that wiki page. Most of them will appear in a future release of jBPM. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247201#4247201 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Messaging] - connection failure message should report client ip

2009-07-31 Thread AdrianWoodhead
In JBM 2.0.0.BETA3, if a client shuts down without closing its connections (e.g. it crashes) you see the following in the server log file: anonymous wrote : 09:37:31,347 WARNING [org.jboss.messaging.core.remoting.impl.RemotingConnectionImpl] Connection failure has been detected Did not receive

[jboss-user] [JBoss jBPM] - JbpmJpdl4 - ws-invoke, hibernate...

2009-07-31 Thread djcye
Hi, i found this page over Jpdl4 which is currently uesd in jBPM4 ? http://www.jboss.org/community/wiki/JbpmJpdl4 i wonder, why nodes like "ws-invoke", "hibernate" or "e-mail" which are explained there are not part of the Editor or the UserGuide ? Are those supported ?? (the mail node for exa

[jboss-user] [JBoss jBPM] - Task Form GUI implementation

2009-07-31 Thread lpiccoli
hi all, has anyone implemented their own Task Form GUI, similar to that of the console app? Looking over the jsf4jbpm taglib, it tightly coupled to the undocumented gravel taglib. Q1. Has anyone used jsf4jbpm for their own application? the gwt-console i am attempting to look at but the instal

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread TejJBPM
My MYSQL Version is 5.1 and MYSQL Connector version - 5.0.4 .. any suggestions? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247194#4247194 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247194 __

[jboss-user] [JBoss Cache: Core Edition] - Re: JbossCahce on Weblogic

2009-07-31 Thread masti
First thing is to turn off JNDI replication on Weblogic | Hashtable ht = new Hashtable(); | //turn off binding replication | ht.put(WLContext.REPLICATE_BINDINGS, "false"); | Context ctx = new InitialContext(ht); | and form cache config removed: | | Everything seems to be ok. Vi

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread TejJBPM
My JBPM Version is 3.2.1.. I tried to delete the child process and get this error: Delete failed: An exception of type "org.hibernate.exception.ConstraintViolationException" was thrown. The message is: Could not execute JDBC batch update | 2009-07-31 09:52:10,549 [http-80-Processor22] WARN

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread mputz
TejJBPM, this is jBPM 3, right? If you've got a process-state node in the process definition that you are trying to delete, you might want to try to delete the child process before. Although I have to say I don't see this FK violation in my environment (jBPM 3.2.5.SP5, MySQL 5.1.35, mysql-conn

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread TejJBPM
Ok this is happening when I have a "Process State" node in my process diagram.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247187#4247187 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247187 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: session bean jndi name conflict

2009-07-31 Thread jaikiran
This has been fixed as part of https://jira.jboss.org/jira/browse/EJBTHREE-1778. It should be available in the latest released JBoss AS 5.1.0 version. Which version of JBoss AS do you use? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247185#4247185 Reply

[jboss-user] [JBoss Messaging] - JBM 1.4 and container transactions

2009-07-31 Thread FrankTheTank
JBoss 4.2.3 + JBM 1.4 Cluster support required. In my setup I have two destinations: One queue for 'internal' messages and one topic for 'external' messages. Both configured for clustering. All messages are to be sent with container transactions. Although the queue need not send to the cluster, t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - session bean jndi name conflict

2009-07-31 Thread javatwo
Two ear files have the same session bean class name, for example, @Stateless @LocalBinding(jndiBinding="StudentManager") @Local(StudentManager.class) public class StudentManagerBean implements StudentManager { ... } When deploying the two ears, get the jndi name conflicts. java.lang.RuntimeExce

[jboss-user] [JBoss jBPM] - Re: Failed to delete ProcessInstance due to foreign key cons

2009-07-31 Thread TejJBPM
I can see that from the error..how do i fix that? It does not seem to be occuring from my code..but JBPM is failing to delete..so It is a bug.. any fix or is it resolved? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247181#4247181 Reply to the post : http

[jboss-user] [JBoss Messaging] - Re: Could not find new XAResource to use for recovering non-

2009-07-31 Thread FrankTheTank
Thanks!!! I had the same issues and they were only resolved after clearing the temp files. This should be noted in the documentation. Also, do I only need to do it once or every time I start JBoss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247179#42471

[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem

2009-07-31 Thread dimonv
Hi all, am just facing the same issue on binding of POJOs in the naming context and hoped to find a solution in your discussion. I'm working with User Guide' examples and JBoss EAP 5 to get familiar with MC. I've done all the same steps mentioned in this topic and assumed that I can see then th

[jboss-user] [JCA/JBoss] - Re: Changinh connection state in CMP EJB

2009-07-31 Thread dimonv
Hi, Is anybody there? Is it now clear? anonymous wrote : No there is no way to create PoolByCri with the patch right now, if re-authentication is enabled. What do you mean "re-authentication is enabled"? How is it configured? View the original post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Re: Identify Process-Init User (jBPM4)

2009-07-31 Thread djcye
Or are there any Variables set when someone starts a process ? Perhaps i could get them somehow... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247170#4247170 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247170 ___

[jboss-user] [JBoss jBPM] - Re: task due date

2009-07-31 Thread frinux
Where does this due date appears in the database. I saw duedate in jbpm_task, but it's not the same one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247166#4247166 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=42471

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging to implement AMQP

2009-07-31 Thread FrankTheTank
Yes, this is a very cool move! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247160#4247160 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247160 ___ jboss-user mailing list

  1   2   >