[jboss-user] [JBoss jBPM] - Re: Deployment of process definition in jBPM4

2009-05-11 Thread ms_shitole
Thanks Ronald! So their is no way to deploy it directly from GPD jpdl designer(eclipse) in jbpm 4 and so what about task forms which are needed with the process definitions? one example needs to explain about the flow of jbpm4...identity cimponent also imp but its okiee(like websale exapmle

[jboss-user] [JBoss Messaging] - Re: Example how to use LoadBalancingFactory

2009-05-11 Thread maxogm
Works Thanks I mistake in client Contex. One more question, did subscriber must listen all nodes in cluster... as in the example 'distributed-topic' View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229949#4229949 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Example how to use LoadBalancingFactory

2009-05-11 Thread gaohoward
Re: One more question, did subscriber must listen all nodes in cluster... as in the example 'distributed-topic' No, it needn't. The load-balance is transparent to applications. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229950#4229950 Reply to the post :

[jboss-user] [JBossWS] - Help! Call Web service error!

2009-05-11 Thread lixun
My developping enviroment is JBoss 5.0.1 GA, jbossws-native-3.0.5 First, I define a web service implementation then I use wsconsume to generate stub Java Code If I Call web service with Java Application, that's OK! But when I put the same code in web application, error happened!

[jboss-user] [JBoss Messaging] - Re: Example how to use LoadBalancingFactory

2009-05-11 Thread maxogm
gaohoward wrote : | No, it needn't. The load-balance is transparent to applications. When I create just one listener in cluster with two nodes... I receive only half messages... :( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229952#4229952 Reply to the

[jboss-user] [JCA/JBoss] - Re: Change *-ds.xml file at runtime without reloading the DS

2009-05-11 Thread xmedeko
Hmm, this is not such a big issue to turn off the hot deployer. Some cold deploy directory would be cool for such kind of problems :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229954#4229954 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Bridge - Once and only once, connections failing after i

2009-05-11 Thread rnicholson10
No problem, thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229960#4229960 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229960 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Tracing wsconsume

2009-05-11 Thread angusm
Peter, Contents of myconsume.bat: | @echo off | | @if not %ECHO% == echo %ECHO% | @if %OS% == Windows_NT setlocal | | set DIRNAME=.\ | if %OS% == Windows_NT set DIRNAME=%~dp0% | set PROGNAME=run.bat | if %OS% == Windows_NT set PROGNAME=%~nx0% | | set

[jboss-user] [JBossWS] - Re: Runtime classloader cannot be null

2009-05-11 Thread anders.andersen
Hi, We have the exact same problem with jbossws-native-2.0.1.SP2_CP03 (included with the jboss-soa-p-standalone.4.3.0). Has anyone found a solution to this issue? Kind regards, Anders. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229965#4229965 Reply to

[jboss-user] [JBoss jBPM] - Simple Question

2009-05-11 Thread b16d
Is it possible to use JBPM/JPDL in clustering mode? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229966#4229966 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229966 ___

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router

2009-05-11 Thread amardeep21
Thanks for the explanation. At the moment we chose one cluster on staticip and other cluster node on vpnip both machines are completely different. We can add more machine in staticip works fine but still want one machine on vpnip so we can connect without changing the firewall rules. Can two

[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2009-05-11 Thread kabir.k...@jboss.com
Compile-time should work, but you still need to deploy your jboss-aop.xml file to populate the bindings at runtime View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229975#4229975 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Instance not of expected entity type - Flush failed

2009-05-11 Thread swatis
put code here... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4229978#4229978 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4229978 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: plzzzzzzzz help me out in creating a sample jBOSS webser

2009-05-11 Thread vinaykumar.aitha
Thank u very much Peter :) Sorry for the colored content. Any other i am running in to many problems when following the procedure mentioned over there. Can any one pls give me a detailed procedure to create , deploy test a sample webservice from a plain java file ?? Thanks a lot in advance

[jboss-user] [JBossWS] - Deployment has no classloader associated exception

2009-05-11 Thread p_repetti
Hello I applied JBossWS Native 2.0.3 GA over JBoss AS 4.2.2 GA to solve an interaction problem with a remote Axis2 WS. As a side effect one of my other WSs does not work any more. When one of its operations is invoked it fails with the following exception: java.lang.IllegalStateException:

[jboss-user] [EJB 3.0] - How to inject data source in AS independent way?

2009-05-11 Thread japase
Hi, Our application uses a number of data sources. In all examples we have found data source injection in an EJB is done with the @Resource annotation and the 'mappedName' attribute, e.g.: | @Resource(mappedName=java:jdbc/fndbas_en-US) | private DataSource dsEn; | But the problem is

[jboss-user] [JBoss Portal] - Re: Performance Issue with JBP2.7.1; Any workaround??

2009-05-11 Thread chris.lap...@jboss.com
This issue should be fixed in subversion. Can you please give a try to the latest revision and let us know how it works for you? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230001#4230001 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: DatabaseLoginServerModule - query with id possible?

2009-05-11 Thread Wolfgang Knauf
Hi Nicole, I think that this should work: select userroles, 'Roles' from userroles where roles_id in |(select roles_id from cmtuser_role where cmtuser_id in | (select user_id from users where username = ?)) The innermost subselect queries the user ids for a username (can be only

[jboss-user] [Beginners Corner] - problem with .jar files deplyment

2009-05-11 Thread amit_daundkar
hello, i am using Jboss-5.1.0-CR1 on linux fc9. The database is MySQL. i have deployed the .war file in the /server/default/deploy directory. i have also added the required jar files(commons-logging.jar, dwr.jar, mysql-connector.jar) in the /server/default/lib directory. when i start JBoss as, i

[jboss-user] [JBossWS] - Re: Deployment has no classloader associated exception

2009-05-11 Thread p_repetti
Some more details about the installation. [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139) installed on a linux box 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux Please note that the same Jboss4.2.2+JbossWS 2.0.3

[jboss-user] [JBossWS] - MTOM enabled WS using SSB throws OOME

2009-05-11 Thread kazcor
Dear all, I'm trying to get a webservice up an running that is capable of receiving large documents, so I decided to give MTOM/XOP a try. Although I seem to have done everything necessary, I still get OutOfMemoryExceptions on both, client and server side. Here is what I've done so far: The

[jboss-user] [Security JAAS/JBoss] - Re: Issue in encrypting the password using MD5

2009-05-11 Thread Tony Jim
I donot how to log it, since I am very weak at log4j. I have tried with the following. I have included both by login-config.xml anf jboss-log4j.xml file. Can you please help to advice? | ?xml version='1.0'? | !DOCTYPE policy PUBLIC | -//JBoss//DTD JBOSS Security Config 3.0//EN |

[jboss-user] [JBoss Portal] - Re: Performance Issue with JBP2.7.1; Any workaround??

2009-05-11 Thread chris.lap...@jboss.com
By the way, the relevant JIRA issue is: https://jira.jboss.org/jira/browse/JBPORTAL-2384 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230018#4230018 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230018

[jboss-user] [Beginners Corner] - Re: problem with .jar files deplyment

2009-05-11 Thread Wolfgang Knauf
Hi, a 404 means that a web page (or servlet, jsp) is not found, so I think that it is not a matter of the JAR file. What page is requested/not found? Maybe some login error page? Best regards Wolfgang View the original post :

[jboss-user] [Beginners Corner] - Re: problem with .jar files deplyment

2009-05-11 Thread amit_daundkar
Wolfgang Knauf wrote : Hi, | | a 404 means that a web page (or servlet, jsp) is not found, so I think that it is not a matter of the JAR file. | What page is requested/not found? Maybe some login error page? | | Best regards | | Wolfgang thank you for the reply, no its not a

[jboss-user] [JBoss Messaging] - Re: Probably easy one: IllegalStateException: Cannot find ob

2009-05-11 Thread C0s
java...@gmail.com wrote : Got this exception when a JMS client was performing a send() to a local queue that is front-end to a bridge: | | java.lang.IllegalStateException: Cannot find object in dispatcher with ID l4-w13alatf-1-odjfjatf-xr8an7-73e1ms4 | Have you got any info regarding

[jboss-user] [Beginners Corner] - Re: problem with .jar files deplyment

2009-05-11 Thread Wolfgang Knauf
Hi, does an error/exception occur on your next page? Is some output/stacktrace on the JBoss console? Maybe your errorpage is not found/valid. Do you have an errorpage attribute in your @page tag? Is this errorpage available? Or did you declare an error handler in your web.xml? About the JARs:

[jboss-user] [JBoss jBPM] - Re: Grouping Processes Tasks

2009-05-11 Thread Setya
Hi, Since our jBPM based application is installed based on modules we need to display list of processes tasks available for each module in a tree hierarchy. So basically the processes tasks will be shown as children of each modules. If possible I'd like to categorize this processes and

[jboss-user] [JBoss jBPM] - jBPM 4.0 Road Map?

2009-05-11 Thread indyjones2
I am currently evaluating jBPM solutions for multiple clients. Everything from Intalio to Active End Points... jBPM 3.0 was nice but a little rough and from what I have seen in 4.0 things look much better. Is there a possible release candidate on the way for 4.0? Or another major release?

[jboss-user] [EJB 3.0] - Re: How to inject data source in AS independent way?

2009-05-11 Thread jaikiran
You could use the resource-ref entry: ejb-jar.xml: enterprise-beans | | session | ejb-nameABC/ejb-name | ... | resource-ref | res-ref-namemyDataSource/res-ref-name | res-typejavax.sql.DataSource/res-type |

[jboss-user] [JCA/JBoss] - Re: re-authentication and pooling

2009-05-11 Thread jesper.pedersen
I have created https://jira.jboss.org/jira/browse/JBJCA-94 as a placeholder for reauthentication support for the JBJCA project. If you want to discuss the design and implementation of the functionality feel free to drop by the JCA developer forum. Patches is of course most welcomed :) View the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to configure JBoss 4.2.3.GA to use Derby datasource,

2009-05-11 Thread matterbury
Perfect, thanks. The property to set is 'portNumber'. You can also set 'serverName' if it's a remote host (default appears to be localhost). I didn't see any error/warning message about connection-url being wrong or ignored but that would have been handy :-) View the original post :

[jboss-user] [JBossWS] - Re: Deployment has no classloader associated exception

2009-05-11 Thread p_repetti
OK I found the problem: I was exposing both JAX-RPC and JAX-WS web services in the same WAR and for some reason JBoss does not like it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230066#4230066 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2009-05-11 Thread trybik
Hello, I am trying to make LAMS project work on JBoss 5. Recently we started using ContextSingletonBeanFactoryLocator in Spring. So we declared in our WARs: | param-namecontextConfigLocation/param-name |

[jboss-user] [JBoss Portal] - Re: Performance Issue with JBP2.7.1; Any workaround??

2009-05-11 Thread vivek_saini07
Hi Chris Thomas, We build portal-core-lib.jar from SVN and deployed it in our setup. Problem got resolved by this, although we got surprised by addition of two new methods in CustomizationManager interface since we have our own implementation for CustomizationManagerService. Thank you

[jboss-user] [JBoss Messaging] - Re: connection close problem.

2009-05-11 Thread bodrin
Hi, Sometimes my consumer also gets disconnected for some reason and is unable to reconnect. I'm using the ExceptionListener. When I detect this I try to connect another consumer and it gets stuck on the same line : | ... | MicroSocketClientInvoker.java:962 | ... | View the original

[jboss-user] [Clustering/JBoss] - Re: JBoss Cluster using Gossip Router

2009-05-11 Thread bstansbe...@jboss.com
There may be stuff you can do, but I'm not sure what your goals are. Simplest is separate clusters for the staticip machines vs the vpnip machines. Those two clusters can be linked in some ways, but that gets complicated and before getting into it I'd need to know in what ways you'd want them

[jboss-user] [JBoss Messaging] - how to connect to JB messaging outside of jboss server

2009-05-11 Thread pierods
Hi, how do I go about connecting to an instance of JB Messaging when I am outside of JB server? Is it something of this kind: ClientConnectionDelegate ccd = new ClientConnectionDelegate(); JBossConnectionFactory jbc = new JBossConnectionFactory(ccd); or maybe it's best to instantiate a

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

2009-05-11 Thread koen.a...@jboss.com
Hi Indy, I need to update the build instructions. You need to either use the JEE version of Ganymede or install the XML support from the Ganymede update site. Cheers, Koen View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230085#4230085 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Probably easy one: IllegalStateException: Cannot find ob

2009-05-11 Thread gaohoward
This most likely a connection error has been detected at the server side and the corresponding server side resources has been cleaned up. How is your remoting configuration file like? can you post here? Thanks View the original post :

[jboss-user] [EJB 3.0] - Re: @PersistenceContext injection into superclass defined in

2009-05-11 Thread bcowdery
I move the client jar into the root of the .ear file, and marked it as an EJB module in the application.xml - Everything's working as expected now. I can't get the Seam interceptor working on my objectmodel-seam-client.jar but that's a post for a different forum. I have no idea why this didn't

[jboss-user] [JBoss Portal] - Re: Performance Issue with JBP2.7.1; Any workaround??

2009-05-11 Thread chris.lap...@jboss.com
vivek_saini07 wrote : | We build portal-core-lib.jar from SVN and deployed it in our setup. Problem got resolved by this, although we got surprised by addition of two new methods in CustomizationManager interface since we have our own implementation for CustomizationManagerService. |

[jboss-user] [JBoss Messaging] - Re: connection close problem.

2009-05-11 Thread gaohoward
Hi, Do you have a working test with it? It would be much easier to find the problem if there is some test. I suggest you also post it to remoting forum as I think it's like a remoting issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230090#4230090

[jboss-user] [JBoss jBPM] - Re: Installing jPDL4 GPD

2009-05-11 Thread koen.a...@jboss.com
Setya, This smells like a compatibility issue between the 3.1.x and the 4 version of the GPD. OTOH the latest GPD 4 release was build with Ganymede 3.4.2. So you might want to use that one. Cheers, Koen View the original post :

[jboss-user] [JBoss Portal] - Re: Performance Issue with JBP2.7.1; Any workaround??

2009-05-11 Thread vivek_saini07
Hi, Actually we wanted to have different dashboards for different group of users. In this scenario a Manager can define dashboard for his team members. The end user will only see pages/portlets on his dashboard, which ware assigned to him by his manager. End user can also have his private

[jboss-user] [JBoss jBPM] - Re: Skipping a task node

2009-05-11 Thread pjacobsen
Sorry about that...I definitely see how explaining why normal paths like building it into the process definition aren't a possibility would help people that are kind enough to help me... and hopefully others who might be searching for answers later. To answer your questions... anonymous wrote

[jboss-user] [JBoss Getting Started Documentation] - Re: can't find org.jboss.util.ChapterExRepository

2009-05-11 Thread PeterJ
Apparently what you are looking at is the Guide for JBoss AS 4.0.1, but the same class is still mentioned in the Guide for 4.0.5. I even looked in the 4.2.2 Guide and that class is still mentioned. Looks like someone asked this same question about 5 years ago:

[jboss-user] [JBossWS] - Re: Help! Call Web service error!

2009-05-11 Thread PeterJ
The stack trace you posted looks like it came from the browser. Is there one or more corresponding stack traces in the console log? If so, please post those, they are usually more helpful. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230111#4230111 Reply to

[jboss-user] [JCA/JBoss] - Re: Change *-ds.xml file at runtime without reloading the DS

2009-05-11 Thread PeterJ
Which version of JBoss AS are you using? If 4.0.x or 4.2.x, then look at the URLs attribute in the last MBean in the file server/xxx/conf/jboss-service.xml. Any additional directories added are read only during app server startup (only the first directory is monitored by the hot deployer). If

[jboss-user] [JBoss jBPM] - Re: Join Problem

2009-05-11 Thread kukeltje
show your processdefinition and even better, a full unittest with embedded processdefinition (as a string), actionhandlers as inner classes etc View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230114#4230114 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: define a timer within an automatic activity?

2009-05-11 Thread kukeltje
anonymous wrote : it seems it's really complicated to cancel an automatic activity with another thread(for example the timer), consistency is hard to keep. You mean a running activity? Yes, but isn't that a generic java (threading) issue? anonymous wrote : is it unsupported in jbpm4? afaik

[jboss-user] [JCA/JBoss] - Re: Change *-ds.xml file at runtime without reloading the DS

2009-05-11 Thread xmedeko
I use JBoss 5.0.1 unfortunatelly. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230115#4230115 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230115 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Deployment of process definition in jBPM4

2009-05-11 Thread kukeltje
taskforms in jBPM 4 will be different. Look at posts in the dev forum by Heiko Braun about this. There is a change from jsf (.xhtml) to freemarker templates. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230116#4230116 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: connection close problem.

2009-05-11 Thread bodrin
Hi, Unfortunatelly it happens randomly and when I detect it I just do restart the JBM server. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230119#4230119 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230119

[jboss-user] [JBossWS] - Re: Tracing wsconsume

2009-05-11 Thread PeterJ
This looks OK to me. So let's double-check a few things. First, please verify that the log4j config file is located at: C:\Other\eclipseall\ws\hsi\mm7-client2\work\mylog4j.xml Second, replace the last line in mywsconsume.bat with: set APP=%JAVA% %JAVA_OPTS%

[jboss-user] [JBossWS] - Re: Tracing wsconsume

2009-05-11 Thread PeterJ
Oh, and post the mylog4j.xml file. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230122#4230122 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230122 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: plzzzzzzzz help me out in creating a sample jBOSS webser

2009-05-11 Thread PeterJ
Please post the URL for the tutorial you are following (there are several of them for varying versions of JBoss Tools). Also, please state the version on Eclipse and JBoss Tools you have installed. Finally, please state the first problem you are running into. View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2009-05-11 Thread marius.bogoevici
Martin, I see what you mean. We currently have the NamedXmlApplicationContext, but that will accept a single Resource as an argument, and an XmlWebApplicationContext (or subclass thereof) won't do it in your case. We need to factor out something to that effect. I'll add a JIRA item. Marius

[jboss-user] [JBoss jBPM] - Re: Grouping Processes Tasks

2009-05-11 Thread swatis
this may not be proper answer but you can use prefix to mention the module name just before your process name and you can as well query to database to get module instances by looking at the prefix and build jbpm console war make changes into the xhtml pages if possible in jars... View the

[jboss-user] [JBossWS] - Re: MTOM enabled WS using SSB throws OOME

2009-05-11 Thread PeterJ
Sounds like you need a larger heap for JBoss AS than 512m to handle the 100MB file. Try increasing -Xmx (I would try -Xmx1024m). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230128#4230128 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Installing jPDL4 GPD

2009-05-11 Thread Setya
Hi, What do you mean by the latest GPD 4 release ? I thought Beta 1 is the latest one. Regards, Setya View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230130#4230130 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230130

[jboss-user] [JBoss Messaging] - Re: how to connect to JB messaging outside of jboss server

2009-05-11 Thread PeterJ
For a stand-alone clinet, use something like this: Context initial = new InitialContext(); | ConnectionFactory cf = (ConnectionFactory)initial.lookup(ConnectionFactory); | Destination dest = (Destination)initial.lookup(name-of-topic-or-queue); | Connection connection =

[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2009-05-11 Thread gunaranjanc
Hi Kabir, Thanks for the quick reply. I have a jboss-aop.xml inside the lib.aop (which itself is inside my ear). The lib.aop only contains the aspects. There is another jar with the EJBs and POJOs inside the same EAR. Now this jboss-aop.xml contains definitions for the interceptor class

[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2009-05-11 Thread gunaranjanc
Sorry the XML did not seem to load properly. Trying again! ?xml version=1.0 encoding=UTF-8? interceptor-ref name=com.XYZ.aop.AopLogger/ interceptor-ref name=com. XYZ.aop.ConstructorInterceptor/ View the original post :

[jboss-user] [JBoss AOP] - Re: Compile Time AOP in JBOSS

2009-05-11 Thread gunaranjanc
Trying again (Sorry - should have tried preview!!) - I knocked off the XML tags this time. xml version=1.0 encoding=UTF-8? aop xmlns=urn:jboss:aop-beans:1.0 interceptor class=com.XYZ.aop.AopLogger scope=PER_VM/ interceptor class=com.XYZ.aop.ConstructorInterceptor scope=PER_VM/ bind

[jboss-user] [JBoss jBPM] - Re: jBPM 4.0 Road Map?

2009-05-11 Thread kukeltje
4.0 is targeted to be GA for July 1st. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230140#4230140 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230140 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: MTOM enabled WS using SSB throws OOME

2009-05-11 Thread kazcor
Sure, that's one way to deal with that issue. Non the less, it's no solution and as soon as I'm going to send a file with lets say 1GB, I'll have the same problem. As far as I understood one benefit of using MTOM (in case of JAX-WS) is, that there is no serialization/deserialization of the

[jboss-user] [JBoss jBPM] - Re: Multiple tasks on task node

2009-05-11 Thread kukeltje
lots, see the jpdl documentation what can be done on a tasknode (especially look at the attributes on the xml) Main thing is that multiple tasks in one node are (to some extend) related e.g. behaviour when one task finishes View the original post :

[jboss-user] [JBoss jBPM] - Re: can't run jbpm with persistence

2009-05-11 Thread kukeltje
I think it is because something is configured wrong in combination with how you use jBPM. Can you show us your config? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230147#4230147 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: about transaction and order

2009-05-11 Thread gaohoward
I think you probably need this: https://jira.jboss.org/jira/browse/JBMESSAGING-1416 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230148#4230148 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230148

[jboss-user] [Beginners Corner] - Drools SpreadsheetCompiler decisionTables

2009-05-11 Thread sway
I am pulling out what little hair I have trying to get the spreadsheet compiler to generate rules similar to my hand crafted rules. I hope someone can help me here. I have an object, Request, and that request has multiple Item(s), which in turn have multiple SubItem(s). In my hand crafted

[jboss-user] [JBoss jBPM] - Re: How to test jBPM 4 (out of the box?)

2009-05-11 Thread kukeltje
4 will be quite different, and the ease of installing and running an out of the box example in combination with documentation is not quite ready. So I think you have to be a little patient for a short while (2 months until 4.0 will be GA) View the original post :

[jboss-user] [JBoss jBPM] - Re: Multiple tasks on task node

2009-05-11 Thread Setya
Hi, I mean, what use case that needs to be fulfilled with multiple tasks in a task node that can't be fulfilled with multiple task node with 1 task each ? Regards, Setya View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230149#4230149 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Skipping a task node

2009-05-11 Thread kukeltje
Paul, I'm in doubt on what to advise you. On the one hand what you describe to me sounds as essential for the process and should be modelled in. On the other hand, I understand your reluctance and to some extend agree. Ok now a more concrete response... What you could do is create a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem with EAR deployment in JBoss 5.1.0CR1

2009-05-11 Thread getaceres
I'm using JBoss 5.1.0CR1 and I'm trying to deploy an EAR file which contains the following: ?xml version=1.0 encoding=UTF-8? | application xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/javaee

[jboss-user] [JBoss jBPM] - Re: Multiple tasks on task node

2009-05-11 Thread kukeltje
Lots, see the attributes on the task-node. But in some cases it is simplicity (convenience). E.g. instead of a fork, multiple tasks in each leg, an n-out-of-m join with n being 1, you can have one task-node with the signal='first' attribute. View the original post :

[jboss-user] [JBoss jBPM] - Re: Installing jPDL4 GPD

2009-05-11 Thread kukeltje
I think he means using Ganymede 3.4.2 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230154#4230154 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230154 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Simple Question

2009-05-11 Thread kukeltje
depends on your definition of 'clustering mode', but jBPM can run on multiple servers sharing the same db schema in a shared database. Using Yahoo with the words jBPM and clustering would have given you some hints View the original post :

[jboss-user] [JBoss Cache: Core Edition] - jboss cache initialization problem

2009-05-11 Thread jmiguel77
Hi I have a project and i am trying to use jboss cache to save some data. My project is an ear, in the ear/lib folder i have this two jars: - jboss-cache-jdk50.jar (version 1.4.1.SP5) - jgroups.jar (2.4.1-SP4) i am deploying my app in the default config (i grabbed these two jars from the all

[jboss-user] [JBossWS] - Global client handler chain

2009-05-11 Thread jlankfo
I was wondering if there exists a global handler chain for a client side handler? I was able to implement a global server-side handler by placing my handler in the standard-jaxws-endpoint-config.xml and I was curious if there was something similar I could do for clients hosted on a jboss

[jboss-user] [JBoss Messaging] - Where is the DDL for Messaging?

2009-05-11 Thread andy.mil...@jboss.com
I'm trying to change an AS 5.1 setup to use MySQL as the database for JBM, and the database tables are being created as MyISAM, and I would like to alter the DDL to specify ENGINE=INNODB. I cannot seem to find the stuff anywhere. In the mysql-persistence-service.xml (I just copied the hsqldb

[jboss-user] [JCA/JBoss] - RA deployment with native libraries

2009-05-11 Thread EricHardesty
I am trying to get an application that I currently run on JOnAS also to work with JBoss but I am having trouble getting my RA to deploy correctly. The RA contains .so file that I load in my code and with JOnAS I am able to configure the location that they are deployed so this folder is added

[jboss-user] [JBoss Messaging] - Re: Where is the DDL for Messaging?

2009-05-11 Thread PeterJ
Modifying the hsqldb file is not recommended - you should use the mysql-persistence.xml file instead. I noticed that JBoss AS 5.1.0.CR1 doesn't have this file yet, but you can get it from

[jboss-user] [JBoss Messaging] - Re: Where is the DDL for Messaging?

2009-05-11 Thread PeterJ
Actually, for each of the CREATE TABLE lines you will see the ENGINE = INNODB property. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230186#4230186 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230186

[jboss-user] [JBoss Messaging] - Re: Where is the DDL for Messaging?

2009-05-11 Thread timfox
All those files should be in the AS 5.1 distro. If they're not it's a colossal cockup. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230187#4230187 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230187

[jboss-user] [JCA/JBoss] - Re: RA deployment with native libraries

2009-05-11 Thread PeterJ
To get the JVM to load a .so file, you need to set the java.library.path sysmet property. You look in run.sh for an example - that script sets java.library.path based on whether or not JBoss Native is installed (though if I recall correctly it does s incorrectly, dropping the existing

[jboss-user] [JBoss Messaging] - Re: Where is the DDL for Messaging?

2009-05-11 Thread andy.mil...@jboss.com
Sorry for the post. I kept looking and I found what I needed in the documentation. I'm not sure how I missed it, but I kept digging and eventually found it. I would say one thing though. The documentation references examples where you can find this stuff in the distribution, but they are

[jboss-user] [JBoss Messaging] - Re: Where is the DDL for Messaging?

2009-05-11 Thread PeterJ
The *-persistence-service.xml files were never part of the 5.0.0 beta or CR distributions either - I guess I have come to just expect them to not be there for betas or CRs and just to miraculously show up in GA. ;-) View the original post :

[jboss-user] [Beginners Corner] - Running JBoss 5.1.0CR with Eclipse/WTP

2009-05-11 Thread Wolfgang Knauf
Hi to all, I found that JBoss 5.1.0CR1 will not run if using Eclipse/WTP (3.0). The error is: Failed to boot JBoss: | org.jboss.xb.binding.JBossXBException: Failed to parse source: file:/C:/temp/jboss-5.1.0.CR1/server/default/conf/bootstrap/vfs@13,37 | at

[jboss-user] [JBoss Messaging] - Re: Where is the DDL for Messaging?

2009-05-11 Thread timfox
The files should certainly be in the distribution. I'll ask Clebert/ Howard to investigate as they did the integration for AS 5 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230194#4230194 Reply to the post :

[jboss-user] [JBossWS] - EJB3 WS endpoint generates a weird WSDL

2009-05-11 Thread sebastiendeg
Hi, I'm using EJB3.0 on JBoss 4.2.2. When my WSDL get generated, it contains unnecessary layer for input and output paramters. For example, for a Service : public UserAccount login (String login, String password); The WSDL will have 2 object that represents the return UserAccount :

[jboss-user] [JBoss Messaging] - Re: Where is the DDL for Messaging?

2009-05-11 Thread andy.mil...@jboss.com
timfox wrote : The files should certainly be in the distribution. | | I'll ask Clebert/ Howard to investigate as they did the integration for AS 5 Great, and thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230196#4230196 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Encrypting Datasource in SAR

2009-05-11 Thread hartfordd
Hello all, I've read through the entry on encrypting the datasource password: http://www.jboss.org/community/docs/DOC-9703 However, our approach we've tried to avoid modifying any part of the base jboss install for applications - instead, all configurations that applications need are done

[jboss-user] [JNDI/Naming/Network] - Re: Beans disappear in Global JNDI Namespace after running a

2009-05-11 Thread jthinaka
I'm having the same problem. After running a long time, half my JMS and Bean definitions have disappeared from the Global JNDI namespace. This is a major issue because it happens in high-volume which also means by that time, the application is already in production. View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: Beans disappear in Global JNDI Namespace after running a

2009-05-11 Thread jthinaka
I also wanted to add that this is happening on Jboss 4.2.3 on Cent OS 5.1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4230200#4230200 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4230200

[jboss-user] [JBoss Messaging] - Re: Where is the DDL for Messaging?

2009-05-11 Thread clebert.suco...@jboss.com
I just looked into 5.0.1.GA and the DDLs are there. I just built 5.0.1.GA from the TAG and they are at /jboss-5.0.1.GA/docs/examples/jms. I'm investigating to what happened to them between 5.0 and 5.1. I may need to talk to Howard. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 5.0.0.GA to JBoss 5.0.1.GA

2009-05-11 Thread ezs
I recently upgraded from JBoss 5.0.0.GA to 5.0.1.GA. My project built and deployed properly in JBoss 5.0.0, but in JBoss 5.0.1, I get the following error when starting JBoss after attempting to deploy (I rebuilt successfully in 5.0.1, I just can't deploy). Any ideas? Thank you! 15:27:49,724

[jboss-user] [JBoss jBPM] - Re: can't run jbpm with persistence

2009-05-11 Thread alvaroag
Sure. Here are three files I think are the most related to the problem. If you need any other configuration file, just tell me. jboss\server\deploy\default\jbpm\jbpm-postgresql-ds.xml ?xml version=1.0 encoding=UTF-8? | datasources | | xa-datasource | jndi-nameJbpmDS/jndi-name |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5.1.0.CR1 classloader isolation issue

2009-05-11 Thread zradick
After more searching and testing we came upon a Thread that suggested that the problem was related to having the onMessage() method within the WebContainer (in the application we are currently porting the .war file creates a singleton via the ServletContextListener which receives the JMS

[jboss-user] [JCA/JBoss] - Re: RA deployment with native libraries

2009-05-11 Thread EricHardesty
I'm not looking at having the JVM load that libraries. The code I have, which supports updating of the libraries for a newer version, without redeploying the RAR. I copy the physical location of the file to another location so that versioning can be done. Can you tell me where the files are

  1   2   >