[jboss-user] [JBoss Tools (users)] - Resource messages not displayed in JBoss Tools Visual Editor

2009-06-02 Thread tdtappe
I can't get JBoss Tools RichFaces Visual Editor (3.0.1.GA) to display my message bundle translations. They are shown as EL-expressions: "#{messages['...']}". Though the option "Show Resource Bundles Usage as EL Expressions" is not set. At runtime everything's OK. My messages.properties file is l

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: persistence.xml in ear entities in lib/lib1/jar => 'coul

2009-06-02 Thread smolin
Dos anybody know how to solve this? Standard doc is not really clear about this even if this is mentioned somehow there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234850#4234850 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Tools (users)] - cant generate entities from seam

2009-06-02 Thread micuentadecasa
hi, im using jboss tools in windows xp and when i try to generate entities from database i got this exception Can't generate seam entities org.hibernate.console.HibernateConsoleRuntimeException: Could not create JPA based Configuration Could not create JPA based Configuration org.hiberna

[jboss-user] [JBoss Messaging] - Re: creating non-transactional JMS connection factory

2009-06-02 Thread gaohoward
I think you meant that you want a ConnectionFactory instance rather than XAConnectionFactory. If so you can simply cast the factory instance to ConnectionFactory. Howard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234835#4234835 Reply to the post : htt

[jboss-user] [JBoss jBPM] - Re: scaling of jbpm4?

2009-06-02 Thread galanfish
ok, thank you, kukeltje :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234833#4234833 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234833 ___ jboss-user mailing list jbos

[jboss-user] [JBoss jBPM] - gwt-console only a blank page

2009-06-02 Thread yushany...@163.com
i checkouted gwt-console code from https://anonsvn.jboss.org/repos/jbpm/projects/gwt-console/tags/gwt-console-1.0.0.CR1/ and followed the readme.txt in the gwt-console-1.0.0.CR1/readme.txt and gwt-console-1.0.0.CR1\gui\war\readme.txt. i do got the gwt-console running in hosted mode,but it was

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tutorial for setup of Authentication in JBoss?

2009-06-02 Thread dickson1888
Thanks Peter. I do not have a full DN for a "departmentcode". I only know how to config apache to do basic authentication against our ldap server. I know my departmentcode, such as "iso", "hro",...etc. Also, I do not have ldapsearch utility. Please recommend me which ldapsearch utility I shoul

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem with CMP

2009-06-02 Thread vink
Hello, My Scenario is as follows, - I'm haivng a main SLSB, which is placing a call to child SLSB - I'm getting some entities from child SLSB - I'm changing those entities - And, assuming that CMP will persist those entities Result, - Sometimes entities get perisisted - And, sometimes it doesn't

[jboss-user] [Clustering/JBoss] - Re: ClassNotFoundException for Custom JMX Notification(2)

2009-06-02 Thread bstansbe...@jboss.com
Sorry, you posted this right before I left on vacation. HAServiceMBeanSupport exposes a "registerThreadContextClassLoader" boolean property. Does setting that to true, either in your service's XML config or in code before the call to super.startService(), let you leave the loader-repository in

[jboss-user] [Clustering/JBoss] - Re: ServiceBinding Manager

2009-06-02 Thread bstansbe...@jboss.com
See the AS 5 part of the discussion under the "Providing alternate ports for each instance of JBoss AS" section of http://www.jboss.org/community/wiki/ConfiguringMultipleJBossInstancesOnOneMachine. That;s most likely what you need. For a whole lot of detail, see also http://www.jboss.org/commu

[jboss-user] [Clustering/JBoss] - Re: Jboss clustering + JAAS principal issues on failover

2009-06-02 Thread bstansbe...@jboss.com
Yep. The principal is not stored in the session, so replicating the session doesn't propagate it around the cluster. Using ClusteredSingleSignOn works around the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234815#4234815 Reply to the post : http

[jboss-user] [Clustering/JBoss] - Re: JBoss 5.1.0.GA. Why difference between -b and -Djboss.bi

2009-06-02 Thread bstansbe...@jboss.com
Use -Djboss.bind.address=0.0.0.0 -Djgroups.bind_addr=0.0.0.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234814#4234814 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234814 __

[jboss-user] [Beginners Corner] - Trying to use Jtools to display JSP

2009-06-02 Thread millyb
Hello - I have eclipse 3.4.2 installed on my Windows/XP box. I also installed the JBoss tools so that I could look at my JSP pages (as HTML). When I open a jsp in the JBoss Tools JSP Editor I just get a blank page. I've tried reinstalling and installing manually but nothing helps. I have ec

[jboss-user] [Clustering/JBoss] - Re: Application not getting deployed on other clusrted nodes

2009-06-02 Thread bstansbe...@jboss.com
With AS 5.0.1 you need to manually copy your application to the deploy dir on each of your nodes. In AS 5.1.0 the farming capability has been restored; see http://www.jboss.org/community/wiki/FarmDeploymentsinJBossAS5x. View the original post : http://www.jboss.org/index.html?module=bb&op=view

[jboss-user] [JBoss jBPM] - Re: Fork and Child Tokens

2009-06-02 Thread Randysv
Thanks Ronald. I was aware of the path to the node, but it just did not strike me I could use it for my purpose. Thanks again! --Randy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234808#4234808 Reply to the post : http://www.jboss.org/index.html?module=b

[jboss-user] [Javassist user questions] - Using Javassist inside Mojo

2009-06-02 Thread ad-rocha
Hi all, I´m trying to use Javassist inside a Mojo. The code is very simple, but the program fails with a java.lang.ClassNotFoundException. First I collect all dependencies of Maven project: | // maven dependencies | List classpath = new ArrayList(); | classpath.addAll(project.getCompi

[jboss-user] [JBoss AOP] - Deploy AOP Application on JBOSS AS

2009-06-02 Thread wandxinho
Hello, i was join jboss aop and a standalonne aplication works perfectly, but when i was deploy a web application on JbossAS it doesnt work. Please, wht is necessary for my application work on JbossAS ? i just follow this steps: To upgrade your jboss instance: 1) Copy the contents of the lib fol

[jboss-user] [EJB 3.0] - Re: EJB3 unit tests, how?

2009-06-02 Thread Wolfgang Knauf
Hi James, I think the best way for this is to use an application client. This way, you will also test the full EJB communication layer. I hope this helps Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234790#4234790 Reply to the post : http://www

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

2009-06-02 Thread alskor
this is the actual line, which causes the problem: InitialContext ctx = new InitialContext(); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234789#4234789 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234789

[jboss-user] [JBoss jBPM] - Re: Fork and Child Tokens

2009-06-02 Thread kukeltje
if there is a token in a fork do not signal it. The child tokens are created in the jbpm fork 'implementation' as you might have expected. How to get the childtokens? Have you had a look at the api? (using an IDE with code completion also works ;-)) Tokens have names related to the path View th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - ColdFusion 8 as WAR on JBoss 4.2.3 WEB-INF/flex-config.xml e

2009-06-02 Thread jbosshog98
I have done this by the book multiple times and have also tried using someone else's WAR to deploy, but I keep getting the same error. I am running JBoss 4.2.3 and have tried this on multiple installations (of 4.2.3) I have verified that the supposed missing file file exists. 1.) 19:19:15,853 I

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

2009-06-02 Thread alskor
"jaikiran" wrote : | Looks like the com.starview.support.startup.Startup's instantiateClasses is trying to invoke some constructor? Can you post the relevant code? Also why is it that the application specific code is trying to instantiate this class? | here's that line, where exception is

[jboss-user] [EJB 3.0] - Re: Variable argument list in session bean method causes NoS

2009-06-02 Thread ablevine1
I will try to get you a simplified example as soon as I can. How does your testcase work? We can get this to work when we call the session bean from a remote client, however when we call it from within our jboss server process, using either the local or remote session bean interface, we get th

[jboss-user] [EJB 3.0] - EJB3 using xml descriptors

2009-06-02 Thread xkahliber
Can some one point me to the correct resources where I may find ejb3 examples without any annotations? Most of the example I see on the web use annotations. Thank you in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234775#4234775 Reply to the pos

[jboss-user] [Performance Tuning] - Server very slow

2009-06-02 Thread kancharla_g
Hi we installed Jboss 5.0.1GA on Sun T1000 server, using "default" configuration as it is provided by jboss. But somehow the server seems to be very slow. Starting of server itself it taking 4 minutes. And to process reasonbly small JSF page took aroud 3-4 secs. Surprisingly Same application wh

[jboss-user] [JBoss OSGi] - Re: Switching the Bundle Directory

2009-06-02 Thread thomas.dies...@jboss.com
Could you please have a look at the latest trunk code base, which should be released during the course of this week. (Beta2) The new JBossOSGi Runtime is a pure OSGi environment without dependencies on AS - there you can also set from where bundles get installed. View the original post : http:

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JTA Datasource with RESOURCE_LOCAL

2009-06-02 Thread israel.bgf
I dont understand the RESOURCE_LOCAL relation with the jta/non-jta datasource. If i use RESOURCE_LOCAL, i have to use the non-jta-datasource? And if i use JTA i have to use jta-datasource? If things are that way my question is: Should be only the tag? Another strange thing is that i see applic

[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-06-02 Thread pratimkm
Sure will try that in our development environment. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234766#4234766 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234766 ___ jbos

[jboss-user] [Microcontainer] - Re: Fastest way to migrate mbean services (with dependencies

2009-06-02 Thread chtimi2
I did a bit of cleanup (injecting the HAPartition ala JBoss5) to only have this one problem, but it still fails in exactly the same way. DEPLOYMENTS MISSING DEPENDENCIES: | Deployment "NAVINEO.Dock:service=ModuleHORA" is missing the following dependencies: | Dependency "jboss.j2ee:ear=N

[jboss-user] [Remoting] - Re: Messaging blocked by long time-out

2009-06-02 Thread jlaemthonglang
does this bug affect JBM queue too? or topics only? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234762#4234762 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234762 ___ jbo

[jboss-user] [JBossWS] - Re: wssecurity username token encryption

2009-06-02 Thread pramod_bs
"juno60" wrote : I am struggling with wssecurity on jboss 5.0.1.GA. I can either properly authenticate to a webservice using an username token or encrypt the whole soap communication using wsse encryption but not both at the same time. I would like to authenticate using the username token and fo

[jboss-user] [Clustering/JBoss] - Re: Invocation of startSingleton()

2009-06-02 Thread chtimi2
Seems to be corrected in 5.1.0GA (works with ) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234754#4234754 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234754 ___ jboss-us

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tutorial for setup of Authentication in JBoss?

2009-06-02 Thread PeterJ
Can you supply a full DN for a "departmentcode"? Given that I might be able to provide the login module settings. Also, do you have an ldapsearch utility? You will need one to ascertain that we use the correct configuration settings. Without ldapserach, configuring an LDAP login module is like

[jboss-user] [JBoss Messaging] - Re: creating non-transactional JMS connection factory

2009-06-02 Thread saiya-jin
ok my fault, I wanted to say we ALREADY have defined our own JMS connection factory, which seems to be transactional by default. What we need to set is explicitly turn of transactional behavior for this one. I hope i made myself more clear View the original post : http://www.jboss.org/index.ht

[jboss-user] [JCA/JBoss] - JCA socket server

2009-06-02 Thread ruperty
I'd like to implement a socket listener and not sure if it's best to use a socket gateway or jca. If JCA I believe I need to implement InflowGateway, but is there a socket resource adapter available? Which method in this new class is triggered when a client connects and sends me a message? T

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EAR Deployment Dependencies

2009-06-02 Thread FrankTheTank
Not really up to date but it is still open. You can also depend on the jar, or? | jboss.j2ee:module=your_jar.jar,service=EJB3 | Only thing I do not like about such dependencies is that you have to use the jar name. If the name changes our your MBean moves to a nicer gated jar you have to

[jboss-user] [JBoss Messaging] - Re: creating non-transactional JMS connection factory

2009-06-02 Thread gaohoward
hi, if you have the EAP 4.3 doc, please read the doc first (the jboss messaging part). If you elaborate more on your use case, you may get more specific help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234731#4234731 Reply to the post : http://www.jb

[jboss-user] [EJB 3.0] - Re: Calling stopDelivery causes a

2009-06-02 Thread jaikiran
By the way, is this all the log that you see on the console/log file? I am failing to see any EJB3 classes in that call hierarchy? Maybe the stopDelivery() invocation from the EJB3 MBean went off successfully? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=42

[jboss-user] [Beginners Corner] - Re: isolate a datasource ( not share for all web application

2009-06-02 Thread jaikiran
Datasources in jboss are by default bound to java: namespace. So if you want to just use this jndi name then your jsp would look like (let's assume the datasource jndi-name is abc): | Context ctx = new InitialContext(); | ctx.lookup("java:abc"); If you want to bind the datasource in global

[jboss-user] [JBoss Messaging] - creating non-transactional JMS connection factory

2009-06-02 Thread saiya-jin
Hello, for a project i am working we need to set up non-transactional JMS connection factory, on JBoss EAP 4.3. Is there any possibility how to do it? Any info, link etc. would be appreciated. Thanx in advance ;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[jboss-user] [EJB 3.0] - Re: Calling stopDelivery causes a

2009-06-02 Thread jaikiran
"jaikiran" wrote : Can you provide more details like when do you call this method and does the queue have any messages when you call this method? Bad question :) You already have provided those details: anonymous wrote : | I had assumed that stopDelivery would simply allow the current transac

[jboss-user] [EJB 3.0] - Re: Calling stopDelivery causes a

2009-06-02 Thread jaikiran
I just tried to reproduce this against AS-5.1.0.GA with the MDB tutorial http://www.jboss.org/jbossejb3/docs/ and it worked fine for me - I mean i don't see any exceptions when i call a stopDelivery on the MBean corresponding to a MDB. Can you provide more details like when do you call this meth

[jboss-user] [JBoss Tools (users)] - Re: How-to start JBoss with confihuration != standart

2009-06-02 Thread krasig
Same result with Gaglileo RC2 and new fresh latest JBT night build. Something is wrong with me or...? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234722#4234722 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234722

[jboss-user] [JCA/JBoss] - java.sql.SQLException: Connection handle has been closed and

2009-06-02 Thread jboss_ravi
Hi I m getting this error with JBoss4.2 environment when I am trying to use jdbc connection pool. This connection data source object is being retrieving from the entity beans. EJB 2.0 anonymous wrote : Along this excepiton there one exception with related connection is Closing a connection f

[jboss-user] [JBossWS] - Re: Call WebService in EJB 3.0 (Differences to EJB 2.1)

2009-06-02 Thread bjoern83
Ok, I found out that the correct URI seems to be "http://Nebelos-C2Q:18080/CARMEN-CARMEN-ejb/CARMENWebServiceController";. But I would prefer to use the old one.. And a different problem occured. The parameter of my method is be default named "arg0". If I use @WebParam to rename it. @WebMe

[jboss-user] [JBoss Portal] - Re: Setting user's roles doesn't trigger Hibernate PreInsert

2009-06-02 Thread bdaw
Look at org.jboss.portal.identity.event package. Then event service is registered in jboss-service.xml: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234707#4234707 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234707 ___

[jboss-user] [JBoss Portal] - Re: Setting user's roles doesn't trigger Hibernate PreInsert

2009-06-02 Thread JohnnyTheHun
Thank you for your quick answer, your solution is good too, if the hibernate listener approach doesn't work. I have tested the hibernate listener method and found that the following actions do not trigger a hibernate pre event: - adding roles to a user - adding / setting / changing a page's di

[jboss-user] [JCA/JBoss] - Possible failure to cleanup connection when returned to pool

2009-06-02 Thread tapina
Hi Wasn't sure whether to post to JIRA but decided best to check on the forums first. Sorry it's a bit woolly but it's an intermittent fault and I'm not that familiar with the JBoss connection wrapper classes. Just for extra fun, it only seems to happen for us under production load. I've recen

[jboss-user] [JBoss Tools (users)] - Re: Using subdirectories for Facelets page in Seam project

2009-06-02 Thread akazakov
What URL do you use to access test.xhtml? http://localhost:8080//sub/test.seam should work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234699#4234699 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234699 __

[jboss-user] [Microcontainer] - Re: Fastest way to migrate mbean services (with dependencies

2009-06-02 Thread chtimi2
After a bit of testing: 1/ Removing the dependency towards jboss.j2ee:module=NavineoDock.jar,service=EJB3 eliminates the failure Deployment "jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.j2ee:ear=Navineo.e

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ssl connection to ejb in cluster env

2009-06-02 Thread smolin
but this is not clear from that anonymous wrote : https://jira.jboss.org/jira/browse/EJBTHREE-1650 what and if there is workaround or any solution to the problem. So still missing some working solution or some kind of promise that this will be solved in 5.1.0 GA release. View the original post

[jboss-user] [Clustering/JBoss] - ServiceBinding Manager

2009-06-02 Thread kaba
how do i use the ServiceBinding Manager with JBoss5.1.0 GA? I would like to run more than one instance of jboss on the same machine using the same IP. Where do i choose(specify) a binding? Thank View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234691#4234691

[jboss-user] [JBossWS] - Re: Call WebService in EJB 3.0 (Differences to EJB 2.1)

2009-06-02 Thread bjoern83
Forgot to say: The "VERSION" is replaced by "CARMEN" before deploying the jar. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234689#4234689 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234689

[jboss-user] [JBossWS] - Call WebService in EJB 3.0 (Differences to EJB 2.1)

2009-06-02 Thread bjoern83
Hi, I had an EJB 2.1 Bean containing a WebService-Method: /** @jboss.port-component name="WebServiceControllerService" uri="/VERSION-ejb/WebServiceController" | * auth-method="BASIC" transport-guarantee="NONE" | * @ejb.bean name="WebServiceController" display-name="W

[jboss-user] [JCA/JBoss] - Re:

2009-06-02 Thread ahameed
Hi I commented the CachedConnectionValve at end of the server.xml file. Also commented the CachedConnectionManager in META-INF/jboss-service.xml. The "Connection is not associated with a managed connection" is gone and application is running fine. By the way, this warning appears when there a

[jboss-user] [Beginners Corner] - Re: is JBOSS EJB3 still in beta mode.

2009-06-02 Thread jaikiran
"jaikiran" wrote : That message on the project page needs to be updated. That message has now been removed http://www.jboss.org/jbossejb3/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234682#4234682 Reply to the post : http://www.jboss.org/index.html?modu

[jboss-user] [Microcontainer] - Re: Fastest way to migrate mbean services (with dependencies

2009-06-02 Thread chtimi2
By the way after the startup the EJB3 service does exists in the JMX console, with name "jboss.j2ee:ear=Navineo.ear,jar=NavineoDock.jar,service=EJB3". So it isn't a name problem at least for this one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234681#4234

[jboss-user] [Microcontainer] - Re: Fastest way to migrate mbean services (with dependencies

2009-06-02 Thread chtimi2
Well spotted. I had started (but not finished) to adapt the ObjectNames since i saw they changed. After changing to "jboss.j2ee:ear=Navineo.ear,jar=[XXX.jar],service=EJB3" eveywhere, it still fails in exactly the same way. For instance, the dependencies of "NAVINEO.Dock:service=ModuleHORA" are

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Nuxeo project that uses Jboss does not open on port 8080

2009-06-02 Thread rdvabreu
I have deployed a nuxeo project. But when I start JBoss (run.bat). It finishes with errors. I open up the browser firefox and put: localhost:8080 The jboss welcome screen appears. But when i try to hit on the Jboss console it just appears a blank screen with a vertical line down the middle. Of cou

[jboss-user] [JBossMQ] - Problem with generic clientIDs

2009-06-02 Thread oliver.stauss
Hello, since we have an upgrade from an JBOSS 4.0.2 to 4.2.2 We have Strange Problems with an JMS Client System. The JMS Client "sometimes" loose the connection to the durable Topic. The Client want's to re-register on the same Client it. this failes because of an "durable subscription is alread

[jboss-user] [Beginners Corner] - Using Nuxeo with JBoss 4.2.3 GA

2009-06-02 Thread rdvabreu
I have deployed a nuxeo project. But when I start JBoss (run.bat). It finishes with errors. I open up the browser firefox and put: localhost:8080 The jboss welcome screen appears. But when i try to hit on the Jboss console it just appears a blank screen with a vertical line down the middle. Of cou

[jboss-user] [JBoss Messaging] - Re: 4.2.2.GA: Problem with Topic DurableSubscription and

2009-06-02 Thread oliver.stauss
"ataylor" wrote : You are using JBossMQ not JBossMessaging, if you ask on their forum they should be able to help you. Or you could upgrade to JBoss Messaging. Oops sorry :-) thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234672#4234672 Reply to the p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Invalid invocation, check your deployment packaging, met

2009-06-02 Thread shibint
Error Details -- Sorry when i posted i did nt explain well. My problem is . For Local JNDI Look up i am getting this error, insted if i am using remote JNDI Look up no errors. Please help me now i want to migrate all application in jboss 4 to jboss 5.1 Ejb used 2.1 specificatio

[jboss-user] [JBossWS] - Re: wssecurity username token encryption

2009-06-02 Thread PedroSena
Hi juno, Are you using username token with Stateless Session Beans? I'm trying to make it and having a hard time. Can you share your SLSB and other config necessary? Thanks in advance, PS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234659#4234659 Reply

[jboss-user] [Beginners Corner] - [color=red]Local JNDI Look up not working in (Jboss 5.1) jav

2009-06-02 Thread shibint
For Local JNDI Look up i am getting this error, insted if i am using remote JNDI Lookup no errors. Please help me now i want to migrate all application in jboss 4 to jboss 5.1 Ejb used 2.1 specification . Same way 3 errors shown in the stack trace . ejb-jar - Warennummer

[jboss-user] [JBoss Messaging] - Re: 4.2.2.GA: Problem with Topic DurableSubscription and

2009-06-02 Thread ataylor
You are using JBossMQ not JBossMessaging, if you ask on their forum they should be able to help you. Or you could upgrade to JBoss Messaging. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234655#4234655 Reply to the post : http://www.jboss.org/index.html?mo

[jboss-user] [JBoss Messaging] - Re: 4.2.2.GA: Problem with Topic DurableSubscription and

2009-06-02 Thread oliver.stauss
"gaohoward" wrote : Hi, | | What version of JBM are you using? Do you have any log to show your problem? Thanks. CLIENT LOG: * the fitst problem with connection (ping pong timeout and cannot disconnect): === ERROR 2009-05-27 12:39:54,238 [ExceptionLi

[jboss-user] [Microcontainer] - Re: Fastest way to migrate mbean services (with dependencies

2009-06-02 Thread jaikiran
jboss.j2ee:module=NavineoDock.jar,service=EJB3 | jboss.j2ee:ear=Navineo.ear,jar=ModuleHORA.jar,service=EJB3 I guess the MBean names have changed in AS-5.x which leads to these exceptions. What does the JMX console show for these deployments? The logs show that the MBean names are (an

[jboss-user] [JBoss jBPM] - Re: scaling of jbpm4?

2009-06-02 Thread kukeltje
Jeff, jBPM 3 'clustering' questions have been posted in the forum several times. I suggest to try to read those first. Basically it boils down to jBPM using the DB as the place where everything is stored. That DB can be accessed from multiple jBPM 'instances' so Oh.. and google is your friend

[jboss-user] [JBoss jBPM] - Re: JBPM Identity

2009-06-02 Thread kukeltje
First of all, your code will probably never be 100% independent of the process and in reality it never caused big problems for me. You can not, unfortunately, create kind of static variables in jBPM 3. But for assignmenthandlers, just like with actionhandlers, you can pass in data like describ

[jboss-user] [EJB 3.0] - Re: Variable argument list in session bean method causes NoS

2009-06-02 Thread jaikiran
Could not reproduce this. Can you provide more details about the packaging of your application? Is the bean deployed separately in a jar and the client web app in a independent war? Or are they packaged in a single ear? If you have a reproducible application, create a JIRA https://jira.jboss.or

[jboss-user] [JBoss jBPM] - Fork and Child Tokens

2009-06-02 Thread Randysv
I am trying to figure out how to signal the token at a fork and the individual paths after the fork. Should we signal each of the transitions seperately or does just signalling the token once will set off both the transitions? How are the child tokens created? If we want to signal each of the ch

[jboss-user] [Microcontainer] - Re: Fastest way to migrate mbean services (with dependencies

2009-06-02 Thread jaikiran
anonymous wrote : The problem is that it looks like the microcontainer seems to ignore the "depends" relationships specified in META-INF/jboss-service.xml Legacy jboss-service.xml should work without any issues. Can you post more details including logs, the xml configuration and also a bit abou

[jboss-user] [JBoss Tools (users)] - Re: Using subdirectories for Facelets page in Seam project

2009-06-02 Thread GermanDev
I created a folder inside the WebContent folder called sub and placed a Facelets page called test.xhtml inside that folder. When trying to access the folder, I get a 404 from JBoss AS. Any ideas? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234632#4234632

[jboss-user] [JBoss jBPM] - Re: Ending tasks manually

2009-06-02 Thread frinux
Hum sorry but I don't have lot of time to build an sample of the error. I found a (dirty) way to do the job : I noticed that although taskInstance.end(transition) doesn't work, token.signal(transition) does. So here is what I've done : Transition tr=taskInstance.getTask().getTaskNode().getLeavi

[jboss-user] [JBoss Tools (users)] - Re: Overriding an EJB datasource for testing

2009-06-02 Thread lowecg2004
Nik, For the native queries problem one solution might be to create entity objects for the extra tables you require then they would just get generated as part of the create-drop in your tests. As for your original issue, I'm afraid I have no experience with Oracle and JPA. It does seem odd ho

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ssl connection to ejb in cluster env

2009-06-02 Thread jaikiran
anonymous wrote : whenever I try to use 0.0.0.0 mask or ${jboss.bind.address} it doesn't work. Is this related to https://jira.jboss.org/jira/browse/EJBTHREE-1650 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234629#4234629 Reply to the post : http://www

[jboss-user] [JBoss Messaging] - Re: JBoss 1.4.4.GA in AS5

2009-06-02 Thread bodrin
Thanks for the information, rnicholson! I'll wait for the release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234628#4234628 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234628

[jboss-user] [JCA/JBoss] - Re:

2009-06-02 Thread spotlight2001
on prod are more users. I tried JMeter but couldnt reproduce the error. My next steps: 1) old jboss ALSO has the same INTERCEPTOR in config. I will download the source and compare whether the old jboss also has the "close connection for you" inside. 2) Maybe its some autocommit issue. I will c

[jboss-user] [Microcontainer] - Fastest way to migrate mbean services (with dependencies) to

2009-06-02 Thread chtimi2
I'm trying to migrate our ear application from JBoss 4.2.3GA to 5.1.0GA. The problem is that it looks like the microcontainer seems to ignore the "depends" relationships specified in META-INF/jboss-service.xml I don't want to use POJO services for now (unless i absolutely have to), i just want

[jboss-user] [JBoss Messaging] - Re: JBoss 1.4.4.GA in AS5

2009-06-02 Thread rnicholson10
bodrin, You have to wait for 1.4.4.GA to be released with AS 5. You cannot build it yourself. I have tried this on many occasions and it does not work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234623#4234623 Reply to the post : http://www.jboss.org/

[jboss-user] [JBoss Messaging] - Re: 4.2.2.GA: Problem with Topic DurableSubscription and

2009-06-02 Thread gaohoward
Hi, What version of JBM are you using? Do you have any log to show your problem? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234622#4234622 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234622

[jboss-user] [JBoss Messaging] - ...and auto generated ClientIDs

2009-06-02 Thread oliver.stauss
Subject limited? --> sorry my first post :-) "oliver.stauss" wrote : Hello, | since we have an upgrade from an JBOSS 4.0.2 to 4.2.2 We have Strange Problems with an JMS Client System. | | The JMS Client "sometimes" loose the connection to the durable Topic. | The Client want's to re-reg

[jboss-user] [JBoss Messaging] - 4.2.2.GA: Problem with Topic DurableSubscription and

2009-06-02 Thread oliver.stauss
Hello, since we have an upgrade from an JBOSS 4.0.2 to 4.2.2 We have Strange Problems with an JMS Client System. The JMS Client "sometimes" loose the connection to the durable Topic. The Client want's to re-register on the same Client it. this failes because of an "durable subscription is alrea

[jboss-user] [JBoss Tools (users)] - Re: no declaration can be found for element 'security:jpa-to

2009-06-02 Thread benjfayle
I created a JIRA for this: https://jira.jboss.org/jira/browse/JBSEAM-4207 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234619#4234619 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234619

[jboss-user] [JBoss Tools (users)] - Re: no declaration can be found for element 'security:jpa-to

2009-06-02 Thread akazakov
Yes, XML schemas seem to be incorrect. I've checked it with Seam 2.1.1 GA. Please report it to Seam team. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234618#4234618 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4234

[jboss-user] [JBoss Cache: Core Edition] - Re: snippet of code for eviction policy

2009-06-02 Thread syreo
Thanks for your reply genman. Indeed, there has to be something i am missing but i cannot see what...(and where...) The thread in charge of the eviction process doesn't seem to be running, since there is nothing in the log. So if you (or anyone) has already done this before, please tell me how t

[jboss-user] [JBoss Tools (users)] - Re: Overriding an EJB datasource for testing

2009-06-02 Thread nickarls
I'm still interested in pointers. Another thing that emerged is the fact that I have some native queries that (of course) doesn't have their tables autogenerated. Is there a place to stick creation scripts so that the Seam DB tests would pick them up? thanks in advance, Nik PS. Tried looking