[jboss-user] [Security] - Re: @RunAs in JBoss 5 - Caller unauthorized in second call

2009-10-02 Thread lvonk2000
We are experiencing the same thing. Have you found an answer? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258422#4258422 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258422

[jboss-user] [Security] - jboss5: credentials get lost when creating jms connection

2009-09-16 Thread lvonk2000
Hi, We are migrating to jboss 5.1.x jdk6 and are experiencing the following problem. From an EJB we want to put a message on a JMS Queue. When opening a connection via the connectionfactory the current credentials get lost. So in code: | @Stateless | @RolesAllowed({admin, user,

[jboss-user] [Security] - Re: jboss5: credentials get lost when creating jms connectio

2009-09-16 Thread lvonk2000
never mind, i found the manual View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4255494#4255494 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4255494 ___ jboss-user mailing list

[jboss-user] [Security] - Re: jboss5: credentials get lost when creating jms connectio

2009-09-16 Thread lvonk2000
Thanks for the quick reply! Maybe a newbie question but how do I just upgrade jboss messaging in the JBoss AS? which jars do I need to replace? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4255493#4255493 Reply to the post :

[jboss-user] [Security] - Re: jboss5: credentials get lost when creating jms connectio

2009-09-16 Thread lvonk2000
Upgrading to messaging 2.0.0-beta4 as described in the URL you posted indeed solved the issue. Thanks a lot! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4255526#4255526 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Starting javax.ejb.timer causes java.lang.IllegalStateEx

2009-09-10 Thread lvonk2000
Self reply: I found this https://jira.jboss.org/jira/browse/EJBTHREE-1701 after more forum searching. as work-around we are now moving the initiation of starting the timers to servlets as suggested in this very on post http://onjava.com/pub/a/onjava/2004/10/13/j2ee-timers.html?page=last View

[jboss-user] [Installation, Configuration Deployment] - Re: NameAlreadyBoundException classpathentries in JBoss 5.1.

2009-09-09 Thread lvonk2000
My apologies for replying so late, we solved the issue by placing the jibx classes in the lib directory. Thanks for your suggestions View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4254272#4254272 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Starting javax.ejb.timer causes java.lang.IllegalStateExcept

2009-09-09 Thread lvonk2000
Hi, We are migrating from jboss 4.2.3 ot jboss 5.1.0 jdk6. In 4.2.3 we had a @Service bean that started a timer in the start() method. In jboss 5.1.0 we get this exception when the start() method is called: | 22:06:07,850 ERROR [ServiceContainer] Encountered an error in start of

[jboss-user] [Installation, Configuration Deployment] - Re: NameAlreadyBoundException classpathentries in JBoss 5.1.

2009-09-04 Thread lvonk2000
Here is the complete stacktrace. | 2009-09-02 09:31:49,378 ERROR [org.jboss.ejb3.deployers.Ejb3ClientDeployer] (HDScanner) Could not deploy vfszip:/opt/jboss-5.1.0.GA/server/trp/deploy/internet-resources-services-impl-1.0-SNAPSHOT-ejb-deployment.jar/jibx-extras-1.2.1.jar/ |

[jboss-user] [Installation, Configuration Deployment] - Deployment problem/question JBoss 5.1 migration

2009-09-04 Thread lvonk2000
Hi, We are migrating from 4.2.3 to 5.1.0 (JDK 6). We have migrated some applications but I have a question about a problem we faced when migrating an ear file. After deploying I saw the following error in the log | DEPLOYMENTS MISSING DEPENDENCIES: | Deployment

[jboss-user] [Installation, Configuration Deployment] - NameAlreadyBoundException classpathentries in JBoss 5.1.0 JD

2009-09-02 Thread lvonk2000
Hi, We are migrating from 4.2.3 to 5.1.0 and are deploying the first two ejb jars. When deploying the second jar we get the following exception: 10:56:19,320 ERROR [Ejb3ClientDeployer] Could not deploy

[jboss-user] [Installation, Configuration Deployment] - Re: NameAlreadyBoundException classpathentries in JBoss 5.1.

2009-09-02 Thread lvonk2000
Some extra information: Bith applications have a dependency on jibx. After deploying the first application I see this in the log file: 11:06:36,669 INFO [ClientENCInjectionContainer] STARTED CLIENT ENC CONTAINER: jibx-extras-1.2.1 11:06:36,673 INFO [ClientENCInjectionContainer] STARTED