[jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home?

2008-02-13 Thread enda
Hi Erik this is my working solution (I am handling conversation on my own) entityManager that inherits generalManager | | @Begin(flushMode = FlushModeType.MANUAL, join = true, pageflow = teamHomeFlow) | public String select(Team team) { | // set conversation |

[jboss-user] [JBoss Seam] - Re: Form submission problems using s:decorate

2008-02-13 Thread chris.simons
Christian, This is exactly what I pasted. It worked initially but as soon as I started moving text around (removing tabs, spaces), the app. crashed: ice:form id=modifyPersonalProfileForm | s:validateAll | table class=form-table | tr |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Dual Processor Config

2008-02-13 Thread CBax007
It's a Linux box. I have to check with the network team to see what version of the OS it's running though. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129199#4129199 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Listener for CMT commit/rollback

2008-02-13 Thread [EMAIL PROTECTED]
Thanks for that, the event triggered OK. However, during this event I am attempting to create a manual UserTransaction. Unfortunately the begin() method this is throwing an NotSupportedException, due the fact that even thought the transaction status is COMMITTED the UserTransaction thinks not.

[jboss-user] [JBoss Seam] - Re: Form submission problems using s:decorate

2008-02-13 Thread chris.simons
When I went Back using the browser button the forum post screen has reset to its initial state and the text was lost. Sorry. Also, I was using FFX - though I doubt that has any serious impact on the problem. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Dual Processor Config

2008-02-13 Thread PeterJ
I have run JBossAS on multi-proc systems running Ubuntu, RedHat, and SUSE. I have no problems keep multiple procs busy. What testing are you doing to gauge processor usage? At work we run standard benchmarks, but I also run JMeter with various web apps; usually 10 simulated users is enough to

[jboss-user] [JBoss Seam] - Re: Form submission problems using s:decorate

2008-02-13 Thread [EMAIL PROTECTED]
Hm, that is not much help, could be any of the edits you made. I've seen the exception in the log and I will try to fix it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129207#4129207 Reply to the post :

[jboss-user] [JBoss Portal] - Re: To make a customizable Portlet.

2008-02-13 Thread PeterJ
Use a preference setting. Code your portlet to read the preference and generate the appropriate number of columns. When you create a new instance, set the preference based on the number of columns desired. View the original post :

[jboss-user] [JBoss Portal] - Re: To make a customizable Portlet.

2008-02-13 Thread dickinson
Hello, thank you for your answer, but I need a practice example to view how work this. I'm new in this, and I have a little idea of you answer me in the previous post. I need an example, if is possible. Thank you. View the original post :

[jboss-user] [Microcontainer] - Re: ClassLoaderMetaData not propagating (yet?) to classloade

2008-02-13 Thread gcompienne
What makes me wonder if VFSTopLevelClassLoaderSystemDeployer is called is because it declares that it needs a ClassLoaderFactory as input. anonymous wrote : | [DeployersImpl] Added deployer [EMAIL PROTECTED] for stage ClassLoader | [EMAIL PROTECTED],

[jboss-user] [EJB 3.0] - Re: Listener for CMT commit/rollback

2008-02-13 Thread ALRubinger
See, now you're trying to combine BMT and CMT within the same Thread, and in a CMT-enabled context. That's a no-no. :) Haven't tested this technique post-commit, but try marking the method you'd like to call after commit succeeds with

[jboss-user] [JBoss Seam] - Re: Form submission problems using s:decorate

2008-02-13 Thread chris.simons
It was pages.xml after all. Don't mind me as I sneak away... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129220#4129220 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129220

[jboss-user] [JBoss Portal] - Re: How to integrate NTLM authentication with JBoss portal

2008-02-13 Thread babsmk
Hi I am also looking at the same means of authentication. Did you specify the NTLM Filter in the web.xml of your portlet or in portal-server.war ? Could you please explain how this was done and whether you were able to overcome the user role issue. Any help is appreciated. View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Fedora8x86_64

2008-02-13 Thread hoverberg
Can I use JBoss Application Server on AMD64 machine? If yes, which version? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129232#4129232 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129232

[jboss-user] [JBoss Seam] - Tomcat 6.0 + Seam... Never Up ! :(

2008-02-13 Thread NighTiger
I use tomcat 6.0, java 5 ! I follow this tutorial : http://docs.jboss.com/seam/2.0.1.GA/reference/en/html/configuration.html#config.install.embedded and this : http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedAndTomcat But always occurs the following error : (Next reply) View the original

[jboss-user] [JBoss Seam] - Re: Tomcat 6.0 + Seam... Never Up ! :(

2008-02-13 Thread NighTiger
I do not believe it .. I am trying to fix has several days What to do? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129228#4129228 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129228

[jboss-user] [JBoss Seam] - Re: Tomcat 6.0 + Seam... Never Up ! :(

2008-02-13 Thread NighTiger
ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Start: name=ServerConfig state=Create java.net.URISyntaxException: Illegal character in path at index 25: file:/C:/softwares/Tomcat 6.0/lib/ at java.net.URI$Parser.fail(Unknown Source) at

[jboss-user] [JBoss Seam] - Re: Bypassing validations when using EntityQuery with exampl

2008-02-13 Thread stu2
Pete was exactly right in my case. I was using the edit.xhtml template that did validation. For search fields you shouldn't use your edit template. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129230#4129230 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Packaging support?

2008-02-13 Thread klob
[EMAIL PROTECTED] wrote : I don't belive much in generating more artifacts...but I do belive in better integration ;) | | Look up http://in.relation.to/Bloggers/FastAndIncrementalPackagingInJBossTools for the current options - there is an example of the current ant integration. | |

[jboss-user] [Management, JMX/JBoss] - Retrieve JBOSS version...

2008-02-13 Thread beto_tbo
How can I retrieve the JBoss version using the JMX? Note: I haven't access to the Jboss libraries (like jbossall.jar...), and I need to known the jboss version to generate different codes using a velocity template... Sorry about my english :) Bye, and thanks ! View the original post :

[jboss-user] [JBoss Seam] - Re: Seam PDF(itext) Page Number: How to display page X of

2008-02-13 Thread gvmanjunatha
Hi, Did you find solution to this problem? I am supposed to print this in the PDFs I generate. I have tried this option in jasperreport and it is easy to do using ireport. Thanks, Manju View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129235#4129235 Reply to

[jboss-user] [JBossWS] - Re: WebService response problem

2008-02-13 Thread EricJava
It's this: [java] Exception in thread main com.sun.xml.ws.streaming.XMLStreamReaderException: XML reader error: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1] | [java] Message: Premature end of file. | [java] at

[jboss-user] [JBoss Seam] - Re: Seam generate-ui Security Model

2008-02-13 Thread daboxe
here is what I have, Components.xml, | ?xml version=1.0 encoding=UTF-8? | components xmlns=http://jboss.com/products/seam/components; | xmlns:core=http://jboss.com/products/seam/core; | xmlns:persistence=http://jboss.com/products/seam/persistence; |

[jboss-user] [Installation, Configuration DEPLOYMENT] - JSF1.2 with Jboss 4.0.4GA

2008-02-13 Thread siva01
Does anyone know if JSF1.2 with facelets is compatible with JBoss 4.0.4GA. I know JSF 1.2 requires JDK 1.5. I am assuming that JBoss 4.0.4.GA is compatible with JDK 1.5. Is this right? Is JSF 1.2 compatible with JBoss 4.0.4.GA? If it is not compatible is there a way to override the jar files

[jboss-user] OutOfMemoryError: PermGen space

2008-02-13 Thread Chris Case
Hi Everyone, My name is Chris and I'm new to the community. I am currently a J2EE application designer during my day-job. I am interested in using the WSRP capabilities of JBoss Portal, but I am running into some errors that I figured some helpful individuals in the community may be familiar

[jboss-user] [JBoss Messaging] - Tomcat and JBoss messaging

2008-02-13 Thread jaya_srini
Hi I have a tomcat app that needs to send and receive JMS messages from JBoss App server (4.2.2) with JBOSS messaging. Both the tomcat service and the JBoss App Server are on the same machine. I made the following changes on the Tomcat side 1) Added the following to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - using Oracle proxy_user across JDBC datasource

2008-02-13 Thread jhalmes
I am trying to setup an Oracle proxy_user login configuration where there is a single user with connect only privileges configured in the ds.xml file and then each connection calls Oracle's (proprietary) openProxySession method to scope the connection's permissions to a user with specific

[jboss-user] [JBoss Seam] - Re: s:fileUpload problem on Internet Explorer

2008-02-13 Thread kai222
I tried it now out on two other PCs with IE6 and Firefox. It doesn't work on IE6 and Firefox 1.0, neither for my application nor for the seamspace example from 2.0.1.GA. On Firefox 2 it's ok. There are no script errors. This is my xhtml: | !DOCTYPE composition PUBLIC -//W3C//DTD XHTML 1.0

[jboss-user] [JBoss Seam] - Re: Multiple Seam projects on one server

2008-02-13 Thread baenaeck
Hi Norman, Thx a lot! Using the isolated ClassLoader did the trick! It's a little bit funny, because I generated the initial project using JBoss Tools in Eclipse. I would have expected that the jboss-app.xml was created automatically as it will be with seam-gen. Is this by intention or is it a

[jboss-user] [JBoss Seam] - Re: Are there any ready admin pages examples for user and ro

2008-02-13 Thread Mikail
Good View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129256#4129256 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129256 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBossCache] - TreeCache Replication in Cluster not working

2008-02-13 Thread kpandey
[Jboss - 4.2.2.GA JGroups - 2.4.1-SP4 JBossCache - 1.4.1.SP5] I'm testing simple TreeCache replication in Cluster mode. When some data is put in cache of node1, node2 is notified but the cache on node2 is not updated with the new data. Here's the log snippet Node1 log where data is added to

[jboss-user] [JBossCache] - Re: TreeCache Replication in Cluster not working

2008-02-13 Thread kpandey
Soon as I posted this I tried with false and now replication seems to work. Anyway hopefully someone else will find this useful :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129259#4129259 Reply to the post :

[jboss-user] [JBossCache] - Re: TreeCache Replication in Cluster not working

2008-02-13 Thread kpandey
Soon as I posted this I tried with attribute name=InactiveOnStartupfalse/attribute | and now replication seems to work. Anyway hopefully someone else will find this useful :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129260#4129260 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - unwanted WSDL change when upgrading from 4.0.5 to 4.2.2

2008-02-13 Thread GTWebDev
We have EJBs exposed as Web Services. Upgrading to 4.2.2 broke our clients that consume these services because it changed the casing of the name of the entity being returned. For example, a service that was returning BillingProducts[] (Pascal Casing) is now returning billingProducts[]

[jboss-user] [JBoss Portal] - Re: Error accessing RemotePortlets

2008-02-13 Thread zhangning99
Hi Roxy, Have you been able to solve this javax.portlet.PortletException: /WEB-INF/jsf/portlets.xhtml: null exception? I am facing the same problem and cannot figure out the reason. Thanks Ning View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129265#4129265

[jboss-user] [JBoss Tools (users)] - Getting source code for jboss plugin in eclipse

2008-02-13 Thread jjaleel
Hi all, I have an .ear file that we normally deploy to WAS. I want to test it on JBoss and debug the source through eclipse. So I am using the jboss plugin for eclipse. Now the .ear file is throwing an exception from one of the servlets during initialization as the server starts up.

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation type=

2008-02-13 Thread joeyxxx
Any luck with this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129266#4129266 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129266 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - BPEL error: varbinary is incompatible with text

2008-02-13 Thread meghanai_99
Hello, When I run my BPEL process, I get this error - | 13:26:03,481 ERROR [StartListener] request delivery failed due to non-recoverable exception, giving up | org.jbpm.JbpmException: problem closing services {persistence=org.hibernate.exception.DataException: could not insert co |

[jboss-user] [JBoss jBPM] - Re: BPEL error: varbinary is incompatible with text

2008-02-13 Thread meghanai_99
I am using SQL server 2005 and JBPM BPEL 1.1 GA. I see that the ElementType uses Types.VARBINARY. The message value is stored as one. Does that mean SQL server does not understand this type? In previous beta version this was simple text type. Any idea how I can fix this? Thanks, Meghana

[jboss-user] [Remoting] - Re: Concurrency Issue (ClassCastException) in MicroRemoteCli

2008-02-13 Thread pms917
I apologize that it took a little while to get back to you. We are using ear isolation (and always call-by-value). So, each of the ears has its own classloader. Additionally, the jar with the shared class is referenced by each ear which means that the parent classloader should have no

[jboss-user] [JBoss jBPM] - Re: BPEL error: varbinary is incompatible with text

2008-02-13 Thread meghanai_99
Btw when I open my SQL server database, I see part in MessageValue is created as 'text' column and not varbinary. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129272#4129272 Reply to the post :

[jboss-user] [JBossWS] - Re: Specifying the server's URL in the client?

2008-02-13 Thread EricJava
Hello Oskar, Thanks for the suggestion. I tried that. After doing it that way, I had the problem of needing to use JAXB to put my parameters into the SOAPBody. That worked, but then I got unsolvable class conflicts where I got to this: [java] Exception in thread main

[jboss-user] [JBoss jBPM] - Re: BPEL error: varbinary is incompatible with text

2008-02-13 Thread meghanai_99
Sorry for my flurry of messages. But I know what is happening in this case. I was using upgraded database from beta3 to GA so my ElementType was left on 'text' and wasn't updated to varbinary. Don't know how to change its type during upgrade script so if any one knows, I would appreciate the

[jboss-user] [JBoss Seam] - Re: Forced login?

2008-02-13 Thread daboxe
paradigmza wrote : If you used seam-gen to generate your project, that should work out the box. How does seam-gen do this out of the box? What configuration changes does it do to enable this to faces-config.xml, pages.xml and components.xml? Thanks View the original post :

[jboss-user] [Microcontainer] - Re: ClassLoaderMetaData not propagating (yet?) to classloade

2008-02-13 Thread alesj
gcompienne wrote : | And when my classloader is called, just before VFSTopLevelClassLoaderSystemDeployer would be called, it shows me that no ClassLoaderFactory attachment is available... | | public abstract class AbstractClassLoaderDeployer extends AbstractDeployer implements

[jboss-user] [JBoss Seam] - Integration Test Errors

2008-02-13 Thread cracker_jack
Environment Seam 2.0.1 GA/ JBoss 4.2.2 I have a stripped down Integration Test which does nothing | public class ReportActionTest extends SeamTest | { | @Test | public void testReportComponent() throws Exception | { | new ComponentTest() | {

[jboss-user] [JBoss Portal] - help needed in LDAP authentication in portal environ.

2008-02-13 Thread rammy1984
Hi iam using the portal server 2.6.3GA and iam trying to configure the server so that the user is authenticated against the LDAP server for which ia using the openDS server. i went through the Jboss docs . i want to know how to get the users from LDAP using the JBoss API provided for this.

[jboss-user] [EJB 3.0] - EJB 3 MDB talking to remote queue facing transaction is not

2008-02-13 Thread [EMAIL PROTECTED]
Hi Guys, I followed the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnEJB3MDBToTalkToARemoteQueue to make my EJB3 MDB listen to remote Queue both AS version 4.2.2.GA and Messaging 1.4.0.SP3 However once the message is arrived in MDB I get exception 06:29:13,700 WARN

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-13 Thread ioannis
I have the same problem, I get the same ClassCastException. I am using the Seam 2.0.1.GA jpa example application. I have a WAS 6.1.0.13 EJB3 server on windows. I tried setting the classloader to application first for both web module and application. That did not help, even after restarts I

[jboss-user] [JBoss Seam] - Seam and JBpm4JSF

2008-02-13 Thread Strategy
Hi, i tried to use the JBpm4JSF taglib within the seam-framework. But i only got the followin error: anonymous wrote : | HTTP Status 500 - Error loading jbpm configuration: null | Am I doing something wrong or can´t i integrate jbpm4jsf within seam ? Regards, Matthias View the

[jboss-user] [JBoss Portal] - Re: Using alternative source for JBoss Portal authentication

2008-02-13 Thread rammy1984
Hi iam using the portal server 2.6.3GA and iam trying to configure the server so that the user is authenticated against the LDAP server for which ia using the openDS server. i went through the Jboss docs . i want to know how to get the users from LDAP using the JBoss API provided for this.

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-13 Thread [EMAIL PROTECTED]
That is really good feedback and thanks for checking your application on windows and linux. I'll look into the windows behavior of websphere and attempt to figure out what is happening there. I will attempt to look into it next week and see if I can figure out what websphere is doing

Re: [jboss-user] [Beginners Corner] OutOfMemoryError on JBoss Portal, when run in 64-bit JVM

2008-02-13 Thread Stephen Davidson
What are your JavaOpts? You DO have the Env. Var set, right? If you need to increase your memory, try increasing the memory settings using JavaOpts. java -X for details. Don't forget to check what Java launches with as a minimum (I forget off hand, but its not alot, and may not be enough in

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-13 Thread ioannis
Ok, Thanks, that's great. But, as I said, while the jpa example worked on linux, my own application (with identical components.xml and persistence.xml) did not work. It still got the same ClassCastException on linux. So there's probably a bit more to it that just Linux vs Windows. View the

[jboss-user] [JBoss Seam] - PDF table doesn't show in RTF format

2008-02-13 Thread terryb
In following PDF templat, everything shows fine in PDF format; but in RTF format table doesn't display - all other text displays. Seam 2.0.1GA | ... | p:paragraph alignment=left spacingBefore=10p:font size=12 style=BOLD#{applicationStatByCourse.universityList[0].longName} | | ... |

[jboss-user] [Management, JMX/JBoss] - Re: Retrieve JBOSS version...

2008-02-13 Thread PeterJ
The JBoss version number is kept in the VersionNumber attribute of the jboss.system:type=Server MBean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129296#4129296 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129296

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Fedora8x86_64

2008-02-13 Thread PeterJ
Yes, all you need is a full-featured JDK, such as the one from Sun (do not use the one that comes with Fedora). Any version of JBossAS will work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129295#4129295 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate using SecureIdentityLoginModule for accessing

2008-02-13 Thread jaikiran
Enable TRACE level logs of JBoss security package, as mentioned in Q4 at http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ and post those logs here. Remember to wrap the contents in a Code block by using the Code button in the message editor window, while posting. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Exception in thread

2008-02-13 Thread jaikiran
anonymous wrote : at com.wire.db.DbConn.getContext(DbConn.java:109) What is this DbConn class? Is it a standalone java class? What is it trying to do? It look strange, since it calls the anonymous wrote : at java.lang.ClassLoader.loadClassInternal(Unknown Source) Is this the exact

[jboss-user] [JBoss/Spring Integration] - Re: Deploying multiple XML files as a single SpringApplicati

2008-02-13 Thread mayankk
I found a way to make this work. Write your jboss-spring.xml as follows... ?xml version=1.0 encoding=UTF-8? | beans xmlns=http://www.springframework.org/schema/beans; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xmlns:jee=http://www.springframework.org/schema/jee; |

[jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home?

2008-02-13 Thread eirirlar
Hi Tomas, I was thinking about manually handling it, but since I only needed one type of conversation and wanted that one named, I ended up with this: components.xml: core:manager conversation-id-parameter=forsendelseId / view.xhtml: h:dataTable id=forsendelser value=#{forsendelser}

[jboss-user] [JBoss/Spring Integration] - Re: Deploying multiple XML files as a single SpringApplicati

2008-02-13 Thread mayankk
has this feature been incorporated in the spring deployer as yet? thnx, -mayank View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129298#4129298 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129298

[jboss-user] [JBossWS] - Re: Specifying the server's URL in the client?

2008-02-13 Thread oskar.carlstedt
Hi! Attachments are a tricky part. The simplest way to do is to add your attachment as a base64binary in your schema, but that is not what you always want to do. I've been asking a lot about how to use MTOM on a SOAPMessage, but I didn't get any response at all. To answer your question about

[jboss-user] [JBossWS] - Re: Specifying the server's URL in the client?

2008-02-13 Thread oskar.carlstedt
Sorry! Didn't get it all. I think this thread would give you answers about how to do handle attachments in the way you want. http://www.jboss.com/index.html?module=bbop=viewtopict=124280 /Oskar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129309#4129309

[jboss-user] [Installation, Configuration DEPLOYMENT] - (off topic) unsubscribing

2008-02-13 Thread jazzinto
Hello all I am ver sorry to post this here, but i have been completely unable to find any help on this topic on the jboss website I am receiving posts about Installation, Configuration DEPLOYMENT by e-mail, and I want to stop receiving them, but i cannot find the way to do so. Any help will

[jboss-user] [JBoss jBPM] - compensation handling

2008-02-13 Thread jean85
hello, I'm interesting in creating a workflow with compensation handler. Is it possible to create such processes with jBPM, is there any documentation about compensation handling with jBPM? Thanks for your answers. jean View the original post :

[jboss-user] [JBoss Portal] - Re: To make a customizable Portlet.

2008-02-13 Thread dickinson
Hello, can you say me any link with information about this?. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129313#4129313 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4129313

[jboss-user] [JBossCache] - Re: tx completion STATUS_UNKNOWN

2008-02-13 Thread genman
My advice would be to: 1. Check out JBoss Cache from SVN and get it to build. 2. Take a look at TxInterceptor.java line 1243 or so. Try to get it to work. 3. You can configure the unit test suite to use your TX manager, see if you can't get it to work with Atomikos. 4. Unfortunately I don't see a

<    1   2