[jboss-user] [JCA/JBoss] - Re: JBOSS +JCA + Connection Pooling .....Out of ManagedConne

2008-01-23 Thread jaikiran
Are you sure that you dont have any connection leaks in your application? Also, you say that you are running a 15+ hour test on JBoss, so is 100 max-pool-size sufficient for your application? And the logs that you posted show a blocking timeout of 5000 ms where as the -ds.xml configuration that

[jboss-user] [JCA/JBoss] - Re: JBOSS +JCA + Connection Pooling .....Out of ManagedConne

2008-01-23 Thread mohad_ajay
Hi jaikiran , thanks for the prompt reply but I had already taken care of the oracle-ds.xml file attributes and everything looks fine over there to me here is the snapshot of the same min-pool-size0/min-pool-size max-pool-size100/max-pool-size

[jboss-user] [Security JAAS/JBoss] - Re: NullPointerException @ DatabaseServerLoginModule.java:14

2008-01-23 Thread jahebe
Ha! Famous last words! Well, at least I now know that the cause of the problem is somehow embedded in my EAR. Log excerpt that shows first a login attempt to the EAR contained GWT application, then a login attempt to the JMX console. Both uses the same security-domain, but the first fails with

[jboss-user] [JCA/JBoss] - Re: JBOSS +JCA + Connection Pooling .....Out of ManagedConne

2008-01-23 Thread mohad_ajay
yeah I had checked the application for any connection leaks they are perfectly alright we had closed connection properly in the finally block.also I had later on changed the value from blocking-timeout-millis5000/blocking-timeout-millis to

[jboss-user] [JBoss Seam] - Re: ExtJs and JBoss Seam with web remoting

2008-01-23 Thread Fangzx
hi,cvigouroux,thank you for sharing code. Do you have something similar like DWRTreeLoader with JBoss Seam Remoting? http://extjs.com/forum/showthread.php?t=6217page=4 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122499#4122499 Reply to the post :

[jboss-user] [JBoss Seam] - Re: FAILED CONFIGURATION: @BeforeClass init

2008-01-23 Thread vikramchhetryy
Logs that I see:- [Parser] Running: | /home/vikramc/workspace/Impact/src/test/com/impact/test/ChangePasswordActionTest.xml | | FAILED CONFIGURATION: @BeforeClass init | java.lang.NoClassDefFoundError: org/jboss/deployers/spi/DeploymentException | at

[jboss-user] [JCA/JBoss] - Re: JBOSS +JCA + Connection Pooling .....Out of ManagedConne

2008-01-23 Thread jaikiran
Monitor the number of connections in use, especially when this exception occurs, through the jmx-console. Access jmx-console at http://localhost:8080/jmx-console. On this page under jboss.jca, you will find a link like name=myDS,service=ManagedConnectionPool (where myDS is the jndi-name of

[jboss-user] [JCA/JBoss] - Re: JBOSS +JCA + Connection Pooling .....Out of ManagedConne

2008-01-23 Thread mohad_ajay
Yeah I am viewing the same the test is started since then I am frequenty viweing the status...also this happens after 9 to 10 hoursdunno Yone more thing we also have hsqldb sharing the connections for message persistence View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: DataSourceBinding not yet installed

2008-01-23 Thread benjiii
I retried again with using DefaultDS - now it's working. Don't know, what changes I did before that weren't ok (or did not but would be necessary) ... Thanks for your help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122504#4122504 Reply to the post :

[jboss-user] [JBossCache] - Re: JDBCacheLoader hot redeploy

2008-01-23 Thread lovelyliatroim
anonymous wrote : | How do you create the cache? Do you do so programmatically in your application? Or is it via a -beans.xml or mbean service file? | MBean service file!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122506#4122506 Reply to the post

[jboss-user] [JBoss Seam] - Re: FAILED CONFIGURATION: @BeforeClass init

2008-01-23 Thread vikramchhetryy
Buildfile: build.xml | | compiletest: | | copytestclasses: | | buildtest: | [copy] Copying 1 file to /home/vikramc/workspace/Impact/test-build/META-INF | [copy] Copying 1 file to /home/vikramc/workspace/Impact/test-build | | test: |[testng] [Parser]

[jboss-user] [JBoss Seam] - Re: Select item from table and convertEntity

2008-01-23 Thread brachie
nickarls wrote : Well, you could have two separate components: | | * selectOneMenu rendered when list.count n | | * separate modal window with datatable, paginator, search and filtering | | I think you should be able to get both options working with a list of entities in the

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to start the JBoss Server on Mac OS X.

2008-01-23 Thread chrisrjcox
Hi, I have recently moved over to a Mac platform and would like to work on my JBoss project. I have installed Eclipse with all the plug ins I require, however I can't start the JBoss server with the start.sh file, I understand the start.bat is for the windows platform. When I double click the

[jboss-user] [JBoss Seam] - Re: Select item from table and convertEntity

2008-01-23 Thread nickarls
tried using a s:link? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122512#4122512 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122512 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: roles redirecting methods

2008-01-23 Thread zhamdi
Hi Shane, Maybe I should enumerate the benefits I see in this approach: | +Suppress redundant (and error prone) information when you redirect programatically to a rule specific method (that you also enforse with a @Restricted with the already tested rule) | +Modeling tools will be able to

[jboss-user] [JBoss Seam] - Re: Integration testing Seam components with Maven

2008-01-23 Thread svadu
Btw, it seems that integration tests partly seem to work with maven 2.0.8 (also jdk 1.5) only if I remove jboss embedded from test classpath! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122513#4122513 Reply to the post :

[jboss-user] [JBoss Seam] - Re: context variable not instance of component

2008-01-23 Thread nickarls
cdiggins wrote : I have checked that an there is only a single bean with each name. Is there any better way to check for jar duplication? I looked through my lib folder, but did not see any duplicates, and looked in the classpath and also did not see duplicates. Try looking at the debug output

[jboss-user] [JBossCache] - Re: Config Question

2008-01-23 Thread lovelyliatroim
anonymous wrote : | | Definitely a limitation. Could you please create a feature request in JIRA for this and vote for it? | If i find out how or where to do this i will ;). anonymous wrote : | What could be your problem is how often your eviction thread kicks in. If you have enough

[jboss-user] [JBoss jBPM] - Re: Re: task in start state

2008-01-23 Thread kukeltje
you see... there is so much documentation and api examples View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122521#4122521 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122521

[jboss-user] [JBoss Seam] - Re: Select item from table and convertEntity

2008-01-23 Thread brachie
So I figured it out: The Trinidad table is the problem here. If I use the standard h:dataTable or rich:datatable it works!! rich:dataTable styleClass=trTableDiv id=personss value=#{allePersonen} var=pers | rich:column | f:facet name=headerName/f:facet |

[jboss-user] [JBoss Seam] - Re: Select item from table and convertEntity

2008-01-23 Thread nickarls
I think that is the expected behaviour and manual flushmode should fix that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122523#4122523 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122523

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2 Session Is Closed exception in JobSession

2008-01-23 Thread kukeltje
See http://www.jboss.org/index.html?module=bbop=viewtopict=128111, sounds like a more generic bug. Please file a jira issue (sorry for the delayed response) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122527#4122527 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Issues moving from postgresql to oracle

2008-01-23 Thread [EMAIL PROTECTED]
What was the problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122529#4122529 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122529 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Problem faced while opening seam pdf in Moxilla

2008-01-23 Thread sawant.yuvraj
Hi, We are facing a problem when we open a seam pdf in firefox. It does not open the pdf. The below given HTML contents are displayed in the browser. - Contents displayed in

[jboss-user] [JBoss Seam] - Re: Event with @Observer not being fired

2008-01-23 Thread nickarls
Oops, I must have been reading the wrong version :-/ But It's a good thing that we get the constants now. Although I wouldn't mind that they would all be in the Events class. So that your could find everything observable in one place. View the original post :

[jboss-user] [JBoss Seam] - Re: Problem faced while opening seam pdf in Moxilla

2008-01-23 Thread nickarls
Haven't used seam pdf myself but it seems to function by generating the PDF and then a page that automagically refreshes to an URL. Is meta-refresh allowed on your browser? What happens when you try entering the URL-part directly into the browser (after the normal context root). The URL

[jboss-user] [JBossCache] - Timeout/Lock exception in single user/single thread environm

2008-01-23 Thread doubble
Hi together, I'm new to JBossCache so probably this might have been asked before, but I couldn't find any directly related information in the forum or documentation. We are running JBossCache in local mode with isolation level repeatable read and pessimistic locking. I'm facing Timeout

[jboss-user] [JBossCache] - Re: Config Question

2008-01-23 Thread lovelyliatroim
anonymous wrote : | Definitely a limitation. Could you please create a feature request in JIRA for this and vote for it? | Done. http://jira.jboss.org/jira/browse/JBCACHE-1274 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122536#4122536 Reply to the

[jboss-user] [JBoss jBPM] - Re: problems creating task instances

2008-01-23 Thread sgrassie
Well, I've managed to resolve the problem, but I don't like the solution. What I've had to do is to get the token, and then find all the task instances by that token and get the first element from the list, as below. I really don't like it, there must be a better way to do this? Surely? |

[jboss-user] [JBossWS] - Generated Classes does not have constructors...

2008-01-23 Thread zeeshan.javeed
Hi, I do not understand that why tranferable classes generated by wsconsume does not have constructors ? THe classes generated by old axis tool do have constructors. Any idea ? Regards, Zeeshan . View the original post :

[jboss-user] [JBoss Portal] - Partial refresh of Portlers

2008-01-23 Thread modendahl
Hi, I'm experimenting with partial portlet refreshing. Is there an example out there? I wonder if this is possible. There are three portlets which should communicate with each other. At this time there is only the possibility that 2 portlets can communicate via IPC. So I want to do a parital

[jboss-user] [JBoss jBPM] - Re: Problem with managed beans

2008-01-23 Thread rodosa
I fixed the some of problems that I had and now it works! Thanks for your help kukeltje View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122540#4122540 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122540

[jboss-user] [JBoss Seam] - Re: Pageflow hides stacktrace

2008-01-23 Thread nickarls
cvs is probably outdated (if the announcement of svn migration is true) but one would think at least the hudson points to the correct repository since there are fresh checkins... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122541#4122541 Reply to the post

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Found non-jar deployer error

2008-01-23 Thread Smartsid81
Hi, I am using Jboss-4.0.5 application server and the OS is Linux. When I run my appication I get the following error: ### 2008-01-07 16:06:54,066 WARN [org.jboss.deployment.MainDeployer] Found non-jar deployer for sid.jar:

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Persistence provider caller does not implements the EJB3 spe

2008-01-23 Thread Smartsid81
Hi I am using Jboss-4.0.5 and the Os is Linux. When I run my application it gives the following error: ### 2008-01-07 16:06:58,046 WARN [org.hibernate.ejb.Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly.

[jboss-user] [JBoss Seam] - Conversation Beans and Session scoped beans resulting in Co

2008-01-23 Thread limousyf
Hello, I just had the Could not find stateful Bean error in my application. After searching in the forum, I finally understand that a bean with a wider scope (Session) kept a reference of the stateful bean that cannot be find by other sessions. Here is some snipplets of my code: The

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-23 Thread NSchweig
Good Morning, ..it is really weird... Ok. I killed alg.exe and rapimgr.exe and Wcescomm.exe (-- they were only needed to synchronize my pda with the pc; but that does not work too...) I did everything with the windows firewall you said. (It was not active before, but there were some things

[jboss-user] [JBoss Seam] - Re: Pageflow hides stacktrace

2008-01-23 Thread Kruno
Yes, I've just noticed it and downloaded it from svn, but it is still the same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122547#4122547 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122547

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - problems with jdbc / datasource

2008-01-23 Thread [EMAIL PROTECTED]
Hi, I'm trying to do some tests here - and I'm facing the following problem: Scenario: I do several db calls through normal JDBC - simply - each time I: 1) open connection 2) prepare statement 3) execute it 4) parse output 5) close connection this is done from stateful session bean using

[jboss-user] [EJB 3.0] - Re: Using joda time in entites

2008-01-23 Thread hamtho2
This is one solution I though of as well. But maybe there is already an integrated solution as it is in hibernate. Thomas View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122552#4122552 Reply to the post :

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-23 Thread jaikiran
Does it work if you use Internet Explorer instead of Firefox (well, even if it works, i would still be puzzled as to why telnet command does not work). Which version of Windows OS are you using? And when you say No access/output when using http://localhost:8080 what exactly does it mean? Do you

[jboss-user] [JBoss Seam] - How to set EndTask transition dynamically

2008-01-23 Thread jneubert
In my JSF tasklist, I use a dynamic list of possible transitions: | rich:dataTable value=#{task.availableTransitions} var=transition | h:column | s:button action=#{taskList.executeTask(transition.name)} taskInstance=#{task} | value=#{transition.name} propagation=none

[jboss-user] [JBoss jBPM] - BPEL 1.1GA: CodeSource for SOAPMessage is NULL

2008-01-23 Thread camunda
Hi! I try to get the newest BPEL stuff working. I downloaded JBoss AS 4.2.0GA and jbpm-bpel 1.1.GA. I installed jwsdp-2.0 without container. Afterwords I deployed the bpel ear, works fine and I see the webconsole. When I want to deploy the hello example I get an exception: | 11:32:09,906

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-23 Thread jaikiran
And going by one of your other posts in the forum, some days back, i believe you have switched to Java 1.5 and are not using Java 1.6. Right? Just want to eliminate all (remotely) possible reasons for this issue. View the original post :

[jboss-user] [JBoss jBPM] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL

2008-01-23 Thread camunda
By the way; I work with JDK 1.6.0_01 and copied the jaxrpc and saaj libraries from the jwsdp folders to the jboss/server/default/lib (also tried jboss/lib, no change) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122559#4122559 Reply to the post :

[jboss-user] [JBoss Seam] - Tricky Q on Hibernate filters and roles

2008-01-23 Thread EricJava
Here's the situation: I'm creating a site where users can collaborate to work on data as a group. I'm calling a set of data for a set of users a domain. Every user is a member of exactly one domain, and of course users can only access data within their own domain. On top of this, there are

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to start the JBoss Server on Mac OS X.

2008-01-23 Thread itsme
open a console, navigate to the bin directory of your jboss and type | ./start.sh | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122569#4122569 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122569

[jboss-user] [JBoss Seam] - Re: Conversation Beans and Session scoped beans resulting in

2008-01-23 Thread mars1412
just some thoughts: * are you sure, the GestionAffichage bean has already been created and exists in the session scope? | * maybe the GestionAffichage cannot be created (for any reason) and thus the activitesByCollaborateurCrossData cannot be created. | * it's also strange, that the

[jboss-user] [JBoss Seam] - Re: Tricky Q on Hibernate filters and roles

2008-01-23 Thread mars1412
maybe this helps: http://www.jboss.com/index.html?module=bbop=viewtopict=127041 [/url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122575#4122575 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122575

[jboss-user] [JBoss jBPM] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL

2008-01-23 Thread camunda
If I REDEPLOY the ear, the first exception vanished (strange?) but it doesn't work either. I get a different exception, seems like a hibernate mapping problem And it differs, if I start in Eclipse with JRE 1.5: | 12:11:37,515 ERROR [[deploymentServlet]] Servlet.service() for servlet

[jboss-user] [JBoss Seam] - Re: Tricky Q on Hibernate filters and roles

2008-01-23 Thread EricJava
Thanks for the reference on that. In this case, I won't use filters. Instead, on my session beans, I'll modify the query: if the user doesn't have sysadmin role, then add the domain = ... to every query. Btw I really hope that a future release of EJB spec adds something like the Hibernate

[jboss-user] [JBoss Messaging] - Clustered environment with non persistent messages ?

2008-01-23 Thread kemp40
Hi, We are running under JBoss 4.0.5 using JBossMQ as a messaging engine. 0ur platform is based on very extensive messaging - there are about 400 producers multiplexing jms messages to about 400 consumers which listen on bind queues (queue per consumer). There are no selectors used due to

[jboss-user] [JBoss jBPM] - Re: problem when traversing to end state

2008-01-23 Thread [EMAIL PROTECTED]
i didn't see the process execution problem yet. i do see in the stack trace a deserialization problem of a hibernate object. but i don't see the link with the process execution problem yet. Caused by: java.lang.ClassCastException: cannot assign instance of

[jboss-user] [JBoss Seam] - Re: Tricky Q on Hibernate filters and roles

2008-01-23 Thread nickarls
EricJava wrote : | Btw I really hope that a future release of EJB spec adds something like the Hibernate Criteria stuff. This thing of putting together EJB-QL strings is a lot nicer than putting together SQL string, but it's still not object-oriented and Criteria queries are a lot more

[jboss-user] [JBoss Seam] - Re: Conversation Beans and Session scoped beans resulting in

2008-01-23 Thread limousyf
Well I guess the gestionAffichageBean is created; I think I could add the create=true. But, as I deference the bean | gestionaffichage.afficherMenuActiviteParCollaborateur() | I would have a NPE if it wasn't created. The names are clearly incorrect (intern work :) ) but I don't think

[jboss-user] [JBossCache] - Fails to run on Jboss4.2.2

2008-01-23 Thread emailmsgbox
Hi, I want to switch from jboss4.0.4(jdk1.5) with jbossCache 1.4.0.SP1 To jboss4.2.2(jdk1.5) (jbossCache 1.4.0.SP5) With the same code I use POJO-Cache and I do Post compile waving with ant aopc | package com.test; | import org.jboss.cache.aop.annotation.PojoCacheable; | import

[jboss-user] [JBoss jBPM] - Re: Is it possible to display a metrics dashboard in jBPM ?

2008-01-23 Thread soumya_in
Plz check the SeeWhy with VM installer. It can help you in some sense.But I am not sure how much it fix up your requirement. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122584#4122584 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Tricky Q on Hibernate filters and roles

2008-01-23 Thread EricJava
nickarls wrote : There is hope: http://jcp.org/en/jsr/detail?id=317 That would be really nice. I can't wait. Criteria type queries and collections of embedded objects are the two things I want most. Why can't my entities have a boring old Set in them? Let's hope this comes out soon! View

[jboss-user] [JBoss jBPM] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL

2008-01-23 Thread camunda
1.) I don't find JWSDP 1.6 for download on the sun side any more.. Even with the help of google... Am I just too stupid? 2.) Which ant files do you exactly mean? I didn't find anything for configuration of JBoss... View the original post :

[jboss-user] [JBoss jBPM] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL

2008-01-23 Thread [EMAIL PROTECTED]
Hi Bernd, Redeployment does not seem to work at the moment. Somehow the class loader gets messed up and reflection access starts to fail. I tested these examples using JDK 1.4.2/1.5.0 and JWSDP 1.6 only. Perhaps either JDK 1.6.0 or JWSDP 2.0 are the reason for the NPE in your first post.

[jboss-user] [JBoss jBPM] - Tasks vs PooledActores

2008-01-23 Thread danieltamiosso
Hello guys, I wonder how you do to to generate an instance of a task for a pooled of actores, what the actores really executed the task? Thank's! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122591#4122591 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exceptions ending conversations

2008-01-23 Thread alessandrolt
Posted in JIRA: http://jira.jboss.org/jira/browse/JBSEAM-2524 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122593#4122593 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122593

[jboss-user] [Beginners Corner] - JBoss AS 5.0

2008-01-23 Thread lovelyliatroim
Can anyone tell me what the milestone dates are for JBoss AS 5.0?? I mean what dates do you expect roughly to have the following releases. Beta4 - 08/Feb/08 CR1- ? CR2- ? GA -? Thanks in advance, LL I have had a look at the road map but no dates are there!!?

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-23 Thread NSchweig
Hi, with IE it is the same problem. I use jdk1.5.0_14. If I type http://localhost:8080 in my browser in the status bar stands: Waiting... or waiting for localhost and I only see a white page. I use Windows XP Professional (on my notebook Home edition but at the moment I only work on my pc)

[jboss-user] [Security JAAS/JBoss] - Re: Error interface org.jboss.security.saml.SSOManagerServic

2008-01-23 Thread malves
I found the problem. There were a jboss-saml.jar inside my war. Problem solved now, and everything working fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122597#4122597 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - JBoss 4.2 Spring Deployer + Spring 2.08

2008-01-23 Thread devnulled0
I'm in the process of refactoring an app to take advantage of the JBoss Spring Deployer and I'm running into some minor issues. I have a project layout very similar to the example project.. here is the basic gist of what is in the EAR file which gets deployed: Services.spring -- these are the

[jboss-user] [JBossCache] - Re: JDBCacheLoader hot redeploy

2008-01-23 Thread [EMAIL PROTECTED]
Just trying to ascertain where the cache lifecycle is controlled (and what calls start, stop, etc). Thanks for this info, will investigate. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122601#4122601 Reply to the post :

[jboss-user] [JBoss Seam] - Transaction.instance().setTransactionTimeout();

2008-01-23 Thread pdhaigh
Hi all, I'm trying to force an increase to a transaction timeout within a particular method... I'm using this: public void doScheduledSend(@Duration Long waitBeforeStart, @IntervalDuration Long interval) | { | | log.info(Processing scheduled email tasks); |

[jboss-user] [JBoss jBPM] - Re: problem when traversing to end state

2008-01-23 Thread twiceknightly
[EMAIL PROTECTED] wrote : i didn't see the process execution problem yet. | It only happens for me on completion of an end state. That's when JobSession gets fired off isn't it? Just before the transaction commits. View the original post :

[jboss-user] [JBossCache] - Re: Config Question

2008-01-23 Thread [EMAIL PROTECTED]
lovelyliatroim wrote : | Currently running every 5 seconds, will set it for a longer time period. Can you set the wakeUpIntervalSeconds on a region basis or is it a global cache setting?? | No, this is a cache-wide setting. lovelyliatroim wrote : | Hmmm im not sure we are talking

[jboss-user] [JBoss Seam] - Debuging hibernate during tests in Embedded JBoss

2008-01-23 Thread jagin
Hi, I want to debug hibernate during my test on embedded Jboss. So I set | category name=org.hibernate | priority value=DEBUG/ | /category | in bootstrap/log4j.xml but I got no debug information from hibernate. Why? Is there something else to be set? (I'm using

[jboss-user] [JBossCache] - Re: Timeout/Lock exception in single user/single thread envi

2008-01-23 Thread [EMAIL PROTECTED]
Do you mean an upgrade exception? I can't imagine why you'd get a lock timeout exception if you already hold the lock you need. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122610#4122610 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.2 Spring Deployer + Spring 2.08

2008-01-23 Thread alesj
devnulled0 wrote : | I also tried upgrading all of the jar's in the deployer to Spring 2.08 and ran into various problems because some of the methods the deployer relies on have been removed, etc. | Which methods? Can you post your exceptions. It's been a while since I compiled the version

[jboss-user] [JBoss jBPM] - Re: problem when traversing to end state

2008-01-23 Thread twiceknightly
Tom, How did you replicate this? Are you trying container managed transactions? Are you not seeing the Session Is Closed Exception in JobSession? In initially I though that this problem may be a symptom of that problem. View the original post :

[jboss-user] [JBoss Seam] - Re: ExtJs and JBoss Seam with web remoting

2008-01-23 Thread cvigouroux
Hi, I don't need something like the DWRTreeLoader right now, so I've got nothing like this for Seam Remoting, sorry. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122600#4122600 Reply to the post :

[jboss-user] [JBoss Seam] - Re: FAILED CONFIGURATION: @BeforeClass init

2008-01-23 Thread vikramchhetryy
I am still not able to solve this problem. Can any one send me a link or tell me what all things are required to run a basic test script. I still do not know where the problem is? Any help would be appreciated. -Vikram View the original post :

[jboss-user] [JBossCache] - Re: Config Question

2008-01-23 Thread lovelyliatroim
anonymous wrote : | No, this is a cache-wide setting. | Thats what i thought! anonymous wrote : | See the JavaDocs for the AsyncCacheLoader wrapper, which has all the options you can add to your cache loader. You can control your batch size and triggers. | Super, will have a look

[jboss-user] [JBossWS] - Re: JBossWS Tools Overview (wstools, wsprovide, wsconsume)

2008-01-23 Thread donato.brito2
Hello people! I think I´m little late, but here is my solution to this problem. I´ve just installed JBossWS 2.0.2GA and following the user guide I´ve had the same problem. To solve that, I looked in the .bat file and remove the line that contains set JBOSS_HOME=%DIRNAME%\.. Before I removed

[jboss-user] [Security JAAS/JBoss] - Configure Web services digital signature authentication

2008-01-23 Thread Spuds
Does JBoss have similar capabilities as described below ? (This comes from an article on WebSphere...) Configure Web services digital signature authentication With digital signature authentication, the client generates a security token, based on a digital signature, and embeds it in the SOAP

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-23 Thread jaikiran
anonymous wrote : Is it possible that it has anything to do with my failed installation of sun application server? What all did you install on this setup? I guess, you installed MySQL, Sun App Server and now JBoss. By any chance, did you even install Apache? If so, is the Apache service

[jboss-user] [JBossCache] - Re: JDBCacheLoader hot redeploy

2008-01-23 Thread lovelyliatroim
Just so you know the hot-deploy isnt working 100% in Beta3 i.e when you touch the .xml files JBoss AS doesnt pick it up that it has changed. I touch the whole directory(I have exploded ear and touch the ear dir to get JBoss AS to kick off a hot-redeploy). Just so you know!! View the original

[jboss-user] [JBoss jBPM] - Re: Is it possible to display a metrics dashboard in jBPM ?

2008-01-23 Thread kukeltje
and see the wiki and jira and forum for BAM/BI things View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122622#4122622 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122622 ___

[jboss-user] [Beginners Corner] - Transfert of examples for JBoss Developer Studio

2008-01-23 Thread jrochat
hello, I'm beggining with Jboss Developer Studio and I would like to make the examples placed in jbdevstudio/jboss-eap/seam/examples/ work in an new seam project in JBoss Developer. I'm having a lot of problem to copy/past required files in the workspace. Do you know if I can found on the

[jboss-user] [JBossCache] - Re: JDBCacheLoader hot redeploy

2008-01-23 Thread [EMAIL PROTECTED]
Again, very useful for the AS forums - I suggest you post that comment there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122621#4122621 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122621

[jboss-user] [JBoss jBPM] - Re: Problem with managed beans

2008-01-23 Thread kukeltje
Would be nice if you posted what the 'some problems' were. Others might learn from it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122624#4122624 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122624

[jboss-user] [Beginners Corner] - Re: JBoss starts but no access

2008-01-23 Thread jaikiran
And yes, if its easy to start the entire thing on a clean setup then that might work. All this while i have been taking a shot in the dark, after the obvious reasons for this issue have been ruled out. View the original post :

[jboss-user] [JBoss jBPM] - Re: Tasks vs PooledActores

2008-01-23 Thread kukeltje
creating a task as normal and setting the pooled actors on it... I do not completely grasp your question.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122627#4122627 Reply to the post :

[jboss-user] [JBossCache] - JBCache 2.0.0 / Weblogic 9: Exception while trying to rollba

2008-01-23 Thread spennec
I'm experiencing a strange problem, with TreeCache seemingly trying to rollback a Weblogic transaction. Here's the setup: - Two weblogic 9 servers, running a clustered application. - Each night, the cached data must be refreshed. Since this process requires other external processes to succeed

[jboss-user] [JBoss jBPM] - Re: problems creating task instances

2008-01-23 Thread kukeltje
what is it that you are trying to achieve? I'm totally lost View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122625#4122625 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122625 ___

[jboss-user] [JBoss jBPM] - Re: problem when traversing to end state

2008-01-23 Thread kukeltje
It also (seams) to happen on cancelling a process according to the other post View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122629#4122629 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122629

[jboss-user] [JBoss Seam] - Accessing a web service

2008-01-23 Thread hubaghdadi
Hi. How to access a web service from Seam component? (any web service) Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122630#4122630 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122630

[jboss-user] [JBossCache] - Re: Config Question

2008-01-23 Thread lovelyliatroim
Right, in the quest for higher throughput using my cache and the JDBCCacheLoader im experiencing what to me is strange behaviour. Here is my config for the record | ?xml version=1.0 encoding=UTF-8? | | !-- = -- | !--

[jboss-user] [JBoss Seam] - Re: task/process id may not be null

2008-01-23 Thread [EMAIL PROTECTED]
Seam starts the business process at the end of the root request. So the process hasn't been started yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122632#4122632 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122632

[jboss-user] [JBoss jBPM] - Re: problem when traversing to end state

2008-01-23 Thread twiceknightly
As an experiment I set the TransactionAttribute on my EJB to NotSupported. Surprizingly it worked without any problems. What really worries me is I have the hibernate config given below tying hibernate into JTA! | jbpm-context | service name=persistence

[jboss-user] [JBoss Seam] - Re: no-conversation-view-id doesn't work

2008-01-23 Thread [EMAIL PROTECTED]
If so, please file a JIRA issue with a reproducible example so we can take a look. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122637#4122637 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122637

[jboss-user] [JBossCache] - Re: JDBCacheLoader hot redeploy

2008-01-23 Thread lovelyliatroim
I already did, they know about it!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122636#4122636 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122636 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: no-conversation-view-id doesn't work

2008-01-23 Thread [EMAIL PROTECTED]
i.e. it should work! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122638#4122638 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122638 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Accessing a web service

2008-01-23 Thread nickarls
If you are on JBoss then the answer is somewhere here: http://jbws.dyndns.org/mediawiki/index.php?title=JBossWS :-) I don't think seam has any special integration for webservice-consumption but normal JAX-WS Service.create... should do it View the original post :

[jboss-user] [JBoss jBPM] - Re: problems creating task instances

2008-01-23 Thread sgrassie
Programmatically go through a workflow process definition, creating the ProcessInstance and the TaskInstance, and testing the behaviour of the jBPM code. The JUnit test case I posted is fairly straightforward. View the original post :

[jboss-user] [JBossCache] - Re: JBCache 2.0.0 / Weblogic 9: Exception while trying to ro

2008-01-23 Thread [EMAIL PROTECTED]
Hmm, assuming the client java program does not have an instance of JBoss Cache, the exceptions must be on the server side. Here is the code that triggers this rollback: | ... | try | { | . | } | catch (Throwable t) | { |try |{ | tx.setRollbackOnly(); |

  1   2   3   >