[jboss-user] [JBoss Messaging] - How to migrate to JBossAS 5.0.0beta3 ?

2007-12-21 Thread Juergen.Zimmermann
The release notes of JBossAS 5.0.0beta3 are saying: anonymous wrote : jboss-service.xml - legacy static mbeans for compatibility In my app I have a SAR archive containing META-INF/jboss-service.xml. How do I migrate resp. replace this contents? | | | |

[jboss-user] [JBossCache] - JBoss Cache with Weblogic 9.2 Cluster

2007-12-21 Thread gerinjacob
Hi all, I am facing problem with JBoss caching when used in Weblogic 9.2 clustered environment. I have created a cluster in Weblogic Server, under which I have 2 managed servers. The setup is done in a single machine. I congifured JBoss xml for caching and deployed my application. But I am gettin

[jboss-user] [JBoss Seam] - Re: Changing .seam extension

2007-12-21 Thread nuclaves
Will simply editing the servlet mappings in web.xml do? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115152#4115152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115152 ___

[jboss-user] [JBoss Seam] - Changing .seam extension

2007-12-21 Thread nuclaves
Hello, How would I go about using an extension other than .seam in a seam application? Is it possible to set the extension for a specific page? I'm asking because I need to migrate an application to seam but I don't want to update the urls that existing clients call. Thanks View the original po

[jboss-user] [JBoss Messaging] - Destruction/cleanup of temporary queues

2007-12-21 Thread paduffy
I seem to have a few temporary queues hanging around within my broker after the client app exits. - what sequence of JMS calls will cause the temp Q to be destroyed? - In the event of abnormal client exit, is there some way in which the temp Qs can be auto cleaned up by the broker? Thanks

[jboss-user] [JBoss Messaging] - Re: Clustered Connection Factories

2007-12-21 Thread paduffy
Similar question. My application structure is as follows: - Several dozen clients issue requests into a well know Q in AS instance CENTRAL (basically a message router). - MDB in CENTRAL performs routing based on message properties. Request is then placed on topic maintained in AS instance CENT

[jboss-user] [JBoss Seam] - Re: in.relation.to website and Bloggers menu

2007-12-21 Thread asookazian
cool, thx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115139#4115139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115139 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Seam] - Re: in.relation.to website and Bloggers menu

2007-12-21 Thread amitev
1) Look at the bottom of the page there is a text - This website was created with JBoss Seam and runs on JBoss Application Server 2) This is pure css #sidebar { | float: left; | left: 10px; | margin-top: 15px; | width: 130px; | position: fixed; | } View the origi

[jboss-user] [Security & JAAS/JBoss] - Re: Custom principal in Web application

2007-12-21 Thread brent.atkinson
I think I have found where the caller principal is being populated: org.jboss.security.plugins.JaasSecurityManager.updateCache(...). It appears what occurs is that once a user authenticates, a DomainInfo object is created and stored in the login domain's cache. The DomainInfo object is assigned

[jboss-user] [JBoss Seam] - Unable to use @Asynchronous annotation on Glassfish server

2007-12-21 Thread usedtoclimb
When I attempt to use the @Asynchronous annotation as described in the reference manual (section 17.1.1. Asynchronous methods) I receive an InstatiationException with the message "Could not instantiate Seam component: org.jboss.seam.core.dispatcher". I have narrowed down the issue as follows:

[jboss-user] [JBoss Seam] - resetting/clearing a session scoped SFSB

2007-12-21 Thread asookazian
I have a conversation scoped SFSB which has a session scoped SFSB injected into it as follows: @In(create=true) | private NoteLocal noteAction; In my xhtml, there is a h:selectOneMenu coded as follows: | | | |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Session is getting merge with other session

2007-12-21 Thread igain
Yes you are correct these 2 users doesn't see each other's information but they see rather 2 other user's information. Yeah definaitly I will report it back whatever observations i find. Thanks once again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=411512

[jboss-user] [JBoss Seam] - Re: A customer JSF tag to display Graphics2D in Seam PDF out

2007-12-21 Thread EricJava
"[EMAIL PROTECTED]" wrote : I couldn't think of a good name. Component is too generic. JSF component. AWT component. Seam component? To me "swing" is synonymous with Java GUI components. So p:swing, despite not being technically correct, seemed to me to be the only thing captured the idea

[jboss-user] [JBoss Seam] - Re: What does it take for a POJO to promote a conv. to long-

2007-12-21 Thread EricJava
Will do, after I solidly confirm it with a test case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115123#4115123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115123 ___ j

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

2007-12-21 Thread gabewong
Edit /etc/sysconfig/selinux and set entry to: SELINUX=disabled Reboot server View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115121#4115121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115121 _

[jboss-user] [JBoss Seam] - Re: A customer JSF tag to display Graphics2D in Seam PDF out

2007-12-21 Thread [EMAIL PROTECTED]
I couldn't think of a good name. Component is too generic. JSF component. AWT component. Seam component? To me "swing" is synonymous with Java GUI components. So p:swing, despite not being technically correct, seemed to me to be the only thing captured the idea of a GUI component being in

[jboss-user] [JBoss Seam] - Re: Entity EJB3.0 Unit Testing - How to setup JNDI datasourc

2007-12-21 Thread sushmu
Thanks Pete. I'm more interested in running Embedded JBoss with a datasource rather than EJB3Unit. I know Seam 2.0 is full of examples on Embedded JBoss but it has the seam-gen magic built in. Right now I'm following the Hibernate CaveatEmptor examples, but that might be using an older version

[jboss-user] [JBoss Portal] - Re: CMS security not working

2007-12-21 Thread DanielGallot
anonymous wrote : anonymous wrote : | | But there is another effect I don't understand : "myRole" got read access to "/MyTopDirectory/TheUsableDirectory" and not to other directories where it has not been granted write access. Specifying 'write' access to '/TheUsableDirectory' should recurs

[jboss-user] [JBoss Portal] - Re: CMS security not working

2007-12-21 Thread [EMAIL PROTECTED]
anonymous wrote : | But there is another effect I don't understand : "myRole" got read access to "/MyTopDirectory/TheUsableDirectory" and not to other directories where it has not been granted write access. | btw, one more thing, if you are overriding the recursing permissions, which loo

[jboss-user] [JBoss Seam] - Re: Parameters and @Factory

2007-12-21 Thread amorfis
But this old values are used when @Factory method is called, and then new values are set. This is not what I want, I need @Factory to be called after setting new values. How can I do it? And why "blog" example behaves differently? View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Portal] - Re: CMS security not working

2007-12-21 Thread [EMAIL PROTECTED]
anonymous wrote : | I try and I got the following : | - "Create a folder", in "/MyTopDirectory/TheUsableDirectory", for a user with "myRole" | ==> exception "access denied" | If the role 'myRole' has write access on '/MyTopDirectory/TheUsableDirectory' then you should be allowed to cre

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Why no SSL information in the JBoss logs?

2007-12-21 Thread DaveNaden
Is there a way to modify the log4j config file, jboss-log4j.xml , so that it will include information about SSL keystores and certificates being used by the server? I've got SSL working using the tomcat connector configuration. Thanks, Dave Naden View the original post : http://www.jboss.c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 2-way SSL having trouble with applets

2007-12-21 Thread DaveNaden
JBoss 4.2.0, JDK 1.5.0_13 I've got 2-way SSL working fine, and I can log into JBoss. when I try to go to the console, there is an applet in the left side--it doesn't seem able to get the client certificate. Sometimes it will prompt me for which cert, but none show up in the prompt window. It'

[jboss-user] [JBoss Seam] - Re: Error selecting object - SEAM 1.2.1GA

2007-12-21 Thread james_hays
I'm assuming from the previous postings that you've seen this issue before? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115104#4115104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115104 ___

[jboss-user] [JBoss Seam] - Re: error message & trinidad

2007-12-21 Thread ebu
it is indeed, otherwise there would be no InvalidStateException. The problem appeared to be quite obvious - this exception just was not catched. After reading validation part of seam ref i somehow decided that seam cares about catching validation exception itself. But as it became clear after st

[jboss-user] [JBoss Seam] - Re: Transactional Method Flush

2007-12-21 Thread DiegoCoronel
ty, i got then... | | validator.assertFalse=falha na valida\u00E7\u00E3o | validator.assertTrue=falha na valida\u00E7\u00E3o | validator.future=deve ser uma data futura | validator.length=comprimento deve estar entre {min} e {max} | validator.max=deve ser menor ou igual a {value} |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Multiple JBoss installations, first one is ok second one

2007-12-21 Thread PeterJ
I know I have done this before without any problems, but just to verify, I did it again. And it works for me. Which JDBC driver version are you using? Mine is mysql-connector-java-5.0.4.jar. Are you sure that you placed the jdbc jar in the right server/default/lib directory for the second serve

[jboss-user] [JBoss Seam] - Re: Love the test support in seam except for...

2007-12-21 Thread andrew.rw.robinson
For those that are interested, here is my hack: TestBase.java: | private static TestBase instance; | | /** |* @see org.jboss.seam.mock.SeamTest#init() |*/ | @Override @BeforeClass @BeforeSuite | public synchronized void init() throws Exception | { | if (

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Session is getting merge with other session

2007-12-21 Thread [EMAIL PROTECTED]
anonymous wrote : 2 end user reporting that they are seeing some other user's data and they also gave us the name and other info of that user which they were seeing on screen and i did check back in our db and those user are valid user who submit their information via our application. | I ta

[jboss-user] [JBoss Portal] - Re: CMS security not working

2007-12-21 Thread DanielGallot
anonymous wrote : "/" - make readable to all roles including "myRole" except Users and Anonymous | "/MyTopDirectory/TheUsableDirectory" - make readable and writable to "myRole" | | let me know what you get with this setup. | | note: this is essentially the same result you are trying t

[jboss-user] [JBoss Seam] - in.relation.to website and Bloggers menu

2007-12-21 Thread asookazian
1) is this site developed using JSF/SEAM/EJB3? 2) what kind of component is that bloggers menu that stays fixed even if you scroll the vertical scroll bar? that's pretty cool. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115081#4115081 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Session is getting merge with other session

2007-12-21 Thread igain
2 end user reporting that they are seeing some other user's data and they also gave us the name and other info of that user which they were seeing on screen and i did check back in our db and those user are valid user who submit their information via our application. So i can't rule out, that

[jboss-user] [JBoss Seam] - Re: Rendering email from a servlet

2007-12-21 Thread [EMAIL PROTECTED]
I've not tested this, and see several ways in which it might fail (you don't have a full faces environment available, and as I haven't coded for it some of the needed mocks may not be available). File a JIRA issue and I can try to take a look, but I'm not going to get around to it soon. View t

[jboss-user] [JBoss Seam] - Re: How to use log inside interceptor ?

2007-12-21 Thread [EMAIL PROTECTED]
private static Log log = Logging.getLog(LogInterceptor.class); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115077#4115077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115077

[jboss-user] [JBoss Seam] - Re: JTA transactions

2007-12-21 Thread [EMAIL PROTECTED]
Ask on the hibernate, or JBoss AS forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115076#4115076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115076 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: What does it take for a POJO to promote a conv. to long-

2007-12-21 Thread [EMAIL PROTECTED]
Please file an issue in the RichFaces jira about this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115075#4115075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115075 ___

[jboss-user] [JBoss Seam] - SMPC transaction propagation and REQUIRES_NEW

2007-12-21 Thread asookazian
SEAM2.0.0.GA JBOSS4.2.1.GA I'm currently using multiple SMPC's (for multiple DB's) that are configured in the components.xml. Also using flushMode=MANUAL for @Begin method to ensure that transactions are atomic (i.e. no premature updates before conversation ends). Seems to be working ok so fa

[jboss-user] [JBoss Seam] - Re: EntityHome's persist, update, remove... methods does not s

2007-12-21 Thread [EMAIL PROTECTED]
entityHome.persist() does a flush for you. If you don't want this behaviour, implement your own version of persist :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115072#4115072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: Entity EJB3.0 Unit Testing - How to setup JNDI datasourc

2007-12-21 Thread [EMAIL PROTECTED]
Although I'm not Gavin, http://jira.jboss.com/jira/browse/JBSEAM-2026 You'll need some way to make the DS available via JNDI (register the DS in JNDI). The simplest solution is to run in a integration test environment e.g. Embedded JBoss. There are discussions on the forum on how to make this

[jboss-user] [JBoss Seam] - Re: Cooking lobsters (bijection)

2007-12-21 Thread [EMAIL PROTECTED]
After the method calls you should see an outjected lobster - what scope are you outjecting the lobster to? You can debug this by placing breakpoints in the bijection interceptor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115069#4115069 Reply to the post

[jboss-user] [JBoss Seam] - How to use log inside interceptor ?

2007-12-21 Thread DiegoCoronel
this probably isnt hard, but i didnt find any way to get seam log, anyone can help me? | @Interceptor | public class LogInterceptor { | | @Logger | private static Log log; | | @AroundInvoke | public Object checkLoggedIn(InvocationContext invocation) throws

[jboss-user] [JBoss Seam] - Re: Parameters and @Factory

2007-12-21 Thread [EMAIL PROTECTED]
The first call to the method occurs to rebuild the JSF tree, the input fields aren't applied to the model after this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115063#4115063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: Why PAGE context variable = NULL

2007-12-21 Thread [EMAIL PROTECTED]
Those are two different pages, so you won't have the same page context for both pages... (i.e. what you are trying to do is flawed from a design perspective) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115066#4115066 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: Error selecting object - SEAM 1.2.1GA

2007-12-21 Thread [EMAIL PROTECTED]
I rewrote the whole entity converter between 1.2 and 2.0 - ant its quitedeeply integrated into Seam core as well. You should be able to pull out the relevant classes though to build your own version - you'll need classes from org.jboss.seam.ui.converter and org.jboss.seam.framework. View the or

[jboss-user] [JBoss Seam] - Re: Update transactions occurring prematurely in Seam app

2007-12-21 Thread asookazian
Ok, thanks! I did not see a keyword hit on 'TransactionalSeamPhaseListener' in the 2.0.0.GA ref pdf so I got a little confused when comparing with the Seam chapter in Bauer/king book. thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115062#41150

[jboss-user] [JBoss Seam] - Love the test support in seam except for...

2007-12-21 Thread andrew.rw.robinson
Seam's TestNG support is quite nice, but there is one major design flaw that really affects test case design. The test classes are designed to be used as a black box. The init and cleanup methods are made to be used at the class instance level. Ramping up Seam is very slow. My project, which i

[jboss-user] [JBoss Seam] - javax.el.PropertyNotFoundException

2007-12-21 Thread vikramchhetryy
Hi all, My code looks like this:- User.java | @Entity | @Name("userBean") | @Scope(SESSION) | @Table(name = "abcd") | public class User implements Serializable { | | private static final long serialVersionUID = -7928759431732764467L; | private String StrUserName; | p

[jboss-user] [JBoss Seam] - Re: Update transactions occurring prematurely in Seam app

2007-12-21 Thread [EMAIL PROTECTED]
This is enabled by default in Seam 2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115059#4115059 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115059 ___ jboss-user mailin

[jboss-user] [JBoss Seam] - Rendering email from a servlet

2007-12-21 Thread usedtoclimb
I am trying to send html email from a servlet and could use some help. I have added the following to my components.xml file as described in chapter 21 of the reference manual (Section 21.1.2.5. Context management for custom servlets): With the above in place, my servlet can retrieve a non-n

[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-21 Thread PeterJ
Did you change any of the files in the jms directory? Specifically, did you change hsqldb-jdbc2-service.xml (or perhaps replace it with another file)? That file directs MQ to use DefaultDS as its data source. You mentioned MySQL. Also, the error message "Access denied for user 'jbossuser'@'loca

[jboss-user] [JBoss Portal] - Re: Changing the isolation level for Portal's TreeCache

2007-12-21 Thread [EMAIL PROTECTED]
I am not sure if READ_COMMITTED will solve your issue fully. I would lean towards using optmistic locking instead. Unfortunately, optimistic locking support does not exist in 2.4. It has been fixed in 2.6 in addition to other locking issues in a clustered setup. We are still striving to make it

[jboss-user] [News & Announcements] - JBossAS 5.0.0.Beta3 released

2007-12-21 Thread rrajesh
JBoss AS 5.0.0.Beta3 has been released and is available for download on sourceforge. http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=563302 JBoss 5.0.0.Beta3 Release Notes This is the last Beta release of the JBoss 5.0.x series for the Java EE™ 5 codeba

[jboss-user] [JBossWS] - Re: howto disable debug output from client

2007-12-21 Thread PeterJ
You did not state which version of JBossWS you are using, so I will assume the version that is in JBossAS 4.2.2. The log4j.properties file can be found in client/jbossws-client.jar. It is set to log to the console at debug level, you can change it to log at WARN or ERROR instead. View the orig

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

2007-12-21 Thread [EMAIL PROTECTED]
1) Don't use autoreconnect anonymous wrote : | autoReconnect=true | This breaks transactions. A reconnect looses all the state. 2) Why are you defining a local-tx datasource then handling the transaction yourself? Looks very confused to me. no-tx-datasource perhaps if want to do everythin

[jboss-user] [JBoss Messaging] - Re: Clustered Connection Factories

2007-12-21 Thread timfox
If you use a connection factory with connection load balancing, this means that subsequent connections created with that factory will be made to different nodes in the cluster, in a round-robin fashion. Typically with MDBs, you deploy the MDB on every node of the cluster, in a homogenous fashio

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unwaring web app - leaves some files in the war

2007-12-21 Thread PeterJ
Yes, by the the 21st I mean today (actually, I meant tomorrow ;-)). It's not there yet but there is still a lot of day left. Do not add the URLDeploymentScanner to bootstrap-beans.xml. The URLDeploymentScanner is an mbean while the beans in bootstrap-beans.xml are pojos. On 4.x, all deployers

[jboss-user] [JBoss Seam] - Re: Seam EJB not binding

2007-12-21 Thread felixk2
I figured it out. My project wasn't setup correctly. I wasn't using EAR deployment. Thanks, Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115037#4115037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115037 ___

[jboss-user] [Microcontainer] - Re: migrating from ServiceMBeanSupport

2007-12-21 Thread [EMAIL PROTECTED]
This is a known "bug" (really a configuration issue) currently in JBoss5. The issue is that the AOP advice for @JMX is not installed until after conf/jboss-service.xml or bootstrap-beans.xml is processed. This is because it is done by the aop deployer which runs later. http://www.jboss.com/index

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Higher JMSPriority not stepping in front of lower JMSPri

2007-12-21 Thread [EMAIL PROTECTED]
anonymous wrote : | It appears that JBoss is queuing up a message before the MDB even processes it. So a higher priority message must wait what appears to be the invoker-proxy-binding's # of messages before it jumps in front. | Correct. It's called read ahead. It would be very inefficien

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Exiting on IOE : java.io.InterruptedIOException: Operati

2007-12-21 Thread [EMAIL PROTECTED]
"kenubie" wrote : Anyone knows the solution to the original post ? | Does not seem like there was a solution? That because there is no problem. :-) For the 10,000th time DEBUG != ERROR | Connection c = ConnectionFactory.createConnection(); // => DEBUG messages about connection construction

[jboss-user] [JBoss Seam] - Re: Exceptions on the same page

2007-12-21 Thread alessandrolt
Unable to use the Exception Control of Seam without indicate a redirect? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115024#4115024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115024 __

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Standard Message Driven Bean

2007-12-21 Thread [EMAIL PROTECTED]
Read the FAQ. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115022#4115022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115022 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [Messaging, JMS & JBossMQ] - Re: not start MDB delivery automatically

2007-12-21 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : Not in any of the current releases. | The feature was added for jca inbound resource adapters in jboss 5 | http://jira.jboss.com/jira/browse/JBAS-4517 | NOTE: This work is incomplete since although the feature is in the code, there is not xml tag (or annotation f

[jboss-user] [JBoss Seam] - how to make multiple web applications sharing the same jbpm

2007-12-21 Thread apdo
I would like to have 2 web applications (on the same jboss server) sharing the same bpm. (i.e. sharing the same processdefinition, process instance taskinstance ...) This would allow one of the application to see the processes instantiated in the other web application. to try this I have done

[jboss-user] [Messaging, JMS & JBossMQ] - Re: not start MDB delivery automatically

2007-12-21 Thread [EMAIL PROTECTED]
Not in any of the current releases. The feature was added for jca inbound resource adapters in jboss 5 http://jira.jboss.com/jira/browse/JBAS-4517 http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/trunk/server/src/main/org/jboss/ejb/plugins/inflow/JBossMessageEndpointFactory.java?r1=54873&r2=6602

[jboss-user] [JBossWS] - Re: Memory leak in JBossWS 2.0.1 native and JBoss 4.2.1

2007-12-21 Thread aon72
Thank you for your response. We analysed the problem with jboss-4.0.5/jboss-4.2.1 and jbossws-2.0.2. jbossws-2.0.2 have solved the problem! regards! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115017#4115017 Reply to the post : http://www.jboss.com/ind

[jboss-user] [Remoting] - Re: JBREM-877: New Socket Connection is being Created for Ev

2007-12-21 Thread Kumarselvan
Will check this by enabling the trace Log and will send you the further information by tomorrow View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115014#4115014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115014 __

[jboss-user] [JBoss Seam] - Re: Setting up JBoss Embedded in a Maven Project

2007-12-21 Thread victor.cardona
One minor correction in my post above. In the previous post, I had the contents of the bootstrap directory in src/test/resources. If I have everything under bootstrap I get the following. anonymous wrote : | org.jboss.deployers.spi.DeploymentException: Unable to find bootstrap file: conf/bo

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JNDI over HTTP problem

2007-12-21 Thread [EMAIL PROTECTED]
Try the jndi faq. e.g. java: namespace is not accesible remotely. The correct code is either: If you have defined it in your enc (again see JNDI FAQ for resource-refs) | InitialContext jndiContext = new IntiialContext(); | ConnectionFactory connFactory = (ConnectionFactory)jndiContext.looku

[jboss-user] [JBoss Seam] - Re: Transactional Method Flush

2007-12-21 Thread ASavitsky
Find the message's key, and redefine it in your own messages.properties as blank. Worked for me to get rid of login messages HTH, Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115011#4115011 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Changing Dead Letter Queue for specific queues

2007-12-21 Thread [EMAIL PROTECTED]
JBossMQ does not support DLQs, try JBoss Messaging. DLQs are only implemented in the MDB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115009#4115009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115009 _

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Unable to browse messages in queue LRUCache error

2007-12-21 Thread [EMAIL PROTECTED]
You can tell it failed to the load message because there is no HARD in the message desription. It should be: anonymous wrote : 2 msg=232 HARD STORED PERSISTENT queue=QUEUE.DLQ | priority=4 lateClone=false hashCode=22159791 since it has just invoked makeHard() on the message reference which exec

[jboss-user] [Clustering/JBoss] - When session replication starts?

2007-12-21 Thread barabaka
The question is when the replication of session actually starts? Consider the following scenario: we have serializable object let's call it SessionData which we put into the session. Then we make change on SessionData property, for instance sessionData.setName("new name"); Of course the code

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Unable to browse messages in queue LRUCache error

2007-12-21 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-3792 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115001#4115001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115001 ___ jboss-user

[jboss-user] [JBoss Seam] - Setting up JBoss Embedded in a Maven Project

2007-12-21 Thread victor.cardona
Has anyone succeeded in setting up JBoss Embedded in a Mavenized project? All I want to do is run some unit and integration tests, but I can't seem to get Embedded to start up correctly. My project is POJO only with JPA. My development environment is detailed below. JBoss Seam 2.0.0.GA JBos

[jboss-user] [JBoss Seam] - Re: Transactional Method Flush

2007-12-21 Thread DiegoCoronel
any way to stop these auto messages ? i just wanna show only my messages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114997#4114997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114997 _

[jboss-user] [JBoss Seam] - Re: EntityHome.persist fails with @GeneratedValue

2007-12-21 Thread asookazian
well I determined the root cause of the exception I was getting (org.hibernate.PersistentObjectException: detached entity passed to persist: com.cox.beans.entity.TblSecurityAuditNote). It was that I had a loop that was trying to persist an already perstisted/inserted JPA entity into the DB and

[jboss-user] [JBoss Seam] - Re: Seam ajax & conversation

2007-12-21 Thread Andy Gibson
Are you sure you are in a long running conversation? Do you start the conversation from pages.xml or calling a @Begin annotated method? Cheers, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114994#4114994 Reply to the post : http://www.jboss.com/ind

[jboss-user] [The Lizzard's corner] - Re: Who is mrs. Julia Firsova?

2007-12-21 Thread [EMAIL PROTECTED]
She used to do the graphics for the website, but it was a while ago. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114991#4114991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114991 __

[jboss-user] [JBoss Messaging] - Re: Clustered Connection Factories

2007-12-21 Thread pache
>From my understanding, load-balancing is not suitable because a MDB open >several session, and you expect them to be connected to the same node. (dont ask me about the best factory to use :)) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114990#4114990 Rep

[jboss-user] [Beginners Corner] - Re: JBoss + Xerces + Xalan ... lots of problems

2007-12-21 Thread viniciuscarvalho
If someone cares ... I've solved this by using the VM parameter : -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl" I have no idea why the Xalan transformer causes this, but it solved my problem, and that what matters ;) View the orig

[jboss-user] [JBoss Portal] - Re: Automatically log someone in.

2007-12-21 Thread badock
"wesleyhales" wrote : although not very elegant, have you tried: | yes, that's the solution i came up with, but i don't find it elegant, i'm still looking for a better solution thanks anyway ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114986#411498

[jboss-user] [JBoss Seam] - Re: s:fileUpload not actually sending output?

2007-12-21 Thread dloebbe
Since I am not able to post a comment into the jira ticket I like to announce, that the same things happen when having the gravel lib in the classpath. In this case, the seam multipart request is replaced by the GravelHttpServletRequest. I found this by debugging FileUploadRendererBase.doDecode

[jboss-user] [JBoss Portal] - Request forward error with Portlet

2007-12-21 Thread anantj
Hi All, I am having a protlet web-app. Which contains one portlet and deployed on JBoss portal 2.6.2 as well as 2.6.3. The portlet class calls one of the servlet created by me. The servlet after processing request it forwards the response to one JSP which is done using RequestDispatcher. But i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Migration of SAR files from 4.2.2 to 5.0

2007-12-21 Thread [EMAIL PROTECTED]
There are supported, no problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114968#4114968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114968 ___ jboss-user mailing lis

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: ajp threads hung in java.net.SocketInputStream.socketRea

2007-12-21 Thread clb100
Looks like my problem is a known one. http://jira.jboss.com/jira/browse/JBWEB-82 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114966#4114966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114966 _

[jboss-user] [JBoss Seam] - Re: Two browser tabs : basic question

2007-12-21 Thread dkane
damianharvey, thank you for the example. This radically differs from the model I have had in mind about page parameters. I thought that tag takes value FROM #{testBean.id} and makes it available via @RequestParam. In your example, value is being taken from row.id using f:param (that is u

[jboss-user] [JBoss jBPM] - Re: Autostart process on JBoss start

2007-12-21 Thread kukeltje
according to the docs it is... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114961#4114961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114961 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Two browser tabs : basic question

2007-12-21 Thread damianharvey
I don't think that there's anything *wrong* with @RequestParameter, but it isn't optional so your Bean containing it must always be passed it. Using just page params is just as easy. You would do something like this: test.xhtml: | | | | #{row.id}

[jboss-user] [JBoss Seam] - Exceptions on the same page

2007-12-21 Thread alessandrolt
How does an exception be launched on the same page that called it, using pages.xml (or annotations)? Only see redirects ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114960#4114960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Seam ajax & conversation

2007-12-21 Thread Stateless Bean
Hi, I got bean in conversation mode and when i fire method via seam ajax from this bean, always my destroy method is fired, why? Is see in jboss console info : "Destroy" | @Stateful | @Scope(ScopeType.CONVERSATION) | @Name("ordersAction") | | @Destroy @Remove | public vo

[jboss-user] [JBoss Seam] - Using @In to inject a reference to a bean in a different Jar

2007-12-21 Thread EoinByrne
Hi guys I have an ear file containing 2 jars as ejb modules. In jar A I have a bean which extends a pojo in Jar B and uses the @In tag to inject a reference to an ejb in jar b. It seems that the reference is comming out as null. For the In tag itself I am specifiing create=true and required=t

[jboss-user] [JBoss Seam] - Re: Entity EJB3.0 Unit Testing - How to setup JNDI datasourc

2007-12-21 Thread sushmu
After searching it seams (pun intended) like caveatemptor jpa example is the best bet for doing entity bean testing with an embedded ejb3 datasource. Hi Gavin, have any plans embracing Maven?? The seam community can greatly benefit from a maven seam-gen ;) View the original post : http://www.j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Migration of SAR files from 4.2.2 to 5.0

2007-12-21 Thread Juergen.Zimmermann
Can SAR archives still be used without any changes? Or is there any migration (or replacement?) necessary when using JBoss 5 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114955#4114955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [EJB 3.0] - Re: EJB3 WebService Deployment inside EAR

2007-12-21 Thread roele
It seems i found the major problem of this weird behavior. I exposed my WebService through an interface annotated with @WebService, then my ServiceBean implemented this interface which not worked at all. Later on i tried to annotate my ServiceBean directly which seems to work fine... Is this a

[jboss-user] [JBoss Seam] - Re: [Seam] problem with ant explode

2007-12-21 Thread damianharvey
Do you have any compilation errors? Can you run any of the other ant tasks? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114952#4114952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114952 __

[jboss-user] [JBoss jBPM] - Re: jbpm-console + versioned seam backing bean

2007-12-21 Thread apdo
I figure out that for my needs, with all the Seam features, I is easier for me to write my own application instead of trying to adapt the bpm-console. I have started from the seam-todo example. I have added a xhtml form with field to fill for the todo task. This form use a backing bean and it wo

[jboss-user] [JBoss Seam] - JTA transactions

2007-12-21 Thread breako
Hi, I am using a Seam managed EntityManaged and configured the persistence unit to use JTA transactions. | | org.hibernate.ejb.HibernatePersistence | java:/DefaultDS | | | | | | | | My backing bean,

[jboss-user] [JBoss jBPM] - Re: Re-routing Tokens

2007-12-21 Thread dleerob
Thank you for the advice. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114947#4114947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4114947 ___ jboss-user mailing list jboss

[jboss-user] [JBoss jBPM] - Re: Re-routing Tokens

2007-12-21 Thread Olivier_Debels
Choosing between node.leave() or node.enter() is in our approach configurable (the implementation class which determines how to re-route the token is interchangeable). Completed task instances aren't deleted too, which is ok since they can be used for logging and auditing purposes. We use the

  1   2   >