[jboss-user] [JBoss Tools (users)] - Re: jira not workin

2009-07-06 Thread micuentadecasa
the problem its not with the main page but the login page... the problem still exists... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241894#4241894 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241894

[jboss-user] [EJB 3.0] - Re: remote ejb call and backing bean constructor

2009-07-06 Thread jaikiran
Is this backing bean running in the same server where you have your EJB? Also which exact version of JBoss do you use? And do you package any JBoss specific jar files within your application? And is any IDE involved? If yes, try reproducing this without the IDE in picture. View the original

[jboss-user] [JBoss Tools (users)] - Re: jira not workin

2009-07-06 Thread max.ander...@jboss.com
how do you even get to that page with login.jsp ? Everytime I click login it works fine for me, but it never brings my by such a login. It brings me instead to something like: https://jira.jboss.org/jira/secure/Dashboard.jspa?os_destination=%2Fsecure%2FDashboard.jspa View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: mysql connection from jboss 5.1 on a mac

2009-07-06 Thread anhilde
Just to clarify, I checked my Linux System and the datasource works fine with the org.mysql.jdbc.Driver. So I meant the previous question serious :-). Also because I don't see why the classpath should be different on the Linux machine as the jboss installation is exactly the same as I have

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

2009-07-06 Thread dickson1888
Thanks a lot. Peter. The roleAttributeIsDN is set to false. However, still fail to access the webpage. From the trace log, it shows that the authentication is ok but the authorization is failed. The main problem is caused by role checking. Even thought I set TRACE logging for the

[jboss-user] [JBoss Cache: Core Edition] - How to get cache size programmatically

2009-07-06 Thread somboss
Hi, I am using jboss cache core 3.1.0 and want to display cache size (the number of nodes in it). But looking at APIs, Cache doesn't support method to get this information, however this is available in CacheSPI. But I can not use this interface directly in my code as per documentation

[jboss-user] [JBoss jBPM] - Deleting a Process Definition throws Exception

2009-07-06 Thread dhanushgopinath
Hi, I am using jBPM 3.2 with jbpm bpel 1.1.1.GA. I am trying to delete a bpel process definition using the deleteProcessDefinition API on Grpah Session Object . This is my code for the delete | | graphSession = jbpmContext.getGraphSession(); | graphSession

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deplyoment failing in jboss-5.1.0.GA

2009-07-06 Thread XsubinX
Hi Wolfgang I removed the following jars from MyWar.war\WEB-INF\lib\ xmlParserAPIs-2.6.2.jar xml-apis-1.0.b2.jar xercesImpl-2.4.0.jar resolver-20050927.jar and its working perfectly fine. As an alternate solution .I also tried to isolate my application like this

[jboss-user] [JBoss Tools (users)] - Re: jira not workin

2009-07-06 Thread micuentadecasa
hi max, please logout and try to login... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241937#4241937 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241937 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: remote ejb call and backing bean constructor

2009-07-06 Thread redlight
Hi jaikiran, well ; i'm using jboss 5.0.1 GA ; on the server side , i'm deploying my ejb project using eclipse and jboss tools ; the test there work normally. on my application i use myeclipse 7.5 ; so in my web app add the ejbJar(that i exported from my other machine) and jbossallClient.jar

[jboss-user] [JBoss Tools (users)] - Re: birt intergration param tag

2009-07-06 Thread wood315
zhe seam problem; starting up: org.jboss.seam.web.session java.io.FileNotFoundException: http://localhost:8080/dcyj/embed?__report=gbm_event_info.rptdesign__title=TaiJi+BI+Report__masterpage=false__embeddable=true at

[jboss-user] [EJB 3.0] - Re: remote ejb call and backing bean constructor

2009-07-06 Thread jaikiran
Along with the jbossall-client.jar you also have to include all the jars files that are listed in the MANIFEST.MF of the jbossall-client.jar, in the client classpath. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241958#4241958 Reply to the post :

[jboss-user] [EJB 3.0] - Re: remote ejb call and backing bean constructor

2009-07-06 Thread redlight
hi, MANIFEST.MF is empty in my project ; the problem is not a missing jar because if i call in my web project a test client class with the same code ; it will work ; the problem :( is the injection of the code in the constructor of the backing bean and thanks View the original post :

[jboss-user] [JBoss Messaging] - EnableOrderingGroup attribute in JBM 1.4.1

2009-07-06 Thread jjacobwip
Hi, JBoss 5.0.1 GA JBoss Messaging 1.4.1 GA. I have an ActiveMQ queue which is the Producer and a JBoss Messaging queue (local) which is consuming messages through a Message Bridge. My requirement is that the messages should be consumed in the same order in which they are sent. For this I

[jboss-user] [Remoting] - Help with HA Remoting with JBoss

2009-07-06 Thread jgamache
I've looked over all the remoting examples and they make sense to me and run no problems. I'm trying to use the detection examples that use JNDI. However, I need to use the HA-JNDI instance from with JBoss (4.2.2). I have an MBean, so what do I do? Do I add the defined instance of HAJNDI

[jboss-user] [JBoss jBPM] - Re: what is the executionContext equivalent in jbpm4.0 to se

2009-07-06 Thread reetaparida
thanks a lot guys. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241963#4241963 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241963 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - jBPM4 and BAM

2009-07-06 Thread stfkbf
Hi I have installed jBPM4 (downloaded the zip from sourceforge) and run some example processes. However i cant seem to find the BAM and reporting functionality? Also it is not mentioned in the users guide that comes with the download. Is this only available in trunk? If so which part of the

[jboss-user] [JBoss Tools (users)] - Re: birt intergration param tag

2009-07-06 Thread snjeza
Your report gbm_event_info.rptdesign needs to be in the WAR's WebRoot directory. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241966#4241966 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241966

[jboss-user] [JBoss jBPM] - integration of a UI page(Jsp) with a process in jbpm4.0cr1

2009-07-06 Thread reetaparida
Hi, How can I integrate jsp pages with a process?Can You plz give me a link having a sample application based on the integration between a jsp page and process component. regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241968#4241968 Reply to the

[jboss-user] [JBoss Portal] - Re: seam portlet

2009-07-06 Thread wesleyhales
You have the wrong version of Richfaces, see what you are using and get something later, and also make sure it is compatible with the version of the portletbridge which you are using. http://www.jboss.org/community/wiki/JBossPortletBridge View the original post :

[jboss-user] [EJB 3.0] - passing context information in remote bean

2009-07-06 Thread david.boaz
Hi all, I have an existing API with already defined method signatures. The interface is a @Stateful @Remote bean. I'd like to pass additional information (not part of the signature) to the bean. for example, to pass the user locale and timezone. (actually, we did a similar trick with our

[jboss-user] [JBoss jBPM] - Re: jbpm4: could it simpler implementing an identical user i

2009-07-06 Thread rogerofyan
shekharv wrote : | You could use something like: | | event-listener class=org.jbpm.examples.eventlistener.LogListener/ | | | This listener could then be the base to trigger the code that you could use to dynamically build the process. I checked out the LogListener example

[jboss-user] [JBoss Portal] - Getting user credentials from portal authentication

2009-07-06 Thread broesel
hi all, for further authentication at the backend i need to get the information inserted by the user to login into the portal (user, password). is it possible to receive the user credentials after logging in? i'm using jboss portal 2.7.1. thanks, b View the original post :

[jboss-user] [JBoss Messaging] - Re: Stand-Alone Messaging: Trouble Configuring a Core Bridge

2009-07-06 Thread erturne
That solved the problem. Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241993#4241993 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241993 ___ jboss-user mailing list

[jboss-user] [Remoting] - Re: JMS receiving connection dropped (ConnectionValidator),

2009-07-06 Thread tomeicher
Thanks for nothing, folks. For the sake of other poor souls having this problem: It can be solved by upgrading JBossMessaging 1.4.0sp3 to 1.4.4ga in both(!) client and ESB. (Kinda complicated, refer to doc/index.html inside messaging zip file. Do not try to upgrade remoting in ESB.) Cheers,

[jboss-user] [JBossWS] - Streamlined tutorial on JBossWS w/ policies (WS-RM)?

2009-07-06 Thread Oberiko
Hello, I'm relatively new to Web Services (only done very simple clients) and I've been struggling to get a WS-RM service/client up for a few days now. Part of the problem is that I'm seeing many, many different ways on how this is done, to the point that I'm not sure what the correct way is.

[jboss-user] [JBoss jBPM] - Re: jbpm4: could it simpler implementing an identical user i

2009-07-06 Thread kukeltje
Correct, that is up to you. But still I would go for my proposed solution and learn a little jBPM basics first (like you should when going for the eventlistener as well) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242000#4242000 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: integration of a UI page(Jsp) with a process in jbpm4.0c

2009-07-06 Thread kukeltje
It's nothing different than you would from a normal java class. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242001#4242001 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242001

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

2009-07-06 Thread clebert.suco...@jboss.com
Can you open a JIRA and attach the test please? https://jira.jboss.org/jira/browse/JBMESSAGING View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242004#4242004 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242004

[jboss-user] [EJB 3.0] - Re: java.lang.RuntimeException: java.lang.ClassCastException

2009-07-06 Thread Wolfgang Knauf
Hi, I meant that you post the output of the jar tf ... command. This displays just the structure of the JAR. Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242006#4242006 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 5.1.0 GA ALL ORB Problem

2009-07-06 Thread argonauta
Hi to all, when I start JBoss 5.1.0 GA with HP-UX 11.23 (Itanium) and jdk 1.5.0.13 I receive this error: [presentation] IOP00110227: (BAD_PARAM) ORBDynamicStubFactoryFactoryClass property had value com.sun.corba.se.impl.presentation.rmi.bcel.StubFactor yFactoryBCELImpl, which could not be

[jboss-user] [JBoss jBPM] - Re: Saving long spanning process in jBPM 4.0

2009-07-06 Thread nazarfm
Let me try to explain myself better. I did read the User guide for version 4.0, the developer guide had some outdated API but i've read that as well. Let's say, when i reach a certain node, I call an asynchronous job. When this job is complete, it will call a callback method, say

[jboss-user] [JBoss Tools (users)] - Re: jira not workin

2009-07-06 Thread max.ander...@jboss.com
I have logged in an out multiple times View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242012#4242012 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242012 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Saving long spanning process in jBPM 4.0

2009-07-06 Thread kukeltje
I think you are missing some simple thing, but from just reading text I'm not going to guess etc. Can you make a simple unit test that demonstrates what you try to achieve. This should be possible from what I read (the async stuff can be emulated I think within the unit test) View the original

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: mysql connection from jboss 5.1 on a mac

2009-07-06 Thread PeterJ
Check the MySQL JDBC JAR file and look at the full package names of the drivers, maybe there is an extra one. Where did you get this JAR file? My driver comes from the Maven repository, it's been years since I obtained the driver from the MySQL web site. Currently, com.mysql.jdbc.Driver class

[jboss-user] [Clustering/JBoss] - Re: Farm deployment errors with large WAR files

2009-07-06 Thread pclark95
Yep, you have the correct way that I am deploying it. I am starting both nodes, one at a time and I wait until they are both up. The 10.200.90.103 is started first and considered the master. Once both are up and clustered I place the war file on the 10.200.90.103 farm directory. I have

[jboss-user] [Management, JMX/JBoss] - Re: Binding Twiddle only with localhost

2009-07-06 Thread sramhu
Contents of http://kbase.redhat.com/faq/docs/DOC-5477 | It is recommended that the jmx-invoker be bound specifically to localhost only. Do it as follows: | | In server/configuration/conf/jboss-service.xml, look for RMI/JRMP invoker section and update ServerAddress to be

[jboss-user] [Clustering/JBoss] - Re: SSO fails on compressed response

2009-07-06 Thread bstansbe...@jboss.com
After your step 3, check your browser for what cookies you've got. You should see a JSESSIONIDSSO cookie. Do you? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242019#4242019 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: DatabaseLoginServerModule - query with id possible?

2009-07-06 Thread NSchweig
Hi, sorry, I forgot to write. It was: select title, 'Roles' from role where id in | (select roles_id from cmtuser_role where cmtuser_id in | (select id from cmtuser where username = ?)) | for my db-structure. Thank you very very much for your hint; it was

[jboss-user] [JBoss Portal] - Re: Portlet serveResource issues

2009-07-06 Thread ssunkara
serveResource Works just fine on 2.7.0. We've implemented it. Search jboss portal documentation for some examples. Thats what I've used. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242022#4242022 Reply to the post :

[jboss-user] [JBoss AOP] - dynamic-aop example

2009-07-06 Thread Exodus
Hi, I'm interested in the dynamic-aop example and what I want is to get rid pf the jboss-aop.xml if that's possible... If someone can tell me where to put what, I would be very grateful. I've tried almost everything, and cannot avoid the xml, whatever I do. Annotations on everything except the

[jboss-user] [JBoss Cache: Core Edition] - JTA transactions with Atomikos and cache loaders

2009-07-06 Thread feutche
Hello, I've got a problem with JTA transactions using atomikos transaction manager implementation. I'm using atomikos 3.4.4 and jboss-cache 3.0.2, I know that these are not the latest, but I've checked at least jboss-cache 3.1.0 sources and it looks like it's the same there, let me know if

[jboss-user] [Microcontainer] - How to convert @Service MBean POJO to microcontainer POJO

2009-07-06 Thread yashendrac
I have lot of MBean Services created using @Service and @Management annotations. I am not using -service xml instead using @Service annotation so that I can use annotations like @EJB.These Services depends on various EJBs and to get reference of ejbs from Services I am using @EJB annotation.

[jboss-user] [Microcontainer] - Re: How to convert @Service MBean POJO to microcontainer POJ

2009-07-06 Thread alesj
This might help: - http://exitcondition.alrubinger.com/2008/12/20/doing-two-models-at-the-same-time/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242026#4242026 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242026

[jboss-user] [Microcontainer] - Re: How to convert @Service MBean POJO to microcontainer POJ

2009-07-06 Thread ALRubinger
Sounds like you'd just want to deploy some MC beans and get the use of @EJB within them, yes? :) Check the EJB3 integration testsuite for an example: http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/testsuite/src/test/java/org/jboss/ejb3/test/ejbthree1624/ S, ALR View the original

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

2009-07-06 Thread nbhatia
Done. https://jira.jboss.org/jira/browse/JBMESSAGING-1677 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242032#4242032 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242032 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Why *.war web file of JBOSSAS-4.2.0-4.GA not working on jbos

2009-07-06 Thread rajeshnr
Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: The content of element type web-app must match

[jboss-user] [JBoss Portal] - Portal + Seam + custom error pages

2009-07-06 Thread monkeyden
I have a Seam app running in the portal which has custom HTTP error pages for 404, 500 and 403. They are properly configured in my application's web.xml. It seems, however, that they're being ignored. Should the configuration for these pages exists somewhere else, perhaps in

[jboss-user] [Installation, Configuration DEPLOYMENT] - Global resource directory?

2009-07-06 Thread oneworld95
I've got multiple Seam apps that will use the same CSS, JavaScript, images, and other static content. Is there a global location I can put these under JBoss so all the apps can access them? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242040#4242040

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-06 Thread timfox
If you want a client in JBM 1.x to failover automatically from one node to another you need to set supportsFailover to true in the descriptor where the connection factory is deployed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242041#4242041 Reply to the

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-06 Thread artp
Ideally, I should be using ClusteredConnectionFactory, but i haven't gotten that to work. Messages get stuck on Cluster B when using ClusteredConnectionFactory.It seems like there are issues with ClusteredConnectionFactory. I'll try creating a custom ConnectionFactory with only

[jboss-user] [Installation, Configuration DEPLOYMENT] - POJO in Seam app

2009-07-06 Thread oneworld95
Sorry for the very newbie question: I've created a class that implements the javax.faces.validator.Validator class. I've tried accessing it from my XHTML facelets in a Seam app, but it throws errors that it can't find it. I've got it included in the faces-config.xml file as well. If I take

[jboss-user] [JBoss Portal] - Re: org.jboss.util.NestedSQLException: Could not enlist in t

2009-07-06 Thread radimchatkalahari
bvogt wrote : ... solution is described in: http://wiki.jboss.org/wiki/Wiki.jsp?page=Multiple1PC | ... | The URL has changed to http://www.jboss.org/community/wiki/Multiple1PC (article is really useful) Radimch View the original post :

[jboss-user] [JBoss AOP] - Re: dynamic-aop example

2009-07-06 Thread flavia.rain...@jboss.com
Hi! If you don't want to use the jboss-aop.xml file, you have to use annotations intead. Replace the jboss-aop.xml file with an aspect class like the one below: @Aspect | public class SomeAspect | { |@Prepare (all(org.jboss.test.aop.jdk15annotated.PreparePOJO)) |public

[jboss-user] [JBossWS] - Re: Call a web service

2009-07-06 Thread randhawag
Has anyone been able to resolve this? We have difficulty connecting via client to web service endpoint. When running client we see, JBDS 2.0 GA JAX-WS 2.0 Server: JBoss 4.3 EAP CP02 *** Create Web Service Client... Create Web Service... Call Web Service Operation...

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-06 Thread timfox
It depends what you want to do. When you originally said failover I assume you really meant reconnection, in which case you don't need a clustered connection factory. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242055#4242055 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Some benchmarking or testimonials on using APR Native on

2009-07-06 Thread rodfreire
BTW: http://jbossbrasil.ning.com/profiles/blogs/usando-a-biblioteca-native View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242056#4242056 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242056

[jboss-user] [JBoss Portal] - Re: Getting user credentials from portal authentication

2009-07-06 Thread ndrw_cheung
I use an older version of the portal (version 2.4) and I can do that. What we did was we extended the Login module and save the password into an attribute in the session. Sample code below: HttpServletRequest request =

[jboss-user] [JBoss Portal] - Changing the login flow

2009-07-06 Thread ndrw_cheung
Hi, all. I'm using JBOSS portal version 2.4, JBOSS AS 4.0.5GA. Got a question about how to change the login flow. The scenario is as follows: A user authenticates himself to an LDAP server (eDirectory in my case) to try to log into the portal. (We have extended the LDAPLoginModule to achieve

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Global resource directory?

2009-07-06 Thread PeterJ
For JBoss AS 5.1 the root web app is located server/xxx/deploy/ROOT.war - you could locate everything there. You could also create the directory server/xxx/deploy/static.war and place everything in there, and then access it via a url like http://hostname:8080/static/some.css View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Why *.war web file of JBOSSAS-4.2.0-4.GA not working on

2009-07-06 Thread PeterJ
JBoss AS 5.x is pickier about the ordering of entries in XML file. Either correct the ordering, or run with the option ??? (I know there is an option, but can't find it - perhaps someone knows it offhand). View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Global resource directory?

2009-07-06 Thread oneworld95
Thanks, PeterJ. Is it possible to use relative paths to access the global resources in either root or static if the apps are located on the same server? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242065#4242065 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Global resource directory?

2009-07-06 Thread PeterJ
No. Relative paths always are restricted to the web application's directory, otherwise you will have a huge security hole. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242066#4242066 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Clusted FailOver doesn't seem to work correctly with Bri

2009-07-06 Thread artp
I tried setting SupportsFailOver to true on the Connection. Then, I tried testing failover by taking down node B0, and fail over worked, messages went to B1. After i period of time i brought up B0 and took down B1. Messages never got delievered to B0 and piled up in the message/deliver count

[jboss-user] [JBoss/Spring Integration] - How to inject EJB into POJO

2009-07-06 Thread alen_ribic
I have jboss-spring 3.2CR1 deployer configured on my JBoss 5.0.1GA server. I can confirm that my jboss-spring.xml file in my myapp.ear/myejb.jar/META-INF/ is loaded sucessfully with no errors. How do I inject an EJB, that is defined in my jboss-spring.xml, into a POJO? (Both the EJB and POJO

[jboss-user] [Security JAAS/JBoss] - Re: Custom Principal class problem. SessionContext always re

2009-07-06 Thread misqu23
I guess it is a bug in JBoss. When I call | SecurityAssociation.getSubject().getPrincipals() | I get the set of the principals where the first element in this set is the my own implementation of the principal class and that's right, subject gets filled with principals in the

[jboss-user] [JBoss/Spring Integration] - Re: How to inject EJB into POJO

2009-07-06 Thread marius.bogoevici
Alen, You can try using one of the standard Spring mechanisms: - org.springframework.ejb.access.LocalStatelessSessionProxyFactoryBean or the jee namespace - the @EJB annotation There is a sample showing the usage of the EJB annotation in

[jboss-user] [JBoss/Spring Integration] - Re: How to inject EJB into POJO

2009-07-06 Thread marius.bogoevici
Also, make sure that you use the context:annotation-config/ namespace element in your Spring configuration, and make sure you don't have circular dependencies ala EJB-SpringBean-EJB etc, which would make the process of creating the components pretty awkward. As a note, @Spring is a

[jboss-user] [JBoss Messaging] - Selector by JMSMessageID doesn't work. JBOSS5 (5.1.0.GA)+Mes

2009-07-06 Thread kpupkov
I am migrating my application from JBoss4 to JBoss5. Discovered error in Queue selector. Selector JMSMessageID LIKE '%%' works fine in JBOSS4. And it doesn't on JBOSS5. How to select Message based on message id like ID:JBM-0857991c-5f21-4dc6-b890-5f0685e22c08? Please advice. View the

[jboss-user] [JBoss Messaging] - Re: Selector by JMSMessageID doesn't work. JBOSS5 (5.1.0.GA)

2009-07-06 Thread gaohoward
What versions of your JBM in JBoss 4 and JBoss 5 are? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4242086#4242086 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4242086 ___

[jboss-user] [Microcontainer] - BeanMetaDataFactory and value-factory

2009-07-06 Thread david.ll...@jboss.com
I want to define a property value to use a value-factory programmatically via BeanMetaDataBuilder. I can see that the XML tag for this maps to AbstractValueFactoryMetaData; can I just instantiate this class directory or will the lack of e.g. a KernalControllerContext get me in trouble? Or is

[jboss-user] [JBoss/Spring Integration] - Re: How to inject EJB into POJO

2009-07-06 Thread marius.bogoevici
OK, I gave it a quick try. There is a problem with scenarios which imply a circular dependency between the EJBs and the Spring Deployer. If the Spring Bean depends on an EJB that needs to be injected with another Spring Bean from the same ApplicationContext, an initialization failure is to be

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Why *.war web file of JBOSSAS-4.2.0-4.GA not working on

2009-07-06 Thread jaikiran
The property to set, depends on what is wrong in the xml contents. If the order of the elements is incorrect, then setting -Dxb.builder.useUnorderedSequence=true in the run.bat/run.conf scripts. However, if the xml contains invalid elements which is causing the validation failure, then the