[jboss-user] [JBoss Seam] - security.drl not being enforced

2007-09-17 Thread terryb
Security rules in security.drl are ignored, or not activated. It logs me in even if I look for non-existing rule. Do anything need to be done activate a specific rule? please see my configs below: components.xml: drools:rule-base name=securityRules

[jboss-user] [JBoss AOP] - Re: Interceptor is applied 16 times instead of 1

2007-09-17 Thread [EMAIL PROTECTED]
Hmm, ok, that does not sound unreasonable to me, but im not sure how it helps me. I should perhaps mention that we are using loadtime-weaving. [/img] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084892#4084892 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portlet using JSF (myfaces) + tiles

2007-09-17 Thread abhgup
I think I was also facing same kind of error. For tiles you need to specify view handler in faces-config.xml. Normally you can use JSPTilesViewHandler provided in tomahawk. But this view Handler doesnot take care of portlet context as the other view handler which is JSPViewHandler in myfaces.

[jboss-user] [JBoss Seam] - Random conversation id's

2007-09-17 Thread swd847
Is this the correct way to implement random conversation id's? | @Observer(org.jboss.seam.beginConversation) | public void RandowmConversationId() | { | Manager.instance().updateCurrentConversationId( + Math.round(Math.random() * Integer.MAX_VALUE)); |

[jboss-user] [JBoss Seam] - Re: two @datamodel in one sessionbean?

2007-09-17 Thread jdijkmeijer
Thanks all for the explanations it's been very helpful. The only thing I could ask for is for more verbose stracktraces during sessionbean deployment. 2 datamodels or a forgotten destroy/remove produce the same error messages. I'm not using eclipse seam plugin so that might be the cause of my

[jboss-user] [EJB/JBoss] - Re: Jar is not deployed onJBOSS

2007-09-17 Thread jaikiran
xps2nini wrote : when i run this command jar -tf EILMT.jar.I got following output | | | meta-inf/ | meta-inf/ejb-jar.xml | meta-inf/jboss.xml | The META-INF folder is case sensitive. Change your ant script which generates the jar file, to create the META-INF folder with upper

[jboss-user] [Messaging, JMS JBossMQ] - My problem about JMS MDB !

2007-09-17 Thread catania
Hi all! I read about JMS and MDB inside Mastering. EJB.4th.Edtion (chapter 7). I use anonymous wrote : jboss-4.0.5.GA and EJB 3.0 I writed a Message Driver Bean, look like: | public class LogBean implements MessageListener { | public LogBean() { | System.out.println(LogBean

[jboss-user] [JBoss Portal] - Re: JSF and IPC

2007-09-17 Thread abhgup
You can have processAction Method for JSF Portlet by providing your customized MyFacesGenericPortlet class. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084898#4084898 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: My problem about JMS MDB !

2007-09-17 Thread catania
I added my ejb-jar.xml inside META-INF but I also received above errors. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084900#4084900 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084900

[jboss-user] [JBoss Portal] - portlet accessing different database

2007-09-17 Thread tellarsrinivasprabhu
Hi all, I have a portlet where i need a database connection. I am using MS SQL Server 2005 and i have created data source configuration in portal-sqlserver-ds.xml. I have created jboss-service.xml in META-INF folder of my portlet and in this jboss-service.xml i have created the session

[jboss-user] [JBoss Seam] - Re: Seam 2.0 Beta with Weblogic 10

2007-09-17 Thread juntao
We had a reflection issue with WL10's EJB3 container when I tried a couple of months ago. The Seam POJO approach (i.e., without EJB3 components) seemed to work okay on WL10. Can you post the error messages you are getting? Maybe a good starting point is to try to get one of Seam sample apps

[jboss-user] [EJB/JBoss] - Re: Jar is not deployed onJBOSS

2007-09-17 Thread xps2nini
Thankx JAIKIRAN.I got it.Thanx a lot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084902#4084902 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084902 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: portlet accessing different database

2007-09-17 Thread tellarsrinivasprabhu
am update in above Am using 2 different database for storing jbp tables and for tables my portlet is accessing. thanks Srinivas Prabhu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084904#4084904 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Deploying Jboss Seam booking application to Weblogic 10

2007-09-17 Thread kumanan_jboss
Did you get that booking example working in Weblogic 10. I am getting that same Interceptor class not found exception. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084905#4084905 Reply to the post :

[jboss-user] [JBoss Seam] - Error porting Business Objects to Seam 2.0 Beta 1

2007-09-17 Thread yj4jboss
Hi All, I have been trying to port my Seam 1.1.0 Application to Seam 2.0. I have imported all my business objects which had been reverse engineered using Hibernate Tools in the new Seam 2.0 project environment and deployed under Jboss 4.2.1. I am getting errors like | | --- MBeans

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

2007-09-17 Thread marimuthub
Hi, Our requirement is restricted to runtime. let me explain the problem again. I have following applications 1. AOP Deploy application: This application developed using JMX. The application creates JMX agent. It deploys the point cut expression at runtime. The JMX agent is alive till the

[jboss-user] [Clustering/JBoss] - NullPointerException with DatabasePersistencePolicy in clust

2007-09-17 Thread raickman
Hi, I m using JBoss 4.2.1GA. I have the following exception (NPE) when JBoss tries to start my Ejb. I ve checked already the DefaultDS config (HSQL) and everything seems ok. When I start JBoss without clustering config, everything works fine. ejb-deployer.xml | server | | !--

[jboss-user] [JBoss Seam] - Seam PDF issue

2007-09-17 Thread nemya
Hi, I'm using Jboss Seam 1.2.1.GA + Jboss Server 4.0.5.GA. I'm trying to generate PDFs. I added the jboss-seam-pdf.jar and the itext-2.0.1.jar to my project. And I created a simple page (token from a tuto): p:document xmlns:p=http://jboss.com/products/seam/pdf; | p:image alignment=right

[jboss-user] [JBoss Seam] - Hibernate Search and JBoss Seam example

2007-09-17 Thread valcerou
Hello ! I wondering can anyone post some simple examples of using Seam with Hibernate Search ? Best regards.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084912#4084912 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Trouble migrating to seam 2.0

2007-09-17 Thread chawax
Hi, I have exactly the same problem migrating to Seam 2.0 on JBoss 4.2. Did you fix your problem ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084916#4084916 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084916

[jboss-user] [JBoss Seam] - Re: Trouble migrating to seam 2.0

2007-09-17 Thread chawax
Forgot to tell that I followed instructions from the Seam migration guide and it didn't fix my problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084917#4084917 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084917

[jboss-user] [JBoss Seam] - Re: reasociating detached entities (non smpc)

2007-09-17 Thread cba2
Thanks for the hint, jacob.orshalick. Actually, the problem is however not about re-associating a single know entity to the new session but rather about re-associating all entities in the current long running transaction. So the challenge is much rather how to find / enumerate all entity

[jboss-user] [EJB/JBoss] - Please please help, can not close jdbc connection and contin

2007-09-17 Thread rajuanye
Hi I have a connection using data source @Resource (mappedName=java:/OracleDS) protected DataSource oracleDS; | oracleDS.getConnection(); when i close the connection(connection.close()) i can not use my entity manager. I get ResourceException: Transaction is not active. apparantly when

[jboss-user] [JBoss AOP] - Re: Interceptor is applied 16 times instead of 1

2007-09-17 Thread afloom
Thomas, I tried your code and couldn't reproduce your problem in a simple ear application with one ejb. One difference would be that I use JBossAOP 1.5.5.GA (in JBoss AS 4.2.1.GA). My EJB isn't EJB3, but 2.1. A possible way of finding out what's going on would be to print a stack trace in the

[jboss-user] [JBoss Portal] - Re: it is possible to create more than one action for portle

2007-09-17 Thread k3nnymusic
Could anybody tell me how can I fix my maximize action problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084923#4084923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084923

[jboss-user] [JBoss jBPM] - Re: The org.xml.sax.SAXNotRecognizedException:

2007-09-17 Thread kukeltje
overriding xml parses is a jdk issue (search for 'xml and parser and endorsed' on the internet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084924#4084924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084924

[jboss-user] [JBoss AOP] - Re: Interceptor is applied 16 times instead of 1

2007-09-17 Thread [EMAIL PROTECTED]
Here is a stack trace of an exception thrown in the first line of the tested beans business method. As you can see, there are 16 interceptor instances active. | Exception in thread main javax.ejb.EJBException: java.lang.NullPointerException; nested exception is:

[jboss-user] [JBoss AOP] - Re: Interceptor is applied 16 times instead of 1

2007-09-17 Thread [EMAIL PROTECTED]
Well, that was badly formulated, but the interceptor is called 16 times at least, even if there are not 16 instances. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084926#4084926 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Interceptor is applied 16 times instead of 1

2007-09-17 Thread [EMAIL PROTECTED]
| ?xml version=1.0? | aop | bind pointcut=execution(public * com.dts.*-*($instanceof{com.dts.commons.serviceplatform.DTSMessage})) | interceptor class=com.dts.serviceplatform.interceptors.impl.DTSLoggingInterceptor scope=PER_VM/ | /bind | /aop | Are you

[jboss-user] [EJB/JBoss] - Re: Calling a remote ejb interface in app1.ear from a servle

2007-09-17 Thread andber
yogendra_g wrote : Hi, | We also have two ear's and both have session beans. | A session bean from one ear gives remote call to the session bean in second ear. And its working fine. | I have set the isolation true. And yes this is set for allowing the use of multiple versions of the third

[jboss-user] [EJB 3.0] - Re: Programmatically determining ear name for JNDI lookups:

2007-09-17 Thread wolfc
Have you tried using ejb-links? ejb-local-ref | ejb-ref-nameejb/myBean/ejb-ref-name | ejb-ref-typeSession/ejb-ref-type | localcom.mycomp.MyLocal/local | ejb-linkMyBean/ejb-link | /ejb-local-ref MyLocal bean = (MyLocal) new InitialContext().lookup(java:comp/env/ejb/myBean); View

[jboss-user] [JBoss AOP] - Re: Interceptor is applied 16 times instead of 1

2007-09-17 Thread afloom
Did you try upgrading to 1.5.5 of JBoss AOP? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084934#4084934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084934 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: it is possible to create more than one action for portle

2007-09-17 Thread k3nnymusic
Temporarily I added new private variable in portlet class which contain last user request parameter. This is not a good mvc result so I think it must be other solution. Any suggestion? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084935#4084935

[jboss-user] [JBoss Seam] - Re: Mixing and Matching ICEfaces/RichFaces/GWT etc

2007-09-17 Thread damianharvey
Richfaces has sortable columns on the scrollableDataTable component. It's new in the latest 3.1 release. Check out the demo http://livedemo.exadel.com/richfaces-demo/richfaces/scrollableDataTable.jsf Cheers, Damian. View the original post :

[jboss-user] [JBoss Messaging] - how to check the jms Queue is persistance or not in jboss ap

2007-09-17 Thread mgnaresh
hi, i am using jboss as application server for jms and database is postgres.For an message store i am using the *database store*.while starting the jms adding queue it is adding the messages to the jms queue after starting the jms receiver the datas are received sucessfullyafte some

[jboss-user] [JBoss AOP] - Re: Interceptor is applied 16 times instead of 1

2007-09-17 Thread [EMAIL PROTECTED]
Thank you! I'm feeling stupid. The ears the are created by our build system included the aop.xml files for each ejb-jar... So there are 16 aop definitions within the deploy folder... Well, nice to have the solution so thank you again! View the original post :

[jboss-user] [JBoss Seam] - Re: ManagedEntityIdentityInterceptor and Stateful Session Be

2007-09-17 Thread wschwendt
ok, it was strategically stupid to post the my question at the weekend. But now that the weekend is over, does anyone have an opinion as to whether it is sufficient to add the ManagedEntityIdentityInterceptor just to conversation-scoped components? Why is this interceptor not added to a

[jboss-user] [JNDI/Naming/Network] - Re: Remote JNDI lookup fails with JBoss4.2.1GA, while it wor

2007-09-17 Thread haribaasha
i am using jboss 4.2.1, i have the -b 0.0.0.0 in place, both jndi and ha-jndi lookup work fine ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084940#4084940 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084940

[jboss-user] [JBoss Portal] - Re: it is possible to create more than one action for portle

2007-09-17 Thread [EMAIL PROTECTED]
You need to use renderParameters View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084941#4084941 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084941 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Problems in doing JAAS login using code

2007-09-17 Thread tellarsrinivasprabhu
hi, All we did was that we created a custom valve that extends org.apache.catalina.valves.ValveBase; in the invoke method , we added the user principals to the request using following lines of code. | . | List roles = new ArrayList(); | roles.add(Authenticated); | roles.add(User);

[jboss-user] [Clustering/JBoss] - question on clustering

2007-09-17 Thread haribaasha
Hi I have setup a cluster of 4 machines, the ejb resides in 3 machines and the remote call is made from the other machine -server 1 -server 2---server 3---server 4 hence the service resides as a ejb in 2 ,3 and 4, calls are made to this

[jboss-user] [JBoss Seam] - Re: subclassing Variable Resolver

2007-09-17 Thread laksu
Thanks a lot. I will check the readings and see if it works for my case. I don't think it is that dirty to get my hands in. Perhaps, this is an illusion yet but anyways I will try as I have yet already soaked my fingertips. I will be sharing the experience. View the original post :

[jboss-user] [JBoss Portal] - Re: it is possible to create more than one action for portle

2007-09-17 Thread k3nnymusic
Thanks a lot! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084945#4084945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084945 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: reasociating detached entities (non smpc)

2007-09-17 Thread wschwendt
cba2 wrote : What is the easiest way to manually re-associate all detached entities in my conversation with the new session of the current request? I tried to study the Seam source code but did not discover which trick Seam uses to achieve this so smoothly an transparent. | Seam supports

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Rejects Connections

2007-09-17 Thread crazyreini
Yes, we use the 4.2.0. With the previous version we come with http://myserver.com:8080 to the Jboss, but not with the new version. kind regards Reinhard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084948#4084948 Reply to the post :

[jboss-user] [Beginners Corner] - Re: jboss-acl.jar

2007-09-17 Thread SuePermann
Has anyone not used this jar in their applications? By the way, Is it employed in Authentcation purpose? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084949#4084949 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Can the error message thrown in the login module be gotten i

2007-09-17 Thread gfzhang
We met a problem. We use JAAS to authenticate the users of our web application. We developed a login module. When the login failed (for example, the user name is incorrect or the password is incorrect), we throws a LoginException. Could the message in the instance of LoginException be

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Rejects Connections

2007-09-17 Thread jaikiran
anonymous wrote : Yes, we use the 4.2.0. Ok. Please check the link that i posted earlier. That has the solution to your problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084955#4084955 Reply to the post :

[jboss-user] [Performance Tuning] - No More Managed Connections Error

2007-09-17 Thread ravimbhatt
Hi all, I am using JBoss 4.0.3SP1 and mysql on linux box. I have getting No More managed Connection error if jboss is up for more than 3 days. I have kept 200 max connections in mysql ds file and 200 max coonections in myql config file too. One of the batch jobs creats around 90 odd

[jboss-user] [JBoss Seam] - Re: Seam Logger return NullPointerException

2007-09-17 Thread [EMAIL PROTECTED]
You can't instantiate Seam managed objects with new, you need to use injection or programmatic lookup using Component.getInstance() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084958#4084958 Reply to the post :

[jboss-user] [JBoss Seam] - Re: no-conversation-view-id doesn't work

2007-09-17 Thread [EMAIL PROTECTED]
Have you marked these pages conversation-required? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084961#4084961 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084961 ___

[jboss-user] [JBoss Seam] - Re: EntityHome.persist() return NullPointerException

2007-09-17 Thread [EMAIL PROTECTED]
Read the manual - you can't instantiate Seam components like that, you must use injection or Component.getInstance() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084960#4084960 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - how to check the jms Queue is persistance or not in jboss ap

2007-09-17 Thread mgnaresh
hi, i am using jboss as application server for jms and database is postgres.For an message store i am using the *database store*.while starting the jms adding queue it is adding the messages to the jms queue after starting the jms receiver the datas are received sucessfullyafte some

[jboss-user] [JBoss Seam] - is it possible to access JSF UI components from seam testng

2007-09-17 Thread _polly
hi, I'm wondering if there is any way of getting a handle on the jsf component model from a seam testng test script - so I can see if components are there, if they are rendered etc. i tried this in my Seam test class: @Override | protected void

[jboss-user] [Messaging, JMS JBossMQ] - how to check the jms Queue is persistance or not in jboss ap

2007-09-17 Thread mgnaresh
hi, i am using jboss as application server for jms and database is postgres.For an message store i am using the *database store*.while starting the jms adding queue it is adding the messages to the jms queue after starting the jms receiver the datas are received sucessfullyafte some

[jboss-user] [Clustering/JBoss] - how to check the jms Queue is persistance or not in jboss ap

2007-09-17 Thread mgnaresh
hi, i am using jboss as application server for jms and database is postgres.For an message store i am using the *database store*.while starting the jms adding queue it is adding the messages to the jms queue after starting the jms receiver the datas are received sucessfullyafte some

[jboss-user] [JBoss Messaging] - Re: Problem with destination's name using slash

2007-09-17 Thread timfox
The queue/topic name should not contain a slash. If you want to deploy the queue/topic at a specific place in the JNDI tree (e.g. /a/b/) then use the JNDIName attribute for this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084969#4084969 Reply to the post

[jboss-user] [JBoss AOP] - AspectXMLLoader undeploy

2007-09-17 Thread marimuthub
Hi, I am trying to do undeploy bindings using the following snap shot of code AspectXmlLoader aspectXMLLoader = new AspectXmlLoader(); AspectManager aspectManager = AspectManager.instance(); aspectXMLLoader.setManager(aspectManager); aspectXMLLoader.undeployBinding(bindNodeElement); But the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Install Messaging, Seam, JBPM in the same server instance?Is i

2007-09-17 Thread jbosspatni
Hi, I am trying to integrate a Seam 1.2.1 GA application with messaging 1.3.0 GA and JBPM 3.1.3.I want all the three components running on the same machine/jvm.Basically i I start the server I should be able to talk to all these three components within the jvm.Is this possible?If not what

[jboss-user] [JBoss Seam] - conversation ends unexpectedly!

2007-09-17 Thread mnrz
Hello, I have a SFSB with an action method as follows: | @Stateful | @Name(searchResult) | @Scope(CONVERSATION) | public class SearchResultAction implements SearchResult { | //code | | public String export() { | if(!exportAvailable) { |

[jboss-user] [Performance Tuning] - Re: No More Managed Connections Error

2007-09-17 Thread jaikiran
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=CanJBossTellMeWhenIDontCloseAConnection and http://wiki.jboss.org/wiki/Wiki.jsp?page=WhatDoesTheMessageNoManagedConnectionsAvailableMean View the original post :

[jboss-user] [JBoss Messaging] - Re: http(s) transport and transaction

2007-09-17 Thread timfox
jw.1 wrote : Hi | | Are transactions supported when using http(s) as transport? | | Yes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084976#4084976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084976

[jboss-user] [JBoss Seam] - Re: Question on Seam Annotataion with JSF-EL language interp

2007-09-17 Thread [EMAIL PROTECTED]
Thank you again, this works wonderful, one just needs to look for reentrant calls to the interceptor when executing a method via JSF EL (should't go to the same class, because the interceptor gets invoked by the interceptor gets invoked by the interceptor...) Greetz GHad View the original

[jboss-user] [JBoss Messaging] - Re: MDB With Ear Isolation

2007-09-17 Thread timfox
You didn't say what versions you are using. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084977#4084977 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084977 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss 5 AS release date

2007-09-17 Thread atijms
Hi, For the company I work with I have to plan the transition from a custom build Java EE stack (Tomcat with manually added libs for JSF, JPA, JTA, etc) to a full Java EE (5) AS. I'm considering Jboss 5 AS as one of the possible options. Unfortunately I can't seem to find any pointer as to

[jboss-user] [JBoss Messaging] - Re: MessageSucker transation not supported in 1.4.0.CR1

2007-09-17 Thread timfox
CR2 has been released View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084980#4084980 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084980 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: portlet accessing different database

2007-09-17 Thread tellarsrinivasprabhu
hi Alternatively i have created a har (hibernate archive) and put the jboss-service.xml and hybernate congif files in this. Found this @ http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHibernate3 According to the above article, we can nest har inside sar. But this things is not happening in my

[jboss-user] [JBoss Messaging] - Re: MDB With Ear Isolation

2007-09-17 Thread Stephen.Campbell
Hi Tim, Currently using JAS 4.0.4 and JBM 1.3.0 In the process of upgrading to JAS 4.2.1, not sure if that will help, but could you comment on the issue below? Regards, Stephen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084982#4084982 Reply to the post

[jboss-user] [JBoss Messaging] - Re: DefaultJMSProvider not bound

2007-09-17 Thread timfox
Thanks - I have updated the docs to reflect this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084983#4084983 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084983 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: Ping failed when using MySQL as database backend for JBo

2007-09-17 Thread timfox
This looks like your database has gone down View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084985#4084985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084985 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging database backend deadlock

2007-09-17 Thread timfox
This is not an error (note it is logged at WARN). MySQL has the interesting habit of being able to get a deadlock even when inserting one row. See the MySQL web site for more details. To deal with this, we catch it and retry. You can safely ignore this. View the original post :

[jboss-user] [JBoss Messaging] - Re: Too many open files

2007-09-17 Thread timfox
Are you sure you are running Remoting 2.2.2.GA as specified in the release announcement? If so, maybe you are not closing your connections? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084988#4084988 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Injected EJB in a web app

2007-09-17 Thread earniedyke
Benson, On the main page for this forum, there are three announcements at the top of the list and the sticky note is fourth on the list. That's where I found the answer to my question. Earnie! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084990#4084990

[jboss-user] [JBoss Messaging] - Re: Problem with clustered topics: NPE and The receiver Cons

2007-09-17 Thread timfox
http://jira.jboss.com/jira/browse/JBMESSAGING-1069 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084989#4084989 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084989 ___

[jboss-user] [JBoss Messaging] - Re: Failed to send changeRate message

2007-09-17 Thread timfox
Can you reproduce this in a simple test case? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084992#4084992 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084992 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: 1.4.0.CR2 - Temporary Destinations - Cluster

2007-09-17 Thread timfox
http://jira.jboss.com/jira/browse/JBMESSAGING-1070 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084991#4084991 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084991 ___

[jboss-user] [JBoss Messaging] - Re: Bridge under load throws IllegalStateException

2007-09-17 Thread timfox
http://jira.jboss.com/jira/browse/JBMESSAGING-1068 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084993#4084993 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084993 ___

[jboss-user] [JBoss Messaging] - Re: Storage of Message

2007-09-17 Thread timfox
We don't currently support file storage - we will support this in JBM 2.0 however. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084997#4084997 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084997

[jboss-user] [JBoss Messaging] - Re: MDB With Ear Isolation

2007-09-17 Thread timfox
1.3.0 has issues with isolation. These were fixed in 1.4.0 IIRC. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084998#4084998 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4084998

[jboss-user] [EJB 3.0] - How to get the size of a Lazy load relation

2007-09-17 Thread icordoba
Hi there, I need to pre-load the size of a Lazy load relation. I need to do it because I need to access the Entity in a JSP and I get No session or session closed if getting the size directly from the relation (I don't want to put a Transaciton using a scriptlet in the JSP page) I can neither

[jboss-user] [JBoss Seam] - Re: Seam PDF issue

2007-09-17 Thread goku2
Thsi problem is beacuse the itext-2.0.x.jar is not on the classpath. Place this file(is inside your project´s lib) inside your JBoss AS sever/default/lib folder (if your using the default). That wil solve the problem. But the thing is.. is this a simple bug in the build.xml? It should include

[jboss-user] [EJB 3.0] - Problem with deployment of ejb3 SLSB (5.0.0 beta2)

2007-09-17 Thread newgro
Hi *, we have a little problem here with deploying a bean. Our base interface looks like this package my.common.beans; import my.common.model.IPreSelectionModel; public interface IMaterializePreSelectionUseCase { IPreSelectionModel materialize(); } The appropriate remote and local

[jboss-user] [JBoss Seam] - Re: Seam PDF issue

2007-09-17 Thread nemya
Thanks the problem was the text-2.0.x.jar missing in the JBoss AS sever/default/lib folder. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085006#4085006 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085006

[jboss-user] [JBoss Seam] - Re: is it possible to access JSF UI components from seam tes

2007-09-17 Thread [EMAIL PROTECTED]
This is outside the scope of Seam's integration tests - they mock up the view to allow you to test your components, not the view itself. I think JSFUnit from jboss.org might be what you need (not sure though). View the original post :

[jboss-user] [JBoss Messaging] - Failed to deliver the message to the client. See the server

2007-09-17 Thread Craig2007
Hi We are using JBoss Messaging Server.In Prod Enironment , we get the following exception sometimes. | | 2007-09-17 16:37:49,437 DEBUG [org.jboss.remoting.transport.socket.MicroSocketClientInvoker] java.net.NoRouteToHostException: No route to host | 2007-09-17 16:37:52,439 DEBUG

[jboss-user] [JBoss jBPM] - Mail to group on task assignment

2007-09-17 Thread cheets
Hi All, I want to send a mail to the pooledActor group when a task is assigned to that group. I am able to send a mail to the actor who claims the task using | task-node name=MANAGER_APPROVAL |task name=MANAGER_APPROVAL notify=yes | assignment

[jboss-user] [JBoss jBPM] - Re: Parameter userName does not exist as a named parameter

2007-09-17 Thread eleman304
yeah i found problem because of classpath. i added jbpm-identity.jar and jbpm-jpdl.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085011#4085011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085011

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

2007-09-17 Thread marimuthub
The pointcut expression is as follows View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085014#4085014 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085014 ___ jboss-user

[jboss-user] [Performance Tuning] - Re: No More Managed Connections Error

2007-09-17 Thread ravimbhatt
HI jaikiran, I have gone through both the links. It does not help in solving the problem. I guess there is some problem in jboss's connection pool itself. Thanks anyways. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085015#4085015 Reply to the post :

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

2007-09-17 Thread marimuthub
The pointcut expression is as follows View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085016#4085016 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4085016 ___

[jboss-user] [JBoss Seam] - session-scoped Seam-managed persistence context

2007-09-17 Thread schmod54
The docs give an example of a session-scoped Seam-managed persistence context, but say it is not recommended in practice. Why is it bad? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085017#4085017 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EJBQL Query Question

2007-09-17 Thread [EMAIL PROTECTED]
I have two entities, a Company and an Address. The Company has two addresses, the mainAdrress that is required and the postalAddress that is optional (both configured as OneToOne). Now I need a list with all my companies and their city names for both addresses. I use this query: | SELECT |

[jboss-user] [JBossWS] - Re: How do you override soap:address location from WSDL at r

2007-09-17 Thread [EMAIL PROTECTED]
Please go ahead and contribute it to the WIKI: http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_User_Guide That's why we chose a WIKI in the first place. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085022#4085022 Reply to the post :

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

2007-09-17 Thread [EMAIL PROTECTED]
As Flavia said, if you are using loadtime weaving you need to prepare the joinpoints. This information must be available when the class is first loaded. Once the class is loaded we cannot modify the class. Meaning you cannot introduce more hooks for AOP once the class is loaded, but we can

[jboss-user] [JBossCache] - Re: Problems with NodeLocking algorithm

2007-09-17 Thread [EMAIL PROTECTED]
khkachn wrote : Hi, | | I am running a TreeCache in Jboss 4.0.5.ga and have run into locking issues also. Does LockParentForChildInsertRemove exist in this version? I added | | true | | but I get | | org.jboss.deployment.DeploymentException: No Attribute found with name:

[jboss-user] [JBoss Seam] - Batch removing, conversations and transactions managment

2007-09-17 Thread [EMAIL PROTECTED]
I have a question concerning batch entity deletion. I need to delete multiple entities at once, while some of them have references to other entities. When I try to delete a group of entities without any references, the operation is successful. But if at least one of the entities in the batch

[jboss-user] [Performance Tuning] - Best performance monitoring tool for jboss?

2007-09-17 Thread andber
I have been using websphere before with the Tivoli performance viewer. Now looking for something similar when working with JBOSS, what should I use? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4085024#4085024 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Problem in web-console (HTTP 500)

2007-09-17 Thread andber
web-console - J2EE domains - jboss.management.local - JBOSS - myapp.ear - myejbmodule.jar - MyBean Clicking on MyBean gives this error in the right frame of the browser: javax.servlet.jsp.JspTagException: org.jboss.mx.util.MBeanProxyCreationException: Object name

[jboss-user] [JBossCache] - Re: What is the relation between in-memory nodes and nodes i

2007-09-17 Thread [EMAIL PROTECTED]
sg283 wrote : Please confirm if I understand this correctly:- | 1- Suppose I have defined maxNodes in region X to be 4500, and my application tries to put 1000 more nodes in region X then there would be 5500 nodes in total; 4500 in region X and 1000 nodes in region _default_. All 4500 nodes

[jboss-user] [Beginners Corner] - Re: MDB Not working

2007-09-17 Thread harini533
Hi, I am trying to do something similar. I want to invoke start and stop delivery on the MBean from a script. The method MBeanServerLocator.locateJBoss() works fine only from within the Jboss container and not from the command line script. I am unable to figure out how to get a handle to the

  1   2   3   >