[jboss-user] [EJB 3.0] - Re: Requesting the EJB container to remove an instance

2009-03-15 Thread ALRubinger
"ALRubinger" wrote : https://jira.jboss.org/jira/browse/EJBTHREE-1773 Done. Relevant unit test showing usage is: http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/core/src/test/java/org/jboss/ejb3/core/test/ejbthree1773/unit/RemoveRequestFromSessionProxyUnitTestCase.java "ALRubinger" w

[jboss-user] [JBoss Tools (users)] - Re: Can't intall jbossas plugin on eclipse 3.4.2

2009-03-15 Thread erahamim
Hi, I have update the site to http://download.jboss.org/jbosstools/updates/nightly/3.0.x/ When I tries to install jbossas version : 20.0.GA-N200903131158-h26 I still get the same error message. An error occurred while collecting items to be installed No repository found containing: org.jboss

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss/WinXP/SPNEGO, Kerberos MIT/unix, JGSS question?

2009-03-15 Thread neoben
The ticket needs to be forwardable. If it is, in firefox, you add your website to the trusted URIs for delegation ( in about:config). At this point, you should see "context.getDelegState()=true" in the logs. The missing bit in the jboss-negotiation project is to get the delegated credendentials

[jboss-user] [Microcontainer] - DeploymentManager in 5.1.0.Beta1

2009-03-15 Thread Juergen.Zimmermann
I want to migrate my redeploy workaround to 5.1.0.Beta1. Using JBoss 5.0.0 and 5.0.1 I did it this way to redeploy a running EAR app: DeploymentManager dm = ...; | DeploymentProgress stop = dm.stop(DeploymentPhase.APPLICATION, "hska"); | stop.run(); | checkProgress(stop); | | Deployment

[jboss-user] [JBoss jBPM] - No two Schemas should share the same targetNamespace

2009-03-15 Thread yary
Good day everyone, I am new to this community so, first of all, I'd like to present myself: I'm Yary from Italy, a student of computer science at the last year who is writing his final work. My final work involves the use of jBPM, which I'm trying to understand, but until now I could only comp

[jboss-user] [JBoss Tools (users)] - Re: Can't intall jbossas plugin on eclipse 3.4.2

2009-03-15 Thread max.ander...@jboss.com
It works for me no matter what I do - I just use a clan eclipse ganymede JEE install, add the updatesite and it installs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218075#4218075 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[jboss-user] [JBoss Tools (users)] - Re: Can't intall jbossas plugin on eclipse 3.4.2

2009-03-15 Thread max.ander...@jboss.com
note, we are releasing the final version this week - please try from there when it becomes available. the nightly update sites are not guaranteed to work perfectly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218076#4218076 Reply to the post : http://www

[jboss-user] [JBoss Messaging] - Re: Messaging gets stuck

2009-03-15 Thread bonio100
Hi, I can confirm the upgrade fixed the problem - This has been running flawless for weeks and faster too. I suggest anyone with the same problem do the same - The upgrade wont take as long as you think it will and the config files are not that different. View the original post : http://www.j

[jboss-user] [JBoss OSGi] - Re: OSGI Roadmap

2009-03-15 Thread cbwhitebu
We have an app that we are deploying in Eclipse (as a plugin) and JBoss (as a sar). I would be interested in testing OSGI deployments of the application to JBoss. Let me know if this type of thing would be helpful in getting the JBoss OSGI stuff tested. Chris View the original post : http://w

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Can't deploy EAR on JBoss 5.0.1 (Mac OS)

2009-03-15 Thread buki79
Hi, I've got an EJB3 application and a web client bundled in an EAR. When I try to deploy the EAR on JBoss 5.0.1 on Mac OS, I get the error below. Further information: I use eclipse 3.4 to deploy. I configure JBoss to run with a 1.6.0 JRE and compiled to project with Java 1.5.0. | 14:35:31,92

[jboss-user] [EJB 3.0] - Re: Requesting the EJB container to remove an instance

2009-03-15 Thread pete.m...@jboss.org
I would prefer to wait until there is a release, so that we can update the EJB3 impl in JBoss to the correct version using the plugin updater. Thanks :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218088#4218088 Reply to the post : http://www.jboss.org/

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-15 Thread treespace
Is there documentation for creating a Seam project in the Eclipse Bundle (JBoss Developer Studio)? The first-time user experience has to be nothing short of bewildering because the documentation is specific to a given tools version, Seam version, seam-gen version. As usual, this will give ammo t

[jboss-user] [JBoss Tools (users)] - Re: seam-gen IDE vs Console

2009-03-15 Thread max.ander...@jboss.com
eh - where is it tied to a specific version ? We support Seam 1.2, Seam 2.0 and Seam 2.1 - of course various bugs have been fixed in these but the tooling works with all three. If you want to use Ant then fine, do that - but what do you want me to document besides what is already listed in Seam

[jboss-user] [Beginners Corner] - JBoss5.0.1.GA and JAI (Java Advanced Imaging)

2009-03-15 Thread ramboid
Has somebody run the JAI in JBoss5.0.1.GA (the latest release)? I have been running the JAI in JBoss 4.x.GA (several versions) in Linux RedHat for several years and I am testing JBoss5.0.1.GA. Code that runs fine in JBoss4.2..GA fails in JBoss5.0.0.GA. In the line of code, javax.media.jai.Plana

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - "Cached Item Was Locked" causing Select Statement: EHCache +

2009-03-15 Thread cloutierm
I am having trouble with getting some caching to work with hibernate exactly the way I would like. I created some example code to replicate this problem I am having. I have one object that contains instances of itself. For instance, a Part that is made up of more Parts. I really need to

[jboss-user] [JBossMQ] - Re: UIL2 ReadTask / WriteTask thread leak on 4.0.5 GA

2009-03-15 Thread gogoasa
There is an incantation you *must* follow when you send/receive your JMS message. If you don't close the connection, the session or whatever, you get this. So make sure in all the points where you use JMS, you properly close things up. And, as I said, enable TRACE in log4j.xml in order to see w

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't deploy EAR on JBoss 5.0.1 (Mac OS)

2009-03-15 Thread buki79
I deployed the two projects (web client war file and ejb jar file), which form the EAR project, separatly. The war works, but the ejb produced the same error. When I look into the deploy directory, I see that the two files (.war and .jar) are regular directories. Is this correct or the reason fo

[jboss-user] [EJB/JBoss] - Do a transactional call to a remote EJB

2009-03-15 Thread luizroos
How can I do a call from a EJB3 in server 'A' (EJB_A) to other EJB3 in server 'B' (EJB_B), and the call be transactional? EJB_A and EJB_B update data on its own XA datasource I did it in jboss 5 with JTS, but we can't use jboss 5, both servers are jboss 4.2.3, and JTS doesn't work. My ideia no

[jboss-user] [JBoss jBPM] - Database Changes between 3.3.1 and 3.2.6

2009-03-15 Thread insumo
I have just downloaded jBPM 3.2.6 SP1 after running 3.3.1, and have found that the Oracle database schema has changed, specifically replacing CLOB fields with VARCHAR2(4000) fields. I have been able to find Jira tickets for problems with 4000 char fields, (truncation etc) and fixes that use on

[jboss-user] [JBoss jBPM] - Re: Get process definition

2009-03-15 Thread insumo
You can use any one of... JbpmContext.getGraphSession().findAllProcessDefinitions() JbpmContext.getGraphSession().findLatestProcessDefinitions() JbpmContext.getGraphSession().findAllProcessDefinitionVersions(String name) JbpmContext.getGraphSession().findLatestProcessDefinition(String name) Cheer

[jboss-user] [JBoss jBPM] - What i can i do if my action handler of node executing for a

2009-03-15 Thread littlejc
Hi, all, this is my first post here. i have a question "Does jBPM have time out attribute can interrupt the execution of action hadler of node" . I want to do the system automation using the jBPM. In order to anvoid the execution time of some actionhandler too long(maybe something wrong or enter

[jboss-user] [JBoss jBPM] - Re: What i can i do if my action handler of node executing f

2009-03-15 Thread littlejc
My Test Case: | | | | | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218122#4218122 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218122 ___

[jboss-user] [JBoss Tools (users)] - H2 DB Integration w/ JBoss Tools

2009-03-15 Thread jnt30
Hello All, I was trying to work through some of the examples in the Seam In Action book, which utilizes an H2 DB. When in Eclipse, I have set up an H2 driver based off of the Generic JDBC template and can connect to the DB correctly via the DB perspective, can ping the DB correctly via the "Te

[jboss-user] [JBoss Messaging] - Re: Server Hang due to dead Lock

2009-03-15 Thread rseetharaman
Hi, We use jboss-messaging-1.4.0.SP1. We currently have four nodes. we start the server using the messaging configuration (-c messaging). Please find below our messaging-service.xml. Best Regards, Ranga. | | | | | | | | | | | | 134567 |

[jboss-user] [JBoss jBPM] - Custom assignment handler in Process Designer

2009-03-15 Thread insumo
According to [JBPM-769] the way to use ones own identity implementation for task assignment is to specify a handler class. The example given is... | | | this.expressiontext-->is[injected].in.the.expression.field=>of-the<--assignment[handler].class | | | However it app

[jboss-user] [JBoss jBPM] - Re: jBPM 4 Developers Guide

2009-03-15 Thread Zeppelinux
I'm not sure why there is no reply... Is it too early to ask questions about version 4? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218127#4218127 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218127 _

[jboss-user] [Beginners Corner] - What login-module will JBoss AS 5.0 provide/include?

2009-03-15 Thread dickson1888
I know that the following login-module provided by JBoss 5.0. 1. "org.jboss.security.auth.spi.UsersRolesLoginModule" 2. "org.jboss.security.auth.spi.LdapLoginModule" Do anyone know if there is other login-module which JBoss As 5.0 provide by default? Or does any document describe the list or

[jboss-user] [JBoss Tools (users)] - Re: Archive tool destination

2009-03-15 Thread rob.stry...@jboss.com
It rebuilds the archive because other users got annoyed, if they didn't have automatic building on, that they'd have to build their project, then rebuild the archive, then republish the archive, It was requested that instead of this, republish should also rebuild. And so it does. View the or

[jboss-user] [Security & JAAS/JBoss] - Re: basic authentication against unix password file?

2009-03-15 Thread anil.saldh...@jboss.com
Thanks for the info on jpam. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218130#4218130 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218130 ___ jboss-user mailing list jb

[jboss-user] [JBoss Portal] - Re: Remove portlet Maximize button.

2009-03-15 Thread peris
Thankyou apemberton and Fuchs. I have set the following code in css. visibility:hidden; position:absolute;left:-em; It is working fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218131#4218131 Reply to the post : http://www.jboss.org/index.html?

[jboss-user] [JBoss Messaging] - Re: Server Hang due to dead Lock

2009-03-15 Thread gaohoward
I can't see anything wrong in your configure file. You may consider upgrade the messaging, as we have fixed quite a number of jira issues since sp1. Your problem may have already fixed in the later versions if JBM. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Messaging] - Re: Server Hang due to dead Lock

2009-03-15 Thread rseetharaman
Hi, Is there a specific version that you would recommend that we upgrade to. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218133#4218133 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218133 _

[jboss-user] [JBoss Messaging] - Re: Server Hang due to dead Lock

2009-03-15 Thread gaohoward
I suggest you to use JBM 1.4.2.GA.SP1 if you are using JBOSS 4.x. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218134#4218134 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4218134 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: White spaces are required between publicId and systemId.

2009-03-15 Thread jaikiran
Please post the entire exception stacktrace. Also post the xml file for which this error is being reported. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that y