[jboss-user] [JBoss Seam] - Re: problem in a simple seam application

2006-10-14 Thread mnrz
anonymous wrote : | No, that is perfectly fine. | so what is the problem? what should I do? Please give a suggestion, I realy stuck because of this exception and can not proceed any further. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978308#3978308

[jboss-user] [JBoss jBPM] - Problem getting out of a join

2006-10-14 Thread GrimShieldsson
The start task splits into three task nodes. Two (the right side) of the task nodes transition to a join. That join then immediately splits into 3 task nodes. The single task node splits into 5 task nodes. There's some more splitting and joining, but my problem is when the two join, and

[jboss-user] [JBoss jBPM] - Re: JbpmContext: when to create new vs. get current

2006-10-14 Thread GrimShieldsson
I'm using JBPM in a web app, and using the filter provided in JBPM to open and close the context. getCurrent, according to the documentation gets the current context for the currently executing thread. If you've gotten the context once, you shouldn't have to get it again in the same thread,

[jboss-user] [JBoss jBPM] - Re: How create at the reading of the processdefinition the a

2006-10-14 Thread GrimShieldsson
If I understand what you're asking, you need to create an assignment handler and use that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978311#3978311 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978311

[jboss-user] [JBoss jBPM] - Re: using apache tomcat as server instead of jboss in jbpm-b

2006-10-14 Thread GrimShieldsson
Im using it on Tomcat just fine. Shouldn't need to change anything. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978312#3978312 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978312

[jboss-user] [JBoss jBPM] - Re: jbpmContext in webapp

2006-10-14 Thread GrimShieldsson
At a guess, you're not putting the context into a thread local var, and that's why you're getting this error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978313#3978313 Reply to the post :

[jboss-user] [EJB 3.0] - Re: JNDI and the EntityManager

2006-10-14 Thread laszlo.fogas
can i inject the EntityManager in an entity bean lifecycle method? or do a jndi lookup? because i've tried but it does not work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978318#3978318 Reply to the post :

[jboss-user] [JBoss jBPM] - Problem Sending a email via ActionHandler

2006-10-14 Thread Froschfinger
hi, i want to develop a Workflow prototype for my faculty at the TU Dresden, but i have a big problem. I want to send emails to different persons after completing tasks. i wrote two classes which handle the actions with the Javamail API. As a standalone application it works but if i put it in a

[jboss-user] [EJB 3.0] - Re: JNDI and the EntityManager

2006-10-14 Thread laszlo.fogas
sorry, plain old jndi lookup works, Context ctx = new InitialContext(System.getProperties()); Object ref = ctx.lookup(blabla); but the annotations not.. Would it cause problems that i'm using this solution? View the original post :

[jboss-user] [JBoss Messaging] - Re: Reset button

2006-10-14 Thread [EMAIL PROTECTED]
anonymous wrote : | Another problem with JBossMQ (most probably) is that JBoss JCA connection pool is very itchy about not closing database connections. So, when a consumer stalls, it might keep the connections open indefinitly and this will lead to terrible other problems. Just do a search

[jboss-user] [EJB/JBoss] - Question on specifying BATCH size and FETCH type

2006-10-14 Thread elenh
Hi, I'm new to JBoss - EJB and I try to understand how can I use methods to optimize prformance of my app in JBoss. I use JBoss seam, EJB3, postgreSQL. My application is very similar to the booking example of seam. But I want to optimize the way data are fetched from the database. I have read

[jboss-user] [JBoss Messaging] - Re: Reset button

2006-10-14 Thread jaap
At your service :) JCA posts: http://www.jboss.com/index.html?module=bbop=viewtopict=91882 http://www.jboss.com/index.html?module=bbop=viewtopict=91064 http://www.jboss.com/index.html?module=bbop=viewtopict=87175 http://www.jboss.com/index.html?module=bbop=viewtopict=87807

[jboss-user] [JBoss Seam] - Re: Custom JBPM VariableResolver

2006-10-14 Thread stealth_nsk
Yes, thank you. But I think it would be better (from architecture point of view) to allow such setting from the congiguration files (one stuff for everything principle). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978325#3978325 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Integrating Seam and Trinidad

2006-10-14 Thread [EMAIL PROTECTED]
I built it from SVN sources. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978326#3978326 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978326 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Reset button

2006-10-14 Thread timfox
jaap- If you think you have a genuine issue with JCA then the burden of proof is on you to submit a testcase/example to Weston so he can investigate. Either way it should be done on the JCA forum so I suggest you move it there. Otherwise I'll move it there myself. View the original post :

[jboss-user] [Beginners Corner] - UndeclaredThrowableException and duplicate primary key

2006-10-14 Thread kstrunk
Hello! I'm really new to JBoss and I hope somebody can help me with my first problem I can't solve myself. When I call create on a locale EntityBean with a primary key which already exists, I get an UndeclaredThrowableException which is caused by a DuplicateKeyException, but I really don't

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2006-10-14 Thread swenbarth
Ok, I fixed it for me: in components.xml were some values like '@something@'; when I replaced those with real values ('true', ...), it started up just fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978332#3978332 Reply to the post :

[jboss-user] [JBossWS] - Exception when invoking EJB3 webservice from clients/SchemaB

2006-10-14 Thread MmarcoM
hi all, i have exposed an EJB3 as a webservice it is deployed fine on jboss, but whenn i try to invoke it from a client i got this bad exception.. | Exception in thread main java.rmi.RemoteException: Call invocation failed: Cou | ld not transmit message; nested exception is: |

[jboss-user] [JBoss Seam] - Re: problem in a simple seam application

2006-10-14 Thread swenbarth
mnrz wrote : [EMAIL PROTECTED] wrote : Set org.jboss.seam.core.init.jndiPattern=#{ejbName}/local | | Hi Gavin, | I am new to Seam, would you please tell me where should I put this? in components.xml I have | | | | components | | component

[jboss-user] [JBossWS] - Global JAX-RPC handlers

2006-10-14 Thread sujeet.banerjee
I have a JBoss 4.0 instance running, which deploys lots of Webservices (most of them are not written by me; I am just the administrator). Now I am interested in analysing any request that go to any of the deployed services. Is there a standard-way/hack to intercept the SOAP requests going to

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-10-14 Thread hatcheck
So, I took a fresh start with seam-gen's tutorial this morning. I followed the tutorial steps; got the same jboss-seam.jar not found and followed japplicoon's suggestion with application.xml properties. Here's what worked for me: 1. In sampleEJB J2EE Module Dependencies select both

[jboss-user] [JBoss/Spring Integration] - Re: Jboss Spring deployer for Spring 2 final - ETA?

2006-10-14 Thread alesj
Uf, definitely a todo on my list. Really busy at the moment - hopefully finished job stuff this week and will be able to write SpringDeployer for Spring2.0 final over the weekend. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978337#3978337 Reply to the post

[jboss-user] [JBoss Seam] - Re: problem in a simple seam application

2006-10-14 Thread [EMAIL PROTECTED]
For me this error diappeared when I put 'jboss-seam-booking/' in front of the jndiPattern That is the correct value for JBoss AS, but not for embeddable EJB3. (This is all in the Seam docs, of course.) But Mohammad says he is using embeddable EJB3. His problem is almost certainly that the

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.4.1.CR1 Bundled Released - has a bad link

2006-10-14 Thread 733nb
It looks like you have a bad link on your portal download page under the 2.4.1.CR1. I tried downloading the 2.4.1.CR1 'JBoss Portal + JBoss AS' and I got the 2.4.1.CR1 'JBoss Portal + JBoss AS (Clustered)' product. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Entity Bean used to work. But now it is not deployable anymo

2006-10-14 Thread ahachmann
Can anyone please tell me what this is supposed to mean? I had this Entity Bean working before. I do not now what I did to cause this Problem, nor have I any Idea to search. In simply know, that I did not touch these EJBs. --- MBeans waiting for other MBeans --- ObjectName:

[jboss-user] [Messaging, JMS JBossMQ] - Re: configuring DLQ issues

2006-10-14 Thread genman
Are you using an MDB? What do the debug logs say? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978341#3978341 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978341 ___

[jboss-user] [Messaging, JMS JBossMQ] - Re: Message Driven Beans reading messages before Application

2006-10-14 Thread genman
You can add to your MDB so they don't start too soon. Check out the DTD. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978342#3978342 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978342

[jboss-user] [Messaging, JMS JBossMQ] - Re: Configuring JBossMQ with Tomcat

2006-10-14 Thread genman
JBoss server comes with JBossMQ and Tomcat, so just unzip and run the server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978344#3978344 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978344

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS connections go down for about a minute periodically

2006-10-14 Thread genman
What are the server settings for the client ping interval and socket read timeout? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978343#3978343 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978343

[jboss-user] [Performance Tuning] - Re: How to use Hashtable in JBoss Rules

2006-10-14 Thread genman
Wrong forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978345#3978345 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978345 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: JBoss AS with External Tomcat instead of using Bundled T

2006-10-14 Thread genman
The JBossAS and External Tomcat are pretty much the same. Why do you care? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978346#3978346 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978346

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-14 Thread genman
Look for default-ds.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978348#3978348 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978348 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: configuring remote topic host and port

2006-10-14 Thread genman
Your MDB is running in a container. The container configuration tells JBoss how to listen to the topic. You can't connect within your MDB. What you have to do is somehow bind the connection factory to JNDI and use this:

[jboss-user] [JBossCache] - Sync. replication is very slow

2006-10-14 Thread thugcee
Hi I'm sure it isn't normal, so I'm looking for help. I use TreeCache.put(Fqn fqn, Map data) to replicate about 50 objects. This call takes from 3 to 80 seconds to execute. Cluster (2 nodes :) is build over fast and reliable local network. Execution time analysis show that almost all time is

[jboss-user] [JBossCache] - Re: Sync. replication is very slow

2006-10-14 Thread thugcee
I can add that nodes join group very fast and initial state is retrieved 100 milliseconds. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978352#3978352 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978352

[jboss-user] [Beginners Corner] - Re: current Instance of Maindeployer

2006-10-14 Thread genman
JMX? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978353#3978353 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978353 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Messaging] - Re: JAAS login module - client jar incompatibility w/ jbosss

2006-10-14 Thread susan.c.weber
I've come up with a workaround of sorts-- I've rewritten my build to produce a stripped down jar that contains only the server side JAAS login module, so I can deploy that to a standalone JBoss Messaging server for the queues we use in the HL7 message pipeline. This was our critical need, so

[jboss-user] [Messaging, JMS JBossMQ] - Re: configuring DLQ issues

2006-10-14 Thread kungFOO
i'm not using a MDB. we have a custom client that listens to the queue and consumes messages when they arrive. so i don't think log file will be of help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978356#3978356 Reply to the post :

[jboss-user] [Beginners Corner] - Re: JBoss Rules forum?

2006-10-14 Thread genman
http://www.nabble.com/codehaus---Drools-f11822.html Drools forum search on google View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978355#3978355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978355

[jboss-user] [EJB 3.0] - Re: @PreDestroy not working..?

2006-10-14 Thread plexiq
Mhm, spent some more hours on this problem. Im now using very very basic SLSB's, and i still cant get @PreDestroy working. Any hints? | package ...; | | .. | import javax.ejb.Stateless; | import javax.persistence.EntityManager; | import javax.persistence.PersistenceContext; |

[jboss-user] [Beginners Corner] - Re: JBOSS integration with CICS/SNA (mainframe applications)

2006-10-14 Thread genman
Perhaps IBM offers a generic JCA (resource adaptor) solution? You could integrate this with JBoss. You might have some luck with the .rar described here: http://www-03.ibm.com/systems/services/downloads/websphere_cics.pdf Refer to it: http://wiki.jboss.org/wiki/Wiki.jsp?page=DSdotXML to

[jboss-user] [Beginners Corner] - Re: JBOSS integration with CICS/SNA (mainframe applications)

2006-10-14 Thread genman
Found this also: http://www-03.ibm.com/support/techdocs/atsmastr.nsf/fe582a1e48331b5585256de50062ae1c/135561efc80d538f86257037004ae99f?OpenDocument .rar files are supposedly generic, so you might be able to plug it into JBoss. Where you get the .rar I don't know. View the original post :

[jboss-user] [Beginners Corner] - Re: setting my own classloader

2006-10-14 Thread genman
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978361#3978361 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978361

[jboss-user] [Beginners Corner] - Re: Migration from JBoss-3.2.4 to Jboss-4.0.3

2006-10-14 Thread genman
You probably need to revisit your packaging. http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978360#3978360 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Reload Webapp After Touching web.xml

2006-10-14 Thread genman
You can trick JBoss to reload something by using JMX, refer to the main deployer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978362#3978362 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978362

[jboss-user] [Beginners Corner] - Re: Timer in JBOSS

2006-10-14 Thread genman
http://www.huihoo.com/jboss/online_manual/3.0/ch13s58.html http://wiki.jboss.org/wiki/Wiki.jsp?page=Scheduler etc. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978363#3978363 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: configuring DLQ issues

2006-10-14 Thread genman
A DLQ is an MDB-specific feature. You can emulate it, though. Take a look at the JBoss source. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978364#3978364 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978364

[jboss-user] [Messaging, JMS JBossMQ] - Re: configuring DLQ issues

2006-10-14 Thread kungFOO
thanks for the feedback. this is what i was starting to believe but couldn't find confirmation on it. i will take a look at my options. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978365#3978365 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: BPEL new users examples

2006-10-14 Thread [EMAIL PROTECTED]
Alonso, We are always looking for new examples. The wiki knowledge base is a great place to share examples. Please feel free to publish your files there. I'd appreciate the chance to take a look at what your example does. After that, we can work on adding it to the user guide, provided you

[jboss-user] [JBoss AOP] - Re: AOP Instrumentor failed to transform org.apache.catalina

2006-10-14 Thread fabiocsilva
I have the same problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978368#3978368 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978368 ___ jboss-user mailing list