From do-not-reply at jboss.com Fri Feb 1 00:02:32 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 1 Feb 2008 00:02:32 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: What are the aslias defined for the built in seam compon Message-ID: <26150438.1201842152996.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, that's pretty much what it does. Yes, it's not exactly efficient, but I'm not sure I know another way to do it that preserves correctness. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125360#4125360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125360 From do-not-reply at jboss.com Fri Feb 1 00:05:09 2008 From: do-not-reply at jboss.com (raghav8t2) Date: Fri, 1 Feb 2008 00:05:09 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss Not Working On IpAddress. Works Only On localhost Message-ID: <994222.1201842309428.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi.. Thanks for the solution. Now my jboss service runs fine.... but i get the problem when i try to stop the service.. From control panel when i stop the service, it shows it as stopped. but i can stilll access the jboss from the browser. when i tried using this command: service stop this is the error message that is displayed.... Exception in thread "main" javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099 [Root exception is javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect]]] at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1414) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:594) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587) at javax.naming.InitialContext.lookup(InitialContext.java:351) at org.jboss.Shutdown.main(Shutdown.java:214) Caused by: javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect]] at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:269) at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1385) ... 4 more Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect] at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:243) ... 5 more Caused by: java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:507) at java.net.Socket.connect(Socket.java:457) at java.net.Socket.(Socket.java:365) at java.net.Socket.(Socket.java:265) at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:84) at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:77) at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:239) Have i missed out any other configurations...??? Thanks, Raghav View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125361#4125361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125361 From do-not-reply at jboss.com Fri Feb 1 00:06:08 2008 From: do-not-reply at jboss.com (seattle.golfer) Date: Fri, 1 Feb 2008 00:06:08 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Understanding JBoss Messaging and SPOF (Single Point of Message-ID: <6977475.1201842368452.JavaMail.jboss@colo-br-02.atl.jboss.com> "timfox" wrote : | | JBossMessaging 2.0, which is what we are currently at work on has major improvements in the area of persistence. | | We will support: | | 1) Shared JDBC database - like in 1.x | 2) Unshared JDBC database per node (already working in TRUNK) | 3) Unshared file based journal per node | | For HA we will also support replication between nodes for a "shared nothing" approach. | | Also we'll support failover via a shared file sytem (e.g., GFS over a SAN) in the case one is available. | | Lots of other great new things in JBM 2.0 including a brand new super fast NIO transport using Apache MINA. (Trustin Lee the author of MINA is now a JBoss employee), and many other features. Awesome! That sounds like an exhaustive feature set! Now the obvious questions.. any chance some of these features can/will be backported to 1.4.x? Also, in your opinion, is what's in source stable enough to start building a solution? i.e do you think the interfaces and such are pretty well fleshed out at this point? anonymous wrote : | Also see JIRA for JBM 2.0 tasks and provisional timescales. We should have a GA released towards the end of the year. | | There is also a little bit more info on the jboss labs JBM project page. | I spent some time browsing JIRA, but can't seem to find the 2.0 provisional timescale. Any chance you can post a link? anonymous wrote : | JBM 2.0 is the subject of my talk at JBoss World in a couple of weeks. Why don't you come along and find out more? | I just started a new job this week, and doubt I've earned enough creed to justify a trip out so soon. :) Perhaps next year. Tim, I really appreciate you taking the time to respond. It's good to see the community alive & well post acquisition. thanks, Deepak View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125362#4125362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125362 From do-not-reply at jboss.com Fri Feb 1 00:07:23 2008 From: do-not-reply at jboss.com (dsmiley) Date: Fri, 1 Feb 2008 00:07:23 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - FYI, JBoss 3.2.7 + AOP 1.3.6 with load-time weaving seams in Message-ID: <26950047.1201842443927.JavaMail.jboss@colo-br-02.atl.jboss.com> I was trying to retrofit an old project running on JDK 1.4, JBoss 3.2.7 with AOP and load-time weaving. I read in the forums that it is believed to work with aop v1.3.6 (I forget the reference). When I tried this, I got an error that the UnifiedClassLoader doesn't have a clearBlacklist method (or maybe it was clearBlackList -- notice the case of the 'L'). Observing CVS commits indicates the case of the method was changed at some point but I don't know what release version it affects. In any case, I just want to post this so that others know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125363#4125363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125363 From do-not-reply at jboss.com Fri Feb 1 00:07:53 2008 From: do-not-reply at jboss.com (raghav8t2) Date: Fri, 1 Feb 2008 00:07:53 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss Not Working On IpAddress. Works Only On localhost Message-ID: <10554129.1201842473991.JavaMail.jboss@colo-br-02.atl.jboss.com> i used the command: service stop JBAS42SVC View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125364#4125364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125364 From do-not-reply at jboss.com Fri Feb 1 00:37:55 2008 From: do-not-reply at jboss.com (ArnoldH) Date: Fri, 1 Feb 2008 00:37:55 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - is it possible to force the token jump from one node to anot Message-ID: <4774474.1201844275774.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, everyone! I am just wondering if it is possible to force a process instance to change its "current node". for example, there is a process definition as: Task1 -> Task2 -> Task3 -> .... -> Task10 -> Task11 -> END and when a process instance is created and the root token points to Task3, but one day for some resean I want to force the token points to Task10(or any other possible node) so that the process instance can ignore some task nodes and can finish early or something like that. just as you can see, I can not predefine the transitions to satisfy this scenario. So can anyone please tell me how to do, or just provide some threads for me to follow... Thanks a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125366#4125366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125366 From do-not-reply at jboss.com Fri Feb 1 00:44:33 2008 From: do-not-reply at jboss.com (raghav8t2) Date: Fri, 1 Feb 2008 00:44:33 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss Service Doesnt Stop Message-ID: <26743560.1201844673303.JavaMail.jboss@colo-br-02.atl.jboss.com> Using Native JBoss i m running my jboss service. but i get the problem when i try to stop the service.. From control panel when i stop the service, it shows it as stopped. but i can stilll access the jboss from the browser. when i tried using this command: service stop jbas42svc this is the error message that is displayed.... Exception in thread "main" javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099 [Root exception is javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect]]] at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1414) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:594) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587) at javax.naming.InitialContext.lookup(InitialContext.java:351) at org.jboss.Shutdown.main(Shutdown.java:214) Caused by: javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect]] at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:269) at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1385) ... 4 more Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect] at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:243) ... 5 more Caused by: java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:507) at java.net.Socket.connect(Socket.java:457) at java.net.Socket.(Socket.java:365) at java.net.Socket.(Socket.java:265) at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:84) at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:77) at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:239) Have i missed out any configurations...??? Thanks, Raghav View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125368#4125368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125368 From do-not-reply at jboss.com Fri Feb 1 00:46:49 2008 From: do-not-reply at jboss.com (alllle) Date: Fri, 1 Feb 2008 00:46:49 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: What are the aslias defined for the built in seam compon Message-ID: <16027576.1201844809062.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the clarification, really appreciate it. I don't have the required insight knowledge in order to provide a good solution. One suggestion I have would be: it seems that the components need to registered with seam first in order to be used. Theoretically, a map from the component's names to the component can be built for fast look up whenever a component is referenced. I do think this worth given the extra care as component references are everywhere in a Seam application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125369#4125369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125369 From do-not-reply at jboss.com Fri Feb 1 01:00:10 2008 From: do-not-reply at jboss.com (jpechane@redhat.com) Date: Fri, 1 Feb 2008 01:00:10 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to Message-ID: <11640749.1201845610781.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, look onto Token.setNode() method. J. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125372#4125372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125372 From do-not-reply at jboss.com Fri Feb 1 01:33:02 2008 From: do-not-reply at jboss.com (ArnoldH) Date: Fri, 1 Feb 2008 01:33:02 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: is it possible to force the token jump from one node to Message-ID: <27378086.1201847582224.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you, jpechane! just replied so quickly. I have tried that, and found that it really points to the node I wanted! and now the things left seem to be like reinitialize the tasks for the users and so on. thanks again! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125373#4125373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125373 From do-not-reply at jboss.com Fri Feb 1 01:36:26 2008 From: do-not-reply at jboss.com (sven.waibel) Date: Fri, 1 Feb 2008 01:36:26 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Connection timed out Message-ID: <28665105.1201847786278.JavaMail.jboss@colo-br-02.atl.jboss.com> That could be one solution, but the server has no access to the internet. Thanks Sven View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125375#4125375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125375 From do-not-reply at jboss.com Fri Feb 1 01:40:54 2008 From: do-not-reply at jboss.com (blabno) Date: Fri, 1 Feb 2008 01:40:54 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to prevent page data reloading when click Back Message-ID: <5513593.1201848054837.JavaMail.jboss@colo-br-02.atl.jboss.com> I guess, that backing bean gets initialized on every request, which may be due to too narrow scope. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125377#4125377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125377 From do-not-reply at jboss.com Fri Feb 1 01:50:49 2008 From: do-not-reply at jboss.com (nickarls) Date: Fri, 1 Feb 2008 01:50:49 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Using @In to get the Hibernate session Message-ID: <12983769.1201848649503.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, something like that is suggested in section 8.4 of the manual. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125382#4125382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125382 From do-not-reply at jboss.com Fri Feb 1 01:54:59 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Fri, 1 Feb 2008 01:54:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Exception with basic authentication Message-ID: <22412040.1201848899346.JavaMail.jboss@colo-br-02.atl.jboss.com> When I say protected, I mean that either: a) login-required="true" is set in pages.xml b) A element is specified in pages.xml or c) A component method is annotated with @Restrict As for the silent authentication, look at Identity.hasRole() and Identity.checkPermission(), both of these methods call isLoggedIn(true), which will attempt to authenticate if the user's credentials are set. I have tested this code and it all works as expected. If you are experiencing problems then perhaps there is something particular to your use case that I am missing. If you would like to raise an issue in JIRA with a reproducible test case then I'd be happy to look at it for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125383#4125383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125383 From do-not-reply at jboss.com Fri Feb 1 02:01:41 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Fri, 1 Feb 2008 02:01:41 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Exception with basic authentication Message-ID: <13481815.1201849301893.JavaMail.jboss@colo-br-02.atl.jboss.com> Bah, my xml-tags got stripped out of my response. Replace b) with: b) A element is specified in pages.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125384#4125384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125384 From do-not-reply at jboss.com Fri Feb 1 02:18:21 2008 From: do-not-reply at jboss.com (lazar.mihai) Date: Fri, 1 Feb 2008 02:18:21 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Exception with basic authentication Message-ID: <7494504.1201850301897.JavaMail.jboss@colo-br-02.atl.jboss.com> Try this :D STOP USING RHDS RC1. I had allot of hassle with that thing to. Download Eclipse WTP and JBOss TOOLS.. good luck View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125385#4125385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125385 From do-not-reply at jboss.com Fri Feb 1 02:20:48 2008 From: do-not-reply at jboss.com (lazar.mihai) Date: Fri, 1 Feb 2008 02:20:48 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Jboss 2.0.1.GA UrlRewritting how to ? Message-ID: <10340134.1201850448774.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a sample that uses urlrewrite ? or do you have something on the wiki about it ? cause I can't find it, and i'm pretty interested in seeing it in action. Thanks allot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125386#4125386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125386 From do-not-reply at jboss.com Fri Feb 1 02:28:55 2008 From: do-not-reply at jboss.com (bvogt) Date: Fri, 1 Feb 2008 02:28:55 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: Programmatic User Role and User creation Message-ID: <31970653.1201850935999.JavaMail.jboss@colo-br-02.atl.jboss.com> http://wiki.jboss.org/wiki/Wiki.jsp?page=Identity_API_in_JBoss_Portal_2_6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125387#4125387 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125387 From do-not-reply at jboss.com Fri Feb 1 02:31:13 2008 From: do-not-reply at jboss.com (lazar.mihai) Date: Fri, 1 Feb 2008 02:31:13 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Jboss 2.0.1.GA UrlRewritting how to ? Message-ID: <1786802.1201851075007.JavaMail.jboss@colo-br-02.atl.jboss.com> OOOh.. i'm always finding the solution after posting.. it pisses me off :((, DVDSTORE example has urlrewrite :D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125388#4125388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125388 From do-not-reply at jboss.com Fri Feb 1 02:32:09 2008 From: do-not-reply at jboss.com (christian.douven) Date: Fri, 1 Feb 2008 02:32:09 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: J2ee module dependency and seam EAR project problem Message-ID: <216633.1201851129556.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Max, the JIRA somehow aborts after submitting. But I have made to videos with JINQ. The one that works with Seam 2.0.0 http://www.screencast.com/t/pIDiKVHBg8 and the one, that does not work with seam 2.0.1 http://www.screencast.com/t/JBPn7dXBnHh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125389#4125389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125389 From do-not-reply at jboss.com Fri Feb 1 02:44:31 2008 From: do-not-reply at jboss.com (mayureshk) Date: Fri, 1 Feb 2008 02:44:31 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - AOPC compiler seems to run successfully without Aspectizing Message-ID: <26330809.1201851871998.JavaMail.jboss@colo-br-02.atl.jboss.com> I recently got introduced to JBOSS AOP and was able to try out the sample code. Thanks to the development team for all their efforts. My development environment is Windows XP, JDK build 1.6.0_03-b05 and JBoss-AOP_1.5.6.GA I am facing a interesting issue while using the AOPC compiler. The compiler runs successfully and completes its execution in approx 200ms without actually aspectizing any code or reporting any errors. My project directory structure is as follows: ProjectDir |- src |- lib |- bin I am trying to Aspectize a class called DBSession.java in the package com.wills.db (i.e. com.wills.db.DBSession). This class provides an API called getConn() that returns a java.sql.Connection. To intercept the getConn() method I have written an Aspect called ConnDetectorAspect.java and provided binding in the jboss-aop.xml as follows | | | | | | | After compiling the classes using javac (ANT task) the class file com.wills.db.DBSession.class and my.aspects.ConnDetectorAspect.class are generated in the bin directory. Here are some snippets from my ANT build file | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After running the compile-aop ANT task I get the following output indicating successful run of the compiler | compile-aop: | [echo] Source files in C:\ProjectDir\src | [echo] Files to be AOPed in C:\ProjectDir\bin | [echo] | [echo] $-- Class path used by AOP | [echo] | | [echo] `-- C:\Tools\jboss-aop_1.5.6.GA\lib-50\concurrent.jar | [echo] `-- C:\Tools\jboss-aop_1.5.6.GA\lib-50\javassist.jar | [echo] `-- C:\Tools\jboss-aop_1.5.6.GA\lib-50\jboss-aop-jdk50-client.jar | [echo] `-- C:\Tools\jboss-aop_1.5.6.GA\lib-50\jboss-aop-jdk50.jar | [echo] `-- C:\Tools\jboss-aop_1.5.6.GA\lib-50\jboss-aspect-jdk50-client.jar | [echo] `-- C:\Tools\jboss-aop_1.5.6.GA\lib-50\jboss-aspect-library-jdk50.jar | [echo] `-- C:\Tools\jboss-aop_1.5.6.GA\lib-50\jboss-common.jar | [echo] `-- C:\Tools\jboss-aop_1.5.6.GA\lib-50\jrockit-pluggable-instrumentor.jar | [echo] `-- C:\Tools\jboss-aop_1.5.6.GA\lib-50\pluggable-instrumentor.jar | [echo] `-- C:\Tools\jboss-aop_1.5.6.GA\lib-50\qdox.jar | [echo] `-- C:\Tools\jboss-aop_1.5.6.GA\lib-50\trove.jar | [echo] `-- C:\ProjectDir\bin | [echo] | [aopc] [debug] Passed in instrumentor: null | [aopc] [debug] Defaulting instrumentor to: org.jboss.aop.instrument.ClassicInstrumentor | [aopc] [debug] jboss.aop.class.path is NULL | [aopc] [debug] jboss.aop.search.classpath: 'null' true | [aopc] [debug] jboss.aop.path: C:\ProjectDir\build\jboss-aop.xml | [aopc] jboss.aop.path[0]: C:\ProjectDir\build\jboss-aop.xml | [aopc] [deploying] file:/C:/ProjectDir/build/jboss-aop.xml | [aopc] AspectXMLLoader using managerorg.jboss.aop.AspectManager at 133f1d7 | [aopc] Build Successful: 187ms | As you can see the compiler did not Aspectize the DBSession class as anticipated and there are no errors. I have verified that the correct jboss-aop.xml is getting picked up. Am I missing something obvious. Any suggestion is appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125391#4125391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125391 From do-not-reply at jboss.com Fri Feb 1 02:45:14 2008 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 1 Feb 2008 02:45:14 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Warning: Message-ID: <29366876.1201851914183.JavaMail.jboss@colo-br-02.atl.jboss.com> I keep seeing a similar message on my local setup where Hibernate is involved. anonymous wrote : 13:14:14,911 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext >From what i have seen so far, this is a harmless message and you can safely ignore it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125392#4125392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125392 From do-not-reply at jboss.com Fri Feb 1 02:59:15 2008 From: do-not-reply at jboss.com (smoothny) Date: Fri, 1 Feb 2008 02:59:15 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - JBoss Portal and RMI Message-ID: <26235719.1201852755972.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello! I got a really important problem and i can't find a solution yet. Is there a way to get a RMI service running inside a porlet? Before initiating the rmi binding inside the portlet I started an rmiregistry on port 1100. This is the code inside the portlet | public void init(PortletConfig portletConfig) throws PortletException { | PlayableGamesContainer playableGamesContainer = new PlayableGamesContainer(); | portletConfig.getPortletContext().setAttribute("playableGamesContainer", playableGamesContainer); | try { | IPortalService bridge = new PortalServiceImpl(playableGamesContainer); | Naming.rebind("rmi://127.0.0.1:1100/PortalService", bridge); | } catch (Exception e) { | throw new PortletException(e); | } | super.init(portletConfig); | } | This is the client I'm trying to connect with | public TestClient() throws MalformedURLException, RemoteException, | NotBoundException { | //UnicastRemoteObject.exportObject(this); | System.setProperty("java.security.policy", "client.policy"); | System.setSecurityManager(new java.rmi.RMISecurityManager()); | IPortalService bridge = (IPortalService) Naming | .lookup("rmi://127.0.0.1:1100/PortalService"); | | IPortalContext game = bridge.registerGame(new GameConfigurationImpl()); | | game.setMatchListener(this); | } | What I get is an access denied error from the server. If I setup a new SecurityManager inside the portlet I don't get this error, but it seems the a new security manager overwrites a jboss internal one. Cause I get lots of access denied errors for the jboss internal methods in the console. Any suggestions? Is there a way to get RMI working? Kind regards Sascha View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125393#4125393 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125393 From do-not-reply at jboss.com Fri Feb 1 03:04:00 2008 From: do-not-reply at jboss.com (shankha) Date: Fri, 1 Feb 2008 03:04:00 -0500 (EST) Subject: [jboss-user] [JNDI/Naming/Network] - java.lang.NoSuchFieldError: TRACE :Log4jLoggerPlugin.java:8 Message-ID: <24135227.1201853040496.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I am facing a problem with accessing the JBOSS. according to the exception it seems to me --- log related exception. when I call the following code Hashtable env = new Hashtable(); | env.put(Context.INITIAL_CONTEXT_FACTORY, initCtxFac); | env.put(Context.PROVIDER_URL, providerUrl); | try { | | ctx = new InitialContext(env); | conFactory = (QueueConnectionFactory) ctx.lookup | (queueConFacLookupName); | | ----- | ----- exception details Exception in thread "main" java.lang.NoSuchFieldError: TRACE | at org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85) | at org.jboss.logging.Logger.isTraceEnabled(Logger.java:122) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:622) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589) | at javax.naming.InitialContext.lookup(InitialContext.java:351) | at com.cognizant.util.ServiceHelper.initQueueService(ServiceHelper.java:153) | at com.cognizant.main.StartUp.(StartUp.java:28) | at com.cognizant.main.StartUp.main(StartUp.java:46) I use jboss-4.2.1.GA version with JDK jdk141_05 version. I added jboss.jar,jbossall-client.jar,jboss-client.jar,jboss-system.jar,log4j-1.2.9.jar,log4j-boot.jar in my project library. Strange thing is that I run this same code with all other 3/4 windows XP system. OK But in another system with the same configuration I got the above mentioned exception. Can any body help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125395#4125395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125395 From do-not-reply at jboss.com Fri Feb 1 03:13:08 2008 From: do-not-reply at jboss.com (Vincent321) Date: Fri, 1 Feb 2008 03:13:08 -0500 (EST) Subject: [jboss-user] [JBossWS] - Performance problem with Jbossws client Message-ID: <8827397.1201853588937.JavaMail.jboss@colo-br-02.atl.jboss.com> Dear, I have a serious performance problem with a webservice client that I explained here : I took the wsdl http://developer.ebay.com/webservices/latest/ebaySvc.wsdl. This wsdl is about 3Mb but I was able to generate the stubs. Now that I want to invoke it with the following code : | URL url = Thread.currentThread().getContextClassLoader().getResource("eBaySvc.wsdl"); | EBayAPIInterfaceService service = new EBayAPIInterfaceService(url, new QName("urn:ebay:apis:eBLBaseComponents", "eBayAPIInterfaceService")); | System.out.println("Init... 1 "); | | EBayAPIInterface eBayAPIInterface = service.getEBayAPI(); | System.out.println("Init... 2"); | | It take about 1 minutes between the 2 system.out :-( My question is : how can I improve the performance here ? Do you thing is a good idea to put it static in order to gain performance when invoking the service ? Thanks for you support. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125397#4125397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125397 From do-not-reply at jboss.com Fri Feb 1 03:19:03 2008 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Fri, 1 Feb 2008 03:19:03 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: J2ee module dependency and seam EAR project problem Message-ID: <28792496.1201853943407.JavaMail.jboss@colo-br-02.atl.jboss.com> Ah now I understand it. please report this in jira as critical. we need to fix this one. Link to this thread and the screencasts plus attach the output of Help > Report Problem after you have seen the "this page contains invalid values" error message. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125399#4125399 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125399 From do-not-reply at jboss.com Fri Feb 1 03:28:17 2008 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Fri, 1 Feb 2008 03:28:17 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: J2ee module dependency and seam EAR project problem Message-ID: <1128556.1201854497155.JavaMail.jboss@colo-br-02.atl.jboss.com> argh just saw your first commit about jira failing. I've created http://jira.jboss.com/jira/browse/JBIDE-1716 Please attach the output of Help > Report problem after the error has occurred. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125400#4125400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125400 From do-not-reply at jboss.com Fri Feb 1 03:57:32 2008 From: do-not-reply at jboss.com (wiggy) Date: Fri, 1 Feb 2008 03:57:32 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - workspace null pointer error when restoring seam workbench Message-ID: <30777824.1201856252078.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a another probelm which i also dont know if other get. I have jboss tools 2.0 ga deployed ontop of europa. I just switched to using the seam projects and perspective. when i start up my eclipse build I keep getting errors like 'java tooling' null pointer exception and just now got "could not restore workbench layout", unable to restore perspective: workbench seam - internal error activating editor i clicked okay and then got the "erroro opening the editor" null pointer exception click past that and it then lets you at the code . heres part of my eclipse .log it shows a null pointer exception and all sorts of other stuff that doesnt look totally healthy - however I dont understand enough about the wtp tyo understand whats going on here . i've hilighted the null pointer but in red is this a problem between jboss tools and europa - or is this an eclipse problem ? | | !ENTRY org.eclipse.jface 2 0 2007-05-28 22:21:20.623 | !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. | !SUBENTRY 1 org.eclipse.jface 2 0 2007-05-28 22:21:20.623 | !MESSAGE A conflict occurred for CTRL+SHIFT+F9: | Binding(CTRL+SHIFT+F9, | ParameterizedCommand(Command(org.eclipse.jst.pagedesigner.vertical,vertical Layout, | , | Category(org.eclipse.jst.pagedesigner.pagelayout,Page Layout,null,true), | , | ,,true),null), | org.eclipse.ui.defaultAcceleratorConfiguration, | org.eclipse.ui.contexts.window,,,system) | Binding(CTRL+SHIFT+F9, | ParameterizedCommand(Command(org.eclipse.mylar.tasks.command.deactivateAllTasks,Deactivate Task, | , | Category(org.eclipse.ui.category.navigate,Navigate,null,true), | , | ,,true),null), | org.eclipse.ui.defaultAcceleratorConfiguration, | org.eclipse.ui.contexts.window,,,system) | !SUBENTRY 1 org.eclipse.jface 2 0 2007-05-28 22:21:20.623 | !MESSAGE A conflict occurred for CTRL+SHIFT+F12: | Binding(CTRL+SHIFT+F12, | ParameterizedCommand(Command(org.eclipse.jst.pagedesigner.source,source code, | , | Category(org.eclipse.jst.pagedesigner.pagelayout,Page Layout,null,true), | , | ,,true),null), | org.eclipse.ui.defaultAcceleratorConfiguration, | org.eclipse.ui.contexts.window,,,system) | Binding(CTRL+SHIFT+F12, | ParameterizedCommand(Command(org.eclipse.mylar.tasks.command.openRemoteTask,Open Remote Task, | , | Category(org.eclipse.ui.category.navigate,Navigate,null,true), | , | ,,true),null), | org.eclipse.ui.defaultAcceleratorConfiguration, | org.eclipse.ui.contexts.window,,,system) | | !ENTRY org.eclipse.jst.jsp.core 4 4 2007-05-28 22:25:23.923 | !MESSAGE A workspace crash was detected. The previous session did not exit normally. Not using saved taglib indexes | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:28.280 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeExceptionAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:28.280 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeEntryExitDeleteAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:28.280 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeExceptionAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:28.280 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeEntryExitAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:28.280 | !MESSAGE Plug-in 'org.eclipse.tptp.trace.arm.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.trace.arm.ui.ArmRemovection | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:28.280 | !MESSAGE Plug-in 'org.eclipse.tptp.trace.arm.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.trace.arm.ui.ArmAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:34.358 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeExceptionAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:34.358 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeEntryExitDeleteAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:34.368 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeExceptionAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:34.368 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeEntryExitAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:34.368 | !MESSAGE Plug-in 'org.eclipse.tptp.trace.arm.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.trace.arm.ui.ArmRemovection | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:34.368 | !MESSAGE Plug-in 'org.eclipse.tptp.trace.arm.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.trace.arm.ui.ArmAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:55.018 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeExceptionAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:55.018 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeEntryExitDeleteAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:55.028 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeExceptionAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:55.028 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeEntryExitAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:55.028 | !MESSAGE Plug-in 'org.eclipse.tptp.trace.arm.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.trace.arm.ui.ArmRemovection | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:25:55.028 | !MESSAGE Plug-in 'org.eclipse.tptp.trace.arm.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.trace.arm.ui.ArmAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:43:52.167 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeExceptionAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:43:52.177 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeEntryExitDeleteAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:43:52.177 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeExceptionAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:43:52.177 | !MESSAGE Plug-in 'org.eclipse.tptp.monitoring.instrumentation.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.monitoring.instrumentation.ui.CbeEntryExitAddAction | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:43:52.177 | !MESSAGE Plug-in 'org.eclipse.tptp.trace.arm.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.trace.arm.ui.ArmRemovection | | !ENTRY org.eclipse.ui 4 4 2007-05-28 22:43:52.177 | !MESSAGE Plug-in 'org.eclipse.tptp.trace.arm.ui' contributed an invalid Menu Extension (Path: 'org.eclipse.jdt.ui.source.menu' is invalid): org.eclipse.tptp.trace.arm.ui.ArmAddAction | | !ENTRY org.eclipse.core.resources 4 2 2007-05-28 22:44:02.521 | !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources". | !STACK 0 | java.lang.NullPointerException | at org.eclipse.buckminster.core.metadata.MetadataSynchronizer$Visitor.visit(MetadataSynchronizer.java:69) | at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:67) | at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:76) | at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:48) | at org.eclipse.buckminster.core.metadata.MetadataSynchronizer.resourceChanged(MetadataSynchronizer.java:218) | at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:282) | at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) | at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:276) | at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:148) | at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:295) at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:133) | at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235) | at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) | !SESSION 2007-06-02 13:35:06.848 ----------------------------------------------- | eclipse.buildId=I20070503-1400 | java.version=1.6.0_01 | java.vendor=Sun Microsystems Inc. | BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB | Framework arguments: -startup C:\eclipse\eclipse3.3M7\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070502.jar | Command-line arguments: -os win32 -ws win32 -arch x86 -startup C:\eclipse\eclipse3.3M7\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070502.jar | | !ENTRY org.eclipse.ui 2 0 2007-06-02 13:35:56.960 | !MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point | !SUBENTRY 1 org.eclipse.ui 2 0 2007-06-02 13:35:56.960 | !MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.dltk.ui', id='org.eclipse.dltk.ui.edit.text.script.open.type.hierarchy' | | !ENTRY org.eclipse.ui.workbench 2 0 2007-06-02 13:36:41.524 | !MESSAGE A handler conflict occurred. This may disable some commands. | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-02 13:36:41.524 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.hyades.trace.views.actions.internal.LinkToSource/org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.trace.views.actions.internal.LinkToSource/org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.trace.views.actions.internal.LinkToSource/org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-02 13:36:41.524 | !MESSAGE Conflict for 'org.eclipse.uml2.diagram.common.actions.RotateAction.id': | HandlerActivation(commandId=org.eclipse.uml2.diagram.common.actions.RotateAction.id, | handler=ActionDelegateHandlerProxy(null,org.eclipse.uml2.diagram.common.actions.RotateAction), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | HandlerActivation(commandId=org.eclipse.uml2.diagram.common.actions.RotateAction.id, | handler=ActionDelegateHandlerProxy(null,org.eclipse.uml2.diagram.common.actions.RotateAction), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-02 13:36:41.524 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.hyades.models.trace.TRCObject/org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.models.trace.TRCObject/org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.models.trace.TRCObject/org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-02 13:36:41.524 | !MESSAGE Conflict for 'org.eclipse.jdt.debug.ui.breakpoint.properties': | HandlerActivation(commandId=org.eclipse.jdt.debug.ui.breakpoint.properties, | handler=ActionDelegateHandlerProxy(null,org.eclipse.jdt.internal.debug.ui.actions.JavaBreakpointPropertiesAction), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | HandlerActivation(commandId=org.eclipse.jdt.debug.ui.breakpoint.properties, | handler=ActionDelegateHandlerProxy(null,org.eclipse.dltk.debug.ui.actions.ScriptBreakpointPropertiesAction), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-02 13:36:41.524 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.GoToTarget/org.eclipse.hyades.sd.logc.internal.actions.GoToTarget': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.GoToTarget/org.eclipse.hyades.sd.logc.internal.actions.GoToTarget, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.sd.logc.internal.actions.GoToTarget), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.GoToTarget/org.eclipse.hyades.sd.logc.internal.actions.GoToTarget, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.sd.logc.internal.actions.GoToTarget), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-02 13:36:41.524 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action4': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action4, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForWiki), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action4, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForWiki), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-02 13:36:41.524 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action5': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action5, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScript), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action5, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScript), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-02 13:36:41.524 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action2': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action2, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForBlogger), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action2, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForBlogger), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-02 13:36:41.524 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action6': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action6, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForEmail), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action6, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForEmail), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-02 13:36:41.524 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView/org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView/org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView/org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-02 13:36:41.524 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.GoToSource/org.eclipse.hyades.sd.logc.internal.actions.GoToSource': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.GoToSource/org.eclipse.hyades.sd.logc.internal.actions.GoToSource, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.sd.logc.internal.actions.GoToSource), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.GoToSource/org.eclipse.hyades.sd.logc.internal.actions.GoToSource, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.sd.logc.internal.actions.GoToSource), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at 528780),sourcePriority=16384) | | !ENTRY org.eclipse.jface 2 0 2007-06-02 13:37:00.311 | !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation. | !SUBENTRY 1 org.eclipse.jface 2 0 2007-06-02 13:37:00.311 | !MESSAGE A conflict occurred for CTRL+SHIFT+F9: | Binding(CTRL+SHIFT+F9, | ParameterizedCommand(Command(org.eclipse.jst.pagedesigner.vertical,vertical Layout, | , | Category(org.eclipse.jst.pagedesigner.pagelayout,Page Layout,null,true), | , | ,,true),null), | org.eclipse.ui.defaultAcceleratorConfiguration, | org.eclipse.ui.contexts.window,,,system) | Binding(CTRL+SHIFT+F9, | ParameterizedCommand(Command(org.eclipse.mylar.tasks.command.deactivateAllTasks,Deactivate Task, | , | Category(org.eclipse.ui.category.navigate,Navigate,null,true), | , | ,,true),null), | org.eclipse.ui.defaultAcceleratorConfiguration, | org.eclipse.ui.contexts.window,,,system) | !SUBENTRY 1 org.eclipse.jface 2 0 2007-06-02 13:37:00.311 | !MESSAGE A conflict occurred for CTRL+SHIFT+F12: | Binding(CTRL+SHIFT+F12, | ParameterizedCommand(Command(org.eclipse.jst.pagedesigner.source,source code, | , | Category(org.eclipse.jst.pagedesigner.pagelayout,Page Layout,null,true), | , | ,,true),null), | org.eclipse.ui.defaultAcceleratorConfiguration, | org.eclipse.ui.contexts.window,,,system) | Binding(CTRL+SHIFT+F12, | ParameterizedCommand(Command(org.eclipse.mylar.tasks.command.openRemoteTask,Open Remote Task, | , | Category(org.eclipse.ui.category.navigate,Navigate,null,true), | , | ,,true),null), | org.eclipse.ui.defaultAcceleratorConfiguration, | org.eclipse.ui.contexts.window,,,system) | !SESSION 2007-06-10 12:50:29.675 ----------------------------------------------- | eclipse.buildId=I20070503-1400 | java.version=1.6.0_01 | java.vendor=Sun Microsystems Inc. | BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB | Command-line arguments: -os win32 -ws win32 -arch x86 -data C:\Documents and Settings\Will\europa2 | | !ENTRY org.eclipse.ui.workbench 2 0 2007-06-10 12:50:51.787 | !MESSAGE A handler conflict occurred. This may disable some commands. | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-10 12:50:51.787 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.hyades.trace.views.actions.internal.LinkToSource/org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.trace.views.actions.internal.LinkToSource/org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.trace.views.actions.internal.LinkToSource/org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-10 12:50:51.787 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.hyades.models.trace.TRCObject/org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.models.trace.TRCObject/org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.models.trace.TRCObject/org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.trace.views.actions.internal.OpenSourceAction), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-10 12:50:51.787 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.GoToTarget/org.eclipse.hyades.sd.logc.internal.actions.GoToTarget': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.GoToTarget/org.eclipse.hyades.sd.logc.internal.actions.GoToTarget, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.sd.logc.internal.actions.GoToTarget), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.GoToTarget/org.eclipse.hyades.sd.logc.internal.actions.GoToTarget, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.sd.logc.internal.actions.GoToTarget), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-10 12:50:51.787 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action4': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action4, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForWiki), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action4, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForWiki), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-10 12:50:51.787 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action5': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action5, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScript), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action5, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScript), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-10 12:50:51.787 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action2': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action2, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForBlogger), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action2, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForBlogger), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-10 12:50:51.787 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action6': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action6, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForEmail), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.eclipsemonkey.emFileContextMenu/org.eclipse.eclipsemonkey.action6, | handler=ActionDelegateHandlerProxy(null,org.eclipse.eclipsemonkey.actions.PublishScriptForEmail), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-10 12:50:51.787 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView/org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView/org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView/org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.sd.logc.internal.actions.OpenPropertiesView), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-06-10 12:50:51.787 | !MESSAGE Conflict for 'AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.GoToSource/org.eclipse.hyades.sd.logc.internal.actions.GoToSource': | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.GoToSource/org.eclipse.hyades.sd.logc.internal.actions.GoToSource, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.sd.logc.internal.actions.GoToSource), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | HandlerActivation(commandId=AUTOGEN:::org.eclipse.hyades.sd.logc.internal.actions.GoToSource/org.eclipse.hyades.sd.logc.internal.actions.GoToSource, | handler=ActionDelegateHandlerProxy(null,org.eclipse.hyades.sd.logc.internal.actions.GoToSource), | expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow at e80740),sourcePriority=16384) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125406#4125406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125406 From do-not-reply at jboss.com Fri Feb 1 04:16:12 2008 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Fri, 1 Feb 2008 04:16:12 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: workspace null pointer error when restoring seam workben Message-ID: <11307528.1201857372083.JavaMail.jboss@colo-br-02.atl.jboss.com> the errors you show is not part of plugins being bundled with jboss tools or jbds. it is an error in buckminister and probably also tptp. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125410#4125410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125410 From do-not-reply at jboss.com Fri Feb 1 04:17:17 2008 From: do-not-reply at jboss.com (arvhatte) Date: Fri, 1 Feb 2008 04:17:17 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to prevent page data reloading when click Back Message-ID: <474277.1201857437796.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi gus888, By default your browser shows you a page from its cache when you press the back button in your browser, except when that page has accepted POSTDATA, so was requested with the POST method instead of the GET method. The POST method is (generally) used when submitting form data en the GET method is (generally) used when simply retrieving information. In Seam the POST method is also used to propagate the conversation id (see http://labs.jboss.com/jbossseam/faq/#get, so if you try to go back to a page where you posted data or when in a conversation scope, your browser will try to re-post the data and therefore hit your server again, causing your data to be reloaded. You can of course prevent this by making use of 'redirect' in your pages.xml to redirect to the new page after the POST is finished (basically accepting the POST, and then doing a new GET request to the new page). Another approach might be by storing data in a wider scope, which would still make a call to the server (when pressing the back button), but because the data is still present, it won't refetch that data from the database. Hope this was helpful, if not, please let me know by replying again. If possible, also include your pages.xml and the two backing beans of the pages you're navigating between by using the back button. Greetings, Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125411#4125411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125411 From do-not-reply at jboss.com Fri Feb 1 04:19:10 2008 From: do-not-reply at jboss.com (ashields) Date: Fri, 1 Feb 2008 04:19:10 -0500 (EST) Subject: [jboss-user] [JBossWS] - transfer encoding of attachments with saaj Message-ID: <9992599.1201857550458.JavaMail.jboss@colo-br-02.atl.jboss.com> jbossws sends attachments with a content transfer encoding of binary even if the client code has set a specific value. The same code checks for existing values for content type and content id. This all happens in org.jboss.ws.soap.attachment.MultipartRelatedEncoder.java Is there a reason not to allow the encoding to be specified? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125413#4125413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125413 From do-not-reply at jboss.com Fri Feb 1 04:29:44 2008 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 1 Feb 2008 04:29:44 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: TRACE level doesn't work Message-ID: <24835676.1201858184517.JavaMail.jboss@colo-br-02.atl.jboss.com> Tried this on my local setup with JBoss-4.2.2. Got it working. Here's what you have to do: 1) Create a log4j.properties file and package it with your application and make it available in the classpath (i placed the log4j.properties file at the root of the EAR file). The log4j.properties looks like: log4j.logger.org.myapp=TRACE 2) Also package the appropriate version of log4j jar with your application (this step and the next step are important because you will have to ensure that log4j initializes separately for your application and picks up the log4j.properties file). Place this log4j jar file in the application package so that it is made available in the classpath (i placed it in a folder named lib of the EAR file - remember that any jars in the lib folder of the EAR are by default added to the classpath and made available to the entire application, starting JBoss-4.2.x version). 3) Enable classloader isolation for your application. This is necessary as explained in step#2. You will have to create a jboss-app.xml file and place it in the META-INF folder of the EAR. The jboss-app.xml looks like: | | | org.myapp:loader=MyClassLoader | | java2ParentDelegation=false | | | | | | This is how my EAR file looks like: myApp.ear | | | |--- log4j.properties | | | |--- META-INF | | | | | |--- application.xml | | | | | |--- jboss-app.xml | | | |--- lib | | | | | |--- log4jxxx.jar And finally the -Dlo4j.debug prints out the following message when i invoke my application (this is just a sample output): | 2008-02-01 13:24:01,231 INFO [STDOUT] log4j: Trying to find [log4j.xml] using context classloader org.jboss.mx.loading.UnifiedClassLoader3 at 1038b78{ url=file:/D:/JBoss-4.2.2/jboss-4.2.2.GA/server/jaikiran/deploy/EJB3Persistence.ear/ ,addedOrder=45}. | 2008-02-01 13:24:01,247 INFO [STDOUT] log4j: Trying to find [log4j.xml] using org.jboss.mx.loading.UnifiedClassLoader3 at 1038b78{ url=file:/D:/JBoss-4.2.2/jboss-4.2.2.GA/server/jaikiran/deploy/EJB3Persistence.ear/ ,addedOrder=45} class loader. | 2008-02-01 13:24:01,262 INFO [STDOUT] log4j: Trying to find [log4j.xml] using ClassLoader.getSystemResource(). | 2008-02-01 13:24:01,262 INFO [STDOUT] log4j: Trying to find [log4j.properties] using context classloader org.jboss.mx.loading.UnifiedClassLoader3 at 1038b78{ url=file:/D:/JBoss-4.2.2/jboss-4.2.2.GA/server/jaikiran/deploy/EJB3Persistence.ear/ ,addedOrder=45}. | 2008-02-01 13:24:01,262 INFO [STDOUT] log4j: Using URL [file:/D:/JBoss-4.2.2/jboss-4.2.2.GA/server/jaikiran/deploy/EJB3Persistence.ear/log4j.properties] for automatic log4j configuration. | 2008-02-01 13:24:01,262 INFO [STDOUT] log4j: Reading configuration from URL file:/D:/JBoss-4.2.2/jboss-4.2.2.GA/server/jaikiran/deploy/EJB3Persistence.ear/log4j.properties | 2008-02-01 13:24:01,262 INFO [STDOUT] log4j: Parsing for [root] with value=[DEBUG, stdout, logfile]. | 2008-02-01 13:24:01,262 INFO [STDOUT] log4j: Level token is [DEBUG]. | 2008-02-01 13:24:01,262 INFO [STDOUT] log4j: Category root set to DEBUG | 2008-02-01 13:24:01,278 INFO [STDOUT] log4j: Parsing appender named "stdout". | 2008-02-01 13:24:01,309 INFO [STDOUT] log4j: Parsing layout options for "stdout". | 2008-02-01 13:24:01,309 INFO [STDOUT] log4j: Setting property [conversionPattern] to [%d %p [%c] - <%m>%n]. | 2008-02-01 13:24:01,325 INFO [STDOUT] log4j: End of parsing for "stdout". | 2008-02-01 13:24:01,325 INFO [STDOUT] log4j: Parsed "stdout" options. | 2008-02-01 13:24:01,325 INFO [STDOUT] log4j: Parsing appender named "logfile". | 2008-02-01 13:24:01,325 INFO [STDOUT] log4j: Parsing layout options for "logfile". | 2008-02-01 13:24:01,325 INFO [STDOUT] log4j: Setting property [conversionPattern] to [%d %p [%c] - %m%n]. | 2008-02-01 13:24:01,325 INFO [STDOUT] log4j: End of parsing for "logfile". | 2008-02-01 13:24:01,340 INFO [STDOUT] log4j: Setting property [file] to [D:\JBoss-4.2.2\jboss-4.2.2.GA\server\jaikiran\log\test.log]. | 2008-02-01 13:24:01,340 INFO [STDOUT] log4j: Setting property [maxFileSize] to [512KB]. | 2008-02-01 13:24:01,340 INFO [STDOUT] log4j: Setting property [maxBackupIndex] to [3]. | 2008-02-01 13:24:01,340 INFO [STDOUT] log4j: setFile called: D:\JBoss-4.2.2\jboss-4.2.2.GA\server\jaikiran\log\test.log, true | 2008-02-01 13:24:01,356 INFO [STDOUT] log4j: setFile ended | 2008-02-01 13:24:01,356 INFO [STDOUT] log4j: Parsed "logfile" options. | 2008-02-01 13:24:01,356 INFO [STDOUT] log4j: Parsing for [org.myapp] with value=[WARN]. | 2008-02-01 13:24:01,356 INFO [STDOUT] log4j: Level token is [WARN]. | 2008-02-01 13:24:01,356 INFO [STDOUT] log4j: Category org.myapp set to WARN | 2008-02-01 13:24:01,356 INFO [STDOUT] log4j: Handling log4j.additivity.org.myapp=[null] | 2008-02-01 13:24:01,356 INFO [STDOUT] log4j: Finished configuring. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125416#4125416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125416 From do-not-reply at jboss.com Fri Feb 1 04:34:01 2008 From: do-not-reply at jboss.com (arvhatte) Date: Fri, 1 Feb 2008 04:34:01 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error during PDF generation - IllegalStateException: No Message-ID: <3000264.1201858441733.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi terryb, Though I'm not 100% sure, I think you should remove the following part from your web.xml and everything will work like a charm: | | Seam Servlet Filter | org.jboss.seam.servlet.SeamServletFilter | | | Seam Servlet Filter | *.pdf | | | Seam Servlet Filter | *.rtf | | Greetings, Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125417#4125417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125417 From do-not-reply at jboss.com Fri Feb 1 04:34:58 2008 From: do-not-reply at jboss.com (christian.douven) Date: Fri, 1 Feb 2008 04:34:58 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: J2ee module dependency and seam EAR project problem Message-ID: <32972799.1201858498390.JavaMail.jboss@colo-br-02.atl.jboss.com> Log attached. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125419#4125419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125419 From do-not-reply at jboss.com Fri Feb 1 04:41:30 2008 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 1 Feb 2008 04:41:30 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss Service Doesnt Stop Message-ID: <18772826.1201858890020.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : From control panel when i stop the service, it shows it as stopped. but i can stilll access the jboss from the browser. What do the logs show? I guess, either the server.log (in the log folder) or shutdown.log (in the bin folder) should be updated with the shutdown related messages. anonymous wrote : | when i tried using this command: | | service stop jbas42svc When you tried this command, was the server running? Also, have you changed any server ports? Before running this command, what does the following command output: telnet localhost 1099 By the way, the command to stop the service is: net stop JBAS4SVC View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125420#4125420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125420 From do-not-reply at jboss.com Fri Feb 1 04:53:36 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 04:53:36 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: What are the aslias defined for the built in seam compon Message-ID: <24141383.1201859616469.JavaMail.jboss@colo-br-02.atl.jboss.com> In general it is sensible to analyze the bottlenecks and performance blackspots rather than spend hours rewriting bits of code which may in fact be very performant compared to others. It sounds like you are interested in this - perhaps you could contribute a better solution (that preserves correctness as Norman says). We are doing some performance/scalability analysis currently. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125427#4125427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125427 From do-not-reply at jboss.com Fri Feb 1 04:58:25 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 04:58:25 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0.1.GA - janino Message-ID: <14167173.1201859905241.JavaMail.jboss@colo-br-02.atl.jboss.com> It's also on central. But I agree, all dependencies should also be on repository.jboss.org - this is actually a drools dependency so can you raise this in the drools forum? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125429#4125429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125429 From do-not-reply at jboss.com Fri Feb 1 05:04:02 2008 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 1 Feb 2008 05:04:02 -0500 (EST) Subject: [jboss-user] [JNDI/Naming/Network] - Re: java.lang.NoSuchFieldError: TRACE :Log4jLoggerPlugin.ja Message-ID: <19085627.1201860242728.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Exception in thread "main" java.lang.NoSuchFieldError: TRACE You will require log4j jar of version 1.2.12 or higher in your classpath. Also, make sure that you do not maintain more than one version of jar file of log4j (or for that matter any other utility) in the classpath. So remove the log4j-1.2.9.jar and log4j-boot.jar from your client's classpath and include a log4j jar of version 1.2.12 or higher. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125432#4125432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125432 From do-not-reply at jboss.com Fri Feb 1 05:04:35 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 05:04:35 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to configure JBoss Embedded for deploying Seam and E Message-ID: <22808911.1201860275207.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't know, I'm afraid. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125433#4125433 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125433 From do-not-reply at jboss.com Fri Feb 1 05:06:11 2008 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 1 Feb 2008 05:06:11 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss Not Working On IpAddress. Works Only On localhost Message-ID: <17892727.1201860371662.JavaMail.jboss@colo-br-02.atl.jboss.com> Since you opened a new topic for the shutdown problem at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=129061, let's continue this discussion there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125434#4125434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125434 From do-not-reply at jboss.com Fri Feb 1 05:06:39 2008 From: do-not-reply at jboss.com (Rajiii) Date: Fri, 1 Feb 2008 05:06:39 -0500 (EST) Subject: [jboss-user] [JBossWS] - build failed Message-ID: <21654511.1201860399792.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have downloaded JBOSS WS and run ant,but build failed,here is the stack trace: samples\jaxr\scout\JaxrBaseTest.java:148: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected void getJAXREssentials() throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:155: cannot find symbol [javac] symbol : class InternationalString [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] public InternationalString getIString(String str) throws JAXRExce ption [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:155: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] public InternationalString getIString(String str) throws JAXRExce ption [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:163: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] public void searchBusiness(String bizname) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:211: cannot find symbol [javac] symbol : class RegistryService [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected RegistryService getRegistryService() throws JAXRExcepti on [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:211: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected RegistryService getRegistryService() throws JAXRExcepti on [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:217: cannot find symbol [javac] symbol : class BusinessQueryManager [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected BusinessQueryManager getBusinessQueryManager() throws J AXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:217: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected BusinessQueryManager getBusinessQueryManager() throws J AXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:225: cannot find symbol [javac] symbol : class BusinessLifeCycleManager [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected BusinessLifeCycleManager getBusinessLifeCycleManager() throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:225: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected BusinessLifeCycleManager getBusinessLifeCycleManager() throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:233: cannot find symbol [javac] symbol : class Organization [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private void checkServices(Organization org) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:233: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private void checkServices(Organization org) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:258: cannot find symbol [javac] symbol : class Organization [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private void checkUser(Organization org) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:258: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private void checkUser(Organization org) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:281: cannot find symbol [javac] symbol : class RegistryObject [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private static String getName(RegistryObject ro) throws JAXRExcep tion [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:281: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private static String getName(RegistryObject ro) throws JAXRExcep tion [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:290: cannot find symbol [javac] symbol : class RegistryObject [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private static String getDescription(RegistryObject ro) throws JA XRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:290: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private static String getDescription(RegistryObject ro) throws JA XRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:299: cannot find symbol [javac] symbol : class RegistryObject [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private static String getKey(RegistryObject ro) throws JAXRExcept ion [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:299: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private static String getKey(RegistryObject ro) throws JAXRExcept ion [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:311: cannot find symbol [javac] symbol : class Organization [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected Organization createOrganization(String orgname) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:311: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected Organization createOrganization(String orgname) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:365: cannot find symbol [javac] symbol : class Key [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected void deleteOrganization(Key orgkey) throws Exception [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:378: cannot find symbol [javac] symbol : class ClassificationScheme [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private ClassificationScheme getClassificationScheme(String str1, String str2) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:378: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private ClassificationScheme getClassificationScheme(String str1, String str2) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrDeleteOrganizationTestCase.java:28: package javax .xml.registry does not exist [javac] import javax.xml.registry.BulkResponse; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrDeleteOrganizationTestCase.java:29: package javax .xml.registry does not exist [javac] import javax.xml.registry.JAXRException; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrDeleteOrganizationTestCase.java:30: package javax .xml.registry does not exist [javac] import javax.xml.registry.JAXRResponse; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrDeleteOrganizationTestCase.java:31: package javax .xml.registry.infomodel does not exist [javac] import javax.xml.registry.infomodel.Key; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrDeleteOrganizationTestCase.java:32: package javax .xml.registry.infomodel does not exist [javac] import javax.xml.registry.infomodel.Organization; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrDeleteOrganizationTestCase.java:45: cannot find s ymbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.publish.J axrDeleteOrganizationTestCase [javac] public String saveOrg(String orgname) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:28: package javax.x ml.registry does not exist [javac] import javax.xml.registry.BulkResponse; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:29: package javax.x ml.registry does not exist [javac] import javax.xml.registry.JAXRException; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:30: package javax.x ml.registry does not exist [javac] import javax.xml.registry.JAXRResponse; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:31: package javax.x ml.registry.infomodel does not exist [javac] import javax.xml.registry.infomodel.Key; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:32: package javax.x ml.registry.infomodel does not exist [javac] import javax.xml.registry.infomodel.Organization; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:45: cannot find sym bol [javac] symbol : class Key [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.publish.J axrSaveOrganizationTestCase [javac] private Key orgKey = null; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:47: cannot find sym bol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.publish.J axrSaveOrganizationTestCase [javac] public void testSaveOrg() throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:88: cannot find sym bol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.publish.J axrSaveOrganizationTestCase [javac] private void checkBusinessExists(String bizname) throws JAXRExcep tion [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\query\JaxrBusinessQueryTestCase.java:35: package javax.xml.re gistry does not exist [javac] import javax.xml.registry.BulkResponse; [javac] ^ [javac] Note: * uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 100 errors BUILD FAILED C:\JBOSS\jbossws-native-2.0.3.GA\build.xml:152: The following error occurred whi le executing this line: C:\JBOSS\jbossws-native-2.0.3.GA\tests\ant-import\build-testsuite.xml:375: Compi le failed; see the compiler error output for details. Total time: 12 seconds C:\JBOSS\jbossws-native-2.0.3.GA> What is the reason for this? Please reply as early as possible. Regards.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125435#4125435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125435 From do-not-reply at jboss.com Fri Feb 1 05:08:31 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 05:08:31 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: does not include Request parameter in 2.0.0 G Message-ID: <6033763.1201860511150.JavaMail.jboss@colo-br-02.atl.jboss.com> Try using code tags in your post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125436#4125436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125436 From do-not-reply at jboss.com Fri Feb 1 05:11:09 2008 From: do-not-reply at jboss.com (Rajiii) Date: Fri, 1 Feb 2008 05:11:09 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - To generate a wsdl using JAX-WS in JBOSS with java program b Message-ID: <25826841.1201860669648.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using JAX-WS to generate webservices using JBOSS application server by writing a java program. My sample java program includes :which takes an i/p name as string and displays out put as "Hello name",with the use of annotations.And,also have written web.xml for it.If I start JBOSS without adding project to it,it is starting.BUt If I add project to it the server is not publishing.Its getting like:"publishing JBOSS 4.2.2....:waiting for virtual machine to exit". I have followed the link:http://www.javabeat.net/articles/2007/10/creating-webservice-using-jboss-and-eclipse/3 to do this,where in it was given that by means of auto build process of eclipse IDE war file generates in default jboss folder.But which is not happening,so that,am unable to generate wsdl file.. Can any body help me? 1) why jboss is not publishing after adding project to it? 2) why war file is not generating in the default jboss folder? Regards.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125437#4125437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125437 From do-not-reply at jboss.com Fri Feb 1 05:12:04 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 05:12:04 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: 2.0.1.GA - Ye Ole Maven2 + JBoss Embeddable problems Message-ID: <8665782.1201860724189.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Brad, I fixed the docs :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125438#4125438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125438 From do-not-reply at jboss.com Fri Feb 1 05:16:09 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 05:16:09 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Combine Listboxes Message-ID: <4958710.1201860969701.JavaMail.jboss@colo-br-02.atl.jboss.com> Two strings concatenated? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125440#4125440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125440 From do-not-reply at jboss.com Fri Feb 1 05:18:47 2008 From: do-not-reply at jboss.com (brombie) Date: Fri, 1 Feb 2008 05:18:47 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Security: Login twice after logout Message-ID: <30361467.1201861127988.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm having the same problem here. This problem is easy to duplicate if you have eclipse with JBoss tools. Just create a new Seam Web Project which will give you the login and home page. The logout link in the generated menu.xhtml is: If you change the view to /login.xhtml like this: then you'll have to login twice. The first time you hit enter, it takes you back to the login screen. You hit enter again and this time you're logged in. I've tried commenting out the notLoggedIn and postAuthenticate events in components.xml but it didn't solve the problems. It wouldn't be a good solution anyway, since I do need those events to be handled as configured. Here's what I see on the console for the first login: 01:32:31,187 INFO [Contexts] starting up: org.jboss.seam.security.identity | 01:32:31,187 INFO [Contexts] starting up: org.jboss.seam.web.session And on the second successful login: | 01:32:32,500 INFO [Authenticator] authenticating: testuser I'll appreciate it if someone can shine a light on what's going on here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125441#4125441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125441 From do-not-reply at jboss.com Fri Feb 1 05:19:56 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 05:19:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: jbpm Seam - How do I assign a task to a specific User or Message-ID: <15545066.1201861196920.JavaMail.jboss@colo-br-02.atl.jboss.com> | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125442#4125442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125442 From do-not-reply at jboss.com Fri Feb 1 05:21:26 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 05:21:26 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: label and value Message-ID: <450238.1201861286554.JavaMail.jboss@colo-br-02.atl.jboss.com> Dan is correct. However 2.0.1 allows you two options to customize the value. If you don't use the entity converter, use the itemValue attribute on s:selectItems. If you do, you need to implement a custom entity loading strategy. I'll blog about that soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125443#4125443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125443 From do-not-reply at jboss.com Fri Feb 1 05:22:44 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 05:22:44 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Excel export and stateless bean Message-ID: <319986.1201861364492.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't really understand what you mean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125444#4125444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125444 From do-not-reply at jboss.com Fri Feb 1 05:23:19 2008 From: do-not-reply at jboss.com (baspet) Date: Fri, 1 Feb 2008 05:23:19 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Security: Login twice after logout Message-ID: <23329833.1201861399514.JavaMail.jboss@colo-br-02.atl.jboss.com> Try to remove view from s:link. It works for me.. V. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125445#4125445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125445 From do-not-reply at jboss.com Fri Feb 1 05:25:48 2008 From: do-not-reply at jboss.com (nickes) Date: Fri, 1 Feb 2008 05:25:48 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - seam crud selectonemenu Message-ID: <29936080.1201861548804.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, please can anybody give (for a programming-newbie like me) a tutorial or some step for the following theme? I created via seam-generate-entities a frontend for the datamodel. Now, i like to change some of the panelGrid. Instead of inputtext i like to create some selectonemenu of entities(with or without relation). What have i to do? My result is only an empty selectmenu. All help would be great. Thanks nickes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125447#4125447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125447 From do-not-reply at jboss.com Fri Feb 1 05:26:20 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 05:26:20 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam and testing fail. TestNG Message-ID: <25904458.1201861580781.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam 1.2? How did you set up the integration test? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125448#4125448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125448 From do-not-reply at jboss.com Fri Feb 1 05:28:58 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 05:28:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: EntityManager is Null inside Constructor Message-ID: <26530530.1201861738546.JavaMail.jboss@colo-br-02.atl.jboss.com> Are you injecting using @In or @PersistenceContext? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125449#4125449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125449 From do-not-reply at jboss.com Fri Feb 1 05:31:55 2008 From: do-not-reply at jboss.com (viggo.navarsete) Date: Fri, 1 Feb 2008 05:31:55 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: Caused by: javax.faces.application.ViewExpiredException Message-ID: <28957756.1201861915655.JavaMail.jboss@colo-br-02.atl.jboss.com> It's a bug introduced after the Richfaces 3.1.3.GA release (which is working). Testing on both 3.1.4.CR and 3.1.4.GA the exception is thrown. Link to issue: http://jira.jboss.com/jira/browse/RF-2135 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125453#4125453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125453 From do-not-reply at jboss.com Fri Feb 1 05:32:37 2008 From: do-not-reply at jboss.com (arvhatte) Date: Fri, 1 Feb 2008 05:32:37 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Excel export and stateless bean Message-ID: <18851699.1201861957499.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Limousyf, I guess what you want is to make use of page parameters. Check http://docs.jboss.com/seam/latest/reference/en/html/events.html#d0e3899 for more information on page parameters. Cheers, Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125454#4125454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125454 From do-not-reply at jboss.com Fri Feb 1 05:34:16 2008 From: do-not-reply at jboss.com (nickarls) Date: Fri, 1 Feb 2008 05:34:16 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - addToControlFromResourceBundle strangeness Message-ID: <11982607.1201862056487.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm on 2.0.1CR1 inside i valuechangelistener and doing | getFacesMessages().addToControl(event.getComponent().getId(), new FacesMessage("!")); | and it shows up on my s:decorated component but | getFacesMessages().addToControlFromResourceBundle(event.getComponent().getId(), "my.key"); | doesn't show up. The resource bundle should be ok since I add global messages from it just fine... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125455#4125455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125455 From do-not-reply at jboss.com Fri Feb 1 05:36:13 2008 From: do-not-reply at jboss.com (nickarls) Date: Fri, 1 Feb 2008 05:36:13 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: addToControlFromResourceBundle strangeness Message-ID: <6011315.1201862173918.JavaMail.jboss@colo-br-02.atl.jboss.com> Just noticed that it even shows up in the console (correctly resolved) but doesn't appear on the component... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125456#4125456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125456 From do-not-reply at jboss.com Fri Feb 1 05:37:14 2008 From: do-not-reply at jboss.com (brombie) Date: Fri, 1 Feb 2008 05:37:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Security: Login twice after logout Message-ID: <23601105.1201862234432.JavaMail.jboss@colo-br-02.atl.jboss.com> "baspet" wrote : Try to remove view from s:link. It works for me.. | | V. | Thanks for the response, baspet, but removing the view from the logout link will take you to the home.xhtml instead of to login.xhtml, which put us back to square one. If I click the login link from the home page, I don't have to login twice. The problem is when I want to redirect the user back to the login page upon logout. In that case, I have to login twice to move forward. Sure I can just work around this by showing a landing page when the user logs out, but I'm working on a prototype with a goal of getting a better understanding of Seam. I'm very curious to know what I'm missing here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125457#4125457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125457 From do-not-reply at jboss.com Fri Feb 1 05:39:15 2008 From: do-not-reply at jboss.com (arvhatte) Date: Fri, 1 Feb 2008 05:39:15 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Bug in UIStroke class (pdf part) Message-ID: <28630529.1201862355659.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Yesterday, while creating a couple of charts in Seam, I ran into a small copy-and-past bug in the UIStroke class of the pdf part of Seam (both 2.0.0.GA and 2.0.1.GA). Should I create a Jira issue for it (couldn't find any yet for this issue) and attach a fixed version of the Java source file, or should I post the problem and fix in this forum. Cheers, Tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125458#4125458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125458 From do-not-reply at jboss.com Fri Feb 1 05:47:14 2008 From: do-not-reply at jboss.com (baspet) Date: Fri, 1 Feb 2008 05:47:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Security: Login twice after logout Message-ID: <25130708.1201862834796.JavaMail.jboss@colo-br-02.atl.jboss.com> Does home.page.xml has login-required="true"? V. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125460#4125460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125460 From do-not-reply at jboss.com Fri Feb 1 05:54:28 2008 From: do-not-reply at jboss.com (Rajiii) Date: Fri, 1 Feb 2008 05:54:28 -0500 (EST) Subject: [jboss-user] [JBossWS] - build failed (Repost) Message-ID: <1912887.1201863268982.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have downloaded JBOSS WS and run ant,but build failed,here is the stack trace: samples\jaxr\scout\JaxrBaseTest.java:148: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected void getJAXREssentials() throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:155: cannot find symbol [javac] symbol : class InternationalString [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] public InternationalString getIString(String str) throws JAXRExce ption [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:155: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] public InternationalString getIString(String str) throws JAXRExce ption [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:163: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] public void searchBusiness(String bizname) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:211: cannot find symbol [javac] symbol : class RegistryService [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected RegistryService getRegistryService() throws JAXRExcepti on [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:211: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected RegistryService getRegistryService() throws JAXRExcepti on [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:217: cannot find symbol [javac] symbol : class BusinessQueryManager [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected BusinessQueryManager getBusinessQueryManager() throws J AXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:217: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected BusinessQueryManager getBusinessQueryManager() throws J AXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:225: cannot find symbol [javac] symbol : class BusinessLifeCycleManager [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected BusinessLifeCycleManager getBusinessLifeCycleManager() throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:225: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected BusinessLifeCycleManager getBusinessLifeCycleManager() throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:233: cannot find symbol [javac] symbol : class Organization [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private void checkServices(Organization org) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:233: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private void checkServices(Organization org) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:258: cannot find symbol [javac] symbol : class Organization [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private void checkUser(Organization org) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:258: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private void checkUser(Organization org) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:281: cannot find symbol [javac] symbol : class RegistryObject [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private static String getName(RegistryObject ro) throws JAXRExcep tion [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:281: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private static String getName(RegistryObject ro) throws JAXRExcep tion [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:290: cannot find symbol [javac] symbol : class RegistryObject [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private static String getDescription(RegistryObject ro) throws JA XRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:290: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private static String getDescription(RegistryObject ro) throws JA XRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:299: cannot find symbol [javac] symbol : class RegistryObject [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private static String getKey(RegistryObject ro) throws JAXRExcept ion [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:299: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private static String getKey(RegistryObject ro) throws JAXRExcept ion [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:311: cannot find symbol [javac] symbol : class Organization [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected Organization createOrganization(String orgname) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:311: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected Organization createOrganization(String orgname) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:365: cannot find symbol [javac] symbol : class Key [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] protected void deleteOrganization(Key orgkey) throws Exception [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:378: cannot find symbol [javac] symbol : class ClassificationScheme [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private ClassificationScheme getClassificationScheme(String str1, String str2) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\JaxrBaseTest.java:378: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac] private ClassificationScheme getClassificationScheme(String str1, String str2) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrDeleteOrganizationTestCase.java:28: package javax .xml.registry does not exist [javac] import javax.xml.registry.BulkResponse; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrDeleteOrganizationTestCase.java:29: package javax .xml.registry does not exist [javac] import javax.xml.registry.JAXRException; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrDeleteOrganizationTestCase.java:30: package javax .xml.registry does not exist [javac] import javax.xml.registry.JAXRResponse; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrDeleteOrganizationTestCase.java:31: package javax .xml.registry.infomodel does not exist [javac] import javax.xml.registry.infomodel.Key; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrDeleteOrganizationTestCase.java:32: package javax .xml.registry.infomodel does not exist [javac] import javax.xml.registry.infomodel.Organization; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrDeleteOrganizationTestCase.java:45: cannot find s ymbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.publish.J axrDeleteOrganizationTestCase [javac] public String saveOrg(String orgname) throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:28: package javax.x ml.registry does not exist [javac] import javax.xml.registry.BulkResponse; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:29: package javax.x ml.registry does not exist [javac] import javax.xml.registry.JAXRException; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:30: package javax.x ml.registry does not exist [javac] import javax.xml.registry.JAXRResponse; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:31: package javax.x ml.registry.infomodel does not exist [javac] import javax.xml.registry.infomodel.Key; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:32: package javax.x ml.registry.infomodel does not exist [javac] import javax.xml.registry.infomodel.Organization; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:45: cannot find sym bol [javac] symbol : class Key [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.publish.J axrSaveOrganizationTestCase [javac] private Key orgKey = null; [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:47: cannot find sym bol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.publish.J axrSaveOrganizationTestCase [javac] public void testSaveOrg() throws JAXRException [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\publish\JaxrSaveOrganizationTestCase.java:88: cannot find sym bol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.publish.J axrSaveOrganizationTestCase [javac] private void checkBusinessExists(String bizname) throws JAXRExcep tion [javac] ^ [javac] C:\JBOSS\jbossws-native-2.0.3.GA\tests\java\org\jboss\test\ws\jaxws\ samples\jaxr\scout\query\JaxrBusinessQueryTestCase.java:35: package javax.xml.re gistry does not exist [javac] import javax.xml.registry.BulkResponse; [javac] ^ [javac] Note: * uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 100 errors BUILD FAILED C:\JBOSS\jbossws-native-2.0.3.GA\build.xml:152: The following error occurred whi le executing this line: C:\JBOSS\jbossws-native-2.0.3.GA\tests\ant-import\build-testsuite.xml:375: Compi le failed; see the compiler error output for details. Total time: 12 seconds C:\JBOSS\jbossws-native-2.0.3.GA> What is the reason for this? Please reply as early as possible. Regards.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125435#4125435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125435 From do-not-reply at jboss.com Fri Feb 1 05:58:00 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Fri, 1 Feb 2008 05:58:00 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: build failed Message-ID: <980296.1201863480469.JavaMail.jboss@colo-br-02.atl.jboss.com> You need to edit the ant.properties file specifying your application server path View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125462#4125462 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125462 From do-not-reply at jboss.com Fri Feb 1 06:10:22 2008 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 1 Feb 2008 06:10:22 -0500 (EST) Subject: [jboss-user] [EJB/JBoss] - Re: org.jboss.ejb3.remoting.BaseRemoteProxy serialid excepti Message-ID: <6713384.1201864222032.JavaMail.jboss@colo-br-02.atl.jboss.com> See this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=126187 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125471#4125471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125471 From do-not-reply at jboss.com Fri Feb 1 06:17:50 2008 From: do-not-reply at jboss.com (thejavafreak) Date: Fri, 1 Feb 2008 06:17:50 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Security: Login twice after logout Message-ID: <29593819.1201864670394.JavaMail.jboss@colo-br-02.atl.jboss.com> "brombie" wrote : I've tried commenting out the notLoggedIn and postAuthenticate events in components.xml but it didn't solve the problems. It wouldn't be a good solution anyway, since I do need those events to be handled as configured. | Yup I've tried that too and it didn't work. I've also tried it both in IE and Firefox and it didn't work. I'm wondering what cause this problem. :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125472#4125472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125472 From do-not-reply at jboss.com Fri Feb 1 06:33:00 2008 From: do-not-reply at jboss.com (Rajiii) Date: Fri, 1 Feb 2008 06:33:00 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss server is not starting after adding project to it Message-ID: <19989511.1201865580044.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I have created a dynamic web project and written a simple index.html file where in I have written:"Hi,welcome to jboss server" as text.If I add this project to jboss application server(version 4.2.2),server is not getting started.It is continuously publishing with message:"publishing jboss4.2.2...:waiting for java virtual machine to exit"... What to do to start jboss server???and to automatically generate war file in its default location?? Plz reply as soon as possible...waiting for replies... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125478#4125478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125478 From do-not-reply at jboss.com Fri Feb 1 06:33:29 2008 From: do-not-reply at jboss.com (HerQpapa) Date: Fri, 1 Feb 2008 06:33:29 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Stylesheets - portal-identity/style.css Message-ID: <29418868.1201865609619.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Env JBoss-Portal 2.6.2 I have tried to change the portal's stylesheets on all possible places known to me, but whatever I do the portal still injects portal-identity/style.css into the header. Unfortunately the portal-identity/style.css overrides my stylesheet. Any suggestion what I missed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125479#4125479 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125479 From do-not-reply at jboss.com Fri Feb 1 06:39:26 2008 From: do-not-reply at jboss.com (NighTiger) Date: Fri, 1 Feb 2008 06:39:26 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error up the tomcat with the Message-ID: <4062164.1201865966622.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, running one of the sample apps... But I not install anything ! What must install ?? Thanks.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125480#4125480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125480 From do-not-reply at jboss.com Fri Feb 1 06:44:47 2008 From: do-not-reply at jboss.com (kengullxn) Date: Fri, 1 Feb 2008 06:44:47 -0500 (EST) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - frequent non-fatal exception with datasource [org.jboss.reso Message-ID: <21389445.1201866287222.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all. We are using mysql in our application. Our application is running on the jboss-4.2.0.GA_CP01 application server. We have downloaded the most recent connector src-bin from the mysql website: mysql-connector-java-5.0.8-bin.jar The error we are facing is related to the connection-checker when it tries to invoke the ping method. We are facing an EOFexception, and root cause seems to be an error in reading the InputStream in the readFully method of the MysqlIO class. It is expecting 4 bytes. This exception is ocurring often, but does not cause application to stop working. The datasource is working for queries in our application, but the exception is thrown nonetheless. Our ds.xml looks like this: ourDatasource com.mysql.jdbc.Driver jdbc:mysql://1.2.3.4:3306/app_db user password 5 50 4 5000 org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter org.jboss.resource.adapter.jdbc.vendor.MySQLValidConnectionChecker MySQL Stacktrace: 2008-01-31 17:03:51,529 WARN [org.jboss.resource.adapter.jdbc.vendor.MySQLValidConnectionChecker] Unexpected error in ping java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.resource.adapter.jdbc.vendor.MySQLValidConnectionChecker.isValidConnection(MySQLValidConnectionChecker.java:72) at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory.isValidConnection(BaseWrapperManagedConnectionFactory.java:435) at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkValid(BaseWrapperManagedConnection.java:231) at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.matchManagedConnections(LocalManagedConnectionFactory.java:200) at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:211) at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:538) at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:341) at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:315) at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:396) at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842) at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:103) at org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider.getConnection(InjectedDataSourceConnectionProvider.java:44) at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423) at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144) at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1547) at org.hibernate.loader.Loader.doQuery(Loader.java:673) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236) at org.hibernate.loader.Loader.doList(Loader.java:2220) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104) at org.hibernate.loader.Loader.list(Loader.java:2099) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378) at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338) at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121) at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79) at org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:80) at com.communityr.functionality.action.AuthenticatorAction.getHasBeenUpdatedByPlugin(AuthenticatorAction.java:233) at com.communityr.functionality.action.AuthenticatorAction.getRefreshLoggedInProfile(AuthenticatorAction.java:221) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:37) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) at sun.reflect.GeneratedMethodAccessor105.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:191) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214) at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:184) at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:81) at $Proxy237.getRefreshLoggedInProfile(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) at org.javassist.tmp.java.lang.Object_$$_javassist_41.getRefreshLoggedInProfile(Object_$$_javassist_41.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at javax.el.BeanELResolver.getValue(BeanELResolver.java:62) at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) at org.apache.el.parser.AstValue.getValue(AstValue.java:97) at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) at com.sun.facelets.el.ELText$ELTextVariable.writeText(ELText.java:184) at com.sun.facelets.el.ELText$ELTextComposite.writeText(ELText.java:108) at com.sun.facelets.compiler.TextInstruction.write(TextInstruction.java:45) at com.sun.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:39) at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:280) at org.ajax4jsf.renderkit.RendererBase.renderChildren(RendererBase.java:262) at org.ajax4jsf.renderkit.html.AjaxOutputPanelRenderer.encodeChildren(AjaxOutputPanelRenderer.java:79) at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:809) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:577) at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.communityr.utils.CommunityRServletFilter.doFilter(CommunityRServletFilter.java:71) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:595) Caused by: com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.io.EOFException MESSAGE: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. STACKTRACE: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1997) at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2411) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2916) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631) at com.mysql.jdbc.Connection.pingInternal(Connection.java:4613) at com.mysql.jdbc.Connection.ping(Connection.java:4603) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.resource.adapter.jdbc.vendor.MySQLValidConnectionChecker.isValidConnection(MySQLValidConnectionChecker.java:72) at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory.isValidConnection(BaseWrapperManagedConnectionFactory.java:435) at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.checkValid(BaseWrapperManagedConnection.java:231) at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.matchManagedConnections(LocalManagedConnectionFactory.java:200) at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:211) at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:538) at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:341) at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:315) at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:396) at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842) at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:103) at org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider.getConnection(InjectedDataSourceConnectionProvider.java:44) at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423) at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144) at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139) at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1547) at org.hibernate.loader.Loader.doQuery(Loader.java:673) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236) at org.hibernate.loader.Loader.doList(Loader.java:2220) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104) at org.hibernate.loader.Loader.list(Loader.java:2099) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378) at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338) at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121) at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79) at org.hibernate.ejb.QueryImpl.getSingleResult(QueryImpl.java:80) at com.communityr.functionality.action.AuthenticatorAction.getHasBeenUpdatedByPlugin(AuthenticatorAction.java:233) at com.communityr.functionality.action.AuthenticatorAction.getRefreshLoggedInProfile(AuthenticatorAction.java:221) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:37) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) at sun.reflect.GeneratedMethodAccessor105.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:191) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214) at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:184) at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:81) at $Proxy237.getRefreshLoggedInProfile(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) at org.javassist.tmp.java.lang.Object_$$_javassist_41.getRefreshLoggedInProfile(Object_$$_javassist_41.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at javax.el.BeanELResolver.getValue(BeanELResolver.java:62) at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) at org.apache.el.parser.AstValue.getValue(AstValue.java:97) at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) at com.sun.facelets.el.ELText$ELTextVariable.writeText(ELText.java:184) at com.sun.facelets.el.ELText$ELTextComposite.writeText(ELText.java:108) at com.sun.facelets.compiler.TextInstruction.write(TextInstruction.java:45) at com.sun.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:39) at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:280) at org.ajax4jsf.renderkit.RendererBase.renderChildren(RendererBase.java:262) at org.ajax4jsf.renderkit.html.AjaxOutputPanelRenderer.encodeChildren(AjaxOutputPanelRenderer.java:79) at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:809) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:577) at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.communityr.utils.CommunityRServletFilter.doFilter(CommunityRServletFilter.java:71) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:595) ** END NESTED EXCEPTION ** View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125482#4125482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125482 From do-not-reply at jboss.com Fri Feb 1 07:01:26 2008 From: do-not-reply at jboss.com (rodosa) Date: Fri, 1 Feb 2008 07:01:26 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Problem running Hello-jsf.war Message-ID: <11320915.1201867286893.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello!!! I've installed JBoss jBPM and configure it to works with MySQL. Now I would like to buit an small application that uses managed beans ... but It doesn??t work ... I have some problems that I've related in this post http://www.jboss.org/index.html?module=bb&op=viewtopic&t=128803 But ... I've download the hello-jsf example form [url][http://wiki.jboss.org/wiki/Wiki.jsp?page=HelloJSF/url] but It doesn????t work at all. I point your browser to http://localhost:8080/hellojsf and this is the error reported: | description The server encountered an internal error () that prevented it from fulfilling this request. | | exception | | javax.servlet.ServletException: Servlet.init() for servlet Faces Servlet threw exception | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | java.lang.Thread.run(Thread.java:619) | | root cause | | java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and that all the necessary libs are included. Also check the logging output of your web application and your container for any exceptions! | If you did that and find nothing, the mistake might be due to the fact that you use some special web-containers which do not support registering context-listeners via TLD files and a context listener is not setup in your web.xml. | A typical config looks like this; | | org.apache.myfaces.webapp.StartupServletContextListener | | | javax.faces.FactoryFinder.getFactory(FactoryFinder.java:90) | javax.faces.webapp.FacesServlet.init(FacesServlet.java:102) | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | java.lang.Thread.run(Thread.java:619) | | I put a lib folder in the WEB-INF where libraries and put | | org.apache.myfaces.webapp.StartupServletContextListener | | in the faces-config.xml file and But know the error is the following one. | type Status report | | message /hellojsf/index.faces | | description The requested resource (/hellojsf/index.faces) is not available. | | Any ideas? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125485#4125485 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125485 From do-not-reply at jboss.com Fri Feb 1 07:06:00 2008 From: do-not-reply at jboss.com (hardybarlow) Date: Fri, 1 Feb 2008 07:06:00 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - SSL, JBOSS Windows 23K and Internet Explorer Message-ID: <25195574.1201867560711.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey folks, I am complete novice JBOSS user begging for some assistance. I have a windows 2K3 Server that is currently running JBOSS (JBOSS is running as a service). JBOSS is currently hosting (not sure if that is the right word) an application on the Windows 2K3 server. This application has a web front end which users to connect to using IE. I want my users IE (Web client) connection to the JBOSS hosted app to be encrypted using SSL. i.e. a padlock in the bottom corner of IE should appear. Any help would be much appreciated. I have tried googling this but the instructions are bit complicated for a novice like me. Note: I am not planing using a certificate from a CA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125487#4125487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125487 From do-not-reply at jboss.com Fri Feb 1 07:08:39 2008 From: do-not-reply at jboss.com (thejavafreak) Date: Fri, 1 Feb 2008 07:08:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - PAGE context Component can not run inside Pageflow conversat Message-ID: <30016021.1201867719543.JavaMail.jboss@colo-br-02.atl.jboss.com> This is kinda difficult to explain, I hope you guys get the idea. I have a component which is PAGE scoped. Now I run invoke the method from this component inside a pageflow conversation then I get : "value of context variable is not an instance of the component bound to the context variable" Why? Why can't we have a PAGE scoped Component inside a running pageflow conversation? The reason is I wanted to have PAGE scoped component is that I want to add a list of data from one form, after this form is complete I want to continue to another form, that's why I use Seam Pageflow. Thanks in advance for the help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125488#4125488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125488 From do-not-reply at jboss.com Fri Feb 1 07:14:23 2008 From: do-not-reply at jboss.com (blabno) Date: Fri, 1 Feb 2008 07:14:23 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: PAGE context Component can not run inside Pageflow conve Message-ID: <10850801.1201868063488.JavaMail.jboss@colo-br-02.atl.jboss.com> Scope does not seam to be an issue here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125491#4125491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125491 From do-not-reply at jboss.com Fri Feb 1 07:20:56 2008 From: do-not-reply at jboss.com (brombie) Date: Fri, 1 Feb 2008 07:20:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Security: Login twice after logout Message-ID: <16247423.1201868456875.JavaMail.jboss@colo-br-02.atl.jboss.com> "baspet" wrote : Does home.page.xml has login-required="true"? | | V. | There's no home.page.xml. The default Seam web template in eclipse or seam-gen doesn't generate that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125493#4125493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125493 From do-not-reply at jboss.com Fri Feb 1 07:21:38 2008 From: do-not-reply at jboss.com (timfox) Date: Fri, 1 Feb 2008 07:21:38 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Understanding JBoss Messaging and SPOF (Single Point of Message-ID: <8708364.1201868498895.JavaMail.jboss@colo-br-02.atl.jboss.com> "seattle.golfer" wrote : any chance some of these features can/will be backported to 1.4.x? | This is very unlikely - we don't really have the resources for that and it would involve deep changes. anonymous wrote : | Also, in your opinion, is what's in source stable enough to start building a solution? i.e do you think the interfaces and such are pretty well fleshed out at this point? | Right now, we are deep into development so nothing is ready to use at this point. We'll be putting out an alpha end of Q1 as per JIRA anonymous wrote : | I spent some time browsing JIRA, but can't seem to find the 2.0 provisional timescale. Any chance you can post a link? | The dates are printed after the release names on the roadmap: http://jira.jboss.org/jira/secure/BrowseProject.jspa?id=12310061&subset=-1 anonymous wrote : | | Tim, I really appreciate you taking the time to respond. It's good to see the community alive & well post acquisition. | | You're welcome :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125495#4125495 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125495 From do-not-reply at jboss.com Fri Feb 1 07:27:17 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Fri, 1 Feb 2008 07:27:17 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error up the tomcat with the Message-ID: <24431606.1201868837034.JavaMail.jboss@colo-br-02.atl.jboss.com> http://docs.jboss.com/seam/2.0.1.GA/reference/en/html/configuration.html#config.install.embedded View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125497#4125497 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125497 From do-not-reply at jboss.com Fri Feb 1 07:33:18 2008 From: do-not-reply at jboss.com (pbrewer_uk) Date: Fri, 1 Feb 2008 07:33:18 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues Message-ID: <18902464.1201869198743.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm more than willing to take this task on, but I'll need some pointers on where the cause of the problem lies and how to tackle it. This is now a critical issue for my project, so any help at all would be greatly appreciated. In addition, I think a related problem can be observed if, for example, a seam timer (using ejb3 timer implementation) causes a process instance to create a jbpm timer: | 2008-02-01 11:08:01,065 ERROR [org.jbpm.graph.def.GraphElement] action threw exception: uninitialized proxy passed to save() | org.hibernate.PersistentObjectException: uninitialized proxy passed to save() | at org.hibernate.event.def.DefaultSaveEventListener.reassociateIfUninitializedProxy(DefaultSaveEventListener.java:49) | at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:59) | at org.hibernate.impl.SessionImpl.fireSave(SessionImpl.java:535) | at org.hibernate.impl.SessionImpl.save(SessionImpl.java:523) | at org.hibernate.impl.SessionImpl.save(SessionImpl.java:519) | at org.jbpm.db.JobSession.saveJob(JobSession.java:100) | at org.jbpm.scheduler.db.DbSchedulerService.createTimer(DbSchedulerService.java:43) | at org.jbpm.scheduler.def.CreateTimerAction.execute(CreateTimerAction.java:67) | at org.jboss.seam.bpm.SeamUserCodeInterceptor$1.process(SeamUserCodeInterceptor.java:80) | at org.jboss.seam.bpm.SeamUserCodeInterceptor$ContextualCall.run(SeamUserCodeInterceptor.java:33) | at org.jboss.seam.bpm.SeamUserCodeInterceptor.executeAction(SeamUserCodeInterceptor.java:74) | at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:253) | at org.jbpm.graph.def.GraphElement.executeActions(GraphElement.java:220) | at org.jbpm.graph.def.GraphElement.fireAndPropagateEvent(GraphElement.java:190) | at org.jbpm.graph.def.GraphElement.fireEvent(GraphElement.java:174) | at org.jbpm.graph.def.Node.enter(Node.java:302) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173) | at org.jbpm.graph.def.Node_$$_javassist_170.enter(Node_$$_javassist_170.java) | at org.jbpm.graph.def.Transition.take(Transition.java:151) | at org.jbpm.graph.def.Node.leave(Node.java:393) | at org.jbpm.graph.def.Node.leave(Node.java:357) | at org.jbpm.graph.exe.ExecutionContext.leaveNode(ExecutionContext.java:120) | at uk.co.iblocks.midas.workflow.AbstractWorkflow.progress(AbstractWorkflow.java:98) | at uk.co.iblocks.midas.workflow.CancelMemberWorkflow.sendCancellationWarning(CancelMemberWorkflow.java:29) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38) | at org.jboss.seam.util.Work.workInTransaction(Work.java:40) | at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:155) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:91) | at uk.co.iblocks.midas.workflow.CancelMemberWorkflow_$$_javassist_8.sendCancellationWarning(CancelMemberWorkflow_$$_javassist_8.java) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:328) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:341) | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58) | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at org.jboss.seam.bpm.SeamExpressionEvaluator$1.evaluate(SeamExpressionEvaluator.java:70) | at org.jboss.seam.bpm.SeamExpressionEvaluator.evaluate(SeamExpressionEvaluator.java:36) | at org.jbpm.jpdl.el.impl.JbpmExpressionEvaluator.evaluate(JbpmExpressionEvaluator.java:39) | at org.jbpm.jpdl.el.impl.JbpmExpressionEvaluator.evaluate(JbpmExpressionEvaluator.java:30) | at org.jbpm.graph.def.Action.execute(Action.java:118) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173) | at org.jbpm.graph.def.Action_$$_javassist_124.execute(Action_$$_javassist_124.java) | at org.jboss.seam.bpm.SeamUserCodeInterceptor$1.process(SeamUserCodeInterceptor.java:80) | at org.jboss.seam.bpm.SeamUserCodeInterceptor$ContextualCall.run(SeamUserCodeInterceptor.java:33) | at org.jboss.seam.bpm.SeamUserCodeInterceptor.executeAction(SeamUserCodeInterceptor.java:74) | at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:253) | at org.jbpm.graph.def.Node.execute(Node.java:338) | at org.jbpm.graph.def.Node.enter(Node.java:318) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173) | at org.jbpm.graph.def.Node_$$_javassist_170.enter(Node_$$_javassist_170.java) | at org.jbpm.graph.def.Transition.take(Transition.java:151) | at org.jbpm.graph.def.Node.leave(Node.java:393) | at org.jbpm.graph.node.StartState.leave(StartState.java:70) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173) | at org.jbpm.graph.def.Node_$$_javassist_170.leave(Node_$$_javassist_170.java) | at org.jbpm.graph.exe.Token.signal(Token.java:194) | at org.jbpm.graph.exe.Token.signal(Token.java:139) | at org.jbpm.graph.exe.ProcessInstance.signal(ProcessInstance.java:270) | at uk.co.iblocks.midas.workflow.WorkflowSchedule.processMembers(WorkflowSchedule.java:129) | at uk.co.iblocks.midas.workflow.WorkflowSchedule.execute(WorkflowSchedule.java:79) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.persistence.EntityManagerProxyInterceptor.aroundInvoke(EntityManagerProxyInterceptor.java:26) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.persistence.HibernateSessionProxyInterceptor.aroundInvoke(HibernateSessionProxyInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:50) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:184) | at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:81) | at $Proxy116.execute(Unknown Source) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:76) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:50) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:54) | at org.javassist.tmp.java.lang.Object_$$_javassist_4.execute(Object_$$_javassist_4.java) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125) | at org.jboss.seam.async.AsynchronousInvocation.call(AsynchronousInvocation.java:52) | at org.jboss.seam.async.Asynchronous.executeInContexts(Asynchronous.java:76) | at org.jboss.seam.async.Asynchronous.execute(Asynchronous.java:45) | at org.jboss.seam.async.TimerServiceDispatcher.dispatch(TimerServiceDispatcher.java:50) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:191) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.callTimeout(StatelessContainer.java:151) | at org.jboss.ejb.txtimer.TimerImpl$TimerTaskImpl.run(TimerImpl.java:561) | at java.util.TimerThread.mainLoop(Timer.java:512) | at java.util.TimerThread.run(Timer.java:462) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125500#4125500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125500 From do-not-reply at jboss.com Fri Feb 1 07:39:31 2008 From: do-not-reply at jboss.com (Andergast) Date: Fri, 1 Feb 2008 07:39:31 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: CAS logout in JBP 2.6.2 Message-ID: <21677727.1201869571592.JavaMail.jboss@colo-br-02.atl.jboss.com> According to the bug tracker, this issue has been resolved: http://jira.jboss.org/jira/browse/JBPORTAL-1848?page=all Thanks! My question is, whether I can apply this changes to my existing JBoss Portal without having to rebuild the entire portal, as I did a lot of configuration to it. The only change in code and not XML I see was made in /modules/identity/trunk/sso/src/main/java/org/jboss/portal/identity/sso/cas/CASAuthenticationValve.java Where does this show up after compilation? Greetings, Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125502#4125502 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125502 From do-not-reply at jboss.com Fri Feb 1 07:42:39 2008 From: do-not-reply at jboss.com (LeandroSeverino) Date: Fri, 1 Feb 2008 07:42:39 -0500 (EST) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem with JSF 1.2 RI and Facelets on JBoss 4.0.4 Message-ID: <9321936.1201869759057.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, I have this same problem. My project have: - Facelets ( JSF 1.2 ) - RichFaces - JBoss 4.0.4RC1. I follow this instructions: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=94738&postdays=0&postorder=asc&start=0 and http://docs.jboss.org/seam/2.0.0.GA/reference/en/html/gettingstarted.html#d0e2458 but, I don't have success. The console show me this messages: | 10:17:23,694 INFO [TomcatDeployer] deploy, ctxPath=/DMS-Reports, warUrl=.../tmp/deploy/tmp31648MaragatoWeb.ear-contents/DMS-Reports-exp.war/ | 10:17:24,635 ERROR [STDERR] Feb 1, 2008 10:17:24 AM com.sun.faces.config.ConfigureListener contextInitialized | INFO: Initializing Sun's JavaServer Faces implementation (1.2_03-b05-FCS) for context 'DMS-Report' | 10:17:25,915 ERROR [STDERR] Feb 1, 2008 10:17:25 AM com.sun.faces.spi.InjectionProviderFactory createInstance | WARNING: JSF1033: Resource injection is DISABLED. | 10:17:28,077 ERROR [STDERR] Feb 1, 2008 10:17:28 AM com.sun.faces.config.ConfigureListener isJspTwoOne | WARNING: Incorrect JSP version found, method getJspApplicationContext does not exist. | | Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125504#4125504 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125504 From do-not-reply at jboss.com Fri Feb 1 07:43:23 2008 From: do-not-reply at jboss.com (raghav8t2) Date: Fri, 1 Feb 2008 07:43:23 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss Service Doesnt Stop Message-ID: <5829640.1201869803503.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi.. i am able to start and stop the service... the changes that i made in service.bat are: :cmdStop REM Executed on service stop call shutdown -s 192.168.1.216 >stop.log goto cmdEnd added the IPAddress in the shutdown call. now i am able to stop service using net stop jbas42svc command. but one problem is temporary files are not deleted. i checked the server.log file. this is the problem area of server.log where tmp files are not removed... 2008-02-01 17:51:56,618 DEBUG [org.jboss.system.server.Server] Deleting server tmp/deploy directory 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6213jboss-annotations-ejb3.jar 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6214jboss-ejb3.jar 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6215jboss-aop-jdk50.jar 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6216jboss-aspect-library-jdk50.jar 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6217trove.jar 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6218jboss-bean-deployer.jar 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6219jboss-container.jar 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6220jboss-dependency.jar 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6221jboss-microcontainer.jar 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6222jasper-jdt.jar 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6223jbossweb-extras.jar 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6229jstl.jar 2008-02-01 17:51:56,618 DEBUG [org.jboss.util.file.Files] Failed to delete file: C:\jboss-4.2.0.GA\server\default\tmp\deploy\tmp6234jaxb-api.jar 2008-02-01 17:51:56,711 INFO [org.jboss.system.server.Server] Shutdown complete Thanks, Raghav. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125505#4125505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125505 From do-not-reply at jboss.com Fri Feb 1 07:51:46 2008 From: do-not-reply at jboss.com (fwjg2507) Date: Fri, 1 Feb 2008 07:51:46 -0500 (EST) Subject: [jboss-user] [EJB/JBoss] - hint comments Message-ID: <5484510.1201870306282.JavaMail.jboss@colo-br-02.atl.jboss.com> I want to write select hint select /*+ordered*/ x.a,y.b from x,y where x.c = y.d How should I write with EJBQL? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125506#4125506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125506 From do-not-reply at jboss.com Fri Feb 1 08:20:18 2008 From: do-not-reply at jboss.com (QPool.Char) Date: Fri, 1 Feb 2008 08:20:18 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Token.signal() ---> 2 tokens? Message-ID: <17362353.1201872018241.JavaMail.jboss@colo-br-02.atl.jboss.com> thx :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125509#4125509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125509 From do-not-reply at jboss.com Fri Feb 1 08:24:19 2008 From: do-not-reply at jboss.com (debnathm) Date: Fri, 1 Feb 2008 08:24:19 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - subprocess token positioned at next node Message-ID: <23390504.1201872259365.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I am trying to execute a subprocess but after signalling the main process, the token seems to go past the first state of the subprocess and position itself at the second state. I was expecting it to stop at the first state of the subprocess. The print statements after executing the test case are as below: After processInstance Node is: ProcessState(process-state1) Subprocess node is:fork1 Please let me know what's wrong. Thanks, Debnath The test case and setup details are as follows: Test case package com.jbpm.tutorial.subprocess; | | import junit.framework.TestCase; | import org.jbpm.graph.def.ProcessDefinition; | import org.jbpm.graph.exe.ProcessInstance; | import org.jbpm.graph.exe.Token; | import org.jbpm.graph.node.ProcessState; | | public class SubProcessTest extends TestCase { | public void setUp() | { | | } | | public void testSubProcess() | { | ProcessDefinition mainprocessDefinition = ProcessDefinition.parseXmlString( | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | ""); | ProcessInstance mainprocessInstance = new ProcessInstance(mainprocessDefinition); | System.out.println("After processInstance"); | | assertEquals(false, mainprocessInstance == null); | Token token = mainprocessInstance.getRootToken(); | token.signal(); | assertEquals(true, token.getNode() instanceof ProcessState); | System.out.println("Node is: " + token.getNode()); | ProcessInstance subProcessInstance = token.getSubProcessInstance(); | Token subprocessToken = subProcessInstance.getRootToken(); | System.out.println("Subprocess node is:" + subprocessToken.getNode().getName()); | assertEquals(true, subprocessToken.getNode().getName().equals("start")); | //System.out.println("Subprocess node is:" + subprocessToken.getNode().getName()); | } | } The Subprocess Resolver is as follows: | package com.jbpm.tutorial.subprocess; | | import org.jbpm.graph.node.SubProcessResolver; | import org.jbpm.graph.def.ProcessDefinition; | import org.dom4j.Element; | | public class CustomSubProcessResolver implements SubProcessResolver | { | | /** | * | */ | private static final long serialVersionUID = 1L; | | public ProcessDefinition findSubProcess(Element subProcessElement) | { | ProcessDefinition subprocessDefinition = ProcessDefinition.parseXmlString( | " " + | " " + | " " + | " " + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | ""); | return subprocessDefinition; | } | | } | The jbpm.cfg.xml is as follows: | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125510#4125510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125510 From do-not-reply at jboss.com Fri Feb 1 08:35:39 2008 From: do-not-reply at jboss.com (saasira) Date: Fri, 1 Feb 2008 08:35:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - handleException details Message-ID: <13910143.1201872939429.JavaMail.jboss@colo-br-02.atl.jboss.com> How can I get printstacke trace if we use seam declarative exception handling. Can we make seam exception handling to route to some bean instead of error page like in struts ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125513#4125513 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125513 From do-not-reply at jboss.com Fri Feb 1 08:39:09 2008 From: do-not-reply at jboss.com (jbalunas@redhat.com) Date: Fri, 1 Feb 2008 08:39:09 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ Message-ID: <22574796.1201873149369.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm glad to hear that it went well. I will take a look at the pasting error for the jee5 example. Thanks, Jay View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125514#4125514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125514 From do-not-reply at jboss.com Fri Feb 1 08:40:56 2008 From: do-not-reply at jboss.com (nickarls) Date: Fri, 1 Feb 2008 08:40:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: handleException details Message-ID: <20759150.1201873256049.JavaMail.jboss@colo-br-02.atl.jboss.com> The exception should be available in org.jboss.seam.handledException, you should be able to get the full stack trace from there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125515#4125515 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125515 From do-not-reply at jboss.com Fri Feb 1 08:43:41 2008 From: do-not-reply at jboss.com (beligum) Date: Fri, 1 Feb 2008 08:43:41 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: old RichFaces bug: MethodNotFoundException back? Message-ID: <17697082.1201873421824.JavaMail.jboss@colo-br-02.atl.jboss.com> I found the fix for this: add jboss-web.xml to the web context with a seperate classloader: | | | seam.jboss.org:loader= | java2ParentDelegation=false | | | and add the richfaces-impl.jar to the ejb context (richfaces-api.jar and richfaces-ui.jar go into the root ear context) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125516#4125516 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125516 From do-not-reply at jboss.com Fri Feb 1 08:43:58 2008 From: do-not-reply at jboss.com (nickarls) Date: Fri, 1 Feb 2008 08:43:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: handleException details Message-ID: <33460210.1201873438622.JavaMail.jboss@colo-br-02.atl.jboss.com> Meaning that you should be able to forward to a page that uses a bean that injects the exception and then generates a String from the stacktrace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125517#4125517 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125517 From do-not-reply at jboss.com Fri Feb 1 08:46:01 2008 From: do-not-reply at jboss.com (vib) Date: Fri, 1 Feb 2008 08:46:01 -0500 (EST) Subject: [jboss-user] [JBossCache] - Buddy Replication on specific Region Message-ID: <626231.1201873561815.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am trying to setup Buddy Replication on only certain Region of TreeCache. Is it possible to configure the cache service with this config? Thanks, vib View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125518#4125518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125518 From do-not-reply at jboss.com Fri Feb 1 08:46:41 2008 From: do-not-reply at jboss.com (w17chm4n) Date: Fri, 1 Feb 2008 08:46:41 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Force method to be run before page redirect (no pages.xm Message-ID: <1111952.1201873602017.JavaMail.jboss@colo-br-02.atl.jboss.com> Nowhere, it`s lazy fatched from the database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125519#4125519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125519 From do-not-reply at jboss.com Fri Feb 1 08:54:14 2008 From: do-not-reply at jboss.com (limousyf) Date: Fri, 1 Feb 2008 08:54:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Excel export and stateless bean Message-ID: <345572.1201874054576.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes I finally make it work using page parameters. But as the parameters for my report are dates (beginning, end), I had to use getTime() on java.util.Date and parse the generated String at the other end. It was a quick and dirty solution, working as soon as the parameter is convertible in a primary type. Well I guess it covers almost all cases but a solution using serialized objects would be better. But it certainly is the limit of the stateless model and the main usage of stateful model ... BTW thanks for the answers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125521#4125521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125521 From do-not-reply at jboss.com Fri Feb 1 08:54:35 2008 From: do-not-reply at jboss.com (lasansue) Date: Fri, 1 Feb 2008 08:54:35 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - s:formattedText problem, it does not handle + char Message-ID: <21116070.1201874075397.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I'm a new seam user. I've got a problem with displaying the + char in a s:formattedText. I tried to escape the character \+ and to let it alone +. In both cases, all the text before the + is displayed and none after. Does someone can tell me what i've done wrong. Thanks in advance, Regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125522#4125522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125522 From do-not-reply at jboss.com Fri Feb 1 08:57:41 2008 From: do-not-reply at jboss.com (matt_lc) Date: Fri, 1 Feb 2008 08:57:41 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - PDF generation : horizontalAlignment does not work Message-ID: <30441116.1201874261240.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I try to format a table in a PDF export. The problem is that the alignment parameters are not applied when the table become a bit complex... here is a sample of code that doesn't work : | | #{msgExportPDF.totalHT} | | #{msgExportPDF.tva}#{factureHome.instance.tauxTva.tva} #{msgExportPDF.pourcent} | | #{msgExportPDF.totalTTC} | | | I've read that there still were some problems with seam PDF generation. Is it a bug (how many time it takes to solve it)? Is my table wrong ? Is there some parameters to set elsewhere ? I've succeed to make it work with a very simple table (no other formatting parametters...) Thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125524#4125524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125524 From do-not-reply at jboss.com Fri Feb 1 09:07:21 2008 From: do-not-reply at jboss.com (flavia.rainone@jboss.com) Date: Fri, 1 Feb 2008 09:07:21 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - Re: AOPC compiler seems to run successfully without Aspectiz Message-ID: <958712.1201874841263.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! The path to the classes to be transformed is read from the src inner tag. So, you should have put the bin.dir in this tag. For more info on the aopc task, you can take a look at the reference manual: http://labs.jboss.com/jbossaop/docs/1.5.0.GA/docs/aspect-framework/reference/en/html/compiling.html#ant There you will find all the meanings of attributes and inner tags supported by the aopc tag. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125525#4125525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125525 From do-not-reply at jboss.com Fri Feb 1 09:10:35 2008 From: do-not-reply at jboss.com (terryb) Date: Fri, 1 Feb 2008 09:10:35 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error during PDF generation - IllegalStateException: No Message-ID: <28698914.1201875035048.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, thank you. you are right, that's what I did to resolve it. cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125526#4125526 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125526 From do-not-reply at jboss.com Fri Feb 1 09:11:28 2008 From: do-not-reply at jboss.com (saeediqbal1) Date: Fri, 1 Feb 2008 09:11:28 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: EntityManager is Null inside Constructor Message-ID: <33167561.1201875088485.JavaMail.jboss@colo-br-02.atl.jboss.com> | @PersistenceContext | private EntityManager entityManager; | private List existingData; | public void fillExistingData() | { | existingData = entityManager.createQuery("select c from CorpCustomers c where c.context = :con") .setParameter("con", "_574555XXXX") .getResultList(); | } | | and in the constructor i am trying to call this fillExistingData() method View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125527#4125527 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125527 From do-not-reply at jboss.com Fri Feb 1 09:12:01 2008 From: do-not-reply at jboss.com (mcrandall) Date: Fri, 1 Feb 2008 09:12:01 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Remoting - Callback method not being called Message-ID: <7016252.1201875121426.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm a newbie to the SEAM framework so please be patient with me. I have successfully used the remoting (AJAX) feature. However, when I have an entity bean (generated by seam gen) that has join columns, the results are returned but the callback method does not get called. Is there something wrong with how I am handling the result set in my component? Here is my entity bean: @Entity | @Table(name = "playbackevent") | public class Playbackevent implements java.io.Serializable { | | private String playbackEventId; | private Transaction transaction; | private Enduser enduser; | private Applicationversion applicationversion; | private Date eventTime; | private String eventType; | private String image; | private String machineId; | private String machineName; | | public Playbackevent() { | } | | public Playbackevent(String playbackEventId, Date eventTime, String image) { | this.playbackEventId = playbackEventId; | this.eventTime = eventTime; | this.image = image; | } | | public Playbackevent(String playbackEventId, Transaction transaction, | Enduser enduser, Applicationversion applicationversion, | Date eventTime, String eventType, String image, String machineId, | String machineName) { | this.playbackEventId = playbackEventId; | this.transaction = transaction; | this.enduser = enduser; | this.applicationversion = applicationversion; | this.eventTime = eventTime; | this.eventType = eventType; | this.image = image; | this.machineId = machineId; | this.machineName = machineName; | } | | @Id | @Column(name = "PlaybackEventID", unique = true, nullable = false, length = 32) | @NotNull | @Length(max = 32) | public String getPlaybackEventId() { | return this.playbackEventId; | } | | public void setPlaybackEventId(String playbackEventId) { | this.playbackEventId = playbackEventId; | } | | @ManyToOne(fetch = FetchType.LAZY) | @JoinColumn(name = "TransactionID") | public Transaction getTransaction() { | return this.transaction; | } | | public void setTransaction(Transaction transaction) { | this.transaction = transaction; | } | | @ManyToOne(fetch = FetchType.LAZY) | @JoinColumn(name = "EndUserID") | public Enduser getEnduser() { | return this.enduser; | } | | public void setEnduser(Enduser enduser) { | this.enduser = enduser; | } | | @ManyToOne(fetch = FetchType.LAZY) | @JoinColumn(name = "ApplicationVersionID") | public Applicationversion getApplicationversion() { | return this.applicationversion; | } | | public void setApplicationversion(Applicationversion applicationversion) { | this.applicationversion = applicationversion; | } | | @Temporal(TemporalType.TIMESTAMP) | @Column(name = "EventTime", nullable = false, length = 0) | @NotNull | public Date getEventTime() { | return this.eventTime; | } | | public void setEventTime(Date eventTime) { | this.eventTime = eventTime; | } | | @Column(name = "EventType", length = 13) | @Length(max = 13) | public String getEventType() { | return this.eventType; | } | | public void setEventType(String eventType) { | this.eventType = eventType; | } | | @Column(name = "Image", nullable = false, length = 1000) | @NotNull | @Length(max = 1000) | public String getImage() { | return this.image; | } | | public void setImage(String image) { | this.image = image; | } | | @Column(name = "MachineID", length = 32) | @Length(max = 32) | public String getMachineId() { | return this.machineId; | } | | public void setMachineId(String machineId) { | this.machineId = machineId; | } | | @Column(name = "MachineName", length = 500) | @Length(max = 500) | public String getMachineName() { | return this.machineName; | } | | public void setMachineName(String machineName) { | this.machineName = machineName; | } | | } | Here is my component: @Stateful | @Name("playerAction") | public class PlayerAction implements Player{ | | @In EntityManager entityManager; | | private List events; | | public List displayEvents() { | List playbackEvents = entityManager.createQuery( | "from Playbackevent p") | .getResultList(); | events = new ArrayList(); | for (int i = 0; i < playbackEvents.size(); i++) { | Playbackevent bean = (Playbackevent) playbackEvents.get(i); | events.add(bean); | } | return events; | } | | @Destroy @Remove | public void destroy() { } | | } | Here is the interface: @Local | public interface Player { | | @WebRemote | public List displayEvents(); | | public void destroy(); | | } My XHTML page: | | | | |
| Any help is greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125528#4125528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125528 From do-not-reply at jboss.com Fri Feb 1 09:12:52 2008 From: do-not-reply at jboss.com (mcrandall) Date: Fri, 1 Feb 2008 09:12:52 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Remoting - Callback method not being called Message-ID: <11665073.1201875172392.JavaMail.jboss@colo-br-02.atl.jboss.com> FYI: In my javascript, it should read: var eventId = result.getImage(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125530#4125530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125530 From do-not-reply at jboss.com Fri Feb 1 09:13:32 2008 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Fri, 1 Feb 2008 09:13:32 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: CAS logout in JBP 2.6.2 Message-ID: <22701828.1201875213000.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : | Where does this show up after compilation? | In the portal-identity-sso-lib.jar. Do a find and replace in your server configuration. There are a couple of places its packaged in Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125531#4125531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125531 From do-not-reply at jboss.com Fri Feb 1 09:13:47 2008 From: do-not-reply at jboss.com (baspet) Date: Fri, 1 Feb 2008 09:13:47 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Security: Login twice after logout Message-ID: <786683.1201875227051.JavaMail.jboss@colo-br-02.atl.jboss.com> My app uses home.page.xml with login-required="true". So, when identity.logout executes, control tries to render home.xhtml (that's why i don't use view on s:link). But, since home.xhtml is login-required and logout already called, seam correctly drives to login.xhtml. Of course, you have to catch NotLoggedInException in pages.xml to point to login.xhtml. V. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125532#4125532 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125532 From do-not-reply at jboss.com Fri Feb 1 09:14:43 2008 From: do-not-reply at jboss.com (mcrandall) Date: Fri, 1 Feb 2008 09:14:43 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Remoting - Callback method not being called Message-ID: <6470907.1201875283099.JavaMail.jboss@colo-br-02.atl.jboss.com> Try again: In my javascript, it should read: var eventId = result .getImage(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125533#4125533 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125533 From do-not-reply at jboss.com Fri Feb 1 09:15:37 2008 From: do-not-reply at jboss.com (terryb) Date: Fri, 1 Feb 2008 09:15:37 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - anyway to generate Seam PDF table in parent/childern format? Message-ID: <9739537.1201875337192.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a way to use seam pdf template and print data in parent/childern records in pdf table? I couldn't see how ui:repeat could be used to generate parent/child record listing.. anyone knows of any other way of example? also Seam p:tags... don't have rendered attribute, is there anyother way to conditionally render pdf tags, eg p:cell tag? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125534#4125534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125534 From do-not-reply at jboss.com Fri Feb 1 09:20:07 2008 From: do-not-reply at jboss.com (shw3@cdc.gov) Date: Fri, 1 Feb 2008 09:20:07 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Apps Deployment Problem on JBoss4.0.5GA Message-ID: <16278687.1201875607753.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello All, Sorry for this post if someone else asked before. We have server configured to automatic pick up war files in deploy directory. Most of our other apps will be picked up with no problem except two specific apps. We have to rename it first then rename it back to get it pick up by Jboss. Any help from anyone who has similar experiences? What can we do to get these pick up at first place? Thanks so much for your helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125536#4125536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125536 From do-not-reply at jboss.com Fri Feb 1 09:36:06 2008 From: do-not-reply at jboss.com (hvram) Date: Fri, 1 Feb 2008 09:36:06 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Obtaining Method name of the backing name in a component Message-ID: <13773769.1201876566159.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I know this is not related to Seam and is more of a JSF question . But I thought I will take a guess and try here . Sorry for the cross posting . I am trying to put up some test cases . I have an encodeEnd for all my components and I am printing the name of the id etc. These work without any problems . I would also like to obtain the method name of the backing bean associated with this component in the encodeEnd method so that I can print the name of the annotations associated with this method . I am not able to figure out how to obtain the name of the Method using the ValueExpression . All help will be appreciated TIA Regards Hari View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125541#4125541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125541 From do-not-reply at jboss.com Fri Feb 1 09:40:40 2008 From: do-not-reply at jboss.com (bodrin) Date: Fri, 1 Feb 2008 09:40:40 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: long live consumer stops working Message-ID: <17425007.1201876840212.JavaMail.jboss@colo-br-02.atl.jboss.com> Here are my answers: anonymous wrote : | I - Have you used debugging during your tests? | No. I just leave the long-live-consumer to run for a few hours, then check it if it receives the messages. It does not, and then I connect with the debuger to it and try to analyze its state via suspending all the threads, but withouh any success - I only see two related threads blocked on a socket read operation. anonymous wrote : | II - Also.. have you seen this sort of message on server? | | "16:09:52,005 WARN [SimpleConnectionManager] A problem has been detected with the connection to remote client 3j011-dg4k19-fc3uylzr-1-fc3uymin-4, jmsClientID=b-7omyu3cf-1-rzlyu3cf-91k4gd-110j3. It is possible the client has exited without closing its connection(s) or the network has failed. All connection resources corresponding to that client process will now be removed." | Yes, when checking question III. I tried to reproduce it again and there is an exception into the JBoss console: | 09:48:07,081 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBos | | [root at centos9 mpay]# | [root at centos9 mpay]# 15:31:49,131 ERROR [SocketClientInvoker] Got marshalling exception, exiting | java.io.IOException: Connection reset | at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96) | at java.net.SocketOutputStream.write(SocketOutputStream.java:136) | at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) | at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) | at java.io.DataOutputStream.flush(DataOutputStream.java:106) | at org.jboss.jms.wireformat.ClientDelivery.write(ClientDelivery.java:93) | at org.jboss.jms.wireformat.JMSWireFormat.write(JMSWireFormat.java:237) | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.versionedWrite(MicroSocketClientInvoker.java:945) | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:586) | at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:418) | at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122) | at org.jboss.remoting.Client.invoke(Client.java:1634) | at org.jboss.remoting.Client.invoke(Client.java:548) | at org.jboss.remoting.Client.invokeOneway(Client.java:598) | at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:826) | at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallbackOneway(ServerInvokerCallbackHandler.java:697) | at org.jboss.jms.server.endpoint.ServerSessionEndpoint.performDelivery(ServerSessionEndpoint.java:1432) | at org.jboss.jms.server.endpoint.ServerSessionEndpoint.handleDelivery(ServerSessionEndpoint.java:1344) | at org.jboss.jms.server.endpoint.ServerConsumerEndpoint.handle(ServerConsumerEndpoint.java:322) | at org.jboss.messaging.core.impl.RoundRobinDistributor.handle(RoundRobinDistributor.java:119) | at org.jboss.messaging.core.impl.MessagingQueue$DistributorWrapper.handle(MessagingQueue.java:582) | at org.jboss.messaging.core.impl.ClusterRoundRobinDistributor.handle(ClusterRoundRobinDistributor.java:79) | at org.jboss.messaging.core.impl.ChannelSupport.deliverInternal(ChannelSupport.java:606) | at org.jboss.messaging.core.impl.MessagingQueue.deliverInternal(MessagingQueue.java:505) | at org.jboss.messaging.core.impl.ChannelSupport$InMemoryCallback.afterCommit(ChannelSupport.java:935) | at org.jboss.messaging.core.impl.tx.Transaction.commit(Transaction.java:228) | at org.jboss.jms.server.endpoint.ServerConnectionEndpoint.sendTransaction(ServerConnectionEndpoint.java:474) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised.org$jboss$jms$server$endpoint$advised$ConnectionAdvised$sendTransaction$aop(ConnectionAdvised.java:101) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N3268650789275322226.invokeNext(ConnectionAdvised$sendTransaction_N3268650789275322226.java) | at org.jboss.jms.server.container.SecurityAspect.handleSendTransaction(SecurityAspect.java:195) | at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:121) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N3268650789275322226.invokeNext(ConnectionAdvised$sendTransaction_N3268650789275322226.java) | at org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N3268650789275322226.invokeNext(ConnectionAdvised$sendTransaction_N3268650789275322226.java) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised.sendTransaction(ConnectionAdvised.java) | at org.jboss.jms.wireformat.ConnectionSendTransactionRequest.serverInvoke(ConnectionSendTransactionRequest.java:82) | at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:143) | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:795) | at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:573) | at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:387) | at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:166) | 15:31:49,136 ERROR [ServerInvokerCallbackHandler] Error handling callback | java.rmi.MarshalException: Failed to communicate. Problem during marshalling/unmarshalling; nested exception is: | java.io.IOException: Connection reset | at org.jboss.remoting.transport.socket.SocketClientInvoker.handleException(SocketClientInvoker.java:122) | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:669) | at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:418) | at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122) | at org.jboss.remoting.Client.invoke(Client.java:1634) | at org.jboss.remoting.Client.invoke(Client.java:548) | at org.jboss.remoting.Client.invokeOneway(Client.java:598) | at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallback(ServerInvokerCallbackHandler.java:826) | at org.jboss.remoting.callback.ServerInvokerCallbackHandler.handleCallbackOneway(ServerInvokerCallbackHandler.java:697) | at org.jboss.jms.server.endpoint.ServerSessionEndpoint.performDelivery(ServerSessionEndpoint.java:1432) | at org.jboss.jms.server.endpoint.ServerSessionEndpoint.handleDelivery(ServerSessionEndpoint.java:1344) | at org.jboss.jms.server.endpoint.ServerConsumerEndpoint.handle(ServerConsumerEndpoint.java:322) | at org.jboss.messaging.core.impl.RoundRobinDistributor.handle(RoundRobinDistributor.java:119) | at org.jboss.messaging.core.impl.MessagingQueue$DistributorWrapper.handle(MessagingQueue.java:582) | at org.jboss.messaging.core.impl.ClusterRoundRobinDistributor.handle(ClusterRoundRobinDistributor.java:79) | at org.jboss.messaging.core.impl.ChannelSupport.deliverInternal(ChannelSupport.java:606) | at org.jboss.messaging.core.impl.MessagingQueue.deliverInternal(MessagingQueue.java:505) | at org.jboss.messaging.core.impl.ChannelSupport$InMemoryCallback.afterCommit(ChannelSupport.java:935) | at org.jboss.messaging.core.impl.tx.Transaction.commit(Transaction.java:228) | at org.jboss.jms.server.endpoint.ServerConnectionEndpoint.sendTransaction(ServerConnectionEndpoint.java:474) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised.org$jboss$jms$server$endpoint$advised$ConnectionAdvised$sendTransaction$aop(ConnectionAdvised.java:101) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N3268650789275322226.invokeNext(ConnectionAdvised$sendTransaction_N3268650789275322226.java) | at org.jboss.jms.server.container.SecurityAspect.handleSendTransaction(SecurityAspect.java:195) | at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:121) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N3268650789275322226.invokeNext(ConnectionAdvised$sendTransaction_N3268650789275322226.java) | at org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised$sendTransaction_N3268650789275322226.invokeNext(ConnectionAdvised$sendTransaction_N3268650789275322226.java) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised.sendTransaction(ConnectionAdvised.java) | at org.jboss.jms.wireformat.ConnectionSendTransactionRequest.serverInvoke(ConnectionSendTransactionRequest.java:82) | at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:143) | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:795) | at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:573) | at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:387) | at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:166) | Caused by: java.io.IOException: Connection reset | at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:96) | at java.net.SocketOutputStream.write(SocketOutputStream.java:136) | at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) | at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) | at java.io.DataOutputStream.flush(DataOutputStream.java:106) | at org.jboss.jms.wireformat.ClientDelivery.write(ClientDelivery.java:93) | at org.jboss.jms.wireformat.JMSWireFormat.write(JMSWireFormat.java:237) | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.versionedWrite(MicroSocketClientInvoker.java:945) | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:586) | ... 35 more | [root at centos9 mpay]# | anonymous wrote : | III - If you start another client, Long-live-queue-consumer, would you see messages arriving? | 1. I have started another client and it received 8 messages, not 10 as espected. Two messages are missing 2. I tried to send another 10 messages and the second long-live-consumers receives them all. 3. I stopped the first one, and then a message into the JBoss console appeared: | [root at centos9 mpay]# 15:52:58,801 WARN [SimpleConnectionManager] A problem has been detected with the connection to remote client 4sg1e4f-d8p38v-fc4foojk-1-fc4fop7g-4, jmsClientID=b-tepof4cf-1-kjoof4cf-v83p8d-f4e1gs4. It is possible the client has exited without closing its connection(s) or the network has failed. All connection resources corresponding to that client process will now be removed. | Could you tell me what exactly this means, please? 4.After that I have started again a long-live-consumer and it received the two missing messages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125544#4125544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125544 From do-not-reply at jboss.com Fri Feb 1 09:45:57 2008 From: do-not-reply at jboss.com (gilsontavares) Date: Fri, 1 Feb 2008 09:45:57 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Excel export and stateless bean Message-ID: <24023045.1201877157312.JavaMail.jboss@colo-br-02.atl.jboss.com> As far as I know, the page parameter tag has a converterId attribute, so wouldn't the following work in this case? [ ] ' s Gilson View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125546#4125546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125546 From do-not-reply at jboss.com Fri Feb 1 09:52:24 2008 From: do-not-reply at jboss.com (starkc) Date: Fri, 1 Feb 2008 09:52:24 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <6767414.1201877544324.JavaMail.jboss@colo-br-02.atl.jboss.com> I feel I have to reiterate that the code is closed to be, I do not have source access at this time, which unfortunately may limit us although I hope it does not. StrategyBeanBMPs ejbCreate, as per a decompiler, is as follows: | public StrategyPK ejbCreate(String s, String s1, String s2, Timestamp timestamp, byte abyte0[], String s3, BigDecimal bigdecimal, | String s4) | throws CreateException, RemoteException | { | if(!isEncrypted(abyte0)) | abyte0 = encrypt(abyte0); | super.ejbCreate(s, s1, s2, timestamp, abyte0, s3, bigdecimal, s4); | Connection connection; | try | { | ejbFindByPrimaryKey(new StrategyPK(s, s1)); | throw new DuplicateKeyException("Primary key already exists"); | } | catch(ObjectNotFoundException objectnotfoundexception) | { | connection = null; | } | PreparedStatement preparedstatement = null; | try | { | connection = dataSource.getConnection(); | if(DatabaseDetector.isOracle(connection)) | preparedstatement = connection.prepareStatement("insert into strategy (business, strategy, version, deploy_dt, deploy_admin_server, deploy_port, deploy_protocol, xml) values (?, ?, ?, ?, ?, ?, ?, empty_blob())"); | else | preparedstatement = connection.prepareStatement("insert into strategy (business, strategy, version, deploy_dt, deploy_admin_server, deploy_port, deploy_protocol, xml) values (?, ?, ?, ?, ?, ?, ?, ?)"); | if(timestamp == null) | timestamp = new Timestamp(System.currentTimeMillis()); | preparedstatement.setString(1, s); | preparedstatement.setString(2, s1); | preparedstatement.setString(3, s2); | preparedstatement.setTimestamp(4, timestamp); | preparedstatement.setString(5, s3); | if(bigdecimal == null) | bigdecimal = new BigDecimal("7001"); | preparedstatement.setBigDecimal(6, bigdecimal); | preparedstatement.setString(7, s4); | if(!DatabaseDetector.isOracle(connection)) | { | String s5 = new String(abyte0); | StringReader stringreader = new StringReader(s5); | preparedstatement.setCharacterStream(8, stringreader, s5.length()); | } | if(preparedstatement.executeUpdate() != 1) | throw new CreateException("Error adding row"); | if(DatabaseDetector.isOracle(connection)) | { | Object obj = null; | Object obj1 = null; | boolean flag = true; | try | { | connection = dataSource.getConnection(); | boolean flag1 = connection.getAutoCommit(); | connection.setAutoCommit(false); | String s6 = "select xml from strategy where business = ? and strategy = ? for update"; | preparedstatement = connection.prepareStatement(s6); | preparedstatement.setString(1, s); | preparedstatement.setString(2, s1); | ResultSet resultset = preparedstatement.executeQuery(); | if(resultset.next()) | { | Blob blob = resultset.getBlob("xml"); | if(blob != null) | { | OutputStream outputstream = ((OracleBlob)blob).getBinaryOutputStream(); | outputstream.write(abyte0); | outputstream.flush(); | outputstream.close(); | connection.commit(); | connection.setAutoCommit(flag1); | } | } | } | catch(IOException ioexception) | { | ioexception.printStackTrace(); | try | { | connection.rollback(); | } | catch(Exception exception) { } | throw new EJBException("IO Exception reading xml from strategy" + ioexception.toString()); | } | catch(SQLException sqlexception1) | { | sqlexception1.printStackTrace(); | try | { | connection.rollback(); | } | catch(Exception exception1) { } | throw new EJBException("select xml from strategy where business = '" + super.business + "' and strategy = '" + super.strategy + "' for update" + sqlexception1.toString()); | } | } | StrategyPK strategypk = new StrategyPK(s, s1); | return strategypk; | } | catch(SQLException sqlexception) | { | sqlexception.printStackTrace(); | throw new EJBException("Error executing SQL insert into strategy (business, strategy, version, deploy_dt, xml) values (?, ?, ?, ?, ?): " + sqlexception.toString()); | } | finally | { | closeConnection(connection, preparedstatement); | } | } I was never able to successfully recreate the scenario to pin down the statement throwing the exception, however looking at the trace a guess would be this one: super.ejbCreate(s, s1, s2, timestamp, abyte0, s3, bigdecimal, s4); Which would cause it to call the Strategy.create method? This may not be correct understanding of the situation... The output of the -tf command on the earfile is as follows: | META-INF/ | META-INF/MANIFEST.MF | decisionCore.jar | decisionserver.war | META-INF/application.xml | decisionCore contains the EJBs, whereas decisionserver.war comtains the webapp, obviously. At one point I had a jboss-app.xml placed next to the application.xml, specifying isolation, etc... however it was removed along the course of my testing to this point. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125547#4125547 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125547 From do-not-reply at jboss.com Fri Feb 1 09:53:45 2008 From: do-not-reply at jboss.com (thof) Date: Fri, 1 Feb 2008 09:53:45 -0500 (EST) Subject: [jboss-user] [JBossWS] - wstools wsdl-java => NullPointerException Message-ID: <15036336.1201877625953.JavaMail.jboss@colo-br-02.atl.jboss.com> Compiling a WSDL with wstools and following config I got a NullPointerException: [wstools] java.lang.NullPointerException [wstools] at org.jboss.ws.tools.WSDLToJava.appendMethods(WSDLToJava.java:423) [wstools] at org.jboss.ws.tools.WSDLToJava.createSEIFile(WSDLToJava.java:516) [wstools] at org.jboss.ws.tools.WSDLToJava.createSEI(WSDLToJava.java:538) [wstools] at org.jboss.ws.tools.WSDLToJava.generateSEI(WSDLToJava.java:187) [wstools] at org.jboss.ws.tools.helpers.ToolsHelper.handleWSDLToJavaGeneration(ToolsHelper.java:329) [wstools] at org.jboss.ws.tools.WSTools.process(WSTools.java:138) [wstools] at org.jboss.ws.tools.WSTools.generate(WSTools.java:120) [wstools] at org.jboss.ws.tools.ant.wstools.execute(wstools.java:103) [wstools] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) [wstools] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) [wstools] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [wstools] at java.lang.reflect.Method.invoke(Method.java:585) [wstools] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) I'm using wstools of jbossws14-client.jar. I read the documentation, wiki and faqs, so I'm hoping someone can provide some help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125549#4125549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125549 From do-not-reply at jboss.com Fri Feb 1 09:57:49 2008 From: do-not-reply at jboss.com (xinhua) Date: Fri, 1 Feb 2008 09:57:49 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - @DataModelSelection question Message-ID: <15224954.1201877869014.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi,all I have a very simple test code for @DataModel @DataModelSelection,but it does not work...:(. The list is shown correctly, but everytime i click on a row, a ClassCastException comes.... :((( here is the code: | | @Name("siteeditorPB") | @Scope(ScopeType.CONVERSATION) | public class SiteEditorBean | { | | @Logger | private Log log; | | @In(create = true,value="siteeditor_glue") | SiteEditorGBean sglue; | | | @DataModel | List pages; | | @DataModelSelection | Page page; | | @Factory(scope=ScopeType.CONVERSATION) | @Begin(join=true) | public List getPages() | { | //load data from DB | return sglue.loadAllPages(); | } | | @Begin(join=true) | public void selectPage(){ | if(page!=null){ | log.info("---------> #0 selected", page.getName()); | } | } | | | | | } | xhtml | | | | | | | | | | | | | | | | | | | | | | | | | | | CCE exception: | 15:41:48,468 FATAL [application] /pages/group_header/god.xhtml @37,102 action="#{siteeditorPB.selectPage}": java.lang.ClassCastException: java.util.ArrayList | javax.faces.el.EvaluationException: /pages/group_header/god.xhtml @37,102 action="#{siteeditorPB.selectPage}": java.lang.ClassCastException: java.util.ArrayList | | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:73) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.component.AjaxActionComponent.broadcast(AjaxActionComponent.java:62) | at org.ajax4jsf.component.UIDataAdaptor.broadcast(UIDataAdaptor.java:1198) | at org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:184) | at org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:162) | at org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:350) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.lang.ClassCastException: java.util.ArrayList | at org.jboss.seam.databinding.DataModelBinder.getSelection(DataModelBinder.java:14) | at org.jboss.seam.Component.injectDataModelSelection(Component.java:1497) | at org.jboss.seam.Component.injectDataModelSelections(Component.java:1478) | at org.jboss.seam.Component.inject(Component.java:1417) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:45) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:48) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.ConversationInterceptor.aroundInvoke(ConversationInterceptor.java:56) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:166) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:102) | | can anyone help? thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125550#4125550 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125550 From do-not-reply at jboss.com Fri Feb 1 10:08:09 2008 From: do-not-reply at jboss.com (Juergen.Zimmermann) Date: Fri, 1 Feb 2008 10:08:09 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: TRACE level doesn't work Message-ID: <12667790.1201878489803.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you. That's what I was looking for. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125552#4125552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125552 From do-not-reply at jboss.com Fri Feb 1 10:10:37 2008 From: do-not-reply at jboss.com (limousyf) Date: Fri, 1 Feb 2008 10:10:37 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Excel export and stateless bean Message-ID: <19653253.1201878637517.JavaMail.jboss@colo-br-02.atl.jboss.com> Well I tried, but it seems not to work because of this bug: http://jira.jboss.com:8080/jira/browse/JBSEAM-2429?page=comments&decorator=printable View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125553#4125553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125553 From do-not-reply at jboss.com Fri Feb 1 10:18:06 2008 From: do-not-reply at jboss.com (kabir.khan@jboss.com) Date: Fri, 1 Feb 2008 10:18:06 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - JBoss AOP 2.0.0.CR4 released Message-ID: <24416289.1201879086944.JavaMail.jboss@colo-br-02.atl.jboss.com> The 2.0.0.GA release is getting closer and closer. The latest release is JBoss AOP 2.0.0.CR4. You can downloadit here: http://labs.jboss.com/jbossaop/downloads and view the release notes here: http://jira.jboss.com/jira/secure/ReleaseNote.jspa?projectId=10055&styleName=Html&version=12311980 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125555#4125555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125555 From do-not-reply at jboss.com Fri Feb 1 10:25:16 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Fri, 1 Feb 2008 10:25:16 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Remoting - Callback method not being called Message-ID: <12313824.1201879516336.JavaMail.jboss@colo-br-02.atl.jboss.com> So you're definitely getting an XML response returned to the browser? By the way, there's no need to create a duplicate List to return, just return the query result. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125556#4125556 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125556 From do-not-reply at jboss.com Fri Feb 1 10:25:57 2008 From: do-not-reply at jboss.com (bornmw) Date: Fri, 1 Feb 2008 10:25:57 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - interceptors stack is static? Message-ID: <9267563.1201879557643.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! I need to conditionally disable one interceptor in the interceptor stack from my aspect. I get access to the stack with InvocationBase.getInterceptors() I was very surprised to see that my change to the array of interceptors doesn't happen in the context of current invocation. Changes to the array lead to changed interceptor stack for all subsequent invocations. Is there any way to change the interceptor stack in the context of current call only? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125557#4125557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125557 From do-not-reply at jboss.com Fri Feb 1 10:30:16 2008 From: do-not-reply at jboss.com (kabir.khan@jboss.com) Date: Fri, 1 Feb 2008 10:30:16 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - Re: interceptors stack is static? Message-ID: <27229676.1201879816688.JavaMail.jboss@colo-br-02.atl.jboss.com> I fail to see how you would get that behaviour... But you can try to use the following Invocation method instead: | Object invokeNext(Interceptor[] newInterceptors) throws Throwable; | If that does not work, please supply a test case so we can see this in action View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125558#4125558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125558 From do-not-reply at jboss.com Fri Feb 1 10:37:02 2008 From: do-not-reply at jboss.com (DeanoUK) Date: Fri, 1 Feb 2008 10:37:02 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Use of EJBs within LoginModule Message-ID: <31329696.1201880222123.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it possible to use an EJB within a LoginModule? At the moment the EJB is set to @PermitAll but the LoginModule is re-called when the EJB call is made within itself... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125562#4125562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125562 From do-not-reply at jboss.com Fri Feb 1 10:37:30 2008 From: do-not-reply at jboss.com (xinhua) Date: Fri, 1 Feb 2008 10:37:30 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @DataModelSelection question Message-ID: <29625328.1201880250236.JavaMail.jboss@colo-br-02.atl.jboss.com> resolved code should be: | | ..... | @Factory("pages") | @Begin(join=true) | public List getPages() | { | pages = sglue.loadAllPages(); | return pages; | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125563#4125563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125563 From do-not-reply at jboss.com Fri Feb 1 10:39:34 2008 From: do-not-reply at jboss.com (mcrandall) Date: Fri, 1 Feb 2008 10:39:34 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Remoting - Callback method not being called Message-ID: <10255014.1201880374358.JavaMail.jboss@colo-br-02.atl.jboss.com> This is what I'm getting back (in the debug window): abbreviated version:
3
| | | | 527c256b%3A117d13f877a%3A-7e97 | | %2Fimages%2F20080116%2Ftbrady%2F28.jpg | 527c256b%3A117d13f877a%3A-7d4f | ERROR | 20080131140950000 | | | ABBREVIATED | Microsoft%20Internet%20Explorer527c256b%3A117d13f877a%3A-7fb2iexplorer.exe | |
| I'll made the change you suggested. It looks like a problem with my query? I'm getting back more than just the playbackevent object. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125564#4125564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125564 From do-not-reply at jboss.com Fri Feb 1 10:40:06 2008 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 1 Feb 2008 10:40:06 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss Service Doesnt Stop Message-ID: <13534731.1201880406520.JavaMail.jboss@colo-br-02.atl.jboss.com> Those are debug level logs and can be safely ignored. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125566#4125566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125566 From do-not-reply at jboss.com Fri Feb 1 10:41:08 2008 From: do-not-reply at jboss.com (blabno) Date: Fri, 1 Feb 2008 10:41:08 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @DataModelSelection question Message-ID: <2830701.1201880468494.JavaMail.jboss@colo-br-02.atl.jboss.com> Factory method should not return anything, but set some values by itself. @Factory(scope=ScopeType.CONVERSATION) public void getPages() { pages = sglue.loadAllPages(); } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125568#4125568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125568 From do-not-reply at jboss.com Fri Feb 1 10:41:55 2008 From: do-not-reply at jboss.com (gmbroth@hotmail.com) Date: Fri, 1 Feb 2008 10:41:55 -0500 (EST) Subject: [jboss-user] [JBossCache] - Help getting started with JBossCache Message-ID: <23670278.1201880515311.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm developing an ESB-based SOA (using ServiceMix) that has a requirement to replicate workflow state across servers. Any solution must be open-source, provide a Java API, operate transparently and be easy to install, configure and administer. Of course, decent performance would also be nice. Does JBoss Cache fit this description? If not, can you suggest a possible solution? Finally, there's a product called Jofti that seems to provide an interface on top of a pluggable cache implementation that includes JBossCache. Is anyone familiar with Jofti? Should I use it vice JBossCache directly? Thanks, Garry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125569#4125569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125569 From do-not-reply at jboss.com Fri Feb 1 10:46:55 2008 From: do-not-reply at jboss.com (clebert.suconic@jboss.com) Date: Fri, 1 Feb 2008 10:46:55 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: long live consumer stops working Message-ID: <25593870.1201880815377.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Could you tell me what exactly this means, please? It means your client couldn't send Pings fast enough to the server at some point. Or you have some network problem, or something is making your client to run really slowly. Probably your Heavy debug options are making your client behave this way. I would suggest you to remove those debug messages... and maybe verify your timeout configurations. Since you are using ServiceBindingManager to a clustered configuration, maybe you didn't update it properly. (Note that there are 4 places you need to replace it on the ServiceBinding). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125570#4125570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125570 From do-not-reply at jboss.com Fri Feb 1 10:47:54 2008 From: do-not-reply at jboss.com (clebert.suconic@jboss.com) Date: Fri, 1 Feb 2008 10:47:54 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: long live consumer stops working Message-ID: <11126028.1201880874926.JavaMail.jboss@colo-br-02.atl.jboss.com> "Clebert" wrote : would suggest you to remove those debug messages Of course here I meant... "remove those debug options" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125571#4125571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125571 From do-not-reply at jboss.com Fri Feb 1 10:50:27 2008 From: do-not-reply at jboss.com (xinhua) Date: Fri, 1 Feb 2008 10:50:27 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @DataModelSelection question Message-ID: <23533291.1201881027121.JavaMail.jboss@colo-br-02.atl.jboss.com> thank you blabno, you are right :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125573#4125573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125573 From do-not-reply at jboss.com Fri Feb 1 10:51:12 2008 From: do-not-reply at jboss.com (ebephil) Date: Fri, 1 Feb 2008 10:51:12 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - JSR-301 PortletBridge: PortletPrefs / ServletRequest on Ajax Message-ID: <25785010.1201881072884.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I want to reRender Bean properties that are under the hood stored in the PortletPreferences. Ajax requests however seem to be using ServletRequests only. Is there a way to tell a4j to use PortletRequests instead or to obtain a reference to the PortletPreferences from the ServletRequest? Or shouldn't I be using the PortletPreferences anyway? Here's my situation: I have a Portlet with a table and a chart. In the table, I list values that can be drawn in the chart, along with a checkbox (h:selectBooleanCheckbox + a4j:support). If the checkbox is set, the value is drawn in the chart. To keep this a portlet specific setting, the backing bean is using the Portlet Preferences to store this information. Using a h:commandButton, everything works as expected. Using a4j functionality however, I don't have access to the PortletPreferences (event="onclick", reRender="chart"). Right now, I am using RichFaces 3.1.3 on JBP 2.6.3. Thanks, Phil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125574#4125574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125574 From do-not-reply at jboss.com Fri Feb 1 10:57:58 2008 From: do-not-reply at jboss.com (szaccaria) Date: Fri, 1 Feb 2008 10:57:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: JBPM, mail and ws Message-ID: <13089280.1201881478622.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Pete, I looked today as "mail" example working, that can be found in the seam's package. And i've find a difference respect my test. This difference is the file jboss-web.xml; | | | | | | seam.jboss.org:loader=org.thezak3.wf | java2ParentDelegation=false | | | | | if i delete this file my test make good... but i don't know if this is the right way... Can you help me? It seem that the problem is in the classpath. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125577#4125577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125577 From do-not-reply at jboss.com Fri Feb 1 11:05:29 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 1 Feb 2008 11:05:29 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Jboss 2.0.1.GA UrlRewritting how to ? Message-ID: <5423014.1201881929053.JavaMail.jboss@colo-br-02.atl.jboss.com> The DVDStore uses urlrewite to remove the .seam portion of the URL and to create /dvd/id URLs. This is done using bidirectional rewriting, which means nothing in the application needed to change to generate or consume the friendly URL. The wiki example also use urlrewrite. It uses fancier incoming rules, but I believe it doesn't use outbound rules. We've got plans for a proper routing system for Seam 2.1 because, as you'll see from the dvdstore example, the rules get messy quickly. Regular expression matching is just the wrong technology for the type of rewriting we need to do in a Seam application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125579#4125579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125579 From do-not-reply at jboss.com Fri Feb 1 11:06:38 2008 From: do-not-reply at jboss.com (seanmcelroy) Date: Fri, 1 Feb 2008 11:06:38 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - jbpm4jsf help Message-ID: <222876.1201881998133.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, Where can I find documentation on jbpm4jsf? Many Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125580#4125580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125580 From do-not-reply at jboss.com Fri Feb 1 11:07:26 2008 From: do-not-reply at jboss.com (Darquerus) Date: Fri, 1 Feb 2008 11:07:26 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Solved - Cannot deploy EAR on JBoss 4.2.2.GA Message-ID: <31327895.1201882046128.JavaMail.jboss@colo-br-02.atl.jboss.com> Problem solved: The new JBoss version processes the deployment descriptor ejb-jar.xml correctly. I found that my generation process put the ejb-name from my MappedSuperclass into the ejb-jar.xml. I correct this part and now it is working!! PS: Thread can be closed! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125581#4125581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125581 From do-not-reply at jboss.com Fri Feb 1 11:09:19 2008 From: do-not-reply at jboss.com (baspet) Date: Fri, 1 Feb 2008 11:09:19 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Here is a Richfaces Ajax Datascroler and Seam Example Message-ID: <17473902.1201882159132.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried to run your code but i am getting NotSupportedException because setRowIndex is called. Is that expected?. Any idea? Thanks, V. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125583#4125583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125583 From do-not-reply at jboss.com Fri Feb 1 11:20:42 2008 From: do-not-reply at jboss.com (dexjam) Date: Fri, 1 Feb 2008 11:20:42 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Seam events question Message-ID: <32656532.1201882842740.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, is it possible to raise an event in the ejb and consume that event in a class residing in the war project? So if i fire the event in a class from project-jar.jar and consume it in project-war.jar ... I hope i could make it clear what i want to do. Regards, Jens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125586#4125586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125586 From do-not-reply at jboss.com Fri Feb 1 11:21:50 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 1 Feb 2008 11:21:50 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: What are the aslias defined for the built in seam compon Message-ID: <2784473.1201882910133.JavaMail.jboss@colo-br-02.atl.jboss.com> I haven't benchmarked this, but the lookups are basically a series of hashtable lookups, which makes it a pretty speedy thing altogether. On the issue of creating a name index for components, the problem I see is that the underlying contexts are very dynamic. The meaning of "foo" could easily change out from underneath us. (if there weren't the potential for conflict, we wouldn't need namespaces in the first place) I can't see any way that the required indexing (even if it were possible for all contexts) wouldn't be a much more expensive operation. I think the best solution is that if performance is a concern, always use the fully qualified name or create aliases. In the core seam code we always use the fully qualified name. Failing that, @Import and your own custom factory values could be used to optimize lookups for anything you observe to be a performance problem. So far, of all the inefficient things Seam is doing, this is fairly low down the list of things that are likely to have an impact on overall performance. That being said, we love to see profiling results on real applications. We are 100% committed to making sure Seam isn't slowing your application down. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125587#4125587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125587 From do-not-reply at jboss.com Fri Feb 1 11:23:29 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 1 Feb 2008 11:23:29 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Bug in UIStroke class (pdf part) Message-ID: <31599034.1201883009796.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, please create a JIRA issue for any bugs you find. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125588#4125588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125588 From do-not-reply at jboss.com Fri Feb 1 11:24:01 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 1 Feb 2008 11:24:01 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Bug in UIStroke class (pdf part) Message-ID: <25413552.1201883041838.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, please create a JIRA issue for any bugs you find. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125589#4125589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125589 From do-not-reply at jboss.com Fri Feb 1 11:26:44 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 1 Feb 2008 11:26:44 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam events question Message-ID: <28368932.1201883204215.JavaMail.jboss@colo-br-02.atl.jboss.com> That should not be a problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125590#4125590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125590 From do-not-reply at jboss.com Fri Feb 1 11:27:00 2008 From: do-not-reply at jboss.com (bodrin) Date: Fri, 1 Feb 2008 11:27:00 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: long live consumer stops working Message-ID: <28686075.1201883220342.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : | I would suggest you to remove those debug messages... and maybe verify your timeout configurations. Since you are using ServiceBindingManager to a clustered configuration, maybe you didn't update it properly. (Note that there are 4 places you need to replace it on the ServiceBinding). | Ok, I suppose you mean 4 places in case of a cluster with 4 nodes, right? Because my cluster has 2 nodes and I have already updated this 2 places in $JBOSS_HOME/docs/examples/binding-manager/sample-bindings.xml with the attributes from JBOSS_CONFIG/deploy/jboss-messaging.sar/remoting-bisocket-service.xml. Is this ok? It is strange that the messaging is using some configuration inside $JBOSS_HOME/docs/examples. Anyway, this happens (the warning message) when I stopped the first long-live-consumer (the one that should receive the messages, but it does not), so I suppose that this is normal and that it is not related to the problem. So then it is not because of the debug mode too.. What can I do more to investigate this further? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125591#4125591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125591 From do-not-reply at jboss.com Fri Feb 1 11:31:05 2008 From: do-not-reply at jboss.com (timfox) Date: Fri, 1 Feb 2008 11:31:05 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: long live consumer stops working Message-ID: <7531615.1201883465329.JavaMail.jboss@colo-br-02.atl.jboss.com> "bodrin" wrote : It is strange that the messaging is using some configuration inside $JBOSS_HOME/docs/examples. | Don't blame messaging! It is using the config from there because you (or someone else on your side) configured it to use that. Do a search in the wiki for ServiceBindingManager to find out more. You are getting the warning on the server because the server thinks the client has suddenly died. This is because you are either killing the client suddenly or in your code you are exiting without closing your connections properly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125592#4125592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125592 From do-not-reply at jboss.com Fri Feb 1 11:44:53 2008 From: do-not-reply at jboss.com (dexjam) Date: Fri, 1 Feb 2008 11:44:53 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam events question Message-ID: <2559485.1201884293802.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, then maybe i am doing s.th. wrong, because in my case that seems not to work or this is a JSF "problem" i am trying to set some value onto a component binding when that event is fired, so i annotated the setter with @Observer("event") but when the method with @RaiseEvent("event") is fired, the Setter is not called ... Do you have any ideas, or maybe that's impossible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125594#4125594 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125594 From do-not-reply at jboss.com Fri Feb 1 11:46:51 2008 From: do-not-reply at jboss.com (bodrin) Date: Fri, 1 Feb 2008 11:46:51 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: long live consumer stops working Message-ID: <307409.1201884411938.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Don't blame messaging!.. I just wonder if I'm understanding the installation steps correctly.. But, as I said I reproduce the problem, then I kill the long-live-consumer (bacause it does not receive anything) and then the warning appears. So, this is not related to the problem itself, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125596#4125596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125596 From do-not-reply at jboss.com Fri Feb 1 11:50:18 2008 From: do-not-reply at jboss.com (dhinojosa) Date: Fri, 1 Feb 2008 11:50:18 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - ReportNG. Nice reporting for your tests Message-ID: <12992791.1201884618393.JavaMail.jboss@colo-br-02.atl.jboss.com> https://reportng.dev.java.net/ Just found this, this morning. I am going to plug it into my Seam apps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125597#4125597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125597 From do-not-reply at jboss.com Fri Feb 1 11:51:04 2008 From: do-not-reply at jboss.com (Andergast) Date: Fri, 1 Feb 2008 11:51:04 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: CAS logout in JBP 2.6.2 Message-ID: <23055217.1201884664038.JavaMail.jboss@colo-br-02.atl.jboss.com> Works like a charm. Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125598#4125598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125598 From do-not-reply at jboss.com Fri Feb 1 11:54:20 2008 From: do-not-reply at jboss.com (Necromancer) Date: Fri, 1 Feb 2008 11:54:20 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - seam conversation problem Message-ID: <29627311.1201884860881.JavaMail.jboss@colo-br-02.atl.jboss.com> i try use conversation. just annotated my method by @Begin (also try with @Create) and do redirect by return "/page.jsp" in my method in Conversation context i see valid value but after redirect it dissapear and conversation id is changed? can some bidy help me? PS i not use pages.xml, just simple @Begin and @End | | | | @Name("data") | @Scope(ScopeType.CONVERSATION) | public class Data { | private int value; | | public Data() { | System.out.println("Data create"); | } | | public int getValue() { | return value; | } | | public void setValue(int value) { | this.value = value; | } | } | | @Name("Action") | @Scope(ScopeType.SESSION) | public class Action { | | @Logger private Log log; | @Begin | public String action() { | System.out.println("1"); | | return "/test2.jsp"; | } | | @End | public String action2() { | System.out.println("2"); | return "/test3.jsp"; | } | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125599#4125599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125599 From do-not-reply at jboss.com Fri Feb 1 12:06:39 2008 From: do-not-reply at jboss.com (Babs) Date: Fri, 1 Feb 2008 12:06:39 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Windows based automatic user authentication/authorization fo Message-ID: <20176515.1201885599454.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, We have a requirement to develop a Portal application, where authentication mechanism should be windows based. If a user has logged in to his windows machine, as soon as he loads the link to Portal, he should be automatically authenticated and taken to the Portal home page without asking further login credentials. His username needs to be displayed on the home page. How can this be achieved with the JBoss Portal security mechanism? I believe this could be possible in a normal web application and can the same mechanism can be probably used here? Any pointers, help on the same is appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125603#4125603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125603 From do-not-reply at jboss.com Fri Feb 1 12:09:38 2008 From: do-not-reply at jboss.com (tfranconville) Date: Fri, 1 Feb 2008 12:09:38 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Ejb clustered registering Message-ID: <14532017.1201885778304.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have difficulties to deploy Stateless Ejb 3 on HA-JNDI. If I have well understood, to do that, I only have to put the annotation @Clustered on my Ejb. But when I deploy, I see nothing into the HA-JNDI Namespace with the JNDIView. I view my Ejb only into the Global JNDI Namespace. I have deployed my ear into the farm directory. I have added a service of PojoCache to share data. What I have wrong ? I have tried to do a lookup into my webapplication to found the ejb: NameNotfoundException I have put conf/jndi.properties into my ear with thoses values to use the HA-JNDI. java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.factory.url.pkgs=jboss.naming:org.jnp.interfaces java.naming.provider.url=localhost:1100 Thank to give me clue for my problem/understanding. Regards Thomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125605#4125605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125605 From do-not-reply at jboss.com Fri Feb 1 12:13:12 2008 From: do-not-reply at jboss.com (bornmw) Date: Fri, 1 Feb 2008 12:13:12 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - Re: interceptors stack is static? Message-ID: <31605804.1201885992314.JavaMail.jboss@colo-br-02.atl.jboss.com> "kabir.khan at jboss.com" wrote : I fail to see how you would get that behaviour... I was doing invocation.getInterceptors()[someIndex] = MyDummyInterceptor. It did the job - interceptor at someIndex was disabled. But MyDummyInterceptor remained there for all subsequent calls. Which was a surprise to me - I really thought invocation contained current-invocation-related interceptors stack :) "kabir.khan at jboss.com" wrote : But you can try to use the following Invocation method instead: | | | Object invokeNext(Interceptor[] newInterceptors) throws Throwable; | | | Yes, this way it works. I'm eventually copying invocation interceptors into a new array, modifying it (not forgetting to remove the current interceptor from it) and calling invokeNext(newInterceptors) Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125608#4125608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125608 From do-not-reply at jboss.com Fri Feb 1 12:22:29 2008 From: do-not-reply at jboss.com (gilsontavares) Date: Fri, 1 Feb 2008 12:22:29 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Excel export and stateless bean Message-ID: <29287860.1201886549143.JavaMail.jboss@colo-br-02.atl.jboss.com> OK, but have you read the last two posts of the topic? It says: pete.muir at jboss.org: Try the id as javax.faces.DateTime - thats what the javadoc tells me. terryb: Pete thanks for that, and it worked too. Did you try that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125609#4125609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125609 From do-not-reply at jboss.com Fri Feb 1 12:23:14 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 12:23:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: JBPM, mail and ws Message-ID: <2567371.1201886594920.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam Mail doesn't work if you use java2ParentDelefation=false View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125610#4125610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125610 From do-not-reply at jboss.com Fri Feb 1 12:27:07 2008 From: do-not-reply at jboss.com (gsawant) Date: Fri, 1 Feb 2008 12:27:07 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Example of Seam deployment to GlassFish/TopLink Message-ID: <16441734.1201886827142.JavaMail.jboss@colo-br-02.atl.jboss.com> There was no problem. I was able to deploy seam pojo application on tomcat 6 using toplink. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125612#4125612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125612 From do-not-reply at jboss.com Fri Feb 1 12:30:40 2008 From: do-not-reply at jboss.com (limousyf) Date: Fri, 1 Feb 2008 12:30:40 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Excel export and stateless bean Message-ID: <18972040.1201887040088.JavaMail.jboss@colo-br-02.atl.jboss.com> I found the JBSEAM-2249 from another post wich only answer was "response in the support portal". Btw I'll try this later; by now I already added a manual converter to all my beans. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125613#4125613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125613 From do-not-reply at jboss.com Fri Feb 1 12:31:19 2008 From: do-not-reply at jboss.com (DeanoUK) Date: Fri, 1 Feb 2008 12:31:19 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: Use of EJBs within LoginModule Message-ID: <32182148.1201887079097.JavaMail.jboss@colo-br-02.atl.jboss.com> After stepping through a bit more carefully... The EJB is successfully accessed in: getUsersPassword() Then LoginModule calls commit(). Which calls super.commit() - which calls getRoleSets() - which on an EJB call inside the getRoleSets() goes back to getUsersPassword() which then loops on itself, over and over, and then finally fails. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125614#4125614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125614 From do-not-reply at jboss.com Fri Feb 1 12:32:03 2008 From: do-not-reply at jboss.com (PeterJ) Date: Fri, 1 Feb 2008 12:32:03 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss server is not starting after adding project to it Message-ID: <26817480.1201887123304.JavaMail.jboss@colo-br-02.atl.jboss.com> How are you trying to start JBossAS? Using run.bat (or run.sh - you never said which OS you are on)? If so, please post the console output. How did you "add this project to jboss application server"? The standard way of deploying an application is to package it into a war file and then copy it to the server/default/deploy directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125616#4125616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125616 From do-not-reply at jboss.com Fri Feb 1 12:33:25 2008 From: do-not-reply at jboss.com (alllle) Date: Fri, 1 Feb 2008 12:33:25 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: What are the aslias defined for the built in seam compon Message-ID: <31132621.1201887205227.JavaMail.jboss@colo-br-02.atl.jboss.com> Well said. I agree that if it's just a series of hash table lookup, it is unlikely to surface as a performance problem. I also agree on the concern with indexing, given the dynamic nature of the seam contexts. Toward the end of my current project, I might need to do some profiling and will post it here if I am able to identify any bottleneck. Sometimes, the performance might be from the other libraries used in a seam app. Such as one I experienced when a page takes > 8 seconds to load with a selection that has 800 items in it, it's from the JSF implementation rather than seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125618#4125618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125618 From do-not-reply at jboss.com Fri Feb 1 12:38:14 2008 From: do-not-reply at jboss.com (dhinojosa) Date: Fri, 1 Feb 2008 12:38:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: seam conversation problem Message-ID: <30854906.1201887494179.JavaMail.jboss@colo-br-02.atl.jboss.com> You can use pages.xml to join the conversation along with the redirect. which calls | public void addSubmissionPrice(Submission newSubmission, Price newPrice) { | this.submissions.add(newSubmission); | newSubmission.setShows(this); | newSubmission.addPrice(newPrice); | } Everything works fine if I don't have a price (which is optional) any idea on what I'm doing wrong? Any ideas would be appreciated. BTW here's the complete error Exception during request processing: | Caused by javax.servlet.ServletException with message: "#{showsHome.persist}: javax.persistence.PersistenceException: org.hibernate.PropertyValueException: not-null property references a null or transient value: com.rdfsg.artdb_seam2.Price.submission" | | javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | etc Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125622#4125622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125622 From do-not-reply at jboss.com Fri Feb 1 12:52:58 2008 From: do-not-reply at jboss.com (Babs) Date: Fri, 1 Feb 2008 12:52:58 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: Programmatic User Role and User creation Message-ID: <2370677.1201888378697.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for this input. I shall try this out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125623#4125623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125623 From do-not-reply at jboss.com Fri Feb 1 12:55:15 2008 From: do-not-reply at jboss.com (Babs) Date: Fri, 1 Feb 2008 12:55:15 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Windows based automatic user authentication/authorization fo Message-ID: <28394787.1201888515924.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using JBoss Portal 2.6.3. We have a requirement to develop a Portal application, where authentication information should be windows login information. If a user has logged in to his windows machine, as soon as he loads the link to Portal, he should be automatically authenticated and taken to the Portal home page without asking any login credentials. His username needs to be displayed on the home page. How can this be achieved with the JBoss Portal security mechanism? I believe this could be possible in a normal web application and can the same mechanism can be probably used here? Any pointers, help on the same is appreciated. Back to top View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125624#4125624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125624 From do-not-reply at jboss.com Fri Feb 1 12:55:38 2008 From: do-not-reply at jboss.com (alllle) Date: Fri, 1 Feb 2008 12:55:38 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Exception with basic authentication Message-ID: <33435047.1201888538158.JavaMail.jboss@colo-br-02.atl.jboss.com> I think the use case is slightly different. The way I enabled the HTTP basic auth is based on the reference doc by editing the components.xml file: | | All pages are protected already with the url-pattern attribute and there is no additional changes to the pages.xml file or annotations to the class, such as "restricted". I swapped in your changes to the application and tested again, and it is still broken. I see what is missing from your testing. In the components.xml file, I specified: | | So the "muAuthenticator.authenticate() should be invoked when you validate the username/password. But with your fix, it flagged the indentity component as logged in without invoking my authentication method. What this mean is that my authentication logics is not used at all, and the user can enter any random string as username/password to get in the protected area. The only thing different from what I described before is that Seam accepts any username / password and doesn't repeatedly prompt the browser for the username / password. Another thing worth mentioning is that the hasRole() may never get called as my app does not use the "role" to authorize access yet. Did I make myself clear? Please specify a "authenticate-method" and see if it is triggered in your test. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125625#4125625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125625 From do-not-reply at jboss.com Fri Feb 1 13:05:16 2008 From: do-not-reply at jboss.com (saasira) Date: Fri, 1 Feb 2008 13:05:16 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: handleException details Message-ID: <18568394.1201889116852.JavaMail.jboss@colo-br-02.atl.jboss.com> How it injects the exception? Could you please give some example. I have something like this Unexpected error: #{org.jboss.seam.handledException.getMessage()} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125626#4125626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125626 From do-not-reply at jboss.com Fri Feb 1 13:11:11 2008 From: do-not-reply at jboss.com (simonbaker) Date: Fri, 1 Feb 2008 13:11:11 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: GPD process designer - gpd.xml coordinates relative to w Message-ID: <12653445.1201889471411.JavaMail.jboss@colo-br-02.atl.jboss.com> I would greatly appreciate some more help with this topic as we are using JGraph to re-draw our process definition graph for the user. I don't understand how to use the various x, y, h.., w.. values to position the transition labels and draw the bends in the arrows. For example, here is a typical node in gpd.xml file: | | | | | | | | | Can the author of the GPD process designer help us understand how to interpret the attributes in the "label" and "bendpoint" elements so we can redraw these features in another coordinate system? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125628#4125628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125628 From do-not-reply at jboss.com Fri Feb 1 13:17:50 2008 From: do-not-reply at jboss.com (cyberanto) Date: Fri, 1 Feb 2008 13:17:50 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: EntityManager is Null inside Constructor Message-ID: <28140995.1201889870090.JavaMail.jboss@colo-br-02.atl.jboss.com> do not initialize seam beans in the constructor; you will run into all kinds of troubles when you do this (I did :) instead, use the annotation @PostConstruct for your fillExistingData() method View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125629#4125629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125629 From do-not-reply at jboss.com Fri Feb 1 13:21:10 2008 From: do-not-reply at jboss.com (gryffin) Date: Fri, 1 Feb 2008 13:21:10 -0500 (EST) Subject: [jboss-user] [JBossWS] - reading a local properties file Message-ID: <12752617.1201890070758.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm writing a POJO/servlet based JAXWS web service on JBoss 4.0.5 w/ JBossWS 1.2.1. I'm trying to use a properties files located at /WEB-INF/properties.xml but I can't find the file. The only way I can seem to get the web service classes to find the properties file is to use an absolute URI from C: which is totally unworkable for production. Using this code: if ( !(new File(propertiesPath).exists()) ) | { | log.fatal("NOT FOUND: " + propertiesPath ); | } | This fails, I've tried variations, but can't seem to find the path: public static final String propertiesPath = "properties.xml"; This works, public static final String queriesPath = "C:/Documents and Settings/tx714c/workspace/NlsAssociationService341/WEB-INF/properties.xml"; and if I assume that '...\workspace' is my local dir, I can use a relative path. But I can't get a path local to the WAR file to work. Here's the listing of the war file: | C:\Documents and Settings\tx714c\My Documents\workspace\ShimWS3.4.1>jar -tf gen\NlsAssociationServic | e341.war | META-INF/ | META-INF/MANIFEST.MF | WEB-INF/ | WEB-INF/web.xml | WEB-INF/classes/ | WEB-INF/classes/com/ | ... | WEB-INF/classes/org/soapinterop/xsd/ValidationException.class | WEB-INF/lib/ | ... | WEB-INF/lib/wsdl4j-1.5.1.jar | WEB-INF/properties.xml | WEB-INF/queries.xml | How do I access and load a local properties file from within the war? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125631#4125631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125631 From do-not-reply at jboss.com Fri Feb 1 13:35:16 2008 From: do-not-reply at jboss.com (PeterJ) Date: Fri, 1 Feb 2008 13:35:16 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: reading a local properties file Message-ID: <23086708.1201890916308.JavaMail.jboss@colo-br-02.atl.jboss.com> You should really place the properties file at WEB-INF/classes, then it should be easy to locate using Class.getResource() or ClassLoader.getResource() [simply supply the file name]. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125634#4125634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125634 From do-not-reply at jboss.com Fri Feb 1 13:37:38 2008 From: do-not-reply at jboss.com (PeterJ) Date: Fri, 1 Feb 2008 13:37:38 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: SSL, JBOSS Windows 23K and Internet Explorer Message-ID: <10840167.1201891058320.JavaMail.jboss@colo-br-02.atl.jboss.com> To set up SSL/HTTPS, see http://docs.jboss.org/jbossas/guides/webguide/r2/en/html/ch9.https.sect.html You can generate your own certificate using the keytool utility that comes with the JDK. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125636#4125636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125636 From do-not-reply at jboss.com Fri Feb 1 13:37:53 2008 From: do-not-reply at jboss.com (chloe08) Date: Fri, 1 Feb 2008 13:37:53 -0500 (EST) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - JMS without persistence to database Message-ID: <25882264.1201891073336.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, How do I configure JBoss so that the messaging service will not use the database? Even when I tried to change the CreateTablesOnStartUp to false in persistence-service.xml, I got SAR deployment error and Jndi lookup error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125637#4125637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125637 From do-not-reply at jboss.com Fri Feb 1 13:48:06 2008 From: do-not-reply at jboss.com (cbeyls) Date: Fri, 1 Feb 2008 13:48:06 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: jboss ide 2.0.0beta2/ eclipse 3.3.0 build I20070222-0951 Message-ID: <481247.1201891686380.JavaMail.jboss@colo-br-02.atl.jboss.com> The same for me.... :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125639#4125639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125639 From do-not-reply at jboss.com Fri Feb 1 13:53:51 2008 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Fri, 1 Feb 2008 13:53:51 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: jboss ide 2.0.0beta2/ eclipse 3.3.0 build I20070222-0951 Message-ID: <27396549.1201892031120.JavaMail.jboss@colo-br-02.atl.jboss.com> Just create the server and start it in debug mode in the Server view... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125641#4125641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125641 From do-not-reply at jboss.com Fri Feb 1 14:10:27 2008 From: do-not-reply at jboss.com (masoodah@mdsit.com) Date: Fri, 1 Feb 2008 14:10:27 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - How to start a session bean as soon as it is deployed Message-ID: <11827122.1201893027971.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I want a session bean or other to start as soon as I deploy the application. Basically my need is to access a certain table in the database periodically using @Timeout Timer Serivce. My bean looks like so @Stateless public class AdSetScheduleBean implements AdSetScheduleRemote, AdSetScheduleLocal { // Add business logic below. (Right-click in editor and choose // "EJB Methods > Add Business Method" or "Web Service > Add Operation") public AdSetScheduleBean() { } @PostConstruct public void init() { System.out.println("I am in Postconstructor of AdSetScheduleBean"); } @Resource TimerService timerService; //Method to be called on timer expiration @Timeout public void CheckAdSetSchedule( Timer timer ){ // Define method here } public void startTimer(){ System.out.println("I am in startTimer"); long timeNow = System.currentTimeMillis(); long interval = 5; timerService.createTimer(timeNow, interval, null); } } How do I wake this bean on startup and have it check Status ar regular intervals. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125643#4125643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125643 From do-not-reply at jboss.com Fri Feb 1 14:14:10 2008 From: do-not-reply at jboss.com (gvmanjunatha) Date: Fri, 1 Feb 2008 14:14:10 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: anyway to generate Seam PDF table in parent/childern for Message-ID: <19682042.1201893250869.JavaMail.jboss@colo-br-02.atl.jboss.com> "terryb" wrote : Is there a way to use seam pdf template and print data in parent/childern records in pdf table? | | I couldn't see how ui:repeat could be used to generate parent/child record listing.. anyone knows of any other way of example? | | also Seam p:tags... don't have rendered attribute, is there anyother way to conditionally render pdf tags, eg p:cell tag? I am also searching for the first option to see how can be designed as it would reduce the number of pages we use. For the second question, one option is to use s:fragment which has a rendered tag. I tried with c:if but it is very inconsistent and hence I am using s:fragment View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125644#4125644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125644 From do-not-reply at jboss.com Fri Feb 1 14:16:59 2008 From: do-not-reply at jboss.com (gvmanjunatha) Date: Fri, 1 Feb 2008 14:16:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: PDF generation : horizontalAlignment does not work Message-ID: <20454270.1201893420056.JavaMail.jboss@colo-br-02.atl.jboss.com> "matt_lc" wrote : Hi, | | I try to format a table in a PDF export. The problem is that the alignment parameters are not applied when the table become a bit complex... | | here is a sample of code that doesn't work : | | ! I had the same problem, and I found a work around, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125647#4125647 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125647 From do-not-reply at jboss.com Fri Feb 1 14:17:48 2008 From: do-not-reply at jboss.com (gryffin) Date: Fri, 1 Feb 2008 14:17:48 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: reading a local properties file Message-ID: <100983.1201893468659.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, thank you Peter. Durn if that wasn't wasn't easy once it was explicitly laid out. I'd preferred to keep only classes in the classes directory, but I didn't see any working examples of this so I was stymied. Thanks again, Peter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125648#4125648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125648 From do-not-reply at jboss.com Fri Feb 1 14:20:16 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 1 Feb 2008 14:20:16 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: anyway to generate Seam PDF table in parent/childern for Message-ID: <30663634.1201893616383.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't understand what you want from the tables. Maybe you could show an example? All iText components should now support rendered="false". Is it not working for you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125649#4125649 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125649 From do-not-reply at jboss.com Fri Feb 1 14:29:55 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 1 Feb 2008 14:29:55 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: PDF generation : horizontalAlignment does not work Message-ID: <14358155.1201894195866.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, you'll often find that iText works better when your text is organized into paragraphs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125651#4125651 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125651 From do-not-reply at jboss.com Fri Feb 1 14:32:42 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 1 Feb 2008 14:32:42 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: s:formattedText problem, it does not handle + char Message-ID: <26382548.1201894362770.JavaMail.jboss@colo-br-02.atl.jboss.com> It seems to work for me. Are you sure the "\+" is getting all the way to s:formattedText and that it isn't being turned into a "+" by something else? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125652#4125652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125652 From do-not-reply at jboss.com Fri Feb 1 14:34:15 2008 From: do-not-reply at jboss.com (PeterJ) Date: Fri, 1 Feb 2008 14:34:15 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: Stylesheets - portal-identity/style.css Message-ID: <26769148.1201894455364.JavaMail.jboss@colo-br-02.atl.jboss.com> The clue is in the comment that appears before the injection of the portal-identity/style.css: Examining portal-identity.sar, in portal-identity.war/WEB-INF/jboss-portlet.xml, you find these lines (twice): | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125653#4125653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125653 From do-not-reply at jboss.com Fri Feb 1 14:55:34 2008 From: do-not-reply at jboss.com (PeterJ) Date: Fri, 1 Feb 2008 14:55:34 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: Stylesheets - portal-identity/style.css Message-ID: <30174035.1201895735016.JavaMail.jboss@colo-br-02.atl.jboss.com> As an alternative, you could just remove the identify portlet from the home page by removing the following from jboss-portal.sar/conf/data/default-object.xml: | IdentityUserPortletWindow | IdentityUserPortletInstance | left | 1 | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125655#4125655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125655 From widerstand at t-online.de Fri Feb 1 14:56:11 2008 From: widerstand at t-online.de (Karsten Ohme) Date: Fri, 01 Feb 2008 20:56:11 +0100 Subject: [jboss-user] Configure EE application Message-ID: <47A3795B.3030608@t-online.de> Hi, What is the best way to configure an enterprise application? I have here some properties files which should be changeable by the administrator. How can I read the contents of these configuration files, because it is not allowed to use the io package in beans? Is there a better solution for this? Regards, Karsten From do-not-reply at jboss.com Fri Feb 1 15:30:23 2008 From: do-not-reply at jboss.com (etiennelabuschagne) Date: Fri, 1 Feb 2008 15:30:23 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Clustering question Message-ID: <31120907.1201897823164.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, since no one jumped up and said, idiot, it's so easy to do that, it's either: 1. My question wasn't clear enought 2. No easy answer to it. Or, maybe it's not even a deployment question . . . Any ideas if I'm heading in totally the wrong direction (or am I just impatient. . . ) Any suggestions where else I can ask? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125661#4125661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125661 From do-not-reply at jboss.com Fri Feb 1 15:38:44 2008 From: do-not-reply at jboss.com (chip_schoch) Date: Fri, 1 Feb 2008 15:38:44 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Threads not being cleaned up when clustered Message-ID: <10805771.1201898324613.JavaMail.jboss@colo-br-02.atl.jboss.com> Clustered App servers. JBossAS 4.2.2.GA, JBM 1.4.0SP3 -------------- | | Appserver1 | <====== ConvServer1 | | Appserver2 | <====== ConvServer2 | -------------- | My configuration is a shown above. I have 2 linux JBoss servers clustered and two windows jboss servers not clustered that act as clients to the clustered queues on the app servers. The conv servers connect using the ClusteredXAConnection factory. When I run a bunch of messages through in this configuration the thread count on both appservers continually increases until eventually I run out of memory. When I shut down one of the app servers and perform the same test the thread count on the other app server decreases initially then remains steady . It does not increase when I run a bunch of messages through it. -------------- | | | <====== ConvServer1 | | Appserver2 | <====== ConvServer2 | -------------- | DevApp1 ThreadCount DevApp2 ThreadCount | Cluster with queuing started on devapp2 | Start 158 200 | After 4 usign packages 167 206 | After 4 usign packages 173 208 | After 4 usign packages 179 208 | After hundred events 177 212 | After 10 WPS packages 178 212 | After 10 WPS packages 180 212 | | DevApp2 Only | | Before shutting down Devapp1 212 | After shutting down DevApp1 187 | After 4 usign packages 187 | After 6 usign packages 187 | | Restarted with each conv server | connecting to different appserver (no message sucking) | | Start 155 225 | After 4 usign packages 169 228 | After 4 usign packages 174 232 | After 3 packages one at a time 175 235* | After 20 uSign packages 187 256 | | Without belaboring the point, in our system a package causes a series of messages to be posted to various queues as it moves through the processing chain. The packages called usign require that a conversion be performed by a service running on the windows (conv) servers. These are the ones that cause the increase in the thread count. I am convinced that it is not my code that is leaving the threads around because it only happens when the cluster has more than one server running. * I observed that appserver one processed the message, but the thread count increased on appserver2 anyway. Here are a couple of the stranded threads from the jmx-console view. Thread: Thread-1562 : priority:5, demon:true, threadId:4470, threadState:WAITING, lockName:java.lang.Object at 11bad13 | | java.lang.Object.wait(Native Method) | java.lang.Object.wait(Object.java:474) | EDU.oswego.cs.dl.util.concurrent.LinkedQueue.take(LinkedQueue.java:122) | EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:83) | java.lang.Thread.run(Thread.java:595) | | Thread: Thread-1568 : priority:5, demon:false, threadId:4478, threadState:WAITING, lockName:java.lang.Object at 1ffed3a | | java.lang.Object.wait(Native Method) | java.lang.Object.wait(Object.java:474) | EDU.oswego.cs.dl.util.concurrent.LinkedQueue.take(LinkedQueue.java:122) | EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:83) | java.lang.Thread.run(Thread.java:595) | | Thread: Thread-1569 : priority:5, demon:true, threadId:4479, threadState:WAITING, lockName:java.lang.Object at 12f926d | | java.lang.Object.wait(Native Method) | java.lang.Object.wait(Object.java:474) | EDU.oswego.cs.dl.util.concurrent.LinkedQueue.take(LinkedQueue.java:122) | EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:83) | java.lang.Thread.run(Thread.java:595) | | | | Has anyone seen anything like this before? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125664#4125664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125664 From do-not-reply at jboss.com Fri Feb 1 15:48:49 2008 From: do-not-reply at jboss.com (cyberanto) Date: Fri, 1 Feb 2008 15:48:49 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: NPE when logging inside a property getter Message-ID: <2335302.1201898929751.JavaMail.jboss@colo-br-02.atl.jboss.com> hmm, I had transferred a couple of DAOs from another project which had been using commons logging. After replacing all my commons logging imports with seam.log.Log, all hell is breaking loose ... e.g. ========================================== import org.jboss.seam.annotations.Logger; import org.jboss.seam.log.Log; @Name("applicationCache") @Scope(APPLICATION) public class SwcmApplicationCache implements Serializable { @Logger private Log log; CategoryDAO categoryDao = new CategoryDAO(); public String refreshCategories() { String outcome = ActionOutcomes.SUCCESS; try { categories.clear(); categories.addAll(categoryDao.getAllCategories()); staleCategory = false; } catch (ServerException e) { e.printStackTrace(); outcome = ActionOutcomes.FAILURE; } log.info("updating application cache categories outcome: "+outcome); return outcome; } ... } ============================================ @Name("categoryDao") public class CategoryDAO extends AbstractDAO { @Logger private Log log; public ArrayList getAllCategories() throws ServerException { ... System.out.println("Logger is: "+log); log.info("#0 categories returned ...", categories.size()); return categories; } } bombs on Line 55 - the log.info() in the CategoryDAO ... (categories is NOT null) ... 14:39:56,171 INFO [STDOUT] Logger is: null Caused by: java.lang.NullPointerException at com.jostens.swcm.sql.CategoryDAO.getAllCategories(CategoryDAO.java:55) at com.jostens.swcm.application.SwcmApplicationCache.refreshCategories(SwcmApplicationCache.java:68) Unless someone can tell me what I am doing wrong, I may have to replace all my logging with System.out.print()'s ... I am using JBOSS Developer Studio and set up my project using its ejb wizard. The SEAM Logger works fine in some other classes ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125667#4125667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125667 From do-not-reply at jboss.com Fri Feb 1 15:49:06 2008 From: do-not-reply at jboss.com (cbeyls) Date: Fri, 1 Feb 2008 15:49:06 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: jboss ide 2.0.0beta2/ eclipse 3.3.0 build I20070222-0951 Message-ID: <17274658.1201898946274.JavaMail.jboss@colo-br-02.atl.jboss.com> That's what I did, but now there is no section for deployement: "Window > Preferences > JBoss-IDE > Deployer ". Is it normal ? Does it exit another way to deploy ? Like an autodeploy section in the serveur ? I just try to follow the Jboss IDE Tutorial. CFG/ --- jboss 4.2 jboss IDE 2.0 beta eclipse 3.3 sdk 1.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125668#4125668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125668 From do-not-reply at jboss.com Fri Feb 1 15:51:30 2008 From: do-not-reply at jboss.com (elgabo) Date: Fri, 1 Feb 2008 15:51:30 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Authentication on standalone client Message-ID: <25763434.1201899091196.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a little doubt about the ClientLoginModule. I am able to use this module on my standalone client, but it works in a different way than the expected. The AA is been done when a method from an EJB (properly configured) is called, but not when I call the LoginContext.login method. Can some one give me an example of how to combine this ClientLoginModule with another LoginModule so the authorization is performed on the LoginContext.login method? What I have up until now is the following: --- on the standalone client --- [other.conf] | other { | // jBoss LoginModule | org.jboss.security.ClientLoginModule required | ; | | // Put your login modules that need jBoss here | }; | [TestLogin.java] | try { | System.setProperty("java.security.auth.login.config", "other.conf"); | | CallbackHandler handler=new UsernamePasswordHandler("user","1234567"); | LoginContext context=new LoginContext("srp-client", handler); | context.login(); | | InitialContext initCtx=new InitialContext(); | ImportadorEsAgilRemote bean=(ImportadorEsAgilRemote) initCtx.lookup("ImportadorEsAgilBean/remote"); | bean.importarPrecios("hola mundo"); | } catch (LoginException e) { | // TODO Auto-generated catch block | e.printStackTrace(); | } catch (NamingException e) { | // TODO Auto-generated catch block | e.printStackTrace(); | } | --- on my ejb project --- [jboss.xml] | | | java:/jaas/other | | [login-config.xml] | | | | | | Thanks for all your help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125669#4125669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125669 From do-not-reply at jboss.com Fri Feb 1 16:13:58 2008 From: do-not-reply at jboss.com (bbani) Date: Fri, 1 Feb 2008 16:13:58 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Can I use Jboss SSO for website on the same server ?? Message-ID: <32890433.1201900438467.JavaMail.jboss@colo-br-02.atl.jboss.com> I want to know if it's a good idea to used Jboss SSO for website on the same server. I try Jboss SSO with two website on 2 different server like the example. ex : 127.0.0.1 node1.jboss.org/test 127.0.1.1 node1.jboss.com/test I try Jboss SSO with two website on the same machine and it's working. node1.jboss.com/test1 node1.jboss.com/test2 I want to know if, it's a good idea to use Jboss SSO for website on the same server and if i will have trouble to do like that. Thx for your reply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125670#4125670 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125670 From do-not-reply at jboss.com Fri Feb 1 16:22:35 2008 From: do-not-reply at jboss.com (cbeyls) Date: Fri, 1 Feb 2008 16:22:35 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: jboss ide 2.0.0beta2/ eclipse 3.3.0 build I20070222-0951 Message-ID: <30442874.1201900956026.JavaMail.jboss@colo-br-02.atl.jboss.com> That's OK I made it manualy. :-) tks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125673#4125673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125673 From do-not-reply at jboss.com Fri Feb 1 16:23:50 2008 From: do-not-reply at jboss.com (cyberanto) Date: Fri, 1 Feb 2008 16:23:50 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: EntityManager is Null inside Constructor Message-ID: <10201467.1201901030326.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry for the repeat of information, didnt read blabno's post before View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125674#4125674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125674 From do-not-reply at jboss.com Fri Feb 1 16:35:45 2008 From: do-not-reply at jboss.com (gjeudy) Date: Fri, 1 Feb 2008 16:35:45 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Trinidad SelectManyShuttle with seam ? Message-ID: <29055648.1201901745680.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm trying to use a selectManyShuttle trinidad component with seam. The problem I have is I can't get the selected entries from my backing bean because they were just populated on the client side. How should I go about this ? I need a way to post the selected entries for seam to process and inject in my seam component. Has anyone tried the same thing before? Below is a small code snippet, I can display the component successfully and select items from it but I can't use the selected items anywhere. | | | | Thanks, -Guillaume View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125677#4125677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125677 From do-not-reply at jboss.com Fri Feb 1 16:39:48 2008 From: do-not-reply at jboss.com (cyberanto) Date: Fri, 1 Feb 2008 16:39:48 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: NPE when logging inside a property getter Message-ID: <10393929.1201901988252.JavaMail.jboss@colo-br-02.atl.jboss.com> I found out what my mistake was: I didn't use injection to create the component which contained the SEAM Logger ... injecting the component initializes the Logger correctly. @In(create=true) private CategoryDAO categoryDao; // // CategoryDAO categoryDao = new CategoryDAO(); There used to be a class org.jboss.seam.log.LogImpl ... not any more How do I get a Seam Logger if I want to instantiate the class "normally" ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125678#4125678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125678 From do-not-reply at jboss.com Fri Feb 1 16:41:46 2008 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Fri, 1 Feb 2008 16:41:46 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: jboss ide 2.0.0beta2/ eclipse 3.3.0 build I20070222-0951 Message-ID: <1011609.1201902106955.JavaMail.jboss@colo-br-02.atl.jboss.com> jboss ide != jboss tools. Read the update docs instead of 3 year old docs ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125679#4125679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125679 From do-not-reply at jboss.com Fri Feb 1 16:54:10 2008 From: do-not-reply at jboss.com (asookazian) Date: Fri, 1 Feb 2008 16:54:10 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - SMPC and could not enlist in transaction exception Message-ID: <5992959.1201902850510.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not sure exactly what the root cause of this is and I'll try my best to explain this in detail. I had added three SMPC's in my components.xml as follows (and everything as far as transaction/persistence was working fine): | | | | I'm not even sure it's necessary to do this (have three SMPC's, perhaps only one would suffice for this app as all db's are on the same db server). That's my first question. What is the recommended # of SMPC's per db/server combo? 1:1?? 2nd question is why exactly am I getting the exception below when I make the components.xml change as described below? If it depends on how many and which SMPC's you are injecting per Action SFSB/SLSB then plz let me know and I will post the add'l code. Note that all these persistence units point to datasources that are db's on the same server. persistence.xml: | | org.hibernate.ejb.HibernatePersistence | java:/boIcomsSecurityAuditDatasource | | | | | | | | org.hibernate.ejb.HibernatePersistence | java:/coxDSSDatasource | | | | | | | org.hibernate.ejb.HibernatePersistence | java:/coxIMDatasource | | | | *-ds.xml: | | boIcomsSecurityAuditDatasource | jdbc:sqlserver://CORG0DV01:1433;databaseName=boIcomsSecurityAudit | com.microsoft.sqlserver.jdbc.SQLServerDriver | _AppUser_JavaTestAcct | JavaTestAcct | | | | | coxDSSDatasource | jdbc:sqlserver://CORG0DV01:1433;databaseName=coxDSS | com.microsoft.sqlserver.jdbc.SQLServerDriver | _AppUser_JavaTestAcct | JavaTestAcct | | | | coxIMDatasource | jdbc:sqlserver://CORG0DV01:1433;databaseName=coxIM | com.microsoft.sqlserver.jdbc.SQLServerDriver | _AppUser_JavaTestAcct | JavaTestAcct | I noticed that I had one of the SMPC's coded incorrectly in the components.xml. This: *was* this: I wasn't getting the exception below with the latter config of BoIcomsEntityManager above. stack trace: javax.ejb.EJBTransactionRolledbackException: org.hibernate.exception.GenericJDBCException: Cannot open connection | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:87) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:204) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:100) | at $Proxy112.findAuditList(Unknown Source) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:76) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.ejb.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:41) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:54) | at org.javassist.tmp.java.lang.Object_$$_javassist_2.findAuditList(Object_$$_javassist_2.java) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125) | at org.jboss.seam.Component.callComponentMethod(Component.java:2074) | at org.jboss.seam.Component.getInstanceFromFactory(Component.java:1918) | at org.jboss.seam.Component.getInstance(Component.java:1855) | at org.jboss.seam.Component.getInstance(Component.java:1832) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:55) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:50) | at org.jboss.seam.el.SeamELResolver.resolveBase(SeamELResolver.java:166) | at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:53) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44) | at org.jboss.el.parser.AstNotEqual.getValue(AstNotEqual.java:21) | at org.jboss.el.parser.AstAnd.getValue(AstAnd.java:21) | at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) | at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) | at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:370) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:880) | at javax.faces.render.Renderer.encodeChildren(Renderer.java:137) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:282) | at org.ajax4jsf.renderkit.RendererBase.renderChildren(RendererBase.java:262) | at org.richfaces.renderkit.html.PanelRenderer.doEncodeChildren(PanelRenderer.java:199) | at org.richfaces.renderkit.html.PanelRenderer.doEncodeChildren(PanelRenderer.java:194) | at org.ajax4jsf.renderkit.RendererBase.encodeChildren(RendererBase.java:121) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:271) | at com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:117) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:271) | at com.sun.faces.renderkit.html_basic.GridRenderer.encodeChildren(GridRenderer.java:242) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:592) | at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at jcifs.http.NtlmHttpFilter.doFilter(NtlmHttpFilter.java:118) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Unknown Source) | Caused by: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Cannot open connection | at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:629) | at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:73) | at com.cox.beans.session.SecurityAuditAction.findAuditList(SecurityAuditAction.java:165) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at com.cox.beans.interceptor.ProfilingInterceptor.profile(ProfilingInterceptor.java:23) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at com.cox.beans.interceptor.LoggerInterceptor.profile(LoggerInterceptor.java:19) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:48) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.ConversationInterceptor.aroundInvoke(ConversationInterceptor.java:56) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.persistence.EntityManagerProxyInterceptor.aroundInvoke(EntityManagerProxyInterceptor.java:26) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.persistence.HibernateSessionProxyInterceptor.aroundInvoke(HibernateSessionProxyInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:50) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 115 more | Caused by: org.hibernate.exception.GenericJDBCException: Cannot open connection | at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103) | at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29) | at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:426) | at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144) | at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139) | at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1547) | at org.hibernate.loader.Loader.doQuery(Loader.java:673) | at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236) | at org.hibernate.loader.Loader.doList(Loader.java:2220) | at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104) | at org.hibernate.loader.Loader.list(Loader.java:2099) | at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378) | at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338) | at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172) | at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121) | at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79) | at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:64) | ... 166 more | Caused by: org.jboss.util.NestedSQLException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: a2e052a:ca9:47a39190:4b status: ActionStatus.ABORT_ONLY >); - nested throwable: (org.jboss.resource.JBossResourceException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: a2e052a:ca9:47a39190:4b status: ActionStatus.ABORT_ONLY >)) | at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:94) | at org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider.getConnection(InjectedDataSourceConnectionProvider.java:47) | at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423) | ... 180 more | Caused by: org.jboss.resource.JBossResourceException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: a2e052a:ca9:47a39190:4b status: ActionStatus.ABORT_ONLY >) | at org.jboss.resource.connectionmanager.TxConnectionManager.managedConnectionReconnected(TxConnectionManager.java:343) | at org.jboss.resource.connectionmanager.BaseConnectionManager2.reconnectManagedConnection(BaseConnectionManager2.java:518) | at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:399) | at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842) | at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88) | ... 182 more | Caused by: javax.transaction.SystemException: java.lang.Throwable: Unabled to enlist resource, see the previous warnings. tx=TransactionImple < ac, BasicAction: a2e052a:ca9:47a39190:4b status: ActionStatus.ABORT_ONLY > | at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener$TransactionSynchronization.checkEnlisted(TxConnectionManager.java:744) | at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.enlist(TxConnectionManager.java:577) | at org.jboss.resource.connectionmanager.TxConnectionManager.managedConnectionReconnected(TxConnectionManager.java:337) | ... 186 more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125680#4125680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125680 From do-not-reply at jboss.com Fri Feb 1 16:54:53 2008 From: do-not-reply at jboss.com (ragavgomatam) Date: Fri, 1 Feb 2008 16:54:53 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: Logout from a WebService application Message-ID: <426599.1201902893250.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't think you can log out using web service...Again I am not sure of this... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125681#4125681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125681 From do-not-reply at jboss.com Fri Feb 1 17:07:24 2008 From: do-not-reply at jboss.com (asookazian) Date: Fri, 1 Feb 2008 17:07:24 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: SMPC and could not enlist in transaction exception Message-ID: <14935073.1201903644696.JavaMail.jboss@colo-br-02.atl.jboss.com> according to section 8.3.1 of the Seam 2.0.0.GA ref doc, the example refers to a bookingDatabase for the SMPC tag config in components.xml. What is the recommended best practice for handling situations like my post above where you need SMPC (for whatever reason, say so your conversation's inputted data is not persisted to the db until the conversation is ended, thus requiring flushMode=MANUAL, etc.) and your back-end consists of multiple db's? How many SMPC's do we need to create/config then? And it should depend on how many db servers are involved in the use-case/transaction. what about web services? do they require SMPC as well? now that Seam added a feature of conversational web service methods... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125683#4125683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125683 From do-not-reply at jboss.com Fri Feb 1 17:10:00 2008 From: do-not-reply at jboss.com (charles.crouch@jboss.com) Date: Fri, 1 Feb 2008 17:10:00 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Standard JAAS security domain not getting picked up Message-ID: <18608559.1201903800214.JavaMail.jboss@colo-br-02.atl.jboss.com> Environment: Seam 2.0.1.GA in JBoss5 Beta4 I try to access a secured page in my application and get redirected to the login page. Entering in valid credentials doesn't login me in and I see the following in the log: | 13:38:05,109 WARN [IdentityManager] no identity store available - please install an IdentityStore with the name 'identityStore' if identity management is required. | 13:38:05,109 ERROR [SeamLoginModule] No authentication method defined - please define authenticate-method for in components.xml In components.xml I have | We're trying to use the standard jmx-console application-policy which comes with JBAS In pages.xml | #{s:hasRole('JBossAdmin')} | FWIW this setup worked with RC's of Seam 2.0 and JBAS4.2 Any thoughts on what I'm doing wrong? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125684#4125684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125684 From do-not-reply at jboss.com Fri Feb 1 17:30:56 2008 From: do-not-reply at jboss.com (nickarls) Date: Fri, 1 Feb 2008 17:30:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: NPE when logging inside a property getter Message-ID: <30319541.1201905056895.JavaMail.jboss@colo-br-02.atl.jboss.com> Haven't used it but Logger seams to have some static methods that might be interesting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125689#4125689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125689 From do-not-reply at jboss.com Fri Feb 1 17:31:46 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 1 Feb 2008 17:31:46 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Bug in UIStroke class (pdf part) Message-ID: <596356.1201905106108.JavaMail.jboss@colo-br-02.atl.jboss.com> I took a look myself and fixed the "miter" typo. If there's anything else, please hit JIRA. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125690#4125690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125690 From do-not-reply at jboss.com Fri Feb 1 17:36:01 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 1 Feb 2008 17:36:01 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Several actions performed by one bean - is it possible a Message-ID: <11626483.1201905361636.JavaMail.jboss@colo-br-02.atl.jboss.com> Note that @Begin by itself assumes that the user is not already in a conversation and will throw an exception if the user is. That may be what the original poster is experiencing. If that is the case, try @Begin(join=true). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125691#4125691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125691 From do-not-reply at jboss.com Fri Feb 1 17:38:34 2008 From: do-not-reply at jboss.com (gjeudy) Date: Fri, 1 Feb 2008 17:38:34 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad SelectManyShuttle with seam ? Message-ID: <6296290.1201905514360.JavaMail.jboss@colo-br-02.atl.jboss.com> I was thinking perhaps I could leverage the Seam Remoting capabilities. Once I selected the items I need, I press a command button I implement a setSelection() javascript function that retrieves the selection from the trinidad component and submits it through seam remoting capabilities. The only bummer with this is I need the AJAX call to be synchronous (SJAX) to make sure that when the action on the command button is processed I already have updated the server state with the selected items. Is it possible to use Seam remoting synchronously ? I know this is generally a bad thing to do but in my case it would help me solve my problem. Thanks, -Guillaume View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125693#4125693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125693 From do-not-reply at jboss.com Fri Feb 1 17:51:06 2008 From: do-not-reply at jboss.com (gjeudy) Date: Fri, 1 Feb 2008 17:51:06 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad SelectManyShuttle with seam ? Message-ID: <16528627.1201906266992.JavaMail.jboss@colo-br-02.atl.jboss.com> Alternatively has anyone used a different JSF library that has a dual list component with SEAM successfully ? I see JBoss RichFaces has a ListShuttle which seems to be what I need. Has anyone used this with seam ? Thanks, -Guillaume View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125695#4125695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125695 From do-not-reply at jboss.com Fri Feb 1 18:06:55 2008 From: do-not-reply at jboss.com (jkurtz_wa) Date: Fri, 1 Feb 2008 18:06:55 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Juddi broken on 4.2.1 + 4.2.2 Message-ID: <9723841.1201907215975.JavaMail.jboss@colo-br-02.atl.jboss.com> I got Juddi version 2.0 working on JBoss 4.2.2. I created a new server instance and am connecting with an Oracle Database. I am now striving to publish to the UDDI registry. Something has changed with the new version of jUDDI that requires the BusinessQueryManager to accept only SOAP messages instead of strings. This effectively breaks the example at http://wiki.jboss.org/wiki/Wiki.jsp?page=UDDIExample ============ This is how it breaks now When the following is called on a BusinessQueryManager object businessQueryManager.getRegistryObject("some String", LifeCycleManager.CLASSIFICATION_SCHEME); the following error occurs: Cannot unmarshall SOAPMessage javax.xml.soap.SOAPException: Unsupported content type: text/html; charset=utf-8 at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:248) at org.jboss.ws.core.soap.SOAPMessageUnMarshaller.read(SOAPMessageUnMarshaller.java:84) at org.jboss.remoting.transport.http.HTTPClientInvoker.readResponse(HTTPClientInvoker.java:502) at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:306) at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:136) at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122) at org.jboss.remoting.Client.invoke(Client.java:1634) at org.jboss.remoting.Client.invoke(Client.java:548) at org.jboss.ws.core.client.RemotingConnectionImpl.invoke(RemotingConnectionImpl.java:183) at org.jboss.ws.core.client.SOAPRemotingConnection.invoke(SOAPRemotingConnection.java:77) at org.jboss.ws.core.soap.SOAPConnectionImpl.callInternal(SOAPConnectionImpl.java:106) at org.jboss.ws.core.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:66) at org.jboss.jaxr.juddi.transport.SaajTransport.send(SaajTransport.java:81) at org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.java:368) at org.apache.juddi.AbstractRegistry.getTModelDetail(AbstractRegistry.java:547) at org.apache.juddi.AbstractRegistry.getTModelDetail(AbstractRegistry.java:532) at org.apache.ws.scout.registry.BusinessQueryManagerImpl.getRegistryObject(BusinessQueryManagerImpl.java:681) at com.boeing.pw.uddi.publisher.WSDLConverter.(WSDLConverter.java:59) at com.boeing.pw.uddi.publisher.RegConnectionFactory.createOrganization(RegConnectionFactory.java:106) at com.boeing.pw.uddi.publisher.WSDLPublisher.init(WSDLPublisher.java:108) at com.boeing.pw.uddi.test.TestMain.testPublisher(TestMain.java:63) at com.boeing.pw.uddi.test.TestMain.main(TestMain.java:21) - Exception:: javax.xml.soap.SOAPException: java.io.IOException: Could not transmit message at org.jboss.ws.core.soap.SOAPConnectionImpl.callInternal(SOAPConnectionImpl.java:115) at org.jboss.ws.core.soap.SOAPConnectionImpl.call(SOAPConnectionImpl.java:66) at org.jboss.jaxr.juddi.transport.SaajTransport.send(SaajTransport.java:81) at org.apache.juddi.proxy.RegistryProxy.execute(RegistryProxy.java:368) at org.apache.juddi.AbstractRegistry.getTModelDetail(AbstractRegistry.java:547) at org.apache.juddi.AbstractRegistry.getTModelDetail(AbstractRegistry.java:532) at org.apache.ws.scout.registry.BusinessQueryManagerImpl.getRegistryObject(BusinessQueryManagerImpl.java:681) at com.boeing.pw.uddi.publisher.WSDLConverter.(WSDLConverter.java:59) at com.boeing.pw.uddi.publisher.RegConnectionFactory.createOrganization(RegConnectionFactory.java:106) at com.boeing.pw.uddi.publisher.WSDLPublisher.init(WSDLPublisher.java:108) at com.boeing.pw.uddi.test.TestMain.testPublisher(TestMain.java:63) at com.boeing.pw.uddi.test.TestMain.main(TestMain.java:21) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125696#4125696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125696 From do-not-reply at jboss.com Fri Feb 1 18:12:08 2008 From: do-not-reply at jboss.com (asookazian) Date: Fri, 1 Feb 2008 18:12:08 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: SMPC and could not enlist in transaction exception Message-ID: <10430632.1201907528962.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it correct to assume that "create=true" is unnecessary for the @In annotation below b/c it is already in the components.xml (auto-create="true")?? SecurityAuditAction: package com.cox.beans.session; | | import java.sql.Timestamp; | import java.util.ArrayList; | import java.util.Date; | import java.util.List; | | import javax.annotation.PostConstruct; | import javax.annotation.PreDestroy; | import javax.ejb.PostActivate; | import javax.ejb.PrePassivate; | import javax.ejb.Remove; | import javax.ejb.Stateful; | import javax.ejb.TransactionAttribute; | import javax.ejb.TransactionAttributeType; | import javax.faces.model.SelectItem; | import javax.persistence.EntityManager; | | import org.jboss.seam.annotations.Begin; | import org.jboss.seam.annotations.Destroy; | import org.jboss.seam.annotations.End; | import org.jboss.seam.annotations.Factory; | import org.jboss.seam.annotations.FlushModeType; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Out; | import org.jboss.seam.annotations.datamodel.DataModel; | import org.jboss.seam.annotations.datamodel.DataModelSelectionIndex; | import org.jboss.seam.log.Log; | import org.jboss.seam.security.Identity; | import org.jboss.seam.web.Session; | | import com.cox.beans.entity.TblSecurityAuditNote; | import com.cox.beans.entity.TblSecurityAuditWorking; | import com.cox.beans.entity.User; | import com.cox.util.SecurityAuditConstants; | import com.cox.util.SecurityAuditProperties; | | | | | @Stateful | @Name("securityAuditAction") | public class SecurityAuditAction implements SecurityAuditLocal { | | @Logger | private Log log; | | @In | private Identity identity; | | // using EXTENDED for PersistenceContextType was causing premature update transaction commit to DB when clicking 'no' on radio button... | // 12/17/07 - org.hibernate.PersistentObjectException: detached entity passed to persist: com.cox.beans.entity.TblSecurityAuditNote | /* | * http://www.jboss.org/index.html?module=bb&op=viewtopic&t=107263 | | ???what are the reasons for the PersistentObjectException to occur???? | | ???If the entity is detached ;) You need to make sure your persistence context spans the life all | the operations you perform with that instance of the entity.??? <-- P. Muir | | attempting to fix this exception by using Extended PersistenceContextType again... now entites will not detach from persistence context | | 12/18/07 - now attempting SMPC as per section 8.3.3 of Seam ref pdf: we would prefer that all changes are held in memory and only written | to the database when the conversation ends successfully. This allows for truly atomic conversations | */ | | //@PersistenceContext(unitName="boIcomsSecurityAudit", type=PersistenceContextType.EXTENDED) | //private EntityManager emICOMS; | | @In(value="BoIcomsEntityManager") | EntityManager emICOMS; | | //@In(required=false) @Out | @In(required=false) | private User user; | | @In(required=false) | private List noteList = new ArrayList(); | | @In(create=true) | private NoteLocal noteAction; | | @In(create=true) | private PeerLocal peerAction; | | private List myRadioButtonList; | | private List noteLoadList; | | @DataModel(value="myAuditList") | private List myAuditList; | | private String networkId = ""; | | @DataModelSelectionIndex(value="myAuditList") | private int currentRowNum; | | //adding empty constructor callback lifecycle methods for debugging purposes (interceptor will output when they get called) | | public SecurityAuditAction() {} | | @PostConstruct | public void postConstruct() { | log.info("in postConstruct"); | } | | @PostActivate | public void postActivate() { | log.info("in postActivate"); | } | | @PrePassivate | public void prePassivate() { | log.info("in prePassivate"); | | } | | @PreDestroy | public void preDestroy() { | log.info("in preDestroy"); | | } | | private Object[] getMyAuditListSelection() { | return (Object[])myAuditList.get(currentRowNum); | } | | @End | public void invalidateSession() { | | //user selected a peer from peer selectOneMenu, so invalidate session and continue... | | Session.instance().invalidate(); | | //findAuditList2(); | } | | // 12-03/07 - got following exception when I clicked cancel in modalPanel: | // Caused by java.lang.IllegalStateException with message: "begin method invoked from a long-running conversation, try using @Begin(join=true) on method: findAuditList" | // adding join=true... | | @Begin(join=true, flushMode=FlushModeType.MANUAL) // <-- use this with SMPC | @Factory("myAuditList") | public void findAuditList() | { | Boolean hardCodeEmployeeId = Boolean.parseBoolean(SecurityAuditProperties.getPropertyObject().getProperty(SecurityAuditConstants.HARD_CODE_EMPLOYEE_ID)); | Integer employeeId; | | if (hardCodeEmployeeId) { //if true in props file then we're testing only... | | employeeId = peerAction.getEmployeeId().intValue(); | | if (employeeId == null) { | | employeeId = Integer.parseInt(SecurityAuditProperties.getPropertyObject().getProperty(SecurityAuditConstants.EMPLOYEE_ID)); //using btkach id for now; | } | } | else { | | employeeId = peerAction.getEmployeeId().intValue(); | | } | myAuditList = emICOMS.createQuery("SELECT gem, tsaw "+ | "FROM TblSecurityAuditWorking tsaw, "+ | "GlobalEmployeeMaster gem "+ | "WHERE tsaw.id.siteId = gem.id.siteId "+ | "AND tsaw.id.employeeNumber = gem.id.employeeNumber "+ | "AND tsaw.reportToId = :employeeId " + | "ORDER BY tsaw.id.employeeNumber ASC") | .setParameter("employeeId", employeeId) | .getResultList(); | | //reset/clear instance variables in Note SFSB... | noteAction.reset(); | | //instantiate null valued noteList | noteAction.initialize(myAuditList); | | log.info("in findAuditList(): myAuditList.size() = " + myAuditList.size()); | | noteLoadList = emICOMS.createQuery("SELECT saw.id.siteId, saw.id.employeeNumber, "+ | "("+ | "SELECT count(san) as AcctApprovedNoteCount "+ | "FROM TblSecurityAuditNote san "+ | "WHERE san.siteId = saw.id.siteId "+ | "AND san.employeeNumber = saw.id.employeeNumber "+ | "AND san.noteType = 'accountApproved' "+ | ") as AcctApprovedCount, "+ | "("+ | "SELECT count(san) as secLevelApprovedNoteCount "+ | "FROM TblSecurityAuditNote san "+ | "WHERE san.siteId = saw.id.siteId "+ | "AND san.employeeNumber = saw.id.employeeNumber "+ | "AND san.noteType = 'secLevelApproved' "+ | ") as secLevelApprovedCount, "+ | "("+ | "SELECT count(san) as adjLimitApprovedNoteCount "+ | "FROM TblSecurityAuditNote san "+ | "WHERE san.siteId = saw.id.siteId "+ | "AND san.employeeNumber = saw.id.employeeNumber "+ | "AND san.noteType = 'adjLimitApproved' "+ | ") as adjLimitApprovedCount "+ | "FROM TblSecurityAuditWorking saw "+ | "WHERE saw.reportToId = :employeeId") | .setParameter("employeeId", employeeId) | .getResultList(); | | | | log.info("in findAuditList(): noteLoadList.size() = " + noteLoadList.size()); | | | | } | | public Boolean getLoadedNote(Integer rowIndex, String colName) { | if (rowIndex > -1) { | Object[] myArray = (Object[])noteLoadList.get(rowIndex); | Long count = (Long)myArray[convertColName(colName).intValue()]; | if (count > 0) | return true; | else | return false; | } | else | return false; | } | | private Integer convertColName(String colName) { | | if (SecurityAuditConstants.COL_ONE_NAME.equals(colName)) { | return SecurityAuditConstants.SECURITY_ACTION_COL_ONE_VALUE; | } | else if (SecurityAuditConstants.COL_TWO_NAME.equals(colName)) { | return SecurityAuditConstants.SECURITY_ACTION_COL_TWO_VALUE; | } | else if (SecurityAuditConstants.COL_THREE_NAME.equals(colName)) { | return SecurityAuditConstants.SECURITY_ACTION_COL_THREE_VALUE; | } | else | return 0; | | } | | public List getSecurityAuditRadioButtons() { | myRadioButtonList = new ArrayList(); | myRadioButtonList.add(new SelectItem("true", "Yes", "Yes it is")); | myRadioButtonList.add(new SelectItem("false", "No", "No it isn't")); | return myRadioButtonList; | } | | public String getHeader() { | return "Please enter your note for the associate"; | } | | @End | @TransactionAttribute(TransactionAttributeType.REQUIRED) //REQUIRED is default, but added for clarity | public void submit() { | | Object[] myAuditListSelection = getMyAuditListSelection(); | | TblSecurityAuditWorking tsaw = (TblSecurityAuditWorking)myAuditListSelection[1]; | | //determine what status to assign to each row/employee based on answers to radio buttons... | | //RULES: if yes/yes/yes --> green | // if any no(s) --> yellow | // if none selected --> red | | Boolean icomsAccountApproved = tsaw.getIcomsAccountApproved()==null?false:tsaw.getIcomsAccountApproved(); | Boolean adjustmentLimitApproved = tsaw.getAdjustmentLimitApproved()==null?false:tsaw.getAdjustmentLimitApproved(); | Boolean securityLevelApproved = tsaw.getSecurityLevelApproved()==null?false:tsaw.getSecurityLevelApproved(); | | if ( icomsAccountApproved && adjustmentLimitApproved && securityLevelApproved ) { | //green | tsaw.setAuditProgress(SecurityAuditConstants.AUDIT_COMPLETE); | } | else if ( !icomsAccountApproved || !adjustmentLimitApproved || !securityLevelApproved ) { | //yellow | tsaw.setAuditProgress(SecurityAuditConstants.AUDIT_WAITING_ICOMS); | } | else { | //yellow | tsaw.setAuditProgress(SecurityAuditConstants.AUDIT_WAITING_ICOMS); | } | | Date myDate = new Date(); | Long myTime = myDate.getTime(); | Timestamp myTimeStamp = new Timestamp(myTime); | tsaw.setTimeStamp(myTimeStamp); | | emICOMS.merge(tsaw); | | //check to see if there are any notes for each radio button for this employee/row | //then update/insert accordingly | | //TO DO: move the hard-coding 3 for # of updateable columns in dataTable to resource bundle | | // TO DO: noteAction.submit() was moved to action listener attribute in modalPanels... | //call submit to ensure new note is added to array | //noteAction.submit(); | | for (int colNum = 0; colNum < SecurityAuditConstants.MAX_COLUMNS; colNum++) { | | TblSecurityAuditNote note = getTblSecurityAuditNote(currentRowNum, colNum); | | if (note != null) { | | log.info("myNotes["+currentRowNum+"]["+colNum+"]: noteId = " + note.getNoteId() + " noteText = " + note.getNoteText()); | | emICOMS.persist(note); | | //fix transaction failed when user inserts multiple notes for two columns in the same row by setting current note in array to null... | //this was happening when you add a note to col C and save, then add a note to col B and save (the loop | //was calling persist(note) on an already persisted entity and there would be a primary key violation | //so Hibernate throws an exception: | //org.hibernate.PersistentObjectException: detached entity passed to persist: com.cox.beans.entity.TblSecurityAuditNote | | /* AS - 01/16/08 - commenting to test to see if this code block is the root cause of the | * not reRendering of the graphic icon when you enter the first note and submit in modalPanel | * results: it was the root cause! leaving commented as the above transaction failed problem is now not occurring | TblSecurityAuditNote[] myNoteArray = noteList.get(currentRowNum); | myNoteArray[colNum] = null; | noteList.set(currentRowNum, myNoteArray); | */ | } | } | | emICOMS.flush(); | | } | | private TblSecurityAuditNote getTblSecurityAuditNote(Integer rowIndex, Integer colNum) { | rowIndex = rowIndex==null?0:rowIndex; | colNum = colNum==null?0:colNum; | | if (noteList != null) { | try { | TblSecurityAuditNote[] myNoteArray = noteList.get(rowIndex); | return myNoteArray[colNum]; | } | catch (IndexOutOfBoundsException e) { | if (rowIndex != null && rowIndex < 0) { | e.printStackTrace(); | throw e; | } | return null; | } | } | else { | return null; | } | } | | public String processGraphicImage(Integer auditProgress) { | switch (auditProgress) { | case 0: return SecurityAuditConstants.RED_GRAPHIC; | case 1: return SecurityAuditConstants.YELLOW_GRAPHIC; | case 2: return SecurityAuditConstants.GREEN_GRAPHIC; | default: return SecurityAuditConstants.RED_GRAPHIC; | } | } | | public String processNoteImage() { | return SecurityAuditConstants.NOTE_GRAPHIC; | } | | private String getNetworkId() { | if (networkId.equals("")) | return identity.getUsername(); | else | return networkId; | } | | private void setNetworkId(String networkId) { | //log.info("in setNetworkId(): networkId = " + networkId); | this.networkId = networkId; | } | | private Integer getEmployeeId() { | String networkId = getNetworkId()==null?"":getNetworkId(); | | List myList = emICOMS.createQuery("from User u where u.networkId = :networkId").setParameter("networkId", networkId).getResultList(); | User newUser = (User)myList.get(0); | | Integer employeeId = newUser.getEmployeeId().intValue(); | | return employeeId; | } | | | @Remove @Destroy | public void destroy() { | | } | | | | | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125698#4125698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125698 From do-not-reply at jboss.com Fri Feb 1 18:15:23 2008 From: do-not-reply at jboss.com (pete007) Date: Fri, 1 Feb 2008 18:15:23 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Creating Drop-Down from Foreign-Key-Constraint with Seam Message-ID: <18970467.1201907723992.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have some table definitions according to the following schema (simplified for better understanding): create table department | ( | id int not null auto_increment, | name text, | primary key (id) | ); | | create table user | ( | id int not null auto_increment, | username text, | department_id int, | primary key (id), | foreign key (department_id) references department(id) | ); | | insert into department set name='alpha'; | insert into department set name='beta'; | insert into department set name='gamma'; | Then I created a CRUD-application with these commands: | seam setup | seam new-project | seam generate-entities | seam explode | Started JBoss, and everything works fine. Thanks a lot for this tool! Now I need some hints, how to continue programming. I am supposed to replace the "Select department"-Button by a drop-down-box containing all names of existing departments. Is there an easy way, to change the application to do this? I have several roles, which are all allowed to modify different tables. Where can I define Access-Rights for viewing and editing the lists? And last one (for now :), where is the equivalent to the Tomcat-Manager in JBoss AS? I especially need the functions undeployment and deploy by war/ear-file-upload. I appreciate any help, examples or links. Thanks a lot, Peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125699#4125699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125699 From do-not-reply at jboss.com Fri Feb 1 18:21:31 2008 From: do-not-reply at jboss.com (msystems) Date: Fri, 1 Feb 2008 18:21:31 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - @PersistenceContext Message-ID: <13530350.1201908091656.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a hard time to understand why a seam-managed persistence context (SMPC) @PersistenceContext behaves differently from a non-managed persistence context @PersistenceContext. I know I have to use @In to use the SMPC entitymanger - but it looks like Seam also changes the behaviour for @PersistenceContext when SMPC is enabled. Example - non-managed (expected behaviour): | @Stateful | @Name("authenticatorService") | @Scope(ScopeType.SESSION) | public class AuthenticatorBean implements AuthenticatorLocal { | private static final String CONTEXT_PARAMETER_MAX_ATTEMPTS = "sine.login.max.attempts"; | private static final String CONTEXT_PARAMETER_TIME_LOCK = "sine.login.time.lock"; | | @Logger | private Log log; | | @PersistenceContext | private EntityManager em; | | @In | FacesMessages facesMessages; | | @EJB | private UserLocal userService; | | @In(create = false, required = false) | @Out(required = false) | private User userDomain; | | @Out(required = false) | private User loggedInUserDomain; | | private boolean authenticateError; | private HashMaploginAttempts = new HashMap(); | | public boolean authenticate() { | authenticateError = false; | | userDomain = userService.getUserByUsername(Identity.instance().getUsername()); | if (userDomain != null) { | if (userDomain.isTimeLocked()) { | if (System.currentTimeMillis() - userDomain.getTimeLock().getTime() | > (Long.parseLong(Util.getContextParameter(CONTEXT_PARAMETER_TIME_LOCK)) * 60000)) { | loginAttempts.put(userDomain.getUsername(), 0); | userDomain.setTimeLock(null); | } else { | facesMessages.addToControlFromResourceBundle("username", FacesMessage.SEVERITY_ERROR, | "loginTimeLocked"); | | authenticateError = true; | return false; | } | } | | if (userDomain.getPassword() | .equals(Password.encodePasswordMD5(Identity.instance().getPassword(), userDomain.getId()))) { | if (!userDomain.isLocked()) { | for (Role role : userDomain.getRoles()) { | Identity.instance().addRole(role.getName()); | } | | loginAttempts.put(userDomain.getUsername(), 0); | loggedInUserDomain = userDomain; // Store userDomain in Session | | return true; | } | } | } else { | log.info("Login error - user don't exist: {0}", Identity.instance().getUsername()); | } | | facesMessages.addToControlFromResourceBundle("username", FacesMessage.SEVERITY_ERROR, "loginError"); | | authenticateError = true; | return false; | } | | @Observer(value = Identity.EVENT_LOGIN_FAILED, create = false) | public void failedLoginEvent() { | if ((userDomain != null) && !userDomain.isTimeLocked()) { | int attempts = loginAttempts.containsKey(userDomain.getUsername()) | ? loginAttempts.get(userDomain.getUsername()) : 0; | | if (++attempts >= Integer.parseInt(Util.getContextParameter(CONTEXT_PARAMETER_MAX_ATTEMPTS))) { | userDomain.setTimeLock(new Date()); | em.merge(userDomain); // I need to merge because entity is detached *************************** ATTENTION *********** | em.flush(); | log.info("Time lock on user: {0}", userDomain.getUsername()); | } else { | loginAttempts.put(userDomain.getUsername(), attempts); | } | } | } | | public boolean isAuthenticateError() { | return authenticateError; | } | | @Remove // Seam needs this one for stateful beans | public void destroy() { | } | } | Above example works fine and the database is updated correctly. Example - SMPC (I don't need the merge anymore - looks like @PersistenceContext is extended, but why?): | @Stateful | @Name("authenticatorService") | @Scope(ScopeType.SESSION) | public class AuthenticatorBean implements AuthenticatorLocal { | private static final String CONTEXT_PARAMETER_MAX_ATTEMPTS = "sine.login.max.attempts"; | private static final String CONTEXT_PARAMETER_TIME_LOCK = "sine.login.time.lock"; | | @Logger | private Log log; | | @PersistenceContext | private EntityManager em; | | @In | FacesMessages facesMessages; | | @EJB | private UserLocal userService; | | @In(create = false, required = false) | @Out(required = false) | private User userDomain; | | @Out(required = false) | private User loggedInUserDomain; | | private boolean authenticateError; | private HashMaploginAttempts = new HashMap(); | | public boolean authenticate() { | authenticateError = false; | | userDomain = userService.getUserByUsername(Identity.instance().getUsername()); | if (userDomain != null) { | if (userDomain.isTimeLocked()) { | if (System.currentTimeMillis() - userDomain.getTimeLock().getTime() | > (Long.parseLong(Util.getContextParameter(CONTEXT_PARAMETER_TIME_LOCK)) * 60000)) { | loginAttempts.put(userDomain.getUsername(), 0); | userDomain.setTimeLock(null); | } else { | facesMessages.addToControlFromResourceBundle("username", FacesMessage.SEVERITY_ERROR, | "loginTimeLocked"); | | authenticateError = true; | return false; | } | } | | if (userDomain.getPassword() | .equals(Password.encodePasswordMD5(Identity.instance().getPassword(), userDomain.getId()))) { | if (!userDomain.isLocked()) { | for (Role role : userDomain.getRoles()) { | Identity.instance().addRole(role.getName()); | } | | loginAttempts.put(userDomain.getUsername(), 0); | loggedInUserDomain = userDomain; // Store userDomain in Session | | return true; | } | } | } else { | log.info("Login error - user don't exist: {0}", Identity.instance().getUsername()); | } | | facesMessages.addToControlFromResourceBundle("username", FacesMessage.SEVERITY_ERROR, "loginError"); | | authenticateError = true; | return false; | } | | @Observer(value = Identity.EVENT_LOGIN_FAILED, create = false) | public void failedLoginEvent() { | if ((userDomain != null) && !userDomain.isTimeLocked()) { | int attempts = loginAttempts.containsKey(userDomain.getUsername()) | ? loginAttempts.get(userDomain.getUsername()) : 0; | | if (++attempts >= Integer.parseInt(Util.getContextParameter(CONTEXT_PARAMETER_MAX_ATTEMPTS))) { | userDomain.setTimeLock(new Date()); | em.flush(); | log.info("Time lock on user: {0}", userDomain.getUsername()); | } else { | loginAttempts.put(userDomain.getUsername(), attempts); | } | } | } | | public boolean isAuthenticateError() { | return authenticateError; | } | | @Remove // Seam needs this one for stateful beans | public void destroy() { | } | } | Above example works fine and the database is updated correctly, but I don't need to merge anymore - looks like @PersistenceContext is extended when running under SMPC. Could someone explain why @PersistenceContext behaves differently under a SMPC? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125702#4125702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125702 From do-not-reply at jboss.com Fri Feb 1 18:23:38 2008 From: do-not-reply at jboss.com (alllle) Date: Fri, 1 Feb 2008 18:23:38 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - How to escape the # sign in a seam EL? Message-ID: <27213209.1201908218828.JavaMail.jboss@colo-br-02.atl.jboss.com> Say in the following statement: | log.info("Saved article ##{article.id} successfully"); | It will print "Saved article ##{article.id} successfully" directly, as seam found the first # sign and thinks "##" is not an EL and skips both # signs. What I am doing now as workaround is: | log.info("Saved article #0#{article.id} successfully", "#"); | Which prints "Saved article #123 successfully" correctly. But this won't work in annotation when I specify the conversation value: | @Begin(value="Editing article ##{article.id}") | Does seam support escaping the # sign? I also tried using the raw unicode value like: ".. \u0023#" and that didn't work neither. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125703#4125703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125703 From do-not-reply at jboss.com Fri Feb 1 18:34:49 2008 From: do-not-reply at jboss.com (hunterperess) Date: Fri, 1 Feb 2008 18:34:49 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - MainEngine Folder not cleaning itself in 3.2.3 Message-ID: <5958278.1201908889412.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey , In jboss 3.2.3 the /server/default/work/MainEngine folder still contains old compiled jsps even after I drop a new ear and even restart the server. Can someone please help me eliminate this behavior or shed some light on things. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125704#4125704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125704 From do-not-reply at jboss.com Fri Feb 1 18:36:30 2008 From: do-not-reply at jboss.com (enda) Date: Fri, 1 Feb 2008 18:36:30 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Named conversation and new instance redirected to Home? Best Message-ID: <27328485.1201908990842.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi lets say that I have an elements table. I can pick one element and go to entityHome so my conversation name is entity.id and everything is ok. But I also have a navigation from my table to create new instance so I go to entityHomeEdit and my conversation is named new. After I save the new instance I want to redirect to entityHome , new entity has already id so it redirects as conversation namedentity.id ;(. That is wrong. Lets show you a code: | | | | | | So I can stick in my ManagerBean some condition but it is ugly. Do you have some better solution? Eg something like kill conversation when new entity is saved and create new conversation with different name. But it is in one request, can I do that? Is there access to the conversation from my ManagerBean, so I could kill the old named one (new) and build new named one (id). I am sure that we all goes through it. What is the best solution? Tomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125705#4125705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125705 From do-not-reply at jboss.com Fri Feb 1 18:46:17 2008 From: do-not-reply at jboss.com (sappenin) Date: Fri, 1 Feb 2008 18:46:17 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - What does JMSUserManager do? Message-ID: <6558852.1201909577033.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using jboss-messaging, and am wondering what the difference between the JMSUserManager and the 'messaging' application-policy defined in login-conf.xml is. Which one determines my users/roles??? I'm using Mysql for persistent messaging, and in the file called server/deploy/jboss-messaging.sar/mysql-persistence-service.xml, at the bottom, is an mbean that seems to also define users/roles. Do I need to use both? | | jboss.jca:service=DataSourceBinding,name=DefaultDS | jboss:service=TransactionManager | java:/DefaultDS | true | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125706#4125706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125706 From do-not-reply at jboss.com Fri Feb 1 18:49:26 2008 From: do-not-reply at jboss.com (szaccaria) Date: Fri, 1 Feb 2008 18:49:26 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: JBPM, mail and ws Message-ID: <3040759.1201909766462.JavaMail.jboss@colo-br-02.atl.jboss.com> Why? You can explain the why? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125707#4125707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125707 From do-not-reply at jboss.com Fri Feb 1 18:56:14 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 18:56:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: JBPM, mail and ws Message-ID: <10005633.1201910174066.JavaMail.jboss@colo-br-02.atl.jboss.com> Classloading. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125708#4125708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125708 From do-not-reply at jboss.com Fri Feb 1 18:57:12 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 1 Feb 2008 18:57:12 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to escape the # sign in a seam EL? Message-ID: <10581151.1201910232415.JavaMail.jboss@colo-br-02.atl.jboss.com> \# View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125709#4125709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125709 From do-not-reply at jboss.com Fri Feb 1 19:20:38 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 1 Feb 2008 19:20:38 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to escape the # sign in a seam EL? Message-ID: <17273739.1201911638850.JavaMail.jboss@colo-br-02.atl.jboss.com> \# isn't valid in a java string. \\# would be, but the backslash has no special meaning to the interpolator. http://jira.jboss.com/jira/browse/JBSEAM-2566 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125711#4125711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125711 From do-not-reply at jboss.com Fri Feb 1 19:22:08 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Fri, 1 Feb 2008 19:22:08 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Remoting - Callback method not being called Message-ID: <15563770.1201911728827.JavaMail.jboss@colo-br-02.atl.jboss.com> You can exclude properties of the result by specifying an "exclude" string on your @WebRemote method. For example, if you didn't want to return the Applicationversion you'd write: @WebRemote(exclude = "applicationversion") | public List displayEvents() { | I'm a little bit concerned about seeing a Javassist proxy object in the returned results, it seems that this is a bug. I don't know if it's the reason why your callback method isn't being invoked, however I'll try to fix this over the weekend anyway. One thing you could try is to debug the client-side Seam remoting code. If you use Firefox, I recommend you download the Firebug extension as it makes debugging a piece of cake and you can just step through the remoting code to see what's actually happening with your response. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125712#4125712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125712 From do-not-reply at jboss.com Fri Feb 1 20:09:25 2008 From: do-not-reply at jboss.com (szaccaria) Date: Fri, 1 Feb 2008 20:09:25 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: JBPM, mail and ws Message-ID: <7662115.1201914565645.JavaMail.jboss@colo-br-02.atl.jboss.com> ok, but why this file is of default put on "seam" project, (created with "jboss tool")? This may not generate any misunderstanding? And if i put to true the "java2ParentDelegation" flag, what real difference made to my project? Why the problem is only when I send an email asynchronously? I tried to read http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration but I was not very clear Sorry for my continual requests Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125713#4125713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125713 From do-not-reply at jboss.com Fri Feb 1 20:24:19 2008 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Fri, 1 Feb 2008 20:24:19 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Events.. Message-ID: <23305889.1201915459740.JavaMail.jboss@colo-br-02.atl.jboss.com> I have an Entity and am trying to get it to throw an event when the number of riders changes (this is mapped to the View naturally)... I have tried with just two annotation (thrower and catcher) to no avail... now I have added EVERYTHING in and it still does not work; what am I missing? Entity... | @SuppressWarnings("serial") | @Entity // Defines this as an Entity that is a class mapped to the Datastore. | @Name("bookingResourceArena") // Name used within SEAM for an instance of this class. | @DiscriminatorValue("WithArena") | public class BookingResourceWithRiders extends BookingResourceWithHoursRange implements Serializable { | | ... | | @RaiseEvent("RiderNumbersChanged") | public void setRiders(int number) { | this.riders = number; | Events.instance().raiseEvent("RiderNumbersChanged"); | } | Controller... | @SuppressWarnings("serial") | @Stateful | // A new component is created or re-initialised and re-used each time it is | // called. | @Name("bookingController") | // Name used within SEAM for an instance of this class. | @Conversational | // Scope that this class exists in. | public class BookingControllerImpl implements BookingController, Serializable { | | ... | | @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) | @Observer("RiderNumbersChanged") | public void changeRiderNumbers() { | log.info(">changeRiderNumbers"); | log.info(" | | | Chunk off screen | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125714#4125714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125714 From do-not-reply at jboss.com Fri Feb 1 20:44:44 2008 From: do-not-reply at jboss.com (cfergus) Date: Fri, 1 Feb 2008 20:44:44 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - JBoss 5.0.0 Beta3 Messaging Client Message-ID: <4222511.1201916684267.JavaMail.jboss@colo-br-02.atl.jboss.com> I would like to make a JavaSE client send messages to an out-of-the-box instance of JBoss 5.0.0 Beta3. All of my attempts have been thwarted by classpath problems. Ideally, I'd like to get a maven pom.xml file to include everything I need, but I'd be happy with links to the required jar files. (Note: I've already seen [url=http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.SP2/html/installation.html] the messaging client setup page [/url] , but it lacks the version information I need) For reference, here's my pom.xml right now: | | jboss-remoting | jboss.remoting | 2.2.2.SP4 | system | C:/Development/jboss-remoting.jar | | | | | jboss-messaging-client | jboss.messaging | 1.4.1.Beta1 | system | C:/Development/jboss-messaging-client.jar | | | | | jbossall-client | jboss | 3.2.3 | system | C:/Development/jbossall-client.jar | | | | jboss-aop | org.jboss.aop | 2.0.0.CR3 | runtime | | Also note that transitive dependencies bring in trove-2.1.1.jar, javassist-3.6.0.GA.jar, and others. The error I'm getting is: Unable to setup messaging environment org.jboss.jms.exception.MessagingJMSException: Failed to invoke at org.jboss.jms.client.delegate.DelegateSupport.handleThrowable(DelegateSupport.java:271) at ... Caused by: java.lang.IllegalArgumentException: Invalid remoting configuration - do not specify clientMaxPoolSize use JBM_clientMaxPoolSize instead ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125716#4125716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125716 From do-not-reply at jboss.com Fri Feb 1 21:06:30 2008 From: do-not-reply at jboss.com (gkorland) Date: Fri, 1 Feb 2008 21:06:30 -0500 (EST) Subject: [jboss-user] [Javassist user questions] - Duplicate a method Message-ID: <10811464.1201917990965.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm trying to duplicate a method, what is the a best practice? e.g. public void foo(){ some code... } add another duplicate method: public void foo(int i){ some code... } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125719#4125719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125719 From do-not-reply at jboss.com Fri Feb 1 21:25:45 2008 From: do-not-reply at jboss.com (javatwo) Date: Fri, 1 Feb 2008 21:25:45 -0500 (EST) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - dangerous transaction Message-ID: <11221023.1201919145349.JavaMail.jboss@colo-br-02.atl.jboss.com> I use JBoss 4.0.5 GA. JSF web application create a thread local userTransaction userTransaction.begin() // in JSF before invoke application phase em.persist(entity1) //create entity in session bean using entity manager ... do something that throw exception cought the exception and indicate the transaction need to rollback userTransaction.rollback() // in JSF after invoke application phase but entity1 is created in database. I debugged the code, the rollback was called. Thanks for help. Dave View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125722#4125722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125722 From do-not-reply at jboss.com Fri Feb 1 21:29:23 2008 From: do-not-reply at jboss.com (ragavgomatam) Date: Fri, 1 Feb 2008 21:29:23 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: Use of EJBs within LoginModule Message-ID: <15669601.1201919363582.JavaMail.jboss@colo-br-02.atl.jboss.com> Its always a little tricky. Ejb's if they are secured, then to call them you should first be jaas logged in...But if you call the ejb from a Login Module, without being logged in, you go into an indefinite loop...Its like a re-entrant call with ejb's...Situation is different if you have @PermitAll...technically it should let you through View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125724#4125724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125724 From do-not-reply at jboss.com Fri Feb 1 21:35:59 2008 From: do-not-reply at jboss.com (ragavgomatam) Date: Fri, 1 Feb 2008 21:35:59 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: How to start a session bean as soon as it is deployed Message-ID: <22975568.1201919759968.JavaMail.jboss@colo-br-02.atl.jboss.com> Use ejb Timer Service View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125725#4125725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125725 From do-not-reply at jboss.com Fri Feb 1 21:53:10 2008 From: do-not-reply at jboss.com (persabi2) Date: Fri, 1 Feb 2008 21:53:10 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: Use Apache mod_proxy or mod_rewrite to redirect to jboss Message-ID: <27408520.1201920790807.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : I can successfully redirect to the portal using mod_proxy and/or mod_rewrite to get to the portal under port 8080 but there are no images or decorations on the portal once it paints in the browser. I'm faced with the same problem. Basically followed the instructions here http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_proxyWithJBoss to setup mod_proxy with http. Portal works, I can register and get around portal, but content styling and images don't work. Here is my httpd.conf | LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so | LoadModule proxy_balancer_module /usr/lib/apache2/modules/mod_proxy_balancer.so | LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so | | | ServerName myhost.test.com | ServerAlias www.test.com | | ProxyRequests Off | ProxyPreserveHost On | | | Order deny,allow | Allow from all | BalancerMember http://myhost:8080/portal | | ProxyPass /portal balancer://mycluster | ProxyPassReverse /portal http://myhost:8080/portal | | Order allow,deny | Allow from all | | | Any suggestions? Vance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125728#4125728 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125728 From do-not-reply at jboss.com Fri Feb 1 22:13:24 2008 From: do-not-reply at jboss.com (neilac333) Date: Fri, 1 Feb 2008 22:13:24 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Need Form to Work Without Message-ID: <31372434.1201922004484.JavaMail.jboss@colo-br-02.atl.jboss.com> The good news is this one should be easy. I have finally developed the first page of my Seam-JPA/Hibernate application, a search page. This page contains a typical form where the user fills out the search parameters and presses Submit. The results are then presented in a table just below the form on the same page. The problem is that when I navigate to the page URL the first time and fill out the form and press submit, I wait a bit and nothing happens...except the form is cleared and a "jsessionid" with all the funky hexadecimal is appended to the URL. If I repeat the process, only then does the form do what I want it to do. The really funny thing is that this doesn't happen every time--just most of the time. As you might have guessed, I would like for this form to work on the initial submit. Here is the relevant excerpt in pages.xml: | | | | | | Please let me know if you require more information. I appreciate any insight you may have. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125729#4125729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125729 From do-not-reply at jboss.com Fri Feb 1 22:14:17 2008 From: do-not-reply at jboss.com (neilac333) Date: Fri, 1 Feb 2008 22:14:17 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Double Submit Message-ID: <18806213.1201922057725.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry...the subject was meant to be Need Form to Work Without Double Submit. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125730#4125730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125730 From do-not-reply at jboss.com Fri Feb 1 22:17:03 2008 From: do-not-reply at jboss.com (todd.nash@gmail.com) Date: Fri, 1 Feb 2008 22:17:03 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Error when downloading file to browser Message-ID: <22116460.1201922223041.JavaMail.jboss@colo-br-02.atl.jboss.com> I would really appreciate some answers on this one... I have a page that allows the user to download a file that is stored in the database as a BLOB. The following exception is thrown when the download link is clicked. I can trace through my method to the point where the reponse is returning through the Seam filters, so I know that the method is returning the bytes associated with the file. java.lang.IllegalStateException: Servlet response already use stream, Writer not possible | at org.ajax4jsf.webapp.FilterServletResponseWrapper.getWriter(FilterServletResponseWrapper.java:226) | at javax.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:112) | at javax.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:112) | at javax.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:112) | at com.sun.facelets.FaceletViewHandler.createResponseWriter(FaceletViewHandler.java:414) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:571) | at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | ... My page looks like this: | | | | | | | | | | | | | | | | | | | | The onDownload method looks like this: | public String onDownload() | { | System.out.println( "DocumentManagerAction.onDownload() called" ); | System.out.println( "Value of doc id is " + docId ); | | HttpServletResponse response = ( HttpServletResponse ) facesContext.getExternalContext().getResponse(); | | response.setContentType( "application/pdf" ); | try | { | byte[] docData = getDocumentData(); | | if ( docData != null && docData.length > 0 ) | { | response.setContentLength( docData.length ); | os.write( docData ); | os.flush(); | os.close(); | | | System.out.println( "\nSuccess\n" ); | } | facesContext.responseComplete(); | | } | catch ( Exception e ) | { | System.out.println( "\nFailure : " + e.toString() + "\n" ); | return null; | } | | return "done"; | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125731#4125731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125731 From do-not-reply at jboss.com Fri Feb 1 22:59:07 2008 From: do-not-reply at jboss.com (chris.simons) Date: Fri, 1 Feb 2008 22:59:07 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How do folks layout pages: panelgrids (embedded tables) Message-ID: <33211993.1201924747373.JavaMail.jboss@colo-br-02.atl.jboss.com> Where I think form layout using any emphasis on table-less forms breaks down when you want a two-column form layout. That is, two sets of controls on a single row. Sadly, our client's app has such lengthy forms, we've been asked to move from a nice, CSS one-column layout to a table-happy, two-column layout. Even with facelets, it's not easy to do in JSF without resorting to the time-old fashion of raw tags. Anyone have any suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125732#4125732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125732 From do-not-reply at jboss.com Fri Feb 1 23:30:01 2008 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Fri, 1 Feb 2008 23:30:01 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Events.. Message-ID: <538834.1201926601741.JavaMail.jboss@colo-br-02.atl.jboss.com> Not to worry I have found it works when richfaces is displaying a list of ithems in a datatable and there is another item in the list AFTER the one that is supposed to raise the event. Too weired for me to track down so done it another way. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125734#4125734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125734 From do-not-reply at jboss.com Fri Feb 1 23:38:45 2008 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Fri, 1 Feb 2008 23:38:45 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Events.. Message-ID: <31070761.1201927125395.JavaMail.jboss@colo-br-02.atl.jboss.com> Well it's Booking->Days->BookingResources i.e. Booking -> (List of Days) -> (List of Booking Resource) as Set is not well supported! This is shown as a datatable within a datatable in the Richfaces UI... Anyhow the BookingResources (Discriminated Entities) can, given the right Resource Type, have Riders which is mapped to a rich:spinner The bug was that the spinner only raised events when something came after it in the list... as I said too weired for me to track down so done another way. .. Lists of Lists rendered as nested datatables do actually give Richfaces a few problems. Should be fun when I go one more level deep to the actual list of riders for each Resource... ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125735#4125735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125735 From do-not-reply at jboss.com Sat Feb 2 00:12:49 2008 From: do-not-reply at jboss.com (limousyf) Date: Sat, 2 Feb 2008 00:12:49 -0500 (EST) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Anormally long time for a query Message-ID: <9547027.1201929169618.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I try to debug my seam application, using hibernate 3.2.4. I have a oddly long request: | 06:05:36,267 INFO [STDOUT] Collaborateur - getRegies : Feb 2, 2008 6:05:36 AM | 06:05:36,267 INFO [STDOUT] Collaborateur - getOD : Feb 2, 2008 6:05:36 AM | 06:05:36,268 INFO [STDOUT] Collaborateur - getRegies : Feb 2, 2008 6:05:36 AM | 06:05:36,268 INFO [STDOUT] Collaborateur - getOD : Feb 2, 2008 6:05:36 AM | 06:05:36,853 INFO [STDOUT] Hibernate: select societe0_.societe_id as societe1_40_, societe0_.taux_tva as taux4_40_, societe0_.logo_societe as logo2_40_, societe0_.code_societe as code3_40_, societe0_.condition_reglement as condition5_40_ from societe societe0_ limit ? | 06:05:53,628 INFO [STDOUT] Collaborateur - getRegies : Feb 2, 2008 6:05:53 AM | 06:05:53,713 INFO [STDOUT] Collaborateur - getRegies : Feb 2, 2008 6:05:53 AM | As you can see on the debug, the "select societe" took 17 seconds but there is only 2 lines in my "societe" table. A lot of relations exists to this table but everything is in lazy so I'm sure I'm pretty sure I'm not fetching the whole database here ... Does anybody have an idea on that problem ? Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125736#4125736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125736 From do-not-reply at jboss.com Sat Feb 2 01:17:02 2008 From: do-not-reply at jboss.com (jaikiran) Date: Sat, 2 Feb 2008 01:17:02 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Re: MainEngine Folder not cleaning itself in 3.2.3 Message-ID: <1164100.1201933022335.JavaMail.jboss@colo-br-02.atl.jboss.com> Don't know about 3.2.3, but in JBoss-4.2.2(the latest available version) there's a flag in jboss-service.xml (under %JBOSS_HOME%/server/xxx/deploy/jboss-web.deployer/META-INF) which can be set to true, to delete the contents of the work folder on context destroy: | true Any specific reason why you are using the older version of JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125739#4125739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125739 From do-not-reply at jboss.com Sat Feb 2 01:36:46 2008 From: do-not-reply at jboss.com (jaikiran) Date: Sat, 2 Feb 2008 01:36:46 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Re: MainEngine Folder not cleaning itself in 3.2.3 Message-ID: <28005940.1201934206723.JavaMail.jboss@colo-br-02.atl.jboss.com> Just looked at one of the local 3.2.3 JBoss setup. It ships with Tomcat-4.1. The reason why the work folder does not get deleted *might* have to do with a bug in Tomcat (http://issues.apache.org/bugzilla/show_bug.cgi?id=35819) which got fixed in Tomcat 5.5.10. The bug has been reported for Tomcat-5, so not sure whether this behaviour was present even in earlier versions of Tomcat. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125740#4125740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125740 From do-not-reply at jboss.com Sat Feb 2 02:05:59 2008 From: do-not-reply at jboss.com (Rajiii) Date: Sat, 2 Feb 2008 02:05:59 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss server is not starting after adding project to it Message-ID: <10404176.1201935959031.JavaMail.jboss@colo-br-02.atl.jboss.com> Actually Jboss server is starting if i start it from console i.e., using run.bat since am using windows OS.Also,am able to deploy war files and generate wsdl.And,here is the console output if I start from command prompt: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\JBOSS\jboss-4.2.2.GA\bin>run.bat =============================================================================== JBoss Bootstrap Environment JBOSS_HOME: C:\JBOSS\jboss-4.2.2.GA JAVA: c:\Program Files\Java\jdk1.5.0\bin\java JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.cli ent.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 CLASSPATH: c:\Program Files\Java\jdk1.5.0\lib\tools.jar;C:\JBOSS\jboss-4.2.2.G A\bin\run.jar =============================================================================== 12:27:56,070 INFO [Server] Starting JBoss (MX MicroKernel)... 12:27:56,070 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag= JBoss_4_2_2_GA date=200710221139) 12:27:56,070 INFO [Server] Home Dir: C:\JBOSS\jboss-4.2.2.GA 12:27:56,086 INFO [Server] Home URL: file:/C:/JBOSS/jboss-4.2.2.GA/ 12:27:56,086 INFO [Server] Patch URL: null 12:27:56,086 INFO [Server] Server Name: default 12:27:56,086 INFO [Server] Server Home Dir: C:\JBOSS\jboss-4.2.2.GA\server\defa ult 12:27:56,086 INFO [Server] Server Home URL: file:/C:/JBOSS/jboss-4.2.2.GA/serve r/default/ 12:27:56,086 INFO [Server] Server Log Dir: C:\JBOSS\jboss-4.2.2.GA\server\defau lt\log 12:27:56,086 INFO [Server] Server Temp Dir: C:\JBOSS\jboss-4.2.2.GA\server\defa ult\tmp 12:27:56,086 INFO [Server] Root Deployment Filename: jboss-service.xml 12:27:56,726 INFO [ServerInfo] Java version: 1.5.0,Sun Microsystems Inc. 12:27:56,726 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0-b64,Su n Microsystems Inc. 12:27:56,726 INFO [ServerInfo] OS-System: Windows XP 5.1,x86 12:27:58,381 INFO [Server] Core system initialized 12:28:03,051 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083 / 12:28:03,051 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resour ce:jboss-log4j.xml 12:28:04,363 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc. 12:28:04,363 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer 12:28:04,738 INFO [TransactionManagerService] Starting recovery manager 12:28:04,894 INFO [TransactionManagerService] Recovery manager started 12:28:04,894 INFO [TransactionManagerService] Binding TransactionManager JNDI R eference 12:28:11,843 INFO [EJB3Deployer] Starting java:comp multiplexer 12:28:12,780 INFO [STDOUT] no object for null 12:28:12,780 INFO [STDOUT] no object for null 12:28:12,890 INFO [STDOUT] no object for null 12:28:12,921 INFO [STDOUT] no object for {urn:jboss:bean-deployer}supplyType 12:28:12,936 INFO [STDOUT] no object for {urn:jboss:bean-deployer}dependsType 12:28:17,762 INFO [NativeServerConfig] JBoss Web Services - Native 12:28:17,762 INFO [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=20071021 0837) 12:28:19,886 INFO [Embedded] Catalina naming disabled 12:28:20,136 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java .library.path: c:\Program Files\Java\jdk1.5.0\bin;.;C:\WINDOWS\system32;C:\WINDO WS;C:\Borland\CaliberRMServer\Bin;C:\Borland\CaliberRMServer\Versant\7_0_1\NT\Bi n;C:\Borland\CaliberRMServer\Lib;c:\oracle\ora92\bin;C:\Program Files\Oracle\jre \1.4.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS; C:\WINDOWS\System32\Wbem;C:\Program Files\Apache Software Foundation\Tomcat 5.5\ common\lib\servlet-api.jar;"C:\Program Files\Symantec\Norton Ghost 2003\";C:\Pro gram Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\SecureCRT 3.0;C:\ Program Files\MySQL\MySQL Server 5.0\bin;C:\svn-win32-1.4.4\bin;C:\apache ant\ap ache-ant-1.6.5\bin;c:\program files\borland\StarTeam SDK 2005 R2\Lib;c:\program files\borland\StarTeam SDK 2005 R2\Bin;C:\Program Files\Borland\StarTeam SDK 200 6\Lib;C:\Program Files\Borland\StarTeam SDK 2006\Bin;C:\Program Files\Java\jdk1. 5.0\bin;.;C:\Program Files\Borland\CaliberRM SDK 2006\lib 12:28:20,979 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0 .1-8080 12:28:20,995 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-80 09 12:28:20,995 INFO [Catalina] Initialization processed in 1110 ms 12:28:20,995 INFO [StandardService] Starting service jboss.web 12:28:20,995 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA 12:28:22,385 WARN [config] Unable to process deployment descriptor for context 'null' 12:28:23,353 WARN [config] Unable to process deployment descriptor for context 'null' 12:28:23,478 WARN [config] Unable to process deployment descriptor for context 'null' 12:28:24,149 WARN [config] Unable to process deployment descriptor for context 'null' 12:28:24,805 WARN [config] Unable to process deployment descriptor for context 'null' 12:28:24,946 WARN [config] Unable to process deployment descriptor for context 'null' 12:28:25,055 WARN [config] Unable to process deployment descriptor for context 'null' 12:28:25,133 INFO [Catalina] Server startup in 4131 ms 12:28:25,383 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-w eb.deployer/ROOT.war/ 12:28:25,789 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/ http-invoker.sar/invoker.war/ 12:28:26,117 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/ jbossws.sar/jbossws-context.war/ 12:28:26,992 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../ deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ 12:28:30,318 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../dep loy/management/console-mgr.sar/web-console.war/ 12:28:31,208 INFO [MailService] Mail Service bound to java:/Mail 12:28:31,552 INFO [RARDeployment] Required license terms exist, view META-INF/r a.xml in .../deploy/jboss-ha-local-jdbc.rar 12:28:31,630 INFO [RARDeployment] Required license terms exist, view META-INF/r a.xml in .../deploy/jboss-ha-xa-jdbc.rar 12:28:31,708 INFO [RARDeployment] Required license terms exist, view META-INF/r a.xml in .../deploy/jboss-local-jdbc.rar 12:28:31,770 INFO [RARDeployment] Required license terms exist, view META-INF/r a.xml in .../deploy/jboss-xa-jdbc.rar 12:28:31,848 INFO [RARDeployment] Required license terms exist, view META-INF/r a.xml in .../deploy/jms/jms-ra.rar 12:28:32,208 INFO [RARDeployment] Required license terms exist, view META-INF/r a.xml in .../deploy/mail-ra.rar 12:28:32,286 INFO [RARDeployment] Required license terms exist, view META-INF/r a.xml in .../deploy/quartz-ra.rar 12:28:32,317 INFO [QuartzResourceAdapter] start quartz!!! 12:28:32,442 INFO [SimpleThreadPool] Job execution threads will use class loade r of thread: main 12:28:32,473 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created. 12:28:32,489 INFO [RAMJobStore] RAMJobStore initialized. 12:28:32,489 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzSchedule r' initialized from default resource file in Quartz package: 'quartz.properties' 12:28:32,489 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2 12:28:32,489 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUS TERED started. 12:28:33,660 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jb oss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' 12:28:34,222 INFO [A] Bound to JNDI name: queue/A 12:28:34,222 INFO [B] Bound to JNDI name: queue/B 12:28:34,222 INFO [C] Bound to JNDI name: queue/C 12:28:34,238 INFO [D] Bound to JNDI name: queue/D 12:28:34,238 INFO [ex] Bound to JNDI name: queue/ex 12:28:34,253 INFO [testTopic] Bound to JNDI name: topic/testTopic 12:28:34,269 INFO [securedTopic] Bound to JNDI name: topic/securedTopic 12:28:34,269 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic 12:28:34,269 INFO [testQueue] Bound to JNDI name: queue/testQueue 12:28:34,347 INFO [UILServerILService] JBossMQ UIL service available at : /127. 0.0.1:8093 12:28:34,410 INFO [DLQ] Bound to JNDI name: queue/DLQ 12:28:34,628 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jb oss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA' 12:28:34,691 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep loy/jmx-console.war/ 12:28:35,331 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8 080 12:28:35,409 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009 12:28:35,518 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBos s_4_2_2_GA date=200710221139)] Started in 39s:432ms Where as,If I start jboss server from eclipse IDE,without adding any project to it then also its getting started and the console output is: 12:31:41,344 INFO [Server] Starting JBoss (MX MicroKernel)... 12:31:41,344 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139) 12:31:41,360 INFO [Server] Home Dir: C:\JBOSS\jboss-4.2.2.GA 12:31:41,375 INFO [Server] Home URL: file:/C:/JBOSS/jboss-4.2.2.GA/ 12:31:41,391 INFO [Server] Patch URL: null 12:31:41,391 INFO [Server] Server Name: default 12:31:41,391 INFO [Server] Server Home Dir: C:\JBOSS\jboss-4.2.2.GA\server\default 12:31:41,391 INFO [Server] Server Home URL: file:/C:/JBOSS/jboss-4.2.2.GA/server/default/ 12:31:41,391 INFO [Server] Server Log Dir: C:\JBOSS\jboss-4.2.2.GA\server\default\log 12:31:41,391 INFO [Server] Server Temp Dir: C:\JBOSS\jboss-4.2.2.GA\server\default\tmp 12:31:41,422 INFO [Server] Root Deployment Filename: jboss-service.xml 12:31:42,312 INFO [ServerInfo] Java version: 1.5.0,Sun Microsystems Inc. 12:31:42,312 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0-b64,Sun Microsystems Inc. 12:31:42,312 INFO [ServerInfo] OS-System: Windows XP 5.1,x86 12:31:42,952 INFO [Server] Core system initialized 12:31:45,576 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/ 12:31:45,592 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml 12:31:46,388 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc. 12:31:46,388 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer 12:31:46,654 INFO [TransactionManagerService] Starting recovery manager 12:31:46,794 INFO [TransactionManagerService] Recovery manager started 12:31:46,794 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference 12:31:50,558 INFO [EJB3Deployer] Starting java:comp multiplexer 12:31:51,026 INFO [STDOUT] no object for null 12:31:51,026 INFO [STDOUT] no object for null 12:31:51,058 INFO [STDOUT] no object for null 12:31:51,105 INFO [STDOUT] no object for {urn:jboss:bean-deployer}supplyType 12:31:51,120 INFO [STDOUT] no object for {urn:jboss:bean-deployer}dependsType 12:31:54,103 INFO [NativeServerConfig] JBoss Web Services - Native 12:31:54,103 INFO [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=200710210837) 12:31:55,384 INFO [Embedded] Catalina naming disabled 12:31:55,821 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre1.5.0\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jre1.5.0\bin\client;C:\Program Files\Java\jre1.5.0\bin;C:\Borland\CaliberRMServer\Bin;C:\Borland\CaliberRMServer\Versant\7_0_1\NT\Bin;C:\Borland\CaliberRMServer\Lib;c:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.4.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\servlet-api.jar;"C:\Program Files\Symantec\Norton Ghost 2003\";C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\SecureCRT 3.0;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\svn-win32-1.4.4\bin;C:\apache ant\apache-ant-1.6.5\bin;c:\program files\borland\StarTeam SDK 2005 R2\Lib;c:\program files\borland\StarTeam SDK 2005 R2\Bin;C:\Program Files\Borland\StarTeam SDK 2006\Lib;C:\Program Files\Borland\StarTeam SDK 2006\Bin;C:\Program Files\Java\jdk1.5.0\bin;.;C:\Program Files\Borland\CaliberRM SDK 2006\lib 12:31:55,930 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080 12:31:55,946 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009 12:31:55,946 INFO [Catalina] Initialization processed in 559 ms 12:31:55,946 INFO [StandardService] Starting service jboss.web 12:31:55,946 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA 12:31:56,633 WARN [config] Unable to process deployment descriptor for context 'null' 12:31:57,336 WARN [config] Unable to process deployment descriptor for context 'null' 12:31:57,429 WARN [config] Unable to process deployment descriptor for context 'null' 12:31:57,523 WARN [config] Unable to process deployment descriptor for context 'null' 12:31:57,632 WARN [config] Unable to process deployment descriptor for context 'null' 12:31:57,710 WARN [config] Unable to process deployment descriptor for context 'null' 12:31:57,804 WARN [config] Unable to process deployment descriptor for context 'null' 12:31:57,882 INFO [Catalina] Server startup in 1935 ms 12:31:58,023 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/ 12:31:58,241 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/ 12:31:58,444 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/ 12:31:58,569 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ 12:31:59,944 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/ 12:32:00,584 INFO [MailService] Mail Service bound to java:/Mail 12:32:00,818 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar 12:32:00,881 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar 12:32:00,928 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar 12:32:00,990 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar 12:32:01,068 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar 12:32:01,115 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar 12:32:01,193 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar 12:32:01,209 INFO [QuartzResourceAdapter] start quartz!!! 12:32:01,302 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main 12:32:01,334 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created. 12:32:01,334 INFO [RAMJobStore] RAMJobStore initialized. 12:32:01,334 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 12:32:01,334 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2 12:32:01,334 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 12:32:02,161 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' 12:32:02,520 INFO [A] Bound to JNDI name: queue/A 12:32:02,520 INFO [B] Bound to JNDI name: queue/B 12:32:02,520 INFO [C] Bound to JNDI name: queue/C 12:32:02,520 INFO [D] Bound to JNDI name: queue/D 12:32:02,520 INFO [ex] Bound to JNDI name: queue/ex 12:32:02,552 INFO [testTopic] Bound to JNDI name: topic/testTopic 12:32:02,552 INFO [securedTopic] Bound to JNDI name: topic/securedTopic 12:32:02,552 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic 12:32:02,552 INFO [testQueue] Bound to JNDI name: queue/testQueue 12:32:02,942 INFO [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093 12:32:02,973 INFO [DLQ] Bound to JNDI name: queue/DLQ 12:32:03,161 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA' 12:32:03,223 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 12:32:03,536 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 12:32:03,567 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009 12:32:03,582 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 22s:160ms But,If I add project to the server using Add/Remove Programs option in the eclipse,if I then start server am getting like :"Publishing Jboss server 4.2.2....:waiting for java virtual machine to exit" and the server is not starting.where lies the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125742#4125742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125742 From nestor.urquiza at gmail.com Sat Feb 2 02:14:12 2008 From: nestor.urquiza at gmail.com (Nestor Urquiza) Date: Sat, 2 Feb 2008 02:14:12 -0500 Subject: [jboss-user] Re: [Clustering/JBoss] session ids can be decided from the client In-Reply-To: References: Message-ID: Just for the record I am trying to find a solution for this problem at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74446 since setting the flag to false makes the session cookie to be ignore in those contextualized applications if the request does not include the whole context path as it is indeed the case for an Apache + modjk + jboss clustered infrastructure. On Jan 30, 2008 4:15 PM, Nestor Urquiza wrote: > Just to update this thread in case someone else is having this > problem. Take a look at > http://jira.jboss.com/jira/browse/JBAS-2568?page=all&decorator=printable > > Bottom line attribute emptySessionPath must be set to "false" for the > specific connector. > > As stated there though this might come with problems for portlets and > other web apps that rely on session sharing between them. > > > On Jan 28, 2008 6:49 PM, Nestor Urquiza wrote: > > Hello guys, > > Can anyone please provide some guidance as to where I can make JBoss > > ignore any incomming JSESSIONID not generated by JBoss itself? > > > > Currently I use ModJk and to tag a given server I use an initial > > request using JSESSIONID=.nodeName. The request goes to the right node > > but the session id keeps on being .nodeName for the rest of the > > session which is unnaceptable. > > > > Thanks in advance for your help, > > -Nestor > > > From do-not-reply at jboss.com Sat Feb 2 02:28:17 2008 From: do-not-reply at jboss.com (enda) Date: Sat, 2 Feb 2008 02:28:17 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Join natural conversation ? how ?? Message-ID: <7874148.1201937297407.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey I do not think that it is possible to merge your named conversation as you have in documentation in general example? | | | | | | As I understand from your documentation I have to use in my link to merge conversations, but I make my conversation name by team.id that is what the best choice is ;D. But how can they join them when team is going to be selected and and I am already asking for its id, even though that it is not selected yet! ex. existing Conv1 -> team.id=1 new Conv2 -> team.id=null ; select(team) ; team.id=1 => crash it takes value from team.id=null Did I miss something in documentation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125743#4125743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125743 From do-not-reply at jboss.com Sat Feb 2 03:13:01 2008 From: do-not-reply at jboss.com (enda) Date: Sat, 2 Feb 2008 03:13:01 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Join natural conversation ? how ?? Message-ID: <28426316.1201939981949.JavaMail.jboss@colo-br-02.atl.jboss.com> My working solution that is such a hack but now I see the power we have ;D Please comment it or provide better solution | public String select(Team team) { | conversationId = team.getId().toString(); | ConversationEntries.getInstance().updateConversationId(Conversation.instance().getId(), | conversationId); | Set existingIds = ConversationEntries.getInstance().getConversationIds(); | for (String existingConversationId : existingIds) { | String[] split = existingConversationId.split(":"); | | if(split.length == 2 && conversationId.equals(split[1])) { | | getFacesMessages().add("Conversation already exists"); | ConversationEntries.getInstance().getConversationEntry(existingConversationId). | redirect(); | return null; | | } | } | | return super.select(team); | } | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125745#4125745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125745 From do-not-reply at jboss.com Sat Feb 2 03:15:31 2008 From: do-not-reply at jboss.com (neilac333) Date: Sat, 2 Feb 2008 03:15:31 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati Message-ID: <9174726.1201940131827.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks to everyone for their insight. I have got something that seems to be working. I don't know if it is the most elegant code ever written, but I will be happy to write up the general solution on SeamFramework.org. Just let me know where, Pete. For those who might be interested, let me first point out I have three components working together: 1) An action component that interacts with the user 2) A persistence component that abstracts all the search APIs 3) My own SerializedDataModel which is bijected from my Seam action component. The action component basically takes the search parameters from the user and passes them to the persistence component. That component returns the results to the action, which then passes them to the SerializedDataModel, which wraps the information in a HashMap by key as specified in the examples and Jason Long's code. As for the paging, when the user wants a different page of results (either by clicking one of the navigation buttons or by clicking an actual page number), the action component uses the DataScrollerEvent passed to the listener method within to figure out where the user wants to go next. The action component passes the desired page number to the persistence component, which of course is handling all the result paging. The persistence component then passes back the results for the desired page, and we do all the data passing around I described above. Again, I will be happy to elaborate further on SeamFramework.org since I think this will be a common issue for developers until RichFaces comes up with a better way to handle this. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125746#4125746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125746 From do-not-reply at jboss.com Sat Feb 2 03:31:12 2008 From: do-not-reply at jboss.com (terryb) Date: Sat, 2 Feb 2008 03:31:12 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: anyway to generate Seam PDF table in parent/childern for Message-ID: <32843453.1201941073002.JavaMail.jboss@colo-br-02.atl.jboss.com> Norman I was trying to achieve several levels deep record listing in parent child hirarchy. eg: university1 ---campus1 -----course1 --------applicant1 --------applicant2 -----course2 --------applicant1 ---campus2 ... ... university2 ... I wasn't aware if rendered attributes existed for any of the Seam's iText tags since I didn't see any reference to it in Seam (2.0.1CR2) doc or in JBDev. I eventually figered out facelet fragment tag supports rendered attribute; which I used to achieve the behavious I was after. Thanks, its good knowing Seam's iText tag support rendered attribute. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125747#4125747 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125747 From do-not-reply at jboss.com Sat Feb 2 04:06:11 2008 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Sat, 2 Feb 2008 04:06:11 -0500 (EST) Subject: [jboss-user] [Remoting] - Remoting 2.4.0.Beta1 available Message-ID: <2441039.1201943172028.JavaMail.jboss@colo-br-02.atl.jboss.com> JBossRemoting 2.4.0.Beta1 is now available. It includes a number of improvements over Remoting 2.2.x; e.g.: * Support for server configuration by microcontainer injection * Support for multihome servers * Better support for IPv6 addresses * Improvements in the socket transport * Improved connection monitoring * Server gets client address in invocations * Multiple bug fixes Remoting 2.4.0 is meant to be compatible with Remoting 2.2.x, in the sense that you should be able to replace an old jar with a new jar and experience no disruptions. Many of the changes are internal improvements which have no impact on the API. There are new features which involve additional configuration options, new methods, and new classes, but existing functionality should remain intact. The new jboss-remoting.jar can be found in the repository: http://repository.jboss.com/jboss/remoting/2.4.0.Beta1 The distribution with source can be found at: http://labs.jboss.com/jbossremoting/downloads/ ========================================================================================================== Release Notes - JBoss Remoting - Version 2.4.0.Beta1 (Pinto) ** Bug * [JBREM-166] - JMXConnectorServer will not start if using rmi invoker elsewhere * [JBREM-645] - Need to cleanup locatorURI parsing * [JBREM-675] - Problems with Servlet invoker * [JBREM-717] - servlet invoker illegal state exception not serializable * [JBREM-731] - Address of secondary server socket should be acquired each time a control connection is created. * [JBREM-743] - For polling callback handler, org.jboss.remoting.Client.addListener() should create only one CallbackPoller per InvokerCallbackHandler * [JBREM-745] - client unable to send if server recycles * [JBREM-747] - org.jboss.remoting.transport.Connector should unregister server invoker from MBeanServer * [JBREM-752] - SSLSocket runs into BindException * [JBREM-754] - Reset timeout on each use of HttpURLConnection * [JBREM-766] - Guard against "spurious wakeup" from Thread.sleep() * [JBREM-769] - Sucky error message when identity creation fails * [JBREM-771] - MicroSocketClientInvoker can experience socket leaks * [JBREM-772] - MicroRemoteClientInvoker.establishLease() creates two LeasePinger TimerTasks * [JBREM-774] - BisocketClientInvoker.replaceControlSocket() and handleDisconnect() should close control socket * [JBREM-775] - MicroSocketClientInvoker.initPool() should omit pool from log message * [JBREM-778] - BisocketServerInvoker.start() creates a new static Timer each time * [JBREM-779] - BisocketClientInvoker should guard agains scheduling on an expired Timer, part 2 * [JBREM-784] - Use separate maps for control sockets and ordinary sockets in BisocketClientInvoker * [JBREM-785] - BisocketClientInvoker.transport() inadvertently uses listenerId member variable * [JBREM-786] - stale sockets can be gotten from pool even with current rety logic * [JBREM-787] - Move network i/o in BisocketClientInvoker constructor to handleConnect() * [JBREM-788] - Access to BisocketClientInvoker static maps should be synchronized in handleDisconnect() * [JBREM-790] - NPE in BisocketClientInvoker$PingTimerTask * [JBREM-793] - Lease should synchronize access to client map * [JBREM-794] - LeasePinger.addClient() should not create a new LeaseTimerTask if none currently exists * [JBREM-806] - In HTTPClientInvoker remove newlines and carriage returns from Base64 encoded user names and passwords * [JBREM-811] - Privileged Block to create Class Loader * [JBREM-813] - ServletServerInvoker should return an exception instead of just an error message * [JBREM-820] - Fix race in ServerInvokerCallbackHandler.handleCallback() * [JBREM-821] - JBoss Remoting fails under load * [JBREM-822] - Avoid deadlock when Connector shuts down while callback client invoker is in handleConnect() * [JBREM-838] - allow user to set content-type for http responses (part 2: ServletServerInvoker) * [JBREM-843] - MicroSocketClientInvoker can miscount number of active sockets * [JBREM-846] - Fix race in JNIDDetector * [JBREM-851] - In LeasePinger and TimerUtil replace Timer if it has shut down * [JBREM-853] - ServletServerInvoker should not put null URL path in metadata map * [JBREM-863] - CLONE -Infinite loop in BisocketClientInvoker.createSocket [JBREM-845] * [JBREM-866] - CLONE -Eliminate delay in MicroSocketClientInvoker.getConnection() [JBREM-860] * [JBREM-870] - CLONE -MaxPoolSize value should be used in key to MicroSocketClientInvoker.connectionPools [JBREM-858] * [JBREM-874] - CLONE -HTTP Client invoker doesn't throw exceptions when using the sslservlet protocol [JBREM-871] * [JBREM-887] - ServerInvokerrCallbackHandler.createCallbackErrorHandler() inadvertently references callbackStore * [JBREM-888] - Client side connection exception is not thrown on the client side when the lease times out * [JBREM-890] - Fix thread pool eviction in socket transport * [JBREM-895] - MicroSocketClientInvoker.transport() must check for timeout after invocation attempt. ** Feature Request * [JBREM-298] - Need ability to add transport specific info to invocation payload * [JBREM-480] - Insure reliable tests in socket invoker for unusable socket connections. * [JBREM-643] - configuration for multi-homed server invokers * [JBREM-701] - add timeout config per client invocation for transports not descended from socket transport * [JBREM-728] - Improve access to HTTP response headers * [JBREM-746] - need to be able to tell ServerInvokerServlet to use the platform MBean server * [JBREM-749] - BisocketServerInvoker: Make configurable the address and port of secondary server socket * [JBREM-755] - Make ConnectorValidator parameters configurable * [JBREM-756] - CallbackPoller should shut down if too many errors occur. * [JBREM-758] - Associate remote socket address with the invocation * [JBREM-765] - Add a separate timeout parameter for callback clients * [JBREM-792] - Provide to the client local address of a TCP/IP connection, as seen from the server * [JBREM-797] - BisocketClientInvoker.PingTimerTask should terminate more gracefully * [JBREM-798] - Implement quick Client.removeListener() for polled callbacks, part 2 * [JBREM-799] - Add a separate timeout parameter for callback clients, part 2 * [JBREM-804] - Enable HTTPClientInvoker to accept NO_THROW_ON_ERROR configuration by way of InvokerLocator * [JBREM-868] - CLONE -Update build.xml to allow jdk 1.5 compiler to target JVM version 1.4 (JBREM-855) * [JBREM-875] - CLONE -Have ServerInvokerCallbackHandler register as connection listener [JBREM-873] * [JBREM-891] - ConnectionValidator should report if lease has expired ** Patch * [JBREM-781] - Socket transport needs to provide to the client local address of a TCP/IP connection, as seen from the server ** Release * [JBREM-801] - Release 2.4.0.Beta1 ** Task * [JBREM-63] - Get rid of the legacy configuration that embeds xml parsing * [JBREM-557] - need to include all the transports within the tests.versioning ant target * [JBREM-641] - re-implement the callback polling for http transport to reduce latency * [JBREM-687] - allow binding to 0.0.0.0 * [JBREM-706] - In socket transport, prevent client side oneway invocations from artificially reducing concurrency * [JBREM-710] - Correct occasional failures of org.jboss.test.remoting.transport.socket.load.SocketLoadTestCase * [JBREM-713] - Check if jbossweb can replace tomcat jars for the http server invoker * [JBREM-715] - Don't log error for exception thrown by application in org.jboss.remoting.transport.socket.ServerThread. * [JBREM-730] - JNDIDetector should use rebind() instead of bind() to add new local detection messages * [JBREM-733] - When org.jboss.remoting.Client.addListener() creates a Connector, it should pass in InvokerLocator parameters with configuration map. * [JBREM-735] - BisocketClientInvoker.PingTimerTask should try multiple times to send ping. * [JBREM-760] - Change port for shutdown tests. * [JBREM-767] - Avoid deadlock in callback BisocketClientInvoker when timeout == 0 * [JBREM-768] - Fix ShutdownTestCase failures * [JBREM-777] - Add quiet="true" in clean task of build.xml * [JBREM-782] - Remove network i/o from synch block in ServerInvokerCallbackHandler.getCallbackHandler() * [JBREM-783] - Remove network i/o from synch blocks that establish and terminate LeasePingers * [JBREM-800] - Adjust timout values to avoid cruisecontrol failures * [JBREM-807] - Fix failing org.jboss.test.remoting.transport..shutdown tests View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125748#4125748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125748 From do-not-reply at jboss.com Sat Feb 2 05:13:39 2008 From: do-not-reply at jboss.com (DeanoUK) Date: Sat, 2 Feb 2008 05:13:39 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: Use of EJBs within LoginModule Message-ID: <18397310.1201947219351.JavaMail.jboss@colo-br-02.atl.jboss.com> The EJB I'm calling is set to @PermitAll It appears to be on the second call to the EJB, it's very odd, but I'm desperate for a solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125749#4125749 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125749 From do-not-reply at jboss.com Sat Feb 2 06:27:22 2008 From: do-not-reply at jboss.com (javatwo) Date: Sat, 2 Feb 2008 06:27:22 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - help me understand memory usage Message-ID: <30173595.1201951642701.JavaMail.jboss@colo-br-02.atl.jboss.com> On Linux FC 6. The machine physical memory is 4G. After machine reboot, start JBoss and deploy application, the total memory usage is about 700M. After running JBoss for several hours, the memory used is increased to 3.5G. $ ps -eo rss Adding all used memory up, the total is about 580M. where does the rest memory go? $ top Tasks: 95 total, 2 running, 93 sleeping, 0 stopped, 0 zombie Cpu(s): 0.0%us, 0.1%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.2%hi, 0.0%si, 0.0%st Mem: 4037992k total, 3456532k used, 581460k free, 626264k buffers Swap: 10223608k total, 0k used, 10223608k free, 2119340k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 12529 root 25 0 2502m 388m 43m S 0 9.9 1:27.33 java 2584 root 15 0 326m 114m 3596 S 0 2.9 1491:46 yum-updatesd 2404 mysql 15 0 246m 26m 4236 S 0 0.7 1:28.03 mysqld the JBoss (java): 388M. Please help me. Thanks Dave View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125751#4125751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125751 From do-not-reply at jboss.com Sat Feb 2 07:41:22 2008 From: do-not-reply at jboss.com (mykey) Date: Sat, 2 Feb 2008 07:41:22 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - @DataModel vs. EL Message-ID: <12405685.1201956082999.JavaMail.jboss@colo-br-02.atl.jboss.com> I am displaying a list of entities (Student) with a @DataModel on a JSF Page with two links: one for editing and one for delting. For some reason the injection by DataModelSelection does not work correctly. My my status-EL messages for these two functions aren't shown correctly. Deletin entities works (except for the status message) whereas editing does not. This is my SFSB: | @Stateful | @Scope(ScopeType.SESSION) | @Name("inscription") | public class InscriptionAction implements InscriptionFacade { | | @Logger private Log log; | @PersistenceContext(type=PersistenceContextType.EXTENDED) private EntityManager em; | @DataModel private List studentList; | | @In(required=false) | @Out(required=false) | @DataModelSelection | private StudentInsc inscribben; // StudentInsc inherits Student | | public String delete() { | // | // This log shows only "Deleting inscribben student" | // | log.info("Deleting inscribben student #{inscribben.givenName} #{inscribben.familyName}"); | studentList.remove(inscribben); | StudentInsc stud = em.merge(inscribben); | em.remove(stud); | | return "insc"; | } | | public String startEdit() { | // | // This log shows only "Start editing" | // | log.info("Start editing #{inscribben.givenName} #{inscribben.familyName}"); | em.merge(inscribben); | return "editInsc"; | } | | public String finishEdit() { | // | // This log shows the correct values from the form "Finish editing Newname Newfamilyname" | // but doesn't merge the inscribben student to the database | // | log.info("Finish editing #{inscribben.givenName} #{inscribben.familyName}"); | | em.merge(inscribben); | return "insc"; | } | | [....] | This is my table: | | | [....] | | | | | [....] | | | startEdit redirects to a form, where new values can be entered. On a button click finishEdit is invoked and the DataTable is shown again. I've already tried a lot, but nothing worked. Can somebody please help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125754#4125754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125754 From do-not-reply at jboss.com Sat Feb 2 08:37:40 2008 From: do-not-reply at jboss.com (masoodah@mdsit.com) Date: Sat, 2 Feb 2008 08:37:40 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: How to start a session bean as soon as it is deployed Message-ID: <25859404.1201959460285.JavaMail.jboss@colo-br-02.atl.jboss.com> I think I m using ejb timer service. Pl. see my code. Can you provide me with an example please. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125756#4125756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125756 From do-not-reply at jboss.com Sat Feb 2 08:44:03 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 2 Feb 2008 08:44:03 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <4152421.1201959843768.JavaMail.jboss@colo-br-02.atl.jboss.com> Any error messages from JSF in h:messages? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125757#4125757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125757 From do-not-reply at jboss.com Sat Feb 2 09:04:26 2008 From: do-not-reply at jboss.com (zjsun) Date: Sat, 2 Feb 2008 09:04:26 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need seam to load XXX.jar!/META-INF/pages.xml Message-ID: <31792683.1201961066450.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : You can specify the pages.xml files to use in components.xml | | | | /WEB-INF/pages.xml | | /META-INF/pages.xml | | not work yet, by config "/META-INF/pages.xml", only one jar's pages.xml is loaded, not all jar's, because i have multiple jar files contains the "/META-INF/pages.xml" file. Any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125758#4125758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125758 From do-not-reply at jboss.com Sat Feb 2 09:17:03 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 2 Feb 2008 09:17:03 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Join natural conversation ? how ?? Message-ID: <21261545.1201961823458.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you look at the seambay example? This has an example of natural conversations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125759#4125759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125759 From do-not-reply at jboss.com Sat Feb 2 09:39:01 2008 From: do-not-reply at jboss.com (joeyxxx) Date: Sat, 2 Feb 2008 09:39:01 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - PageContext Size limit Message-ID: <9465154.1201963141195.JavaMail.jboss@colo-br-02.atl.jboss.com> How much load can the Page Context handle? Is it an appropriate context to hold multiple object graphs? How is the the data held in the client? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125760#4125760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125760 From do-not-reply at jboss.com Sat Feb 2 09:47:11 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 2 Feb 2008 09:47:11 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need seam to load XXX.jar!/META-INF/pages.xml Message-ID: <28898075.1201963631640.JavaMail.jboss@colo-br-02.atl.jboss.com> Call your pages.xml files unique names - like META-INF/foo-pages.xml or, you could submit a patch for this. I would consider adding this functionality to Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125761#4125761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125761 From do-not-reply at jboss.com Sat Feb 2 09:52:48 2008 From: do-not-reply at jboss.com (cogauthier) Date: Sat, 2 Feb 2008 09:52:48 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: Detect client disconnection Message-ID: <4405805.1201963968106.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks ! Charles View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125762#4125762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125762 From do-not-reply at jboss.com Sat Feb 2 10:26:37 2008 From: do-not-reply at jboss.com (dmartfw) Date: Sat, 2 Feb 2008 10:26:37 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - JBOSS SEAM FAQ - Can Seam be used in J2EE environment Message-ID: <28841375.1201965997242.JavaMail.jboss@colo-br-02.atl.jboss.com> I just wanted to verify if the following FAQ answer is still correct: Q: Can I run Seam in a J2EE environment? A: Yes, as of Seam 1.1, you can use Seam in any J2EE application server, with one caveat: you will not be able to use EJB 3.0 session beans. However, you can use either Hibernate or JPA for persistence, and you can use Seam JavaBean components instead of session beans. Specifically the caveat mentions that you will not be able to use EJB 3.0 session beans. But the examples for Glassfish and OC4J seem to contradict this. Is this FAQ still correct? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125763#4125763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125763 From do-not-reply at jboss.com Sat Feb 2 10:37:31 2008 From: do-not-reply at jboss.com (c_ljungblad) Date: Sat, 2 Feb 2008 10:37:31 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Problem using ssl from JBoss 4.2.2 Message-ID: <13473943.1201966651787.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Since we upgraded from JBoss AS 4.0.5 to JBoss AS 4.2.2 we ran into problems using ssl sockets to connect to a remote service. This works fine with JBoss 4.0.5 but we got the following exception when using 4.2.2: --------------------------------------- 16:01:13,281 ERROR [ExceptionFilter] handling uncaught exception javax.servlet.ServletException: Servlet execution threw an exception at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.AbstractMethodError: com.verifyeasy.protocol.DTJSSESSLProtocolSocketFactory.createSocket(Ljava/lang/String;ILjava/net/InetAddress;ILorg/apache/commons/httpclient/params/HttpConnectionParams;)Ljava/net/Socket; at org.apache.commons.httpclient.HttpConnection.open(Unknown Source) at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Unknown Source) at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(Unknown Source) at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source) at org.apache.commons.httpclient.HttpClient.executeMethod(Unknown Source) at com.verifyeasy.protocol.HTTPClient.execute(HTTPClient.java:359) at com.verifyeasy.protocol.HTTPClient.post(HTTPClient.java:310) at com.verifyeasy.protocol.HTTPClient.post(HTTPClient.java:270) at com.verifyeasy.server.VEServer.doConnectRaw(VEServer.java:1335) at com.verifyeasy.server.VEServer.doConnect(VEServer.java:1351) at com.verifyeasy.server.VEServer.askIf3DSEnrolled(VEServer.java:585) at servlets.se.eavtal.egreement.ThreeDSServerPaymentServlet.performAuthenticationEnrollmentQuery(ThreeDSServerPaymentServlet.java:110) at servlets.se.eavtal.egreement.ThreeDSServerPaymentServlet.service(ThreeDSServerPaymentServlet.java:69) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) ... 37 more --------------------------------------- Any ideas why this occur? Regards JS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125764#4125764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125764 From do-not-reply at jboss.com Sat Feb 2 10:51:50 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 2 Feb 2008 10:51:50 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: JBOSS SEAM FAQ - Can Seam be used in J2EE environment Message-ID: <16687863.1201967511037.JavaMail.jboss@colo-br-02.atl.jboss.com> OC4J 11 and Glassfish V2 are both JEE 5 certified. So, I'm not sure what you mean. (Also, we recently got Seam with EJB3 working in WebSphere, but no joy in WebLogic yet). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125765#4125765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125765 From do-not-reply at jboss.com Sat Feb 2 10:58:39 2008 From: do-not-reply at jboss.com (msystems) Date: Sat, 2 Feb 2008 10:58:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @PersistenceContext Message-ID: <28783050.1201967919193.JavaMail.jboss@colo-br-02.atl.jboss.com> BTW: I'm using JBoss 4.2.2.GA and JBoss Seam 2.0.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125766#4125766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125766 From do-not-reply at jboss.com Sat Feb 2 11:08:03 2008 From: do-not-reply at jboss.com (dmartfw) Date: Sat, 2 Feb 2008 11:08:03 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: JBOSS SEAM FAQ - Can Seam be used in J2EE environment Message-ID: <7024967.1201968483734.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete...Thanks for the quick reply I guess I just want to make sure that this statement found on the Product FAQ page is not valid for J2EE 5 certified application servers. I know that both application servers are J2EE 5 certified. In fact we have a seam app running in OC4J with EJB 3.0 session beans - but we are having problems. I guess I just want to make sure that the above FAQ is not saying "if you use EJB 3.0 sessions beans outside of a JBOSS application server undesirable results may occur." Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125767#4125767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125767 From do-not-reply at jboss.com Sat Feb 2 11:14:50 2008 From: do-not-reply at jboss.com (dexjam) Date: Sat, 2 Feb 2008 11:14:50 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @DataModel vs. EL Message-ID: <18442660.1201968890206.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi if it's just because of the EL-Expressions, maybe that somehow depends on having to have the logger static ... otherwise you possibly have to describe your problem further. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125768#4125768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125768 From do-not-reply at jboss.com Sat Feb 2 12:04:32 2008 From: do-not-reply at jboss.com (bela@jboss.com) Date: Sat, 2 Feb 2008 12:04:32 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: JGroups ClassCastException Message-ID: <25944282.1201971872161.JavaMail.jboss@colo-br-02.atl.jboss.com> Modify jg-magic-map.xml (in the JGroups JAR) and remove all array definitions, e.g. Ljava.lang.Object&; Or update to a later version of JGroups, e.g. 2.4.x View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125776#4125776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125776 From do-not-reply at jboss.com Sat Feb 2 12:05:34 2008 From: do-not-reply at jboss.com (neilac333) Date: Sat, 2 Feb 2008 12:05:34 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <29241571.1201971934871.JavaMail.jboss@colo-br-02.atl.jboss.com> No error messages at all. I just fill out the form, press submit, wait a little, and then the form comes back with the fields cleared. The only difference from when I first try the page is, as I mentioned, the appending of the jsessionid to the URL. I wasn't sure if perhaps I had misused the pages.xml entry. Any idea what's going on? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125777#4125777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125777 From do-not-reply at jboss.com Sat Feb 2 12:42:16 2008 From: do-not-reply at jboss.com (kgalligan) Date: Sat, 2 Feb 2008 12:42:16 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Help with seam create-entities Message-ID: <33116824.1201974136983.JavaMail.jboss@colo-br-02.atl.jboss.com> Same here. MYSql View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125781#4125781 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125781 From do-not-reply at jboss.com Sat Feb 2 12:50:59 2008 From: do-not-reply at jboss.com (kgalligan) Date: Sat, 2 Feb 2008 12:50:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Help with seam create-entities Message-ID: <16360407.1201974659652.JavaMail.jboss@colo-br-02.atl.jboss.com> Don't you hate it when you figure out what's wrong right after you post about it, and its your stupid error? My database script was creating the right database, but inserting tables into the wrong one. So, no tables. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125783#4125783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125783 From do-not-reply at jboss.com Sat Feb 2 13:24:18 2008 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 2 Feb 2008 13:24:18 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: jbpm4jsf help Message-ID: <22023181.1201976658589.JavaMail.jboss@colo-br-02.atl.jboss.com> unfortunately there is not much 'documentation' besides the source and the console itself as an example. If you have specific issues please do not hesitate to ask View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125784#4125784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125784 From do-not-reply at jboss.com Sat Feb 2 13:37:08 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 2 Feb 2008 13:37:08 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: JBOSS SEAM FAQ - Can Seam be used in J2EE environment Message-ID: <29488953.1201977428374.JavaMail.jboss@colo-br-02.atl.jboss.com> Should work. Post your problem, perhaps someone can help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125785#4125785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125785 From do-not-reply at jboss.com Sat Feb 2 14:38:11 2008 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 2 Feb 2008 14:38:11 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Windows based automatic user authentication/authorizatio Message-ID: <19178138.1201981091161.JavaMail.jboss@colo-br-02.atl.jboss.com> Wrong forum.... btw... google is your friend.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125788#4125788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125788 From do-not-reply at jboss.com Sat Feb 2 16:06:52 2008 From: do-not-reply at jboss.com (McJava1967) Date: Sat, 2 Feb 2008 16:06:52 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Illegal @PersistenceUnit? Help! Message-ID: <9386767.1201986412856.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all. I'm a newbie trying to get JBoss to persist data into a MySql db, using an EJB3. You folks were kind enough to help me get JBoss set up to use MySql, which now seems set. I see new tables, like JMS_MESSAGES, in my MySql db. If it matters, I'm using the JBoss 4.2 Eclipse plugin. Next, though, my EJB is failing to register when JBoss starts up. I'm getting an "Illegal @PersistenceUnit" message. I should say I'm also a newbie at EJB. Below is the JBoss log. Below that is my EJB3. I'd really appreciate any help you folks could give me (again...). Thanks! 15:55:59,029 INFO [Server] Starting JBoss (MX MicroKernel)... 15:55:59,030 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139) 15:55:59,031 INFO [Server] Home Dir: C:\jboss-4.2.2.GA 15:55:59,031 INFO [Server] Home URL: file:/C:/jboss-4.2.2.GA/ 15:55:59,033 INFO [Server] Patch URL: null 15:55:59,033 INFO [Server] Server Name: default 15:55:59,034 INFO [Server] Server Home Dir: C:\jboss-4.2.2.GA\server\default 15:55:59,034 INFO [Server] Server Home URL: file:/C:/jboss-4.2.2.GA/server/default/ 15:55:59,034 INFO [Server] Server Log Dir: C:\jboss-4.2.2.GA\server\default\log 15:55:59,034 INFO [Server] Server Temp Dir: C:\jboss-4.2.2.GA\server\default\tmp 15:55:59,034 INFO [Server] Root Deployment Filename: jboss-service.xml 15:55:59,354 INFO [ServerInfo] Java version: 1.6.0-oem,Sun Microsystems Inc. 15:55:59,354 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.6.0-oem-b104,Sun Microsystems Inc. 15:55:59,354 INFO [ServerInfo] OS-System: Windows XP 5.1,x86 15:55:59,586 INFO [Server] Core system initialized 15:56:01,118 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/ 15:56:01,120 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml 15:56:01,423 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc. 15:56:01,423 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer 15:56:01,546 INFO [TransactionManagerService] Starting recovery manager 15:56:01,659 INFO [TransactionManagerService] Recovery manager started 15:56:01,659 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference 15:56:03,448 INFO [EJB3Deployer] Starting java:comp multiplexer 15:56:03,650 INFO [STDOUT] no object for null 15:56:03,652 INFO [STDOUT] no object for null 15:56:03,663 INFO [STDOUT] no object for null 15:56:03,674 INFO [STDOUT] no object for {urn:jboss:bean-deployer}supplyType 15:56:03,680 INFO [STDOUT] no object for {urn:jboss:bean-deployer}dependsType 15:56:05,686 INFO [NativeServerConfig] JBoss Web Services - Native 15:56:05,686 INFO [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=200710210837) 15:56:06,365 INFO [Embedded] Catalina naming disabled 15:56:06,482 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre1.6.0\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;c:\Program Files\Java\jre1.6.0\bin\client;c:\Program Files\Java\jre1.6.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Common Files\Adobe\AGL 15:56:06,521 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080 15:56:06,522 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009 15:56:06,522 INFO [Catalina] Initialization processed in 157 ms 15:56:06,522 INFO [StandardService] Starting service jboss.web 15:56:06,524 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA 15:56:06,556 INFO [Catalina] Server startup in 33 ms 15:56:06,631 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/ 15:56:07,156 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/ 15:56:07,251 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/ 15:56:07,329 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ 15:56:07,813 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/ 15:56:08,146 INFO [MailService] Mail Service bound to java:/Mail 15:56:08,272 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar 15:56:08,298 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar 15:56:08,320 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar 15:56:08,346 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar 15:56:08,383 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar 15:56:08,410 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar 15:56:08,441 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar 15:56:08,449 INFO [QuartzResourceAdapter] start quartz!!! 15:56:08,499 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main 15:56:08,517 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created. 15:56:08,520 INFO [RAMJobStore] RAMJobStore initialized. 15:56:08,520 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 15:56:08,520 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2 15:56:08,520 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 15:56:08,698 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA' 15:56:08,772 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' 15:56:09,403 INFO [A] Bound to JNDI name: queue/A 15:56:09,405 INFO [B] Bound to JNDI name: queue/B 15:56:09,406 INFO [C] Bound to JNDI name: queue/C 15:56:09,407 INFO [D] Bound to JNDI name: queue/D 15:56:09,409 INFO [ex] Bound to JNDI name: queue/ex 15:56:09,424 INFO [testTopic] Bound to JNDI name: topic/testTopic 15:56:09,425 INFO [securedTopic] Bound to JNDI name: topic/securedTopic 15:56:09,427 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic 15:56:09,429 INFO [testQueue] Bound to JNDI name: queue/testQueue 15:56:09,451 INFO [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093 15:56:09,477 INFO [DLQ] Bound to JNDI name: queue/DLQ 15:56:09,638 WARN [ServiceController] Ignoring request to stop nonexistent service: jboss.j2ee:jar=CMPStockListApp.jar,name=StockListBean,service=EJB3 15:56:09,638 WARN [ServiceController] Ignoring request to destroy nonexistent service: jboss.j2ee:jar=CMPStockListApp.jar,name=StockListBean,service=EJB3 15:56:09,638 WARN [JmxKernelAbstraction] jboss.j2ee:jar=CMPStockListApp.jar,name=StockListBean,service=EJB3 is not registered 15:56:09,639 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3,module=CMPStockListApp.jar java.lang.RuntimeException: Illegal @PersistenceUnit on private javax.persistence.EntityManager beans.StockListBean._manager :There is no default persistence unit in this deployment. at org.jboss.injection.PersistenceContextHandler.handleFieldAnnotations(PersistenceContextHandler.java:182) at org.jboss.injection.InjectionUtil.processFieldAnnotations(InjectionUtil.java:137) at org.jboss.injection.InjectionUtil.processAnnotations(InjectionUtil.java:174) at org.jboss.ejb3.EJBContainer.processMetadata(EJBContainer.java:358) at org.jboss.ejb3.SessionContainer.processMetadata(SessionContainer.java:140) at org.jboss.ejb3.Ejb3Deployment.processEJBContainerMetadata(Ejb3Deployment.java:292) at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:356) at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:91) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy33.start(Unknown Source) at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:512) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87) at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy34.start(Unknown Source) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy9.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) at org.jboss.Main.boot(Main.java:200) at org.jboss.Main$1.run(Main.java:508) at java.lang.Thread.run(Unknown Source) 15:56:09,640 INFO [EJB3Deployer] Deployed: file:/C:/jboss-4.2.2.GA/server/default/deploy/CMPStockListApp.jar/ 15:56:09,846 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer 15:56:09,852 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=EJB_1.jar,name=CalculatorBean,service=EJB3 with dependencies: 15:56:09,969 INFO [EJBContainer] STARTED EJB: org.jboss.tutorial.stateless.bean.CalculatorBean ejbName: CalculatorBean 15:56:10,017 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer 15:56:10,017 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=EJB_1.jar,name=MyFirstBean,service=EJB3 with dependencies: 15:56:10,024 INFO [EJBContainer] STARTED EJB: org.jboss.tutorial.stateless.bean.MyFirstBean ejbName: MyFirstBean 15:56:10,030 INFO [EJB3Deployer] Deployed: file:/C:/jboss-4.2.2.GA/server/default/deploy/EJB_1.jar/ 15:56:10,040 INFO [TomcatDeployer] deploy, ctxPath=/FirstWebProject, warUrl=.../deploy/FirstWebProject.war/ 15:56:10,114 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 15:56:10,194 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:service=EJB3,module=CMPStockListApp.jar State: FAILED Reason: java.lang.RuntimeException: Illegal @PersistenceUnit on private javax.persistence.EntityManager beans.StockListBean._manager :There is no default persistence unit in this deployment. --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.j2ee:service=EJB3,module=CMPStockListApp.jar State: FAILED Reason: java.lang.RuntimeException: Illegal @PersistenceUnit on private javax.persistence.EntityManager beans.StockListBean._manager :There is no default persistence unit in this deployment. 15:56:10,246 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 15:56:10,258 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009 15:56:10,274 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 11s:238ms AND THIS IS THE EJB: package beans; import beans.Stock; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; @Stateless public class StockListBean implements StockList { // the reference to the entity manager @PersistenceContext private EntityManager _manager; // the public business methods. these must be coded in the // interface also. public String getStock(String ticker) throws StockException { Stock stock = _manager.find(Stock.class, ticker); if (stock == null) { throw new StockException(); } return stock.getName(); } public void addStock(String ticker, String name) throws StockException { Stock stock = _manager.find(Stock.class, ticker); if (stock != null) { throw new StockException(); } _manager.persist(new Stock(ticker, name)); } public void updateStock(String ticker, String name) throws StockException{ Stock stock = _manager.find(Stock.class, ticker); if (stock == null) { throw new StockException(); } stock.setName(name); } public void deleteStock(String ticker) throws StockException { Stock stock = _manager.find(Stock.class, ticker); if (stock == null) { throw new StockException(); } _manager.remove(stock); } } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125791#4125791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125791 From do-not-reply at jboss.com Sat Feb 2 16:11:54 2008 From: do-not-reply at jboss.com (tekniklas) Date: Sat, 2 Feb 2008 16:11:54 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - ClassCastException: org.jnp.interfaces.NamingContext Message-ID: <18135720.1201986714557.JavaMail.jboss@colo-br-02.atl.jboss.com> Dear guys, How do I interpret the following stacktrace after upgrading to 4.2.2.GA: 2008-02-02 19:12:28,151 DEBUG [org.jboss.web.tomcat.security.SecurityFlushSessionListener] Obtaining SecurityManagerService failed:: | java.lang.ClassCastException: org.jnp.interfaces.NamingContext | at org.jboss.web.tomcat.security.SecurityFlushSessionListener.getSecurityManagerService(SecurityFlushSessionListener.java:201) | at org.jboss.web.tomcat.security.SecurityFlushSessionListener.getSubjectAndSecurityDomain(SecurityFlushSessionListener.java:168 | ) | at org.jboss.web.tomcat.security.SecurityFlushSessionListener.sessionDestroyed(SecurityFlushSessionListener.java:81) | at org.apache.catalina.session.StandardSession.expire(StandardSession.java:702) | at org.apache.catalina.session.StandardSession.isValid(StandardSession.java:592) | at org.apache.catalina.session.ManagerBase.processExpires(ManagerBase.java:681) | at org.apache.catalina.session.ManagerBase.backgroundProcess(ManagerBase.java:666) | at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1315) | at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1600) | at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1609) | at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1609) | at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1589) | at java.lang.Thread.run(Thread.java:595) | 2008-02-02 19:12:28,151 DEBUG [org.jboss.web.tomcat.security.SecurityFlushSessionListener] Unable to obtain SecurityDomain | 2008-02-02 19:12:45,555 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass | 2008-02-02 19:12:45,555 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass | 2008-02-02 19:12:45,555 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - | TORecoveryModule - first pass | 2008-02-02 19:12:45,555 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARec | overyModule - first pass | 2008-02-02 19:12:55,557 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass | 2008-02-02 19:12:55,557 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass | 2008-02-02 19:12:55,557 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - | TORecoveryModule - second pass | 2008-02-02 19:12:55,557 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARe | coveryModule - second pass | Best regards Niklas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125792#4125792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125792 From do-not-reply at jboss.com Sat Feb 2 16:26:22 2008 From: do-not-reply at jboss.com (karltraunmueller) Date: Sat, 2 Feb 2008 16:26:22 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS Message-ID: <9193940.1201987582719.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, when compiling jBpm CVS HEAD, I stumbled upon the same problem, "Missing required plug-in org.jbpm.gd.common_0.0.0", but managed to get the build run to completion with some "manual intervention". Steps to reproduce (jbpm.3 is the local CVS module root folder): | * Set up a copy of Eclipse SDK 3.3.1.1, unzip dtp-sdk_1.5.1, emf-sdo-xsd-SDK-2.3.1, GEF-SDK-3.3.1, wtp-sdk-R-2.0.1-20070926042742 (all from the local jBPM repo) into the eclipse dir, and switch to a clean workspace. | * Import the projects under jbpm.3/designer (org.jbpm.gd.bpel, org.jbpm.gd.bpel.runtime, org.jbpm.gd.common, org.jbpm.gd.pf). | * All projects should build, except org.jbpm.gd.bpel.runtime, which depends on org.eclipse.bpel, so I installed the BPEL plugins from http://download.eclipse.org/technology/bpel/update-site. | * For some strange reason, org.jbpm.gd.bpel.runtime still does not compile, having troubles with "The import org.eclipse.bpel cannot be resolved", although the plugin is there, and I reloaded the target platform under Preferences / Plug-in Development / Target Platform, but still no luck. Can anyone help here? | * Export org.jbpm.gd.common (File / Export / Deployable plug-ins and fragments) to jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace, deselect option "Package plug-ins as individual JAR archives". | By the way, I found that when checking out jBpm HEAD inside Eclipse, not all folders are checked out, so I used cvs command line client to check out the complete source. What was missing from the build was jbpm.sar, which I built using the following steps: | * Run jbpm.3\jpdl\jar>ant config.profile.datasource. Although this is marked as old stuff in the main build.xml, it seems to work. | * Manually copy jbpm.3\jpdl\jar\target\profiles\jbpm.config.profile.datasource.jar to JBPM_REPO\jbpm\jpdl\3.2.2\lib\jbpm.config.profile.datasource.jar | * Run the package target in jboss/sar: jbpm.3\jboss\sar>ant package | Testing jbpm.sar: | * Copy jbpm.sar from jbpm.3\jboss\sar\target to jboss-4.2.2.GA\server\default\deploy | * Copy jbpm-ds.xml from jbpm.3\jboss\configuration\4.2.2.GA\target\configuration\deploy to jboss-4.2.2.GA\server\default\deploy | * Copy the application-policy name="jbpm" from jbpm.3\jboss\configuration\4.2.2.GA\target\configuration\conf\login-config.xml into jboss-4.2.2.GA\server\default\conf\login-config.xml | * Copy jbpmDB.properties and jbpmDB.script from jbpm.3\jboss\configuration\4.2.2.GA\target\configuration\data\hypersonic to jboss-4.2.2.GA\server\default\data\hypersonic | * Copy the JbpmCommandQueue and JbpmJobQueue mbean definitions from jbpm.3\jboss\configuration\4.2.2.GA\target\configuration\deploy\jms\jbossmq-destinations-service.xml to jboss-4.2.2.GA\server\default\deploy\jms\jbossmq-destinations-service.xml | * Copy jbpm-console.war from jbpm.3\console\target\jbossas-4.2.x to jboss-4.2.2.GA\server\default\deploy | * Start jboss-4.2.2.GA | * jbpm-console should be functional | * JNDIView should show the JbpmService MBean under jboss.jbpm:name=DefaultJbpm,service=JbpmService | And, seriously folks, what about migrating the build process to maven 2? With the current build system, several targets get re-run over and over again during a build, hinting at broken dependency checking of build artifacts, and resulting in unneccessary long build times. As far as I can see, JBoss is gradually moving all project builds to maven, so this might be worth considering (I know, the current build system has certainly taken lots of time and energy, but maven does this, well, even better). regards, Karl Karl Traunmueller Objectbay Software & Consulting GmbH Softwarepark 35 4232 Hagenberg, Austria www.objectbay.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125795#4125795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125795 From do-not-reply at jboss.com Sat Feb 2 17:02:01 2008 From: do-not-reply at jboss.com (karltraunmueller) Date: Sat, 2 Feb 2008 17:02:01 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS Message-ID: <2242952.1201989721194.JavaMail.jboss@colo-br-02.atl.jboss.com> It's of course jmx-console, not JNDI View. JNDI View should show jbpm/JbpmConfiguration under the java: namespace. regards, Karl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125799#4125799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125799 From do-not-reply at jboss.com Sat Feb 2 17:17:16 2008 From: do-not-reply at jboss.com (JEFFASTOREY) Date: Sat, 2 Feb 2008 17:17:16 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Passivation time configuration Message-ID: <9729790.1201990636662.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've deployed an EJB (in a .ear file using EJB3 annotations) to my JBoss server, and for some reason, they always take 10 minutes of inactivity to passivate (and then seem to be hours until they are removed from the container entirely). I'm running the default configuration and I've modified the JBoss standardjboss.xml file (in server\default\conf) that relates to the container configuration to look as follows: | Standard Stateful SessionBean | false | stateful-unified-invoker | | org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor | org.jboss.ejb.plugins.LogInterceptor | | org.jboss.ejb.plugins.TxInterceptorCMT | org.jboss.ejb.plugins.CallValidationInterceptor | org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor | | org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor | org.jboss.ejb.plugins.TxInterceptorBMT | org.jboss.ejb.plugins.CallValidationInterceptor | org.jboss.resource.connectionmanager.CachedConnectionInterceptor | org.jboss.ejb.plugins.SecurityInterceptor | | org.jboss.ejb.plugins.StatefulSessionInstanceCache | org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager | | org.jboss.ejb.plugins.LRUStatefulContextCachePolicy | | 50 | 1000000 | 30 | 30 | 30 | 30 | 5 | 5 | 1 | 0.75 | | | | 100 | | | I would think the beans should now passivate within 30 seconds of inactivity (or in my case, after the application shuts down -- I wrote a small test app that just looks up the bean then ends so the bean becomes inactive). Can anyone explain why passivation still takes 10 minutes? Thanks. Jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125800#4125800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125800 From do-not-reply at jboss.com Sat Feb 2 18:08:14 2008 From: do-not-reply at jboss.com (supernovasoftware.com) Date: Sat, 2 Feb 2008 18:08:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Here is a Richfaces Ajax Datascroler and Seam Example Message-ID: <24126333.1201993694831.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is a more recent version of the code. This time I have the query return a List of maps for an HQL query. I just override get id and it works. Try this more recent version. Are you using Seam 2.0.x? I have not seen too much interest in my method. If people like the technique employed, I can post an example when I get some time. | | import java.io.IOException; | import java.io.Serializable; | import java.util.ArrayList; | import java.util.HashMap; | import java.util.List; | import java.util.Map; | | import javax.faces.context.FacesContext; | | import org.ajax4jsf.model.DataVisitor; | import org.ajax4jsf.model.ExtendedDataModel; | import org.ajax4jsf.model.Range; | import org.ajax4jsf.model.SequenceRange; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.log.Log; | | import com.xxx.ui.Idable; | | public abstract class BaseExtendedDataModel extends ExtendedDataModel implements BaseExtendedDataModelDAO{ | | private @Logger Log log; | | int rowNum=-1; | | public int getRowNum() | { | return ++rowNum; | } | | public List listRow; | | private ID currentId; | private Map wrappedData = new HashMap(); | private List wrappedKeys; | private Long rowCount; // better to buffer row count locally | | public abstract Long getCount(); | public abstract List getList(Integer firstRow, Integer maxResults); | public abstract T findById(ID id); | | public ID getId(T row) | { | Idable idable = (Idable) row; | ID id = (ID) idable.getId(); | return id; | } | | public void wrap(FacesContext context, DataVisitor visitor, Range range, Object argument, List list) throws IOException | { | wrappedKeys = new ArrayList(); | wrappedData = new HashMap(); | for (T row : list) | { | ID id = getId(row); | wrappedKeys.add(id); | wrappedData.put(id, row); | visitor.process(context, id, argument); | } | } | | public boolean hasById(ID id) | { | for (T row : listRow) | { | ID rowId = getId(row); | if (rowId.equals(id)) | { | return true; | } | } | return false; | } | | @Override | public void walk(FacesContext context, DataVisitor visitor, Range range, Object argument) throws IOException | { | int firstRow = ((SequenceRange) range).getFirstRow(); | int maxResults = ((SequenceRange) range).getRows(); | log.info("("+firstRow +", "+ maxResults+")"); | wrap(context, visitor, range, argument, getList(firstRow, maxResults)); | } | | /* | * This method normally called by Visitor before request Data Row. | */ | @Override | public void setRowKey(Object key) | { | this.currentId = (ID) key; | } | | @Override | public int getRowCount() | { | if(rowCount == null) | return (rowCount = this.getCount()).intValue(); | else | return rowCount.intValue(); | } | | @Override | public boolean isRowAvailable() | { | if (currentId == null) { | return false; | } else { | return hasById(currentId); | } | } | | /** | * This is main way to obtain data row. It is intensively used by framework. | * We strongly recommend use of local cache in that method. | */ | @Override | public Object getRowData() { | if (currentId == null) { | return null; | } else { | T ret = wrappedData.get(currentId); | if (ret == null) { | ret = this.findById(currentId); | wrappedData.put(currentId, ret); | return ret; | } else { | return ret; | } | } | } | | | // Unused rudiment from old JSF staff. | @Override public int getRowIndex() { throw new UnsupportedOperationException(); } | @Override public void setRowIndex(int rowIndex) { throw new UnsupportedOperationException(); } | @Override public Object getWrappedData() { throw new UnsupportedOperationException(); } | @Override public void setWrappedData(Object data) { throw new UnsupportedOperationException(); } | | // TODO if this is never called by the framework why is it necessary. | @Override public Object getRowKey() { throw new UnsupportedOperationException(); } | | } | | | | | import java.util.List; | import java.util.Map; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Out; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.log.Log; | | import com.xxx.dao.richfaces.BaseExtendedDataModel; | import com.xxx.search.PipeSearch; | | @Name("pipeSearchExtendedDataModel") | @Scope(ScopeType.CONVERSATION) | public class PipeSearchExtendedDataModel extends BaseExtendedDataModel, Long> | { | private @Logger Log log; | | @In(create=true) PipeSearchDAO pipeSearchDAO; | | @In(required=false) @Out(required = false) | private PipeSearch pipeSearch; | public PipeSearch getPipeSearch() { return pipeSearch; } | public void setPipeSearch(PipeSearch pipeSearch) { this.pipeSearch = pipeSearch; } | | @Override | public Long getId(Map row) | { | return (Long) row.get("minId"); | } | | @Override | public Long getCount() | { | return pipeSearchDAO.getCount(pipeSearch); | } | | @Override | public Map findById(Long id) | { | return pipeSearchDAO.findResultById(id); | } | | @Override | public List> getList(Integer firstRow, Integer maxResults) | { | return listRow = pipeSearchDAO.getList(pipeSearch,firstRow, maxResults); | } | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125802#4125802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125802 From do-not-reply at jboss.com Sat Feb 2 19:43:04 2008 From: do-not-reply at jboss.com (EricJava) Date: Sat, 2 Feb 2008 19:43:04 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - s:link without the href? Only for the onclick Message-ID: <1578391.1201999384302.JavaMail.jboss@colo-br-02.atl.jboss.com> Simple question here: I'm setting up my entire site in such a way that it will display pages, and the various sections of the page will have an "edit" button next to them. When the user clicks "edit", there is a DHTML operation that transforms the static display into a form. The user can then do things on the form, and click "save", and the data are updated as an AJAX request and the form returns to its static view, and the "edit" button is back. This seems like a very friendly way to display a lot of information on a page, and have it editable in a simple way. At this stage, I have it working like this:
| ..... |
| |
| ..... |
| | | And a corresponding JavaScript function: function showAndHide($showId, $hideId) { | | var $showElement = document.getElementById($showId); | var $hideElement = document.getElementById($hideId); | | $showElement.style.display = 'inline'; | $hideElement.style.display = 'none'; | | return false; | | } I put all this together, and it works. Then I enclose it in an , and it starts doing a whole-page reload on clicking. I tried s:link, h:commandButton, s:button, and it's all the same behavior. Any suggestions on this? I'm also thinking of using rich:componentControl, which seems like it is intended for doing things like this, but I can't figure out how to use it. Or are there some other RichFaces components I should try out? Any pointers would be welcome! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125807#4125807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125807 From do-not-reply at jboss.com Sat Feb 2 19:48:52 2008 From: do-not-reply at jboss.com (ewinston) Date: Sat, 2 Feb 2008 19:48:52 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Connection timed out Message-ID: <26872920.1201999732800.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, then that is a problem I am running into as well. You have an xml file somewhere that is getting read by JBoss that has the DTD or schema specification in it. JBoss is supposed to validate against local files but it doesn't appear to (again, this is with 5.0), instead it tries to pull the file from the net. Since there is no access it will never work. The only solution I have found is to comment out the DTD or schema specification in the xml file (one of the deployment descriptors) and then try again. JBoss should then just accept the file and not try to validate against anything. This solution works for me when deploying a datasource that has the dtd defined when I am not connected to the network. Edward View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125808#4125808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125808 From do-not-reply at jboss.com Sat Feb 2 22:12:04 2008 From: do-not-reply at jboss.com (joeyxxx) Date: Sat, 2 Feb 2008 22:12:04 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - EVENT_LOGIN_SUCCESSFUL handled twice Message-ID: <10647279.1202008324884.JavaMail.jboss@colo-br-02.atl.jboss.com> I just upgraded to 2.0.1GA and overrode facesSecurityEvents. addLoginSuccessfulMessage() which used to be in identity so I could suppress the "Welcome, user" message. >From my logs, I can tell authenticator.authenticate is only being called once but addLoginSuccessfulMessage(), the event handler for EVENT_LOGIN_SUCCESSFUL(org.jboss.seam.security.loginSuccessful) is being called twice. What gives? | @Name("org.jboss.seam.security.facesSecurityEvents") | @Scope(ScopeType.APPLICATION) | @Install(precedence = APPLICATION, classDependencies = "javax.faces.context.FacesContext") | @BypassInterceptors | @Startup | public class SecurityEventsHandler extends org.jboss.seam.security.FacesSecurityEvents { | | @Logger Log log; | | @Override @Observer(Identity.EVENT_LOGIN_SUCCESSFUL) | public void addLoginSuccessfulMessage() | { | log.info("\n\n\n>>>>>>>>>>>>>>>>>>>>EVENT_LOGIN_SUCCESSFUL handled<<<<<<<<<<<<<<<<<<<<<<<<\n\n\n"); | } | | | } | My identity.login ff: @Override | public String login() { | super.login(); | return loginFailed ? null : this.destination; | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125822#4125822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125822 From do-not-reply at jboss.com Sat Feb 2 22:23:11 2008 From: do-not-reply at jboss.com (EricJava) Date: Sat, 2 Feb 2008 22:23:11 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: s:link without the href? Only for the onclick Message-ID: <10736501.1202008991219.JavaMail.jboss@colo-br-02.atl.jboss.com> That was not so clever of me. I should have had "return false" instead of just "false". Obviously I'm not a JavaScript programmer, which is why I love RichFaces, so I can avoid having to do JS programming. Which leads me to my question: is there some way of doing this in RichFaces, perhaps using componentControl, that would make me not need to write any JavaScript? There must be but I can't figure it out. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125823#4125823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125823 From do-not-reply at jboss.com Sat Feb 2 22:55:20 2008 From: do-not-reply at jboss.com (asookazian) Date: Sat, 2 Feb 2008 22:55:20 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - using Active Directory for Authorization in Seam apps Message-ID: <21292986.1202010920159.JavaMail.jboss@colo-br-02.atl.jboss.com> we have several Seam apps that will need a security solution involving using AD for authentication and authorization. Authentication is ok (we're using NTLM with IE browsers). We need advice for authorization. Our security model involves having the owner's of the applications add members (end-users) to AD distribution groups via Outlook. We have a custom Java AD library that allows us to get a list of the groups an authenticated user belongs to. We need to know whether or not it's ok to query AD real-time for multiple apps with a potential centralized AD cluster for all field sites. Any performance issues? This would happen on every JSF page load, for example, when a drop down needs to be populated for a particular role filter (e.g. only show the list of technicians). We are considering copying the added/deleted member info from the AD distro groups to RDBMS tables but then we have the syncing issue of when/how to do this. We are also considering augmenting our db schema to add user_role info to our user table by adding multiple tables (i.e., each user can have multiple roles in multiple apps). Any advice on this authorization portion? I can't find any best practices heuristics from microsoft regarding AD and we need to integrate our security framework with Seam ultimately. What is the JBoss best practice? The JBoss 4 official guide doesn't go into authorization in detail. thx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125824#4125824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125824 From do-not-reply at jboss.com Sat Feb 2 23:07:51 2008 From: do-not-reply at jboss.com (dhinojosa) Date: Sat, 2 Feb 2008 23:07:51 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: s:link without the href? Only for the onclick Message-ID: <27491780.1202011671509.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you just have a bean that just holds a boolean value and use that as a rendered=#{myBean.staticViewOn} and just AJAX4JSF? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125825#4125825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125825 From do-not-reply at jboss.com Sat Feb 2 23:39:13 2008 From: do-not-reply at jboss.com (thangle) Date: Sat, 2 Feb 2008 23:39:13 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Programmaticaly create queue Message-ID: <22282394.1202013553191.JavaMail.jboss@colo-br-02.atl.jboss.com> I have some questions relating this topic: 1. How many Queues can we safely create dynamically under JBoss 4.0.3? Is it a recommended way? 2. What is default persistence of Queues created in this way? Can we set persistent method for these Queues? 3. What API can we use to remove Queues dynamically? Does it clean up all related data of this Queue in database (presume that we can set JDBC persistent model for dynamic created Queues)? Thanks a lot in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125827#4125827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125827 From do-not-reply at jboss.com Sat Feb 2 23:41:01 2008 From: do-not-reply at jboss.com (zjsun) Date: Sat, 2 Feb 2008 23:41:01 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need seam to load XXX.jar!/META-INF/pages.xml Message-ID: <14175766.1202013661056.JavaMail.jboss@colo-br-02.atl.jboss.com> | @Scope(ScopeType.APPLICATION) | @BypassInterceptors | @Name("org.jboss.seam.navigation.pages") | @Install(precedence = Install.APPLICATION) | public class EpstarPages extends SeamPages { | | @Override | public void initialize() { | super.initialize(); | | // ?????? XXX.jar!/META-INF/pages.xml | for (URL url : ResourcesUtils | .findClassLoaderResources("/META-INF/pages.xml")) { | try { | InputStream stream = url.openStream(); | parse(stream); | } catch (IOException e) { | } | } | } | | } | as org.jboss.seam.navigation.Pages made "initialize" method with "private", i just create new SeamPages class which extends org.jboss.seam.navigation.Pages, by coping all Pages class's source, and make "initialize" method with "public". right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125828#4125828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125828 From do-not-reply at jboss.com Sat Feb 2 23:43:22 2008 From: do-not-reply at jboss.com (EricJava) Date: Sat, 2 Feb 2008 23:43:22 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: s:link without the href? Only for the onclick Message-ID: <12421179.1202013802082.JavaMail.jboss@colo-br-02.atl.jboss.com> That's a good idea. I could. The advantage is that by doing that, it could refresh the values (just in case they have changed), or otherwise check that the object in question is still editable. I guess the round-trip time for doing that would be minimal. I'll try it both ways and see how it feels. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125829#4125829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125829 From do-not-reply at jboss.com Sun Feb 3 00:16:57 2008 From: do-not-reply at jboss.com (ArnoldH) Date: Sun, 3 Feb 2008 00:16:57 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - How to define a task that can auto complete when the actorId Message-ID: <10608605.1202015817253.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, every one. I have a process definetion like this: Task1 -> Task2 -> Task3 -> .... -> Task10 -> Task11 -> END I want all the tasks can automatically complete when the token points to one of the task and the actorId of the task instance is null or "". It seems that Decision nodes can help, but it will make the process definetion too complicated and ugly. So can anyone please tell me how to do, or just provide some threads for me to follow... Thanks a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125830#4125830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125830 From do-not-reply at jboss.com Sun Feb 3 00:55:49 2008 From: do-not-reply at jboss.com (luc_yuan) Date: Sun, 3 Feb 2008 00:55:49 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - why commit twice? Message-ID: <29346368.1202018149298.JavaMail.jboss@colo-br-02.atl.jboss.com> when i create a object using id whick is already in database when i press the create button i check if it exists,but i got my message age,why | try { | | Kokyaku k = (Kokyaku) getEntityManager().createQuery( | "select k from Kokyaku k where k.kokyakuCd = :id") | .setParameter("id", this.instance.getKokyakuCd()) | .getSingleResult(); | if (k != null) { | FacesMessages.instance().add( | "kokyaku " + this.instance.getKokyakuCd() + "already exist"); | isSuccess = false; | } | | } catch (NoResultException ex) { | } | | i see in other posts it seems there is something like tx1,tx2,but i can't find anything about this transaction behaviour in reference. anyone helps me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125831#4125831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125831 From do-not-reply at jboss.com Sun Feb 3 00:58:58 2008 From: do-not-reply at jboss.com (luc_yuan) Date: Sun, 3 Feb 2008 00:58:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: why commit twice? Message-ID: <4659286.1202018338232.JavaMail.jboss@colo-br-02.atl.jboss.com> what shows me in pages is anonymous wrote : kokyaku 11already exist kokyaku 11already exist and i retrieve my message like this | | also in console anonymous wrote : | 14:54:38,546 INFO [lifecycle] WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. | sourceId=kokyaku:kokyakuCdDecoration:kokyakuCdCreate[severity=(ERROR 2), summary=(????????????????? ?? ??????????????), detail=(????????????????? ?? ??????????????)] | 14:54:54,671 INFO [lifecycle] WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. | sourceId=kokyaku:kokyakuCdDecoration:kokyakuCdCreate[severity=(ERROR 2), summary=(????????????????? ?? ??????????????), detail=(????????????????? ?? ??????????????)] | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125832#4125832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125832 From do-not-reply at jboss.com Sun Feb 3 02:00:35 2008 From: do-not-reply at jboss.com (mykey) Date: Sun, 3 Feb 2008 02:00:35 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @DataModel vs. EL Message-ID: <31009456.1202022035975.JavaMail.jboss@colo-br-02.atl.jboss.com> After all that I have read, it makes no difference whether the logger is static or not. I didn't try that yet, but I will. But I don't think that this is the problem here, because the status messge from finishEditing is shown correctly (which does not solve the problem that the object isn't merged to the database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125834#4125834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125834 From do-not-reply at jboss.com Sun Feb 3 02:09:06 2008 From: do-not-reply at jboss.com (hakim55) Date: Sun, 3 Feb 2008 02:09:06 -0500 (EST) Subject: [jboss-user] [J2EE Design Patterns] - How to configure EJB3 for JBoss 4.x for MyEclipse Message-ID: <13388188.1202022546794.JavaMail.jboss@colo-br-02.atl.jboss.com> hi all has anyone managed to runa simple ejb3 example using MyEclipse for Jboss 4.x. I have problems in configurations of Jboss to run ejb3. many thanks Amir View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125835#4125835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125835 From do-not-reply at jboss.com Sun Feb 3 02:28:52 2008 From: do-not-reply at jboss.com (Juergen.Zimmermann) Date: Sun, 3 Feb 2008 02:28:52 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - 2.0.1beta ? Message-ID: <4927497.1202023732318.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBIDE?report=com.atlassian.jira.plugin.system.project:roadmap-panel shows that a lot of bugs are fixed. Will a public beta be available? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125836#4125836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125836 From do-not-reply at jboss.com Sun Feb 3 03:20:24 2008 From: do-not-reply at jboss.com (lepik) Date: Sun, 3 Feb 2008 03:20:24 -0500 (EST) Subject: [jboss-user] [JBoss and NetBeans] - milepik@email.cz Message-ID: <22519249.1202026824332.JavaMail.jboss@colo-br-02.atl.jboss.com> Well.I am Netbeans 5.5 with Jboss GA 4.0.4.I have problem with message javax.management.instanceNotFoundException:jboss.jca.service=DataSourceBinding,name=postgresDS is not registration.Who? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125837#4125837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125837 From do-not-reply at jboss.com Sun Feb 3 04:56:41 2008 From: do-not-reply at jboss.com (saeediqbal1) Date: Sun, 3 Feb 2008 04:56:41 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: EntityManager is Null inside Constructor Message-ID: <2198642.1202032601131.JavaMail.jboss@colo-br-02.atl.jboss.com> ok Thanks cyberanto View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125838#4125838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125838 From do-not-reply at jboss.com Sun Feb 3 05:58:22 2008 From: do-not-reply at jboss.com (blabno) Date: Sun, 3 Feb 2008 05:58:22 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - WARN [DefaultActionRendererBase] Must set an id for the def Message-ID: <9255475.1202036302370.JavaMail.jboss@colo-br-02.atl.jboss.com> What does that warning mean and how to get rid of it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125839#4125839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125839 From do-not-reply at jboss.com Sun Feb 3 09:19:38 2008 From: do-not-reply at jboss.com (timfox) Date: Sun, 3 Feb 2008 09:19:38 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: JBoss 5.0.0 Beta3 Messaging Client Message-ID: <20184382.1202048378594.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry - I don't know anything about Maven, we don't use it. JBM should work out of the box with JBosss 5 beta 3 - it's the default JMS provider. What classpath are you using that doesn't work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125845#4125845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125845 From do-not-reply at jboss.com Sun Feb 3 09:23:12 2008 From: do-not-reply at jboss.com (timfox) Date: Sun, 3 Feb 2008 09:23:12 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Threads not being cleaned up when clustered Message-ID: <14399070.1202048593013.JavaMail.jboss@colo-br-02.atl.jboss.com> Please can you post (or mail me) a complete thread dump of the server when this problem occurs? (killall -3 java) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125846#4125846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125846 From do-not-reply at jboss.com Sun Feb 3 09:25:50 2008 From: do-not-reply at jboss.com (timfox) Date: Sun, 3 Feb 2008 09:25:50 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: What does JMSUserManager do? Message-ID: <3602226.1202048750258.JavaMail.jboss@colo-br-02.atl.jboss.com> JMSUserManager is really an artifact from JBoss MQ days. It maintains a mapping of user->preconfigured client id. If there is an entry for a user, then when the user creates a connection, the server will preconfigure that connection with that client id. If you don't want that functionality you can ignore it. User, role authentication is done using the messaging JAAS domain. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125847#4125847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125847 From do-not-reply at jboss.com Sun Feb 3 09:27:40 2008 From: do-not-reply at jboss.com (timfox) Date: Sun, 3 Feb 2008 09:27:40 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Message priority does not seem to work Message-ID: <985399.1202048860432.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you try using pure JMS (i.e. no MDBs) and see if the problem still occurs? The MDB layer does some buffering so this may be related to the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125848#4125848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125848 From do-not-reply at jboss.com Sun Feb 3 09:33:31 2008 From: do-not-reply at jboss.com (timfox) Date: Sun, 3 Feb 2008 09:33:31 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: long live consumer stops working Message-ID: <7418522.1202049211756.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.org/jira/browse/JBMESSAGING-1228 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125849#4125849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125849 From do-not-reply at jboss.com Sun Feb 3 09:37:54 2008 From: do-not-reply at jboss.com (timfox) Date: Sun, 3 Feb 2008 09:37:54 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: JBoss Messaging via .Net Message-ID: <29367230.1202049474576.JavaMail.jboss@colo-br-02.atl.jboss.com> We don't currently support non Java clients directly, but aim to do this for the JBM 2 series. However I believe StompConnect works with JBM http://stomp.codehaus.org/StompConnect And has many clients for .NET and other lanugages. I personally haven't used this so can't vouch for it, but maybe it's worth looking into. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125850#4125850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125850 From do-not-reply at jboss.com Sun Feb 3 09:38:21 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 09:38:21 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: WARN [DefaultActionRendererBase] Must set an id for the Message-ID: <4504687.1202049501836.JavaMail.jboss@colo-br-02.atl.jboss.com> You must set the id attribute for the JSF component in which you nest s:defaultAction View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125851#4125851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125851 From do-not-reply at jboss.com Sun Feb 3 09:39:42 2008 From: do-not-reply at jboss.com (timfox) Date: Sun, 3 Feb 2008 09:39:42 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Programmaticaly create queue Message-ID: <17340062.1202049583021.JavaMail.jboss@colo-br-02.atl.jboss.com> "thangle" wrote : I have some questions relating this topic: | 1. How many Queues can we safely create dynamically under JBoss 4.0.3? Is it a recommended way? JBoss 4.0.3 doesn't use JBossMessaging, it uses JBoss MQ. Please post in the JBoss MQ forum, this the JBoss Messaging forum :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125852#4125852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125852 From do-not-reply at jboss.com Sun Feb 3 09:53:48 2008 From: do-not-reply at jboss.com (hubaghdadi) Date: Sun, 3 Feb 2008 09:53:48 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - How to test with external database? Message-ID: <21176444.1202050429008.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. First let me start by saying: I'm really sorry for asking the same question again but this is the only place I can get help from. I'm trying to write integration tests, I use PostgreSQL database. Please check this thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=128867 Any ideas how to test with external databases? I'm really sorry but I don't have any clues..... Appreciate your understanding. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125854#4125854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125854 From do-not-reply at jboss.com Sun Feb 3 10:03:13 2008 From: do-not-reply at jboss.com (eneko.gonzalez) Date: Sun, 3 Feb 2008 10:03:13 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Two questions about jBPM Message-ID: <7630452.1202050993044.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, In my company we are looking at some BPMs and i like jBPM much, bu i'm not sure if it suits our needs, so we are making a test process, and i have two questions... #1 Can a process be started outside jBPM? Where can i find some info about this? #2 Can we customize the UI? We want to insert an applet and translate some labels, but we're not able to find the places to do it. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125855#4125855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125855 From do-not-reply at jboss.com Sun Feb 3 10:22:05 2008 From: do-not-reply at jboss.com (salski22) Date: Sun, 3 Feb 2008 10:22:05 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss delete oracle triggers Message-ID: <8494809.1202052125059.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm new in Jboss, oracle and everything else. I have very simple oracle-ds.xml to use oracle database OracleDS jdbc:oracle:thin:@szefo:1521:orcl oracle.jdbc.driver.OracleDriver salski admin When I will create trigger in oracle 10g or 11g database using for example TOAD, it is working fine and stays in database even after computer restart, so I believe everytnig is OK, but when I will just start jboss 4.2.1 GA (clean install with only jdbc driver for oracle and oracle-ds.xml from above ) all trigers that I created will be deleted. HOW IT IS POSSIBLE since I dont run any written code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125856#4125856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125856 From do-not-reply at jboss.com Sun Feb 3 10:27:26 2008 From: do-not-reply at jboss.com (EricJava) Date: Sun, 3 Feb 2008 10:27:26 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: EntityManager is Null inside Constructor Message-ID: <18959315.1202052446701.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, if you think about it, there's no way injection could occur before the constructor. There's no object to inject into! In all my Seam managed components, the constructor does little or nothing beyond setting default values for some fields. You can use the @Create annotation (I believe it is) to run some method after construction and injection have occureed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125857#4125857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125857 From do-not-reply at jboss.com Sun Feb 3 10:32:52 2008 From: do-not-reply at jboss.com (avihaimar) Date: Sun, 3 Feb 2008 10:32:52 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - Are you going to solve the problem that hibernate cant work Message-ID: <5598382.1202052772799.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, i love jboss-aop, but the bug that hibernate cant work with jboss-aop. i have to add advice on my model this is a show stopper as i see it. can you please let me know if bug - http://jira.jboss.com/jira/browse/JBAOP-492 is going to be solved? or any workaround? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125858#4125858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125858 From do-not-reply at jboss.com Sun Feb 3 11:16:05 2008 From: do-not-reply at jboss.com (JEFFASTOREY) Date: Sun, 3 Feb 2008 11:16:05 -0500 (EST) Subject: [jboss-user] [EJB/JBoss] - EJB Passivation Time Message-ID: <2002566.1202055365420.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've deployed an EJB (in a .ear file using EJB3 annotations) to my JBoss server, and for some reason, they always take 10 minutes of inactivity to passivate (and then I let the server run for another 12 hours and the bean was still not removed from the container completely). I'm running the default configuration and I've modified the JBoss standardjboss.xml file (in server\default\conf) that relates to the container configuration to look as follows: | Standard Stateful SessionBean | false | stateful-unified-invoker | | org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor | org.jboss.ejb.plugins.LogInterceptor | | org.jboss.ejb.plugins.TxInterceptorCMT | org.jboss.ejb.plugins.CallValidationInterceptor | org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor | | org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor | org.jboss.ejb.plugins.TxInterceptorBMT | org.jboss.ejb.plugins.CallValidationInterceptor | org.jboss.resource.connectionmanager.CachedConnectionInterceptor | org.jboss.ejb.plugins.SecurityInterceptor | | org.jboss.ejb.plugins.StatefulSessionInstanceCache | org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager | | org.jboss.ejb.plugins.LRUStatefulContextCachePolicy | | 50 | 1000000 | 30 | 30 | 30 | 30 | 5 | 5 | 1 | 0.75 | | | | 100 | | I would think the beans should now passivate within 30 seconds of inactivity. Can anyone explain why passivation still takes 10 minutes or why the beans are never removed from the container? Thanks. Also, I am using the default jboss configuration and just starting it with bin/run.bat script. Jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125859#4125859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125859 From do-not-reply at jboss.com Sun Feb 3 11:38:39 2008 From: do-not-reply at jboss.com (mjung85) Date: Sun, 3 Feb 2008 11:38:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Seam & JBPM (WebConsole) Message-ID: <780418.1202056719333.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i'm using JBoss Seam 1.2.1. I want to use JBPM Business Processes (not only for pageflow). Unfortunately i have found not so much documentation about that sceneria. In the Seam reference the JBPM part is very small. Additionally i have the JBoss Seam book of Michael Juntao Yuan which is very good about Seam, but the JBPM part isn't big. 1. Where can i get good documentation about the usage of JBPM in Seam (especially for business process and not only for pageflow definition)? 2. JBPM standalone has a Web Console to access the JBPM engine. I can't find a Web Console in Seam, that allows me to access the JBPM engine in Seam. Where can i find it? Currently i'm doing a kind of reverse engineering with the dvd-store example, where business processes are used. This is very slow and not very satisfying. Thanks four your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125860#4125860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125860 From do-not-reply at jboss.com Sun Feb 3 11:52:50 2008 From: do-not-reply at jboss.com (pbolle) Date: Sun, 3 Feb 2008 11:52:50 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS Message-ID: <6484465.1202057570917.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Karl, Thanks for your response. I can reproduce your problem after building the org.jbpm.gd.bpel.runtime the import org.eclipse.bpel cannot be resolved. Do you try to build org.jbpm.gd.jpdl? If I import the project in eclipse there is another missing dependency "Cannot find the class file for org.eclipse.jface.text.source.projection.ProjectionViewer". Can any one help here? Please Koen give us a hint!! (or sign ;-) I agree maven would be a big help. But its looks like tom decided to use ivy. In the new repository the builds are done with ivy and ant (http://anonsvn.jboss.org/repos/jbpm/tempranillo/jpdl/trunk). Regards philipp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125861#4125861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125861 From do-not-reply at jboss.com Sun Feb 3 12:13:20 2008 From: do-not-reply at jboss.com (fsommavilla) Date: Sun, 3 Feb 2008 12:13:20 -0500 (EST) Subject: [jboss-user] [Remoting] - Re: What are you using Remoting for? Message-ID: <26520224.1202058800748.JavaMail.jboss@colo-br-02.atl.jboss.com> gaming.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125863#4125863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125863 From do-not-reply at jboss.com Sun Feb 3 12:26:17 2008 From: do-not-reply at jboss.com (EricJava) Date: Sun, 3 Feb 2008 12:26:17 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - ui:insert and setting values Message-ID: <22668575.1202059577144.JavaMail.jboss@colo-br-02.atl.jboss.com> Simple question: I'm defining a template which I want to display one of the defined items twice. For example, here's what the template looks like: |

Here it is the first time:

| |

And now we see it again:

| |
And that works correctly. Next step, I would like to have different settings within the template when I run it the second time. For example: The file using the template: (Some stuff) | | | | | This content shows up always! | | | This div will show only when showFirstTime is true | | | | This div will show only when showFirstTime is true | | | | | (some more stuff) Then I would like to make the template look like this: |

Here it is the first time:

| | | | | | | | | | | |

And now we see it again:

| |
But that doesn't work. The value set by ui:param doesn't show up. Any ideas on how to do this? I'm obviously missing something with Facelets here. Is there some tag to set a value in the page context? That seems like what I want to do, but (and f:param) don't do it. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125864#4125864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125864 From do-not-reply at jboss.com Sun Feb 3 13:04:42 2008 From: do-not-reply at jboss.com (pete007) Date: Sun, 3 Feb 2008 13:04:42 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with: seam-gen deploy Message-ID: <4613092.1202061882343.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I got the same problem, but I don't understand, how to fix it correctly. I have three references to the same table (entity) in one table (entity). create table node ( id bigint not null auto_increment, | coordinates varchar(9), | primary key (id) ) ; | | create table routing ( id bigint not null auto_increment, | start_node_id bigint, | end_node_id bigint, | next_node_id bigint, | foreign key (start_node_id) references node(id), | foreign key (end_node_id) references node(id), | foreign key (next_node_id) references node(id), | primary key (id) ) ; When typing seam explode I get the following error message: [javac] Compiling 7 source files to ws\p\exploded-archives\h.jar | [javac] ws\p\src\action\m\a\RoutingHome.java:14: nodeHome is already defined in m.a.RoutingHome | [javac] NodeHome nodeHome; | [javac] ^ | [javac] ws\p\src\action\m\a\RoutingHome.java:16: nodeHome is already defined in m.a.RoutingHome | [javac] NodeHome nodeHome; | [javac] ^ | [javac] 2 errors Following the link above, there are many files with patches. Are the patches only for 2 equal references or can I use them too? Which patch-file should I choose and how can I apply it (to which files)? It would be nice, if someone could give me a short explanation, how to solve my problem. Thank you in advance, Peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125865#4125865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125865 From do-not-reply at jboss.com Sun Feb 3 13:23:45 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 13:23:45 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error while testing using external database Message-ID: <3238104.1202063025578.JavaMail.jboss@colo-br-02.atl.jboss.com> Post the whole log. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125866#4125866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125866 From do-not-reply at jboss.com Sun Feb 3 13:25:51 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 13:25:51 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @DataModel vs. EL Message-ID: <18884510.1202063151740.JavaMail.jboss@colo-br-02.atl.jboss.com> Having @In and @DataModelSelection on inscribben is wrong - take away the @In. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125867#4125867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125867 From do-not-reply at jboss.com Sun Feb 3 13:27:05 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 13:27:05 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati Message-ID: <18274859.1202063225515.JavaMail.jboss@colo-br-02.atl.jboss.com> Create a page in the knowledge base http://alpha.seamframework.org:9999/Documentation/KnowledgeBase View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125868#4125868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125868 From do-not-reply at jboss.com Sun Feb 3 13:27:40 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 13:27:40 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <3059497.1202063260807.JavaMail.jboss@colo-br-02.atl.jboss.com> No, you're going to have to do so View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125869#4125869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125869 From do-not-reply at jboss.com Sun Feb 3 13:28:13 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 13:28:13 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <17598055.1202063293528.JavaMail.jboss@colo-br-02.atl.jboss.com> Post the log from this period at debug level. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125870#4125870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125870 From do-not-reply at jboss.com Sun Feb 3 13:35:48 2008 From: do-not-reply at jboss.com (javidjamae) Date: Sun, 3 Feb 2008 13:35:48 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Can't start JBoss 5 Beta3 with a JRE Message-ID: <22464116.1202063748142.JavaMail.jboss@colo-br-02.atl.jboss.com> >From what I understand JBoss 5 is supposed to be able to start with just a JRE and uses the Eclipse JDT library to do all its dynamic JSP compiling. However, when I try to start the default configuration on Windows using run.bat, or run.sh from Cygwin, I get the following error: | $ ./run.sh | ========================================================================= | | JBoss Bootstrap Environment | | JBOSS_HOME: c:\jbia-src\binaries\jboss-5.0.0.Beta3 | | JAVA: /cygdrive/c/jre1.5.0_07/bin/java | | JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcI | nterval=3600000 | | CLASSPATH: c:\jbia-src\binaries\jboss-5.0.0.Beta3\bin\run.jar | | ========================================================================= | | Error: no `server' JVM at `c:\jre1.5.0_07\bin\server\jvm.dll'. | >From this JIRA issue (http://jira.jboss.org/jira/browse/JBAS-4161), it seems like there should be no complaints when trying to start with a JRE since JBoss 5 Beta 2. When you comment out the following lines (putting rem in front of the second and third lines) in the run.bat script, the server starts: | rem Add -server to the JVM options, if supported | "%JAVA%" -version 2>&1 | findstr /I hotspot > nul | if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server) | I'm guessing that this is a bug in the script? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125872#4125872 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125872 From do-not-reply at jboss.com Sun Feb 3 13:45:22 2008 From: do-not-reply at jboss.com (gduq) Date: Sun, 3 Feb 2008 13:45:22 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Facelets custom tags for input controls Message-ID: <4148638.1202064322428.JavaMail.jboss@colo-br-02.atl.jboss.com> In my view pages the input controls look like this: |
|
Date of Birth:
|
| | | | |
|
| |
|
Sex:
|
| | | |
|
| I feel like there should be a way to cut down on the amount of repeated text using facelets but I'm not sure of the best way to do it. I'd like to be able to do this: | | or even better, specify the bean once per page and have: | | is this possible? or if not how close to this can I get? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125876#4125876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125876 From do-not-reply at jboss.com Sun Feb 3 13:48:44 2008 From: do-not-reply at jboss.com (EricJava) Date: Sun, 3 Feb 2008 13:48:44 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: ui:insert and setting values Message-ID: <29118461.1202064524665.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, I figured out a way to do this which works nicely. I simply use: etc. It works. Is this the right way? I remember seeing somewhere that it's bad to use the http://java.sun.com/jstl/core tags within Facelets, so, for example, I never use or those things. Is this good advice? Can anyone elaborate on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125878#4125878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125878 From do-not-reply at jboss.com Sun Feb 3 13:50:53 2008 From: do-not-reply at jboss.com (GregTk) Date: Sun, 3 Feb 2008 13:50:53 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Changing Ajax4jsf-filter url-pattern in JBoss Seam 2.0GA Message-ID: <13322898.1202064653099.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello! Today I tried change url-pattern for Ajax4jsf-filter. In user guide it looks like that When I tried use it in my project I get trouble in all of my pages with richfaces JSF components they lost skin and functionality. How to resolve that problem? Which url-pattern I must write If my users see pages with .htm suffix. I think I must write like that But It doesn't work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125879#4125879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125879 From do-not-reply at jboss.com Sun Feb 3 13:57:17 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 13:57:17 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Changing Ajax4jsf-filter url-pattern in JBoss Seam 2.0GA Message-ID: <19386622.1202065037171.JavaMail.jboss@colo-br-02.atl.jboss.com> You should change the pattern for the JSF servlet. The Ajax4jsf filter mapping is, by default, mapped to all requests. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125880#4125880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125880 From do-not-reply at jboss.com Sun Feb 3 14:14:11 2008 From: do-not-reply at jboss.com (emailmsgbox) Date: Sun, 3 Feb 2008 14:14:11 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: Fails to run on Jboss4.2.2 Message-ID: <21084333.1202066051070.JavaMail.jboss@colo-br-02.atl.jboss.com> anyone ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125883#4125883 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125883 From do-not-reply at jboss.com Sun Feb 3 14:55:31 2008 From: do-not-reply at jboss.com (dimitris@jboss.org) Date: Sun, 3 Feb 2008 14:55:31 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't start JBoss 5 Beta3 with a JRE Message-ID: <3259267.1202068531424.JavaMail.jboss@colo-br-02.atl.jboss.com> Have you confused the scripts? The comment you are making is about run.bat (to be used under a windows terminal), but your output shows a run.sh (under cygwin) ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125885#4125885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125885 From do-not-reply at jboss.com Sun Feb 3 15:00:57 2008 From: do-not-reply at jboss.com (nickarls) Date: Sun, 3 Feb 2008 15:00:57 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: addToControlFromResourceBundle strangeness Message-ID: <11986448.1202068857464.JavaMail.jboss@colo-br-02.atl.jboss.com> Strange enough for a JIRA or am I missing something with the usage? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125886#4125886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125886 From do-not-reply at jboss.com Sun Feb 3 15:24:07 2008 From: do-not-reply at jboss.com (lovelyliatroim) Date: Sun, 3 Feb 2008 15:24:07 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Re: JBoss AS 5.0 Message-ID: <13703980.1202070247370.JavaMail.jboss@colo-br-02.atl.jboss.com> anybody?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125889#4125889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125889 From do-not-reply at jboss.com Sun Feb 3 15:23:12 2008 From: do-not-reply at jboss.com (greenThumb) Date: Sun, 3 Feb 2008 15:23:12 -0500 (EST) Subject: [jboss-user] [JCA/JBoss] - Idle Timeout Default Message-ID: <23042883.1202070192634.JavaMail.jboss@colo-br-02.atl.jboss.com> If the idle-timeout-minutes attribute is not set for a database connection datasource, is there a default? What happens to idle connections? Is there a JBoss global setting for idle connections that would span across all datasources if the value is not set? Thanks in advance. Michelle View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125888#4125888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125888 From do-not-reply at jboss.com Sun Feb 3 15:42:58 2008 From: do-not-reply at jboss.com (alxs) Date: Sun, 3 Feb 2008 15:42:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - h:commandLink does not work on Safari Message-ID: <3003765.1202071378106.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, this may not be a Seam issue but since I'm using the whole Seam/Jboss stack I'm starting here. I'm using JBoss AS 4.2.2.GA with Seam 2.0.1.GA and all its standard libs. It seems as if don't work on Safari 3/Mac OS Leopard, which they did in earlier prjects with jboss 4.0.5.GA and Seam 1.2.1.GA. The commandLink in the following example produces a JavaScript error "Undefined value". It doesn't matter if the action or the form is empty. I've simplified the example but this also happens with a complete form. The starange thing is that if I copy the generated HTML source into an html file, open that file and click the "command" link, it works (however an error page is shown since this is not a legal Seam request). I've no idea why this browser makes a difference between these two files since I have used in many earlier projects with earlier versions of the components. Firefox works without a problem. I've already changed the extension of JSF/Seam from .seam to .html. Same error. Anyone can help here? Alex | | | | | | | | | abc | | | | | This is the generated HTML. The JavaScript error points to the line with the link. | | | | | | |
| | | | abc |
| | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125890#4125890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125890 From do-not-reply at jboss.com Sun Feb 3 15:54:12 2008 From: do-not-reply at jboss.com (karltraunmueller) Date: Sun, 3 Feb 2008 15:54:12 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS Message-ID: <18244126.1202072052771.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Philipp, right, I get the same error. If I add org.eclipse.jface.text in the Dependencies section of the plugin.xml editor (jface.text was clearly missing), add dom4j-1.4.jar under Java Build Path / Libraries / Add Jars / org.jbpm.gd.bpel/lib, reorganize the imports (Ctrl + Shift + O), add org.dom4j.Element, I still get a single compile error "The method getAttribute(String) is undefined for the type Element" in JpdlContentProvider.java. Strange. Karl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125892#4125892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125892 From do-not-reply at jboss.com Sun Feb 3 16:00:11 2008 From: do-not-reply at jboss.com (oskar.carlstedt) Date: Sun, 3 Feb 2008 16:00:11 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: How to start a session bean as soon as it is deployed Message-ID: <20928866.1202072411879.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All! Important to know. An ejb is NOT started just because it is deployed. It is just available to a "client" through the application server. There is no method invoked on an ejb during or just after the deploy. Ok, there are ways to go around this. Add a service to your ejb that is invoking your ejb. Use the @Service-annotation and then you get methods like start(), stop() create() and destroy(). Kind regards! /Oskar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125893#4125893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125893 From do-not-reply at jboss.com Sun Feb 3 16:06:04 2008 From: do-not-reply at jboss.com (oskar.carlstedt) Date: Sun, 3 Feb 2008 16:06:04 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: reading a local properties file Message-ID: <194940.1202072764472.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello! This is the way to go. Never add a properties-file in the WEB-INF folder. A better place is on the classpath, i.e. in the WEB-INF/classes directory. Then you can access this file with the following command: | Thread.currentThread().getContextClassloader().getResourceAsStream("filename.extension"); | Cheers /Oskar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125895#4125895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125895 From do-not-reply at jboss.com Sun Feb 3 16:14:54 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 16:14:54 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: addToControlFromResourceBundle strangeness Message-ID: <9608887.1202073294888.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes. If you can add steps to reproduce that would be great :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125896#4125896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125896 From do-not-reply at jboss.com Sun Feb 3 16:15:33 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 16:15:33 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: h:commandLink does not work on Safari Message-ID: <1916338.1202073333763.JavaMail.jboss@colo-br-02.atl.jboss.com> I would take this to the JSF RI list - as this is what JBoss AS 4.2.2.GA uses. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125897#4125897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125897 From do-not-reply at jboss.com Sun Feb 3 16:15:59 2008 From: do-not-reply at jboss.com (oskar.carlstedt) Date: Sun, 3 Feb 2008 16:15:59 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: Detect client disconnection Message-ID: <3570855.1202073359187.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello! Unfortunately there are no safe functions in javascript to detect when the browser window is closed. For me it sounds better to grab the output stream from the response and check it in a separate thread while the session bean is executing. I think you can write an empty/blank character to the stream. Cheers /Oskar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125898#4125898 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125898 From do-not-reply at jboss.com Sun Feb 3 16:17:12 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 16:17:12 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: ui:insert and setting values Message-ID: <24109754.1202073432607.JavaMail.jboss@colo-br-02.atl.jboss.com> This sounds like a bug in facelets to me. I suggest you ask on the facelets mailing list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125899#4125899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125899 From do-not-reply at jboss.com Sun Feb 3 16:28:00 2008 From: do-not-reply at jboss.com (javidjamae) Date: Sun, 3 Feb 2008 16:28:00 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't start JBoss 5 Beta3 with a JRE Message-ID: <21672156.1202074080083.JavaMail.jboss@colo-br-02.atl.jboss.com> No.. neither run.bat nor run.sh works from cygwin or from a command prompt.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125900#4125900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125900 From do-not-reply at jboss.com Sun Feb 3 17:13:39 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:13:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: JBPM sessionFactory and annotated entity Message-ID: <25577433.1202076819354.JavaMail.jboss@colo-br-02.atl.jboss.com> You probably want to ask this in the hibernate or jbpm forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125906#4125906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125906 From do-not-reply at jboss.com Sun Feb 3 17:14:04 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:14:04 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Boolean to integer customconverter!! Message-ID: <25748029.1202076844863.JavaMail.jboss@colo-br-02.atl.jboss.com> Show your code and the stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125907#4125907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125907 From do-not-reply at jboss.com Sun Feb 3 17:14:48 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:14:48 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How can i disable skipping over the authentication? Message-ID: <24605480.1202076888235.JavaMail.jboss@colo-br-02.atl.jboss.com> File a feature request in JIRA, at least for docs on how to do this, it comes up often. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125909#4125909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125909 From do-not-reply at jboss.com Sun Feb 3 17:15:06 2008 From: do-not-reply at jboss.com (d_fdo@yahoo.com) Date: Sun, 3 Feb 2008 17:15:06 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: java null pointer exception in based on Message-ID: <13331572.1202076906057.JavaMail.jboss@colo-br-02.atl.jboss.com> I am sorry .. I mistaked the exception : The exception is : java.lang.NullPointerException | at com.coorserpark.backing.AreaActionBean.editArea(AreaActionBean.java:62) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext. and my backing bean code is : public String editArea() { | System.out.println(selectedArea.getName()); | //return "/Administracion/editArea.jsp"; | return "editarItem"; | } All the bean code...is the first post of this thread View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125910#4125910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125910 From do-not-reply at jboss.com Sun Feb 3 17:16:11 2008 From: do-not-reply at jboss.com (rodosa) Date: Sun, 3 Feb 2008 17:16:11 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - JSF Problem Message-ID: <19276700.1202076971466.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello! I've downloaded & installed jbpm-jpdl-suite-3.2.2. I want to develop an aplication using JSF but It doesn't work! Have I configure or change something to JBoss works well with JSF? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125911#4125911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125911 From do-not-reply at jboss.com Sun Feb 3 17:16:52 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:16:52 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to test a page with page action method? Message-ID: <2355599.1202077012360.JavaMail.jboss@colo-br-02.atl.jboss.com> On unit testing with a persistence context - yes you can do it (as in Michael's book) but I don't think it is sensible (I will suggest they take it out for the 2nd edition). On page actions - it "just works" new FacesRequest("/foo.xhtml") { | | }.run(); will run the page action. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125912#4125912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125912 From do-not-reply at jboss.com Sun Feb 3 17:22:54 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:22:54 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: entityQuery lifecycle Message-ID: <14631032.1202077374589.JavaMail.jboss@colo-br-02.atl.jboss.com> Read the source code. EntityQuery is by default in the event (request) scope. You can put it into conversation or session scope, but you'll need to take care of refreshing the query when the database changes yourself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125913#4125913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125913 From do-not-reply at jboss.com Sun Feb 3 17:23:26 2008 From: do-not-reply at jboss.com (nickarls) Date: Sun, 3 Feb 2008 17:23:26 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: java null pointer exception in based on Message-ID: <26117826.1202077406650.JavaMail.jboss@colo-br-02.atl.jboss.com> So the DataModelSelection isn't firing (or lagging one)... Does it work with a normal h:commandButton or link? I don't have much a4j experience so can't say what is supposed to be populated when... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125914#4125914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125914 From do-not-reply at jboss.com Sun Feb 3 17:25:06 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:25:06 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Redirect on Session Timeout using Destroy method Message-ID: <589022.1202077506878.JavaMail.jboss@colo-br-02.atl.jboss.com> @Drestroy is a callback method, so no. You can't redirect a browser outside a request. Christian wrote an interesting blog post on how to simulate this though http://in.relation.to/Bloggers/Christian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125915#4125915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125915 From do-not-reply at jboss.com Sun Feb 3 17:29:18 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:29:18 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Ajax and injection with radio boxes Message-ID: <11492094.1202077758894.JavaMail.jboss@colo-br-02.atl.jboss.com> Bind to a property like #{controller.bondOption} - injection doesn't play well with JSF input controls. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125916#4125916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125916 From do-not-reply at jboss.com Sun Feb 3 17:30:09 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:30:09 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Only 1 messages.properties files loaded in 2 WARs Message-ID: <19266548.1202077809570.JavaMail.jboss@colo-br-02.atl.jboss.com> what does jboss-app.xml contain in your case? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125917#4125917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125917 From do-not-reply at jboss.com Sun Feb 3 17:35:15 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:35:15 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic Entity Beans Message-ID: <23769037.1202078115150.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) No special feature for this, but it should be possible using facelets templating I guess. 2) What do you mean 3) What is DynaEntityBeans? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125918#4125918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125918 From do-not-reply at jboss.com Sun Feb 3 17:37:08 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:37:08 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to control end of conversations/state of stateful be Message-ID: <11558225.1202078228635.JavaMail.jboss@colo-br-02.atl.jboss.com> It depends on the use case - if the user is navigating away, I don't think ending the conversation is what you want to do (take a look at how seamframework.org works). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125919#4125919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125919 From do-not-reply at jboss.com Sun Feb 3 17:37:46 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:37:46 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Manager.switchConversation via Ajax4JSF actionListener d Message-ID: <28615175.1202078266438.JavaMail.jboss@colo-br-02.atl.jboss.com> You can file a JIRA bug report for this - Ajax switching of conversations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125920#4125920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125920 From do-not-reply at jboss.com Sun Feb 3 17:38:33 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:38:33 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: s:link-action calling restricted method Message-ID: <22612369.1202078313603.JavaMail.jboss@colo-br-02.atl.jboss.com> Lets see the s:link View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125921#4125921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125921 From do-not-reply at jboss.com Sun Feb 3 17:41:19 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:41:19 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Clone Seam application for Virtual Domains Message-ID: <656789.1202078479853.JavaMail.jboss@colo-br-02.atl.jboss.com> I would think from a QA perspective building separate copies of apps makes the most sense. Also, you might not want to upgrade all apps at the same time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125922#4125922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125922 From do-not-reply at jboss.com Sun Feb 3 17:42:15 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:42:15 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam Component + Servlet Message-ID: <4106152.1202078535167.JavaMail.jboss@colo-br-02.atl.jboss.com> Wrap the call in either the context filter or a ContextualHttpServletRequest. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125923#4125923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125923 From do-not-reply at jboss.com Sun Feb 3 17:42:58 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:42:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: seam crud selectonemenu Message-ID: <18567691.1202078578810.JavaMail.jboss@colo-br-02.atl.jboss.com> Take a look at s:selectItems and s:convertEntity as demonstrated in a number of examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125924#4125924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125924 From do-not-reply at jboss.com Sun Feb 3 17:44:43 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:44:43 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Force method to be run before page redirect (no pages.xm Message-ID: <30654686.1202078683302.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, what I meant was post the bean for #{cat} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125925#4125925 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125925 From do-not-reply at jboss.com Sun Feb 3 17:45:06 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 17:45:06 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: NullPointerException from JBossXSEntityResolver Message-ID: <1758429.1202078706162.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, did your workaround work? Please post some further details about your contract and/or service implementation (as far as I understand, you used a bottom up approach, didn't you?), this way we can better understand / reproduce your issue. Which version of JBossWS are you using? (the one that comes with 4.2.2.GA ?) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125926#4125926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125926 From do-not-reply at jboss.com Sun Feb 3 17:48:25 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:48:25 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Obtaining Method name of the backing name in a component Message-ID: <9815624.1202078905574.JavaMail.jboss@colo-br-02.atl.jboss.com> It's not really easy :(. You can take a look at org.jboss.seam.faces.Validation to see how we solved the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125927#4125927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125927 From do-not-reply at jboss.com Sun Feb 3 17:49:38 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:49:38 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam events question Message-ID: <7161364.1202078978343.JavaMail.jboss@colo-br-02.atl.jboss.com> You'll need to use your debugger to see where the event is lost. Or open a JIRA and attach an example with reproduction steps so we can take a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125928#4125928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125928 From do-not-reply at jboss.com Sun Feb 3 17:50:27 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:50:27 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: handleException details Message-ID: <30424651.1202079027191.JavaMail.jboss@colo-br-02.atl.jboss.com> @In Exception handledException; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125929#4125929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125929 From do-not-reply at jboss.com Sun Feb 3 17:57:16 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 17:57:16 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Problem with ServiceEndpointInterceptor Message-ID: <28917125.1202079436435.JavaMail.jboss@colo-br-02.atl.jboss.com> You should simply try with the latest release of JBossWS first. If you still have the problem please post here again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125930#4125930 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125930 From do-not-reply at jboss.com Sun Feb 3 17:57:38 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:57:38 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad SelectManyShuttle with seam ? Message-ID: <32416459.1202079458985.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not really understanding your problem. When you submit the form, the selection should be set on your bound bean. I.e. this should "just work" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125931#4125931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125931 From do-not-reply at jboss.com Sun Feb 3 17:59:51 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 17:59:51 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: SMPC and could not enlist in transaction exception Message-ID: <17697257.1202079591460.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) >= 1 SMPC per db (unless you use something like Shards or Metamatrix) 2) I'm not 100% sure, but I think you need to use XA transactions if you are using multiple datasources 3) If something is @AutoCreate, create=true is redundant, yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125933#4125933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125933 From do-not-reply at jboss.com Sun Feb 3 18:04:27 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 18:04:27 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home? Message-ID: <1394880.1202079867238.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok. Explain this one again (it sounds interesting, but I'm tired, and I got lost ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125935#4125935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125935 From do-not-reply at jboss.com Sun Feb 3 18:08:39 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 18:08:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error when downloading file to browser Message-ID: <17017034.1202080119765.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you post the full stack trace? Looks like something isn't respecting the response complete. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125936#4125936 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125936 From do-not-reply at jboss.com Sun Feb 3 18:09:59 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 18:09:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: PageContext Size limit Message-ID: <3548653.1202080199714.JavaMail.jboss@colo-br-02.atl.jboss.com> It's held in the JSF view root, if you are using server state saving (you probably are), then it's stored in the session, and a marker id is written to the client. If it's client side, then it's serialized to the client - so be careful putting too much in the page context then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125937#4125937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125937 From do-not-reply at jboss.com Sun Feb 3 18:10:37 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 18:10:37 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Attachments with SOAP Message-ID: <6514775.1202080237460.JavaMail.jboss@colo-br-02.atl.jboss.com> Could you give us some further details? Do you get any exception? Btw also consider upgrading at least to JBoss 4.0.5 in order to run the latest release of JBossWS, since the 1.2.1 is really old and your issue might have been already solved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125938#4125938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125938 From do-not-reply at jboss.com Sun Feb 3 18:11:28 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 18:11:28 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: s:link without the href? Only for the onclick Message-ID: <22717313.1202080288534.JavaMail.jboss@colo-br-02.atl.jboss.com> Just use an rather than a JSF component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125939#4125939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125939 From do-not-reply at jboss.com Sun Feb 3 18:13:09 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 18:13:09 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam & JBPM (WebConsole) Message-ID: <26116702.1202080389322.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) You've got all there is 2) You just use the jbpm web console. But there is work in progress on seamifying this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125940#4125940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125940 From do-not-reply at jboss.com Sun Feb 3 18:14:04 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 18:14:04 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with: seam-gen deploy Message-ID: <17886103.1202080444975.JavaMail.jboss@colo-br-02.atl.jboss.com> Just correct the generated code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125941#4125941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125941 From do-not-reply at jboss.com Sun Feb 3 18:14:37 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 18:14:37 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Webservice client over SSL Message-ID: <15208656.1202080477268.JavaMail.jboss@colo-br-02.atl.jboss.com> We'll take care of this, in the mean time let's keep the related post linked: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127805 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125942#4125942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125942 From do-not-reply at jboss.com Sun Feb 3 18:14:57 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 18:14:57 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Facelets custom tags for input controls Message-ID: <23815914.1202080497475.JavaMail.jboss@colo-br-02.atl.jboss.com> Look at how s:decorate is used e.g. in the booking example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125943#4125943 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125943 From do-not-reply at jboss.com Sun Feb 3 18:15:32 2008 From: do-not-reply at jboss.com (joeyxxx) Date: Sun, 3 Feb 2008 18:15:32 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: PageContext Size limit Message-ID: <19225066.1202080533508.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Pete. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125944#4125944 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125944 From do-not-reply at jboss.com Sun Feb 3 18:26:57 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 18:26:57 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Question about bottom-up web service Message-ID: <25472821.1202081217995.JavaMail.jboss@colo-br-02.atl.jboss.com> If you need to use your own xsd file, you should use a top-down approach. Then you might modify the generated classes to use the business logic you need (and that perhaps is already in the POJO you talked about). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125945#4125945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125945 From do-not-reply at jboss.com Sun Feb 3 18:32:08 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 18:32:08 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: org.jboss.cache.lock.TimeoutException: failure acquiring Message-ID: <3835139.1202081528682.JavaMail.jboss@colo-br-02.atl.jboss.com> http://www.jboss.com/index.html?module=bb&op=viewforum&f=157 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125947#4125947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125947 From do-not-reply at jboss.com Sun Feb 3 18:42:39 2008 From: do-not-reply at jboss.com (kasim) Date: Sun, 3 Feb 2008 18:42:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Ajax and injection with radio boxes Message-ID: <19168239.1202082159107.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : Bind to a property like | | #{controller.bondOption} - injection doesn't play well with JSF input controls. Ok .. yeah i actually that done before. Just to clarify though. I still will mark the bondOption with @In since i want to put it on a stateless session bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125948#4125948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125948 From do-not-reply at jboss.com Sun Feb 3 18:50:05 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Sun, 3 Feb 2008 18:50:05 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: EVENT_LOGIN_SUCCESSFUL handled twice Message-ID: <26025955.1202082606004.JavaMail.jboss@colo-br-02.atl.jboss.com> The event is only being raised once, however it seems that there is a bug that registers the overridden observer as well as your new observer. I've raised this issue in JIRA: http://jira.jboss.org/jira/browse/JBSEAM-2571 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125949#4125949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125949 From do-not-reply at jboss.com Sun Feb 3 18:51:52 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 18:51:52 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Ajax and injection with radio boxes Message-ID: <10147841.1202082712496.JavaMail.jboss@colo-br-02.atl.jboss.com> Err. No. Make the bean stateful. What you are suggesting won't work afaics. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125950#4125950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125950 From do-not-reply at jboss.com Sun Feb 3 18:52:24 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 18:52:24 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Cannot obtain wsdl service - Help Message-ID: <1464432.1202082744294.JavaMail.jboss@colo-br-02.atl.jboss.com> Please double check the namespace/name of your Service in your wsdl contract. Also consider running wsconsume against your wsdl to automatically generate your client artifacts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125951#4125951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125951 From do-not-reply at jboss.com Sun Feb 3 18:56:32 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Sun, 3 Feb 2008 18:56:32 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: s:link without the href? Only for the onclick Message-ID: <15880584.1202082992740.JavaMail.jboss@colo-br-02.atl.jboss.com> And if you want the anchor to appear as a link, you'll also need to set href="#". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125952#4125952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125952 From do-not-reply at jboss.com Sun Feb 3 19:03:47 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Sun, 3 Feb 2008 19:03:47 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How can i disable skipping over the authentication? Message-ID: <18285030.1202083427760.JavaMail.jboss@colo-br-02.atl.jboss.com> "behmen" wrote : i have tryed this already, calling a page action on the authentication page but i get only a message that the session has closed and i am not able to login You can't simply call Identity.logout() in the page action for your login page, you need to write a new action that only calls Identity.logout() if you're already logged in. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125953#4125953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125953 From do-not-reply at jboss.com Sun Feb 3 19:11:52 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 19:11:52 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Problem importing multiple schema from the same namespac Message-ID: <21601947.1202083912340.JavaMail.jboss@colo-br-02.atl.jboss.com> WSDL 2.0 is not fully supported yet http://jbws.dyndns.org/mediawiki/index.php?title=JBossWSSpecStatus. However feel free to create a feature request issue in JIRA for your issue about imports so that we can evaluate it and perhaps fix it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125954#4125954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125954 From do-not-reply at jboss.com Sun Feb 3 19:12:25 2008 From: do-not-reply at jboss.com (brombie) Date: Sun, 3 Feb 2008 19:12:25 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam & JBPM (WebConsole) Message-ID: <33356655.1202083945488.JavaMail.jboss@colo-br-02.atl.jboss.com> There's a book published by Apress called Practical Seam Project (or something like that) that has more about Seam and jbpm integration. For the jbpm console, just find the war file in the jbpm package that you've downloaded and plop/explode it inside your jboss deploy folder. If you're using JBoss 4.2, you'll need to tweak the war file or you'll get errors. See the jbpm wiki for it. What I found work for myself is building it from the code. The jbpm wiki has this covered too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125955#4125955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125955 From do-not-reply at jboss.com Sun Feb 3 19:13:43 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 19:13:43 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Standard JAAS security domain not getting picked up Message-ID: <13856518.1202084023381.JavaMail.jboss@colo-br-02.atl.jboss.com> Put a breakpoint in SeamLoginModule.login and see why the authenticate method isn't being used. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125956#4125956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125956 From do-not-reply at jboss.com Sun Feb 3 19:18:02 2008 From: do-not-reply at jboss.com (joeyxxx) Date: Sun, 3 Feb 2008 19:18:02 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: EVENT_LOGIN_SUCCESSFUL handled twice Message-ID: <25204480.1202084282336.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Shane. I'm a bit confused here. Why is my overridden method invoked twice? If the addLogin.. in the super class is registered in addition to my overridden addLogin.., I would expect one invocation in the super class and another in the sub class. I'm I missing something? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125957#4125957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125957 From do-not-reply at jboss.com Sun Feb 3 19:20:15 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 19:20:15 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues Message-ID: <27067357.1202084415593.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't really know what the problem is here. I'm a bit overloaded atm. But if you can create a JIRA issue, and attach a simple example to reproduce with steps, then hopefully someone can take a look soon. With the first exception - what is the NPE from Hibernate about? You might want to cross post to the jbpm forum, as I'm not sure exactly what is Seam and what is JBPM here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125958#4125958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125958 From do-not-reply at jboss.com Sun Feb 3 19:22:31 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 19:22:31 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Unwanted datamodel update on action cancel Message-ID: <26085626.1202084551993.JavaMail.jboss@colo-br-02.atl.jboss.com> Use manual flushmode and use the none conversation propagation. I wouldn't do what javichi_fer suggests -thats pretty ugly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125959#4125959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125959 From do-not-reply at jboss.com Sun Feb 3 19:23:37 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Sun, 3 Feb 2008 19:23:37 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Standard JAAS security domain not getting picked up Message-ID: <31155311.1202084617648.JavaMail.jboss@colo-br-02.atl.jboss.com> I just tried this with the jmx-console config and was able to login successfully. On a side note, jaas-config-name and authenticate-method are mutually exclusive, if you specify an alternate jaas config then you don't need to write your own authenticator. I suggest that you set a breakpoint in Identity.getLoginContext() to see why the correct LoginContext isn't being returned. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125960#4125960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125960 From do-not-reply at jboss.com Sun Feb 3 19:23:54 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 19:23:54 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: the best way to maintain search conditions? Message-ID: <25020739.1202084634167.JavaMail.jboss@colo-br-02.atl.jboss.com> You probably want to use session scope to store the conditions rather than conversation if you want to want them to be remembered whilst the user is on the site. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125961#4125961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125961 From do-not-reply at jboss.com Sun Feb 3 19:25:21 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 3 Feb 2008 19:25:21 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: s:formattedText fails with dynamic content being null Message-ID: <12043487.1202084721973.JavaMail.jboss@colo-br-02.atl.jboss.com> Not reported afaik. Please file an issue and we'll see if we can get rid of the spurious error message. In generate SeamText is quite picky about syntax. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125962#4125962 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125962 From do-not-reply at jboss.com Sun Feb 3 19:34:51 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 19:34:51 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Generated Classes does not have constructors... Message-ID: <17074820.1202085291094.JavaMail.jboss@colo-br-02.atl.jboss.com> What's the problem of using the default constructor? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125964#4125964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125964 From do-not-reply at jboss.com Sun Feb 3 19:39:10 2008 From: do-not-reply at jboss.com (enda) Date: Sun, 3 Feb 2008 19:39:10 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home? Message-ID: <9894123.1202085550932.JavaMail.jboss@colo-br-02.atl.jboss.com> So imagine a scenario that you have one entity lets say people. You will provide a table of all people. You can edit people and add new people. Now you want to use jPDL and natural conversations (mix jPDL and pages.xml because jPDL does not offer you to specify conversation name). (note: I used to use deprecated method annotation for begin(id="foo.id")) You start a conversation whenever you click on a person from table or a new person button. You also want to join conversations with the same id. Scenerio 1: (problem join) you will click on person and will start conversation. In pages.xml is defined | | | | so your natural conversation has id==person.id Problem 1. raises when you want to join conversations with the same name (same person). Because the behavior is: start conversation, redirect to the page personHomeView.xhtml and name the conversation id==person.id as defined in pages.xml. The thing is that should have parameter join. You cannot use annotation (join) on your selection method in session bean. Because at that time the new conversation has id=random and named id is made later from pages.xml. The main point is that I can use join at the time when I do not know which object is selected! so conversation has id=random which is renamed later in pages.xml, but if such a conversation id already exists it throws an error instead of joining. Note: this does not help because you do not know person instance at the time (otherwise as SeamBay) | | .. | (SeamBay does not show this, it has passing id via get, but it seems like very un-maintainable and hacked solution) Scenerio 2: (problem conversation rename) Problem 2: you want to create a new person and then redirect to person home (jPDL). So you click on the button and call method that creates new object Person and starts new conversation. Then after method is done it redirects you from table to personHomeEdit and conversation is named id=new(note conversation id definition). Ok you fill out the form and saves the person. Then you are redirected to a page personHome. BUT now the Person instance has id now!!! so definition of conversationName evaluates it as conversation id=person.id and not id=new. personHome now expects conversation name id=person.id but such a conversation does not exist! so I am redirect to a default page. (Now I can manually check it in my method and in case of join redirect, but it is hack too and seam should have something better) What about make an clear example in your documnetation pages doing exactly this: one entity and two pages (Home and HomeEdit). You will use natural conversations (No hack as in SeamBay or maybe I did not look at it carefully). You can edit table entry(redirect to Home and then to HomeEdit and then HomeEdit) and create new (redirect to HomeEdit then to Home) Thanks for answer Tomas ;D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125965#4125965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125965 From do-not-reply at jboss.com Sun Feb 3 19:41:06 2008 From: do-not-reply at jboss.com (wschwendt) Date: Sun, 3 Feb 2008 19:41:06 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Disabling @PerNestedConversation Message-ID: <20010435.1202085666669.JavaMail.jboss@colo-br-02.atl.jboss.com> I'd be very interested in being able to disable a @PerNestedConversation setting. In particular, I'd be interested in disabling @PerNestedConversation for component "org.jboss.seam.pageflow.pageflow" (motivation is to use nested conversations for subflows). Unfortunately, Seam's annotation type @PerNestedConversation is defined with the annotation type @java.lang.annotation.Inherited. Therefore, it isn't possible to define a subclass of "org.jboss.seam.pageflow.pageflow" in order to override org.jboss.seam.pageflow.pageflow", but WITHOUT the @PerNestedConversation behavior. Because @PerNestedConversation is defined with @Inherited, every subclass of a Seam component annotated with @PerNestedConversation inherits the @PerNestedConversation behavior, no matter whether the subclass itself is annotated with @PerNestedConversation or not. Therefore it would be nice if an attribute could be added to @PerNestedConversation to disable the @PerNestedConversation behavior, such as in the following example: | @Name"org.jboss.seam.pageflow.pageflow" | @PerNestedConversation(disable=true) // disables @PerNestedConversation setting inherited from superclass org.jboss.seam.pageflow.Pageflow | @Install(dependencies="org.jboss.seam.bpm.jbpm", precedence=FRAMEWORK, classDependencies="javax.faces.context.FacesContext") | | public class OverridingPageflowComponent extends org.jboss.seam.pageflow.Pageflow | {... | } | Any chances such a mechanismn to disable @PerNestedConversation could be added to Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125966#4125966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125966 From do-not-reply at jboss.com Sun Feb 3 19:44:33 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 19:44:33 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Throws exception in WS (back to remote client) without g Message-ID: <20960971.1202085873800.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : But the SOAP stack trace on the server side shouldn't be printed since this is a simple application error. The stack currently logs every exception before converting it into a soap fault message. We could argue about this choice, however I don't think it's a major issues, just fine tune your log4j conf if you don't want errors emitted by SOAPFaultHelperJAXWS to go to your logs. anonymous wrote : Obviously I've got some problem with how I hand off my exception to SOAP. I must not be telling it something it needs to know. But what? This is not related to the above issue about the logs; what problem are you having? please give use further details so that we can help you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125967#4125967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125967 From do-not-reply at jboss.com Sun Feb 3 19:45:23 2008 From: do-not-reply at jboss.com (supernovasoftware.com) Date: Sun, 3 Feb 2008 19:45:23 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: the best way to maintain search conditions? Message-ID: <26430667.1202085923539.JavaMail.jboss@colo-br-02.atl.jboss.com> I have fairly complex searches. The users can specify columns displayed, results per page, search ordering, as well as many select many choices of entities, ranges, ect. I have a search entity that I let them persist. If they choose not to persist I keep a copy of the most recent search in the session. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125968#4125968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125968 From do-not-reply at jboss.com Sun Feb 3 20:02:04 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Sun, 3 Feb 2008 20:02:04 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: EVENT_LOGIN_SUCCESSFUL handled twice Message-ID: <1618704.1202086924338.JavaMail.jboss@colo-br-02.atl.jboss.com> Because the event bus is calling a component method, and as your class is "the" org.jboss.seam.security.facesSecurityEvents, then it's the one that gets invoked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125969#4125969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125969 From do-not-reply at jboss.com Sun Feb 3 20:08:29 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Sun, 3 Feb 2008 20:08:29 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Exception with basic authentication Message-ID: <14775169.1202087309452.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, there's obviously a misunderstanding as to what is considered to be a protected page. Rather than drag this out, I've modified the filter to authenticate every request, regardless of whether there's any security restrictions on the page or not. Hopefully this should now work for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125970#4125970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125970 From do-not-reply at jboss.com Sun Feb 3 20:29:06 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 20:29:06 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Accessing USERNAME_PROPERTY from Web Service class Message-ID: <4254891.1202088546599.JavaMail.jboss@colo-br-02.atl.jboss.com> Unfortunately I don't see a really good way of getting the password from the ws endpoint. An hint I can give you is that if you use BASIC auth your username+password are encoded (base64) and put in the authorization http header you can easily read from a JAX-WS handler. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125971#4125971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125971 From do-not-reply at jboss.com Sun Feb 3 20:42:59 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 20:42:59 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Change the endpoint address in runtime using Dispatch Message-ID: <7799197.1202089379574.JavaMail.jboss@colo-br-02.atl.jboss.com> I've just created a JIRA issue for this: http://jira.jboss.com/jira/browse/JBWS-1979 You can attach a patch with your fix there if you want to contribute. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125972#4125972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125972 From do-not-reply at jboss.com Sun Feb 3 20:50:02 2008 From: do-not-reply at jboss.com (luc_yuan) Date: Sun, 3 Feb 2008 20:50:02 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: the best way to maintain search conditions? Message-ID: <3667092.1202089802078.JavaMail.jboss@colo-br-02.atl.jboss.com> thank you for your replies,guys,i'll try that View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125973#4125973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125973 From do-not-reply at jboss.com Sun Feb 3 20:51:34 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 20:51:34 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: How to change http to https in wsdlsoap:address on WSDL Message-ID: <19006125.1202089894188.JavaMail.jboss@colo-br-02.atl.jboss.com> "pwelti at roshka.com.py" wrote : | | | true | This should be: | true Please try again with this and let us know if it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125974#4125974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125974 From do-not-reply at jboss.com Sun Feb 3 21:00:43 2008 From: do-not-reply at jboss.com (anewton) Date: Sun, 3 Feb 2008 21:00:43 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - ClassCastException with generated entities Message-ID: <2554410.1202090443114.JavaMail.jboss@colo-br-02.atl.jboss.com> I used seamgen to generate entities from my legacy schema. My EAR was deploying fine before I added these generated classes, now I get a ClassCastException (stack trace and log messages are below). I assume this is caused by some data type not being mapped by hibernate correctly. But I can't figure out where to start looking. Any help would be appreciated. This is Seam 2.0.0.GA running on JBoss AS 4.2.2. | 20:32:53,387 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- MBeans waiting for other MBeans --- | ObjectName: persistence.units:ear=arinweb_mgmt_ear-1.0-SNAPSHOT.ear,jar=arinweb_ejb-1.0-SNAPSHOT.jar,unitName=arinDatabase | State: FAILED | Reason: java.lang.ClassCastException: org.hibernate.type.DateType | I Depend On: | jboss.jca:service=DataSourceBinding,name=OracleDS | Depends On Me: | jboss.j2ee:ear=arinweb_mgmt_ear-1.0-SNAPSHOT.ear,jar=arinweb_ejb-1.0-SNAPSHOT.jar,name=RegisterAction,service=EJB3 | | ObjectName: jboss.j2ee:ear=arinweb_mgmt_ear-1.0-SNAPSHOT.ear,jar=arinweb_ejb-1.0-SNAPSHOT.jar,name=RegisterAction,service=EJB3 | State: NOTYETINSTALLED | I Depend On: | persistence.units:ear=arinweb_mgmt_ear-1.0-SNAPSHOT.ear,jar=arinweb_ejb-1.0-SNAPSHOT.jar,unitName=arinDatabase | | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: persistence.units:ear=arinweb_mgmt_ear-1.0-SNAPSHOT.ear,jar=arinweb_ejb-1.0-SNAPSHOT.jar,unitName=arinDatabase | State: FAILED | Reason: java.lang.ClassCastException: org.hibernate.type.DateType | I Depend On: | jboss.jca:service=DataSourceBinding,name=OracleDS | Depends On Me: | jboss.j2ee:ear=arinweb_mgmt_ear-1.0-SNAPSHOT.ear,jar=arinweb_ejb-1.0-SNAPSHOT.jar,name=RegisterAction,service=EJB3 | The following stack trace appears in the log much before the above. | 20:32:46,820 WARN [ServiceController] Problem starting service persistence.units:ear=arinweb_mgmt_ear-1.0-SNAPSHOT.ear,jar=arinweb_ejb-1.0-SNAPSHOT.jar,unitName=arinDatabase | java.lang.ClassCastException: org.hibernate.type.DateType | at org.hibernate.tuple.PropertyFactory.buildVersionProperty(PropertyFactory.java:84) | at org.hibernate.tuple.entity.EntityMetamodel.(EntityMetamodel.java:168) | at org.hibernate.persister.entity.AbstractEntityPersister.(AbstractEntityPersister.java:434) | at org.hibernate.persister.entity.SingleTableEntityPersister.(SingleTableEntityPersister.java:109) | at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:55) | at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:226) | at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294) | at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:713) | at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:127) | at org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:246) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:103) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy58.start(Unknown Source) | at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:120) | at org.jboss.ejb3.Ejb3Deployment.startPersistenceUnits(Ejb3Deployment.java:627) | at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:351) | at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:91) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy34.start(Unknown Source) | at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:512) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy35.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225) | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125975#4125975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125975 From do-not-reply at jboss.com Sun Feb 3 21:01:52 2008 From: do-not-reply at jboss.com (ArnoldH) Date: Sun, 3 Feb 2008 21:01:52 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - How to remove a task instance? Message-ID: <29353932.1202090512896.JavaMail.jboss@colo-br-02.atl.jboss.com> This question may be asked before, but I just cann't find the threads. I want to add and remove task instances dynamically in my code, and just can not find the proper methods. so can anyone please tell me a way? thanks a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125976#4125976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125976 From do-not-reply at jboss.com Sun Feb 3 21:10:39 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Sun, 3 Feb 2008 21:10:39 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: JBossws client configuration Message-ID: <29466485.1202091039349.JavaMail.jboss@colo-br-02.atl.jboss.com> AFAIK the only other configurable features you can use there are: - http://org.jboss.ws/mtom to enable MTOM - http://org.jboss.ws/binding/wsdl/dotnet to use ".NET friendly" part names We could write this in the wiki, see org.jboss.ws.metadata.config.EndpointFeature and EndpointProperty. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125977#4125977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125977 From do-not-reply at jboss.com Sun Feb 3 21:31:03 2008 From: do-not-reply at jboss.com (ArnoldH) Date: Sun, 3 Feb 2008 21:31:03 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: How to remove a task instance? Message-ID: <13289849.1202092263392.JavaMail.jboss@colo-br-02.atl.jboss.com> I have just read the source code of TaskInstance.java, it seems the method "markAsCancelled()" will work, but unfortunately it is privte. and then I found the code below should work: taskInstance.setSignalling(false); taskInstance.cancel(); as the "isSignalling" instance varialble is set to false, the task instance will keep silence and the token will not transit to other nodes, that should be the same effect as removing the task instance, I think. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125979#4125979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125979 From do-not-reply at jboss.com Sun Feb 3 22:07:14 2008 From: do-not-reply at jboss.com (anewton) Date: Sun, 3 Feb 2008 22:07:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: ClassCastException with generated entities Message-ID: <20882417.1202094434937.JavaMail.jboss@colo-br-02.atl.jboss.com> Alright, I found two generated entities with the @Version annotation on a property. One property was a Date and the other a String. According to the JavaDoc for @Version, it cannot be applied to either type. I don't know why the seamgen/hbm2ddl marked a property of type String with @Version, but the property of type Date is understandable given that @Version can apply to sql TIMESTAMP. At least that is what I gather. After removing the @Version annotations, the error went away. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125980#4125980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125980 From do-not-reply at jboss.com Sun Feb 3 22:31:07 2008 From: do-not-reply at jboss.com (joeyxxx) Date: Sun, 3 Feb 2008 22:31:07 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: EVENT_LOGIN_SUCCESSFUL handled twice Message-ID: <2981660.1202095867167.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks again. Makes sense. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125981#4125981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125981 From ernestocullen at gmail.com Sun Feb 3 22:53:29 2008 From: ernestocullen at gmail.com (Ernesto Cullen) Date: Mon, 4 Feb 2008 01:53:29 -0200 Subject: [jboss-user] method not found Message-ID: <5b172a560802031953t2e7e9b66rfcffda95ce0e8103@mail.gmail.com> Hi all, I am learning Seam, and have a problem with a simple app. I have one stateless ejb, one entity ejb, and a couple of pages. I want to call a method on the stateless ejb from a button in the first page, like this: My ejb is as follows: ------------------------------------ @Stateless @Name("manager") public class AlumnosManager implements AlumnosManagerLocal { @PersistenceContext(unitName="ejemplo1SeamPU") private EntityManager em; public String aceptar() { System.out.println("Aceptar alumno"); return "datosAlumno"; } } -------------------------------------- simple enough, but when I hit the button I get the following error. Can somebody help me? TIA Ernesto Cullen -------------------------------------- excepci?n javax.servlet.ServletException: #{manager.aceptar}: javax.el.MethodNotFoundException: /default.xhtml @25,66 action="#{ manager.aceptar}": Method not found: Manager([5]).aceptar() javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter( ReplyHeaderFilter.java:96) causa ra?z javax.faces.FacesException: #{manager.aceptar}: javax.el.MethodNotFoundException: /default.xhtml @25,66 action="#{ manager.aceptar}": Method not found: Manager([5]).aceptar() com.sun.faces.application.ActionListenerImpl.processAction( ActionListenerImpl.java:99) javax.faces.component.UICommand.broadcast(UICommand.java:383) javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:447) javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:752) com.sun.faces.lifecycle.InvokeApplicationPhase.execute( InvokeApplicationPhase.java:97) com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter( ReplyHeaderFilter.java:96) causa ra?z javax.faces.el.MethodNotFoundException: javax.el.MethodNotFoundException: /default.xhtml @25,66 action="#{manager.aceptar}": Method not found: Manager([5]).aceptar() javax.faces.component.MethodBindingMethodExpressionAdapter.invoke( MethodBindingMethodExpressionAdapter.java:81) com.sun.faces.application.ActionListenerImpl.processAction( ActionListenerImpl.java:91) javax.faces.component.UICommand.broadcast(UICommand.java:383) javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:447) javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:752) com.sun.faces.lifecycle.InvokeApplicationPhase.execute( InvokeApplicationPhase.java:97) com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter( ReplyHeaderFilter.java:96) causa ra?z javax.el.MethodNotFoundException: /default.xhtml @25,66 action="#{ manager.aceptar}": Method not found: Manager([5]).aceptar() com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:72) javax.faces.component.MethodBindingMethodExpressionAdapter.invoke( MethodBindingMethodExpressionAdapter.java:77) com.sun.faces.application.ActionListenerImpl.processAction( ActionListenerImpl.java:91) javax.faces.component.UICommand.broadcast(UICommand.java:383) javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:447) javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:752) com.sun.faces.lifecycle.InvokeApplicationPhase.execute( InvokeApplicationPhase.java:97) com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter( ReplyHeaderFilter.java:96) -------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20080204/cb49d590/attachment.html From do-not-reply at jboss.com Sun Feb 3 23:11:36 2008 From: do-not-reply at jboss.com (vickyk) Date: Sun, 3 Feb 2008 23:11:36 -0500 (EST) Subject: [jboss-user] [JCA/JBoss] - Re: connect jboss to db2 on IMS (mainframe) Message-ID: <10831254.1202098296757.JavaMail.jboss@colo-br-02.atl.jboss.com> "leier" wrote : So in that case, I am wondering how to pass on a unique logon and password to the already defined datasource. | Looks to me that you want reauthentication feature whose details are here http://jira.jboss.com/jira/browse/JBAS-1429 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125982#4125982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125982 From do-not-reply at jboss.com Sun Feb 3 23:12:29 2008 From: do-not-reply at jboss.com (DoubleAce3) Date: Sun, 3 Feb 2008 23:12:29 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Help in Installation of Eclipse, XDoclet and JBOSS Message-ID: <32052378.1202098349430.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey all, I have an issue. I have installed Eclipse 3.3.1 as well as JBoss Tools 2.0. I was trying to go through a simple tutorial and ran into a problem. This tutorial requires using XDoclet when I go through Eclipse into Windows->Preferences->XDoclet I notice that it says missing library: xjavadoc-1.1.jar Select the home directory for XDoclet. 1.2.3. When I look in my plugins folder I notice that there is an xdoclet.2.0.core plugin. Why wouldn't the preferences window for XDoclet reflect that? Has anyone been able to get XDoclet 2.0 to work with Eclipse 3.3.1 and JBoss Tools 2.0? If you have can you let me know what steps you followed to do this. Thanks. Any help appreciated. -Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125983#4125983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125983 From do-not-reply at jboss.com Sun Feb 3 23:20:28 2008 From: do-not-reply at jboss.com (saasira) Date: Sun, 3 Feb 2008 23:20:28 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: handleException details Message-ID: <20017399.1202098828035.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, @In is throwing exception as below ExceptionFilt E org.jboss.seam.web.ExceptionFilter doFilter exception root cause org.jboss.seam.RequiredException: @In attribute requires non-null value: errorbean.handledException View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125984#4125984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125984 From do-not-reply at jboss.com Sun Feb 3 23:22:34 2008 From: do-not-reply at jboss.com (triapa) Date: Sun, 3 Feb 2008 23:22:34 -0500 (EST) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem configuring Oralce Database connectivity in JBoss ES Message-ID: <22024990.1202098954662.JavaMail.jboss@colo-br-02.atl.jboss.com> I've downloaded JBoss ESB Server 4.2.1 GA. The server by default is configured to connect to hsqldb database. To attempt to reconfigure it to Oracle database, I've replaced hsqldb-ds.xml by oracle-ds.xml, and have given the necessary class name, url, user/passwd, etc. I've specified the JNDI name in oracle-ds.xml as DefaultDS to minimize the number of changes. Have replaced deploy/jboss-messaging.sar/hsqldb-persistence-service.xml by oracle-persistence-service.xml Have copied classes12.jar, ojdbc14.jar, etc. into the lib directory of the default configuration. When I start the JBoss ESB server, I get the following exception --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.messaging:service=PersistenceManager State: FAILED Reason: org.jboss.deployment.DeploymentException: No Attribute found with name : SupportsBlobOnSelect I Depend On: jboss.jca:service=DataSourceBinding,name=DefaultDS jboss:service=TransactionManager Depends On Me: jboss.messaging:service=ServerPeer ------------------------------------------------------------------------ Please help me out in this regard. Thanks in anticipation. Regards, Trinath View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125985#4125985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125985 From do-not-reply at jboss.com Sun Feb 3 23:53:41 2008 From: do-not-reply at jboss.com (terryb) Date: Sun, 3 Feb 2008 23:53:41 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - How to bookmark in Seam PDF? Message-ID: <11031650.1202100821209.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a way to create bookmarks in Seam tempalte based pdf? Ie. index to reference when clicked will jump to certain location in pdf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125986#4125986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125986 From do-not-reply at jboss.com Mon Feb 4 00:14:28 2008 From: do-not-reply at jboss.com (JEFFASTOREY) Date: Mon, 4 Feb 2008 00:14:28 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - JBoss runs without standardjboss.xml Message-ID: <11700581.1202102068552.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm trying to learn more about what jboss configuration files do what, and everything I've read said that standardjboss.xml file controls a lot about the cache configurations. However I didn't think my jboss was actually reading it and to test that I removed it from the server/default/conf, and sure enough jboss ran just fine. Is this normal, or do I need to do something specific to get it to use that file? Thanks, Jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125988#4125988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125988 From do-not-reply at jboss.com Mon Feb 4 00:23:36 2008 From: do-not-reply at jboss.com (siddharth_god) Date: Mon, 4 Feb 2008 00:23:36 -0500 (EST) Subject: [jboss-user] [JBossWS] - Running SOAP Service over https in JBoss 4.0.4.GA Message-ID: <9558630.1202102616692.JavaMail.jboss@colo-br-02.atl.jboss.com> I wanted to run the SOAP service over https and appear it on WSDL in soap:address field. I tried to block http tag in server.xml and service can be found on https address but WSDL still shows http address for SOAP service. IN 4.0.4.GA i don't have jboss.beans in jbossws14.sar folder. So do i have to create it manually or provide the configuration somewhere else ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125990#4125990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125990 From do-not-reply at jboss.com Mon Feb 4 00:24:00 2008 From: do-not-reply at jboss.com (archana_mannepalli) Date: Mon, 4 Feb 2008 00:24:00 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Boolean to integer customconverter!! Message-ID: <19559330.1202102640573.JavaMail.jboss@colo-br-02.atl.jboss.com> hi This is my class package org.domain.Portal.entity; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.faces.convert.ConverterException; import org.jboss.seam.ScopeType; import org.jboss.seam.annotations.Logger; import org.jboss.seam.annotations.Name; import org.jboss.seam.annotations.Scope; import org.jboss.seam.annotations.faces.Converter; import org.jboss.seam.annotations.intercept.BypassInterceptors; import org.jboss.seam.log.Log; @Name("tst") @Scope(ScopeType.SESSION) @BypassInterceptors @Converter public class Tst extends com.sun.faces.renderkit.html_basic.CheckboxRenderer implements javax.faces.convert.Converter { @Logger private Log log; public Object getAsObject(FacesContext arg0, UIComponent arg1, String arg2) throws ConverterException { try { log.warn("MyConverter.getAsObject action called"); return (arg2 == null || arg2.equals("") || arg2.equals("0") || arg2.equals("false") ? new Integer(0) : new Integer(1)); } catch (Exception e) { throw new ConverterException(e); } } public String getAsString(FacesContext arg0, UIComponent arg1, Object arg2) throws ConverterException { try { log.warn("MyConverter.getAsString action called: "+arg2); if (arg2 instanceof Boolean) { log.warn("if getAsString action called"+arg2); return (arg2 == null || ((Boolean)arg2).equals(false) ? "0" :"1"); } else{ log.warn("else getAsString action called"+arg2); return (arg2 == null || ((Integer)arg2).intValue() == 0 ? "0" : "1"); } } catch (Exception e) { throw new ConverterException(e); } } } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125991#4125991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125991 From do-not-reply at jboss.com Mon Feb 4 00:25:22 2008 From: do-not-reply at jboss.com (archana_mannepalli) Date: Mon, 4 Feb 2008 00:25:22 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Boolean to integer customconverter!! Message-ID: <1900791.1202102722964.JavaMail.jboss@colo-br-02.atl.jboss.com> and i tried to use the converter in XTHML in this way Active View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125993#4125993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125993 From do-not-reply at jboss.com Mon Feb 4 00:36:32 2008 From: do-not-reply at jboss.com (yongheo) Date: Mon, 4 Feb 2008 00:36:32 -0500 (EST) Subject: [jboss-user] [JCA/JBoss] - IP binding problem Message-ID: <24442082.1202103392717.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a problem with binding data source. Can anyone help me? I have a web application which runs on JBoss with postgresql database server. It works fine when I run the JBoss with localhost. Then, I started jboss application server with IP binding option. run.sh -b 128.173.23.123 And when it try to connect to database, it gave me below errors. Unable to locate data source; Could not obtain connection to any of these urls: localhost:1099 and discovery failed with error: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] I don't see above problem when I start JBoss without IP binding option. Does anyone know why? And how to solve the problem? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125995#4125995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125995 From do-not-reply at jboss.com Mon Feb 4 00:43:51 2008 From: do-not-reply at jboss.com (jaikiran) Date: Mon, 4 Feb 2008 00:43:51 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ClassCastException: org.jnp.interfaces.NamingContext Message-ID: <17046745.1202103831496.JavaMail.jboss@colo-br-02.atl.jboss.com> You will have to provide more details. From which version did you upgrade? Which version of Java do you use? When does this exception occur? Is it happening when JBoss is starting or when you application is deployed/accessed? And finally, this looks like just a DEBUG message, is it affecting any functionality? If yes then provide more details about your application. anonymous wrote : | 2008-02-02 19:12:28,151 DEBUG [org.jboss.web.tomcat.security.SecurityFlushSessionListener] Obtaining | SecurityManagerService failed:: | java.lang.ClassCastException: org.jnp.interfaces.NamingContext View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125996#4125996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125996 From do-not-reply at jboss.com Mon Feb 4 00:52:01 2008 From: do-not-reply at jboss.com (jaikiran) Date: Mon, 4 Feb 2008 00:52:01 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Re: Illegal @PersistenceUnit? Help! Message-ID: <19470594.1202104321908.JavaMail.jboss@colo-br-02.atl.jboss.com> Post the output of the following command: 1) From the command prompt, cd to the deploy folder of JBoss. 2) Run this command: jar -tf CMPStockListApp.jar Post the output here. That will show us whether the jar has been packaged correctly. Also, post the contents of persistence.xml file which is packaged in your application. By the way, you are using Java 6. I would recommend, using Java 5, since JBoss 4.2 is not fully qualified to run with Java 6. anonymous wrote : 15:55:59,354 INFO [ServerInfo] Java version: 1.6.0-oem,Sun Microsystems Inc. | 15:55:59,354 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.6.0-oem-b104,Sun Microsystems Inc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125997#4125997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125997 From do-not-reply at jboss.com Mon Feb 4 00:55:55 2008 From: do-not-reply at jboss.com (tekniklas) Date: Mon, 4 Feb 2008 00:55:55 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ClassCastException: org.jnp.interfaces.NamingContext Message-ID: <1348708.1202104555647.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your reply. Upgrade from jboss 4.0.1SP1 to 4.2.2.GA with jdk 1.5. The exception occurs regularly without affecting any functionality that I can see. It does not happen during startup but during deployment and running the app. But it seems to have been resolved now that I removed from jboss-web.xml. Thanks Niklas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125998#4125998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125998 From do-not-reply at jboss.com Mon Feb 4 00:58:14 2008 From: do-not-reply at jboss.com (jaikiran) Date: Mon, 4 Feb 2008 00:58:14 -0500 (EST) Subject: [jboss-user] [JCA/JBoss] - Re: IP binding problem Message-ID: <18547768.1202104694360.JavaMail.jboss@colo-br-02.atl.jboss.com> Post the entire exception stacktrace. When does this exception occur? Does it happen when you are doing a lookup of the datasource and trying to obtain a connection from it? If yes, then have you specified the PROVIDER_URL as 128.173.23.123 to the InitialContext (since the services are longer binded to localhost): Properties props = new Properties(); | props.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | props.put(Context.PROVIDER_URL,"jnp://128.173.23.123:1099"); | Context ctx = new InitialContext(props); | ctx.lookup("blahblahblah"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126000#4126000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126000 From do-not-reply at jboss.com Mon Feb 4 01:15:01 2008 From: do-not-reply at jboss.com (yongheo) Date: Mon, 4 Feb 2008 01:15:01 -0500 (EST) Subject: [jboss-user] [JCA/JBoss] - Re: IP binding problem Message-ID: <19366012.1202105701061.JavaMail.jboss@colo-br-02.atl.jboss.com> Wow, jaikiran Thanks alot. Yeah, you are right. I have to modify the Context part. Quick reply solves the problem in short time. Thank you very much. Cheers, Yong View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126001#4126001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126001 From do-not-reply at jboss.com Mon Feb 4 01:22:39 2008 From: do-not-reply at jboss.com (GregTk) Date: Mon, 4 Feb 2008 01:22:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Changing Ajax4jsf-filter url-pattern in JBoss Seam 2.0GA Message-ID: <6275488.1202106159779.JavaMail.jboss@colo-br-02.atl.jboss.com> I can't find what I need change in web.xml | Faces Servlet | javax.faces.webapp.FacesServlet | 1 | | | | Faces Servlet | *.htm | - I tried that part. But Ajax4Jsf-filter not only use on ".htm" pattern. It works for my download servlet which have url like /app/servlets/download?fileId=45&ticket=6768876 and try parse OutputSream of binary file. Can you explain how to disable Ajax4jsf-filter for my DownloadServlet only? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126002#4126002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126002 From do-not-reply at jboss.com Mon Feb 4 01:34:39 2008 From: do-not-reply at jboss.com (kitada21) Date: Mon, 4 Feb 2008 01:34:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - @In attribute requires non-null value Message-ID: <24383073.1202106879176.JavaMail.jboss@colo-br-02.atl.jboss.com> When multiple accesss, @In failed after @Out. When Single access, no problem. 1.Outject currentUser. @In(required = false) @Out(required = true, scope = SESSION) User currentUser; 2.Inject currentUser. @In private User currentUser; 3.Exception occured. @In attribute requires non-null value: multiFileUploader.currentUser I'm using Seam 2.0.0.GA, JBossAS 4.2.0.CP1. Best Regards. | @Name("authenticator") | public class Authenticator { | @Logger | Log log; | | @In(create = true) | LogManager logManager; | | @In | Identity identity; | | @In | EntityManager entityManager; | | @In(required = false) | @Out(required = true, scope = SESSION) | User currentUser; | | @In(required = false) | @Out(required = false, scope = SESSION) | Company currentCompany; | | @In(required = false) | @Out(required = false, scope = SESSION) | List companyList; | | @In | String j_username; | @In | String j_password; | | public boolean authenticate() { | if (currentUser != null) { | return true; | } | | log.info("authenticating by ExtendedFormAuthenticator #0", j_username); | | try { | currentUser = (User) entityManager | .createQuery( | "from User u where u.userId = :username and u.password = :password") | .setParameter("username", j_username).setParameter( | "password", j_password).getSingleResult(); | | entityManager.refresh(currentUser); | | companyList = currentUser.getCompanyList(); | | Coordinator cx = (Coordinator) Component.getInstance(Coordinator.class, true); | cx.clearUserEvent(j_username); | | if (companyList.size() == 1) { | currentCompany = companyList.get(0); | currentUser.setHome("/slide/files/" | + currentCompany.getCompanyCode()); | currentUser.setPwd("/slide/files/" | + currentCompany.getCompanyCode()); | currentUser.setCurrentCompany(currentCompany); | | logManager.appendLog(Category.AUTHENTICATION, Priority.INFO, | currentUser, currentCompany, true, | MessageUtil.getMessage("auditmsg_login_succeed")); | | | companyList = null; | IndexManager.optimizeIndex(currentCompany.getCompanyCode()); | } | | } catch (NoResultException nre) { | log.warn(MessageUtil.getMessage("logmsg_login_failed_server")); | return false; | } | | return true; | } | } | | @Name("multiFileUploader") | @Scope(SESSION) | @Synchronized(timeout=180000) | public class MultiFileUploaderBean implements Serializable { | | /** | * | */ | private static final long serialVersionUID = -5058464360601592865L; | | // public static int MIN_UPLOAD_FILES = 1; | // public static int MAX_UPLOAD_FILES = 20; | | @In | private User currentUser; | | @Entity | @Table(name = "users") | public class User implements BaseEntity { | | 2008-02-04 14:56:23,281 ERROR [STDERR] 2008/02/04 14:56:23 com.sun.facelets.FaceletViewHandler handleRenderException | ????????????????????????????????????????????????????????????????????????: Error Rendering View[/directory.xhtml] | javax.el.ELException: /upload-panel.xhtml @28,84 items="#{multiFileUploader.uploadFiles}": Error reading 'uploadFiles' on type com.inetdiscl.ipodoc.action.MultiFileUploaderBean_$$_javassist_8 | at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:76) | at com.sun.facelets.tag.jstl.core.ForEachHandler.apply(ForEachHandler.java:121) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:119) | at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49) | at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273) | at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144) | at com.sun.facelets.tag.ui.IncludeHandler.apply(IncludeHandler.java:60) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64) | at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:131) | at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:310) | at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:280) | at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64) | at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:131) | at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:310) | at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:280) | at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.jsf.core.ViewHandler.apply(ViewHandler.java:109) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273) | at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144) | at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113) | at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49) | at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273) | at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144) | at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113) | at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49) | at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25) | at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95) | at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567) | at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543) | at org.apac | 2008-02-04 14:56:23,296 ERROR [STDERR] he.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Caused by: org.jboss.seam.RequiredException: @In attribute requires non-null value: multiFileUploader.currentUser | at org.jboss.seam.Component.getValueToInject(Component.java:2160) | at org.jboss.seam.Component.injectAttributes(Component.java:1590) | at org.jboss.seam.Component.inject(Component.java:1408) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:45) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:155) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:91) | at com.inetdiscl.ipodoc.action.MultiFileUploaderBean_$$_javassist_8.getUploadFiles(MultiFileUploaderBean_$$_javassist_8.java) | at sun.reflect.GeneratedMethodAccessor343.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at javax.el.BeanELResolver.getValue(BeanELResolver.java:62) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | at org.jboss.el.parser.AstPropertySuffix.getValue(AstPropertySuffix.java:53) | at org.jboss.el.parser.AstValue.getValue(AstValue.java:67) | at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) | at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) | ... 99 more | 2008-02-04 14:56:23,359 ERROR [org.jboss.seam.web.ExceptionFilter] handling uncaught exception | javax.servlet.ServletException: @In attribute requires non-null value: multiFileUploader.currentUser | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Caused by: org.jboss.seam.RequiredException: @In attribute requires non-null value: multiFileUploader.currentUser | at org.jboss.seam.Component.getValueToInject(Component.java:2160) | at org.jboss.seam.Component.injectAttributes(Component.java:1590) | at org.jboss.seam.Component.inject(Component.java:1408) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:45) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:155) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:91) | at com.inetdiscl.ipodoc.action.MultiFileUploaderBean_$$_javassist_8.toString(MultiFileUploaderBean_$$_javassist_8.java) | at com.sun.facelets.util.DevTools.writeVariables(DevTools.java:168) | at com.sun.facelets.util.DevTools.writeVariables(DevTools.java:147) | at com.sun.facelets.util.DevTools.debugHtml(DevTools.java:109) | at com.sun.facelets.FaceletViewHandler.handleRenderException(FaceletViewHandler.java:692) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:660) | at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | ... 38 more | 2008-02-04 14:56:23,359 ERROR [org.jboss.seam.web.ExceptionFilter] exception root cause | org.jboss.seam.RequiredException: @In attribute requires non-null value: multiFileUploader.currentUser | at org.jboss.seam.Component.getValueToInject(Component.java:2160) | at org.jboss.seam.Component.injectAttributes(Component.java:1590) | at org.jboss.seam.Component.inject(Component.java:1408) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:45) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:155) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:91) | at com.inetdiscl.ipodoc.action.MultiFileUploaderBean_$$_javassist_8.toString(MultiFileUploaderBean_$$_javassist_8.java) | at com.sun.facelets.util.DevTools.writeVariables(DevTools.java:168) | at com.sun.facelets.util.DevTools.writeVariables(DevTools.java:147) | at com.sun.facelets.util.DevTools.debugHtml(DevTools.java:109) | at com.sun.facelets.FaceletViewHandler.handleRenderException(FaceletViewHandler.java:692) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:660) | at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126003#4126003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126003 From do-not-reply at jboss.com Mon Feb 4 01:38:14 2008 From: do-not-reply at jboss.com (barramundi) Date: Mon, 4 Feb 2008 01:38:14 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - LdapExtLoginModule.java bug? Blank password login successful Message-ID: <20573048.1202107094829.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it me or is it a bug? I tried to login with a username that exist in LDAP but with BLANK password. The login was successful. login-config.xml Configuration as below ldap://127.0.0.1:389 cn=Directory Manager password ou=People,o=domain.com (uid={0}) ou=Groups,o=domain.com (uniqueMember={1}) cn false cn 2 SUBTREE_SCOPE View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126004#4126004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126004 From do-not-reply at jboss.com Mon Feb 4 01:45:47 2008 From: do-not-reply at jboss.com (nickarls) Date: Mon, 4 Feb 2008 01:45:47 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: handleException details Message-ID: <26489469.1202107547967.JavaMail.jboss@colo-br-02.atl.jboss.com> Then make in non-required. Depending on the scope and how/where the bean is referenced, it might be created even when there was no error... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126005#4126005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126005 From do-not-reply at jboss.com Mon Feb 4 01:48:42 2008 From: do-not-reply at jboss.com (kitada21) Date: Mon, 4 Feb 2008 01:48:42 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - lost injected entity bean Message-ID: <29498903.1202107722610.JavaMail.jboss@colo-br-02.atl.jboss.com> When multiple access, lost injected entity bean. 1.currentUser not null if(currentUser == null){ 2.currentUser not null log.debug("??????standardPageAction:" + currentUser.getUserId()); 3.currentUser is null String retPage = userEvent(currentUser.getUserId()); What's happened. I'm using Seam 2.0.0.GA, JBossAS 4.2.0.CP1. Best Regards. | @Name("coordinator") | @Scope(APPLICATION) | public class Coordinator { | @Logger | Log log; | | @In(scope=SESSION,required=false) | User currentUser; | | @In(scope=SESSION,required=false) | Identity identity; | | private static HashMap hmUserEvent = new HashMap(); | | public String standardPageAction(){ | log.info("standardPageAction"); | | if(currentUser == null){ | log.debug("??????standardPageAction:no login"); | if(identity != null) identity.logout(); | return ""; | } | | log.debug("??????standardPageAction:" + currentUser.getUserId()); | | String retPage = userEvent(currentUser.getUserId()); | | return retPage; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126008#4126008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126008 From do-not-reply at jboss.com Mon Feb 4 01:49:00 2008 From: do-not-reply at jboss.com (nickarls) Date: Mon, 4 Feb 2008 01:49:00 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Boolean to integer customconverter!! Message-ID: <23884330.1202107740238.JavaMail.jboss@colo-br-02.atl.jboss.com> I think the not-being-called it's a JSF-issue, check the sun forums, I have a feeling it comes up frequently there. You could do the conversion later (in getter/setter, or as a custom hibernate field (if that is an option) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126007#4126007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126007 From do-not-reply at jboss.com Mon Feb 4 01:49:28 2008 From: do-not-reply at jboss.com (hubaghdadi) Date: Mon, 4 Feb 2008 01:49:28 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error while testing using external database Message-ID: <16713937.1202107768337.JavaMail.jboss@colo-br-02.atl.jboss.com> | org.hibernate.HibernateException: Could not find datasource | at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:56) | at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124) | at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56) | at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:414) | at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62) | at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009) | at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292) | at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:918) | at org.jboss.seam.persistence.HibernateSessionFactory.createSessionFactory(HibernateSessionFactory.java:165) | at org.jboss.seam.persistence.HibernateSessionFactory.startup(HibernateSessionFactory.java:79) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125) | at org.jboss.seam.Component.callComponentMethod(Component.java:2074) | at org.jboss.seam.Component.callCreateMethod(Component.java:1997) | at org.jboss.seam.Component.newInstance(Component.java:1968) | at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304) | at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278) | at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:95) | at org.jboss.seam.init.Initialization.init(Initialization.java:555) | at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:939) | at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | Caused by: javax.naming.NameNotFoundException: ArmadaSeamProjectDatasource not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:542) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:550) | at org.jnp.server.NamingServer.getObject(NamingServer.java:556) | at org.jnp.server.NamingServer.lookup(NamingServer.java:296) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:669) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:629) | at javax.naming.InitialContext.lookup(InitialContext.java:392) | at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52) | ... 46 more | ... Removed 26 stack frames | Click to show all stack frames | org.hibernate.HibernateException: Could not find datasource | at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:56) | at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124) | at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56) | at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:414) | at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62) | at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009) | at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292) | at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:918) | at org.jboss.seam.persistence.HibernateSessionFactory.createSessionFactory(HibernateSessionFactory.java:165) | at org.jboss.seam.persistence.HibernateSessionFactory.startup(HibernateSessionFactory.java:79) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125) | at org.jboss.seam.Component.callComponentMethod(Component.java:2074) | at org.jboss.seam.Component.callCreateMethod(Component.java:1997) | at org.jboss.seam.Component.newInstance(Component.java:1968) | at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304) | at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278) | at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:95) | at org.jboss.seam.init.Initialization.init(Initialization.java:555) | at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:939) | at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:394) | at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142) | at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:79) | at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:165) | at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:103) | at org.testng.TestRunner.runWorkers(TestRunner.java:678) | at org.testng.TestRunner.privateRun(TestRunner.java:624) | at org.testng.TestRunner.run(TestRunner.java:495) | at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | at org.testng.SuiteRunner.run(SuiteRunner.java:190) | at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | at org.testng.TestNG.run(TestNG.java:699) | at org.testng.TestNG.privateMain(TestNG.java:824) | at org.testng.TestNG.main(TestNG.java:802) | Caused by: javax.naming.NameNotFoundException: ArmadaSeamProjectDatasource not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:542) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:550) | at org.jnp.server.NamingServer.getObject(NamingServer.java:556) | at org.jnp.server.NamingServer.lookup(NamingServer.java:296) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:669) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:629) | at javax.naming.InitialContext.lookup(InitialContext.java:392) | at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52) | ... 46 more | Thank you Sir. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126009#4126009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126009 From do-not-reply at jboss.com Mon Feb 4 01:51:36 2008 From: do-not-reply at jboss.com (jurna) Date: Mon, 4 Feb 2008 01:51:36 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Error in leaveNode and SubProcess Message-ID: <21178564.1202107896110.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm having strange error while using sub proces and leaveNode in actions. Here is simplified example. Main process definition: | | | | | | | | | | | | | | | | | | Sub process definition: | | | | | | | | | | | | | | org.mule.providers.bpm.jbpm.actions.Continue implementation: | public void execute(ExecutionContext executionContext) throws Exception | { | executionContext.leaveNode(); | } | When executing this process, engine throws an error: | org.jbpm.JbpmException: can't continue execution on locked tokens. signalling the same token that executes an action is not allowed | at org.jbpm.graph.exe.Token.signal(Token.java:168) | at org.jbpm.graph.exe.Token.signal(Token.java:154) | at org.jbpm.graph.exe.ProcessInstance.end(ProcessInstance.java:274) | at org.jbpm.graph.exe.ProcessInstance.end(ProcessInstance.java:248) | at org.jbpm.graph.exe.Token.notifyParentOfTokenEnd(Token.java:275) | at org.jbpm.graph.exe.Token.end(Token.java:247) | at org.jbpm.graph.exe.Token.end(Token.java:197) | at org.jbpm.graph.node.EndState.execute(EndState.java:46) | at org.jbpm.graph.def.Node.enter(Node.java:316) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$9bffe16d.enter() | at org.jbpm.graph.def.Transition.take(Transition.java:119) | at org.jbpm.graph.def.Node.leave(Node.java:383) | at org.jbpm.graph.def.Node.leave(Node.java:347) | at org.jbpm.graph.exe.ExecutionContext.leaveNode(ExecutionContext.java:120) | at org.mule.providers.bpm.jbpm.actions.Continue.execute(Continue.java:26) | at org.jbpm.graph.def.Action.execute(Action.java:123) | at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:235) | at org.jbpm.graph.def.GraphElement.executeActions(GraphElement.java:212) | at org.jbpm.graph.def.GraphElement.fireAndPropagateEvent(GraphElement.java:182) | at org.jbpm.graph.def.GraphElement.fireEvent(GraphElement.java:166) | at org.jbpm.graph.def.Node.enter(Node.java:301) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$9bffe16d.enter() | at org.jbpm.graph.def.Transition.take(Transition.java:119) | at org.jbpm.graph.def.Node.leave(Node.java:383) | at org.jbpm.graph.node.StartState.leave(StartState.java:70) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$9bffe16d.leave() | at org.jbpm.graph.exe.Token.signal(Token.java:178) | at org.jbpm.graph.exe.Token.signal(Token.java:123) | at org.jbpm.graph.exe.ProcessInstance.signal(ProcessInstance.java:217) | at org.jbpm.graph.node.ProcessState.execute(ProcessState.java:141) | at org.jbpm.graph.def.Node.enter(Node.java:316) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$9bffe16d.enter() | at org.jbpm.graph.def.Transition.take(Transition.java:119) | at org.jbpm.graph.def.Node.leave(Node.java:383) | at org.jbpm.graph.def.Node.leave(Node.java:347) | at org.jbpm.graph.exe.ExecutionContext.leaveNode(ExecutionContext.java:120) | at org.mule.providers.bpm.jbpm.actions.Continue.execute(Continue.java:26) | at org.jbpm.graph.def.Action.execute(Action.java:123) | at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:235) | at org.jbpm.graph.def.GraphElement.executeActions(GraphElement.java:212) | at org.jbpm.graph.def.GraphElement.fireAndPropagateEvent(GraphElement.java:182) | at org.jbpm.graph.def.GraphElement.fireEvent(GraphElement.java:166) | at org.jbpm.graph.def.Node.enter(Node.java:301) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$9bffe16d.enter() | at org.jbpm.graph.def.Transition.take(Transition.java:119) | at org.jbpm.graph.def.Node.leave(Node.java:383) | at org.jbpm.graph.node.StartState.leave(StartState.java:70) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$9bffe16d.leave() | at org.jbpm.graph.exe.Token.signal(Token.java:178) | at org.jbpm.graph.exe.Token.signal(Token.java:123) | at org.jbpm.graph.exe.ProcessInstance.signal(ProcessInstance.java:217) | at net.metasite.bdm.router.test.TestSubProcessBug.testBug(TestSubProcessBug.java:16) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at junit.framework.TestCase.runTest(TestCase.java:154) | at junit.framework.TestCase.runBare(TestCase.java:127) | at org.springframework.test.ConditionalTestCase.runBare(ConditionalTestCase.java:69) | at junit.framework.TestResult$1.protect(TestResult.java:106) | at junit.framework.TestResult.runProtected(TestResult.java:124) | at junit.framework.TestResult.run(TestResult.java:109) | at junit.framework.TestCase.run(TestCase.java:118) | at junit.framework.TestSuite.runTest(TestSuite.java:208) | at junit.framework.TestSuite.run(TestSuite.java:203) | at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) | at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) | Is this a bug in JBpm or I'm doing something wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126010#4126010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126010 From do-not-reply at jboss.com Mon Feb 4 01:55:48 2008 From: do-not-reply at jboss.com (panky_p) Date: Mon, 4 Feb 2008 01:55:48 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - a foreign key constraint fails a weird issue!!!! Message-ID: <1970042.1202108148344.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I am trying for persist entries in database first time it works fine, also for second time it works fine but when i try to persist third time it gives me 2:04:04,781 ERROR [JDBCExceptionReporter] Cannot add or update a child row: a foreign key constraint fails | 12:04:04,796 ERROR [SeamPhaseListener] uncaught exception | javax.el.ELException: javax.ejb.EJBTransactionRolledbackException: org.hibernate.exception.ConstraintViolationException: could not insert: [doctor.test.Reports] | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:329) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:270) | at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59) | at org.jboss.el.parser.AstMethodSuffix.invoke(AstMethodSuffix.java:65) | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:174) | at org.jboss.seam.navigation.Page.preRender(Page.java:275) | at org.jboss.seam.navigation.Pages.preRender(Pages.java:309) | at org.jboss.seam.jsf.SeamPhaseListener.preRenderPage(SeamPhaseListener.java:544) | at org.jboss.seam.jsf.SeamPhaseListener.beforeRenderResponse(SeamPhaseListener.java:455) | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:146) | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:116) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:222) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:150) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) My reports bean contains @ManyToOne(fetch = FetchType.EAGER,cascade ={ CascadeType.MERGE,CascadeType.REFRESH}) | @JoinColumn(name="patient_id ") | private Patient patient; where patient bean contains patient information and mysql table is CREATE TABLE `report_entry` ( | `id` int(10) NOT NULL auto_increment, | `patient_id` int(10) NOT NULL, | `report_date` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, | PRIMARY KEY (`id`), | KEY `id` (`id`), | CONSTRAINT `FK_report_entry_1` FOREIGN KEY (`id`) REFERENCES `patient` (`id`) | ) Where i am going wrong. For first and second entry it works fine for third entry it give above exception any help???? Thanks Panky View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126011#4126011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126011 From do-not-reply at jboss.com Mon Feb 4 02:00:40 2008 From: do-not-reply at jboss.com (archana_mannepalli) Date: Mon, 4 Feb 2008 02:00:40 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Boolean to integer customconverter!! Message-ID: <26877492.1202108440851.JavaMail.jboss@colo-br-02.atl.jboss.com> ok thanQ for ur immediate reply View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126012#4126012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126012 From do-not-reply at jboss.com Mon Feb 4 02:03:14 2008 From: do-not-reply at jboss.com (jpechane@redhat.com) Date: Mon, 4 Feb 2008 02:03:14 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: How to define a task that can auto complete when the act Message-ID: <15519243.1202108594719.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I think the best way to achieve this is to create your own BPM action. This will be attached to nodes as either node-enter event or to task as task-create event. In such case you will find out the task (node) you are positioned on and call the end method on it if your conditions are fullfilled. You should also consider using proper attribute values for signal on task-node and blocking, signalling on task itself See http://docs.jboss.com/jbpm/v3/userguide/jpdl.html#task.element http://docs.jboss.com/jbpm/v3/userguide/jpdl.html#tasknode.element View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126013#4126013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126013 From do-not-reply at jboss.com Mon Feb 4 02:12:09 2008 From: do-not-reply at jboss.com (jpechane@redhat.com) Date: Mon, 4 Feb 2008 02:12:09 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Error in leaveNode and SubProcess Message-ID: <27435855.1202109129481.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, what exactly do you want to achieve? Did you tried not to call the method? J. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126014#4126014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126014 From do-not-reply at jboss.com Mon Feb 4 02:14:22 2008 From: do-not-reply at jboss.com (maiky) Date: Mon, 4 Feb 2008 02:14:22 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Statistics on login Message-ID: <24157392.1202109262380.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I want to know if is possible to get the users that are log in, and the pages they visite ? And when they did that ? In database or in log files. Thanks. PS : Sorry for my bad English. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126015#4126015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126015 From do-not-reply at jboss.com Mon Feb 4 02:15:03 2008 From: do-not-reply at jboss.com (appendix) Date: Mon, 4 Feb 2008 02:15:03 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: s:formattedText fails with dynamic content being null Message-ID: <22227756.1202109303584.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Pete, thank you for your response. I've filed an issue (http://jira.jboss.com/jira/browse/JBSEAM-2572). Unfortunately I didn't had the chance to test more recent Seam releases so far. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126016#4126016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126016 From do-not-reply at jboss.com Mon Feb 4 02:19:36 2008 From: do-not-reply at jboss.com (jurna) Date: Mon, 4 Feb 2008 02:19:36 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Error in leaveNode and SubProcess Message-ID: <18653655.1202109576672.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, if I don't call leaveNode, everything works fine. But we are having this error in our real workflow. his is only sample workflow, which reproduces the same error we are having. It does nothing. The main idea is that if process doesn't enter wait state (all actions call leaveNode()), parent token is locked and you get this exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126017#4126017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126017 From do-not-reply at jboss.com Mon Feb 4 02:26:43 2008 From: do-not-reply at jboss.com (jpechane@redhat.com) Date: Mon, 4 Feb 2008 02:26:43 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Two questions about jBPM Message-ID: <31533683.1202110003609.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, #1 you can do it. There is a command service that is implemented as listening on db table or in case of Enterprise Application it can receive messages via JMS. #2 The web console is just plain JSF application, so you can either customize it according your branding or if you are bold enough :-) you can even develop your own using provided JSF tags. J. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126018#4126018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126018 From do-not-reply at jboss.com Mon Feb 4 02:28:43 2008 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 4 Feb 2008 02:28:43 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: 2.0.1beta ? Message-ID: <20389268.1202110123817.JavaMail.jboss@colo-br-02.atl.jboss.com> jboss tools is the community release so yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126019#4126019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126019 From do-not-reply at jboss.com Mon Feb 4 02:46:34 2008 From: do-not-reply at jboss.com (Fangzx) Date: Mon, 4 Feb 2008 02:46:34 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - How to prevent startup console log info? Message-ID: <8148847.1202111194299.JavaMail.jboss@colo-br-02.atl.jboss.com> In My Web app startup time, I can see following info in the console: - Welcome to Seam 2.0.0.GA - scanning: /D:/workspace-fzx/Divo2/WEB-INF/lib/jboss-seam.jar - scanning: /D:/workspace-fzx/Divo2/WEB-INF/lib/jboss-seam-remoting.jar - scanning: /D:/workspace-fzx/Divo2/WEB-INF/lib/jboss-seam-ui.jar - Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async - Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework - Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme more ... -------------------------- Can I use log4j.xml to turn off above log info? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126021#4126021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126021 From do-not-reply at jboss.com Mon Feb 4 02:47:12 2008 From: do-not-reply at jboss.com (jurna) Date: Mon, 4 Feb 2008 02:47:12 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Error in leaveNode and SubProcess Message-ID: <20154614.1202111232193.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is unit test case which reproduces this error: | public class TestSubProcessBug extends TestCase{ | | public void testBug() { | ProcessDefinition subDefinition = ProcessDefinition.parseXmlString(""+ | ""+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | ""); | ProcessDefinition definition = ProcessDefinition.parseXmlString(""+ | ""+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | ""); | ProcessState processState = (ProcessState) definition.getNode("subProcess"); | processState.setSubProcessDefinition(subDefinition); | ProcessInstance processInstance = new ProcessInstance(definition); | processInstance.signal(); | } | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126022#4126022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126022 From do-not-reply at jboss.com Mon Feb 4 02:55:32 2008 From: do-not-reply at jboss.com (gbc@gmx.de) Date: Mon, 4 Feb 2008 02:55:32 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic Entity Beans Message-ID: <19129781.1202111732826.JavaMail.jboss@colo-br-02.atl.jboss.com> Most commen error is to forget to declare the Observer method on the interface, if it's a SessionBean. Greetz GHad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126023#4126023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126023 From do-not-reply at jboss.com Mon Feb 4 02:56:00 2008 From: do-not-reply at jboss.com (gbc@gmx.de) Date: Mon, 4 Feb 2008 02:56:00 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic Entity Beans Message-ID: <4891793.1202111760750.JavaMail.jboss@colo-br-02.atl.jboss.com> Sry, wrong thread... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126024#4126024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126024 From do-not-reply at jboss.com Mon Feb 4 02:56:32 2008 From: do-not-reply at jboss.com (gbc@gmx.de) Date: Mon, 4 Feb 2008 02:56:32 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam events question Message-ID: <8837006.1202111792263.JavaMail.jboss@colo-br-02.atl.jboss.com> Most commen error is to forget to declare the Observer method on the interface, if it's a SessionBean. Greetz GHad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126025#4126025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126025 From do-not-reply at jboss.com Mon Feb 4 02:57:23 2008 From: do-not-reply at jboss.com (saasira) Date: Mon, 4 Feb 2008 02:57:23 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error creating component org.jboss.seam.core.resourceBun Message-ID: <14700740.1202111843544.JavaMail.jboss@colo-br-02.atl.jboss.com> I am also facing probolem in loading my own messagebundle In components.xml I have messages mycompany_messages Both and are not working? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126026#4126026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126026 From do-not-reply at jboss.com Mon Feb 4 02:58:59 2008 From: do-not-reply at jboss.com (jpechane@redhat.com) Date: Mon, 4 Feb 2008 02:58:59 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Error in leaveNode and SubProcess Message-ID: <8153704.1202111939346.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, this is a feature, not a bug, see JavaDoc http://docs.jboss.com/jbpm/v3/javadoc/org/jbpm/graph/exe/ExecutionContext.html#leaveNode() anonymous wrote : | leaveNode | public void leaveNode() | leave this node over the default transition. This method is only available on node actions. Not on actions that are executed on events. Actions on events cannot change the flow of execution. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126027#4126027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126027 From do-not-reply at jboss.com Mon Feb 4 03:00:14 2008 From: do-not-reply at jboss.com (Fangzx) Date: Mon, 4 Feb 2008 03:00:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 on Glassfish Message-ID: <21087273.1202112014597.JavaMail.jboss@colo-br-02.atl.jboss.com> hi,thejavafreak,thank you for reply. I used GlassFish v2ur1-b09d. Have you used Groovy with Glassifh 2.1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126028#4126028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126028 From do-not-reply at jboss.com Mon Feb 4 03:14:03 2008 From: do-not-reply at jboss.com (Fangzx) Date: Mon, 4 Feb 2008 03:14:03 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam Component + Servlet Message-ID: <10300125.1202112843496.JavaMail.jboss@colo-br-02.atl.jboss.com> Use Component.getInstance(DocumentService.class) where DocumentService is a Seam component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126029#4126029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126029 From do-not-reply at jboss.com Mon Feb 4 03:20:13 2008 From: do-not-reply at jboss.com (narendrakg) Date: Mon, 4 Feb 2008 03:20:13 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: JBossCache + Hibernate + Spring Message-ID: <5368728.1202113213667.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Manik for quick reply. Hi, I have solved most of the problems but now getting following in logs:- Do you have any idea of its cause? Thanks & Regards, Narendra Gupta View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126031#4126031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126031 From do-not-reply at jboss.com Mon Feb 4 03:31:31 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Mon, 4 Feb 2008 03:31:31 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @In attribute requires non-null value Message-ID: <29432468.1202113891718.JavaMail.jboss@colo-br-02.atl.jboss.com> This definitely works, you can look at the booking example for a functioning example. I suggest that you set a breakpoint in your authenticator.authenticate() method, then once its hit set another breakpoint in BijectionInterceptor.aroundInvoke() (after invocation.proceed() is called) to ensure that the interceptor is indeed being invoked for your component, and then another breakpoint in Component.outject() to ensure that the component's attributes get outjected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126035#4126035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126035 From do-not-reply at jboss.com Mon Feb 4 03:38:14 2008 From: do-not-reply at jboss.com (jurna) Date: Mon, 4 Feb 2008 03:38:14 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Error in leaveNode and SubProcess Message-ID: <8837124.1202114294797.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you very much for your reply. After changing process definition as you suggested, everything works fine. Here is changed unit test, which completes successfuly: | public class TestSubProcessBug extends TestCase{ | | public void testBug() { | ProcessDefinition subDefinition = ProcessDefinition.parseXmlString(""+ | ""+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | ""); | ProcessDefinition definition = ProcessDefinition.parseXmlString(""+ | ""+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | " "+ | ""); | ProcessState processState = (ProcessState) definition.getNode("subProcess"); | processState.setSubProcessDefinition(subDefinition); | ProcessInstance processInstance = new ProcessInstance(definition); | processInstance.signal(); | } | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126037#4126037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126037 From do-not-reply at jboss.com Mon Feb 4 03:40:20 2008 From: do-not-reply at jboss.com (alessio.soldano@jboss.com) Date: Mon, 4 Feb 2008 03:40:20 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Using child class as argument in webmethod Message-ID: <21141670.1202114420052.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you use the @XmlSeeAlso annotation? You might also take a look at the tests for JBWS-1702, which should be something very similar to your use case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126038#4126038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126038 From do-not-reply at jboss.com Mon Feb 4 03:43:46 2008 From: do-not-reply at jboss.com (jaikiran) Date: Mon, 4 Feb 2008 03:43:46 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: LdapExtLoginModule.java bug? Blank password login succes Message-ID: <24982486.1202114626807.JavaMail.jboss@colo-br-02.atl.jboss.com> Are you sure this login configuration is being used for authenticating? Are you doing a programatic login or container managed login? If you are using container managed login, have you configured the security-domain in the jboss-web.xml? What do the TRACE level logs from security package, show? See Q4 at http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ to enable TRACE level logs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126039#4126039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126039 From do-not-reply at jboss.com Mon Feb 4 03:47:20 2008 From: do-not-reply at jboss.com (HTroeng) Date: Mon, 4 Feb 2008 03:47:20 -0500 (EST) Subject: [jboss-user] [JBossWS] - Validation of input values? Message-ID: <21187823.1202114840762.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm writing webservices with jbossws, I use contract-last approach and let jboss auto-generate the wsdl:s on deployment. However, I would like to use some kind of auto validation and correct schema generation for values not nillable for example. So, the optimal way would be to use like hibernate annotations to annotate @NotNull, regexp, etc. on my pojos, and have it validated and also have the wsdl generated in the proper way. I don't want to manaully hack the wsdl:s afterwards, I want the clients to always be able to access the server and get the latest wsdl without having a process of editing it, publish it manually etc. Is there a way to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126040#4126040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126040 From do-not-reply at jboss.com Mon Feb 4 03:53:08 2008 From: do-not-reply at jboss.com (appendix) Date: Mon, 4 Feb 2008 03:53:08 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to prevent startup console log info? Message-ID: <1295526.1202115188470.JavaMail.jboss@colo-br-02.atl.jboss.com> Just increase the log level for javax.servlet.ServletContextListener (Generic Welcome Message), org.jboss.seam.deployment.* and org.jboss.seam.init.* to WARN or higher. Regards, Kurt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126041#4126041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126041 From do-not-reply at jboss.com Mon Feb 4 03:59:37 2008 From: do-not-reply at jboss.com (Rajiii) Date: Mon, 4 Feb 2008 03:59:37 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss server is not starting after adding project to it Message-ID: <9707690.1202115577908.JavaMail.jboss@colo-br-02.atl.jboss.com> Please reply as soon as possible....!!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126042#4126042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126042 From do-not-reply at jboss.com Mon Feb 4 04:02:11 2008 From: do-not-reply at jboss.com (trouby) Date: Mon, 4 Feb 2008 04:02:11 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Project layout suggestion Message-ID: <19906900.1202115731761.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, Just a suggestion, I think it could be wise to have the same project layout when generating a new Seam project with seam-gen and jboss tools, seam-gen creates one project while jboss tools creates 4 projects, I guess both offering about the same functionality but it would be nice if there was no difference when using seam-gen / jboss-tools for the same project, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126043#4126043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126043 From do-not-reply at jboss.com Mon Feb 4 04:05:53 2008 From: do-not-reply at jboss.com (Didi1976) Date: Mon, 4 Feb 2008 04:05:53 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Problem importing multiple schema from the same namespac Message-ID: <24066307.1202115953941.JavaMail.jboss@colo-br-02.atl.jboss.com> Created the JIRA Feature Request: http://jira.jboss.org/jira/browse/JBWS-1980 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126044#4126044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126044 From do-not-reply at jboss.com Mon Feb 4 04:08:39 2008 From: do-not-reply at jboss.com (zwbrush) Date: Mon, 4 Feb 2008 04:08:39 -0500 (EST) Subject: [jboss-user] [JBossWS] - @Xmljavatypeadapter used on class failed Message-ID: <29768661.1202116119887.JavaMail.jboss@colo-br-02.atl.jboss.com> I used @Xmljavatypeadapter on my class like below @XmlJavaTypeAdapter(XMLStringAdapter.class) public class XMLCollection { public Integer content ; public XMLCollection() { super(); } public class XMLStringAdapter extends XmlAdapter { @Override public String marshal(XMLCollection arg0) throws Exception { return "8888"; } @Override public XMLCollection unmarshal(String arg0) throws Exception { return new XMLCollection(); } I found it not take effect. but when I put @XmlJavaTypeAdapter on class field it work, Annotation on class has not been implement? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126045#4126045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126045 From do-not-reply at jboss.com Mon Feb 4 04:18:06 2008 From: do-not-reply at jboss.com (saasira) Date: Mon, 4 Feb 2008 04:18:06 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: handleException details Message-ID: <9209295.1202116686643.JavaMail.jboss@colo-br-02.atl.jboss.com> Exception that I injected was null. But I could get that exception as Exception excp= (Exception)Contexts.getConversationContext().get("org.jboss.seam.handledException"); if (excp != null && excp instanceof Exception) { System.out.println("error" + excp.getClass().getName()); excp.printStackTrace(); but printStacjTrace doesnt print anything now. But esxception class name is proper. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126046#4126046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126046 From do-not-reply at jboss.com Mon Feb 4 04:18:39 2008 From: do-not-reply at jboss.com (zwbrush) Date: Mon, 4 Feb 2008 04:18:39 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: @Xmljavatypeadapter used on class failed Message-ID: <12644079.1202116720003.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry , I use jboss4.2.2GA with jbossws2.0.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126047#4126047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126047 From do-not-reply at jboss.com Mon Feb 4 04:21:35 2008 From: do-not-reply at jboss.com (jaikiran) Date: Mon, 4 Feb 2008 04:21:35 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't start JBoss 5 Beta3 with a JRE Message-ID: <1538299.1202116895832.JavaMail.jboss@colo-br-02.atl.jboss.com> Seems to be working fine with JBoss-4.2.x, the server boots fine. (i havent tried with JBoss 5): =============================================================================== | | JBoss Bootstrap Environment | | JBOSS_HOME: D:\JBoss-4.2.2\jboss-4.2.2.GA | | JAVA: c:\jdk1.5.0_07\jre\bin\java | | JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 | | CLASSPATH: D:\JBoss-4.2.2\jboss-4.2.2.GA\bin\run.jar | | =============================================================================== | | 14:48:42,698 INFO [Server] Starting JBoss (MX MicroKernel)... | 14:48:42,698 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139) | 14:48:42,698 INFO [Server] Home Dir: D:\JBoss-4.2.2\jboss-4.2.2.GA | 14:48:42,698 INFO [Server] Home URL: file:/D:/JBoss-4.2.2/jboss-4.2.2.GA/ | 14:48:42,698 INFO [Server] Patch URL: null | 14:48:42,698 INFO [Server] Server Name: jaikiran | 14:48:42,698 INFO [Server] Server Home Dir: D:\JBoss-4.2.2\jboss-4.2.2.GA\server\jaikiran | 14:48:42,698 INFO [Server] Server Home URL: file:/D:/JBoss-4.2.2/jboss-4.2.2.GA/server/jaikiran/ | 14:48:42,698 INFO [Server] Server Log Dir: D:\JBoss-4.2.2\jboss-4.2.2.GA\server\jaikiran\log | 14:48:42,698 INFO [Server] Server Temp Dir: D:\JBoss-4.2.2\jboss-4.2.2.GA\server\jaikiran\tmp | 14:48:42,698 INFO [Server] Root Deployment Filename: jboss-service.xml | 14:48:43,120 INFO [ServerInfo] Java version: 1.5.0_07,Sun Microsystems Inc. | 14:48:43,120 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_07-b03,Sun Microsystems Inc. | 14:48:43,120 INFO [ServerInfo] OS-System: Windows 2003 5.2,x86 | 14:48:43,885 INFO [Server] Core system initialized | | >From the command prompt, run the following command and post the output here: java -version Also, do you have a folder named 'server' under /cygdrive/c/jre1.5.0_07/bin folder? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126048#4126048 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126048 From do-not-reply at jboss.com Mon Feb 4 04:26:39 2008 From: do-not-reply at jboss.com (beherenow) Date: Mon, 4 Feb 2008 04:26:39 -0500 (EST) Subject: [jboss-user] [EJB/JBoss] - Can't update database from ejb message driven bean. Permissi Message-ID: <32430173.1202117199609.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have an web application that have a part running with TWINCAT. TWINCAT sends messages to an message driven bean wich talks to an ejb. This ejb must read or update the database. The application is working correctly when that must read, but update a row is impossible, and there are no error messages. It seems like an permission denied problem, cause i don't execute the mdb from the controller. (if i do this, work). Application dont update the database when the method is executed by a message. Can anyone help me, please? Thanks, Marc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126049#4126049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126049 From do-not-reply at jboss.com Mon Feb 4 04:27:33 2008 From: do-not-reply at jboss.com (yairfr) Date: Mon, 4 Feb 2008 04:27:33 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - problem integrating JBPM & HIBERNATE Message-ID: <24154593.1202117253580.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, i am trying to integrate the hibernate with the JBPM (that worked fine when we have worked JDBC) . i have done it by injecting the hibernate session into the JBPM one : | JbpmConfiguration conf = JbpmConfiguration.getInstance(); | context = conf.createJbpmContext(); | context.setSession(HibernateSessionFactory.getSession()); | the deployment appeared to work fine. when i try to do a "start process" , it dosn't appear to insert an entry to the JBPM_PROCESSINSTANCE table. doesn't the context.save(instance); should insert an entry to that table ? the actual error happens in last line of the following code : | JbpmContext context = conf.createJbpmContext(); | context.setSession(HibernateSessionFactory.getSession()); | GraphSession graphSession = context.getGraphSession(); | ProcessInstance pi = graphSession.loadProcessInstance(processInstanceNum); | when i try to inspect the pi value in the debug window i see: | com.sun.jdi.InvocationException occurred invoking method. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126050#4126050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126050 From do-not-reply at jboss.com Mon Feb 4 04:32:41 2008 From: do-not-reply at jboss.com (Ratoo) Date: Mon, 4 Feb 2008 04:32:41 -0500 (EST) Subject: [jboss-user] [JBossWS] - http://org.jboss.ws/http#chunksize Message-ID: <26102373.1202117561991.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello! I'm trying to send a SOAP message through the JAAS. The problem is that the service is the CGI and doesn't accept "Transfer-Encoding" header. JBoss Remoting has a configuration for it (chunkedLength=0 ???), but how can I do it from JBossWS? Setting the property "http://org.jboss.ws/http#chunksize" in "standard-jaxws-client-config.xml" file to 0 does nothing. I desperately need it (it works with SUN JAAS implementation). Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126051#4126051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126051 From do-not-reply at jboss.com Mon Feb 4 04:39:55 2008 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 4 Feb 2008 04:39:55 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 on Glassfish Message-ID: <30669095.1202117995220.JavaMail.jboss@colo-br-02.atl.jboss.com> "Fangzx" wrote : hi,thejavafreak,thank you for reply. | | I used GlassFish v2ur1-b09d. | | Have you used Groovy with Glassifh 2.1? | | Try v2.1-b17 I haven't used Glassfish with Groovy yet. Though I'd really want to. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126052#4126052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126052 From do-not-reply at jboss.com Mon Feb 4 04:45:23 2008 From: do-not-reply at jboss.com (dexjam) Date: Mon, 4 Feb 2008 04:45:23 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam events question Message-ID: <18975027.1202118323738.JavaMail.jboss@colo-br-02.atl.jboss.com> I followed gbc's advise and annotated RaiseEvent onto the method in the interface (may i didn't see this in the documentation) ... but now am facing some other problem, reflection does not seem to work. Both components the one from the web and ejb tier are session scoped, to avoid problems with instantiation (at least that's my thought ;)) | javax.el.ELException: /index.xhtml: Could not invoke method by reflection: StatisticsState_$$_javassist_0.setHds_base(org.richfaces.component.UIDatascroller) with parameters: (org.jboss.seam.Component) on: | state.StatisticsState_$$_javassist_0 | at com.sun.facelets.compiler.TextInstruction.write(TextInstruction.java:50) | at com.sun.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:39) | at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:280) | at org.ajax4jsf.renderkit.RendererBase.renderChildren(RendererBase.java:262) | at org.richfaces.renderkit.html.PanelBarItemRenderer.doEncodeChildren(PanelBarItemRenderer.java:165) | at org.richfaces.renderkit.html.PanelBarItemRenderer.doEncodeChildren(PanelBarItemRenderer.java:160) | at org.ajax4jsf.renderkit.RendererBase.encodeChildren(RendererBase.java:121) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at org.ajax4jsf.renderkit.RendererBase.renderChild(RendererBase.java:282) | at org.ajax4jsf.renderkit.RendererBase.renderChildren(RendererBase.java:262) | at org.richfaces.renderkit.html.PanelBarRenderer.doEncodeChildren(PanelBarRenderer.java:148) | at org.richfaces.renderkit.html.PanelBarRenderer.doEncodeChildren(PanelBarRenderer.java:143) | at org.ajax4jsf.renderkit.RendererBase.encodeChildren(RendererBase.java:121) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:592) | at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) | at java.lang.Thread.run(Thread.java:595) | Caused by: javax.ejb.EJBTransactionRolledbackException: Could not invoke method by reflection: StatisticsState_$$_javassist_0.setHds_base(org.richfaces.component.UIDatascroller) with parameters: (org.jboss.seam.Component) on: | state.StatisticsState_$$_javassist_0 | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:87) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:95) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:110) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:206) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:119) | at $Proxy157.fetchClientList(Unknown Source) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:76) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.ejb.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:41) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterce | 10:26:49,651 ERROR [STDERR] ptor.java:54) | at org.javassist.tmp.java.lang.Object_$$_javassist_1.fetchClientList(Object_$$_javassist_1.java) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125) | at org.jboss.seam.Component.callComponentMethod(Component.java:2074) | at org.jboss.seam.Component.callCreateMethod(Component.java:1997) | at org.jboss.seam.Component.newInstance(Component.java:1968) | at org.jboss.seam.Component.getInstance(Component.java:1865) | at org.jboss.seam.Component.getInstance(Component.java:1832) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:55) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:50) | at org.jboss.seam.el.SeamELResolver.resolveBase(SeamELResolver.java:166) | at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:53) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44) | at org.jboss.el.parser.AstValue.getValue(AstValue.java:63) | at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) | at com.sun.facelets.el.ELText$ELTextVariable.writeText(ELText.java:184) | at com.sun.facelets.el.ELText$ELTextComposite.writeText(ELText.java:108) | at com.sun.facelets.compiler.TextInstruction.write(TextInstruction.java:45) | ... 58 more | Caused by: java.lang.IllegalArgumentException: Could not invoke method by reflection: StatisticsState_$$_javassist_0.setHds_base(org.richfaces.component.UIDatascroller) with parameters: (org.jboss.seam.Component) on: | state.StatisticsState_$$_javassist_0 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:31) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125) | at org.jboss.seam.Component.callComponentMethod(Component.java:2082) | at org.jboss.seam.core.Events.raiseEvent(Events.java:85) | at ui.xxxBean.sort(xxxBean.java:224) | at ui.xxxBean.fetchClientList(xxxBean.java:90) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.persistence.EntityManagerProxyInterceptor.aroundInvoke(EntityManagerProxyInterceptor.java:26) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.persistence.HibernateSessionProxyInterceptor.aroundInvoke(HibernateSessionProxyInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:50) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 112 more | Caused by: java.lang.IllegalArgumentException: argument type mismatch | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | ... 151 more | Any ideas on this too? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126053#4126053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126053 From do-not-reply at jboss.com Mon Feb 4 05:00:53 2008 From: do-not-reply at jboss.com (jaikiran) Date: Mon, 4 Feb 2008 05:00:53 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't start JBoss 5 Beta3 with a JRE Message-ID: <14487480.1202119253839.JavaMail.jboss@colo-br-02.atl.jboss.com> Tried with JBoss-5.0 Beta3. Worked fine: | D:\jboss-5.0.0.Beta3\bin>run -b 0.0.0.0 | =============================================================================== | | JBoss Bootstrap Environment | | JBOSS_HOME: D:\jboss-5.0.0.Beta3 | | JAVA: c:\jdk1.5.0_07\jre\bin\java | | JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 | | CLASSPATH: D:\jboss-5.0.0.Beta3\bin\run.jar | | =============================================================================== | | 15:20:30,215 INFO [ServerImpl] Starting JBoss (Microcontainer)... | 15:20:30,215 INFO [ServerImpl] Release ID: JBoss [Morpheus] 5.0.0.Beta3 (build: SVNTag=JBoss_5_0_0_Beta3 date=200712210026) | 15:20:30,215 INFO [ServerImpl] Home Dir: D:\jboss-5.0.0.Beta3 | 15:20:30,215 INFO [ServerImpl] Home URL: file:/D:/jboss-5.0.0.Beta3/ | 15:20:30,215 INFO [ServerImpl] Library URL: file:/D:/jboss-5.0.0.Beta3/lib/ | 15:20:30,215 INFO [ServerImpl] Patch URL: null | 15:20:30,215 INFO [ServerImpl] Server Name: default | 15:20:30,215 INFO [ServerImpl] Server Home Dir: D:\jboss-5.0.0.Beta3\server\default | 15:20:30,215 INFO [ServerImpl] Server Home URL: file:/D:/jboss-5.0.0.Beta3/server/default/ | 15:20:30,215 INFO [ServerImpl] Server Data Dir: D:\jboss-5.0.0.Beta3\server\default\data | 15:20:30,215 INFO [ServerImpl] Server Temp Dir: D:\jboss-5.0.0.Beta3\server\default\tmp | 15:20:30,215 INFO [ServerImpl] Server Config URL: file:/D:/jboss-5.0.0.Beta3/server/default/conf/ | 15:20:30,215 INFO [ServerImpl] Server Library URL: file:/D:/jboss-5.0.0.Beta3/server/default/lib/ | 15:20:30,215 INFO [ServerImpl] Root Deployment Filename: jboss-service.xml | 15:20:30,872 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/D:/jboss-5.0.0.Beta3/server/default/conf/bootstrap-beans.xml | 15:20:32,544 INFO [ProfileImpl] Using profile root:D:\jboss-5.0.0.Beta3\server\default | 15:20:33,309 INFO [ServerInfo] Java version: 1.5.0_07,Sun Microsystems Inc. | 15:20:33,325 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_07-b03,Sun Microsystems Inc. | 15:20:33,325 INFO [ServerInfo] OS-System: Windows 2003 5.2,x86 | 15:20:33,450 INFO [JMXKernel] Legacy JMX core initialized And here's the output of JAVA_HOME and java -version: | D:\>echo %JAVA_HOME% | c:\jdk1.5.0_07\jre | | D:\>%JAVA_HOME%\bin\java -version | java version "1.5.0_07" | Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) | Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126057#4126057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126057 From do-not-reply at jboss.com Mon Feb 4 05:02:11 2008 From: do-not-reply at jboss.com (kitada21) Date: Mon, 4 Feb 2008 05:02:11 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @In attribute requires non-null value Message-ID: <32689214.1202119331186.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you for your response. I will try debugging, but I'm anxious about the results becouse single access or few multiple access is no problem. I'm thinking now that the same cause of my another topic. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=129224 Informtion: I using JMeter for a stress test. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126059#4126059 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126059 From do-not-reply at jboss.com Mon Feb 4 05:18:26 2008 From: do-not-reply at jboss.com (seanmcelroy) Date: Mon, 4 Feb 2008 05:18:26 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Token is locked by token[26] Message-ID: <9248399.1202120306546.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have created a simple example jBPM project and I can deploy it using jbpm-console. I have create a state node like this: | | | | | In the class com.sample.action.LOAActionHandler I have coded the execute method like this: public void execute(ExecutionContext context) throws Exception { | System.out.println("Letter of offer generated"); | context.getToken().signal(); | } When the signal method is executed I get this error message: "org.jbpm.JbpmException" was thrown. The message is: this token is locked by token[26] Can you tell me what I am doing wrong. I have tried using the transiation tag and adding an action to it, but the execute method never gets call in this instance. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126063#4126063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126063 From do-not-reply at jboss.com Mon Feb 4 05:19:32 2008 From: do-not-reply at jboss.com (behmen) Date: Mon, 4 Feb 2008 05:19:32 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: LdapExtLoginModule.java bug? Blank password login succes Message-ID: <13845316.1202120372955.JavaMail.jboss@colo-br-02.atl.jboss.com> its not a bug, its a feature ;-( you must set this in the loginconfig: false View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126064#4126064 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126064 From do-not-reply at jboss.com Mon Feb 4 05:23:49 2008 From: do-not-reply at jboss.com (jpechane@redhat.com) Date: Mon, 4 Feb 2008 05:23:49 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Token is locked by token[26] Message-ID: <33062577.1202120629847.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, look at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=129225 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126065#4126065 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126065 From do-not-reply at jboss.com Mon Feb 4 05:35:42 2008 From: do-not-reply at jboss.com (StarF666) Date: Mon, 4 Feb 2008 05:35:42 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - General upgrade strategy for new versions of JBoss Tools and Message-ID: <13539124.1202121342597.JavaMail.jboss@colo-br-02.atl.jboss.com> With seam 2.0.1GA and Richfaces 3.1.4 out and JBoss Tools 2.0.1 on the horizon, what is the best upgrade strategy with all these compoments. There are always a couple of good new features that are desireable to use. So how should one integrate these new features in an existing eclipse project. At the moment I wonder if it would be safe to just switch to a new Seam runtime in the project settings. But I saw a bug regarding JEE dependencies. Or would it be better to wait for Tools 2.0.1, start a new project and copy the sources to the new one? And what about integrating Richfaces 3.1.4 into my actual configuration (2.0GA of Tools and Seam), could that cause trouble? Thanks for you answers! Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126071#4126071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126071 From do-not-reply at jboss.com Mon Feb 4 05:36:07 2008 From: do-not-reply at jboss.com (mars1412) Date: Mon, 4 Feb 2008 05:36:07 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: s:fileupload and a4j Message-ID: <18053303.1202121367994.JavaMail.jboss@colo-br-02.atl.jboss.com> FYI: there are already a lot of upload applets out there some R open-source: e.g. jupload, postlet some R commercial ones: e.g. aurigma image uploader View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126072#4126072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126072 From do-not-reply at jboss.com Mon Feb 4 05:37:37 2008 From: do-not-reply at jboss.com (franky.b) Date: Mon, 4 Feb 2008 05:37:37 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Can't get the Seam Exception Handling feature to work. Message-ID: <24167778.1202121457416.JavaMail.jboss@colo-br-02.atl.jboss.com> one year later - and the same problem, now with seam 2.0.0. is there "already" a solution to this? note: if I set a class to the exception like "" it works! but using just "" without specifying a class, it does not redirect to desired page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126074#4126074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126074 From do-not-reply at jboss.com Mon Feb 4 05:38:33 2008 From: do-not-reply at jboss.com (jaikiran) Date: Mon, 4 Feb 2008 05:38:33 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't start JBoss 5 Beta3 with a JRE Message-ID: <26866373.1202121513115.JavaMail.jboss@colo-br-02.atl.jboss.com> Hmmm... I am now able to reproduce this with both JBoss-4.2.2 and JBoss-5.0 Beta3. I have many installations of Java on my system. Most of them are the *JDK installations which also have a JRE*. This is how the folder structure of such installations look like: C: | | | |--- jdk1.5.0_07 | | | | | |--- bin | | | | | | | |---- | | | | | | | | |--- jre | | | | | | | |--- bin | | | | | | | | | |--- client | | | | | |--- jvm.dll | | | | | | | | | |--- server | | | | | | | | | | | |--- jvm.dll | | | Setting JAVA_HOME to c:\jdk1.5.0_07\jre and running JBoss works fine. The %JAVA_HOME% and java -version output is: | C:\>echo %JAVA_HOME% | c:\jdk1.5.0_07\jre | | C:\>%JAVA_HOME%\bin\java -version | java version "1.5.0_07" | Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) | Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing) | | | Then i also have installations which are *pure JRE installations* (most of the times installed through Windows Updates, but sometimes even manual installations) whose folder structure looks like: C: | | | |--- jre1.5.0_14 | | | | | |--- bin | | | | | | | |--- client | | | | | | | | | |--- jvm.dll | | | No "server" under bin here. Setting JAVA_HOME to c:\jre1.5.0_14 and running JBoss fails with an error (both in 4.2.2 and 5.0). The %JAVA_HOME% and java -version output is: C:\>echo %JAVA_HOME% | c:\jre1.5.0_14 | | C:\>%JAVA_HOME%\bin\java -version | java version "1.5.0_14" | Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03) | Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode, sharing) | When i start JBoss, i get the same error as you: D:\jboss-5.0.0.Beta3\bin>run -b 0.0.0.0 | =============================================================================== | | JBoss Bootstrap Environment | | JBOSS_HOME: D:\jboss-5.0.0.Beta3 | | JAVA: c:\jre1.5.0_14\bin\java | | JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 | | CLASSPATH: D:\jboss-5.0.0.Beta3\bin\run.jar | | =============================================================================== | | Error: no `server' JVM at `c:\jre1.5.0_14\bin\server\jvm.dll'. | Press any key to continue . . . | | The run.bat/run.sh script relies on the string "hotspot" in the java -version output to pass the -server option to the java command while booting JBoss. Looks like this may not always be true. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126075#4126075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126075 From do-not-reply at jboss.com Mon Feb 4 05:38:56 2008 From: do-not-reply at jboss.com (archana_mannepalli) Date: Mon, 4 Feb 2008 05:38:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Boolean to integer customconverter!! Message-ID: <32204553.1202121536445.JavaMail.jboss@colo-br-02.atl.jboss.com> i am not getting any exception in stacktrace but in ui this exception is throwing "RoleEdit.xhtml @48,109 value="#{roleHome.instance.active}": java.lang.IllegalArgumentException: argument type mismatch " plese help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126076#4126076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126076 From do-not-reply at jboss.com Mon Feb 4 05:39:39 2008 From: do-not-reply at jboss.com (franky.b) Date: Mon, 4 Feb 2008 05:39:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Can't get the Seam Exception Handling feature to work. Message-ID: <32007116.1202121579616.JavaMail.jboss@colo-br-02.atl.jboss.com> oh sorry, it lost my xml tags: for the first "", replace | | for the second one, think of | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126077#4126077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126077 From do-not-reply at jboss.com Mon Feb 4 05:43:45 2008 From: do-not-reply at jboss.com (lazar.mihai) Date: Mon, 4 Feb 2008 05:43:45 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Newbie here, please help Message-ID: <22457819.1202121825096.JavaMail.jboss@colo-br-02.atl.jboss.com> I want to save a file on the server in a designated folder for each user ? How do I go about doing that ? I saw manuel palacio's example of storing files on the db, but how exactly do I tell it to store it in a specific folder? Cause Java EE are usualy in a .jar folder and that's a bit confusing for me :-??. Any insight or web resources would be greatly appreciated. I tryied different searches on google but they didn't result in what I was searching for. 10x in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126078#4126078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126078 From do-not-reply at jboss.com Mon Feb 4 05:50:58 2008 From: do-not-reply at jboss.com (anoopatul) Date: Mon, 4 Feb 2008 05:50:58 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - JBOSS and Javascript error Message-ID: <20143783.1202122258823.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using JBOSS Portal 2.6.3.GA. I am having a javascript function which is being called on an HREF in a td. When I am clicking on the image, I am getting the following Javascript error, Can't move focus to the control because it is invisible,not enabled, or of a type that does not acceot this focus Error: Can't move focus to the control because it is invisible,not enabled, or of a type that does not acceot this focus Code: 0 URL: http://localhost:8080/portal/auth/portal/default/default;jsessionid =0C65FBEBNEBNEBBEBBBEBBE? loginheight=0 Any pointers to why I am getting this error? I am ideally trying to have a client side validation, but it is taking me to the server it seems. Thanks, Anoop View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126080#4126080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126080 From do-not-reply at jboss.com Mon Feb 4 06:02:43 2008 From: do-not-reply at jboss.com (jaikiran) Date: Mon, 4 Feb 2008 06:02:43 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't start JBoss 5 Beta3 with a JRE Message-ID: <17898405.1202122963913.JavaMail.jboss@colo-br-02.atl.jboss.com> Maybe the run.bat/run.sh script could be changed from: anonymous wrote : | rem Add -server to the JVM options, if supported | "%JAVA%" -version 2>&1 | findstr /I hotspot > nul | if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server) to anonymous wrote : rem Add -server to the JVM options, if supported | "%JAVA%" -server -version 2>&1 | findstr /I hotspot > nul | if not errorlevel == 1 (set JAVA_OPTS=%JAVA_OPTS% -server) | After changing this script, JBoss starts fine without problems. Here's the output of java -server -version for various possible combinations: 1) For those who have set JAVA_HOME to the JRE installation inside the JDK ( "server" is supported ) C:\>set JAVA_HOME=c:\jdk1.5.0_07\jre | | C:\>echo %JAVA_HOME% | c:\jdk1.5.0_07\jre | | C:\>%JAVA_HOME%\bin\java -server -version | java version "1.5.0_07" | Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) | Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode) 2) For those who have set JAVA_HOME to a pure JRE installation ("server" not supported) C:\>set JAVA_HOME=c:\jre1.5.0_14 | | C:\>echo %JAVA_HOME% | c:\jre1.5.0_14 | | C:\>%JAVA_HOME%\bin\java -server -version | Error: no `server' JVM at `c:\jre1.5.0_14\bin\server\jvm.dll'. | The run.bat/run.sh will not set the -server option when this error occurs and moves ahead with starting JBoss. 3) For those who have set JAVA_HOME to a JDK installation ("server" is supported) C:\>set JAVA_HOME=c:\jdk1.5.0_07 | | C:\>echo %JAVA_HOME% | c:\jdk1.5.0_07 | | C:\>%JAVA_HOME%\bin\java -server -version | java version "1.5.0_07" | Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03) | Java HotSpot(TM) Server VM (build 1.5.0_07-b03, mixed mode) Tested this change (just a possible option) in run.bat/run.sh with Sun JDK/JRE and JBoss starts up fine. Not tested with other JDKs/JREs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126084#4126084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126084 From do-not-reply at jboss.com Mon Feb 4 06:05:09 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 06:05:09 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Disabling @PerNestedConversation Message-ID: <15063222.1202123109470.JavaMail.jboss@colo-br-02.atl.jboss.com> File a feature request in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126086#4126086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126086 From do-not-reply at jboss.com Mon Feb 4 06:12:00 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 06:12:00 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home? Message-ID: <21011829.1202123520446.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) I think I see the problem. Can you not use in your page? I agree, it would be nicer to specify this in pages.xml, but unfortunately this isn't possible (this was the original design, but pages.xml isn't processed until much later in the lifecycle). 2) Don't you want to end the conversation after saving the person? Thanks for the feedback :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126089#4126089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126089 From do-not-reply at jboss.com Mon Feb 4 06:14:21 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 06:14:21 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Changing Ajax4jsf-filter url-pattern in JBoss Seam 2.0GA Message-ID: <5983584.1202123661426.JavaMail.jboss@colo-br-02.atl.jboss.com> In that case, yes, you need to use a url-pattern on the ajax4jsf filter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126090#4126090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126090 From do-not-reply at jboss.com Mon Feb 4 06:15:45 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 06:15:45 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: lost injected entity bean Message-ID: <18831623.1202123745169.JavaMail.jboss@colo-br-02.atl.jboss.com> Please don't post the same problem multiple times. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126092#4126092 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126092 From do-not-reply at jboss.com Mon Feb 4 06:16:25 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 06:16:25 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error while testing using external database Message-ID: <30238743.1202123785218.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, you need to turn logging up then. I need to see the container and Seam start up. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126093#4126093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126093 From do-not-reply at jboss.com Mon Feb 4 06:17:23 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 06:17:23 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error creating component org.jboss.seam.core.resourceBun Message-ID: <7354107.1202123843418.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you actually read what I wrote? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126095#4126095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126095 From do-not-reply at jboss.com Mon Feb 4 06:20:47 2008 From: do-not-reply at jboss.com (mars1412) Date: Mon, 4 Feb 2008 06:20:47 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Cannot instantitate @Embeddable attribute. Message-ID: <12566211.1202124047746.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you must create the embedded component somewhere: e.g. private MonetaryAmount annualIncome = new MonetaryAmont(); and you should really check how ur forum-entries look, before posting :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126099#4126099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126099 From do-not-reply at jboss.com Mon Feb 4 06:21:13 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 06:21:13 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Project layout suggestion Message-ID: <31605477.1202124073434.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBSEAM-1384 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126100#4126100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126100 From do-not-reply at jboss.com Mon Feb 4 06:23:39 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 06:23:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam events question Message-ID: <3040383.1202124219926.JavaMail.jboss@colo-br-02.atl.jboss.com> You're trying to observe with a method which takes parameters, and not passing any, or the wrong, parameter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126101#4126101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126101 From do-not-reply at jboss.com Mon Feb 4 06:26:09 2008 From: do-not-reply at jboss.com (robin_panicker) Date: Mon, 4 Feb 2008 06:26:09 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - authenticating the portal user by using Windows userid Message-ID: <9317990.1202124369084.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, we have a requirement to authenticate an user based on the windows logged in userid credentials. i.e the portal should not be asking a log-in screen. is there a way this is achievable? any pointers would help. i have used JCIFS NTLM authentication for web based applications. can we use something like it here? thanks robin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126103#4126103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126103 From do-not-reply at jboss.com Mon Feb 4 06:33:38 2008 From: do-not-reply at jboss.com (georgesberscheid) Date: Mon, 4 Feb 2008 06:33:38 -0500 (EST) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Sharing persistence between different jar files in ear ? Message-ID: <11049199.1202124818443.JavaMail.jboss@colo-br-02.atl.jboss.com> Use the jar-file tag in persistence.xml: | | | jndiName | | | | ../your-jar-file-thats-also-in-the-root-of-your-ear.jar | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126107#4126107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126107 From do-not-reply at jboss.com Mon Feb 4 06:33:59 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Mon, 4 Feb 2008 06:33:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Newbie here, please help Message-ID: <14581712.1202124839820.JavaMail.jboss@colo-br-02.atl.jboss.com> This isn't a Seam-related question, but you can just use a FileOutputStream to write the file data to the file system wherever you like. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126108#4126108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126108 From do-not-reply at jboss.com Mon Feb 4 06:36:25 2008 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 4 Feb 2008 06:36:25 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: General upgrade strategy for new versions of JBoss Tools Message-ID: <30918019.1202124985829.JavaMail.jboss@colo-br-02.atl.jboss.com> Nothing magically really. in existing projects: To get the updated functionallity at runtime update the jars from 2.0.1 manually. Change the seam runtime to get the wizards to pick up improvements to the used seam-gen templates. new projects: just use a 2.0.1 runtime. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126110#4126110 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126110 From do-not-reply at jboss.com Mon Feb 4 06:39:53 2008 From: do-not-reply at jboss.com (georgesberscheid) Date: Mon, 4 Feb 2008 06:39:53 -0500 (EST) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Anormally long time for a query Message-ID: <12438891.1202125193443.JavaMail.jboss@colo-br-02.atl.jboss.com> You might have concurrent transactions that are writing into your table (like modifying the records) which will block the SELECT query until they're done. If the other transaction is waiting for something external before it commits, your select will take long. Georges View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126111#4126111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126111 From do-not-reply at jboss.com Mon Feb 4 06:43:00 2008 From: do-not-reply at jboss.com (georgesberscheid) Date: Mon, 4 Feb 2008 06:43:00 -0500 (EST) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: dangerous transaction Message-ID: <22949870.1202125380072.JavaMail.jboss@colo-br-02.atl.jboss.com> Does your database support transactions? MySQL MyISAM tables for example don't and you would see that kind of behavior. Use InnoDB instead (or any other transaction-capable DB). Georges View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126112#4126112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126112 From do-not-reply at jboss.com Mon Feb 4 06:44:20 2008 From: do-not-reply at jboss.com (saasira) Date: Mon, 4 Feb 2008 06:44:20 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error creating component org.jboss.seam.core.resourceBun Message-ID: <25144275.1202125460607.JavaMail.jboss@colo-br-02.atl.jboss.com> I did read. I interpreted it as the message bundles registerd can be referanced via messages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126113#4126113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126113 From do-not-reply at jboss.com Mon Feb 4 06:57:02 2008 From: do-not-reply at jboss.com (heiko.braun@jboss.com) Date: Mon, 4 Feb 2008 06:57:02 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: http://org.jboss.ws/http#chunksize Message-ID: <33543520.1202126222036.JavaMail.jboss@colo-br-02.atl.jboss.com> What JBossWS version is it? I just noticed there is bug in that piece of code, but it only affects setting the chunksize value, not removing it: | // chunksize settings | String chunkSizeValue = epmdProps.getProperty(EndpointProperty.CHUNKED_ENCODING_SIZE); | int chunkSize = chunkSizeValue != null ? Integer.valueOf(chunkSizeValue) : -1; | if (chunkSize > 0) | { | clientConfig.put(EndpointProperty.CHUNKED_ENCODING_SIZE, chunkSizeValue); | } | else | { | clientConfig.remove("chunkedLength"); | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126117#4126117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126117 From do-not-reply at jboss.com Mon Feb 4 06:59:43 2008 From: do-not-reply at jboss.com (heiko.braun@jboss.com) Date: Mon, 4 Feb 2008 06:59:43 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: http://org.jboss.ws/http#chunksize Message-ID: <33083500.1202126383162.JavaMail.jboss@colo-br-02.atl.jboss.com> Which basically means remove the feature, disable the chunked encoding. But you know what? There is a default config for that: HTTP 1.0 Client Did you try that one? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126118#4126118 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126118 From do-not-reply at jboss.com Mon Feb 4 07:02:26 2008 From: do-not-reply at jboss.com (GregTk) Date: Mon, 4 Feb 2008 07:02:26 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Changing Ajax4jsf-filter url-pattern in JBoss Seam 2.0GA Message-ID: <28493631.1202126546475.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok. I tried in components.xml: | | in web.xml: | Faces Servlet | javax.faces.webapp.FacesServlet | 1 | | | | Faces Servlet | *.htm | With that When I start my application from url:"http://localhost:8080/app/admin.htm" I lost skins and fuctionality of RichFaces JSF components. When I exclude | | from components.xml everything is fine. Any ideas? How to resolve this problem? Thank you for reply. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126120#4126120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126120 From do-not-reply at jboss.com Mon Feb 4 07:05:58 2008 From: do-not-reply at jboss.com (yilmaz_) Date: Mon, 4 Feb 2008 07:05:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error while testing using external database Message-ID: <1028391.1202126759001.JavaMail.jboss@colo-br-02.atl.jboss.com> ArmadaBookStore-ds.xml must be in JBOSS_HOME/server/default/deploy/ folder default | all | minimal depends on your config. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126121#4126121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126121 From do-not-reply at jboss.com Mon Feb 4 07:11:52 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 07:11:52 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error creating component org.jboss.seam.core.resourceBun Message-ID: <20731889.1202127112707.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, read it again, and focus on the words aggregate and super bundle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126123#4126123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126123 From do-not-reply at jboss.com Mon Feb 4 07:17:57 2008 From: do-not-reply at jboss.com (hubaghdadi) Date: Mon, 4 Feb 2008 07:17:57 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error while testing using external database Message-ID: <16133423.1202127477446.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm writing integration tests with JBoss Embedded container, not JBoss AS is involved... I can't reach my laptop right now, I will post the whole log tomorrow... Thanks you all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126124#4126124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126124 From do-not-reply at jboss.com Mon Feb 4 07:24:06 2008 From: do-not-reply at jboss.com (lazar.mihai) Date: Mon, 4 Feb 2008 07:24:06 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Newbie here, please help Message-ID: <12403398.1202127846869.JavaMail.jboss@colo-br-02.atl.jboss.com> aa ok, I thought there was some protection against it :"> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126125#4126125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126125 From do-not-reply at jboss.com Mon Feb 4 07:29:00 2008 From: do-not-reply at jboss.com (mars1412) Date: Mon, 4 Feb 2008 07:29:00 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error creating component org.jboss.seam.core.resourceBun Message-ID: <8357387.1202128140500.JavaMail.jboss@colo-br-02.atl.jboss.com> "saasira" wrote : I am also facing probolem in loading my own messagebundle | | In components.xml I have | | | messages | mycompany_messages | | | didn't U forget the 'value' tags? | | messages | mycompany_messages | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126126#4126126 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126126 From do-not-reply at jboss.com Mon Feb 4 07:55:40 2008 From: do-not-reply at jboss.com (baspet) Date: Mon, 4 Feb 2008 07:55:40 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Login issue Message-ID: <31745780.1202129740873.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i am facing a strange behaviour running the scenario below: a) user supplied valid username - password and successfully logged in b) press back button on browser c) relogin supplying invalid username or password d) successfully logs in!! it seems that seam 'remembers' that user was already logged in and doesn't call authenticate method, allowing a non existing user to enter. Is that expected? A workaround is to override org.jboss.seam.security.Identity.Identity and call login method as followes: | @Name("org.jboss.seam.security.identity") | @Scope(SESSION) | @Install(precedence = APPLICATION) | @BypassInterceptors | @Startup | public class AppIdentity extends Identity { | | @Override | public String login() { | unAuthenticate(); | return super.login(); | } | | } | | I just wonder why unAuthenticate() is not called through Identity.login() V. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126129#4126129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126129 From do-not-reply at jboss.com Mon Feb 4 07:56:12 2008 From: do-not-reply at jboss.com (kazcor) Date: Mon, 4 Feb 2008 07:56:12 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: NullPointerException from JBossXSEntityResolver Message-ID: <1695681.1202129772033.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, no, unfortunately the workaround does not solve the issue. Using wsconsume to produce a WSDL from sources, afterwards doing wsprovide to generate sources from that WSDL, creating a dummy implementation for the generated interfaces and deploying all those classes on JBoss produces the very same error. I'm using JBossWS that comes with 4.2.2GA. However, this webservice is only one part of a asynchronous pair of webservices for server<->server communications and the second webservice is using Axis on the remote side - so in the meantime I've already decided to stick to simple communications via strings, doing marshalling/unmarshalling with JAXB right before sending and after receiving. I don't have time to further look into this, but anyways, I've uploaded the old WS contract produced by wsconsume right here (http://page.mi.fu-berlin.de/schmidtm/jbossws-jaxb/), so you may reproduce the error. Thanks, Max View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126131#4126131 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126131 From do-not-reply at jboss.com Mon Feb 4 07:58:04 2008 From: do-not-reply at jboss.com (panky_p) Date: Mon, 4 Feb 2008 07:58:04 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: a foreign key constraint fails a weird issue!!!! Message-ID: <23115919.1202129884960.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi got it solved there was problem in my entity bean. Thanks Panky View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126132#4126132 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126132 From do-not-reply at jboss.com Mon Feb 4 08:04:46 2008 From: do-not-reply at jboss.com (Ratoo) Date: Mon, 4 Feb 2008 08:04:46 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: http://org.jboss.ws/http#chunksize Message-ID: <26984805.1202130286400.JavaMail.jboss@colo-br-02.atl.jboss.com> You are right, the client is CGI, so http/1.0, but I just don't understand "heiko.braun at jboss.com" wrote : | HTTP 1.0 Client Did you try that one? | Where is it? How can I configure it? I use jboss 4.2.2 and jbossws-native-2.0.2.GA (build=200711261155) the call itself is a simple | SOAPConnectionFactory scf = SOAPConnectionFactory.newInstance(); | SOAPConnection conn = scf.createConnection(); | SOAPMessage response = conn.call(msg, endpoint); | I looked into the remoting code (HTTPClientInvoker) where setChunkedStreamingMode is called only when chunkedValue is set, so I thought that if it's 0 there is no chunking. So basically I will be happy to configure JBossWS (JAAS) not to use chunking. Thank you very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126134#4126134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126134 From do-not-reply at jboss.com Mon Feb 4 08:10:05 2008 From: do-not-reply at jboss.com (barramundi) Date: Mon, 4 Feb 2008 08:10:05 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: LdapExtLoginModule.java bug? Blank password login succes Message-ID: <11167561.1202130605196.JavaMail.jboss@colo-br-02.atl.jboss.com> Cool! I tried the allowEmptyPasswords option. Works like a charm. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126136#4126136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126136 From do-not-reply at jboss.com Mon Feb 4 08:14:21 2008 From: do-not-reply at jboss.com (franky.b) Date: Mon, 4 Feb 2008 08:14:21 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Error handling with error pages Message-ID: <28819681.1202130861080.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, my goal is to add a custom error page to an existing seam app which should display both the (technical) description of the error with and a short sentence that can be understand by a normal user (e.g. "connection to database failed. please try again later") and depends on what kind of error occured, of course. This should be achived with a singe error page. I am not able to change the code of the app, so I can not raise custom exceptions in my beans. Therefore, I started with an entry in exceptions.xml, which redirects two exemplary kinds of errors that occur before render phase to my generic error page. | | | | | | | --> | Well, now I can access the technical error message in genericError.xhtml with But how can I detect because of which of the two exceptions the error page was displayed, so that I can show the correct textual message? Is there something like a global error object? Or can I pass the desired message or the kind of exception to my genericError.xhtml in some way? I tried but I did not get it to work. Thanks in advance, Frank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126137#4126137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126137 From ernestocullen at gmail.com Mon Feb 4 08:17:00 2008 From: ernestocullen at gmail.com (Ernesto Cullen) Date: Mon, 4 Feb 2008 11:17:00 -0200 Subject: [jboss-user] how to subscribe to a topic?? Message-ID: <5b172a560802040517x3421acfdn9f57bc160f7a30b0@mail.gmail.com> how can I subscribe to a topic in this list? I don't see a command for that Ernesto Cullen -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20080204/bd06d499/attachment.html From do-not-reply at jboss.com Mon Feb 4 08:21:51 2008 From: do-not-reply at jboss.com (lasansue) Date: Mon, 4 Feb 2008 08:21:51 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: s:formattedText problem, it does not handle + char Message-ID: <4516938.1202131311247.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry about that, it works. I sould have done something wrong .... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126142#4126142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126142 From do-not-reply at jboss.com Mon Feb 4 08:24:41 2008 From: do-not-reply at jboss.com (phejl) Date: Mon, 4 Feb 2008 08:24:41 -0500 (EST) Subject: [jboss-user] [JBoss and NetBeans] - Re: milepik@email.cz Message-ID: <29096305.1202131481856.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you provide more details? What did you configured? What type of the project? Did configure the data source? Any details would help a lot. Thanks, P. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126143#4126143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126143 From do-not-reply at jboss.com Mon Feb 4 08:25:44 2008 From: do-not-reply at jboss.com (gayatri.ramamurthi) Date: Mon, 4 Feb 2008 08:25:44 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam Exceptions during load testing Message-ID: <24147737.1202131545066.JavaMail.jboss@colo-br-02.atl.jboss.com> We think we have a solution. But not sure why exactly it works. We are still using Seam 1.2.1GA. A litle background. Our architecture is a typicaly n-tier one (why we adopted this is model? See here http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058248). JSF(Facelets)--uses FORM objects--Action class--uses DTO--Service layer--uses Domain objects to persist. We use Seam security for both authentication and authorization. Usually we have the rules in security.drl and @Restrict at method level at the service layer. However we did have @Restrict("#{identity.loggedIn}") at the FORM Class level to ensure that the user is re-directed to the login page when the conversation timesout. After adding a few more debug stmts to Identity and SecurityInterceptor class (where the NullPointerException occurs) what we noticed was, when the NullPointerException occurs the expression that is being evaluated is "identity.loggedIn" and the interceptor target was always a FORM object. On a hunch we removed "@Restrict("#{identity.loggedIn}")" from the FORM and added "required-login=true" in pages.xml (which should have been done in the first place). Now when we re ran our concurrency test, the exception went away. So the question is ... - How does "@Restrict("#{identity.loggedIn}")" at a Class level in a FORM object cause the NPE when there are concurrent users? - Why does this not occur for a single user? We would love to dig into the Seam code and find answers. Unfortunately we have very limited time on our hands. So I was wondering if there is anybody out there who is familiar with this particular Seam code and can shed some light on this behaviour. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126145#4126145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126145 From do-not-reply at jboss.com Mon Feb 4 08:26:43 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 08:26:43 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error handling with error pages Message-ID: <12880201.1202131603029.JavaMail.jboss@colo-br-02.atl.jboss.com> #{org.jboss.seam.handledException} gives access to the handled exception object. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126146#4126146 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126146 From do-not-reply at jboss.com Mon Feb 4 08:27:14 2008 From: do-not-reply at jboss.com (tsirel84) Date: Mon, 4 Feb 2008 08:27:14 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: Problem with simple example of @ManyToMany Message-ID: <15207640.1202131634662.JavaMail.jboss@colo-br-02.atl.jboss.com> Created JIRA-issue: http://jira.jboss.com/jira/browse/EJBTHREE-1188 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126147#4126147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126147 From do-not-reply at jboss.com Mon Feb 4 08:29:52 2008 From: do-not-reply at jboss.com (kasim) Date: Mon, 4 Feb 2008 08:29:52 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @In attribute requires non-null value Message-ID: <13159187.1202131792873.JavaMail.jboss@colo-br-02.atl.jboss.com> Bit off topic. But curious is the Identity no longer needed to do authentication with? I see you are injecting it but never setttng it. Is this then still going through Seam security or your own? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126149#4126149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126149 From do-not-reply at jboss.com Mon Feb 4 08:33:58 2008 From: do-not-reply at jboss.com (pbrewer_uk) Date: Mon, 4 Feb 2008 08:33:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues Message-ID: <9238649.1202132039011.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Pete, I have now filled a JIRA relating to this issue. I've also done some further investigation and discovered that JBPM session is not null. The NPE is caused by a call to getTransactionManager().getTransaction() in Hibernates JTATransaction class that returns null. Its detailed in the jira issue: http://jira.jboss.org/jira/browse/JBSEAM-2575 I'll post in the jbpm forum shortly. BTW Please ignore the previous post about a possible related error "uninitialized proxy passed to save". I was accessing the jbpm context in a strange way. For some reason, I was calling: | JbpmContext jbpmContext = Jbpm.instance().getJbpmConfiguration().createJbpmContext() ; | instead of: | @In JbpmContext jbpmContext; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126152#4126152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126152 From do-not-reply at jboss.com Mon Feb 4 08:37:08 2008 From: do-not-reply at jboss.com (kasim) Date: Mon, 4 Feb 2008 08:37:08 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Ajax and injection with radio boxes Message-ID: <19722077.1202132228835.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete> Just out of curiosity ... i thought the @In was specifically supposed to be used with input controls? I mean i guess you can inject other beans in there. The rest of the code actually works, and this will even work as long as its enabled when one first goes to the page. Or am i misunderstanding what you mean by "jsf input controls" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126153#4126153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126153 From do-not-reply at jboss.com Mon Feb 4 08:41:34 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 08:41:34 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam Exceptions during load testing Message-ID: <25418366.1202132494802.JavaMail.jboss@colo-br-02.atl.jboss.com> Your stack trace line numbers don't match with Seam 1.2.1 - are you sure you are using 1.2.1 - I would like to dig into this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126154#4126154 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126154 From do-not-reply at jboss.com Mon Feb 4 08:42:37 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 08:42:37 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Ajax and injection with radio boxes Message-ID: <31036612.1202132557927.JavaMail.jboss@colo-br-02.atl.jboss.com> No, you need to use #{foo.bar} with input controls, otherwise a lot of JSF will break. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126155#4126155 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126155 From do-not-reply at jboss.com Mon Feb 4 08:53:00 2008 From: do-not-reply at jboss.com (saasira) Date: Mon, 4 Feb 2008 08:53:00 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error creating component org.jboss.seam.core.resourceBun Message-ID: <16337335.1202133180414.JavaMail.jboss@colo-br-02.atl.jboss.com> I have the value tags.While putting on this reply I missed them View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126158#4126158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126158 From do-not-reply at jboss.com Mon Feb 4 08:57:23 2008 From: do-not-reply at jboss.com (trouby) Date: Mon, 4 Feb 2008 08:57:23 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Project layout suggestion Message-ID: <10423987.1202133443100.JavaMail.jboss@colo-br-02.atl.jboss.com> Great, Although I see the current structure of seam-gen much easier, 4 different projects is too complicated and confusing in my opinion, Well, happy to see the ticket already exist, thanks :) Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126160#4126160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126160 From do-not-reply at jboss.com Mon Feb 4 08:57:51 2008 From: do-not-reply at jboss.com (arnold.maderthaner) Date: Mon, 4 Feb 2008 08:57:51 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Re: JBOSS really slow on Solaris 64 bit system Message-ID: <26971985.1202133471150.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you solve the problem ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126161#4126161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126161 From do-not-reply at jboss.com Mon Feb 4 09:05:08 2008 From: do-not-reply at jboss.com (phejl) Date: Mon, 4 Feb 2008 09:05:08 -0500 (EST) Subject: [jboss-user] [JBoss and NetBeans] - Re: java.lang.NoClassDefFoundError: ${main/class} only on JB Message-ID: <7537072.1202133908975.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not sure that JBoss 4 supports EE5 appclient (it supports parts of EE5 like EJB and recently web). How did you create the project? Can you attach it as zip? Thanks, P. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126165#4126165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126165 From do-not-reply at jboss.com Mon Feb 4 09:12:31 2008 From: do-not-reply at jboss.com (gayatri.ramamurthi) Date: Mon, 4 Feb 2008 09:12:31 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam Exceptions during load testing Message-ID: <6369372.1202134351938.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes we are using 1.2.1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126167#4126167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126167 From do-not-reply at jboss.com Mon Feb 4 09:14:38 2008 From: do-not-reply at jboss.com (jaikiran) Date: Mon, 4 Feb 2008 09:14:38 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <15447305.1202134478723.JavaMail.jboss@colo-br-02.atl.jboss.com> The ClassCastException stacktrace isnt actually printing out the exact class name, which makes it difficult to figure out what is causing this problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126169#4126169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126169 From do-not-reply at jboss.com Mon Feb 4 09:15:11 2008 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 4 Feb 2008 09:15:11 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Project layout suggestion Message-ID: <9359358.1202134511361.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam-gen simplistic layout looks and feels simpler but has the downside that there is no clean seperation of jars (what is for compile, test and deploy?) which is rather essential when a tool (like eclipse or any other IDE) needs to provide proper code completion and navigation. I don't claim the 4 project setup is easier, but at least things are cleanly separated. Just information of why the structure is as is. Note: this is exactly what things like Maven project structure dictates too... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126170#4126170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126170 From do-not-reply at jboss.com Mon Feb 4 09:15:56 2008 From: do-not-reply at jboss.com (gayatri.ramamurthi) Date: Mon, 4 Feb 2008 09:15:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam Exceptions during load testing Message-ID: <22012093.1202134556768.JavaMail.jboss@colo-br-02.atl.jboss.com> There were few variations of the same problem .. I am pasting the patterns we noticed in the exceptions. Pattern 1 : ********************************************************************************************************************************************* Caused by: javax.el.PropertyNotFoundException: ELResolver cannot handle a null base Object with identifier 'loggedIn' at com.sun.el.lang.ELSupport.throwUnhandled(ELSupport.java:52) at com.sun.el.parser.AstValue.getValue(AstValue.java:127) at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:195) at org.jboss.seam.util.UnifiedELValueBinding.getValue(UnifiedELValueBinding.java:42) at org.jboss.seam.security.Identity.evaluateExpression(Identity.java:514) at org.jboss.seam.security.Identity.checkRestriction(Identity.java:150) at org.jboss.seam.interceptors.SecurityInterceptor.aroundInvoke(SecurityInterceptor.java:44) Pattern 2 : ********************************************************************************************************************************************** Caused by: java.lang.NullPointerException at org.jboss.seam.interceptors.SecurityInterceptor.aroundInvoke(SecurityInterceptor.java:27) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:55) Pattern 3 : ********************************************************************************************************************************************** Caused by: javax.el.PropertyNotFoundException: ELResolver cannot handle a null base Object with identifier 'identity' at java.lang.Throwable.(Throwable.java:196) at java.lang.Exception.(Exception.java:41) at java.lang.RuntimeException.(RuntimeException.java:43) at javax.el.ELException.(ELException.java:49) at javax.el.PropertyNotFoundException.(PropertyNotFoundException.java:54) at com.sun.el.lang.ELSupport.throwUnhandled(ELSupport.java:52) at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:65) at com.sun.el.parser.AstValue.getValue(AstValue.java:114) at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:193) at org.jboss.seam.util.UnifiedELValueBinding.getValue(UnifiedELValueBinding.java:34) at org.jboss.seam.security.Identity.evaluateExpression(Identity.java:506) at org.jboss.seam.security.Identity.checkRestriction(Identity.java:149) at org.jboss.seam.interceptors.SecurityInterceptor.aroundInvoke(SecurityInterceptor.java:27) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:55) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126173#4126173 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126173 From do-not-reply at jboss.com Mon Feb 4 09:19:00 2008 From: do-not-reply at jboss.com (florian79) Date: Mon, 4 Feb 2008 09:19:00 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Bug: inject WebServiceContext at AroundInvoke Message-ID: <9701374.1202134740136.JavaMail.jboss@colo-br-02.atl.jboss.com> JBOSS 4.2.2.GA The injection of the WebServiceContext run into an Exception. The Interceptor Class: | public class XXXInterceptor | { | | @PersistenceContext(unitName="XXX") private EntityManager entityManager; | @Resource() private WebServiceContext wsContext; | @EJB private Logger logger; | | @AroundInvoke | public final Object intercept(final InvocationContext contectGot) throws Exception | { | Object obj = null; | obj = contectGot.proceed(); | return obj; | } | } | the Exception at server startup: | 15:15:05,547 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3,module=xxx.jar | java.lang.ArrayStoreException: org.jboss.injection.WebServiceContextPropertyInjector | at java.util.AbstractCollection.toArray(AbstractCollection.java:176) | at org.jboss.ejb3.interceptor.InterceptorInjector.(InterceptorInjector.java:50) | at org.jboss.ejb3.EJBContainer.processMetadata(EJBContainer.java:372) | at org.jboss.ejb3.SessionContainer.processMetadata(SessionContainer.java:140) | at org.jboss.ejb3.Ejb3Deployment.processEJBContainerMetadata(Ejb3Deployment.java:292) | at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:356) | at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:91) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy33.start(Unknown Source) | at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:512) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy34.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:595) | is EJB3.0 the right forum or should I poste it to jboss-ws? is it a bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126174#4126174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126174 From do-not-reply at jboss.com Mon Feb 4 09:21:19 2008 From: do-not-reply at jboss.com (florian79) Date: Mon, 4 Feb 2008 09:21:19 -0500 (EST) Subject: [jboss-user] [JBossWS] - Bug: injecting WebServiceContext at AroundInvoke Message-ID: <22114287.1202134879781.JavaMail.jboss@colo-br-02.atl.jboss.com> JBOSS 4.2.2.GA The injection of the WebServiceContext run into an Exception. The Interceptor Class: | public class XXXInterceptor | { | | @PersistenceContext(unitName="XXX") private EntityManager entityManager; | @Resource() private WebServiceContext wsContext; | @EJB private Logger logger; | | @AroundInvoke | public final Object intercept(final InvocationContext contectGot) throws Exception | { | Object obj = null; | obj = contectGot.proceed(); | return obj; | } | } | the Exception at server startup: | 15:15:05,547 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3,module=xxx.jar | java.lang.ArrayStoreException: org.jboss.injection.WebServiceContextPropertyInjector | at java.util.AbstractCollection.toArray(AbstractCollection.java:176) | at org.jboss.ejb3.interceptor.InterceptorInjector.(InterceptorInjector.java:50) | at org.jboss.ejb3.EJBContainer.processMetadata(EJBContainer.java:372) | at org.jboss.ejb3.SessionContainer.processMetadata(SessionContainer.java:140) | at org.jboss.ejb3.Ejb3Deployment.processEJBContainerMetadata(Ejb3Deployment.java:292) | at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:356) | at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:91) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy33.start(Unknown Source) | at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:512) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy34.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:595) | is it a bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126175#4126175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126175 From do-not-reply at jboss.com Mon Feb 4 09:22:16 2008 From: do-not-reply at jboss.com (trouby) Date: Mon, 4 Feb 2008 09:22:16 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic Entity Beans Message-ID: <15534227.1202134936187.JavaMail.jboss@colo-br-02.atl.jboss.com> AFAIK it is impossible to generate facelets pages via other storage formats but simple files, Facelets templates/include functionality is very strong, but is only based on files, btw, I also asked these questions in Facelet's forum, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126177#4126177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126177 From do-not-reply at jboss.com Mon Feb 4 09:32:16 2008 From: do-not-reply at jboss.com (trouby) Date: Mon, 4 Feb 2008 09:32:16 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Jboss Tools - Few first questions Message-ID: <29202187.1202135536567.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, I have few first questions regarding the plugin: 1) Right click on the server - I can't see a way to restart the server, only stop/start, is there a restart button somewhere? 2) I upgraded Jboss with Jboss WS ver 2, but for some reason, when starting the server through 'Jboss Server View' the WS are not working, when I start the server via default 'run.bat' it works fine, what could be the reason for that? 3) Because of q2, when the server is started not via tools, saving files are not being deployed to the server, is it possible to keep deploying files to the server when the server is off? 4) Is there any support for Seam's hot deploy with the tools? Thanks in advanced, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126180#4126180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126180 From do-not-reply at jboss.com Mon Feb 4 09:33:51 2008 From: do-not-reply at jboss.com (gus888) Date: Mon, 4 Feb 2008 09:33:51 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Issue on page param security Message-ID: <17241014.1202135631049.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, After practicing on page param, I found that page param is very nice, especially on its bidirectional. However, I also found a problem when I used it about its security. For example, I list all my friends , then I click on one of them and get page param friendId=?, e.g. fiendId=3. On the url localhost/friendView.xhtml?friendId=3, if I manually change friendId=5 and press Enter from url, I will get person info of id=5, but the person of id=5 is NOT my friend. So how can I prevent this case? (user manually changes page param from url). Thank you very much in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126181#4126181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126181 From do-not-reply at jboss.com Mon Feb 4 09:37:27 2008 From: do-not-reply at jboss.com (wolfc) Date: Mon, 4 Feb 2008 09:37:27 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: How to start a session bean as soon as it is deployed Message-ID: <11786585.1202135847410.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm planning to change this behavior in light of EJB 3.1. The supported way will be to use @PostConstruct in a @Singleton. So for now I would say use @PosConstruct in a @Service bean. Note that the create, start, stop, destroy methods will become deprecated and might disappear completely. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126183#4126183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126183 From do-not-reply at jboss.com Mon Feb 4 09:42:29 2008 From: do-not-reply at jboss.com (kasim) Date: Mon, 4 Feb 2008 09:42:29 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Ajax and injection with radio boxes Message-ID: <6438741.1202136149648.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : No, you need to use #{foo.bar} with input controls, otherwise a lot of JSF will break. I changed the bean to Stateful .. and the same issue exists. When the item is not initialized initially on the page the ajax call wont notice it when it gets enabled. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126186#4126186 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126186 From do-not-reply at jboss.com Mon Feb 4 09:47:39 2008 From: do-not-reply at jboss.com (kasim) Date: Mon, 4 Feb 2008 09:47:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Ajax and injection with radio boxes Message-ID: <14475310.1202136459657.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete - never mind ... as long as i initialize the value first it seems to be fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126189#4126189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126189 From do-not-reply at jboss.com Mon Feb 4 09:48:49 2008 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 4 Feb 2008 09:48:49 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Jboss Tools - Few first questions Message-ID: <19123418.1202136529162.JavaMail.jboss@colo-br-02.atl.jboss.com> "trouby" wrote : | 1) Right click on the server - I can't see a way to restart the server, only stop/start, is there a restart button somewhere? | When the server is running there is a Restart button in the main toolbar. Yeah - should probably be in the menu too (report in jira - thanks) Note: that besides restart we also have the "touch" functionallity which touches the relevant descriptor depending on your current project type. That will result in the app to be redeployed, removing the need for most restarts. anonymous wrote : | 2) I upgraded Jboss with Jboss WS ver 2, but for some reason, when starting the server through 'Jboss Server View' the WS are not working, when I start the server via default 'run.bat' it works fine, what could be the reason for that? | Good question - I'm not much of webservices guy so don't know if WS 2 requires some special things for the startup. Could you please report it in our jira with info on what "WS are not working" means (e.g. stacktraces, examples, screenshots etc.) anonymous wrote : | 3) Because of q2, when the server is started not via tools, saving files are not being deployed to the server, is it possible to keep deploying files to the server when the server is off? | You can use a deploy only server which does not actually start nor stop the server, but just maintains the deployment directory. anonymous wrote : | 4) Is there any support for Seam's hot deploy with the tools? | the projects are preconfigured to have hotdeploy working (e.g. source and classes splitted up so action src goes to WEB-INF/dev which seam will pick up) Thanks in advanced, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126190#4126190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126190 From do-not-reply at jboss.com Mon Feb 4 09:50:33 2008 From: do-not-reply at jboss.com (trouby) Date: Mon, 4 Feb 2008 09:50:33 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Project layout suggestion Message-ID: <30785073.1202136633655.JavaMail.jboss@colo-br-02.atl.jboss.com> Seamgen can also archive the jar/war/ear individually, so I think it's also ok, but I agree regarding the clean separation and the need, Thanks for the reply :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126191#4126191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126191 From do-not-reply at jboss.com Mon Feb 4 09:58:57 2008 From: do-not-reply at jboss.com (yairfr) Date: Mon, 4 Feb 2008 09:58:57 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: problem integrating JBPM & HIBERNATE Message-ID: <29599550.1202137137680.JavaMail.jboss@colo-br-02.atl.jboss.com> things i didn't mention : i am working on SqlServer , and probably some of the definitions are wrong like the c3p0 , it connects to oracle instead to the sqlserver . i have this hirarchy : home -> Config -> hibernate.cfg.xml hibernate.properties where should the jbpm.cfg.xml sit ? i put it in the config directory , in web-inf/classes , and it seems to take the default one , because it take the oracle properties. | 16:49:50,247 INFO [STDOUT] 16:49:50,247 INFO [JbpmConfiguration] using jbpm configuration resource 'jbpm.cfg.xml' | 16:49:50,637 INFO [STDOUT] 16:49:50,637 INFO [Environment] Hibernate 3.1 | 16:49:50,653 INFO [STDOUT] 16:49:50,653 INFO [Environment] loaded properties from resource hibernate.properties: {hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver, hibernate.cglib.use_reflection_optimizer=true, hibernate.cache.provider_class=org.hibernate.cache.EhCacheProvider, hibernate.cache.use_query_cache=true, hibernate.c3p0.max_size=20, hibernate.dialect=org.hibernate.dialect.Oracle9Dialect, hibernate.cache.use_second_level_cache=true, hibernate.c3p0.min_size=5, hibernate.query.substitutions=true 1, false 0, hibernate.connection.username=im1online, hibernate.connection.url=jdbc:oracle:thin:@MyIP:1521:MyPassowrd, hibernate.show_sql=true, hibernate.connection.password=****} | | one other important point : the first time i start the process , i see the insert hibernate command in the log (to jbpm_processinstance), but when i try to do a query in the DB it seems that the table is locked . the second time i try to start this process , i dont see the insert commands in the log . PLEASE HELP !!!! i am preety desperate .... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126193#4126193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126193 From do-not-reply at jboss.com Mon Feb 4 10:00:18 2008 From: do-not-reply at jboss.com (jbalunas@redhat.com) Date: Mon, 4 Feb 2008 10:00:18 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: JBOSS SEAM FAQ - Can Seam be used in J2EE environment Message-ID: <15287375.1202137218680.JavaMail.jboss@colo-br-02.atl.jboss.com> Have you looked at the oc4j chapter in the reference guide. It was recently updated and may have some more information for you problem. There are also new chapters for Websphere and Weblogic. Although as Pete said EJB3 on Weblogic still has issues (not seam's) that keep it from working. -Jay View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126195#4126195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126195 From do-not-reply at jboss.com Mon Feb 4 10:01:56 2008 From: do-not-reply at jboss.com (masoodah@mdsit.com) Date: Mon, 4 Feb 2008 10:01:56 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: How to start a session bean as soon as it is deployed Message-ID: <26017269.1202137316761.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I got this problem resolved for EJB3 by creating a sar which calls the SessionBean and packaging with my ear as well explained in this link. http://www.tomlauren.com/weblog/archives/000014.html When EJB3.1 is officially released I can think of other options. Thanks for all your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126198#4126198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126198 From do-not-reply at jboss.com Mon Feb 4 10:04:03 2008 From: do-not-reply at jboss.com (trouby) Date: Mon, 4 Feb 2008 10:04:03 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Jboss Tools - Few first questions Message-ID: <11736743.1202137443992.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, anonymous wrote : | When the server is running there is a Restart button in the main toolbar. Yeah - should probably be in the menu too (report in jira - thanks) | | Note: that besides restart we also have the "touch" functionallity which touches the relevant descriptor depending on your current project type. That will result in the app to be redeployed, removing the need for most restarts. | This is weird, right-click on the server menu has a restart button, I guess it was lately added :) Did you mean the 'twiddle server' option? anonymous wrote : | Good question - I'm not much of webservices guy so don't know if WS 2 requires some special things for the startup. Could you please report it in our jira with info on what "WS are not working" means (e.g. stacktraces, examples, screenshots etc.) | Well, this is probably related to some startup configurations, how the tools starts Jboss? I guess it does not use the startup shell scripts (run.bat/run.sh/conf/etc...) anonymous wrote : | You can use a deploy only server which does not actually start nor stop the server, but just maintains the deployment directory. | How do I do that? for now, if the server is stopped any modification to files are not being deployed, then I have to use the clean option, etc... to redeploy everything. Thanks for the detailed reply :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126200#4126200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126200 From do-not-reply at jboss.com Mon Feb 4 10:04:13 2008 From: do-not-reply at jboss.com (vijaykoripella) Date: Mon, 4 Feb 2008 10:04:13 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: problem when traversing to end state Message-ID: <11504926.1202137453231.JavaMail.jboss@colo-br-02.atl.jboss.com> I am also facing the same issue , complete Task doesnt work inside a transaction. if used with out the transaction it works .I have raised a Jira issue for the same, http://jira.jboss.org/jira/browse/JBPM-1130 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126201#4126201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126201 From do-not-reply at jboss.com Mon Feb 4 10:05:54 2008 From: do-not-reply at jboss.com (starkc) Date: Mon, 4 Feb 2008 10:05:54 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <13420420.1202137554511.JavaMail.jboss@colo-br-02.atl.jboss.com> So what can I do to try and clarify the situation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126202#4126202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126202 From do-not-reply at jboss.com Mon Feb 4 10:06:39 2008 From: do-not-reply at jboss.com (dmg) Date: Mon, 4 Feb 2008 10:06:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam + Informix - java.lang.IllegalStateException Message-ID: <25808005.1202137599024.JavaMail.jboss@colo-br-02.atl.jboss.com> My "fix" was to change my Informix datasource from "local-tx-datasource" to "no-tx-datasource". This doesn't seem ideal, but I'm out of ideas and time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126203#4126203 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126203 From do-not-reply at jboss.com Mon Feb 4 10:13:10 2008 From: do-not-reply at jboss.com (german.otero) Date: Mon, 4 Feb 2008 10:13:10 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Jbom retrieve information Message-ID: <9009027.1202137990349.JavaMail.jboss@colo-br-02.atl.jboss.com> I??m looking for a cleaner solution.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126206#4126206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126206 From do-not-reply at jboss.com Mon Feb 4 10:13:46 2008 From: do-not-reply at jboss.com (kasim) Date: Mon, 4 Feb 2008 10:13:46 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Ajax and injection with radio boxes Message-ID: <8260630.1202138026825.JavaMail.jboss@colo-br-02.atl.jboss.com> lol .... nope striek that ... it will never switch the value :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126207#4126207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126207 From do-not-reply at jboss.com Mon Feb 4 10:14:14 2008 From: do-not-reply at jboss.com (pbrewer_uk) Date: Mon, 4 Feb 2008 10:14:14 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - null transaction when ending a process that was triggered by Message-ID: <14159546.1202138054783.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've been using Seam 2.0.0.GA with jBPM 3.2.2 and have run into some issues with executing timer tasks. I have a simple process with a timer: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | However, when the timer fires and the process instance is ending I receive the following error in the logs: | 2008-02-04 14:42:16,419 DEBUG [org.jbpm.job.executor.JobExecutorThread] acquiring jobs for execution... | 2008-02-04 14:42:16,419 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]' | 2008-02-04 14:42:16,419 DEBUG [org.jbpm.JbpmContext] creating org.jbpm.JbpmContext at 3f65df | 2008-02-04 14:42:16,419 DEBUG [org.jbpm.persistence.db.DbPersistenceServiceFactory] creating persistence service | 2008-02-04 14:42:16,419 DEBUG [org.jbpm.persistence.db.DbPersistenceService] creating hibernate session | 2008-02-04 14:42:16,419 DEBUG [org.jbpm.job.executor.JobExecutorThread] querying for acquirable job... | 2008-02-04 14:42:16,424 DEBUG [org.jbpm.job.executor.JobExecutorThread] trying to obtain a lock for 'timer(timerTestTask,08-02-04 14:42:12,446,TaskInstance: 1,Token: 1)' | 2008-02-04 14:42:16,430 WARN [org.hibernate.engine.StatefulPersistenceContext.ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks == | 2008-02-04 14:42:16,432 DEBUG [org.jbpm.JbpmContext] closing jbpmContext org.jbpm.JbpmContext at 3f65df | 2008-02-04 14:42:16,433 DEBUG [org.jbpm.svc.Services] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService at 3f671a | 2008-02-04 14:42:16,433 DEBUG [org.jbpm.persistence.db.DbPersistenceService] flushing hibernate session SessionImpl(PersistenceContext[entityKeys=[EntityKey[org.jbpm.taskmgmt.exe.TaskInstance#1], EntityKey[org.jbpm.graph.exe.Token#1], EntityKey[org.jbpm.taskmgmt.def.Task#1], EntityKey[org.jbpm.job.Job#1]],collectionKeys=[CollectionKey[org.jbpm.graph.exe.Token.children#1], CollectionKey[org.jbpm.taskmgmt.def.Task.exceptionHandlers#1], CollectionKey[org.jbpm.taskmgmt.def.Task.events#1], CollectionKey[org.jbpm.graph.exe.Token.comments#1], CollectionKey[org.jbpm.taskmgmt.exe.TaskInstance.variableInstances#1], CollectionKey[org.jbpm.taskmgmt.exe.TaskInstance.pooledActors#1], CollectionKey[org.jbpm.taskmgmt.exe.TaskInstance.comments#1]]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[]]) | 2008-02-04 14:42:16,434 DEBUG [org.jbpm.persistence.db.DbPersistenceService] closing hibernate session | 2008-02-04 14:42:16,434 DEBUG [org.jbpm.svc.Services] closing service 'tx': org.jbpm.tx.TxService at 3feed1 | 2008-02-04 14:42:16,434 DEBUG [org.jbpm.job.executor.JobExecutorThread] obtained locks on following jobs: [timer(timerTestTask,08-02-04 14:42:12,446,TaskInstance: 1,Token: 1)] | 2008-02-04 14:42:16,435 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]' | 2008-02-04 14:42:16,435 DEBUG [org.jbpm.JbpmContext] creating org.jbpm.JbpmContext at 401631 | 2008-02-04 14:42:16,435 DEBUG [org.jbpm.persistence.db.DbPersistenceServiceFactory] creating persistence service | 2008-02-04 14:42:16,435 DEBUG [org.jbpm.persistence.db.DbPersistenceService] creating hibernate session | 2008-02-04 14:42:16,438 DEBUG [org.jbpm.job.executor.JobExecutorThread] executing job timer(timerTestTask,08-02-04 14:42:12,446,TaskInstance: 1,Token: 1) | 2008-02-04 14:42:16,442 WARN [org.hibernate.engine.StatefulPersistenceContext.ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks == | 2008-02-04 14:42:16,447 DEBUG [org.jbpm.job.Timer] executing timer 'timer(timerTestTask,08-02-04 14:42:12,446,TaskInstance: 1,Token: 1)' | 2008-02-04 14:42:16,451 DEBUG [org.jbpm.graph.def.GraphElement] executing action 'action[#{timerTestWorkflow.logTimerFired}]' | 2008-02-04 14:42:16,455 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]' | 2008-02-04 14:42:16,455 DEBUG [org.jbpm.JbpmContext] creating org.jbpm.JbpmContext at 4d638d | 2008-02-04 14:42:16,455 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]' | 2008-02-04 14:42:16,455 DEBUG [org.jbpm.JbpmContext] creating org.jbpm.JbpmContext at 4d65ce | 2008-02-04 14:42:16,455 DEBUG [org.jbpm.JbpmContext] closing jbpmContext org.jbpm.JbpmContext at 4d65ce | 2008-02-04 14:42:16,455 DEBUG [org.jbpm.persistence.db.DbPersistenceServiceFactory] creating persistence service | 2008-02-04 14:42:16,455 DEBUG [org.jbpm.persistence.db.DbPersistenceService] creating hibernate session | 2008-02-04 14:42:16,466 INFO [uk.co.iblocks.timertest.TimerTestWorkflow] logTimerFired | 2008-02-04 14:42:16,470 DEBUG [org.jbpm.JbpmContext] closing jbpmContext org.jbpm.JbpmContext at 4d638d | 2008-02-04 14:42:16,471 DEBUG [org.jbpm.svc.Services] executing default save operations | 2008-02-04 14:42:16,472 DEBUG [org.jbpm.svc.save.HibernateSaveOperation] saving process instance | 2008-02-04 14:42:16,474 DEBUG [org.jbpm.svc.save.SaveLogsOperation] flushing logs to logging service. | 2008-02-04 14:42:16,475 DEBUG [org.jbpm.svc.save.CascadeSaveOperation] cascading save of 'org.jbpm.graph.exe.ProcessInstance at 4dd165' | 2008-02-04 14:42:16,476 DEBUG [org.jbpm.svc.Services] executing default save operations | 2008-02-04 14:42:16,476 DEBUG [org.jbpm.svc.save.HibernateSaveOperation] saving process instance | 2008-02-04 14:42:16,476 DEBUG [org.jbpm.svc.save.SaveLogsOperation] flushing logs to logging service. | 2008-02-04 14:42:16,476 DEBUG [org.jbpm.svc.save.CascadeSaveOperation] cascading save of 'org.jbpm.graph.exe.ProcessInstance at 4dd165' | 2008-02-04 14:42:16,476 DEBUG [org.jbpm.svc.Services] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService at 4d7172 | 2008-02-04 14:42:16,477 DEBUG [org.jbpm.persistence.db.DbPersistenceService] flushing hibernate session SessionImpl(PersistenceContext[entityKeys=[EntityKey[org.jbpm.graph.exe.Token#1], EntityKey[org.jbpm.context.exe.VariableInstance#1], EntityKey[org.jbpm.context.exe.TokenVariableMap#1], EntityKey[org.jbpm.taskmgmt.exe.TaskMgmtInstance#2], EntityKey[org.jbpm.module.exe.ModuleInstance#1], EntityKey[org.jbpm.taskmgmt.exe.TaskInstance#1], EntityKey[org.jbpm.graph.exe.ProcessInstance#1]],collectionKeys=[CollectionKey[org.jbpm.context.exe.TokenVariableMap.variableInstances#1], CollectionKey[org.jbpm.graph.exe.Token.children#1], CollectionKey[org.jbpm.graph.exe.ProcessInstance.runtimeActions#1], CollectionKey[org.jbpm.context.exe.ContextInstance.tokenVariableMaps#1], CollectionKey[org.jbpm.graph.exe.Token.comments#1], CollectionKey[org.jbpm.graph.exe.ProcessInstance.instances#1], CollectionKey[org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances#2], CollectionKey[org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances#2], CollectionKey[org.jbpm.taskmgmt.exe.TaskInstance.variableInstances#1], CollectionKey[org.jbpm.taskmgmt.exe.TaskInstance.pooledActors#1], CollectionKey[org.jbpm.taskmgmt.exe.TaskInstance.comments#1]]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[]]) | 2008-02-04 14:42:16,477 DEBUG [org.jbpm.persistence.db.DbPersistenceService] closing hibernate session | 2008-02-04 14:42:16,477 DEBUG [org.jbpm.svc.Services] closing service 'tx': org.jbpm.tx.TxService at 4ec681 | 2008-02-04 14:42:16,477 DEBUG [org.jbpm.svc.Services] closing service 'logging': org.jbpm.logging.db.DbLoggingService at 4ea6d8 | 2008-02-04 14:42:16,483 DEBUG [org.jbpm.graph.def.GraphElement] event 'before-signal' on 'TaskNode(timerTest)' for 'Token(/)' | 2008-02-04 14:42:16,492 DEBUG [org.jbpm.graph.def.GraphElement] event 'task-end' on 'Task(timerTestTask)' for 'Token(/)' | 2008-02-04 14:42:16,494 DEBUG [org.jbpm.graph.def.GraphElement] executing action 'CancelTimerAction(5acd1c)' | 2008-02-04 14:42:16,494 DEBUG [org.jbpm.graph.exe.Token] token[1] is locked by token[1] | 2008-02-04 14:42:16,496 WARN [org.hibernate.engine.StatefulPersistenceContext.ProxyWarnLog] Narrowing proxy to class org.jbpm.job.Timer - this operation breaks == | 2008-02-04 14:42:16,498 DEBUG [org.jbpm.db.JobSession] deleting timer timer(timerTestTask,08-02-04 14:42:12,446,TaskInstance: 1,Token: 1) by name timerTestTask | 2008-02-04 14:42:16,507 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]' | 2008-02-04 14:42:16,507 DEBUG [org.jbpm.JbpmContext] creating org.jbpm.JbpmContext at 5b72f6 | 2008-02-04 14:42:16,507 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]' | 2008-02-04 14:42:16,507 DEBUG [org.jbpm.JbpmContext] creating org.jbpm.JbpmContext at 5b751b | 2008-02-04 14:42:16,507 DEBUG [org.jbpm.JbpmContext] closing jbpmContext org.jbpm.JbpmContext at 5b751b | 2008-02-04 14:42:16,507 DEBUG [org.jbpm.persistence.db.DbPersistenceServiceFactory] creating persistence service | 2008-02-04 14:42:16,507 DEBUG [org.jbpm.persistence.db.DbPersistenceService] creating hibernate session | 2008-02-04 14:42:16,508 DEBUG [org.jbpm.JbpmContext] closing jbpmContext org.jbpm.JbpmContext at 5b72f6 | 2008-02-04 14:42:16,508 DEBUG [org.jbpm.svc.Services] executing default save operations | 2008-02-04 14:42:16,508 DEBUG [org.jbpm.svc.save.HibernateSaveOperation] saving process instance | 2008-02-04 14:42:16,509 DEBUG [org.jbpm.svc.save.SaveLogsOperation] flushing logs to logging service. | 2008-02-04 14:42:16,509 DEBUG [org.jbpm.svc.save.CascadeSaveOperation] cascading save of 'org.jbpm.graph.exe.ProcessInstance at 5b8f44' | 2008-02-04 14:42:16,509 DEBUG [org.jbpm.svc.Services] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService at 5b7f11 | 2008-02-04 14:42:16,509 DEBUG [org.jbpm.persistence.db.DbPersistenceService] flushing hibernate session SessionImpl(PersistenceContext[entityKeys=[EntityKey[org.jbpm.module.exe.ModuleInstance#2], EntityKey[org.jbpm.module.exe.ModuleInstance#1], EntityKey[org.jbpm.graph.exe.ProcessInstance#1]],collectionKeys=[CollectionKey[org.jbpm.context.exe.ContextInstance.tokenVariableMaps#1], CollectionKey[org.jbpm.graph.exe.ProcessInstance.runtimeActions#1], CollectionKey[org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances#2], CollectionKey[org.jbpm.graph.exe.ProcessInstance.instances#1], CollectionKey[org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances#2]]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[]]) | 2008-02-04 14:42:16,509 DEBUG [org.jbpm.persistence.db.DbPersistenceService] closing hibernate session | 2008-02-04 14:42:16,509 DEBUG [org.jbpm.svc.Services] closing service 'tx': org.jbpm.tx.TxService at 5bc8ed | 2008-02-04 14:42:16,509 DEBUG [org.jbpm.svc.Services] closing service 'logging': org.jbpm.logging.db.DbLoggingService at 5bc60b | 2008-02-04 14:42:16,510 DEBUG [org.jbpm.graph.exe.Token] token[1] is unlocked by token[1] | 2008-02-04 14:42:16,512 DEBUG [org.jbpm.graph.def.GraphElement] event 'node-leave' on 'TaskNode(timerTest)' for 'Token(/)' | 2008-02-04 14:42:16,512 DEBUG [org.jbpm.graph.def.GraphElement] executing action 'action[#{timerTestWorkflow.logNodeLeave}]' | 2008-02-04 14:42:16,512 DEBUG [org.jbpm.graph.exe.Token] token[1] is locked by token[1] | 2008-02-04 14:42:16,513 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]' | 2008-02-04 14:42:16,513 DEBUG [org.jbpm.JbpmContext] creating org.jbpm.JbpmContext at 5c7fd0 | 2008-02-04 14:42:16,513 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]' | 2008-02-04 14:42:16,513 DEBUG [org.jbpm.JbpmContext] creating org.jbpm.JbpmContext at 5c81f5 | 2008-02-04 14:42:16,513 DEBUG [org.jbpm.JbpmContext] closing jbpmContext org.jbpm.JbpmContext at 5c81f5 | 2008-02-04 14:42:16,513 DEBUG [org.jbpm.persistence.db.DbPersistenceServiceFactory] creating persistence service | 2008-02-04 14:42:16,513 DEBUG [org.jbpm.persistence.db.DbPersistenceService] creating hibernate session | 2008-02-04 14:42:16,516 INFO [uk.co.iblocks.timertest.TimerTestWorkflow] logNodeLeave | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.JbpmContext] closing jbpmContext org.jbpm.JbpmContext at 5c7fd0 | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.svc.Services] executing default save operations | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.svc.save.HibernateSaveOperation] saving process instance | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.svc.save.SaveLogsOperation] flushing logs to logging service. | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.svc.save.CascadeSaveOperation] cascading save of 'org.jbpm.graph.exe.ProcessInstance at 5c9ea1' | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.svc.Services] executing default save operations | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.svc.save.HibernateSaveOperation] saving process instance | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.svc.save.SaveLogsOperation] flushing logs to logging service. | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.svc.save.CascadeSaveOperation] cascading save of 'org.jbpm.graph.exe.ProcessInstance at 5c9ea1' | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.svc.Services] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService at 5c8d04 | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.persistence.db.DbPersistenceService] flushing hibernate session SessionImpl(PersistenceContext[entityKeys=[EntityKey[org.jbpm.module.exe.ModuleInstance#2], EntityKey[org.jbpm.module.exe.ModuleInstance#1], EntityKey[org.jbpm.context.exe.VariableInstance#1], EntityKey[org.jbpm.graph.exe.Token#1], EntityKey[org.jbpm.graph.exe.ProcessInstance#1], EntityKey[org.jbpm.context.exe.TokenVariableMap#1]],collectionKeys=[CollectionKey[org.jbpm.graph.exe.Token.children#1], CollectionKey[org.jbpm.context.exe.TokenVariableMap.variableInstances#1], CollectionKey[org.jbpm.graph.exe.ProcessInstance.runtimeActions#1], CollectionKey[org.jbpm.context.exe.ContextInstance.tokenVariableMaps#1], CollectionKey[org.jbpm.graph.exe.Token.comments#1], CollectionKey[org.jbpm.graph.exe.ProcessInstance.instances#1], CollectionKey[org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances#2], CollectionKey[org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances#2]]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[]]) | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.persistence.db.DbPersistenceService] closing hibernate session | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.svc.Services] closing service 'tx': org.jbpm.tx.TxService at 5d60d3 | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.svc.Services] closing service 'logging': org.jbpm.logging.db.DbLoggingService at 5d5b8b | 2008-02-04 14:42:16,519 DEBUG [org.jbpm.graph.exe.Token] token[1] is unlocked by token[1] | 2008-02-04 14:42:16,520 DEBUG [org.jbpm.graph.def.GraphElement] event 'transition' on 'Transition(finished)' for 'Token(/)' | 2008-02-04 14:42:16,522 DEBUG [org.jbpm.graph.def.GraphElement] event 'node-enter' on 'EndState(end)' for 'Token(/)' | 2008-02-04 14:42:16,527 DEBUG [org.jbpm.graph.def.GraphElement] event 'process-end' on 'ProcessDefinition(timerTest)' for 'Token(/)' | 2008-02-04 14:42:16,532 ERROR [org.jbpm.db.JobSession] org.hibernate.TransactionException: could not register synchronization | 2008-02-04 14:42:16,534 DEBUG [org.jbpm.job.executor.JobExecutorThread] exception while executing 'timer(timerTestTask,08-02-04 14:42:12,446,TaskInstance: 1,Token: 1)' | org.jbpm.JbpmException: couldn't delete jobs for 'org.jbpm.graph.exe.ProcessInstance at 409df4' | at org.jbpm.db.JobSession.deleteJobsForProcessInstance(JobSession.java:211) | at org.jbpm.scheduler.db.DbSchedulerService.deleteTimersByProcessInstance(DbSchedulerService.java:54) | at org.jbpm.graph.exe.ProcessInstance.end(ProcessInstance.java:330) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173) | at org.jbpm.graph.exe.ProcessInstance_$$_javassist_82.end(ProcessInstance_$$_javassist_82.java) | at org.jbpm.graph.exe.Token.notifyParentOfTokenEnd(Token.java:332) | at org.jbpm.graph.exe.Token.end(Token.java:304) | at org.jbpm.graph.exe.Token.end(Token.java:254) | at org.jbpm.graph.node.EndState.execute(EndState.java:59) | at org.jbpm.graph.def.Node.enter(Node.java:319) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173) | at org.jbpm.graph.def.Node_$$_javassist_77.enter(Node_$$_javassist_77.java) | at org.jbpm.graph.def.Transition.take(Transition.java:151) | at org.jbpm.graph.def.Node.leave(Node.java:394) | at org.jbpm.graph.node.TaskNode.leave(TaskNode.java:209) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173) | at org.jbpm.graph.def.Node_$$_javassist_77.leave(Node_$$_javassist_77.java) | at org.jbpm.graph.exe.Token.signal(Token.java:195) | at org.jbpm.graph.exe.Token.signal(Token.java:158) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173) | at org.jbpm.graph.exe.Token_$$_javassist_13.signal(Token_$$_javassist_13.java) | at org.jbpm.job.Timer.execute(Timer.java:93) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173) | at org.jbpm.job.Job_$$_javassist_81.execute(Job_$$_javassist_81.java) | at org.jbpm.job.executor.JobExecutorThread.executeJob(JobExecutorThread.java:164) | at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:64) | Caused by: org.hibernate.TransactionException: could not register synchronization | at org.hibernate.transaction.JTATransaction.registerSynchronization(JTATransaction.java:309) | at org.jbpm.db.JobSession.deleteJobsForProcessInstance(JobSession.java:208) | ... 45 more | Caused by: java.lang.NullPointerException | at org.hibernate.transaction.JTATransaction.registerSynchronization(JTATransaction.java:306) | at org.jbpm.db.JobSession.deleteJobsForProcessInstance(JobSession.java:208) | at org.jbpm.scheduler.db.DbSchedulerService.deleteTimersByProcessInstance(DbSchedulerService.java:54) | at org.jbpm.graph.exe.ProcessInstance.end(ProcessInstance.java:330) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173) | at org.jbpm.graph.exe.ProcessInstance_$$_javassist_82.end(ProcessInstance_$$_javassist_82.java) | at org.jbpm.graph.exe.Token.notifyParentOfTokenEnd(Token.java:332) | at org.jbpm.graph.exe.Token.end(Token.java:304) | at org.jbpm.graph.exe.Token.end(Token.java:254) | at org.jbpm.graph.node.EndState.execute(EndState.java:59) | at org.jbpm.graph.def.Node.enter(Node.java:319) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173) | at org.jbpm.graph.def.Node_$$_javassist_77.enter(Node_$$_javassist_77.java) | at org.jbpm.graph.def.Transition.take(Transition.java:151) | at org.jbpm.graph.def.Node.leave(Node.java:394) | at org.jbpm.graph.node.TaskNode.leave(TaskNode.java:209) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | 2008-02-04 14:42:16,538 DEBUG [org.jbpm.JbpmContext] closing jbpmContext org.jbpm.JbpmContext at 401631 | 2008-02-04 14:42:16,538 DEBUG [org.jbpm.svc.Services] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService at 40176c | 2008-02-04 14:42:16,538 DEBUG [org.jbpm.persistence.db.DbPersistenceService] flushing hibernate session SessionImpl(PersistenceContext[entityKeys=[EntityKey[org.jbpm.graph.def.ProcessDefinition#1], EntityKey[org.jbpm.graph.def.Event#5], EntityKey[org.jbpm.graph.exe.Token#1], EntityKey[org.jbpm.taskmgmt.exe.TaskInstance#1], EntityKey[org.jbpm.graph.def.Node#3], EntityKey[org.jbpm.graph.def.Event#3], EntityKey[org.jbpm.graph.def.Event#4], EntityKey[org.jbpm.taskmgmt.def.Task#1], EntityKey[org.jbpm.graph.exe.ProcessInstance#1], EntityKey[org.jbpm.graph.def.Event#1], EntityKey[org.jbpm.job.Job#1], EntityKey[org.jbpm.graph.node.TaskNode#2], EntityKey[org.jbpm.graph.def.Event#2], EntityKey[org.jbpm.graph.def.Transition#2], EntityKey[org.jbpm.module.exe.ModuleInstance#2], EntityKey[org.jbpm.module.exe.ModuleInstance#1], EntityKey[org.jbpm.graph.def.Action#7], EntityKey[org.jbpm.graph.def.Action#2], EntityKey[org.jbpm.graph.def.Action#3]],collectionKeys=[CollectionKey[org.jbpm.graph.def.ProcessDefinition.definitions#1], CollectionKey[org.jbpm.graph.def.ProcessDefinition.nodes#1], CollectionKey[org.jbpm.graph.exe.Token.comments#1], CollectionKey[org.jbpm.graph.def.Node.arrivingTransitions#3], CollectionKey[org.jbpm.taskmgmt.exe.TaskMgmtInstance.taskInstances#2], CollectionKey[org.jbpm.graph.def.Node.exceptionHandlers#3], CollectionKey[org.jbpm.graph.def.Node.arrivingTransitions#2], CollectionKey[org.jbpm.graph.exe.Token.children#1], CollectionKey[org.jbpm.graph.def.Transition.exceptionHandlers#2], CollectionKey[org.jbpm.context.exe.ContextInstance.tokenVariableMaps#1], CollectionKey[org.jbpm.graph.def.Node.events#3], CollectionKey[org.jbpm.graph.def.Node.events#2], CollectionKey[org.jbpm.graph.def.Event.actions#1], CollectionKey[org.jbpm.taskmgmt.exe.TaskInstance.comments#1], CollectionKey[org.jbpm.graph.def.Node.leavingTransitions#3], CollectionKey[org.jbpm.graph.def.Node.leavingTransitions#2], CollectionKey[org.jbpm.graph.def.Event.actions#5], CollectionKey[org.jbpm.taskmgmt.def.Task.exceptionHandlers#1], CollectionKey[org.jbpm.graph.def.ProcessDefinition.exceptionHandlers#1], CollectionKey[org.jbpm.graph.def.Event.actions#4], CollectionKey[org.jbpm.graph.def.Event.actions#3], CollectionKey[org.jbpm.graph.def.Event.actions#2], CollectionKey[org.jbpm.taskmgmt.exe.TaskMgmtInstance.swimlaneInstances#2], CollectionKey[org.jbpm.graph.exe.ProcessInstance.instances#1], CollectionKey[org.jbpm.taskmgmt.exe.TaskInstance.pooledActors#1], CollectionKey[org.jbpm.graph.def.ProcessDefinition.events#1], CollectionKey[org.jbpm.graph.def.ProcessDefinition.actions#1], CollectionKey[org.jbpm.graph.exe.ProcessInstance.runtimeActions#1], CollectionKey[org.jbpm.graph.def.Node.exceptionHandlers#2], CollectionKey[org.jbpm.graph.node.TaskNode.tasks#2], CollectionKey[org.jbpm.taskmgmt.def.Task.events#1], CollectionKey[org.jbpm.graph.def.Transition.events#2], CollectionKey[org.jbpm.taskmgmt.exe.TaskInstance.variableInstances#1]]];ActionQueue[insertions=[] updates=[] deletions=[EntityDeleteAction[org.jbpm.job.Timer#1]] collectionCreations=[] collectionRemovals=[] collectionUpdates=[]]) | 2008-02-04 14:42:16,548 DEBUG [org.jbpm.persistence.db.DbPersistenceService] closing hibernate session | 2008-02-04 14:42:16,548 DEBUG [org.jbpm.svc.Services] closing service 'tx': org.jbpm.tx.TxService at 5ec546 | 2008-02-04 14:42:16,548 DEBUG [org.jbpm.svc.Services] closing service 'scheduler': org.jbpm.scheduler.db.DbSchedulerService at 5ae756 | 2008-02-04 14:42:16,548 DEBUG [org.jbpm.job.executor.JobExecutorThread] acquiring jobs for execution... | 2008-02-04 14:42:16,548 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]' | 2008-02-04 14:42:16,548 DEBUG [org.jbpm.JbpmContext] creating org.jbpm.JbpmContext at 5f2c3f | 2008-02-04 14:42:16,548 DEBUG [org.jbpm.persistence.db.DbPersistenceServiceFactory] creating persistence service | 2008-02-04 14:42:16,548 DEBUG [org.jbpm.persistence.db.DbPersistenceService] creating hibernate session | 2008-02-04 14:42:16,548 DEBUG [org.jbpm.job.executor.JobExecutorThread] querying for acquirable job... | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.job.executor.JobExecutorThread] no acquirable jobs in job table | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.JbpmContext] closing jbpmContext org.jbpm.JbpmContext at 5f2c3f | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.svc.Services] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService at 5f2d7a | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.persistence.db.DbPersistenceService] flushing hibernate session SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[]]) | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.persistence.db.DbPersistenceService] closing hibernate session | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.svc.Services] closing service 'tx': org.jbpm.tx.TxService at 5f3fef | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.job.executor.JobExecutorThread] obtained locks on following jobs: [] | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message, tx, scheduler, authentication, persistence, logging]' | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.JbpmContext] creating org.jbpm.JbpmContext at 5f49f0 | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.persistence.db.DbPersistenceServiceFactory] creating persistence service | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.persistence.db.DbPersistenceService] creating hibernate session | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.JbpmContext] closing jbpmContext org.jbpm.JbpmContext at 5f49f0 | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.svc.Services] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService at 5f4b2b | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.persistence.db.DbPersistenceService] flushing hibernate session SessionImpl(PersistenceContext[entityKeys=[],collectionKeys=[]];ActionQueue[insertions=[] updates=[] deletions=[] collectionCreations=[] collectionRemovals=[] collectionUpdates=[]]) | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.persistence.db.DbPersistenceService] closing hibernate session | 2008-02-04 14:42:16,549 DEBUG [org.jbpm.svc.Services] closing service 'tx': org.jbpm.tx.TxService at 5f5cf9 | I have posted on the seam forums, but it was suggested that I try on this forum for any further ideas. seam forum: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=123558 I have also filed a seam jira with a full description and test code, available at: http://jira.jboss.org/jira/browse/JBSEAM-2575 Any thoughts or suggestions on this issue would be gratefully received. Many thanks, Peter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126208#4126208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126208 From do-not-reply at jboss.com Mon Feb 4 10:14:28 2008 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 4 Feb 2008 10:14:28 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Jboss Tools - Few first questions Message-ID: <12346981.1202138068579.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : | "trouby" wrote : Hey, | | | | anonymous wrote : | | | When the server is running there is a Restart button in the main toolbar. Yeah - should probably be in the menu too (report in jira - thanks) | | | | | | Note: that besides restart we also have the "touch" functionallity which touches the relevant descriptor depending on your current project type. That will result in the app to be redeployed, removing the need for most restarts. | | | | | | | | | This is weird, right-click on the server menu has a restart button, I guess it was lately added :) | | | | maybe the server just need to be started before Restart button gets activated ;) | | anonymous wrote : | | Did you mean the 'twiddle server' option? | | | | no, I meant the "touch" feature (which is the finger pointing in the main toolbar) | | anonymous wrote : | | anonymous wrote : | | | You can use a deploy only server which does not actually start nor stop the server, but just maintains the deployment directory. | | | | | | | How do I do that? for now, if the server is stopped any modification to files are not being deployed, then I have to use the clean option, etc... to redeploy everything. | | | | New > Server > JBoss Deploy only server/runtime | | And then use that server to deploy your projects. | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126209#4126209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126209 From do-not-reply at jboss.com Mon Feb 4 10:15:53 2008 From: do-not-reply at jboss.com (javidjamae) Date: Mon, 4 Feb 2008 10:15:53 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't start JBoss 5 Beta3 with a JRE Message-ID: <15779726.1202138153111.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, that's exactly the problem, if its a pure JRE installation, it doesn't have the server directory. Do we need to open up a JIRA issue for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126211#4126211 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126211 From do-not-reply at jboss.com Mon Feb 4 10:17:11 2008 From: do-not-reply at jboss.com (jaikiran) Date: Mon, 4 Feb 2008 10:17:11 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <23995312.1202138231206.JavaMail.jboss@colo-br-02.atl.jboss.com> Let's start with the jars that you are packaging as part of your WAR file. Can you post the output of jar -tf decisionserver.war similar to what you had done for the EAR. You might have to extract that war to some place outside the ear to run this command. What i am interested is the list of jar files contained in this WAR. That might give us a starting point to debug this issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126212#4126212 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126212 From do-not-reply at jboss.com Mon Feb 4 10:18:59 2008 From: do-not-reply at jboss.com (pbrewer_uk) Date: Mon, 4 Feb 2008 10:18:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues Message-ID: <25875998.1202138339647.JavaMail.jboss@colo-br-02.atl.jboss.com> I've added an example ear and project source to the jira And I've now posted on the jBPM forums too: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126208#4126208 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126213#4126213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126213 From do-not-reply at jboss.com Mon Feb 4 10:21:36 2008 From: do-not-reply at jboss.com (mykey) Date: Mon, 4 Feb 2008 10:21:36 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @DataModel vs. EL Message-ID: <758729.1202138496228.JavaMail.jboss@colo-br-02.atl.jboss.com> Naa. That didn't solve it (T_T) Still the same - wrong - status message. Furtheremore, the @In is needed, because the new state has to be entered to the database. This is the JSF that is shown after inscription.startEdit(): | | | | | | | | | |
| | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | |
|
| | | | | | | | | | | | | | | | | | | | | |
|
| | | |
|
| | It just displays input-boxes for all properties of the EntityBean. But, to me, it doesn't look like the problem lies in the JSF. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126214#4126214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126214 From rotsen at gmail.com Mon Feb 4 10:21:39 2008 From: rotsen at gmail.com (=?ISO-8859-1?Q?N=E9stor?=) Date: Mon, 4 Feb 2008 07:21:39 -0800 Subject: [jboss-user] how to subscribe to a topic?? In-Reply-To: <5b172a560802040517x3421acfdn9f57bc160f7a30b0@mail.gmail.com> References: <5b172a560802040517x3421acfdn9f57bc160f7a30b0@mail.gmail.com> Message-ID: Ernesto, You have to create an account and then you will be able to access and reply to the different topics. Nestor :-) On Feb 4, 2008 5:17 AM, Ernesto Cullen wrote: > how can I subscribe to a topic in this list? I don't see a command for > that > > Ernesto Cullen > > > _______________________________________________ > jboss-user mailing list > jboss-user at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-user > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20080204/e24c4a0b/attachment.html From do-not-reply at jboss.com Mon Feb 4 10:28:38 2008 From: do-not-reply at jboss.com (javidjamae) Date: Mon, 4 Feb 2008 10:28:38 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can't start JBoss 5 Beta3 with a JRE Message-ID: <31754349.1202138919137.JavaMail.jboss@colo-br-02.atl.jboss.com> I created: http://jira.jboss.org/jira/browse/JBAS-5206 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126216#4126216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126216 From do-not-reply at jboss.com Mon Feb 4 10:30:49 2008 From: do-not-reply at jboss.com (ovistanciu) Date: Mon, 4 Feb 2008 10:30:49 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - h:SelectManyListbox, s:SelectItems and Many-to-Many mapping Message-ID: <18404700.1202139049151.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello. Not sure if I'm addressing a known bug, but here it goes. I'm using Seam 2.0.0.GA, JBoss AS 4.2.2, JDK 1.5 I have a Many-to-Many mapping: Location entity: | private Collection userGroups; | | @ManyToMany(TargetEntity=ro.ebsoft.doorcontrol.applogic.entity.UserGroup.class, | cascade={CascadeType.MERGE, CascadeType.PERSIST}) | @JoinTable(name="UserGroup_Location", | joinColumns={@JoinColumn(name="locationId")}, inverseJoinColumns={@JoinColumn(name="userGroupId")}) | public Collection getUserGroups() { | return userGroups; | } | | public void setUserGroups(Collection userGroups) { | this.userGroups = userGroups; | } | and UserGroup entity | private Collection locations = null; | | @ManyToMany( | cascade={CascadeType.PERSIST, CascadeType.MERGE}, | mappedBy="userGroups", | targetEntity=Location.class | ) | public Collection getLocations() { | return locations; | } | | public void setLocations(Collection locations) { | this.locations = locations; | } | | When adding a new UserGroup, a user can select any number of locations for the group. userGroup.xhtml : | | | | | When I try to save a new group (for instance, with the 2 top locations from the listbox), there's a failed validation. Faces Message: Conversion Error setting value '0 1' for '#{userGroupHome.instance.locations}'. I understand there's a problem binding a Set to a h:selectManyListBox (should use ArrayList). When trying to change Collection locations; to ArrayList locations; Hibernate notifies that it does not support it (mapping many to many to something else than a Collection). What to do? Does anyone have a fix for this problem? Thank you for your time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126217#4126217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126217 From do-not-reply at jboss.com Mon Feb 4 10:31:43 2008 From: do-not-reply at jboss.com (kabir.khan@jboss.com) Date: Mon, 4 Feb 2008 10:31:43 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - Re: Are you going to solve the problem that hibernate cant w Message-ID: <9552729.1202139103225.JavaMail.jboss@colo-br-02.atl.jboss.com> I posted a possible workaround in the JIRA issue. Let me know if it works or not View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126218#4126218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126218 From do-not-reply at jboss.com Mon Feb 4 10:32:39 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Mon, 4 Feb 2008 10:32:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to bookmark in Seam PDF? Message-ID: <19466020.1202139159513.JavaMail.jboss@colo-br-02.atl.jboss.com> Nope, not yet. Sounds like a feature for JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126219#4126219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126219 From do-not-reply at jboss.com Mon Feb 4 10:33:54 2008 From: do-not-reply at jboss.com (kabir.khan@jboss.com) Date: Mon, 4 Feb 2008 10:33:54 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - Re: duplicate method: _getAdvisor Message-ID: <27127905.1202139234754.JavaMail.jboss@colo-br-02.atl.jboss.com> Please see the JIRA issue for a workaround to the problem. I was on holidays while this thread was active, so apologies for the delay View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126220#4126220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126220 From do-not-reply at jboss.com Mon Feb 4 10:35:47 2008 From: do-not-reply at jboss.com (mykey) Date: Mon, 4 Feb 2008 10:35:47 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @DataModel vs. EL Message-ID: <14410520.1202139347282.JavaMail.jboss@colo-br-02.atl.jboss.com> Hooray!!!! (^_^) The problem is partially solved. The editing (from my last post) works now. Though, the status message is still not shown correctly. I thought the whole time that these problems belong to each other; has anybody an explanation for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126222#4126222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126222 From do-not-reply at jboss.com Mon Feb 4 10:37:52 2008 From: do-not-reply at jboss.com (mykey) Date: Mon, 4 Feb 2008 10:37:52 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @DataModel vs. EL Message-ID: <24732858.1202139472379.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, I forgot: I solved the problem by using the Conversation-Scope and @Begin for startEdit and @End for finishEdit - what I should probably have done in the first place. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126223#4126223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126223 From do-not-reply at jboss.com Mon Feb 4 10:38:12 2008 From: do-not-reply at jboss.com (mjhammel) Date: Mon, 4 Feb 2008 10:38:12 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Accessing USERNAME_PROPERTY from Web Service class Message-ID: <30071262.1202139492733.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks alessio. I'll look into handlers and see if I can pull the data out that way. If you have any pointers to online docs on how to write and use handlers please forward them. I'd appreciate it. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126224#4126224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126224 From do-not-reply at jboss.com Mon Feb 4 10:38:34 2008 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 4 Feb 2008 10:38:34 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: help me understand memory usage Message-ID: <17916682.1202139514583.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks like java has 2.5GB of virtual memory allocated. This implies to me that there is a memory leak somewhere, possibly in your application. I suggest using -verbose:gc to analyze the memory usage. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126225#4126225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126225 From do-not-reply at jboss.com Mon Feb 4 10:42:04 2008 From: do-not-reply at jboss.com (terryb) Date: Mon, 4 Feb 2008 10:42:04 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to bookmark in Seam PDF? Message-ID: <6150911.1202139724101.JavaMail.jboss@colo-br-02.atl.jboss.com> Done. http://jira.jboss.org/jira/browse/JBSEAM-2578 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126227#4126227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126227 From do-not-reply at jboss.com Mon Feb 4 10:44:49 2008 From: do-not-reply at jboss.com (terryb) Date: Mon, 4 Feb 2008 10:44:49 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - How to save seam pdf to a file Message-ID: <4067936.1202139889441.JavaMail.jboss@colo-br-02.atl.jboss.com> looking for some clues about how to save pdf, generated by seam template, to a file rather than displaying it. I guess need to get hold of output stream somehow and write that to a file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126229#4126229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126229 From do-not-reply at jboss.com Mon Feb 4 10:46:03 2008 From: do-not-reply at jboss.com (gjeudy) Date: Mon, 4 Feb 2008 10:46:03 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad SelectManyShuttle with seam ? Message-ID: <9165169.1202139963040.JavaMail.jboss@colo-br-02.atl.jboss.com> Apologies, I am new to facelets/JSF and didn't realize exactly how the binding to the backing bean to my commandButton occurs. The commandButton was not inside the same form that contained the selectManyShuttle component. Now it works as expected, thanks. PS: On a related note, I am using trinidad/ajax4jsf/facelets/myfaces/seam combination. Would anyone recommend me to switch to richfaces/facelets/myfaces/seam combination ? Has anyone made successful use of richfaces and the ListShuffle component in a SEAM project? At least by looking at the user doc; richfaces seems like a compelling choice and probably provides just as much if not more than trinidad/ajax4jsf. Thanks, -Guillaume View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126230#4126230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126230 From do-not-reply at jboss.com Mon Feb 4 10:53:14 2008 From: do-not-reply at jboss.com (starkc) Date: Mon, 4 Feb 2008 10:53:14 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <12532083.1202140394845.JavaMail.jboss@colo-br-02.atl.jboss.com> WAR contents: | META-INF/ | META-INF/MANIFEST.MF | WEB-INF/ | WEB-INF/classes/ | WEB-INF/classes/com/ ...etc... | WEB-INF/lib/ | WEB-INF/tlds/ | WEB-INF/weblogic.xml | WEB-INF/tlds/riskmanagerdecision.tld | decisionCore.jar | WEB-INF/web.xml | WEB-INF/jboss-web.xml | Dont want to post a giant list of class files off the bat, but suffice to say there are only class files in the classes/com/... directory structure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126232#4126232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126232 From do-not-reply at jboss.com Mon Feb 4 10:57:26 2008 From: do-not-reply at jboss.com (franky.b) Date: Mon, 4 Feb 2008 10:57:26 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error handling with error pages Message-ID: <29883216.1202140646629.JavaMail.jboss@colo-br-02.atl.jboss.com> thank you, that was what I was looking for :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126235#4126235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126235 From do-not-reply at jboss.com Mon Feb 4 10:59:27 2008 From: do-not-reply at jboss.com (alesj) Date: Mon, 4 Feb 2008 10:59:27 -0500 (EST) Subject: [jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.2 Spring Deployer + Spring 2.08 Message-ID: <16426267.1202140767926.JavaMail.jboss@colo-br-02.atl.jboss.com> "mlaporta" wrote : | I wish to see this support for spring-2.0.8 or 2.5. | https://sourceforge.net/project/showfiles.php?group_id=22866&package_id=161914&release_id=573873 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126237#4126237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126237 From do-not-reply at jboss.com Mon Feb 4 11:03:54 2008 From: do-not-reply at jboss.com (wporzo) Date: Mon, 4 Feb 2008 11:03:54 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal Message-ID: <29653806.1202141034946.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello. I'm using JBoss 2.0.1.GA and I have same problem in JBoss Portal 2.6.3. When my form is marked as multipart, there is no method invocaction in seam component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126239#4126239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126239 From do-not-reply at jboss.com Mon Feb 4 11:06:50 2008 From: do-not-reply at jboss.com (newbie07) Date: Mon, 4 Feb 2008 11:06:50 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Tld doesnot support attribute test to accept expressions Message-ID: <13058387.1202141210905.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I'm using jboss4.2 as local deployment server. This is a struts application using struts 1.3 In my jsp i'm using jstl tags and i'm including taglib as <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>Code compiles and gets deployed on server witjout any errors. When i try to go the jsp, in run time i get the error saying, jasperException, TLD doesnt support the attribute test to have expressions. So what I did was browsed thro the exploded directory of jboss where my appln has deployed , C:\jboss-4.2.1.GA\server\default\deploy\webapps\ project.war\abc\bcd.jsp and changed the jsp with this taglib: <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> Now everything works i expected. But the problem i'm using IntelliJ 6.0 and if i change the actual jsp and try to compile i get compiler error saying: Error: The absolute uri ]<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> cannot be resolved in either web.xml or the jar files deployed with this application. Any help is appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126242#4126242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126242 From do-not-reply at jboss.com Mon Feb 4 11:10:14 2008 From: do-not-reply at jboss.com (mlaporta) Date: Mon, 4 Feb 2008 11:10:14 -0500 (EST) Subject: [jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.2 Spring Deployer + Spring 2.08 Message-ID: <20874881.1202141415047.JavaMail.jboss@colo-br-02.atl.jboss.com> Great! I will try and post comments Thanks michele View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126245#4126245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126245 From do-not-reply at jboss.com Mon Feb 4 11:15:45 2008 From: do-not-reply at jboss.com (lepik) Date: Mon, 4 Feb 2008 11:15:45 -0500 (EST) Subject: [jboss-user] [JBoss and NetBeans] - Lepik Message-ID: <10649056.1202141745490.JavaMail.jboss@colo-br-02.atl.jboss.com> I am own databases configured login.xml an i.e. and JSP scrip SELECT * from friend Is table name friend and databases postgres.Password is null ,and user post. File postgresDS OK. Is help me ,please" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126247#4126247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126247 From do-not-reply at jboss.com Mon Feb 4 11:20:04 2008 From: do-not-reply at jboss.com (pete007) Date: Mon, 4 Feb 2008 11:20:04 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with: seam-gen deploy Message-ID: <25822338.1202142004539.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : Just correct the generated code. Okay, thank you for the hint. I already tried to correct it with several approaches, but didn't find the correct. The first one, just to delete the two extra references, which is obviously false, leads to Routings which always have 3 pointers to the same Node. Second one was to rename the references to nodeHome1, nodeHome2, nodeHome3, change the names in the wire()-method. Compilation worked, deployment also, but when selecting a routing or creating a new one, I always get an exception saying: "@In attribute requires non-null value: routingHome.nodeHome1" Changing the names in the view components also didn't help. Can you or someone else please tell me, which files I have to edit or where I can get an explanation, what is going wrong? Thank you so far, Peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126250#4126250 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126250 From do-not-reply at jboss.com Mon Feb 4 11:28:03 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Mon, 4 Feb 2008 11:28:03 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to save seam pdf to a file Message-ID: <12324232.1202142483783.JavaMail.jboss@colo-br-02.atl.jboss.com> I can think of two options. One would be to simply subclass UIDocument and create a new tag with a different implementation of encodeEnd. Another option would be to use setRedirect="false" and nest the p:document in any JSF component that implements ValueHolder. (maybe a custom component that you used for your file save function) That's basically how the pdf/mail integration works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126252#4126252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126252 From do-not-reply at jboss.com Mon Feb 4 11:29:14 2008 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Mon, 4 Feb 2008 11:29:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to save seam pdf to a file Message-ID: <3235198.1202142554572.JavaMail.jboss@colo-br-02.atl.jboss.com> I would add that if you do either of those, report back if there's anything you think UIDocument could do to make life easier to re-use for other purposes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126253#4126253 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126253 From do-not-reply at jboss.com Mon Feb 4 11:35:48 2008 From: do-not-reply at jboss.com (zahidmaqbool) Date: Mon, 4 Feb 2008 11:35:48 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Assigning Taks to the same user when sent back Message-ID: <14020111.1202142948789.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello Everyone, I am in great confusion, if anyone can help i would be really thankful. Currently in my application, users log into the application and assign tasks to themselves from a pooled task list. Now, I have something in my application that say Task "A" is completed and goes to TASK "B", then at Task "B" the user rejects the application and it has to go back to Task "A", where this task should be assigned to the same user who had earlier processed it from Task "A" to "B". Here, I what to do except how to automatically assign the task back to the user who processed in the earlier stage. If anyone can provide any hints or examples of this, I would be really helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126257#4126257 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126257 From do-not-reply at jboss.com Mon Feb 4 11:43:26 2008 From: do-not-reply at jboss.com (abondi) Date: Mon, 4 Feb 2008 11:43:26 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Confirmation of Deploy Message-ID: <7883968.1202143406090.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm developing a deployer for J2EE applications. I need to deploy applications composed by many ears and to be distributed in different computers. They are tightly linked and dependent, so order of deploy is important. Is there a way to verify if one application is correctly deployed in one computer? Where can I find more information about remote deploy of packages? Thank you very much, is for my degree! :) Bye Andrea View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126261#4126261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126261 From do-not-reply at jboss.com Mon Feb 4 11:45:58 2008 From: do-not-reply at jboss.com (gcompienne) Date: Mon, 4 Feb 2008 11:45:58 -0500 (EST) Subject: [jboss-user] [Microcontainer] - Deployer sequencing Message-ID: <29438530.1202143558267.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am trying to understand JBoss MC and there is a thing on deployer sequencing that I don't understand: When JBoss MC is used in the context of JBoss AS I can see that the HackClassloaderMetaDataDeployer class is only being triggered by the deployment of "console-mgr.sar". Now I must admit I don't understand why is that happening as the HackClassloaderMetaDataDeployer does not seem to be setting any input ("setInputs") or output ("setOutput"). When I tried to write my own deployer I was able to ensure that it was always called ("setAllInputs(true); ") but I really don't understand why HackClassloaderMetaDataDeployer behaves as it currently do... Thanks for your help. Gilles. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126262#4126262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126262 From do-not-reply at jboss.com Mon Feb 4 11:47:58 2008 From: do-not-reply at jboss.com (gjeudy) Date: Mon, 4 Feb 2008 11:47:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad SelectManyShuttle with seam ? Message-ID: <22521845.1202143678571.JavaMail.jboss@colo-br-02.atl.jboss.com> I tought trinidad SelectManyShuttle was working. Actually I always get the same value in my selected list which is always the first value of the available list no matter what I put in my selected list(on the client side). This happens when executing the action on the command button on the server side. In the code example below, it's the first value in #{refDomainSearch.refDomains}, how come #{refDomainSearch.selectedRefDomains} always contain this first value ? Could this be a bug in trinidad component library or a problem with trinidad/seam integration ? refDomainSearch is a stateful bean/seam managed component with session scope and getters/setters for refDomains & selectedRefDomains. I don't use @In/@Out annotation in my example. | | | | The commandButton triggering the action is part of the same form. Thanks, -Guillaume View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126264#4126264 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126264 From do-not-reply at jboss.com Mon Feb 4 11:57:27 2008 From: do-not-reply at jboss.com (ydzsidemiik) Date: Mon, 4 Feb 2008 11:57:27 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Message priority does not seem to work Message-ID: <11316093.1202144247814.JavaMail.jboss@colo-br-02.atl.jboss.com> I have succeeded in creating a stand-alone example of the behavior in my original post. This download is a ready to go EAR with source included. Simply drop it in the deploy directory of a JBM configuration (mine was built from `all`) to run. http://www.mediafire.com/?2y3w3gy2xic This example has two producers, one sending priority 4s into a queue at a rate of 50 messages per second and the other priority 9s at a rate of one every five seconds. An MDB consumes from the queue at a rate of 15 messages per second. Watch (you may have to look at the logs afterwards) how the high priority messages, represented by the letter 'H', are sent into the queue but not processed in a timely manner. Use jboss.j2ee:ear=test-prio.ear,jar=test-prio-mdb.jar,name=BootstrapImpl,service=EJB3,type=ManagementInterface in your JMX console to start and stop the senders. You can let them run for a minute or so and then stop them to watch the MDB clear the queue; the 'H' messages appear only intermittently in between large numbers of 'L' messages, even after the producers are stopped. I will investigate the pure JMS solution as per your suggestion, but my application was planned, designed, implemented, tested, and placed into production using MDBs -- whatever the outcome, it is the MDB stuff I ultimately have to get working. I would be enormously appreciative of any further insight you may have. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126265#4126265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126265 From do-not-reply at jboss.com Mon Feb 4 12:00:15 2008 From: do-not-reply at jboss.com (Sharoni) Date: Mon, 4 Feb 2008 12:00:15 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - Hotswap in application server 4.2.0 Message-ID: <11479153.1202144415592.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm working with application server 4.2.0 & jboss aop 1.5.6. While debugging the server in remote debug, if I add even a 'space' to class, which is jboss-aop observered, the hotswap fails. The hotswap itself , works just fine when updating a class which isn't jboss-aop observed. How can I make it work in both cases? Thanks in advance! Sharon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126267#4126267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126267 From do-not-reply at jboss.com Mon Feb 4 12:01:16 2008 From: do-not-reply at jboss.com (alesj) Date: Mon, 4 Feb 2008 12:01:16 -0500 (EST) Subject: [jboss-user] [Microcontainer] - Re: Deployer sequencing Message-ID: <20694546.1202144476286.JavaMail.jboss@colo-br-02.atl.jboss.com> Behaving as what? Being only triggered once (which I doubt is the case) or why there are no inputs/outputs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126268#4126268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126268 From do-not-reply at jboss.com Mon Feb 4 12:06:59 2008 From: do-not-reply at jboss.com (asookazian) Date: Mon, 4 Feb 2008 12:06:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: SMPC and could not enlist in transaction exception Message-ID: <22583865.1202144819452.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : 1) >= 1 SMPC per db (unless you use something like Shards or Metamatrix) | why would you ever need more than one SMPC per db? I can understand having 1 or 2 SMPC's for 2 db's if the db's are on the same server... anonymous wrote : 2) I'm not 100% sure, but I think you need to use XA transactions if you are using multiple datasources AFAIK, XA transactions are necessary only when supporting/using distributed transactions (such as when method A with a required transaction annotation - e.g. REQUIRES or REQUIRESNEW - propagates its transaction to another EntityManager CRUD operation in method B that is called by method A and also requires a transaction). Then a XA datasource is required to enable 2 phase commit protocol where the transaction mgr coordinates commits with the resource mgr's (for the db's). anonymous wrote : 3) If something is @AutoCreate, create=true is redundant, yes. this makes sense. thx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126269#4126269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126269 From ernestocullen at gmail.com Mon Feb 4 12:12:36 2008 From: ernestocullen at gmail.com (Ernesto Cullen) Date: Mon, 4 Feb 2008 15:12:36 -0200 Subject: [jboss-user] how to subscribe to a topic?? In-Reply-To: References: <5b172a560802040517x3421acfdn9f57bc160f7a30b0@mail.gmail.com> Message-ID: <5b172a560802040912q10b67aa3r43ef7d2ae5a445b7@mail.gmail.com> Thanks Nestor, but I do have an account -or at least I think so, a user and a password. I can edit my options on this list and there is an option 'topics' which is empty... and don't have a link or option to add topics to my list. I want to subscribe to Seam and Tools only Ernesto 2008/2/4, N?stor : > > Ernesto, > > You have to create an account and then you will be able to access and > reply to the different topics. > > Nestor :-) > > On Feb 4, 2008 5:17 AM, Ernesto Cullen wrote: > > > how can I subscribe to a topic in this list? I don't see a command for > > that > > > > Ernesto Cullen > > > > > > _______________________________________________ > > jboss-user mailing list > > jboss-user at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/jboss-user > > > > > > _______________________________________________ > jboss-user mailing list > jboss-user at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-user > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20080204/bc38a553/attachment.html From do-not-reply at jboss.com Mon Feb 4 12:13:50 2008 From: do-not-reply at jboss.com (gcompienne) Date: Mon, 4 Feb 2008 12:13:50 -0500 (EST) Subject: [jboss-user] [Microcontainer] - Re: Deployer sequencing Message-ID: <4489523.1202145230532.JavaMail.jboss@colo-br-02.atl.jboss.com> As far as I can see it is only triggered once (looking at the log file) for a default jboss run (includes an EJB 3 bean and a few other test deployers). In fact I am trying to understand the exact relationships and rules existing between the classloader that seem to be created by the structure deployers and the "DESCRIBE" and "CLASSLOADER" deployers. I discovered HackClassloaderMetaDataDeployer and though "That's probably a good one to start with" but then I was troubled when I realized it was only called when "console-mgr.sar" is being deployed... I initially though that the fact it does not set input/outputs would have meant it matches all deployments (or perhaps none)... But that does not seem to be the case... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126270#4126270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126270 From do-not-reply at jboss.com Mon Feb 4 12:17:09 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 12:17:09 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad SelectManyShuttle with seam ? Message-ID: <9571698.1202145429195.JavaMail.jboss@colo-br-02.atl.jboss.com> Lets see the backing bean. You can use RichFaces and Trinidad together btw. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126271#4126271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126271 From do-not-reply at jboss.com Mon Feb 4 12:19:45 2008 From: do-not-reply at jboss.com (JohnnyTheHun) Date: Mon, 4 Feb 2008 12:19:45 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - custom portal + css images Message-ID: <12218229.1202145585082.JavaMail.jboss@colo-br-02.atl.jboss.com> Could you help me in: I created a custom theme and a custom layout. I first put it in a custom dir (mylayout), but later I put it in the themes/maple dir instead. I put the appropriate lines into portal-layouts.xml and portal-themes.xml in portal-core/WEB-INF. My problem is, that even though the stylesheet for my layout gets loaded perfectly, the images do not. My images are in themes/maple/images and I reference them with paths like "images/myImage.gif". What am I doing wrong? I copied everything into maple dir, because I hoped the default themes were hardcoded and that might work, but it does not. Why aren't my image urls getting converted, where does the conversion occur? Where do I have to look for the solution? Thanks, John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126272#4126272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126272 From do-not-reply at jboss.com Mon Feb 4 12:27:20 2008 From: do-not-reply at jboss.com (simonbaker) Date: Mon, 4 Feb 2008 12:27:20 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - gpd.xml bend coordinates Message-ID: <19420056.1202146040630.JavaMail.jboss@colo-br-02.atl.jboss.com> [I'm separating this question from another thread -- I would really appreciate some help on this question, especially the bendpoints] I would greatly appreciate some more help with this topic as we are using JGraph to re-draw our process definition graph for the user. I don't understand how to use the various x, y, h.., w.. values to position the transition labels and draw the bends in the arrows. For example, here is a typical node in gpd.xml file: Code: Can the author of the GPD process designer help us understand how to interpret the attributes in the "label" and "bendpoint" elements so we can redraw these features in another coordinate system? Thanks SB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126277#4126277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126277 From do-not-reply at jboss.com Mon Feb 4 12:27:38 2008 From: do-not-reply at jboss.com (wizumwalt) Date: Mon, 4 Feb 2008 12:27:38 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - new portal page Message-ID: <4031603.1202146058621.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm just starting off with how to use portlets and have gone through the portlet tutorials but what I'd like to do now is know how to build the page that the portlets go into. Right now it's the page w/ JBoss logo and it's examples and I want to clear all that off and reformat the page w/ my portlets. Any help/guidance much appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126278#4126278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126278 From do-not-reply at jboss.com Mon Feb 4 12:27:47 2008 From: do-not-reply at jboss.com (alesj) Date: Mon, 4 Feb 2008 12:27:47 -0500 (EST) Subject: [jboss-user] [Microcontainer] - Re: Deployer sequencing Message-ID: <25139779.1202146067223.JavaMail.jboss@colo-br-02.atl.jboss.com> What AS5 instance are you running? Did you check the HackCLMDD code? There are (currently) two usages. 1) there is LoaderRepositoryConfig present in attachments 2) we're not top level deployment unit, and there is parent CLMD present This deployer is always triggered. And all it does - applying the 2 rules from above - is add ClassLoaderMetaData. This CLMD is later picked by ClassLoaderDeployer (if it exists). Regarding 'console-mgr.sar', I guess this is the only deployment that has strict scoping defined, hence the LoaderRepositoryConfig being present. | | jboss.console:sar=console-mgr.sar | | java2ParentDelegation=true | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126279#4126279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126279 From do-not-reply at jboss.com Mon Feb 4 12:32:01 2008 From: do-not-reply at jboss.com (simonbaker) Date: Mon, 4 Feb 2008 12:32:01 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: gpd.xml bend coordinates Message-ID: <10172215.1202146321888.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, cut and paste lost the code. Here: | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126281#4126281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126281 From do-not-reply at jboss.com Mon Feb 4 12:33:35 2008 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 4 Feb 2008 12:33:35 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: new portal page Message-ID: <31509345.1202146415416.JavaMail.jboss@colo-br-02.atl.jboss.com> The layout of the portal is defined by *-object.xml file. Do a search for files by that name under jboss-portal.sar, you will find several of them. The primary one is in conf/data. To change the logo, though, you need to modify the theme. The themes are found under jboss-portal.sar/portal-core.war/themes. I am giving a presentation on this topic (customizing the portal) next week at JBossWorld. At some point, my presentation should be available on the JBossWorld web site. That presentation gives more details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126283#4126283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126283 From do-not-reply at jboss.com Mon Feb 4 12:35:48 2008 From: do-not-reply at jboss.com (gcompienne) Date: Mon, 4 Feb 2008 12:35:48 -0500 (EST) Subject: [jboss-user] [Microcontainer] - Re: Deployer sequencing Message-ID: <3143571.1202146548761.JavaMail.jboss@colo-br-02.atl.jboss.com> Arghh... My bad. I completly forgot to notice that the "log.debug" command was after the "if" that was checking the presence of the LoaderRepositoryConfig... Sorry... But thanks for your useful help. Gilles. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126284#4126284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126284 From do-not-reply at jboss.com Mon Feb 4 12:37:48 2008 From: do-not-reply at jboss.com (alesj) Date: Mon, 4 Feb 2008 12:37:48 -0500 (EST) Subject: [jboss-user] [Microcontainer] - Re: Deployer sequencing Message-ID: <8985829.1202146668971.JavaMail.jboss@colo-br-02.atl.jboss.com> Code is your friend. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126285#4126285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126285 From do-not-reply at jboss.com Mon Feb 4 12:43:52 2008 From: do-not-reply at jboss.com (gcompienne) Date: Mon, 4 Feb 2008 12:43:52 -0500 (EST) Subject: [jboss-user] [Microcontainer] - Re: Deployer sequencing Message-ID: <18547063.1202147032075.JavaMail.jboss@colo-br-02.atl.jboss.com> But this seems to confirm that if I don't specify any input then the deployer is always called (rather than never). So far I was always doing a "setAllInputs(true)" but that probably was not necessary... Thanks again. Gilles. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126287#4126287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126287 From do-not-reply at jboss.com Mon Feb 4 12:47:44 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 12:47:44 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: SMPC and could not enlist in transaction exception Message-ID: <28631410.1202147264037.JavaMail.jboss@colo-br-02.atl.jboss.com> You might want to apply a hibernate filter to one SMPC but not the other. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126290#4126290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126290 From do-not-reply at jboss.com Mon Feb 4 12:48:56 2008 From: do-not-reply at jboss.com (mjung85) Date: Mon, 4 Feb 2008 12:48:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam & JBPM (WebConsole) Message-ID: <9472712.1202147336182.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your replies. It seems to me that Seam uses JBPM in a very dirty way. I think the Web Console is one of the advantages of JBPM. I can use it to monitor the current tasks and the state of the business processes. Without the console i have just the nearly undocumented built-in components and a database, where i can look what happens in a very uncomfortable way. That makes the use of business processes in this way (Seam + JBPM) unattractive. It's like a black box where i put some process definitions and then i hope everything runs as expected. 1. Can you tell me where i can find it in the JBPM Wiki? I tried to use this .war archive. http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmWebConsole 2. The version looked to be right for my jboss platform (AS 4.0.5, SEAM 1.2.0). I deployed it and then tried to access it (http://localhos:8080/jpbm/) but i get the following error, whats the problem? 2008-02-04 18:35:52,113 DEBUG [org.jbpm.webapp.filter.LogFilter] request http://localhost:8080/jbpm/ | 2008-02-04 18:35:52,113 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jbpm].[jsp]] Servlet.service() for servlet jsp threw exception | java.lang.NoClassDefFoundError | at java.lang.Class.forName0(Native Method) | at java.lang.Class.forName(Class.java:164) | at org.jbpm.webapp.context.Context.getPersistenceContext(Context.java:33) | at org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:22) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126291#4126291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126291 From do-not-reply at jboss.com Mon Feb 4 12:49:30 2008 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 4 Feb 2008 12:49:30 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: custom portal + css images Message-ID: <3183050.1202147370301.JavaMail.jboss@colo-br-02.atl.jboss.com> You can package a theme in a war file with a layout like: mytheme.war | + mystyles.css | + WEB-INF/ | + portal-themes.xml | + web.xml | + images/ | + mylogo.gif | + myicon.ico | + The web.xml file is empty (just ) and the portal-themes.xml file contains: | | mytheme | | | | | In addition placing your theme under jboss-portal.sar/portal-core.war/themes is also acceptable, as long as you add the theme name to jboss-portal.sar/portal-core.war/WEB-INF/portal-themes.xml. (Based on your post, I think you have done the above steps.) If you want to use your theme as the default theme, you also need to change several files - do a search for the term "renaissance". Note, however, that you need to do this *before* you run the portal for the first time. If you have already run the portal, the best way to switch it to using your theme is to make that change in the management portlet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126292#4126292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126292 From do-not-reply at jboss.com Mon Feb 4 12:51:53 2008 From: do-not-reply at jboss.com (alesj) Date: Mon, 4 Feb 2008 12:51:53 -0500 (EST) Subject: [jboss-user] [Microcontainer] - Re: Deployer sequencing Message-ID: <1068398.1202147513246.JavaMail.jboss@colo-br-02.atl.jboss.com> "gcompienne" wrote : But this seems to confirm that if I don't specify any input then the deployer is always called (rather than never). | | So far I was always doing a "setAllInputs(true)" but that probably was not necessary... | Inputs/outputs have only one struct usage, and that's the 'natural' order. If you do your deployers correctly, they can be naturally ordered by their inputs/outputs, like dominos. The second use case - if they are present in attachments - is optional. It depends on what you want to do with that info. e.g Most of deployers generically check if that type of attachment is present, else just pass through. But you can do what ever you like. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126293#4126293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126293 From do-not-reply at jboss.com Mon Feb 4 12:52:12 2008 From: do-not-reply at jboss.com (enda) Date: Mon, 4 Feb 2008 12:52:12 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home? Message-ID: <6971518.1202147532873.JavaMail.jboss@colo-br-02.atl.jboss.com> I also thank you for the feedback so I tried this: | | | | | And it does not work, because then the navigation does not work. I click the entry in table I want to edit and it does not redirect at all, method is called, but view stays in table. I think that to use I have to be inside a long-runnig conversation but I am not when I am in table page. Solution Problem 1. manually join conversations (exactly as you said problem is with different stage of life-cycle) - But I would buy a better solution ;D Solution Problem 2. a)Either End conversation and create new one b)Rename conversation in session bean c)Assign unique id to a session bean for all its life (in this case 'new') View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126294#4126294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126294 From do-not-reply at jboss.com Mon Feb 4 12:54:07 2008 From: do-not-reply at jboss.com (wizumwalt) Date: Mon, 4 Feb 2008 12:54:07 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: new portal page Message-ID: <19848579.1202147647661.JavaMail.jboss@colo-br-02.atl.jboss.com> I didn't really want to change the themes, rather, I wanted to take out things like current user, registration, greetings, the info in the middle ... I just want to make a simple intranet portal that every will have access to. Do I just download the jboss-portal.sar source and remove that stuff? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126295#4126295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126295 From do-not-reply at jboss.com Mon Feb 4 12:56:57 2008 From: do-not-reply at jboss.com (ydzsidemiik) Date: Mon, 4 Feb 2008 12:56:57 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Message priority does not seem to work Message-ID: <3268153.1202147817551.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to test the pure JMS approach, but I am seeing this error: javax.jms.IllegalStateException: This method is not applicable inside the application server. See the J2EE spec, e.g. J2EE1.4 Section 6.6 at org.jboss.resource.adapter.jms.JmsSession.checkStrict(JmsSession.java:581) at org.jboss.resource.adapter.jms.JmsMessageConsumer.setMessageListener(JmsMessageConsumer.java:136) Am I supposed to loop on the receive() method of the consumer myself? That's not completely realistic inside my design. Is there any other way to implement an MDB-like pattern without using MDBs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126297#4126297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126297 From do-not-reply at jboss.com Mon Feb 4 12:58:42 2008 From: do-not-reply at jboss.com (reind) Date: Mon, 4 Feb 2008 12:58:42 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Only 1 messages.properties files loaded in 2 WARs Message-ID: <10116385.1202147922290.JavaMail.jboss@colo-br-02.atl.jboss.com> pete: I've used the jboss-app.xml from the Registration example. I've since merged all messages into 1 properties file, which works for my project, but I've looked into it further in the hopes that it'll be of some use. I've created a JIRA bug and sample application: example app A: | | seam.jboss.org:loader=seam-registration | | example app B: | | seam.jboss.org:loader=zseam-registration | | (note "z" in 2nd loader name) A) 2 Seam EARs are deployed with jboss-app.xml - only 1 messages.properties file works B) 2 Seam EARs are deployed without jboss-app.xml - only 1 messages.properties file works C) 1 Seam EARs is deployed with jboss-app.xml - both messages.properties files works D) 1 Seam EARs is deployed with jboss-app.xml - both messages.properties files works n.b. This only affects one of the two EARs that are deployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126299#4126299 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126299 From do-not-reply at jboss.com Mon Feb 4 13:00:42 2008 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 4 Feb 2008 13:00:42 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: new portal page Message-ID: <7472947.1202148042944.JavaMail.jboss@colo-br-02.atl.jboss.com> The simple answer is "yes." All of those things are defined in *-object.xml files. By the way, you said you read tutorials, did you read the JBoss Portal documentation? They explain how the portal is laid out using *-object.xml files. Also, if you do not change the theme, the header will still declare that the portal is the "JBoss Portal". To change that, you have to change the logo image in the theme. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126303#4126303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126303 From do-not-reply at jboss.com Mon Feb 4 13:02:21 2008 From: do-not-reply at jboss.com (reind) Date: Mon, 4 Feb 2008 13:02:21 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Only 1 messages.properties files loaded in 2 WARs Message-ID: <13501675.1202148141247.JavaMail.jboss@colo-br-02.atl.jboss.com> JIRA ref: http://jira.jboss.org/jira/browse/JBSEAM-2579 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126305#4126305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126305 From do-not-reply at jboss.com Mon Feb 4 13:04:29 2008 From: do-not-reply at jboss.com (timfox) Date: Mon, 4 Feb 2008 13:04:29 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Message priority does not seem to work Message-ID: <13967594.1202148269252.JavaMail.jboss@colo-br-02.atl.jboss.com> "ydzsidemiik" wrote : I am trying to test the pure JMS approach, but I am seeing this error: | | javax.jms.IllegalStateException: This method is not applicable inside the application server. See the J2EE spec, e.g. J2EE1.4 Section 6.6 | at org.jboss.resource.adapter.jms.JmsSession.checkStrict(JmsSession.java:581) | at org.jboss.resource.adapter.jms.JmsMessageConsumer.setMessageListener(JmsMessageConsumer.java:136) | | Am I supposed to loop on the receive() method of the consumer myself? That's not completely realistic inside my design. Is there any other way to implement an MDB-like pattern without using MDBs? That error means you're using the JCA adaptor. Pure JMS = no EJB, no JCA. I.e. just create a simple JMS client which consumes messages from a queue, and check to see if the priority problem still occurs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126306#4126306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126306 From do-not-reply at jboss.com Mon Feb 4 13:11:13 2008 From: do-not-reply at jboss.com (wizumwalt) Date: Mon, 4 Feb 2008 13:11:13 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: new portal page Message-ID: <26599571.1202148674035.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126309#4126309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126309 From do-not-reply at jboss.com Mon Feb 4 13:15:21 2008 From: do-not-reply at jboss.com (dhinojosa) Date: Mon, 4 Feb 2008 13:15:21 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Odd Errors and OutOfMemory Message-ID: <23402969.1202148921728.JavaMail.jboss@colo-br-02.atl.jboss.com> *BUMP* Anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126310#4126310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126310 From do-not-reply at jboss.com Mon Feb 4 13:19:21 2008 From: do-not-reply at jboss.com (ydzsidemiik) Date: Mon, 4 Feb 2008 13:19:21 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Message priority does not seem to work Message-ID: <4895996.1202149161551.JavaMail.jboss@colo-br-02.atl.jboss.com> Just to clarify, you are talking about a stand alone, J2SE client connecting to JBM from outside the container, correct? This is my understanding of 'no EJB', as I assume you are not talking about writing MBeans. I will try and test this, but I am just trying to make sure I understand you correctly before I start coding. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126311#4126311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126311 From do-not-reply at jboss.com Mon Feb 4 13:22:05 2008 From: do-not-reply at jboss.com (timfox) Date: Mon, 4 Feb 2008 13:22:05 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Message priority does not seem to work Message-ID: <6503771.1202149326017.JavaMail.jboss@colo-br-02.atl.jboss.com> "ydzsidemiik" wrote : Just to clarify, you are talking about a stand alone, J2SE client connecting to JBM from outside the container, correct? This is my understanding of 'no EJB', as I assume you are not talking about writing MBeans. | | . It can be inside or outside the container, it doesn't matter. The key point is it's just a simple pure JMS client, that doesn't rely on JCA or EJB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126313#4126313 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126313 From do-not-reply at jboss.com Mon Feb 4 13:25:45 2008 From: do-not-reply at jboss.com (drathnow) Date: Mon, 4 Feb 2008 13:25:45 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - What's the best unit testing approach for JBoss/EJB3 Message-ID: <1737369.1202149545983.JavaMail.jboss@colo-br-02.atl.jboss.com> I was wondering if anyone has a good recommendation for unit testing strategies for code written for JBoss. There are a couple of frameworks that claim to provide EJB3 unit testing with JBoss, but I haven't had a lot of luck getting them to work for all scenarios. We are using Eclipse for development, JUnit for unit testing, Maven for our builds and CruiseControl for continuous integration testing and we would like to stick with these, although switching to Continuum is possible. What are you using? Thanks, Dave. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126314#4126314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126314 From rotsen at gmail.com Mon Feb 4 13:27:00 2008 From: rotsen at gmail.com (=?ISO-8859-1?Q?N=E9stor?=) Date: Mon, 4 Feb 2008 10:27:00 -0800 Subject: [jboss-user] how to subscribe to a topic?? In-Reply-To: <5b172a560802040912q10b67aa3r43ef7d2ae5a445b7@mail.gmail.com> References: <5b172a560802040517x3421acfdn9f57bc160f7a30b0@mail.gmail.com> <5b172a560802040912q10b67aa3r43ef7d2ae5a445b7@mail.gmail.com> Message-ID: Ernesto, I see what you mean. I automatically get them all when I subscribe to them. Sorry, I do not know the answer to your situation. Nestor :-) On Feb 4, 2008 9:12 AM, Ernesto Cullen wrote: > Thanks Nestor, but I do have an account -or at least I think so, a user > and a password. I can edit my options on this list and there is an option > 'topics' which is empty... and don't have a link or option to add topics to > my list. I want to subscribe to Seam and Tools only > > Ernesto > > > 2008/2/4, N?stor : > > > > Ernesto, > > > > You have to create an account and then you will be able to access and > > reply to the different topics. > > > > Nestor :-) > > > > On Feb 4, 2008 5:17 AM, Ernesto Cullen wrote: > > > > > how can I subscribe to a topic in this list? I don't see a command for > > > that > > > > > > Ernesto Cullen > > > > > > > > > _______________________________________________ > > > jboss-user mailing list > > > jboss-user at lists.jboss.org > > > https://lists.jboss.org/mailman/listinfo/jboss-user > > > > > > > > > > _______________________________________________ > > jboss-user mailing list > > jboss-user at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/jboss-user > > > > > > _______________________________________________ > jboss-user mailing list > jboss-user at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-user > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20080204/6c0826d5/attachment.html From do-not-reply at jboss.com Mon Feb 4 13:46:50 2008 From: do-not-reply at jboss.com (JohnnyTheHun) Date: Mon, 4 Feb 2008 13:46:50 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: custom portal + css images Message-ID: <19906123.1202150810331.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the help, after your post, I saw the flaw in my thinking. Putting the theme into a seperate war was a very good idea, didn't notice that in the reference guide. Above putting the theme there, I also put my own layout too (and the whole portal for simplicity's sake), and with a bit of myportal-object.xml tweaking I don't have to use the management portlet either. If it's any help to anyone, my dir structure: | mytheme.war | + my_styles.css | + mylayout.jsp | + WEB-INF/ | + portal-layouts.xml | + portal-themes.xml | + myportal-object.xml | + web.xml | + jsp/ | + | + images/ | + mylogo.gif | + myicon.ico | + | | portal-themes.xml: | | | my_theme | | | | | portal-layouts.xml: | | | | my_layout | /index.jsp | /index.jsp | | | | | | | part of myportal-object.xml: | ...... | | MyPage | | | theme.renderSetId | divRenderer | | | theme.id | my_theme | | | layout.id | my_layout | | | order | 1 | | | | | ... | | ....... | | ..... | And if you by any chance are such a messy coder, that you're using tags in your layout, then you can reference your images in your .jsp via: | <% | String contextPath = request.getContextPath(); | %> | ...... | | ...... | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126317#4126317 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126317 From do-not-reply at jboss.com Mon Feb 4 13:59:17 2008 From: do-not-reply at jboss.com (JohnnyTheHun) Date: Mon, 4 Feb 2008 13:59:17 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: custom portal + css images Message-ID: <15826729.1202151557291.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there any way to use my custom header.jsp and tabs.jsp without tinkering with default portal core files? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126319#4126319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126319 From do-not-reply at jboss.com Mon Feb 4 14:00:43 2008 From: do-not-reply at jboss.com (JohnnyTheHun) Date: Mon, 4 Feb 2008 14:00:43 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: header.jsp - How To? Message-ID: <7916876.1202151643342.JavaMail.jboss@colo-br-02.atl.jboss.com> But what if one of my portals use my custom header or tabs.jsp, while another uses the default one. Your suggestion would kill the one using the default core files, wouldn't it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126320#4126320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126320 From do-not-reply at jboss.com Mon Feb 4 14:16:44 2008 From: do-not-reply at jboss.com (vicky123) Date: Mon, 4 Feb 2008 14:16:44 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Booking ScopeType.SESSION Message-ID: <12268516.1202152604278.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I am very new to seam. Can any one tell me why searchHotel result of booking application is in SESSION context? Does not it effect the server memory when multiple users are logged in? Is there any other way of doing it or seam handles it effectively? Can any one throw some light on it? -Vivek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126324#4126324 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126324 From do-not-reply at jboss.com Mon Feb 4 14:17:45 2008 From: do-not-reply at jboss.com (amitvk) Date: Mon, 4 Feb 2008 14:17:45 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching Message-ID: <27420572.1202152665625.JavaMail.jboss@colo-br-02.atl.jboss.com> Another way I found useful was using the OOP concepts to load the mappings or just the core table vlaues. Have the main table mapped in the superclass and the mappings that you want to load sometimes in the subclass. e.g. If the table name is Customer. have 2 entities Customer, and CustomerWithMapping CUstomerWithMapping extends Customer. Define all the Customer column values in Customer base class. Define all the lazy mappings in CustomerWithMapping class with EAGER fetch.. If you just want to get the core table data find on the Customer. If you want it with mappings call e.g. Select e from CustomerMapping where e.CustomerNumber =1. I used the Customer class when I want to display list of customers and CustomerWithMapping when working on a specefic Customer. Hope this helps. P.S the only problem I found was that you cannot use em.find to get the CustomerWithMapping Object as it tries to load the superclass. In that case use JPQL - Select e from CustomerMapping where e.CustomerNumber =1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126325#4126325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126325 From do-not-reply at jboss.com Mon Feb 4 14:19:48 2008 From: do-not-reply at jboss.com (amitvk) Date: Mon, 4 Feb 2008 14:19:48 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching Message-ID: <15899445.1202152788648.JavaMail.jboss@colo-br-02.atl.jboss.com> Another way I found useful was using the OOP concepts to load the mappings or just the core table vlaues. Have the main table mapped in the superclass and the mappings that you want to load sometimes in the subclass. e.g. If the table name is Customer. have 2 entities Customer, and CustomerWithMapping CUstomerWithMapping extends Customer. Define all the Customer column values in Customer base class. Define all the lazy mappings in CustomerWithMapping class with EAGER fetch.. If you just want to get the core table data find on the Customer. If you want it with mappings call e.g. Select e from CustomerMapping where e.CustomerNumber =1. I used the Customer class when I want to display list of customers and CustomerWithMapping when working on a specefic Customer. Hope this helps. P.S the only problem I found was that you cannot use em.find to get the CustomerWithMapping Object as it tries to load the superclass. In that case use JPQL - Select e from CustomerMapping where e.CustomerNumber =1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126326#4126326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126326 From do-not-reply at jboss.com Mon Feb 4 14:21:29 2008 From: do-not-reply at jboss.com (dhinojosa) Date: Mon, 4 Feb 2008 14:21:29 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION Message-ID: <10620740.1202152889091.JavaMail.jboss@colo-br-02.atl.jboss.com> Great question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126329#4126329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126329 From do-not-reply at jboss.com Mon Feb 4 14:32:56 2008 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 4 Feb 2008 14:32:56 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: custom portal + css images Message-ID: <24472853.1202153576952.JavaMail.jboss@colo-br-02.atl.jboss.com> The typical mechanism for changing the header and tabs is to change the theme. (By changing tabs, I assume you mean their appearance - you can change which tabs appear by defining new pages - each page has its own tab.) The existing header and tabs are laid out in index.jsp files found in subdirectories of jboss-portl.sar/portal-core.war/layouts View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126331#4126331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126331 From do-not-reply at jboss.com Mon Feb 4 14:33:12 2008 From: do-not-reply at jboss.com (nico82) Date: Mon, 4 Feb 2008 14:33:12 -0500 (EST) Subject: [jboss-user] [JCA/JBoss] - Connect a MDB to another system that not use JMS Message-ID: <18727969.1202153593038.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm trying to develop a project which must connect a MessageDrivenBean to another system that not use JMS.I would know if there is a way or something developped yet. I saw http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCAMessageInflowExample but I'm looking for another example or some help. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126332#4126332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126332 From do-not-reply at jboss.com Mon Feb 4 14:40:12 2008 From: do-not-reply at jboss.com (mt3ch) Date: Mon, 4 Feb 2008 14:40:12 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: I don't succeded installing jbossws2.0.1 please help me Message-ID: <4104605.1202154012870.JavaMail.jboss@colo-br-02.atl.jboss.com> You could also have written C:/jboss-4.2.1.GA (using a forward slash instead of backslashes). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126335#4126335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126335 From do-not-reply at jboss.com Mon Feb 4 14:47:24 2008 From: do-not-reply at jboss.com (neilac333) Date: Mon, 4 Feb 2008 14:47:24 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <16449879.1202154444329.JavaMail.jboss@colo-br-02.atl.jboss.com> Ask and you shall receive. But I guess you need to be careful what you wish for: | 04 Feb 2008 14:36:57,764: DEBUG org.ajax4jsf.webapp.BaseFilter - Finished request processing total time 40ms for uri: /myapp/a4j_3_1_3.GAorg.ajax4jsf.javascript.PrototypeScript | 04 Feb 2008 14:37:00,167: DEBUG org.ajax4jsf.webapp.BaseFilter - Filter start request processing at 2/4/08 2:37 PM for uri: /myapp/myappSearch.html | 04 Feb 2008 14:37:00,167: DEBUG org.ajax4jsf.webapp.BaseFilter - Incoming request has Content-Type header without character encoding: application/x-www-form-urlencoded | 04 Feb 2008 14:37:00,167: DEBUG org.ajax4jsf.webapp.BaseFilter - Filter request output to XML | 04 Feb 2008 14:37:00,187: DEBUG org.ajax4jsf.webapp.BaseXMLFilter - XML filter service start processing request | 04 Feb 2008 14:37:00,297: DEBUG org.jboss.seam.contexts.FacesLifecycle - >>> Begin JSF request | 04 Feb 2008 14:37:00,307: DEBUG org.jboss.seam.contexts.Lifecycle - Session started | 04 Feb 2008 14:37:00,327: INFO org.jboss.seam.contexts.Contexts - starting up: org.jboss.seam.web.session | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.web.session | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.web.session | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.web.session | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.web.session | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.web.session | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.web.session | 04 Feb 2008 14:37:00,327: INFO org.jboss.seam.contexts.Contexts - starting up: org.jboss.seam.security.identity | 04 Feb 2008 14:37:00,327: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.security.identity | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.security.identity | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.security.identity | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.security.identity | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,337: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.security.identity | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.security.identity | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preDestroyContext.CONVERSATION | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,347: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postDestroyContext.CONVERSATION | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.transaction.transaction | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.transaction.transaction | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.transaction.transaction | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.transaction.transaction | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.transaction.transaction | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.transaction.transaction | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{} | 04 Feb 2008 14:37:00,367: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{} | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.jsf.SeamPhaseListener - beginning transaction prior to phase: RESTORE_VIEW 1 | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{} | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.transaction.UTTransaction - beginning JTA transaction | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.transaction.synchronizations | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.transaction.synchronizations | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.transaction.synchronizations | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.transaction.synchronizations | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.transaction.synchronizations | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.transaction.synchronizations | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,377: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.beforePhase | 04 Feb 2008 14:37:00,377: DEBUG org.ajax4jsf.event.AjaxPhaseListener - Process before phase RESTORE_VIEW 1 | 04 Feb 2008 14:37:00,377: DEBUG org.ajax4jsf.event.InitPhaseListener - Perform additional framework initialization on first request | 04 Feb 2008 14:37:00,377: DEBUG org.ajax4jsf.event.InitPhaseListener - Set AjaxViewHandler on top of chain | 04 Feb 2008 14:37:00,377: DEBUG org.ajax4jsf.application.AjaxViewHandler - Create instance of Ajax ViewHandler | 04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxStateManager - Can't restore view state : no saved view states in session | 04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxViewHandler - Detect session expiration in AJAX request - view don't restored for a viewId /myappSearch.html | 04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxViewHandler - Detect session expiration in AJAX request - view don't restored for a viewId /myappSearch.html | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.international.localeSelector | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.international.localeSelector | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.international.localeSelector | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.international.localeSelector | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.international.localeSelector | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:00,548: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.international.localeSelector | 04 Feb 2008 14:37:01,609: DEBUG org.ajax4jsf.event.InitPhaseListener - Remove init phase listener from factories | 04 Feb 2008 14:37:01,619: DEBUG org.ajax4jsf.event.AjaxPhaseListener - Process after phase RESTORE_VIEW 1 | 04 Feb 2008 14:37:01,629: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,629: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,629: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,629: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.afterPhase | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.conversationPropagation | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.conversationPropagation | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.conversationPropagation | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.conversationPropagation | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.conversationPropagation | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,639: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.conversationPropagation | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.navigation.pages | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.navigation.pages | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.navigation.pages | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.navigation.pages | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.navigation.pages | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.resourceLoader | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.resourceLoader | 04 Feb 2008 14:37:01,649: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.resourceLoader | 04 Feb 2008 14:37:01,659: DEBUG org.jboss.seam.navigation.Pages - reading pages.xml file: /WEB-INF/pages.xml | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.expressions | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.expressions | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.expressions | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.expressions | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.expressions | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.expressions | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.navigation.pages | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.manager | 04 Feb 2008 14:37:01,699: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.manager | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.manager | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.manager | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.manager | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.manager | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.faces.facesPage | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.faces.facesPage | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.faces.facesPage | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.faces.facesPage | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.faces.facesPage | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,709: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.faces.facesPage | 04 Feb 2008 14:37:01,719: DEBUG org.jboss.seam.core.Manager - No stored conversation, or concurrent call to the stored conversation | 04 Feb 2008 14:37:01,749: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.web.parameters | 04 Feb 2008 14:37:01,749: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.web.parameters | 04 Feb 2008 14:37:01,749: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.web.parameters | 04 Feb 2008 14:37:01,769: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.faces.facesMessages | 04 Feb 2008 14:37:01,769: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.faces.facesMessages | 04 Feb 2008 14:37:01,769: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.faces.facesMessages | 04 Feb 2008 14:37:01,769: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.faces.facesMessages | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.faces.facesMessages | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.faces.facesMessages | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{} | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.jsf.SeamPhaseListener - committing transaction after phase: RESTORE_VIEW 1 | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{} | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.transaction.UTTransaction - committing JTA transaction | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.beforeTransactionCompletion | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,779: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.afterTransactionCompletion | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{} | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.jsf.SeamPhaseListener - beginning transaction prior to phase: RENDER_RESPONSE 6 | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.util.Naming - JNDI InitialContext properties:{} | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.transaction.UTTransaction - beginning JTA transaction | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.faces.switcher | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.faces.switcher | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.conversationList | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.conversationList | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.conversationStack | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,789: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.conversationStack | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.conversation | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.conversation | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.conversation | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.conversation | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.conversation | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,809: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.conversation | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.persistence.persistenceContexts | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.persistence.persistenceContexts | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.persistence.persistenceContexts | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.persistence.persistenceContexts | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.persistence.persistenceContexts | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.org.jboss.seam.persistence.persistenceContexts | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:01,829: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.beforePhase | 04 Feb 2008 14:37:01,829: DEBUG org.ajax4jsf.event.AjaxPhaseListener - Process before phase RENDER_RESPONSE 6 | 04 Feb 2008 14:37:01,829: DEBUG org.ajax4jsf.event.AjaxPhaseListener - PhaseListener enter Before RenderView Phase with ViewId /myappSearch.jspx and RenderKitId HTML_BASIC | 04 Feb 2008 14:37:01,839: DEBUG org.richfaces.skin.SkinFactory - Class name for SkinFactory set to org.richfaces.skin.SkinFactoryImpl by META-INF/services | 04 Feb 2008 14:37:01,849: DEBUG org.richfaces.skin.SkinFactoryImpl - Create new Skin instance for name classic | 04 Feb 2008 14:37:05,635: DEBUG org.ajax4jsf.webapp.FilterServletResponseWrapper - Create StringWriter for buffer servlet output | 04 Feb 2008 14:37:05,645: DEBUG org.ajax4jsf.renderkit.RendererBase - Start encoding of component _viewRoot with class org.ajax4jsf.component.AjaxViewRoot | 04 Feb 2008 14:37:05,785: DEBUG org.jboss.seam.Component - instantiating Seam component: myappSearchAction | 04 Feb 2008 14:37:05,875: DEBUG org.jboss.seam.Component - initializing new instance of: myappSearchAction | 04 Feb 2008 14:37:05,885: DEBUG org.jboss.seam.Component - done initializing: myappSearchAction | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.myappSearchAction | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.myappSearchAction | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,905: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postCreate.myappSearchAction | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.myappSearchAction | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.myappSearchAction | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.this | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.this | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.method | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.method | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.parameters | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.parameters | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.component | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.component | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.contexts.Contexts - found in conversation context: org.jboss.seam.persistence.persistenceContexts | 04 Feb 2008 14:37:05,915: DEBUG org.jboss.seam.Component - trying to inject with hierarchical context search: myappSearch | 04 Feb 2008 14:37:05,925: DEBUG org.jboss.seam.Component - instantiating Seam component: myappSearch | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: myappSearch | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - done initializing: myappSearch | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.preSetVariable.myappSearch | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.core.Events - Processing event:org.jboss.seam.postSetVariable.myappSearch | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - done initializing: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - instantiating Seam component: org.jboss.seam.core.events | 04 Feb 2008 14:37:06,005: DEBUG org.jboss.seam.Component - initializing new instance of: org.jboss.seam.core.events | 04 Feb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126336#4126336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126336 From do-not-reply at jboss.com Mon Feb 4 14:56:26 2008 From: do-not-reply at jboss.com (neilac333) Date: Mon, 4 Feb 2008 14:56:26 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <27383720.1202154986274.JavaMail.jboss@colo-br-02.atl.jboss.com> Naturally, the log got cut off, but these lines caught my eye: | 04 Feb 2008 14:37:00,377: DEBUG org.ajax4jsf.application.AjaxViewHandler - Create instance of Ajax V | iewHandler | 04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxStateManager - Can't restore view state | : no saved view states in session | 04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxViewHandler - Detect session expiration | in AJAX request - view don't restored for a viewId /myappSearch.html | 04 Feb 2008 14:37:00,457: DEBUG org.ajax4jsf.application.AjaxViewHandler - Detect session expiration | in AJAX request - view don't restored for a viewId /myappSearch.html | Also, please let me know if there is a particular hierarchy you would like to see in DEBUG level (like say org.jboss.seam) while keeping others out just to keep things less noisy. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126341#4126341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126341 From do-not-reply at jboss.com Mon Feb 4 15:12:04 2008 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 4 Feb 2008 15:12:04 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Re: Jboos Wiki install - help Message-ID: <9317793.1202155924508.JavaMail.jboss@colo-br-02.atl.jboss.com> I assume that you are using the JBoss Portal + JBossAS bundle. I base this on you statement that you never set up a database - the bundle comes with Hypersonic set up as the database. I downloaded the 2.6.2 bundle, deployed wiki.war, and started the portal. Works fine. I then repeated this with the 2.6.3 bundle. Works fine. The exception you posted is what appears in the browser window. This usually is not all that helpful. There should be a corresponding stack trace in the console window, could you post that? What operating system are you using? Which version of the JDK? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126343#4126343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126343 From do-not-reply at jboss.com Mon Feb 4 15:21:50 2008 From: do-not-reply at jboss.com (alllle) Date: Mon, 4 Feb 2008 15:21:50 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to escape the # sign in a seam EL? Message-ID: <23387434.1202156510182.JavaMail.jboss@colo-br-02.atl.jboss.com> So it is already fixed in 2.0.2GA? That was amazingly fast! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126346#4126346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126346 From do-not-reply at jboss.com Mon Feb 4 15:26:20 2008 From: do-not-reply at jboss.com (tomstrummer) Date: Mon, 4 Feb 2008 15:26:20 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Bug? Outjected boolean changes value mid-template Message-ID: <18158267.1202156780893.JavaMail.jboss@colo-br-02.atl.jboss.com> I am seeing very odd behavior where the value of an outjected boolean changes in the middle of a template, but no assignment was done. I think it has to do with how it is scoped. Expected/ Intended Behavior: The value, newPortfolioForm is toggled based on whether or not a form should be displayed on a page. It is triggered when the user clicks the "add" button. The field is EVENT scoped, such that if the user clicks "add" and then decides to do something other than submit the form, the form will be hidden again (i.e. the action is cancelled). However, on subsequent requests (i.e. any page refresh), it appears that the outjected value for newPortfolioForm is null and then changes back to true after a DataModel from the same SLSB is rendered. Here is my (simplified) template: | | | | | | showPortfolioForm is null | showPortfolioForm is true | #{portfolios}
| showPortfolioForm is TRUE!!! | showPortfolioForm is null | showPortfolioForm is false | | | And my SLSB: | @Stateless @Name("portfolioHandler") | public class PortfolioHandlerImpl implements PortfolioHandler { | | @DataModelSelection("portfolios") | @In(required=false) @Out(required=false) | private Portfolio portfolio; | | @Out private boolean showPortfolioForm = false; | | @DataModel List portfolios; | | public void addPortfolio() { | showPortfolioForm = true; // display the form | } | | public void updatePortfolio() { | // save method... | } | | // factory and other CRUD methods here... | } | Output after initial page load (OK): | showPortfolioForm is null | org.jboss.seam.jsf.ListDataModel at c74f8c4 | showPortfolioForm is false | Output after button click (OK - consistent state): | showPortfolioForm is true | org.jboss.seam.jsf.ListDataModel at 1f65c446 | showPortfolioForm is TRUE!!! | Output after page reload (BAD - it changed!!): | showPortfolioForm is null | org.jboss.seam.jsf.ListDataModel at 35efd6ed | showPortfolioForm is TRUE!!! | Now, I'm not surprised that showPortfolioForm was boxed to a Boolean and is null. However -- why does the value change after #{portfolios} is referenced?!? Null and false are close enough as far as boolean logic is concerned that I didn't notice this is actually happening on the first page load too -- the value is null and then false. I would submit that this is a bug -- the state within the template is not consistent, even though none of my code has changed it. There is a similar effect if the scope is set to PAGE. If the value was re-initialized to false it would be OK, but why is it picking up the old value even though it is clearly out of scope? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126347#4126347 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126347 From do-not-reply at jboss.com Mon Feb 4 16:05:13 2008 From: do-not-reply at jboss.com (alllle) Date: Mon, 4 Feb 2008 16:05:13 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Exception with basic authentication Message-ID: <15775007.1202159113320.JavaMail.jboss@colo-br-02.atl.jboss.com> Yep, it works now. Thanks for fix! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126349#4126349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126349 From do-not-reply at jboss.com Mon Feb 4 16:12:12 2008 From: do-not-reply at jboss.com (CBax007) Date: Mon, 4 Feb 2008 16:12:12 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: avoid lazy-initialization exceptions Message-ID: <22192631.1202159532305.JavaMail.jboss@colo-br-02.atl.jboss.com> Has anyone come up with a better solution to this problem? Is there any way that in the XML marshaling code, the logic could check if the instance was a PersistentBag. If it was, and it had not yet been initialized, then serialize it as either null or an empty collection. Is there a way to make this happen? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126350#4126350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126350 From do-not-reply at jboss.com Mon Feb 4 16:15:53 2008 From: do-not-reply at jboss.com (mendaye) Date: Mon, 4 Feb 2008 16:15:53 -0500 (EST) Subject: [jboss-user] [JBossWS] - JMX like web service Message-ID: <22475735.1202159753709.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I've the following requirement to implement. The consumer of the web services register for any change using web service. And the web service send a message to all register consumers when ever there is change. It is kind of JMS but need to be implemented using Web Services. How can I implement this using web service? Is there any document that has example. Regards, Surafel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126351#4126351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126351 From do-not-reply at jboss.com Mon Feb 4 16:31:01 2008 From: do-not-reply at jboss.com (vicky123) Date: Mon, 4 Feb 2008 16:31:01 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION Message-ID: <7822681.1202160661343.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Great question. I don't know what does this mean but still I dont know the answer of my question. Can any one tell me why is it like that? -Vivek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126353#4126353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126353 From do-not-reply at jboss.com Mon Feb 4 16:37:44 2008 From: do-not-reply at jboss.com (gjeudy) Date: Mon, 4 Feb 2008 16:37:44 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad SelectManyShuttle with seam ? Message-ID: <26573162.1202161064670.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes I figured later you can use both trinidad and richfaces. I switched to rich:listShuttle component which did not require me any extra coding, I just kept using the same backing bean. The rich:listShuttle works as expected, I had to add the seam entity converter in converter attribute though, converter="#{org.jboss.seam.ui.entityConverter}" Below is the backing bean code in case you still want to look at it. package a.b.c; | | import java.text.ParseException; | import java.util.Calendar; | import java.util.Date; | import java.util.List; | | import javax.ejb.Remove; | import javax.ejb.Stateful; | import javax.persistence.EntityManager; | import javax.persistence.PersistenceContext; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.Destroy; | import org.jboss.seam.annotations.Factory; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Out; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.core.FacesMessages; | import org.jboss.seam.log.Log; | | import a.b.c.d.RefReleasePackage; | import a.b.c.d.e.RefReleasePackageItemImpl; | import a.b.c.d.ReferenceDomain; | import a.b.c.d.e.RefDomainSearchActionLocal; | import a.b.c.d.ReleasePackageService; | import a.b.c.d.CommonUtils; | import a.b.c.d.RDMConstants; | | @Stateful | @Name("refDomainSearch") | @Scope(ScopeType.SESSION) | public class RefDomainSearchActionBean implements RefDomainSearchActionLocal { | | @PersistenceContext(unitName = RDMConstants.RDM_PERSISTENCE_UNIT_NAME) | private EntityManager em; | | @Logger | private Log log; | | private String searchString; | private int pageSize; | private int page; | | private List refDomains; | | private List selectedRefDomains; | | | @In(required = true, create=true) | @Out(required = true, scope = ScopeType.SESSION) | private ReleasePackageService releasePackageService; | | @In(required = false) | @Out(required = false) | private RefReleasePackage relPkg; | | public void find() { | page = 0; | queryRefDomains(); | } | | public void nextPage() { | page++; | queryRefDomains(); | } | | public boolean isNextPageAvailable() { | return refDomains != null && refDomains.size() == pageSize; | } | | /** | * TODO Could write this HQL using Criteria programming model instead. | * Then you get compile time validation of the query. | */ | @SuppressWarnings("unchecked") | public void queryRefDomains() { | | // TODO optimize the fetching takes around 25 secs today. | refDomains = em.createQuery( | "select rd from ReferenceDomainImpl rd " + | "where lower(rd.domainName) like #{pattern} or lower(rd.domainDescription) like #{pattern} " + | "or exists ( from ReferenceDomainInstanceImpl rdi " + | "where rdi.referenceDomain.id = rd.id " + | "and " + | "(lower(rdi.codeValue) like #{pattern} " + | "or lower(rdi.shortDescription) like #{pattern} " + | "or lower(rdi.description) like #{pattern}))" + | "order by rd.domainName") | .setMaxResults(pageSize).setFirstResult(page * pageSize).getResultList(); | } | | public int getPageSize() { | return pageSize; | } | | public void setPageSize(int pageSize) { | this.pageSize = pageSize; | } | | @Factory(value = "pattern", scope = ScopeType.EVENT) | public String getSearchPattern() { | return searchString == null ? "%" : '%' + searchString.toLowerCase().replace('*', '%') + '%'; | } | | public String getSearchString() { | return searchString; | } | | public void setSearchString(String searchString) { | this.searchString = searchString; | } | | | public List getRefDomains() { | return refDomains; | } | | public List getSelectedRefDomains() { | return selectedRefDomains; | } | | public void setSelectedRefDomains(List selectedRefDomains) { | this.selectedRefDomains = selectedRefDomains; | } | | /** | * TODO remove from bean, just added for tests. | * @return | */ | public String updatePackageItems() { | log.info("Inside ReleasePackageAction.updatePackageItems"); | | Date toDate = null; | try { | toDate = CommonUtils.getSQLDateFromString(RDMConstants.DEFAULT_VALID_TO_DT); | } catch (ParseException pe) { | throw new RuntimeException(pe); | } | | for (ReferenceDomain refDomain : selectedRefDomains) { | RefReleasePackageItemImpl item = new RefReleasePackageItemImpl(refDomain, relPkg, Calendar.getInstance().getTime(), toDate); | | relPkg.addRefReleasePackageItem(item); | } | selectedRefDomains.clear(); | relPkg = releasePackageService.updateReleasePackage(relPkg); | FacesMessages.instance().add("Release Package: #{relPkg.releasePackageNm} is successfully updated"); | return "/editPackageItems.seam"; | } | | @Destroy | @Remove | public void destroy() { | } | } Thanks, -Guillaume View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126355#4126355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126355 From do-not-reply at jboss.com Mon Feb 4 16:40:37 2008 From: do-not-reply at jboss.com (snarff) Date: Mon, 4 Feb 2008 16:40:37 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Packaging support? Message-ID: <3971459.1202161238217.JavaMail.jboss@colo-br-02.atl.jboss.com> I've been playing around with the JBoss Tools in Eclipse, but I cannot seem to find anything about packaging support. I can export an EJB Jar file, I can deploy it, but I still need to manually choose a jar file name and location. That is, the tools don't seem to add anything to my ant scripts. I'm missing the 'packaging configurations' item in the Project properties, which seems useful in this respect. Is the JBoss plugin just limited in its functionality, or am I overlooking something? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126357#4126357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126357 From do-not-reply at jboss.com Mon Feb 4 16:45:45 2008 From: do-not-reply at jboss.com (sappenin) Date: Mon, 4 Feb 2008 16:45:45 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: Clustered Service MBean with @Clustered, @Service(..) Message-ID: <28634260.1202161545755.JavaMail.jboss@colo-br-02.atl.jboss.com> Has the status of this changed? Does the @Stateless annotation now work with the @Clustered annotation, or should we still be doing it the way it's described in the above post? Thanks! David View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126358#4126358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126358 From do-not-reply at jboss.com Mon Feb 4 16:48:25 2008 From: do-not-reply at jboss.com (rob.stryker@jboss.com) Date: Mon, 4 Feb 2008 16:48:25 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Packaging support? Message-ID: <25934333.1202161705202.JavaMail.jboss@colo-br-02.atl.jboss.com> Are you using the Project Archives view? This view can deploy in an exploded or packaged format, and perform incremental updates automatically without you having to select and deploy each and every time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126359#4126359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126359 From do-not-reply at jboss.com Mon Feb 4 16:51:59 2008 From: do-not-reply at jboss.com (gus888) Date: Mon, 4 Feb 2008 16:51:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION Message-ID: <26764092.1202161919467.JavaMail.jboss@colo-br-02.atl.jboss.com> I think that it is just for demo, and the same case happens in seam-bay AuctionSearchAction.java. For enterprise project, I remember that pete.muir ever recommended to use EVENT plus page param in this forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126360#4126360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126360 From do-not-reply at jboss.com Mon Feb 4 16:55:00 2008 From: do-not-reply at jboss.com (petrovs) Date: Mon, 4 Feb 2008 16:55:00 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Juddi broken on 4.2.1 + 4.2.2 Message-ID: <24635399.1202162100094.JavaMail.jboss@colo-br-02.atl.jboss.com> pleamon wrote on Dec 4, 2007: anonymous wrote : I've been using jboss AS 4.0.5 GA and 4.2.0 GA and have been successfully using the juddi service as my uddi registry. When I move to 4.2.1 GA or 4.2.2 GA I now get this: | ERROR [org.jboss.jaxr.juddi.JUDDIServlet] org.jboss.ws.core.soap.TextImpl | java.lang.ClassCastException: org.jboss.ws.core.soap.TextImpl | at org.jboss.jaxr.juddi.JUDDIServlet.doPost(JUDDIServlet.java:120) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | ... Yes, JBoss 4.2.2 ships with a broken jUDDI implementation. JBoss adds its own org.jboss.jaxr.juddi.JUDDIServlet (located under ${JUDDI_SAR}/juddi.war/WEB-INF/classes) on the top of Apache's juddi. This class contains a bug in doPost() method. The cause of the problem is mentioned in JBossWS JIRA (you have to scroll all the way down to Richard Oplaka's comment from Jan 8, 2008): http://jira.jboss.com/jira/browse/JBWS-1905 On JUDDI side this problem is documented here: https://issues.apache.org/jira/browse/JUDDI-114 Looks like JBoss developers changed JBossWS code to follow SOAP specification (see discussion here: http://www.jboss.org/?module=bb&op=viewtopic&t=100782) but forgot to fix multiple clients of their code (JUDDIServlet included). The problematic pattern is here: SOAPBody soapReqBody = soapReq.getSOAPBody(); | Element uddiReq = (Element)soapReqBody.getFirstChild(); If you can patch JUDDIServlet, replace the above fragment with something like this and it will work fine: SOAPBody soapReqBody = soapReq.getSOAPBody(); | Iterator elements = soapReqBody.getChildElements(); | Element uddiReq = null; | while ( elements.hasNext() ){ | Object element = elements.next(); | if ( element instanceof Element ){ | uddiReq = (Element) element; | break; | } | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126361#4126361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126361 From do-not-reply at jboss.com Mon Feb 4 16:59:50 2008 From: do-not-reply at jboss.com (asookazian) Date: Mon, 4 Feb 2008 16:59:50 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: SMPC and could not enlist in transaction exception Message-ID: <17297074.1202162390690.JavaMail.jboss@colo-br-02.atl.jboss.com> After doing some root-cause analysis I was able to reproduce the behavior with a simpler set of code as below. The key thing here is that by default, the transaction type in EJB3/JPA is REQUIRES. If you set getNoteLogList() and getPeers() methods' transaction types to REQUIRES_NEW, the exception is *not* reproduceable. This indicates that when use case is executed (user navigates to JSF), there is a distributed transaction that is happening b/c BoIcomsEntityManager SMPC is based on db 1 and CoxIMEntityManager SMPC is based on db 2 and the first transaction is propagating to the 2nd one. .xhtml: | | | | | | | | | | | | | | | | | | | It doesn't matter what order the methods are listed in the above .xhtml (you will get the exception for the latter method). TestUserBean SFSB: import java.util.List; | | import javax.ejb.Remove; | import javax.ejb.Stateful; | import javax.persistence.EntityManager; | | import org.jboss.seam.annotations.Destroy; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Out; | import org.jboss.seam.log.Log; | | | @Stateful | @Name("testUserBean") | public class TestUserBean implements TestUserLocal { | | @Logger | private Log log; | | @In(value="BoIcomsEntityManager") | EntityManager emICOMS; | | @Out(required=false) | private List testNoteLogList; | | //@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) | public List getNoteLogList() { | log.info("in getNoteLogList()"); | | testNoteLogList = emICOMS.createQuery("SELECT san "+ | "FROM TblSecurityAuditNote san") | .getResultList(); | | log.info("in getNoteLogList(): testNoteLogList.size() = " + testNoteLogList.size()); | | return testNoteLogList; | | } | | @Remove @Destroy | public void destroy() {} | | } TestPeerAction SFSB: import java.util.List; | import java.util.ListIterator; | import java.util.Map; | import java.util.TreeMap; | | import javax.ejb.Remove; | import javax.ejb.Stateful; | import javax.persistence.EntityManager; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.Destroy; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.log.Log; | | import com.cox.beans.entity.User; | import com.cox.util.SecurityAuditConstants; | import com.cox.util.SecurityAuditProperties; | | @Stateful | @Name("testPeerAction") | //using Session scope so that the processValueChange instance variables will not be nulled out... | @Scope(ScopeType.SESSION) | public class TestPeerAction implements TestPeerLocal { | | @In(value="CoxIMEntityManager") | EntityManager emCoxIM; | | @Logger | private Log log; | private Long employeeId; | private List peerList; | | @Remove @Destroy | public void destroy() { | | } | | //@TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) | public Map getPeers() { | | Boolean hardCodeEmployeeId = Boolean.parseBoolean(SecurityAuditProperties.getPropertyObject().getProperty(SecurityAuditConstants.HARD_CODE_EMPLOYEE_ID)); | | if (hardCodeEmployeeId && employeeId == null) { | employeeId = Long.parseLong(SecurityAuditProperties.getPropertyObject().getProperty(SecurityAuditConstants.EMPLOYEE_ID)); | } | | Map map = new TreeMap(); | | peerList = emCoxIM.createQuery("SELECT user1 "+ | "FROM User user1 "+ | "WHERE user1.hierarchyPath in "+ | "(SELECT user2.hierarchyPath "+ | "FROM User user2 "+ | "WHERE user2.employeeId = :employeeId "+ | "AND user2.isActive = 1) "+ | "AND user1.isActive = 1 ") | .setParameter("employeeId", employeeId) | .getResultList(); | | log.info("in getPeers(): peerList.size() = " + peerList.size()); | | ListIterator it = peerList.listIterator(); | while(it.hasNext()) { | User user = (User)it.next(); | map.put(user.getFirstName()+ " " + user.getLastName(), user.getEmployeeId()); | } | | return map; | } | | | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126364#4126364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126364 From do-not-reply at jboss.com Mon Feb 4 17:28:14 2008 From: do-not-reply at jboss.com (pms917) Date: Mon, 4 Feb 2008 17:28:14 -0500 (EST) Subject: [jboss-user] [Remoting] - Concurrency Issue (ClassCastException) in MicroRemoteClientI Message-ID: <2097169.1202164094585.JavaMail.jboss@colo-br-02.atl.jboss.com> JBoss 4.2.1.GA (which includes jboss-remoting 2.2.1.GA) Using EJB3 with ClassLoader isolation and Call-By-Value We have two ears (A, B) running in the same jboss, which each make a call to a third ear (C), deployed in a second jboss, to retrieve data objects. The class definitions for the data objects are contained in a shared jar file that each ear has in its "lib" directory. When A and B both make a call to C at the same time, one of the ears will usually receive a ClassCastException since the data objects that are returned are in the other ear's ClassLoader. Additionally, once this problem occurs, it will continue to occur until the jboss instance is restarted. We have made a code change in MicroRemoteClientInvoker, which has almost completely eliminated the ClassCastException. In the few cases where it does still occur, it doesn't cause the jboss to get into the state where it keeps on occurring, so it seems that there is still a problem beyond the below code change. MicroRemoteClientInvoker's invoke(InvocationRequest invocationReq) method is, in part, the following in jboss-remoting 2.2.1.GA [and seemingly unchanged in newer versions]: | UnMarshaller unmarshaller = getUnMarshaller(); | | // ...marshaller code removed... | | if (unmarshaller == null) | { | // creating a new classloader containing the remoting class loader (for remote classloading) | // and the current thread's class loader. This allows to load remoting classes as well as | // user's classes. | ClassLoader remotingClassLoader = | new RemotingClassLoader(getClassLoader(), Thread.currentThread().getContextClassLoader()); | | // try by locator (in case unmarshaller class name specified) | unmarshaller = MarshalFactory.getUnMarshaller(getLocator(), getClassLoader()); | if (unmarshaller == null) | { | unmarshaller = MarshalFactory.getUnMarshaller(getDataType(), getSerializationType()); | if (unmarshaller == null) | { | // went as far as possible to find a unmarshaller, will have to give up | throw new InvalidMarshallingResource( | "Can not find a valid unmarshaller for data type: " + getDataType()); | } | setUnMarshaller(unmarshaller); | } | unmarshaller.setClassLoader(remotingClassLoader); | } | I see two potential problems: 1) The member variable for the unmarshaller gets set by "setUnMarshaller(unmarshaller);". However, it seems that multiple ears can be using the same instance of the MicroRemoteClientInvoker, so, either there should be no member variable for the unmarshaller (i.e. it should be kept local to the invoke method) or multiple ears shouldn't be using the same MicroRemoteClientInvoker. 2) MarshalFactory doesn't seem to have any synchronization. I didn't spend much time trying to see if there is a specific problem with the lack of synchronization, but I did synchronize around the entire unmarshaller conditional on the MarshalFactory.class. The timing that seems to have been causing the problem is: t=0; Call1 gets the local unmarshaller which is null t=1; Call1 goes into the code above, gets the unmarshaller, and sets the member variable with "setUnMarshaller(unmarshaller)" t=2; Call2 gets the local unmarshaller which is now the same as what Call1 got t=3; Call2 does not go into the above conditional since the unmarshaller is not null, so it doesn't call "unmarshaller.setClassLoader(remotingClassLoader);" (*!which means it is using the same classloader as Call1!*) t=4; a ClassCastException follows The modified code which is working for us is below. The entire conditional synchronizes on MarshalFactory.class (which may not be neccessary) and the "setUnMarshaller(unmarshaller)" is commented out (which keeps the unmarshaller member variable null, so all calls to invoke get the proper unmarshaller and set it with the proper ClassLoader). | synchronized (MarshalFactory.class) { | if (unmarshaller == null) | { | // creating a new classloader containing the remoting class loader (for remote classloading) | // and the current thread's class loader. This allows to load remoting classes as well as | // user's classes. | ClassLoader remotingClassLoader = | new RemotingClassLoader(getClassLoader(), Thread.currentThread().getContextClassLoader()); | | // try by locator (in case unmarshaller class name specified) | unmarshaller = MarshalFactory.getUnMarshaller(getLocator(), getClassLoader()); | if (unmarshaller == null) | { | unmarshaller = MarshalFactory.getUnMarshaller(getDataType(), getSerializationType()); | if (unmarshaller == null) | { | // went as far as possible to find a unmarshaller, will have to give up | throw new InvalidMarshallingResource( | "Can not find a valid unmarshaller for data type: " + getDataType()); | } | //setUnMarshaller(unmarshaller); | } | unmarshaller.setClassLoader(remotingClassLoader); | } | } | I apologize for not having a test case ready, but we're still trying to get everything fully tested and stable in production now that we have the above code changes. Please let us know if any additional information is required. Any help is appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126367#4126367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126367 From do-not-reply at jboss.com Mon Feb 4 17:29:50 2008 From: do-not-reply at jboss.com (r_q_d) Date: Mon, 4 Feb 2008 17:29:50 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JavaMail custom SMTP port Message-ID: <31938923.1202164190079.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried it also and it does not work, event if you set it in deploy/mail-service.xml, but still is uses 25. Seems there's no way to set a port other than 25. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126368#4126368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126368 From do-not-reply at jboss.com Mon Feb 4 17:54:29 2008 From: do-not-reply at jboss.com (cfergus) Date: Mon, 4 Feb 2008 17:54:29 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: JBoss 5.0.0 Beta3 Messaging Client Message-ID: <10610850.1202165669398.JavaMail.jboss@colo-br-02.atl.jboss.com> For this context, maven is like ant. Difference being that it will try to contact a maven repository on the internet and download the dependencies if they don't exist locally. I am telling maven to look locally. My classpath is: ${messaging_home}\jboss-messaging-client.jar ${jboss5_home}\server\default\lib\jboss-remoting.jar ${jboss5_home}\client\jbossall-client.jar ${jboss5_home}\server\default\lib\log4j.jar ${jboss5_home}\lib\javassist.jar ${jboss5_home}\lib\jboss-aop-jdk50.jar ${jboss5_home}\lib\trove.jar I'm using a build.xml from the messaging 1.4.1.Beta1 download as a template, but there are some inconsistencies with jboss5. The code below is taken from jboss-messaging-1.4.1.Beta1\examples\topic\build.xml: ${jboss.home}/server/${jboss.configuration}/lib/javassist.jar The above file does not exist in the /server/default/lib directory ${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar The above folder (jboss-aop...) does not exist in the deploy directory due to the "deployer" folder structure of jboss5. ${jboss.home}/server/${jboss.configuration}/deploy/jboss-aop-jdk50.deployer/trove.jar Same as previous entry. As a result, I scavenged for these files elsewhere in jboss5. With the classpath described at top, I get the following: java.lang.NoClassDefFoundError: org/jboss/metadata/spi/signature/Signature I expect this is a classpath issue related to version mismatch. But if what's rolled in with jboss5 isn't sufficient, I don't know where next to look. Any thoughts on what jars should (not) be included? I would be very happy to see code similar to the jboss-messaging examples, but verified to work with jboss5 beta3. Anybody know of such code? Thanks for your help in this matter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126372#4126372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126372 From do-not-reply at jboss.com Mon Feb 4 18:05:08 2008 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 4 Feb 2008 18:05:08 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Packaging support? Message-ID: <14683247.1202166308512.JavaMail.jboss@colo-br-02.atl.jboss.com> ...and if you use WTP projects things are also packaged automatically (assuming you deployed it to a server by using e.g. Run As > Run on Server) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126376#4126376 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126376 From do-not-reply at jboss.com Mon Feb 4 18:09:15 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 18:09:15 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION Message-ID: <30725236.1202166555555.JavaMail.jboss@colo-br-02.atl.jboss.com> It depends on your use case. In the booking app, we wanted the search results to be remembered while the user is logged in. Yes, it's uses memory, but doing the search every time would consume cpu - you need to make this design choice when you write your app. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126379#4126379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126379 From do-not-reply at jboss.com Mon Feb 4 18:12:53 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 18:12:53 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Issue on page param security Message-ID: <4265901.1202166773457.JavaMail.jboss@colo-br-02.atl.jboss.com> Restrict access to the page so that users can only display their friends. Restrict access to the entities and beans the same way... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126380#4126380 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126380 From do-not-reply at jboss.com Mon Feb 4 18:13:15 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 18:13:15 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Issue on page param security Message-ID: <27152685.1202166795743.JavaMail.jboss@colo-br-02.atl.jboss.com> Use Seam Security :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126381#4126381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126381 From do-not-reply at jboss.com Mon Feb 4 18:14:57 2008 From: do-not-reply at jboss.com (dhinojosa) Date: Mon, 4 Feb 2008 18:14:57 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION Message-ID: <8768262.1202166897468.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : I don't know what does this mean but still I dont know the answer of my question. | | Can any one tell me why is it like that? | I said that because, I don't think anyone can really answer that except the stewards of Seam. All other answers will be pure speculation. I was just supporting your question. I am beginning to think that there should be a warning not to put any SFSB as Session scope or higher due to memory consumption. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126382#4126382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126382 From do-not-reply at jboss.com Mon Feb 4 18:20:47 2008 From: do-not-reply at jboss.com (rob.stryker@jboss.com) Date: Mon, 4 Feb 2008 18:20:47 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Packaging support? Message-ID: <20176859.1202167248030.JavaMail.jboss@colo-br-02.atl.jboss.com> Just to elaborate on what Max said: If you're using WTP projects *AND* the auto-deployer is enabled (Window -> Preferences -> Server, Automatically publish to servers every x seconds), then it'll be automatically incrementally deployed. OTHERWISE, if you're using WTP projects, you will need to click the "Publish" icon in either the Servers View or the JBoss Servers View. Hope this provides a little bit more information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126383#4126383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126383 From do-not-reply at jboss.com Mon Feb 4 18:44:50 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 18:44:50 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: h:SelectManyListbox, s:SelectItems and Many-to-Many mapp Message-ID: <19074978.1202168690203.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, you are right, you have to back a selectMany with a list or an array. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126388#4126388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126388 From do-not-reply at jboss.com Mon Feb 4 18:48:48 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 18:48:48 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam & JBPM (WebConsole) Message-ID: <16649864.1202168928667.JavaMail.jboss@colo-br-02.atl.jboss.com> Ask on the jbpm forum about jbpm web console. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126389#4126389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126389 From do-not-reply at jboss.com Mon Feb 4 18:51:13 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 18:51:13 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Named conversation and new instance redirected to Home? Message-ID: <6082276.1202169073715.JavaMail.jboss@colo-br-02.atl.jboss.com> No join should either join the existing conversation, or start a new one. If this doesn't work, its a bug - please report it in JIRA. I see the problem with "problem 2" and I'll think about how to best help with it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126391#4126391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126391 From do-not-reply at jboss.com Mon Feb 4 18:57:27 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 4 Feb 2008 18:57:27 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <31572254.1202169447693.JavaMail.jboss@colo-br-02.atl.jboss.com> This is a hard one to debug on the forum :( Sorry to not be able to help - I suggest you try the age old technique of ripping bits out til it works and seeing what causes it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126393#4126393 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126393 From do-not-reply at jboss.com Mon Feb 4 18:58:39 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Mon, 4 Feb 2008 18:58:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Login issue Message-ID: <13614082.1202169519819.JavaMail.jboss@colo-br-02.atl.jboss.com> Well of course Seam 'remembers' - authentication is session scoped and simply hitting the back button won't destroy your session. If the user is already authenticated then calling Identity.login() again won't re-authenticate the user again, if you want that kind of behaviour then you'll need to create a page action that calls Identity.logout(). The best I can do if the user is already authenticated is to return a message stating so. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126394#4126394 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126394 From do-not-reply at jboss.com Mon Feb 4 19:08:15 2008 From: do-not-reply at jboss.com (terryb) Date: Mon, 4 Feb 2008 19:08:15 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to save seam pdf to a file Message-ID: <1824336.1202170095949.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Norman, I will report back when make some progress on it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126395#4126395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126395 From do-not-reply at jboss.com Mon Feb 4 19:32:46 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Mon, 4 Feb 2008 19:32:46 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Login issue Message-ID: <15065571.1202171566079.JavaMail.jboss@colo-br-02.atl.jboss.com> Actually a page action won't be invoked if you hit the browser back button, but I've made changes in SVN that will now generate a message if you're already authenticated and try to log in again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126401#4126401 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126401 From do-not-reply at jboss.com Mon Feb 4 19:52:32 2008 From: do-not-reply at jboss.com (gus888) Date: Mon, 4 Feb 2008 19:52:32 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to prevent page data reloading when click Back Message-ID: <33324403.1202172752389.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Arvhatte, thank for your very detailed explanation. It is really helpful for me to understand the Seam framework. However, I still couldn't figure out why I click Back, pages always act with back beans. When I run Seam samples, then click page Back, it seems it run on client, and pages seems don't have any action with server. Following is my partial code snippets. I really appreciate any help. Thanks in advance. @Name("profileLister") | @Statefull | @Scope(ScopeType.EVENT) | public class ProfileListerBean implements ProfileLister { | | @Out(required=false, scope=ScopeType.PAGE) | private List myContactAddressList; | | @Factory("myContactAddressList") | public String loadContactAddress() { | myContactAddressList = em.createNamedQuery("contactAddress.*:personId") | .setParameter("personId", user.getId()).getResultList(); | return "prfl-myContactInfo"; | } | } | | | pages.xhtml | | | | | | .... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126402#4126402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126402 From do-not-reply at jboss.com Mon Feb 4 20:01:25 2008 From: do-not-reply at jboss.com (enda) Date: Mon, 4 Feb 2008 20:01:25 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - @Destroy method problem Message-ID: <6882716.1202173285577.JavaMail.jboss@colo-br-02.atl.jboss.com> I have defined regular stateful session bean | public class TeamActionManager extends GeneralManager implements | ITeamManager, IGeneralManager { | | ... | @Remove @Destroy | public void destroy() { | } | | ... | it has interface | @Local | public interface IGeneralManager { | | ... | | public void destroy(); | ... | and time to time my log throws | 17:50:29,244 WARN [Component] Exception calling component @Destroy method: teamManager | java.lang.IllegalArgumentException: method not found: destroy for component: teamManager (check that it is declared on the session bean business interface) | at org.jboss.seam.Component.callComponentMethod(Component.java:2100) | at org.jboss.seam.Component.callDestroyMethod(Component.java:2013) | at org.jboss.seam.Component.destroy(Component.java:1331) | at org.jboss.seam.contexts.Contexts.destroy(Contexts.java:251) | at org.jboss.seam.contexts.Contexts.flushAndDestroyContexts(Contexts.java:394) | at org.jboss.seam.contexts.FacesLifecycle.endRequest(FacesLifecycle.java:112) | at org.jboss.seam.jsf.SeamPhaseListener.afterRenderResponse(SeamPhaseListener.java:502) | at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:235) | at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:182) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:280) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) | at java.lang.Thread.run(Thread.java:619) | Caused by: java.lang.NoSuchMethodException: java.lang.String.destroy() | at java.lang.Class.getMethod(Class.java:1605) | at org.jboss.seam.Component.callComponentMethod(Component.java:2079) | ... 48 more | | | Why it throws java.lang.String.destroy() does not exist? I read on forum that it can be caused by jar repetitions in my classpath but my classpath is | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I guess that also seam 2.0.0.GA made this? I think that EJB session bean requires only @Remove so it can solve my problem, but I am curious. Thanks Tomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126403#4126403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126403 From do-not-reply at jboss.com Mon Feb 4 20:28:23 2008 From: do-not-reply at jboss.com (javidjamae) Date: Mon, 4 Feb 2008 20:28:23 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Can't dynamically undeploy on Windows (JBoss 5 Beta3) Message-ID: <17644265.1202174904018.JavaMail.jboss@colo-br-02.atl.jboss.com> On windows, I can't seem to undeploy a file from JBoss by deleting it from the deploy directory while JBoss is running because JBoss seems to keep a file handle open to the archive. I've tried this with EAR and WAR files. I didn't have this problem on JBoss 4. If I'm not mistaken, this issue has existed on Beta1 and Beta2 as well. Is this a bug? I couldn't find an existing issue.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126405#4126405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126405 From do-not-reply at jboss.com Mon Feb 4 20:29:00 2008 From: do-not-reply at jboss.com (JEFFASTOREY) Date: Mon, 4 Feb 2008 20:29:00 -0500 (EST) Subject: [jboss-user] [EJB/JBoss] - Re: EJB Passivation Time Message-ID: <28680483.1202174940835.JavaMail.jboss@colo-br-02.atl.jboss.com> Alright I figured out what is going on. Need to use the ejb3-aop-interceptors.xml file to configure ejb3 beans. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126406#4126406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126406 From do-not-reply at jboss.com Mon Feb 4 20:30:38 2008 From: do-not-reply at jboss.com (JEFFASTOREY) Date: Mon, 4 Feb 2008 20:30:38 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Re: JBoss runs without standardjboss.xml Message-ID: <12721930.1202175038060.JavaMail.jboss@colo-br-02.atl.jboss.com> Alright I figured out what is going on. Need to use the ejb3-aop-interceptors.xml file to configure ejb3 beans. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126407#4126407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126407 From do-not-reply at jboss.com Mon Feb 4 20:34:44 2008 From: do-not-reply at jboss.com (tonylmai) Date: Mon, 4 Feb 2008 20:34:44 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Obtaining user's host information Message-ID: <18268790.1202175284708.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, Is there a way I can retrieve user's host information (i.e. IP address, browser's version, etc...) before or after the authentication? Thanks -Tony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126409#4126409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126409 From do-not-reply at jboss.com Mon Feb 4 20:45:20 2008 From: do-not-reply at jboss.com (Fangzx) Date: Mon, 4 Feb 2008 20:45:20 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 on Glassfish Message-ID: <13660634.1202175920417.JavaMail.jboss@colo-br-02.atl.jboss.com> I have used Glassfish v2.1-b19 with Groovy today, and the problem remain unsolved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126410#4126410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126410 From do-not-reply at jboss.com Mon Feb 4 20:46:05 2008 From: do-not-reply at jboss.com (neilac333) Date: Mon, 4 Feb 2008 20:46:05 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <20258372.1202175965853.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, I am not sure what to rip out. After all, this is the first and only page in the application. Do you think this might be better on the RichFaces forum? Thanks. Neil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126411#4126411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126411 From do-not-reply at jboss.com Mon Feb 4 20:53:19 2008 From: do-not-reply at jboss.com (neilac333) Date: Mon, 4 Feb 2008 20:53:19 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati Message-ID: <31943940.1202176399982.JavaMail.jboss@colo-br-02.atl.jboss.com> I will try to write something up as soon as I can. In the meantime, I am curious about an ancillary aspect of all this--the testing. My Seam action component has a listener method that handles the passing of the desired page number from the client to the search code, and this method takes a DataScrollerEvent parameter. This is an object unique to RichFaces. How can I test the overall function of my action class? In general, when testing Seam components that have dependencies on FacesEvent classes and so on, what is the best way to test these? Is there an existing mock library? Should I write my own stub for such a class? Should the test be an integration test that generates a real DataScrollerEvent within JBoss embedded? If so, how would I trigger it? Any insight here would be helpful. Especially since I think that should be part of the write-up on the wiki. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126412#4126412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126412 From do-not-reply at jboss.com Mon Feb 4 21:10:59 2008 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 4 Feb 2008 21:10:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 on Glassfish Message-ID: <25783832.1202177459183.JavaMail.jboss@colo-br-02.atl.jboss.com> Glassfish has a very different classloader than JBoss and Tomcat. Perhaps you should consult to the Glassfish team. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126413#4126413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126413 From do-not-reply at jboss.com Mon Feb 4 21:25:17 2008 From: do-not-reply at jboss.com (bstansberry@jboss.com) Date: Mon, 4 Feb 2008 21:25:17 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: Ejb clustered registering Message-ID: <18880027.1202178317394.JavaMail.jboss@colo-br-02.atl.jboss.com> You shouldn't see your EJB in the HA-JNDI namespace. In practice, little or nothing gets bound there; the AS itself binds nothing there. HA-JNDI primarily works by allowing a client to connect to any node in the cluster and do a lookup, and it internal can communicate around the cluster to find the requested binding in the Global JNDI namespace on any node. It can also find things in the HA-JNDI namespace, but little or nothing is bound there. Don't ever deploy a file named jndi.properties inside the AS; you'll likely break the internal functioning of the AS. Try removing that and see if your problems go away. If your only problem is only finding your bean in the Global JNDI namespace, then you don't have a problem. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126414#4126414 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126414 From do-not-reply at jboss.com Mon Feb 4 21:47:42 2008 From: do-not-reply at jboss.com (narendrakg) Date: Mon, 4 Feb 2008 21:47:42 -0500 (EST) Subject: [jboss-user] [JBossCache] - How to update cache when new rows has been added into table? Message-ID: <24280258.1202179662724.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using query cache in Spring+Hibernate+JBoss+Weblogic. Now the table I am caching is updated by other vendor (using insert query directly into table and without using application that is caching the table). Once the insert of new rows is done , my query (executed from application through hibernate) return the same rows that has been cached. Is it possible to reflect the new rows into cache? If yes, How? Thanks & Regards, Narendra Gupta View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126415#4126415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126415 From do-not-reply at jboss.com Mon Feb 4 21:54:42 2008 From: do-not-reply at jboss.com (atao) Date: Mon, 4 Feb 2008 21:54:42 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with: seam-gen deploy Message-ID: <1389692.1202180082165.JavaMail.jboss@colo-br-02.atl.jboss.com> | "@In attribute requires non-null value: routingHome.nodeHome1" | You need to declare nodeHome1, nodeHome2, nodeHome3 ... as seam components in a components.xml file. See the patch "doublon" for JBSEAM-994. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126416#4126416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126416 From do-not-reply at jboss.com Mon Feb 4 22:16:16 2008 From: do-not-reply at jboss.com (bstansberry@jboss.com) Date: Mon, 4 Feb 2008 22:16:16 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: StateTransferTimeout appears to be ignored Message-ID: <3487961.1202181376402.JavaMail.jboss@colo-br-02.atl.jboss.com> In the future, please post the full log message, it will save time. :-) The code logging what you posted is not the web session replication service. It's the jboss:service=DefaultPartition mbean from cluster-service.xml. Please enable DEBUG logging for category org.jboss.ha. You should get more information on what's happening during the delay. The state transfer timeout param controls how long the service will wait for a state tranfer response from the other node. After receiving the response it still needs to integrate the received state. That can take time, although several minutes certainly seems excessive. The debug logging should help show what the problem is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126417#4126417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126417 From do-not-reply at jboss.com Mon Feb 4 22:29:27 2008 From: do-not-reply at jboss.com (kgreene) Date: Mon, 4 Feb 2008 22:29:27 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - javax.naming.NoInitialContextException Message-ID: <23369042.1202182167576.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am new to EJB and jboss and am trying to access the database using the entitymanager. From what I understand, I am suppossed to create a persistence.xml file in my META-INF directory. When I do this I get the error below. Does anyone know what the issue might be? I have also listed the persistence.xml below ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: persistence.units:ear=Veal.ear,jar=VealWatcher.jar,unitName=VealWatcherDB State: FAILED Reason: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial I Depend On: jboss.jca:service=DataSourceBinding,name=DefaultDS --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: persistence.units:ear=Veal.ear,jar=VealWatcher.jar,unitName=VealWatcherDB State: FAILED Reason: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial I Depend On: jboss.jca:service=DataSourceBinding,name=DefaultDS java:/DefaultDS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126418#4126418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126418 From do-not-reply at jboss.com Mon Feb 4 22:42:08 2008 From: do-not-reply at jboss.com (alex.guizar@jboss.com) Date: Mon, 4 Feb 2008 22:42:08 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: jBPM BPEL 1.1 GA - should bpel2 samples work? Message-ID: <22504443.1202182928947.JavaMail.jboss@colo-br-02.atl.jboss.com> They should, but due to time constraints they were not tested. Some of them have the wrong namespaces and/or are missing some attributes present in their 1.1 counterparts. We will deliver working versions in our next release, tough. If you please, you can review the fixes in our CVS repository. The product supports both BPEL4WS 1.1 and WS-BPEL 2.0. For v2.0, we aim to support the final version, available from http://docs.oasis-open.org/wsbpel/2.0/OS/wsbpel-v2.0-OS.pdf. The namespace you indicate (http://schemas.xmlsoap.org/ws/2004/03/business-process/) corresponds to an earlier draft of BPEL 2.0, which was changed towards the final version to http://docs.oasis-open.org/wsbpel/2.0/process/executable. jBPM BPEL 1.1.Beta3 supported the earlier draft, but 1.1.GA supports the final version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126420#4126420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126420 From do-not-reply at jboss.com Mon Feb 4 22:56:12 2008 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Mon, 4 Feb 2008 22:56:12 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Params in a message Message-ID: <5305049.1202183772346.JavaMail.jboss@colo-br-02.atl.jboss.com> in messages.properties I want to do this: booking_no_hours_range_provided=No range of hours was provided for <$1> on resource <$2> given the params from : facesMessages.addToControlFromResourceBundle( | "bookingResourceAttempt", FacesMessage.SEVERITY_ERROR, | "booking_no_hours_range_provided", eachBookingDay.getDayNumberAsInl8(), | eachBookingResource.getResource().getKind().getInlLabel()); Whats the VOODOO for the params? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126421#4126421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126421 From do-not-reply at jboss.com Mon Feb 4 22:58:47 2008 From: do-not-reply at jboss.com (alex.guizar@jboss.com) Date: Mon, 4 Feb 2008 22:58:47 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL Message-ID: <13659109.1202183927237.JavaMail.jboss@colo-br-02.atl.jboss.com> I have been able to reproduce the NPE caused by class.getProtectionDomain().getCodeSource() returning null on JWSDP 1.6 and JDK 1.6.0_04. The code source of a protection domain may be null. This is the case for classes included in the Java platform. In particular, the javax.xml.soap package is part of Java SE 6. This causes the following code: SOAPMessage.class.getProtectionDomain().getCodeSource() to return null and result in a NPE. The fix is already applied to CVS head and will be delivered in jBPM BPEL 1.1.1. Thanks for catching this one, Bernd. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126422#4126422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126422 From do-not-reply at jboss.com Mon Feb 4 23:02:23 2008 From: do-not-reply at jboss.com (alex.guizar@jboss.com) Date: Mon, 4 Feb 2008 23:02:23 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: BPEL Message-ID: <20738971.1202184143623.JavaMail.jboss@colo-br-02.atl.jboss.com> Are you using JDK 1.6? Seeing the stack trace, it must be the same problem reported in http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126422, for which we already have a solution. The current workaround is to use JDK 1.5. You can stay on JBoss 4.2.2.GA or try JBoss 4.0.5.GA, as shefagarwal suggests. But the key point is to avoid JDK 1.6. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126423#4126423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126423 From do-not-reply at jboss.com Mon Feb 4 23:06:31 2008 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Mon, 4 Feb 2008 23:06:31 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Params in a message Message-ID: <27500572.1202184391307.JavaMail.jboss@colo-br-02.atl.jboss.com> Oops should have been: | facesMessages.addToControlFromResourceBundle( | "bookingResourceAttempt", | FacesMessage.SEVERITY_ERROR, | "booking_no_hours_range_provided", | eachBookingDay.getDayNumberAsInlLabel(), | messages.get(eachBookingResource.getResource().getKind().getInlLabel())); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126424#4126424 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126424 From do-not-reply at jboss.com Mon Feb 4 23:08:42 2008 From: do-not-reply at jboss.com (kitada21) Date: Mon, 4 Feb 2008 23:08:42 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @In attribute requires non-null value Message-ID: <28589186.1202184522761.JavaMail.jboss@colo-br-02.atl.jboss.com> Certainly, the Identity is never used. My authentication process is three step. 1.Tomcat Authentication used by FORM:org.jboss.web.tomcat.security.ExtendedFormAuthenticator 2.Seam Authentication used by Identity:SessionManager class 3.Own application Authentication used by RDB:Authenticator class | @Name("sessionManager") | @Scope(SESSION) | @Synchronized(timeout=180000) | public class SessionManagerBean implements Serializable { | /** | * | */ | private static final long serialVersionUID = -498083799492085969L; | | @Logger | Log log; | | @In | Identity identity; | | @In private Context sessionContext; | | private long sessionTimeout = Long.parseLong(PropertiesManager | .getProperty("SESSION_TIMEOUT")); | | private boolean displayTree = true; | | public String logout() { | log.debug(">>>session manager : logout"); | | String scAll[] = sessionContext.getNames(); | for(int i=0;i>>session manager : login"); | identity.login(); | } | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126425#4126425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126425 From do-not-reply at jboss.com Mon Feb 4 23:13:18 2008 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Mon, 4 Feb 2008 23:13:18 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Params in a message - SOLVED Message-ID: <12527503.1202184798356.JavaMail.jboss@colo-br-02.atl.jboss.com> I found it in an example... could not find this in the doco or Google! booking_no_hours_range_provided=No range of hours was provided on #0 for resource #1. facesMessages.addToControlFromResourceBundle( | "bookingResourceAttempt", | FacesMessage.SEVERITY_ERROR, | "booking_no_hours_range_provided", | messages.get(eachBookingDay.getDayNumberAsInlLabel()), | messages.get(eachBookingResource.getResource().getKind().getInlLabel())); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126428#4126428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126428 From do-not-reply at jboss.com Mon Feb 4 23:22:32 2008 From: do-not-reply at jboss.com (kitada21) Date: Mon, 4 Feb 2008 23:22:32 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: lost injected entity bean Message-ID: <33502849.1202185352420.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, I can not judge that two topic was same problem. You think same problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126429#4126429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126429 From do-not-reply at jboss.com Mon Feb 4 23:38:43 2008 From: do-not-reply at jboss.com (brombie) Date: Mon, 4 Feb 2008 23:38:43 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Reorganizing templates in WEB-INF Message-ID: <24315599.1202186323281.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I'm pretty new to all of this and I'm still making way through all the configuration files. There's certainly a lot of them! One issue I have is how too manage all the template/xhtmls files under WEB-INF. Instead of putting all of them under WEB-INF, I'd like to store them under different folders, e.g: WEB-INF/registration WEB-INF/shoppingcart etc. I'd also like each folder to contain both the seam page xmls (page.xml) and the templates (xhtml). Is this possible in Seam? If yes, which configuration file should I look at? I tried just moving around my files, but the default configuration only allow files that are directly under WEB-INF. For example: If I put registration.xhtml and registration.page.xml under WEB-INF, then I can just go to http://localhost/myapp/registration.seam to see it. If I move them under WEB-INF/registration, then http://localhost/myapp/registration/registration.seam doesn't work. Thanks for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126431#4126431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126431 From do-not-reply at jboss.com Mon Feb 4 23:39:19 2008 From: do-not-reply at jboss.com (alex.guizar@jboss.com) Date: Mon, 4 Feb 2008 23:39:19 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: ClassNotFound for IntegrationConfigurator on server rest Message-ID: <30025605.1202186359136.JavaMail.jboss@colo-br-02.atl.jboss.com> There is an issue with the deployment order in JBoss AS which was not documented in jBPM BPEL 1.1.GA because it was discovered after the release. It is described in full in BPEL-291, along with the proposed solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126432#4126432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126432 From do-not-reply at jboss.com Mon Feb 4 23:43:34 2008 From: do-not-reply at jboss.com (neilac333) Date: Mon, 4 Feb 2008 23:43:34 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <12541216.1202186614113.JavaMail.jboss@colo-br-02.atl.jboss.com> It turns out this whole issue might be a WebLogic thing actually: http://dev2dev.bea.com/blog/neilsmithline/archive/2006/03/jsessionid_valu_1.html Hopefully, you JBoss guys won't get in trouble for looking at a BEA link! Check this out too: | Parameter Name: CookieName | Default Value: JSESSIONID | | Defines the session cookie name. Defaults to JSESSIONID if unset. You may set this to a more specific name for your application. When using ProxyByExtension, you may use either the ;jsessionid identifier or the ?jsessionid identifier to pass rewritten URLs. | As you might recall, the page I mentioned is the first I have developed, so there is no login page yet. Since there is no authentication page, WebLogic must append the jsessionid to help manage things from a security perspective. When it comes time for me to develop the authentication feature, I imagine I will have to get Seam security to work with WebLogic so that things work as they should. I would appreciate if anyone has insight on configuring Seam security within WebLogic. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126433#4126433 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126433 From do-not-reply at jboss.com Tue Feb 5 00:06:23 2008 From: do-not-reply at jboss.com (alex.guizar@jboss.com) Date: Tue, 5 Feb 2008 00:06:23 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3? Message-ID: <26037418.1202187983357.JavaMail.jboss@colo-br-02.atl.jboss.com> The change in the deployment model was intended to reduce the "paperwork" required to deploy a process to the bare minimum. The separate web module deployment was eliminated and is now handled automatically by the engine on the server side. The descriptors you mention still exist but have undergone changes. bpel-definition is mostly unchanged. It was given a stable schema and made optional. bpel-application was renamed to bpel-deployment and given a stable schema as well. As you know, in 1.1.Beta3 this descriptor was provided as part of the web module. In 1.1.GA, it is generated automatically. If you desire, you can provide your own version in your process archive, in this exact location: WEB-INF/classes/bpel-deployment.xml. In fact, the contents of the WEB-INF/ directory in your process archive are copied verbatim to the resulting web module. Any missing artifact is generated by the process deployment servlet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126435#4126435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126435 From do-not-reply at jboss.com Tue Feb 5 00:21:28 2008 From: do-not-reply at jboss.com (alfred.rsa) Date: Tue, 5 Feb 2008 00:21:28 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: JBoss Messaging via .Net Message-ID: <16187731.1202188888943.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Tim I'm looking forward to the first release of JBM 2 Regards Alfred View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126437#4126437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126437 From do-not-reply at jboss.com Tue Feb 5 00:45:04 2008 From: do-not-reply at jboss.com (nlaney) Date: Tue, 5 Feb 2008 00:45:04 -0500 (EST) Subject: [jboss-user] [JBossWS] - NoClassDefFoundError using Eclipse/JUnit Message-ID: <22489190.1202190304393.JavaMail.jboss@colo-br-02.atl.jboss.com> hello, I'm accessing a WS running on JBoss 4.2.2 using JBossWS 2.0.3 I've generated the service artifacts using wsconsume and I'm getting a NoClassDefFoundError running the client code as a JUnit or Java app. The same test runs OK from the command line using wsrunclient, or at least when copying the generated cmd line string into a cmd prompt, and it works when running the test during the Maven build lifecycle. I would like to be able to run the tests in the Eclipse WTP 2.0 workbench. Any help would be appreciated. The test is just a basic HelloWorld, and the stacktrace is: java.lang.NoClassDefFoundError: com/sun/xml/messaging/saaj/soap/AttachmentPartImpl at com.sun.xml.ws.message.AttachmentUnmarshallerImpl.(AttachmentUnmarshallerImpl.java:55) at com.sun.xml.ws.client.sei.ResponseBuilder$DocLit.readResponse(ResponseBuilder.java:500) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:242) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:210) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:103) at $Proxy25.findAll(Unknown Source) at org.MyTest.test(MyTest.java:38) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) Caused by: java.lang.ClassNotFoundException: com.sun.xml.messaging.saaj.soap.AttachmentPartImpl at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) ... 25 more Paste stack traces into this console and follow hyperlinks to source code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126438#4126438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126438 From do-not-reply at jboss.com Tue Feb 5 01:06:57 2008 From: do-not-reply at jboss.com (baz) Date: Tue, 5 Feb 2008 01:06:57 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <32513181.1202191617328.JavaMail.jboss@colo-br-02.atl.jboss.com> If your page is not to long, please post the code of your page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126439#4126439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126439 From do-not-reply at jboss.com Tue Feb 5 01:13:24 2008 From: do-not-reply at jboss.com (baz) Date: Tue, 5 Feb 2008 01:13:24 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF Message-ID: <22515679.1202192004505.JavaMail.jboss@colo-br-02.atl.jboss.com> I am not sure what you mean. If you have a web project generated with jboss tools all pages are in the Web-Content folder. If you use a seam-gen project, all pages are in the view folder. You can build up any hierachy in these folders. the *.page.xml belongs in the same folder where the coresponding *.xhtml is. I have never seen, that pages are stored in the WEB-INF folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126441#4126441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126441 From do-not-reply at jboss.com Tue Feb 5 01:28:29 2008 From: do-not-reply at jboss.com (brombie) Date: Tue, 5 Feb 2008 01:28:29 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF Message-ID: <16001524.1202192909304.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, you're right, please replace all WEB-INF references in my original post to WebContent. I tried building up the hierarchy inside WebContent, but if the xhtml and page.xml is not directly under WebContent, Seam is not picking them up. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126444#4126444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126444 From do-not-reply at jboss.com Tue Feb 5 01:40:59 2008 From: do-not-reply at jboss.com (hubaghdadi) Date: Tue, 5 Feb 2008 01:40:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error while testing using external database Message-ID: <2562602.1202193659801.JavaMail.jboss@colo-br-02.atl.jboss.com> | test: | [testng] | [Parser] Running: | | [testng] /media/sda4/Projects/ArmadaSeamProject/test-build/NGTest.xml | [testng] | [testng] WARN 04-02 17:12:10,995 (UnifiedLoaderRepository3.java:addClassLoader:713) -Tried to add non-URLClassLoader. Ignored | [testng] WARN 04-02 17:12:12,935 (TxControl.java::302) -[com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using 7f000101:ed97:47a79bcc:0 | [testng] WARN 04-02 17:12:15,051 (AspectManagerService.java:baseAop:228) -Could not find base-aspects.xml file in the resources of sun.misc.Launcher$AppClassLoader at 17182c1 | [testng] WARN 04-02 17:12:17,722 (SecurityMetadataStore.java:checkDefaultSuckerPassword:311) -WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this. | [testng] WARN 04-02 17:12:17,977 (ConnectionFactoryJNDIMapper.java:registerConnectionFactory:155) -supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover | [testng] WARN 04-02 17:12:17,978 (ConnectionFactoryJNDIMapper.java:registerConnectionFactory:161) -supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing | [testng] FAILED CONFIGURATION: @BeforeClass init | [testng] org.hibernate.HibernateException: Could not find datasource | [testng] at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:56) | [testng] at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124) | [testng] at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56) | [testng] at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:414) | [testng] at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62) | [testng] at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009) | [testng] at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292) | [testng] at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:918) | [testng] at org.jboss.seam.persistence.HibernateSessionFactory.createSessionFactory(HibernateSessionFactory.java:165) | [testng] at org.jboss.seam.persistence.HibernateSessionFactory.startup(HibernateSessionFactory.java:79) | [testng] at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | [testng] at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125) | [testng] at org.jboss.seam.Component.callComponentMethod(Component.java:2074) | [testng] at org.jboss.seam.Component.callCreateMethod(Component.java:1997) | [testng] at org.jboss.seam.Component.newInstance(Component.java:1968) | [testng] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304) | [testng] at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278) | [testng] at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:95) | [testng] at org.jboss.seam.init.Initialization.init(Initialization.java:555) | [testng] at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:939) | [testng] at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | [testng] Caused by: javax.naming.NameNotFoundException: ArmadaSeamProjectDatasource not bound | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:542) | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:550) | [testng] at org.jnp.server.NamingServer.getObject(NamingServer.java:556) | [testng] at org.jnp.server.NamingServer.lookup(NamingServer.java:296) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:669) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:629) | [testng] at javax.naming.InitialContext.lookup(InitialContext.java:392) | [testng] at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52) | [testng] ... 46 more | [testng] ... Removed 26 stack frames | [testng] SKIPPED CONFIGURATION: @BeforeMethod begin | | [testng] SKIPPED CONFIGURATION: @AfterMethod end | | [testng] SKIPPED CONFIGURATION: @AfterClass cleanup | | [testng] SKIPPED: listNewTitlesTest | | [testng] | | [testng] =============================================== | | [testng] ArmadaBookStore | [testng] Tests run: 1, Failures: 0, Skips: 1 | | [testng] Configuration Failures: 1, Skips: 3 | | [testng] =============================================== | | [testng] | | [testng] | | [testng] =============================================== | | [testng] ArmadaBookStore | [testng] Total tests run: 1, Failures: 0, Skips: 1 | | [testng] Configuration Failures: 1, Skips: 3 | | [testng] =============================================== | | [testng] | My environment is: JBoss AS 4.2 JDK 6 Seam GA 2.0.0 It is worth noting that I configured unit tests to run on JDK as your weblog indicates (regarding JAXB 2.1) Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126447#4126447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126447 From do-not-reply at jboss.com Tue Feb 5 01:56:27 2008 From: do-not-reply at jboss.com (jaikiran) Date: Tue, 5 Feb 2008 01:56:27 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: javax.naming.NoInitialContextException Message-ID: <27096484.1202194587042.JavaMail.jboss@colo-br-02.atl.jboss.com> Which version of JBoss? See these http://www.jboss.com/index.html?module=bb&op=viewtopic&t=123997&postdays=0&postorder=asc&start=0 http://jira.jboss.com/jira/browse/JBAS-5049 Maybe you too are running into the same issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126448#4126448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126448 From do-not-reply at jboss.com Tue Feb 5 01:57:42 2008 From: do-not-reply at jboss.com (nickarls) Date: Tue, 5 Feb 2008 01:57:42 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF Message-ID: <32023769.1202194662224.JavaMail.jboss@colo-br-02.atl.jboss.com> You will have to add the path to all references of the page also. So if you have an | | it should become | | Same goes everywhere the page is referenced - templates, navigation etc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126449#4126449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126449 From do-not-reply at jboss.com Tue Feb 5 02:01:28 2008 From: do-not-reply at jboss.com (neilac333) Date: Tue, 5 Feb 2008 02:01:28 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <23675306.1202194888487.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, but I am not sure I understand your request. Do you mean my Facelet? Or do you mean the debug output page? Or something else? Once I know exactly what you want, I will be happy to provide it. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126450#4126450 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126450 From do-not-reply at jboss.com Tue Feb 5 02:02:18 2008 From: do-not-reply at jboss.com (nickarls) Date: Tue, 5 Feb 2008 02:02:18 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Obtaining user's host information Message-ID: <8450046.1202194938541.JavaMail.jboss@colo-br-02.atl.jboss.com> Something like | HttpServletRequest r = (HttpServletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest(); | log(r.getRemoteHost()); | ? You should also be able to look at the request headers etc. from there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126451#4126451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126451 From do-not-reply at jboss.com Tue Feb 5 02:03:00 2008 From: do-not-reply at jboss.com (minakari) Date: Tue, 5 Feb 2008 02:03:00 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - jbpm-starters-kit-3.1.4 Message-ID: <23071826.1202194980891.JavaMail.jboss@colo-br-02.atl.jboss.com> I have downloaded jbpm-starters-kit-3.1.4 and jboss-jbpm-2.0-server ,what is usage of jbpm-starters-kit-3.1.4 .? I have run the start.bat batch script and it appears to be up and running (when i go to "http://localhost:8080" the Jboss Application Server page appears) but when I create process project in eclipse 3.3 after project name it asks "locate jboss jbpm runtime" ,each address in jboss-jbpm-2.0-server folder I try it says " This location does not contain a valid JBoss jBPM runtime, please retry" but if I set jbpm address in jbpm-starters-kit-3.1.4 ,accepted,I am confused, I run jbpm server from start.bat file in jboss-jbpm-2.0-server ,why I should set jbm address in jbpm-starters-kit-3.1.4 ,what i role of jbpm-starters-kit-3.1.4? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126452#4126452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126452 From do-not-reply at jboss.com Tue Feb 5 02:10:21 2008 From: do-not-reply at jboss.com (nickarls) Date: Tue, 5 Feb 2008 02:10:21 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to escape the # sign in a seam EL? Message-ID: <30404283.1202195421165.JavaMail.jboss@colo-br-02.atl.jboss.com> "alllle" wrote : So it is already fixed in 2.0.2GA? That was amazingly fast! Even better - since it is marked as "Fixed" it probably means that it is committed into the current trunk and you can get it NOW! ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126453#4126453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126453 From do-not-reply at jboss.com Tue Feb 5 02:13:19 2008 From: do-not-reply at jboss.com (brombie) Date: Tue, 5 Feb 2008 02:13:19 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF Message-ID: <15363398.1202195600007.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you, that's what I've been missing! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126454#4126454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126454 From do-not-reply at jboss.com Tue Feb 5 02:32:12 2008 From: do-not-reply at jboss.com (zeeshan.javeed) Date: Tue, 5 Feb 2008 02:32:12 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Generated Classes does not have constructors... Message-ID: <31969359.1202196732747.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Ofcourse there is no problme in using the default constructor but then one have to set all the parameters after instantiating the object. What I pefer that transferable classes should also have the constructors as on server side. This is the exactly case with the auto generated classes with Axis apache tool. Regards, Zeeshan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126455#4126455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126455 From do-not-reply at jboss.com Tue Feb 5 02:34:43 2008 From: do-not-reply at jboss.com (jpechane@redhat.com) Date: Tue, 5 Feb 2008 02:34:43 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Assigning Taks to the same user when sent back Message-ID: <13393057.1202196884226.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I think that swimlanes is something that you are looking for http://docs.jboss.com/jbpm/v3/userguide/taskmanagement.html#swimlanes J. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126456#4126456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126456 From do-not-reply at jboss.com Tue Feb 5 03:02:25 2008 From: do-not-reply at jboss.com (mayureshk) Date: Tue, 5 Feb 2008 03:02:25 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - Re: AOPC compiler seems to run successfully without Aspectiz Message-ID: <27830440.1202198545165.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Flavia, You are right, the "src" tag must point to the class files to be transformed. Although I had read the docs, I made an error in thinking of the "src" folder as the actual Java sources. I had to set the "src" tag as shown below to get the AOPC compiler to pickup the files correctly, it must point to the directory that holds the actual .class file not the top level folder where the classpath starts. | | I have been able to apectize most of the classes barring a few that are giving exception such as [aopc] java.lang.RuntimeException: defrost(): | com.wills.biz.SomeClass_1_MByMInvocation was pruned. | But I will try to figure out why only these classes errored out. Thankyou for your prompt response. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126459#4126459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126459 From do-not-reply at jboss.com Tue Feb 5 03:18:51 2008 From: do-not-reply at jboss.com (atiwoto) Date: Tue, 5 Feb 2008 03:18:51 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - AbstractEntityManagerImpl warning Message-ID: <8296961.1202199531200.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using seam pojo and everytime i get the warning below WARN [AbstractEntityManagerImpl] Cannot join transaction, not a JoinableCMTTransaction I would be grateful if you assist Below is my configuration Thanks /security.drl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126463#4126463 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126463 From do-not-reply at jboss.com Tue Feb 5 03:23:52 2008 From: do-not-reply at jboss.com (ovistanciu) Date: Tue, 5 Feb 2008 03:23:52 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: h:SelectManyListbox, s:SelectItems and Many-to-Many mapp Message-ID: <4650578.1202199832477.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete, I tried your example posted here: http://jroller.com/pmuir/entry/using_sets_in_jsf. userGroup.xhtml now looks like this: | | | | | where 'asList' is the function described in the link above. Now, when trying to create a userGroup I get: model validation failed:/members/userGroup.xhtml @33,44 value="#{dc:asList(userGroupHome.instance.locations)}": Illegal Syntax for Set Operation What am I missing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126464#4126464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126464 From do-not-reply at jboss.com Tue Feb 5 03:35:24 2008 From: do-not-reply at jboss.com (bentins) Date: Tue, 5 Feb 2008 03:35:24 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Assigning Taks to the same user when sent back Message-ID: <16745807.1202200524984.JavaMail.jboss@colo-br-02.atl.jboss.com> A swimlane, as fas as I understand, will keep the same actor. If TASK B is for a different actor then a swimlane will not solve this. What we did was to extend the taskInstance with our own object that keeps the information on the former actors on the task (Tasks can also be reassigned so you need to keep as fas history as needed). Then we used a Task Assignement Handler that checks for a flag to restore the former actor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126468#4126468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126468 From do-not-reply at jboss.com Tue Feb 5 03:49:00 2008 From: do-not-reply at jboss.com (thejavafreak) Date: Tue, 5 Feb 2008 03:49:00 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: AbstractEntityManagerImpl warning Message-ID: <13544657.1202201340452.JavaMail.jboss@colo-br-02.atl.jboss.com> Are you using EJB? Why aren't you setting your transaction component? Take a look at the JEE5 example on how to set it up. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126471#4126471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126471 From do-not-reply at jboss.com Tue Feb 5 03:54:43 2008 From: do-not-reply at jboss.com (mail.micke@gmail.com) Date: Tue, 5 Feb 2008 03:54:43 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - A lot of Message-ID: <27056912.1202201683678.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I can see a lot of "starting up: org.jboss.seam.security.identity" entries in my logs and wonder when this log entry is created? Had a quick browse through FishEye and think I found the place in Context.java where this it is generated. But I don't quite understand why I see some many of these. I thought that since the identity component is session scoped I would see one of these per started session, is that correct? (just greped and found thousands). Using Seam 1.2.1.GA on JBoss 4.0.3SP1 Cheers, micke View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126473#4126473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126473 From do-not-reply at jboss.com Tue Feb 5 03:59:33 2008 From: do-not-reply at jboss.com (beve) Date: Tue, 5 Feb 2008 03:59:33 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Messaging Cluster issue Message-ID: <11654958.1202201974094.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, we are using JBM 1.4.0.SP3 configured in a cluster. We have a four node cluster and use custom correlation ids to correlate messages. Our messaging clients post a message to a queue and wait a specified amount of time for a message to appear on a response queue with the correlation id they expect. Now the problem we are experiencing is that when several concurrent calls are made sometimes we are not able to retrieve the message from the clustered queue. We have verified that the message is infact there, with the correct correlation id. We have tried to simulate this behaviour with the test class below. | public class DestinationPeeker | { | | private static final String QUEUE_NAME = "queue/clusteredQueue"; | private static final String JNDI_SERVER = "hostname:1100"; | | private static final String CORRELATION_ID = "12345"; | | private static String messageSelector = "JMSCorrelationID = \'" + CORRELATION_ID + "\'"; | | @Test | public void peek() throws NamingException, JMSException | { | Context ctx = getContext(); | Queue queue = (Queue) ctx.lookup( QUEUE_NAME ); | QueueConnectionFactory factory = (QueueConnectionFactory) ctx.lookup( "ConnectionFactory" ); | QueueConnection cnn = factory.createQueueConnection(); | QueueSession session = cnn.createQueueSession( false, QueueSession.AUTO_ACKNOWLEDGE ); | | QueueBrowser browser = session.createBrowser( queue, messageSelector ); | String messageSelector = browser.getMessageSelector(); | | Enumeration enumeration = browser.getEnumeration(); | while ( enumeration.hasMoreElements() ) { | Message jmsMsg = (Message) enumeration.nextElement(); | System.out.print( "JMSMessageID : " + jmsMsg.getJMSMessageID() ); | System.out.print( ", JMSCorrelelationID : " + jmsMsg.getJMSCorrelationID() ); | System.out.print( ", JMSExpiration : " + jmsMsg.getJMSExpiration() ); | System.out.println(""); | } | browser.close(); | session.close(); | cnn.close(); | } | | @Test | @Ignore | public void putMessageOnQueue() throws NamingException, JMSException | { | Context ctx = getContext(); | Queue queue = (Queue) ctx.lookup( QUEUE_NAME ); | QueueConnectionFactory factory = ( QueueConnectionFactory ) ctx.lookup( "/ClusteredConnectionFactory" ); | QueueConnection cnn = factory.createQueueConnection(); | QueueSession session = cnn.createQueueSession( false, QueueSession.AUTO_ACKNOWLEDGE ); | MessageProducer producer = session.createProducer( queue ); | TextMessage msg = session.createTextMessage(); | msg.setJMSCorrelationID( CORRELATION_ID ); | producer.send( msg ); | producer.close(); | session.close(); | cnn.close(); | ctx.close(); | } | | private Context getContext() throws NamingException | { | Hashtable env = new Hashtable(); | env.put( Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory" ); | env.put( Context.URL_PKG_PREFIXES, "org.jboss.naming" ); | env.put( Context.PROVIDER_URL, JNDI_SERVER ); | return new InitialContext(env); | } | } | Note that we are using a QueueBrowser to peek a the queue. I've tried this by consuming from the queue and seen the same behaviour. When I run the above (having run once with only executing putMessageOnQueue()) I sometimes get a messages back and sometimes don't. It's not deterministic. Is this a valid way to verfiy the functionality of clustering with message correlation id's? Has anyone see this sort of behaviour before? Any comments or suggestions are welcome. Thanks, /Daniel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126475#4126475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126475 From do-not-reply at jboss.com Tue Feb 5 04:02:39 2008 From: do-not-reply at jboss.com (hlins) Date: Tue, 5 Feb 2008 04:02:39 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Can not deploy process archive (par) Message-ID: <26843094.1202202159059.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi to all, I'm trying to deploy a process archive with an ant task. If I do it with the process designer it works fine. :-/ But when I call the ant task a ClassNotFoundException:org.jnp.interfaces.NamingContextFactory occurs. I'm pretty sure that I've added the jbossall-client, which should contain this class to the classpath. Here's my build.xml | | | | | | | | | | | | | | | And the part of the hibernate.cfg.xml, where I set the jndi parameters: | jnp://127.0.1.1:1299 | org.jnp.interfaces.NamingContextFactory | org.hibernate.cache.HashtableCacheProvider | | And this happens: | [deploypar] javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory] | [deploypar] at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657) | [deploypar] at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288) | [deploypar] at javax.naming.InitialContext.init(InitialContext.java:223) | [deploypar] at javax.naming.InitialContext.(InitialContext.java:197) | [deploypar] at org.hibernate.util.NamingHelper.getInitialContext(NamingHelper.java:28) | [deploypar] at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52) | [deploypar] at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124) | [deploypar] at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56) | [deploypar] at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:410) | [deploypar] at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62) | [deploypar] at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009) | [deploypar] at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292) | [deploypar] at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91) | [deploypar] at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95) | [deploypar] at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99) | [deploypar] at org.jbpm.persistence.db.DbPersistenceService.getGraphSession(DbPersistenceService.java:341) | [deploypar] at org.jbpm.JbpmContext.getGraphSession(JbpmContext.java:571) | [deploypar] at org.jbpm.JbpmContext.deployProcessDefinition(JbpmContext.java:173) | [deploypar] at org.jbpm.ant.DeployProcessTask.deploy(DeployProcessTask.java:93) | [deploypar] at org.jbpm.ant.DeployProcessTask.execute(DeployProcessTask.java:58) | [deploypar] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) | [deploypar] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) | [deploypar] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | [deploypar] at java.lang.reflect.Method.invoke(Method.java:597) | [deploypar] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) | [deploypar] at org.apache.tools.ant.Task.perform(Task.java:348) | [deploypar] at org.apache.tools.ant.Target.execute(Target.java:357) | [deploypar] at org.apache.tools.ant.Target.performTasks(Target.java:385) | [deploypar] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) | [deploypar] at org.apache.tools.ant.Project.executeTarget(Project.java:1298) | [deploypar] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) | [deploypar] at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) | [deploypar] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) | [deploypar] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) | [deploypar] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) | [deploypar] Caused by: java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory | [deploypar] at java.net.URLClassLoader$1.run(URLClassLoader.java:200) | [deploypar] at java.security.AccessController.doPrivileged(Native Method) | [deploypar] at java.net.URLClassLoader.findClass(URLClassLoader.java:188) | [deploypar] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) | [deploypar] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) | [deploypar] at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | [deploypar] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) | [deploypar] at java.lang.Class.forName0(Native Method) | [deploypar] at java.lang.Class.forName(Class.java:247) | [deploypar] at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:46) | [deploypar] at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654) | [deploypar] ... 34 more | [deploypar] 05.02.2008 09:00:20 org.hibernate.connection.DatasourceConnectionProvider configure | [deploypar] SCHWERWIEGEND: Could not find datasource: java:jdbc/MysqljBPM | [deploypar] javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory] | [deploypar] at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657) | [deploypar] at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288) | [deploypar] at javax.naming.InitialContext.init(InitialContext.java:223) | [deploypar] at javax.naming.InitialContext.(InitialContext.java:197) | [deploypar] at org.hibernate.util.NamingHelper.getInitialContext(NamingHelper.java:28) | [deploypar] at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52) | [deploypar] at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124) | [deploypar] at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56) | [deploypar] at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:410) | [deploypar] at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62) | [deploypar] at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009) | [deploypar] at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292) | [deploypar] at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91) | [deploypar] at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95) | [deploypar] at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99) | [deploypar] at org.jbpm.persistence.db.DbPersistenceService.getGraphSession(DbPersistenceService.java:341) | [deploypar] at org.jbpm.JbpmContext.getGraphSession(JbpmContext.java:571) | [deploypar] at org.jbpm.JbpmContext.deployProcessDefinition(JbpmContext.java:173) | [deploypar] at org.jbpm.ant.DeployProcessTask.deploy(DeployProcessTask.java:93) | [deploypar] at org.jbpm.ant.DeployProcessTask.execute(DeployProcessTask.java:58) | [deploypar] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) | [deploypar] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) | [deploypar] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | [deploypar] at java.lang.reflect.Method.invoke(Method.java:597) | [deploypar] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) | [deploypar] at org.apache.tools.ant.Task.perform(Task.java:348) | [deploypar] at org.apache.tools.ant.Target.execute(Target.java:357) | [deploypar] at org.apache.tools.ant.Target.performTasks(Target.java:385) | [deploypar] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) | [deploypar] at org.apache.tools.ant.Project.executeTarget(Project.java:1298) | [deploypar] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) | [deploypar] at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) | [deploypar] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) | [deploypar] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) | [deploypar] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) | [deploypar] Caused by: java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory | [deploypar] at java.net.URLClassLoader$1.run(URLClassLoader.java:200) | [deploypar] at java.security.AccessController.doPrivileged(Native Method) | [deploypar] at java.net.URLClassLoader.findClass(URLClassLoader.java:188) | [deploypar] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) | [deploypar] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) | [deploypar] at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | [deploypar] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) | [deploypar] at java.lang.Class.forName0(Native Method) | [deploypar] at java.lang.Class.forName(Class.java:247) | [deploypar] at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:46) | [deploypar] at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654) | [deploypar] ... 34 more | [deploypar] org.hibernate.HibernateException: Could not find datasource | [deploypar] at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:56) | [deploypar] at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124) | [deploypar] at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56) | [deploypar] at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:410) | [deploypar] at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:62) | [deploypar] at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009) | [deploypar] at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292) | [deploypar] at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91) | [deploypar] at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:95) | [deploypar] at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:99) | [deploypar] at org.jbpm.persistence.db.DbPersistenceService.getGraphSession(DbPersistenceService.java:341) | [deploypar] at org.jbpm.JbpmContext.getGraphSession(JbpmContext.java:571) | [deploypar] at org.jbpm.JbpmContext.deployProcessDefinition(JbpmContext.java:173) | [deploypar] at org.jbpm.ant.DeployProcessTask.deploy(DeployProcessTask.java:93) | [deploypar] at org.jbpm.ant.DeployProcessTask.execute(DeployProcessTask.java:58) | [deploypar] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) | [deploypar] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) | [deploypar] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | [deploypar] at java.lang.reflect.Method.invoke(Method.java:597) | [deploypar] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105) | [deploypar] at org.apache.tools.ant.Task.perform(Task.java:348) | [deploypar] at org.apache.tools.ant.Target.execute(Target.java:357) | [deploypar] at org.apache.tools.ant.Target.performTasks(Target.java:385) | [deploypar] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329) | [deploypar] at org.apache.tools.ant.Project.executeTarget(Project.java:1298) | [deploypar] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) | [deploypar] at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) | [deploypar] at org.apache.tools.ant.Project.executeTargets(Project.java:1181) | [deploypar] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) | [deploypar] at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) | [deploypar] Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory] | [deploypar] at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657) | [deploypar] at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288) | [deploypar] at javax.naming.InitialContext.init(InitialContext.java:223) | [deploypar] at javax.naming.InitialContext.(InitialContext.java:197) | [deploypar] at org.hibernate.util.NamingHelper.getInitialContext(NamingHelper.java:28) | [deploypar] at org.hibernate.connection.DatasourceConnectionProvider.configure(DatasourceConnectionProvider.java:52) | [deploypar] ... 29 more | [deploypar] Caused by: java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory | [deploypar] at java.net.URLClassLoader$1.run(URLClassLoader.java:200) | [deploypar] at java.security.AccessController.doPrivileged(Native Method) | [deploypar] at java.net.URLClassLoader.findClass(URLClassLoader.java:188) | [deploypar] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) | [deploypar] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) | [deploypar] at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | [deploypar] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) | [deploypar] at java.lang.Class.forName0(Native Method) | [deploypar] at java.lang.Class.forName(Class.java:247) | [deploypar] at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:46) | [deploypar] at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654) | [deploypar] ... 34 more | | BUILD FAILED | /home/hlins/projects/diplomarbeit_jbpm/build.xml:198: couldn't deploy process archives : Could not find datasource | I hope anybody can help me. thx hlins View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126477#4126477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126477 From do-not-reply at jboss.com Tue Feb 5 04:07:20 2008 From: do-not-reply at jboss.com (mlaporta) Date: Tue, 5 Feb 2008 04:07:20 -0500 (EST) Subject: [jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.2 Spring Deployer + Spring 2.08 Message-ID: <31111523.1202202440418.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi alesj, spring-int works with both spring-2.5 and spring-2.0.8. Thanks Michele View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126480#4126480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126480 From do-not-reply at jboss.com Tue Feb 5 04:08:04 2008 From: do-not-reply at jboss.com (timfox) Date: Tue, 5 Feb 2008 04:08:04 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging Cluster issue Message-ID: <28542808.1202202484664.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you explain your topology in more detail - i.e., where are the clients that put messages on the queue and where are the clients that remove messages from the queue? (It's important to know what node they're on). Also can you post your message consumer code? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126482#4126482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126482 From do-not-reply at jboss.com Tue Feb 5 04:10:28 2008 From: do-not-reply at jboss.com (timfox) Date: Tue, 5 Feb 2008 04:10:28 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: JBoss Messaging via .Net Message-ID: <16731931.1202202628204.JavaMail.jboss@colo-br-02.atl.jboss.com> Bear in mind I said 2.0 "series". I.e. 2.0 probably won't have support for other language clients (depending on how much time we have) - more likely 2.1 :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126483#4126483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126483 From do-not-reply at jboss.com Tue Feb 5 04:13:30 2008 From: do-not-reply at jboss.com (AJanz) Date: Tue, 5 Feb 2008 04:13:30 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Web Serivce Response Missing the XML Declaration Message-ID: <28497854.1202202810417.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, does your interceptor work now? greetings sascha View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126484#4126484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126484 From do-not-reply at jboss.com Tue Feb 5 04:14:24 2008 From: do-not-reply at jboss.com (abondi) Date: Tue, 5 Feb 2008 04:14:24 -0500 (EST) Subject: [jboss-user] [Management, JMX/JBoss] - Jboss Remote Deploy using MBeans Message-ID: <24352668.1202202864897.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm studying for remote deploying of ears using MBeans. I found the RemoteDeployer class. Is there any example of remote deploy? Thank you very much! Andrea View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126485#4126485 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126485 From do-not-reply at jboss.com Tue Feb 5 04:20:42 2008 From: do-not-reply at jboss.com (abondi) Date: Tue, 5 Feb 2008 04:20:42 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Local Deployment using JSP & Servlet Message-ID: <21601200.1202203242163.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm developing an application that must deploy ears using jsp and servlet. It's like an installer for j2ee applications: receives the request to deploy a package (war or ear) and ask the application server where it's hosted to deploy the specified package. I think it can be done using jsp, servlets and, maybe, MBeans. Thank you very much! Andrea View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126488#4126488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126488 From do-not-reply at jboss.com Tue Feb 5 04:32:16 2008 From: do-not-reply at jboss.com (beve) Date: Tue, 5 Feb 2008 04:32:16 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging Cluster issue Message-ID: <6915060.1202203936709.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Tim, thanks for your quick response! The clients that put messages on the queue are Web Services that exist on two nodes in our messaging cluster. Their responsibility is to send the SOAP message to a queue that our ESB servers listen to. The ESB service performs it's actions, and one of these is to send a response message to a response queue. It's a little difficult for me to post the actual code. But the "test" class in my previous post can simulate the behaviour. This can be done with at two node messaging cluster. Are there any test in the messaging project that I could run against our configuration to verify that we have not incorrectly configured something. The system has been running in production for several month without any warnings or errors. We upgraded to 1.4.0.SP3 right before Christmas. Thanks, Daniel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126490#4126490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126490 From do-not-reply at jboss.com Tue Feb 5 04:36:05 2008 From: do-not-reply at jboss.com (nhpvti) Date: Tue, 5 Feb 2008 04:36:05 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: WARN TwoPhaseCoordinator.afterCompletion Message-ID: <4777260.1202204165536.JavaMail.jboss@colo-br-02.atl.jboss.com> "nwray" wrote : Hi, I'm seeing the same issue with the recurring WARN message. I get the following warning from TwoPhaseCoordinator.afterCompletion with each iteration of an async task. Nothing obvious is failing, the warning might be in error or could be due to some misconfiguration on my part. It's been annoying during development but it would be nice to resolve it before deployment. | | 10:45:24,468 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_4] TwoPhaseCoordinator.afterCo | mpletion - returned failure for com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple at c03bcd | | I've added a comment to the open JIRA below with more details, please let me know if I can add anything else. | http://jira.jboss.com/jira/browse/EJBTHREE-898 | I'm getting the same warning after each run of a scheduled job, although the job succeeds. By the way, I've set EJBTimerService datasource in $JBOSS_HOME/server/default/deploy/ejb-deployer.xml to the same as my application is using in order to have better control over my batch jobs and to avoid multiple non-XA datasources, but the warning is still generated. My environment: JBoss 4.2.2.GA Seam 2.0.0.GA JDK 1.5.0_14 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126491#4126491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126491 From do-not-reply at jboss.com Tue Feb 5 04:38:08 2008 From: do-not-reply at jboss.com (timfox) Date: Tue, 5 Feb 2008 04:38:08 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging Cluster issue Message-ID: <11011316.1202204288371.JavaMail.jboss@colo-br-02.atl.jboss.com> So you have a clustered response queue, and, say two consumers on it on different nodes.... A response message gets posted to the queue. Clearly the response message is destined for a specific consumer, but if you have two consumers on the queue, you can' be sure it gets to the "right" consumer (how would JBM know what is the "right" consumer?). Clustering will make sure it gets to one of the consumers, but not necessarily the one you expect. Am I missing something here, or misunderstanding what you are trying to achieve? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126492#4126492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126492 From do-not-reply at jboss.com Tue Feb 5 04:40:24 2008 From: do-not-reply at jboss.com (sgrueter) Date: Tue, 5 Feb 2008 04:40:24 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - gen-ui: order of fields in generated forms Message-ID: <9506400.1202204424856.JavaMail.jboss@colo-br-02.atl.jboss.com> When I generate the xhtml files from existing entities, then the entry fields will be displayed in alphabetical order of the entity properties and not in the order of declaration. For rapid prototyping it would be desirable, if the fields would appear in the order of declaration. Since the fields in the auto generated database table are in the the order of declaration, this should be possible for gen-ui as well. Does anybody know a way to achieve this with seam 2.0.1? Thanks for any hints View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126493#4126493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126493 From do-not-reply at jboss.com Tue Feb 5 05:03:52 2008 From: do-not-reply at jboss.com (boocjelle) Date: Tue, 5 Feb 2008 05:03:52 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Seam managed bean property not set by seam.properties Message-ID: <2166838.1202205832407.JavaMail.jboss@colo-br-02.atl.jboss.com> I hardly believe that the mechanism of the seam.properties does not work. So I made a project using Seam-Gen that can easily be reproduced. I would be grateful to know where I am going wrong. The project was created using Seam-Gen with the project.type=ear (please note the build.properties below). The application can be run using the url .. http://localhost:8080/SeamPropertiesIssue/issue.seam It shows that the seam.properties name-value-pair has no effect. The output is: "Value has not been set". The sources are .. 1. src/action/de/issue/action/IssueBean.java 2. view/issue.xhtml 3. resources/seam.properties Seam-gen build.properties: #Generated by seam setup #Mon Jan 07 09:25:19 CET 2008 hibernate.connection.password= workspace.home=C\:/java/jboss-seam-2.0.0.GA/development/ model.package=de.issue.model driver.jar=C\:/java/jboss-seam-2.0.0.GA/seam-gen/lib/hsqldb.jar action.package=de.issue.action test.package=de.issue.test database.type=hsql richfaces.skin=DEFAULT hibernate.default_catalog.null= hibernate.default_schema=PROTO database.drop=y project.name=SeamPropertiesIssue hibernate.connection.username=sa hibernate.connection.driver_class=org.hsqldb.jdbcDriver hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider project.type=ear icefaces.home= database.exists=n jboss.home=C\:/java/jboss-4.2.2.GA hibernate.dialect=org.hibernate.dialect.HSQLDialect hibernate.connection.url=jdbc\:hsqldb\:. Seam Managed Bean: package de.issue.action; import org.jboss.seam.annotations.Logger; import org.jboss.seam.annotations.Name; import org.jboss.seam.log.Log; @Name("issuebean") public class IssueBean { @Logger Log log; String value="Value has not been set"; public String getValue() { return value; } public void setValue(String value) { this.value = value; } public String checkValue() { log.info("the issue has the value #0", getValue()); return ""; } } View: Issue Concerning seam.properties

Push the button and check if the properties will set the set the seam managed valuebean

seam.properties: issuebean.value=Value has been set View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126496#4126496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126496 From do-not-reply at jboss.com Tue Feb 5 05:18:38 2008 From: do-not-reply at jboss.com (joerg.schneider) Date: Tue, 5 Feb 2008 05:18:38 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Seam 2.0.1GA : EJB Blockers with Weblogic 9.x/10.x Message-ID: <21331045.1202206719035.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, first of all congratulations for the Seam 2.0.1GA release and thanks for the updated documentation, especially how to run Seam in appservers other than JBoss. As I read from the docs the varargs issue with Bea Weblogic still persists. As far as I understood, BEA claims this issue to be an ambiguity within the Java specs, since the same flag is used to mark fields transient as it is used to mark methods have variable arguments. I furthermore understood, that this issue is not necessarily related to EJB's only, but actually apply to any java code. The fact that the issue shows up with EJB's only is due to jrockits re-compiles the EJB's during deployment. As per my understanding, a compiler/interpreter should be in a position to handle the transient/vararg flag different for fields and methods (as Sun's implementation apparently does) so I actually see it BEA's responsibility to fix that issue. Anyhow, according to my experience I'd not expect such a fix is being delivered by BEA within the next 12 months, if at all. Since the next 1 or 2 years certainly will be very important for the roll-out and further distribution of Seam, would it make sense to fix that (rather "work around") within Seam in the meantime ? As far as I understood, the proposed work around is to use arrays instead of varargs in methods/constructors to avoid the issue. This seem to be an acceptable work around for me to overcome the issue for any of my projects/developments. The only problem remaining is : how many Seam internal EJB's are using varargs currently and if it makes sense to use arrays instead of varargs to have some kind of Weblogic/JRockit compatibility ? I mean I fully understand that using varargs is the proper implementation, but I'd consider using arrays as a valid work around and if it's only the "TimerService" ejb that currently causes the problem in JRockit/Weblogic, why not take a step back (=use arrays) and therefore have another major player (Weblogic) on board. I made much bigger comprises during my IT career so far :-) If a fix for jrockit is provided that can naturally been reversed. Any thoughts ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126499#4126499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126499 From do-not-reply at jboss.com Tue Feb 5 05:19:28 2008 From: do-not-reply at jboss.com (centecbertl) Date: Tue, 5 Feb 2008 05:19:28 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: http://org.jboss.ws/http#chunksize Message-ID: <31298968.1202206768619.JavaMail.jboss@colo-br-02.atl.jboss.com> "Ratoo" wrote : | "heiko.braun at jboss.com" wrote : | | HTTP 1.0 Client Did you try that one? | | | | Where is it? How can I configure it? | You can use the tomcat Connector configuration to achieve this. Example given for jboss 4.0.5 restricts .net 2.0 clients to use HTTP 1.0: | $ diff -U 5 server.xml~ server.xml | --- server.xml~ 2006-12-06 16:03:28.403259700 +0100 | +++ server.xml 2006-12-16 10:18:38.265625000 +0100 | @@ -11,16 +11,18 @@ | | | + connectionTimeout="20000" disableUploadTimeout="true" | + restrictedUserAgents="^.*MS Web Services Client Protocol.*$"/> | | | + | | | | @@ -29,11 +31,12 @@ | | + keystorePass="centec" sslProtocol = "TLS" | + restrictedUserAgents="^.*MS Web Services Client Protocol.*$"/> | | | | | | | | ... | | | | | | | | | | | | | | | | | | | JbpmHibernateSessionFactory | false | org.jnp.interfaces.NamingContextFactory | org.hibernate.dialect.Oracle9iDialect | false | false | false | org.hibernate.cache.HashtableCacheProvider | java:/JbpmDS | org.hibernate.transaction.JTATransactionFactory | org.hibernate.transaction.JBossTransactionManagerLookup | java:comp/UserTransaction | ... | ... | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126589#4126589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126589 From do-not-reply at jboss.com Tue Feb 5 10:46:27 2008 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Tue, 5 Feb 2008 10:46:27 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: New Seam app in production - faulty behaviour Message-ID: <17015004.1202226387228.JavaMail.jboss@colo-br-02.atl.jboss.com> Use a debugger. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126590#4126590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126590 From do-not-reply at jboss.com Tue Feb 5 10:47:12 2008 From: do-not-reply at jboss.com (ffischer) Date: Tue, 5 Feb 2008 10:47:12 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: New Seam app in production - faulty behaviour Message-ID: <24801412.1202226432354.JavaMail.jboss@colo-br-02.atl.jboss.com> This is an old bug within the facelets library bundled with seam 1.2. We have exchanged the jsf-facelets.jar with version 1.1.13a which fixes the bug. I think you can use facelets 1.1.14 (currently shipped with Seam 2.0.0). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126591#4126591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126591 From do-not-reply at jboss.com Tue Feb 5 10:47:45 2008 From: do-not-reply at jboss.com (gringalet) Date: Tue, 5 Feb 2008 10:47:45 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - :( the huge log file. Message-ID: <20663599.1202226465793.JavaMail.jboss@colo-br-02.atl.jboss.com> i am adding the fileupload function in seam example dvd store, now when i click the upload button, my pc will be so busy that it dosn;t have any response from my keybaord , and jboss log file will become bigger more and more. at finally, the log file will be more than 1G size. who can give me a hand? my components.xml | | | | | | | | | | ordermanagement1.jpdl.xml | | | checkout.jpdl.xml | newuser.jpdl.xml | | | | | | | | | | #{orderId} | | | | | | | | | | | | false | 100000000 | | | | my web.xml | | | | | org.jboss.seam.servlet.SeamListener | | | | facelets.DEVELOPMENT | true | | | | javax.faces.DEFAULT_SUFFIX | .xhtml | | | | Seam Filter | org.jboss.seam.servlet.SeamFilter | | | | Seam Filter | /* | | | | Faces Servlet | javax.faces.webapp.FacesServlet | 1 | | | | Faces Servlet | *.seam | | | | Restrict XHTML Documents | | XHTML | *.xhtml | | | NONE | | | | | 10 | | | | File.java | | /* | * JBoss, Home of Professional Open Source | * | * Distributable under LGPL license. | * See terms of license at gnu.org. | */ | package com.jboss.dvd.seam; | | public interface File { | public boolean isManaged() ; | public String getFilename() ; | public void setFilename(String filename); | public String getContentType(); | public void setContentType(String contentType); | public byte[] getFiledata() ; | public void setFiledata(byte[] filedata); | public void update2(); | public void destroy(); | } | my FileAction.java | package com.jboss.dvd.seam; | | import static javax.faces.application.FacesMessage.SEVERITY_WARN; | | import javax.ejb.Remove; | import javax.swing.ImageIcon; | | import org.jboss.seam.annotations.*; | import org.jboss.seam.ScopeType; | | import java.io.Serializable; | import java.util.Map; | | @Name("file") | @Scope(ScopeType.CONVERSATION) | public class FileAction | implements File, | Serializable | { | | public static final int PREVIEW_SIZE_MIN = 240; | | public static final int PREVIEW_SIZE_MAX = 1600; | | public static final int PREVIEW_ZOOM_STEP = 240; | | /* -------------------------- Context Wiring ------------------------------ */ | | /* -------------------------- Internal State ------------------------------ */ | | private String filename; | | private String contentType; | | // TODO: This should really use an InputStream and directly stream into the | // BLOB without consuming server memory | private byte[] filedata; | | private int imagePreviewSize = 240; | | public boolean isManaged() { | return true; | } | | public String getFilename() { | return filename; | } | | public void setFilename(String filename) { | this.filename = filename; | } | | public String getContentType() { | return contentType; | } | | public void setContentType(String contentType) { | this.contentType = contentType; | } | | public byte[] getFiledata() { | return filedata; | } | | public void setFiledata(byte[] filedata) { | this.filedata = filedata; | } | | | public void update2(){ | if(getFiledata()!=null){ | System.out.println(getFiledata().length); | System.out.println(getFilename()); | byte[] filedata=null; | setFiledata(filedata); | } | else | System.out.println("can't find file uploaded"); | } | @Remove | public void destroy() {}; | | } | my fileEdit.xhtml | | | | | | | Update | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126592#4126592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126592 From do-not-reply at jboss.com Tue Feb 5 10:53:25 2008 From: do-not-reply at jboss.com (anil.saldhana@jboss.com) Date: Tue, 5 Feb 2008 10:53:25 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: Flushing the credential cache ==> InstanceNotFoundExcept Message-ID: <2890434.1202226805381.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) Try to invalidate the session when the user changes the password. (Why does it matter that the cache is still with the old password? The new password will anyway kick in on next login). or 2) Get MBeanServerConnection as: MBeanServerConnection server= (MBeanServerConnection)new InitialContext().lookup("jmx/rmi/RMIAdaptor"); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126594#4126594 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126594 From do-not-reply at jboss.com Tue Feb 5 10:55:24 2008 From: do-not-reply at jboss.com (jaikiran) Date: Tue, 5 Feb 2008 10:55:24 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hot deployment scanner deploys files which were meant to Message-ID: <2736618.1202226924068.JavaMail.jboss@colo-br-02.atl.jboss.com> Created a new one http://jira.jboss.com/jira/browse/JBAS-5209 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126595#4126595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126595 From do-not-reply at jboss.com Tue Feb 5 10:56:07 2008 From: do-not-reply at jboss.com (anil.saldhana@jboss.com) Date: Tue, 5 Feb 2008 10:56:07 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: Use of EJBs within LoginModule Message-ID: <20688233.1202226967204.JavaMail.jboss@colo-br-02.atl.jboss.com> First ensure that your EJBs are working with the default JAAS configuration of "other". Then bring in your login modules. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126596#4126596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126596 From do-not-reply at jboss.com Tue Feb 5 10:57:29 2008 From: do-not-reply at jboss.com (gringalet) Date: Tue, 5 Feb 2008 10:57:29 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: :( the huge log file. Message-ID: <2724098.1202227049491.JavaMail.jboss@colo-br-02.atl.jboss.com> this is from the part of my log file, it looks like repeat doing something. 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.this | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.this | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.method | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.method | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.parameters | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.parameters | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.component | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.component | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: org.jboss.seam.persistence.persistenceContexts | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: org.jboss.seam.persistence.persistenceContexts | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.this | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.this | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.method | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.method | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.parameters | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.parameters | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.component | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.component | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: org.jboss.seam.persistence.persistenceContexts | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: org.jboss.seam.persistence.persistenceContexts | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.this | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.this | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.method | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.method | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.parameters | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.parameters | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.component | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.component | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: org.jboss.seam.persistence.persistenceContexts | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: org.jboss.seam.persistence.persistenceContexts | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.this | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.this | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.method | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.method | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.parameters | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.parameters | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.component | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.component | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: org.jboss.seam.persistence.persistenceContexts | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: org.jboss.seam.persistence.persistenceContexts | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.contexts.Contexts] found in conversation context: file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.file | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.this | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.this | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.method | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.method | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events | 2008-02-05 22:37:39,765 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126597#4126597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126597 From do-not-reply at jboss.com Tue Feb 5 10:59:57 2008 From: do-not-reply at jboss.com (pepite) Date: Tue, 5 Feb 2008 10:59:57 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: :( the huge log file. Message-ID: <24474244.1202227197892.JavaMail.jboss@colo-br-02.atl.jboss.com> You have to tune your jboss-log4j.xml config in the conf directory. Try to set the PRIORITY to INFO for the org.jboss category (just uncomment the category I think). Nicolas Leroux View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126599#4126599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126599 From do-not-reply at jboss.com Tue Feb 5 11:01:20 2008 From: do-not-reply at jboss.com (anil.saldhana@jboss.com) Date: Tue, 5 Feb 2008 11:01:20 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: LoginContext(init()) Null Pointer Exception Message-ID: <29985037.1202227280126.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you show your JAAS configuration for the security domain from conf/login-config.xml? Use the code button on the forum to post the xml bit... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126601#4126601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126601 From do-not-reply at jboss.com Tue Feb 5 11:03:56 2008 From: do-not-reply at jboss.com (pepite) Date: Tue, 5 Feb 2008 11:03:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: :( the huge log file. Message-ID: <31425049.1202227436797.JavaMail.jboss@colo-br-02.atl.jboss.com> Why do you do the following: byte[] filedata=null; setFiledata(filedata); The attribute fileData is never set then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126603#4126603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126603 From do-not-reply at jboss.com Tue Feb 5 11:08:17 2008 From: do-not-reply at jboss.com (chrlon) Date: Tue, 5 Feb 2008 11:08:17 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: change default partition name Message-ID: <28139746.1202227697046.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm trying to set the partition name in properties-service.xml instead of using the "-g" startup argument. But it only works with the startup argument. Why I can't get it to work with the properties file? I.E. jboss.partition.name=myPartition vs ./run.sh -g myPartition c- all View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126608#4126608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126608 From do-not-reply at jboss.com Tue Feb 5 11:08:31 2008 From: do-not-reply at jboss.com (pepite) Date: Tue, 5 Feb 2008 11:08:31 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: :( the huge log file. Message-ID: <27569006.1202227711460.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you don't need the setData in update2() because you already set the data in: anonymous wrote : classes.log Restart JBoss after these changes. Then on, just follow the steps that you normally do, to run into this exception. Once this exception occurs (you will have to keep an watch on either server.log or classes.log to see whether the exception has occured), upload this classes.log to some place where we can access it (you wont be able to post that huge classes log in your post). If we are lucky, then we might figure out what the issue is from these logs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126612#4126612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126612 From do-not-reply at jboss.com Tue Feb 5 11:14:14 2008 From: do-not-reply at jboss.com (jbalunas@redhat.com) Date: Tue, 5 Feb 2008 11:14:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 on Glassfish Message-ID: <2642259.1202228055007.JavaMail.jboss@colo-br-02.atl.jboss.com> As Pete said I will be working this as soon as I can. I hope to get to this in the next several weeks. The examples that we typically deploy as part of the reference guide do not include groovy. Is this one of your requirements? I may be able to look at it after I finish the main glassfish work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126613#4126613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126613 From do-not-reply at jboss.com Tue Feb 5 11:18:32 2008 From: do-not-reply at jboss.com (snarff) Date: Tue, 5 Feb 2008 11:18:32 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Packaging support? Message-ID: <14596664.1202228312531.JavaMail.jboss@colo-br-02.atl.jboss.com> "rob.stryker at jboss.com" wrote : Are you using the Project Archives view? | | This view can deploy in an exploded or packaged format, and perform incremental updates automatically without you having to select and deploy each and every time. Hadn't discovered it yet: thanks for the hint. What do you mean by 'deploy in an exploded or packaged format'? Also, I wonder why I have to write the jboss.xml myself. Am I overlooking something else? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126616#4126616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126616 From do-not-reply at jboss.com Tue Feb 5 11:21:18 2008 From: do-not-reply at jboss.com (jbalunas@redhat.com) Date: Tue, 5 Feb 2008 11:21:18 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0.1GA : EJB Blockers with Weblogic 9.x/10.x Message-ID: <26458047.1202228478673.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you very much for adding your voice to this. I find this unacceptable that BEA does not fix this. It has been there for over a year. "joerg.schneider" wrote : Hi, | | since my company owns a support contract with BEA, I did open an official "CASE" with BEA - let's see what happens. | | I will keep you informed. | | Thanks. | I will be looking at implementing an alternative jboss-seam jar that does not have the EJB timer in it. For now this is the least intrusive approach. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126617#4126617 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126617 From do-not-reply at jboss.com Tue Feb 5 11:22:44 2008 From: do-not-reply at jboss.com (anil.saldhana@jboss.com) Date: Tue, 5 Feb 2008 11:22:44 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: rough start with JBossPDP Message-ID: <27624817.1202228564736.JavaMail.jboss@colo-br-02.atl.jboss.com> "javasutra" wrote : I noticed that the GA version of JBoss XACML seems to have gone away and the AS 5.0 release uses Sun's XACML. Does this mean that no further development of Sun's implementation is planned? From what I can tell, it is stalled and does not fully support XACML 2.0. | | Thanks. | I have not integrated JBossXACML in AS5 yet. It is a minor exercise for me to do in a month or so. Why do you have to worry about complete XACML v2.0 support if all you care is get your use cases working fine? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126619#4126619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126619 From do-not-reply at jboss.com Tue Feb 5 11:23:16 2008 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 5 Feb 2008 11:23:16 -0500 (EST) Subject: [jboss-user] [Management, JMX/JBoss] - Re: Jboss Remote Deploy using MBeans Message-ID: <25718120.1202228596095.JavaMail.jboss@colo-br-02.atl.jboss.com> Let's continue this at you other post on this same topic: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126488 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126620#4126620 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126620 From do-not-reply at jboss.com Tue Feb 5 11:23:22 2008 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 5 Feb 2008 11:23:22 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Local Deployment using JSP & Servlet Message-ID: <2834832.1202228602949.JavaMail.jboss@colo-br-02.atl.jboss.com> See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=127272 Also, JSR-88 is a possibility, but the last time I used it, the application was no longer deployed after a restart. See http://jcp.org/en/jsr/detail?id=88. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126621#4126621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126621 From do-not-reply at jboss.com Tue Feb 5 11:29:24 2008 From: do-not-reply at jboss.com (adamw) Date: Tue, 5 Feb 2008 11:29:24 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: Is Fqn reuseable? Message-ID: <12514117.1202228964385.JavaMail.jboss@colo-br-02.atl.jboss.com> Strangely, this mostly happens when transaction isolation level is set to NONE. My cache setup: | | | | | | | | | jboss:service=Naming | jboss:service=TransactionManager | | | org.jboss.cache.JBossTransactionManagerLookup | | | PESSIMISTIC | | | NONE | | | true | | | LOCAL | | | true | | | JBoss-Feeds-Cluster | | | | | | | | | | | | | | | | | | | | | | | | | 5000 | | | 10000 | | | 15000 | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126624#4126624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126624 From do-not-reply at jboss.com Tue Feb 5 11:30:09 2008 From: do-not-reply at jboss.com (starkc) Date: Tue, 5 Feb 2008 11:30:09 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <25233107.1202229009928.JavaMail.jboss@colo-br-02.atl.jboss.com> This is the snippet from the resulting logs, from immediately after server startup to exception. | 11:20:04,404 INFO [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 1m:51s:58ms | [Loaded org.apache.jk.common.JkInputStream] | [Loaded org.apache.tomcat.util.http.HttpMessages] | [Loaded org.apache.tomcat.util.buf.C2BConverter] | [Loaded org.apache.tomcat.util.buf.IntermediateOutputStream] | [Loaded org.apache.tomcat.util.buf.WriteConvertor] | [Loaded org.w3c.dom.Notation from C:\jboss-4.0.4.GA\bin\..\lib\endorsed\xerces.jar] | [Loaded org.apache.xerces.dom.NotationImpl from C:\jboss-4.0.4.GA\bin\..\lib\endorsed\xerces.jar] | [Loaded org.apache.xerces.dom.DeferredNotationImpl from C:\jboss-4.0.4.GA\bin\..\lib\endorsed\xerces.jar] | [Loaded org.apache.catalina.util.ResourceSet] | [Loaded javax.servlet.jsp.tagext.TagAttributeInfo] | [Loaded javax.servlet.jsp.tagext.TagVariableInfo] | [Loaded javax.servlet.jsp.tagext.TagInfo] | [Loaded javax.servlet.jsp.tagext.TagFileInfo] | [Loaded javax.servlet.jsp.tagext.FunctionInfo] | [Loaded org.apache.jasper.compiler.Node$TaglibDirective] | [Loaded org.apache.jasper.compiler.Node$ScriptingElement] | [Loaded org.apache.jasper.compiler.Node$Scriptlet] | [Loaded javax.servlet.jsp.tagext.JspTag] | [Loaded javax.servlet.jsp.tagext.Tag] | [Loaded javax.servlet.jsp.tagext.IterationTag] | [Loaded javax.servlet.jsp.tagext.TagSupport] | [Loaded com.cybersource.riskmanager.admin.tag.ValidateLoginTag] | [Loaded org.apache.jasper.compiler.Node$ChildInfo] | [Loaded javax.servlet.jsp.tagext.BodyTag] | [Loaded javax.servlet.jsp.tagext.TryCatchFinally] | [Loaded javax.servlet.jsp.tagext.SimpleTag] | [Loaded javax.servlet.jsp.tagext.DynamicAttributes] | [Loaded org.apache.jasper.compiler.Validator] | [Loaded org.apache.jasper.compiler.Validator$DirectiveVisitor] | [Loaded org.apache.jasper.compiler.Validator$ValidateVisitor] | [Loaded javax.servlet.jsp.tagext.PageData] | [Loaded org.apache.jasper.compiler.PageDataImpl] | [Loaded org.apache.jasper.compiler.Validator$TagExtraInfoVisitor] | [Loaded org.apache.jasper.compiler.Node$AttributeGenerator] | [Loaded org.apache.jasper.compiler.Node$JspText] | [Loaded org.apache.jasper.compiler.Node$UninterpretedTag] | [Loaded org.apache.jasper.compiler.Node$ELExpression] | [Loaded org.apache.jasper.compiler.Node$Expression] | [Loaded org.apache.jasper.compiler.Node$Declaration] | [Loaded org.apache.jasper.compiler.Node$Comment] | [Loaded org.apache.jasper.compiler.Node$VariableDirective] | [Loaded org.apache.jasper.compiler.Node$AttributeDirective] | [Loaded org.apache.jasper.compiler.Node$TagDirective] | [Loaded org.apache.jasper.compiler.Node$JspRoot] | [Loaded org.apache.jasper.compiler.Node$JspOutput] | [Loaded org.apache.jasper.compiler.JspUtil$ValidAttribute] | [Loaded org.apache.jasper.compiler.ELNode$Visitor] | [Loaded org.apache.jasper.compiler.Validator$1MapperELVisitor] | [Loaded javax.servlet.jsp.el.FunctionMapper] | [Loaded org.apache.jasper.compiler.Validator$1FVVisitor] | [Loaded org.apache.jasper.compiler.Validator$ValidateVisitor$NamedAttributeVisitor] | [Loaded org.apache.jasper.compiler.Node$JspAttribute] | [Loaded org.apache.jasper.compiler.ELParser] | [Loaded org.apache.jasper.compiler.ELParser$Token] | [Loaded org.apache.jasper.compiler.ELParser$QuotedString] | [Loaded org.apache.jasper.compiler.ELNode] | [Loaded org.apache.jasper.compiler.ELNode$Function] | [Loaded org.apache.jasper.compiler.ELNode$ELText] | [Loaded org.apache.jasper.compiler.ELParser$Id] | [Loaded org.apache.jasper.compiler.ELParser$Char] | [Loaded org.apache.jasper.compiler.ELNode$Text] | [Loaded org.apache.jasper.compiler.ELNode$Root] | [Loaded org.apache.jasper.compiler.ELNode$Nodes] | [Loaded javax.servlet.jsp.tagext.TagData] | [Loaded org.apache.jasper.compiler.PageDataImpl$FirstPassVisitor] | [Loaded org.apache.jasper.compiler.PageDataImpl$SecondPassVisitor] | [Loaded org.apache.jasper.compiler.Collector] | [Loaded org.apache.jasper.compiler.Collector$CollectVisitor] | [Loaded org.apache.jasper.compiler.TagFileProcessor] | [Loaded org.apache.jasper.compiler.TagFileProcessor$TagFileDirectiveVisitor] | [Loaded org.apache.jasper.compiler.TagFileProcessor$TagFileLoaderVisitor] | [Loaded org.apache.jasper.compiler.ScriptingVariabler] | [Loaded org.apache.jasper.compiler.ScriptingVariabler$CustomTagCounter] | [Loaded org.apache.jasper.compiler.ScriptingVariabler$ScriptingVariableVisitor] | [Loaded org.apache.jasper.compiler.TextOptimizer] | [Loaded org.apache.jasper.compiler.TextOptimizer$TextCatVisitor] | [Loaded org.apache.jasper.compiler.ELFunctionMapper] | [Loaded org.apache.jasper.compiler.ELFunctionMapper$ELFunctionVisitor] | [Loaded org.apache.jasper.compiler.ELFunctionMapper$1Fvisitor] | [Loaded org.apache.jasper.compiler.Generator] | [Loaded org.apache.jasper.compiler.JasperTagInfo] | [Loaded org.apache.jasper.compiler.Generator$1ScriptingVarVisitor] | [Loaded org.apache.jasper.compiler.Generator$1TagHandlerPoolVisitor] | [Loaded org.apache.jasper.compiler.Generator$1DeclarationVisitor] | [Loaded org.apache.jasper.compiler.Generator$GenerateVisitor] | [Loaded org.apache.jasper.compiler.Generator$FragmentHelperClass] | [Loaded org.apache.jasper.compiler.Generator$GenBuffer] | [Loaded org.apache.jasper.compiler.Generator$1] | [Loaded org.apache.jasper.compiler.Generator$1ParamVisitor] | [Loaded org.apache.jasper.compiler.Generator$2ParamVisitor] | [Loaded org.apache.jasper.compiler.Generator$TagHandlerInfo] | [Loaded javax.servlet.jsp.JspException] | [Loaded javax.servlet.jsp.JspTagException] | [Loaded org.apache.jasper.compiler.SmapUtil] | [Loaded org.apache.jasper.compiler.SmapUtil$SmapGenVisitor] | [Loaded org.apache.jasper.compiler.SmapUtil$PreScanVisitor] | [Loaded org.apache.jasper.compiler.SmapGenerator] | [Loaded org.apache.jasper.compiler.SmapStratum] | [Loaded org.apache.jasper.compiler.SmapStratum$LineInfo] | [Loaded org.apache.jasper.compiler.JDTCompiler$1] | [Loaded org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException] | [Loaded org.eclipse.jdt.internal.compiler.env.IDependent] | [Loaded org.eclipse.jdt.internal.compiler.env.ICompilationUnit] | [Loaded org.eclipse.jdt.internal.compiler.env.IGenericType] | [Loaded org.eclipse.jdt.internal.compiler.env.IBinaryType] | [Loaded org.apache.jasper.compiler.JDTCompiler$1CompilationUnit] | [Loaded org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies] | [Loaded org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy] | [Loaded org.eclipse.jdt.internal.compiler.DefaultErrorHandlingPolicies$4] | [Loaded org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory] | [Loaded org.eclipse.jdt.core.compiler.IProblem] | [Loaded org.eclipse.jdt.internal.compiler.util.HashtableOfInt] | [Loaded java.util.ResourceBundleEnumeration from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.apache.jasper.compiler.JDTCompiler$2] | [Loaded org.eclipse.jdt.internal.compiler.impl.ITypeRequestor] | [Loaded org.eclipse.jdt.internal.compiler.problem.ProblemSeverities] | [Loaded org.eclipse.jdt.internal.compiler.Compiler] | [Loaded org.eclipse.jdt.internal.compiler.impl.ReferenceContext] | [Loaded org.eclipse.jdt.internal.compiler.problem.AbortCompilation] | [Loaded org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit] | [Loaded org.eclipse.jdt.internal.compiler.lookup.BaseTypes] | [Loaded org.eclipse.jdt.internal.compiler.env.IConstants] | [Loaded org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants] | [Loaded org.eclipse.jdt.internal.compiler.lookup.CompilerModifiers] | [Loaded org.eclipse.jdt.internal.compiler.lookup.TypeConstants] | [Loaded org.eclipse.jdt.internal.compiler.lookup.TypeIds] | [Loaded org.eclipse.jdt.internal.compiler.ast.ASTNode] | [Loaded org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ProblemReasons] | [Loaded org.eclipse.jdt.internal.compiler.impl.CompilerOptions] | [Loaded org.eclipse.jdt.internal.compiler.problem.ProblemHandler] | [Loaded org.eclipse.jdt.internal.compiler.problem.ProblemReporter] | [Loaded org.eclipse.jdt.internal.compiler.lookup.Binding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.TagBits] | [Loaded org.eclipse.jdt.internal.compiler.lookup.TypeBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding] | [Loaded org.eclipse.jdt.internal.compiler.ast.Statement] | [Loaded org.eclipse.jdt.internal.compiler.ast.Expression] | [Loaded org.eclipse.jdt.internal.compiler.ast.TypeReference] | [Loaded org.eclipse.jdt.internal.compiler.lookup.Substitution] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.RawTypeBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ArrayBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding] | [Loaded org.eclipse.jdt.internal.compiler.ast.Reference] | [Loaded org.eclipse.jdt.internal.compiler.lookup.InvocationSite] | [Loaded org.eclipse.jdt.internal.compiler.ast.NameReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.ImportReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.Literal] | [Loaded org.eclipse.jdt.internal.compiler.ast.NumberLiteral] | [Loaded org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration] | [Loaded org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment] | [Loaded org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.UnresolvedReferenceBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.WildcardBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.PackageBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ProblemPackageBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ProblemReferenceBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.MethodVerifier] | [Loaded org.eclipse.jdt.internal.compiler.lookup.MethodVerifier15] | [Loaded org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding] | [Loaded org.eclipse.jdt.core.compiler.CharOperation] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding$1] | [Loaded org.eclipse.jdt.internal.compiler.util.HashtableOfPackage] | [Loaded org.eclipse.jdt.internal.compiler.util.SimpleLookupTable] | [Loaded org.eclipse.jdt.internal.compiler.parser.ParserBasicInformation] | [Loaded org.eclipse.jdt.internal.compiler.parser.TerminalTokens] | [Loaded org.eclipse.jdt.internal.compiler.ast.OperatorIds] | [Loaded org.eclipse.jdt.internal.compiler.parser.Parser] | [Loaded org.eclipse.jdt.core.compiler.InvalidInputException] | [Loaded org.eclipse.jdt.internal.compiler.ast.SingleTypeReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.IntLiteral] | [Loaded org.eclipse.jdt.internal.compiler.ast.LongLiteral] | [Loaded org.eclipse.jdt.internal.compiler.ast.FloatLiteral] | [Loaded org.eclipse.jdt.internal.compiler.ast.DoubleLiteral] | [Loaded org.eclipse.jdt.internal.compiler.ast.CharLiteral] | [Loaded org.eclipse.jdt.internal.compiler.ast.StringLiteral] | [Loaded org.eclipse.jdt.internal.compiler.ast.MagicLiteral] | [Loaded org.eclipse.jdt.internal.compiler.ast.FalseLiteral] | [Loaded org.eclipse.jdt.internal.compiler.ast.TrueLiteral] | [Loaded org.eclipse.jdt.internal.compiler.ast.NullLiteral] | [Loaded org.eclipse.jdt.internal.compiler.ast.Annotation] | [Loaded org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation] | [Loaded org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration] | [Loaded org.eclipse.jdt.internal.compiler.ast.TypeParameter] | [Loaded org.eclipse.jdt.internal.compiler.ast.Wildcard] | [Loaded org.eclipse.jdt.internal.compiler.ast.IntLiteralMinValue] | [Loaded org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue] | [Loaded org.eclipse.jdt.internal.compiler.ast.OperatorExpression] | [Loaded org.eclipse.jdt.internal.compiler.ast.UnaryExpression] | [Loaded org.eclipse.jdt.internal.compiler.ast.SubRoutineStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.TryStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.ThrowStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.ReturnStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.BranchStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.ContinueStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.BreakStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.AssertStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.ForStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.SwitchStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.FieldDeclaration] | [Loaded org.eclipse.jdt.internal.compiler.ast.Initializer] | [Loaded org.eclipse.jdt.internal.compiler.ast.ThisReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess] | [Loaded org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.NormalAnnotation] | [Loaded org.eclipse.jdt.internal.compiler.ast.SuperReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.MessageSend] | [Loaded org.eclipse.jdt.internal.compiler.ast.SingleNameReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.MethodDeclaration] | [Loaded org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration] | [Loaded org.eclipse.jdt.internal.compiler.ast.MemberValuePair] | [Loaded org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation] | [Loaded org.eclipse.jdt.internal.compiler.ast.TypeDeclaration] | [Loaded org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression] | [Loaded org.eclipse.jdt.internal.compiler.ast.LocalDeclaration] | [Loaded org.eclipse.jdt.internal.compiler.ast.Argument] | [Loaded org.eclipse.jdt.internal.compiler.ast.FieldReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall] | [Loaded org.eclipse.jdt.internal.compiler.ast.AllocationExpression] | [Loaded org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression] | [Loaded org.eclipse.jdt.internal.compiler.parser.RecoveredElement] | [Loaded org.eclipse.jdt.internal.compiler.parser.RecoveredStatement] | [Loaded org.eclipse.jdt.internal.compiler.parser.RecoveredType] | [Loaded org.eclipse.jdt.internal.compiler.ast.ForeachStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.EmptyStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.CaseStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration] | [Loaded org.eclipse.jdt.internal.compiler.ast.CastExpression] | [Loaded org.eclipse.jdt.internal.compiler.ast.Block] | [Loaded org.eclipse.jdt.internal.compiler.ast.Assignment] | [Loaded org.eclipse.jdt.internal.compiler.ast.CompoundAssignment] | [Loaded org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression] | [Loaded org.eclipse.jdt.internal.compiler.ast.ArrayReference] | [Loaded org.eclipse.jdt.internal.compiler.parser.RecoveredUnit] | [Loaded org.eclipse.jdt.internal.compiler.parser.RecoveredMethod] | [Loaded org.eclipse.jdt.internal.compiler.parser.RecoveredField] | [Loaded org.eclipse.jdt.internal.compiler.parser.RecoveredInitializer] | [Loaded org.eclipse.jdt.internal.compiler.ast.ArrayInitializer] | [Loaded org.eclipse.jdt.internal.compiler.util.SuffixConstants] | [Loaded org.eclipse.jdt.internal.compiler.util.Util] | [Loaded org.eclipse.jdt.internal.compiler.util.Util$Displayable] | [Loaded org.eclipse.jdt.internal.compiler.parser.Scanner] | [Loaded org.eclipse.jdt.internal.compiler.parser.AbstractCommentParser] | [Loaded org.eclipse.jdt.internal.compiler.parser.JavadocParser] | [Loaded org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression] | [Loaded org.eclipse.jdt.internal.compiler.ast.JavadocArraySingleTypeReference] | [Loaded org.eclipse.jdt.internal.compiler.ast.JavadocArrayQualifiedTypeReference] | [Loaded org.eclipse.jdt.internal.compiler.CompilationResult] | [Loaded org.eclipse.jdt.internal.compiler.lookup.Scope] | [Loaded org.eclipse.jdt.internal.compiler.lookup.BlockScope] | [Loaded org.eclipse.jdt.internal.compiler.problem.AbortType] | [Loaded org.eclipse.jdt.internal.compiler.problem.AbortMethod] | [Loaded org.eclipse.jdt.internal.compiler.lookup.MethodScope] | [Loaded org.eclipse.jdt.internal.compiler.impl.Constant] | [Loaded org.eclipse.jdt.internal.compiler.impl.IntConstant] | [Loaded org.eclipse.jdt.internal.compiler.impl.FloatConstant] | [Loaded org.eclipse.jdt.internal.compiler.impl.ShortConstant] | [Loaded org.eclipse.jdt.internal.compiler.impl.StringConstant] | [Loaded org.eclipse.jdt.internal.compiler.impl.BooleanConstant] | [Loaded org.eclipse.jdt.internal.compiler.impl.LongConstant] | [Loaded org.eclipse.jdt.internal.compiler.impl.CharConstant] | [Loaded org.eclipse.jdt.internal.compiler.impl.DoubleConstant] | [Loaded org.eclipse.jdt.internal.compiler.impl.ByteConstant] | [Loaded org.eclipse.jdt.internal.compiler.problem.ShouldNotImplement] | [Loaded org.eclipse.jdt.internal.compiler.flow.FlowInfo] | [Loaded org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo] | [Loaded org.eclipse.jdt.internal.compiler.flow.FlowContext] | [Loaded org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext] | [Loaded org.eclipse.jdt.internal.compiler.flow.InitializationFlowContext] | [Loaded org.eclipse.jdt.internal.compiler.lookup.VariableBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ClassScope] | [Loaded org.eclipse.jdt.internal.compiler.lookup.FieldBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.MethodBinding] | [Loaded org.eclipse.jdt.internal.compiler.ast.Clinit] | [Loaded org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ProblemMethodBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.UpdatedMethodBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ProblemFieldBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ProblemBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ImportBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ImportConflictBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.LocalTypeBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.MemberTypeBinding] | [Loaded org.eclipse.jdt.internal.compiler.lookup.SyntheticFieldBinding] | [Loaded org.eclipse.jdt.internal.compiler.util.HashtableOfType] | [Loaded org.eclipse.jdt.internal.compiler.classfmt.ClassFileStruct] | [Loaded org.eclipse.jdt.internal.compiler.codegen.AttributeNamesConstants] | [Loaded org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader] | [Loaded org.eclipse.jdt.internal.compiler.env.IGenericMethod] | [Loaded org.eclipse.jdt.internal.compiler.env.IBinaryMethod] | [Loaded org.eclipse.jdt.internal.compiler.env.IGenericField] | [Loaded org.eclipse.jdt.internal.compiler.env.IBinaryField] | [Loaded org.eclipse.jdt.internal.compiler.classfmt.FieldInfo] | [Loaded org.eclipse.jdt.internal.compiler.classfmt.MethodInfo] | [Loaded org.eclipse.jdt.internal.compiler.env.NameEnvironmentAnswer] | [Loaded org.eclipse.jdt.internal.compiler.lookup.ParameterizedGenericMethodBinding] | [Loaded org.eclipse.jdt.internal.compiler.util.HashtableOfObject] | [Loaded org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding] | [Loaded org.eclipse.jdt.internal.compiler.ast.IfStatement] | [Loaded org.eclipse.jdt.internal.compiler.ast.BinaryExpression] | [Loaded org.eclipse.jdt.internal.compiler.ast.EqualExpression] | [Loaded org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression] | [Loaded org.eclipse.jdt.internal.compiler.flow.FinallyFlowContext] | [Loaded org.eclipse.jdt.internal.compiler.flow.InsideSubRoutineFlowContext] | [Loaded org.eclipse.jdt.internal.compiler.codegen.Label] | [Loaded org.eclipse.jdt.internal.compiler.codegen.ExceptionLabel] | [Loaded org.eclipse.jdt.internal.compiler.env.IBinaryNestedType] | [Loaded org.eclipse.jdt.internal.compiler.classfmt.InnerClassInfo] | [Loaded org.eclipse.jdt.internal.compiler.util.ObjectVector] | [Loaded org.eclipse.jdt.internal.compiler.problem.DefaultProblem] | [Loaded org.eclipse.jdt.internal.compiler.flow.ConditionalFlowInfo] | [Loaded org.eclipse.jdt.internal.compiler.codegen.ObjectCache] | [Loaded org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement] | [Loaded org.eclipse.jdt.internal.compiler.ClassFile] | [Loaded org.eclipse.jdt.internal.compiler.codegen.ConstantPool] | [Loaded org.eclipse.jdt.internal.compiler.codegen.CharArrayCache] | [Loaded org.eclipse.jdt.internal.compiler.codegen.Opcodes] | [Loaded org.eclipse.jdt.internal.compiler.codegen.CodeStream] | [Loaded org.apache.jasper.compiler.SmapUtil$SDEInstaller] | [Loaded javax.servlet.jsp.JspPage] | [Loaded javax.servlet.jsp.HttpJspPage] | [Loaded org.apache.jasper.runtime.HttpJspBase] | [Loaded org.apache.jasper.runtime.JspSourceDependent] | [Loaded org.apache.jsp.index_jsp] | [Loaded javax.servlet.jsp.JspWriter] | [Loaded org.apache.jasper.runtime.JspWriterImpl] | [Loaded javax.servlet.jsp.tagext.BodyContent] | [Loaded org.apache.jasper.runtime.BodyContentImpl] | [Loaded org.apache.commons.el.VariableResolverImpl] | [Loaded javax.servlet.http.HttpSession] | [Loaded org.apache.catalina.session.StandardSession] | [Loaded javax.servlet.http.HttpSessionContext] | [Loaded java.io.NotSerializableException from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded javax.servlet.http.HttpSessionEvent] | [Loaded org.apache.catalina.session.StandardSessionFacade] | [Loaded org.apache.tomcat.util.buf.DateTool] | [Loaded org.apache.jasper.security.SecurityUtil] | [Loaded org.jboss.web.tomcat.security.SecurityAssociationActions$ClearAction] | [Loaded org.apache.tomcat.util.http.FastHttpDateFormat] | [Loaded org.apache.catalina.connector.Constants] | [Loaded org.apache.jsp.login_jsp] | [Loaded org.apache.jasper.runtime.JspRuntimeLibrary] | [Loaded org.apache.tomcat.util.http.ContentType] | [Loaded sun.reflect.GeneratedConstructorAccessor60] | [Loaded sun.net.ConnectionResetException from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.eclipse.jdt.internal.compiler.ast.ConditionalExpression] | [Loaded org.apache.jsp.loginprocess_jsp] | [Loaded com.cybersource.riskmanager.admin.db.Login] | [Loaded com.cybersource.riskmanager.util.MD5Util] | [Loaded com.cybersource.riskmanager.admin.db.PreparedStatementCall] | [Loaded org.jboss.resource.connectionmanager.IdleRemover] | [Loaded org.jboss.resource.connectionmanager.IdleRemover$1] | [Loaded org.jboss.resource.connectionmanager.IdleRemover$IdleRemoverRunnable] | [Loaded org.jboss.resource.connectionmanager.IdleRemover$2] | [Loaded oracle.jdbc.driver.ResultSetUtil] | [Loaded oracle.jdbc.driver.UpdatableResultSet] | [Loaded oracle.jdbc.driver.ScrollableResultSet] | [Loaded oracle.jdbc.driver.SensitiveScrollableResultSet] | [Loaded oracle.jdbc.OraclePreparedStatement] | [Loaded oracle.jdbc.internal.OraclePreparedStatement] | [Loaded oracle.jdbc.driver.OraclePreparedStatement] | [Loaded oracle.sql.OpaqueDescriptor] | [Loaded oracle.sql.ArrayDescriptor] | [Loaded oracle.jdbc.internal.ObjectData] | [Loaded oracle.sql.ORAData] | [Loaded oracle.sql.CustomDatum] | [Loaded oracle.jdbc.OracleResultSetMetaData] | [Loaded oracle.jdbc.internal.OracleResultSetMetaData] | [Loaded oracle.jdbc.driver.OracleResultSetMetaData] | [Loaded oracle.sql.LnxLib] | [Loaded oracle.sql.LnxLibThin] | [Loaded oracle.sql.LdxLib] | [Loaded com.cybersource.riskmanager.admin.User] | [Loaded javax.servlet.http.HttpSessionBindingListener] | [Loaded com.cybersource.riskmanager.admin.tag.BusinessListTag] | [Loaded org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression] | [Loaded org.eclipse.jdt.internal.compiler.ast.DoStatement] | [Loaded org.eclipse.jdt.internal.compiler.flow.SwitchFlowContext] | [Loaded org.eclipse.jdt.internal.compiler.flow.LoopingFlowContext] | [Loaded org.apache.jsp.business.selectbusiness_jsp] | [Loaded com.cybersource.riskmanager.admin.db.BusinessAdmin] | [Loaded com.cybersource.riskmanager.admin.db.DuplicateBusinessException] | [Loaded com.cybersource.riskmanager.admin.Business] | [Loaded com.cybersource.riskmanager.admin.util.TextFormatter] | [Loaded com.cybersource.riskmanager.admin.tag.ServerAliasListTag] | [Loaded org.apache.jsp.admin.viewdsdeployments_jsp] | 11:20:48,049 INFO [STDOUT] DECISION SERVER ID: null | [Loaded com.cybersource.riskmanager.admin.db.ServerAliasAdmin] | [Loaded com.cybersource.riskmanager.admin.db.DuplicateServerAliasException] | [Loaded com.cybersource.riskmanager.admin.ServerAlias] | 11:20:49,533 INFO [STDOUT] DECISION SERVER ID: 1200519505839 | [Loaded com.cybersource.riskmanager.admin.util.DSDeploymentUtil] | [Loaded com.cybersource.riskmanager.admin.client.DecisionServerClient] | [Loaded org.apache.xmlrpc.XmlRpcHandler] | [Loaded org.apache.xmlrpc.XmlRpcClient] | [Loaded org.apache.xmlrpc.secure.SecureXmlRpcClient] | [Loaded org.apache.xmlrpc.XmlRpcClientLite] | [Loaded org.apache.xmlrpc.Base64] | [Loaded org.xml.sax.DocumentHandler from C:\jboss-4.0.4.GA\bin\..\lib\endorsed\xerces.jar] | [Loaded org.xml.sax.HandlerBase from C:\jboss-4.0.4.GA\bin\..\lib\endorsed\xerces.jar] | [Loaded org.apache.xmlrpc.XmlRpc] | [Loaded uk.org.xml.sax.Parser] | [Loaded uk.org.xml.sax.DocumentHandler] | [Loaded uk.co.wilson.xml.MinML] | [Loaded uk.co.wilson.xml.MinML$MinMLBuffer] | [Loaded org.apache.xmlrpc.Formatter] | [Loaded org.apache.xmlrpc.XmlRpcClient$Worker] | [Loaded org.apache.xmlrpc.XmlRpc$XmlWriter] | [Loaded org.apache.xmlrpc.XmlRpcException] | [Loaded java.net.HttpURLConnection from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.protocol.http.HttpURLConnection from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.NetworkClient from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.http.HttpClient from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.NetworkClient$1 from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.NetworkClient$2 from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.io.CharToByteConverter from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.io.CharacterEncoding from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.io.CharToByteSingleByte from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.io.CharToByteCp1252 from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.http.KeepAliveCache from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.http.HttpClient$2 from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.http.HttpClient$3 from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.http.KeepAliveKey from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.nio.cs.StreamEncoder$ConverterSE from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.http.PosterOutputStream from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.ProgressEntry from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded java.util.Observable from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.ProgressData from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.protocol.http.AuthenticationInfo from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.protocol.http.PathMap from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded com.cybersource.riskmanager.decision.external.ExternalXMLRPCServlet] | [Loaded org.apache.xmlrpc.XmlRpcServer] | [Loaded org.apache.xmlrpc.AuthenticatedXmlRpcHandler] | [Loaded com.cybersource.riskmanager.decision.external.AdminHandler] | [Loaded com.cybersource.riskmanager.decision.external.AdminFunctionsInterface] | [Loaded com.cybersource.riskmanager.decision.external.AdminFunctionsImpl] | [Loaded com.cybersource.riskmanager.decision.external.XmlRpcUnexpectedException] | [Loaded org.apache.xmlrpc.XmlRpcServer$Worker] | [Loaded uk.co.wilson.xml.MinML$1] | [Loaded org.apache.xmlrpc.XmlRpc$Value] | [Loaded com.cybersource.riskmanager.decision.util.Jndi_Lookup] | [Loaded javax.rmi.PortableRemoteObject from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded javax.rmi.GetORBPropertiesFileAction from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded javax.rmi.GetORBPropertiesFileAction$1 from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded javax.rmi.CORBA.PortableRemoteObjectDelegate from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded com.sun.corba.se.internal.javax.rmi.PortableRemoteObject from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.jboss.invocation.PayloadKey] | [Loaded org.jboss.proxy.SecurityInterceptor$SecurityActions$UTIL] | [Loaded org.jboss.proxy.SecurityInterceptor$SecurityActions] | [Loaded org.jboss.proxy.SecurityInterceptor$1] | [Loaded org.jboss.proxy.SecurityInterceptor$2] | [Loaded org.jboss.proxy.SecurityInterceptor$3] | [Loaded org.jboss.proxy.SecurityInterceptor$4] | [Loaded org.jboss.invocation.local.LocalInvoker$TCLAction$UTIL] | [Loaded org.jboss.invocation.local.LocalInvoker$TCLAction] | [Loaded org.jboss.invocation.local.LocalInvoker$1] | [Loaded org.jboss.invocation.local.LocalInvoker$2] | [Loaded org.jboss.invocation.local.LocalInvoker$3] | [Loaded org.jboss.ejb.SecurityActions$SetContextID] | [Loaded org.jboss.ejb.plugins.SecurityActions$PrincipalInfoAction] | [Loaded org.jboss.ejb.plugins.SecurityActions$1] | [Loaded org.jboss.ejb.plugins.SecurityActions$5] | [Loaded org.jboss.security.SecurityAssociation$SubjectContext] | [Loaded org.jboss.ejb.plugins.SecurityActions$RunAsIdentityActions] | [Loaded org.jboss.ejb.plugins.SecurityActions$6] | [Loaded org.jboss.ejb.plugins.SecurityActions$7] | [Loaded org.jboss.ejb.plugins.SecurityActions$8] | [Loaded org.jboss.ejb.plugins.SecurityActions$10] | [Loaded org.jboss.ejb.plugins.lock.NonReentrantLock] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor30] | [Unloading class sun.reflect.GeneratedMethodAccessor7] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor69] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor57] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor76] | [Unloading class sun.reflect.GeneratedMethodAccessor6] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor73] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor65] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor75] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor66] | [Unloading class sun.reflect.GeneratedMethodAccessor70] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor78] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor38] | [Unloading class sun.reflect.GeneratedMethodAccessor64] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor68] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor48] | [Unloading class sun.reflect.GeneratedMethodAccessor8] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor37] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor33] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor52] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor63] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor61] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor19] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor24] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor58] | [Unloading class sun.reflect.GeneratedMethodAccessor67] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor77] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor40] | [Unloading class sun.reflect.GeneratedMethodAccessor63] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor59] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor49] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor62] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor27] | [Unloading class sun.reflect.GeneratedMethodAccessor71] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor71] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor23] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor29] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor53] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor46] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor50] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor72] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor26] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor3] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor54] | [Unloading class sun.reflect.GeneratedMethodAccessor66] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor39] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor22] | [Unloading class sun.reflect.GeneratedMethodAccessor69] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor31] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor45] | [Unloading class sun.reflect.GeneratedMethodAccessor68] | [Unloading class sun.reflect.GeneratedMethodAccessor17] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor70] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor35] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor7] | [Unloading class sun.reflect.GeneratedMethodAccessor9] | [Unloading class sun.reflect.GeneratedMethodAccessor61] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor67] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor56] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor64] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor5] | [Unloading class sun.reflect.GeneratedMethodAccessor60] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor34] | [Unloading class sun.reflect.GeneratedConstructorAccessor38] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor51] | [Unloading class sun.reflect.GeneratedMethodAccessor59] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor47] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor32] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor25] | [Unloading class sun.reflect.GeneratedMethodAccessor16] | [Unloading class sun.reflect.GeneratedMethodAccessor72] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor60] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor36] | [Unloading class sun.reflect.GeneratedMethodAccessor62] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor41] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor55] | [Unloading class sun.reflect.GeneratedConstructorAccessor2] | [Unloading class sun.reflect.GeneratedSerializationConstructorAccessor74] | [Loaded org.jboss.ejb.EnterpriseContext$EJBContextImpl] | [Loaded org.jboss.ejb.EntityEnterpriseContext$EntityContextImpl] | [Loaded org.jboss.ejb.AllowedOperationsAssociation] | [Loaded org.jboss.ejb.AllowedOperationsAssociation$1] | [Loaded org.jboss.resource.connectionmanager.CachedConnectionManager$KeyConnectionAssociation] | [Loaded org.jboss.resource.connectionmanager.NoTxConnectionManager$NoTxConnectionEventListener] | [Loaded sun.reflect.GeneratedConstructorAccessor61] | [Loaded sun.reflect.GeneratedConstructorAccessor62] | [Loaded org.jboss.resource.connectionmanager.ConnectionRecord] | [Loaded sun.reflect.GeneratedConstructorAccessor63] | [Loaded sun.reflect.GeneratedConstructorAccessor64] | [Loaded org.jboss.invocation.InvocationStatistics$TimeStatistic] | [Loaded org.jboss.metadata.MethodAttributes] | [Loaded javax.ejb.TimerHandle] | [Loaded sun.reflect.GeneratedConstructorAccessor65] | [Loaded org.jboss.ejb.StatelessSessionEnterpriseContext$SessionContextImpl] | [Loaded sun.net.www.MeteredStream from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.http.Hurryable from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.http.KeepAliveStream from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.protocol.http.HttpURLConnection$HttpInputStream from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.http.KeepAliveCache$1 from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.http.ClientVector from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.net.www.http.KeepAliveEntry from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded com.cybersource.riskmanager.admin.DSDeployment] | [Loaded sun.reflect.GeneratedConstructorAccessor66] | [Loaded java.util.SubList from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded java.util.RandomAccessSubList from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded com.cybersource.riskmanager.admin.tag.ValidateBusinessTag] | [Loaded com.cybersource.riskmanager.admin.tag.StrategyListTag] | [Loaded com.cybersource.riskmanager.admin.tag.ModuleListTag] | [Loaded com.cybersource.riskmanager.admin.Model] | [Loaded com.cybersource.riskmanager.admin.Strategy] | [Loaded org.apache.jsp.business.businesshome_jsp] | [Loaded org.apache.jsp.business.selectbusinessprocess_jsp] | [Loaded javax.servlet.ServletResponseWrapper] | [Loaded javax.servlet.http.HttpServletResponseWrapper] | [Loaded org.apache.jasper.runtime.ServletResponseWrapperInclude] | [Loaded org.apache.catalina.core.ApplicationDispatcher] | [Loaded org.apache.catalina.core.ApplicationHttpResponse] | [Loaded org.apache.catalina.core.ApplicationResponse] | [Loaded javax.servlet.ServletRequestWrapper] | [Loaded javax.servlet.http.HttpServletRequestWrapper] | [Loaded org.apache.catalina.core.ApplicationHttpRequest] | [Loaded org.apache.catalina.core.ApplicationRequest] | [Loaded com.cybersource.riskmanager.admin.db.StrategyAdmin] | [Loaded com.cybersource.riskmanager.admin.db.DuplicateVersionException] | [Loaded com.cybersource.riskmanager.admin.db.DuplicateStrategyException] | [Loaded com.cybersource.riskmanager.admin.Module] | [Loaded com.cybersource.riskmanager.admin.db.CryptoXML] | [Loaded com.cybersource.certmanager.util.crypto.CryptoUtil] | [Loaded sun.security.provider.PolicyFile$8 from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded java.security.Identity from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded java.security.IdentityScope from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded java.security.IdentityScope$1 from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.security.provider.IdentityDatabase from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.security.provider.IdentityDatabase$1 from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.security.provider.PolicyFile$9 from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.bouncycastle.jce.provider.BouncyCastleProvider] | [Loaded sun.misc.HexDumpEncoder from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.reflect.GeneratedConstructorAccessor67] | [Loaded com.cybersource.certmanager.util.crypto.PKCS12Util] | [Loaded org.bouncycastle.asn1.DEREncodable] | [Loaded org.bouncycastle.asn1.x509.X509Name] | [Loaded org.bouncycastle.jce.X509Principal] | [Loaded org.bouncycastle.asn1.DEREncodableVector] | [Loaded org.bouncycastle.asn1.ASN1EncodableVector] | [Loaded org.bouncycastle.asn1.DERTags] | [Loaded org.bouncycastle.asn1.DERObject] | [Loaded org.bouncycastle.asn1.ASN1Sequence] | [Loaded org.bouncycastle.asn1.DERSequence] | [Loaded org.bouncycastle.jce.X509V1CertificateGenerator] | [Loaded org.bouncycastle.jce.interfaces.PKCS12BagAttributeCarrier] | [Loaded org.bouncycastle.jce.provider.X509CertificateObject] | [Loaded org.bouncycastle.asn1.DERObjectIdentifier] | [Loaded org.bouncycastle.asn1.DEROutputStream] | [Loaded org.bouncycastle.asn1.x509.V1TBSCertificateGenerator] | [Loaded org.bouncycastle.asn1.DERUTCTime] | [Loaded org.bouncycastle.asn1.ASN1TaggedObject] | [Loaded org.bouncycastle.asn1.DERTaggedObject] | [Loaded org.bouncycastle.asn1.DERInteger] | [Loaded org.bouncycastle.jce.X509V3CertificateGenerator] | [Loaded org.bouncycastle.asn1.ASN1OctetString] | [Loaded org.bouncycastle.asn1.DEROctetString] | [Loaded org.bouncycastle.asn1.x509.V3TBSCertificateGenerator] | [Loaded java.security.KeyStore from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded java.security.KeyStoreSpi from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers] | [Loaded org.bouncycastle.asn1.x509.X509ObjectIdentifiers] | [Loaded org.bouncycastle.jce.interfaces.BCKeyStore] | [Loaded org.bouncycastle.jce.provider.JDKPKCS12KeyStore] | [Loaded org.bouncycastle.jce.provider.JDKPKCS12KeyStore$BCPKCS12KeyStore] | [Loaded java.security.cert.CertificateEncodingException from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.bouncycastle.asn1.ASN1Set] | [Loaded org.bouncycastle.asn1.DERSet] | [Loaded java.security.KeyStoreException from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.bouncycastle.asn1.DERInputStream] | [Loaded org.bouncycastle.asn1.pkcs.EncryptedData] | [Loaded org.bouncycastle.jce.cert.CertificateFactorySpi] | [Loaded org.bouncycastle.jce.provider.JDKX509CertificateFactory] | [Loaded java.security.cert.CRL from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded java.security.cert.X509CRL from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.bouncycastle.jce.provider.X509CRLObject] | [Loaded org.bouncycastle.jce.cert.CertPath] | [Loaded org.bouncycastle.jce.provider.PKIXCertPath] | [Loaded java.security.cert.CRLException from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.bouncycastle.asn1.BERInputStream] | [Loaded org.bouncycastle.asn1.DERConstructedSequence] | [Loaded org.bouncycastle.asn1.DERConstructedSet] | [Loaded org.bouncycastle.asn1.DERBoolean] | [Loaded org.bouncycastle.asn1.DEREnumerated] | [Loaded org.bouncycastle.asn1.DERBitString] | [Loaded org.bouncycastle.asn1.DERString] | [Loaded org.bouncycastle.asn1.DERUTF8String] | [Loaded org.bouncycastle.asn1.DERPrintableString] | [Loaded org.bouncycastle.asn1.DERIA5String] | [Loaded org.bouncycastle.asn1.DERT61String] | [Loaded org.bouncycastle.asn1.DERVisibleString] | [Loaded org.bouncycastle.asn1.DERUniversalString] | [Loaded org.bouncycastle.asn1.DERBMPString] | [Loaded org.bouncycastle.asn1.DERGeneralizedTime] | [Loaded org.bouncycastle.asn1.DERUnknownTag] | [Loaded org.bouncycastle.asn1.BERConstructedSequence] | [Loaded org.bouncycastle.asn1.BERConstructedOctetString] | [Loaded org.bouncycastle.asn1.BERSet] | [Loaded org.bouncycastle.asn1.BERTaggedObject] | [Loaded org.bouncycastle.asn1.BERInputStream$1] | [Loaded org.bouncycastle.asn1.BERSequence] | [Loaded org.bouncycastle.asn1.pkcs.Pfx] | [Loaded org.bouncycastle.asn1.pkcs.ContentInfo] | [Loaded org.bouncycastle.asn1.pkcs.MacData] | [Loaded org.bouncycastle.asn1.x509.DigestInfo] | [Loaded org.bouncycastle.asn1.x509.AlgorithmIdentifier] | [Loaded org.bouncycastle.asn1.BEROutputStream] | [Loaded org.bouncycastle.asn1.ASN1OutputStream] | [Loaded org.bouncycastle.asn1.OIDTokenizer] | [Loaded javax.crypto.Mac from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.SunJCE_b from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.SunJCE_t from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded sun.reflect.GeneratedConstructorAccessor68] | [Loaded sun.security.validator.Validator from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.security.validator.SimpleValidator from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded sun.security.validator.EndEntityChecker from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded COM.rsa.jsafe.SunJSSE_n from C:\j2sdk1.4.2_15\jre\lib\jsse.jar] | [Loaded COM.rsa.jsafe.SunJSSE_cs from C:\j2sdk1.4.2_15\jre\lib\jsse.jar] | [Loaded java.security.SignatureException from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded javax.crypto.SunJCE_d from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded sun.reflect.GeneratedConstructorAccessor69] | [Loaded javax.crypto.SunJCE_f from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.SunJCE_g from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.SunJCE_h from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.SunJCE_j from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.SunJCE_k from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.SunJCE_u from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.SunJCE_v from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded sun.reflect.GeneratedMethodAccessor99] | [Loaded sun.reflect.GeneratedMethodAccessor100] | [Loaded javax.crypto.MacSpi from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded org.bouncycastle.jce.provider.PBE] | [Loaded org.bouncycastle.jce.provider.JCEMac] | [Loaded org.bouncycastle.jce.provider.JCEMac$PBEWithSHA] | [Loaded javax.crypto.SunJCE_c from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.SunJCE_e from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.SunJCE_r from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded org.bouncycastle.crypto.CipherParameters] | [Loaded org.bouncycastle.crypto.Digest] | [Loaded org.bouncycastle.crypto.Mac] | [Loaded org.bouncycastle.crypto.macs.HMac] | [Loaded org.bouncycastle.crypto.digests.GeneralDigest] | [Loaded org.bouncycastle.crypto.digests.SHA1Digest] | [Loaded javax.crypto.SecretKeyFactory from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.SecretKeyFactorySpi from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded org.bouncycastle.jce.provider.JCESecretKeyFactory] | [Loaded org.bouncycastle.jce.provider.JCESecretKeyFactory$PBE_PKCS12] | [Loaded java.security.spec.InvalidKeySpecException from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded java.security.KeyException from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded java.security.InvalidKeyException from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded javax.crypto.SecretKey from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.spec.PBEParameterSpec from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.spec.PBEKeySpec from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded org.bouncycastle.jce.provider.JCEPBEKey] | [Loaded org.bouncycastle.jce.provider.PBE$Util] | [Loaded org.bouncycastle.crypto.PBEParametersGenerator] | [Loaded org.bouncycastle.crypto.generators.PKCS5S1ParametersGenerator] | [Loaded org.bouncycastle.crypto.generators.PKCS5S2ParametersGenerator] | [Loaded org.bouncycastle.crypto.generators.PKCS12ParametersGenerator] | [Loaded org.bouncycastle.crypto.digests.MD5Digest] | [Loaded org.bouncycastle.crypto.params.KeyParameter] | [Loaded org.bouncycastle.asn1.pkcs.AuthenticatedSafe] | [Loaded org.bouncycastle.asn1.pkcs.SafeBag] | [Loaded org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo] | [Loaded org.bouncycastle.asn1.pkcs.PKCS12PBEParams] | [Loaded javax.crypto.Cipher from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.CipherSpi from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded org.bouncycastle.jce.provider.WrapCipherSpi] | [Loaded org.bouncycastle.jce.provider.JCEBlockCipher] | [Loaded org.bouncycastle.jce.provider.JCEBlockCipher$PBEWithSHAAndDES3Key] | [Loaded javax.crypto.BadPaddingException from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.IllegalBlockSizeException from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded org.bouncycastle.crypto.CryptoException] | [Loaded org.bouncycastle.crypto.InvalidCipherTextException] | [Loaded org.bouncycastle.jce.interfaces.ECKey] | [Loaded java.security.PrivateKey from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.bouncycastle.jce.interfaces.ECPrivateKey] | [Loaded org.bouncycastle.jce.provider.JCEECPrivateKey] | [Loaded java.security.interfaces.DSAPrivateKey from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.bouncycastle.jce.provider.JDKDSAPrivateKey] | [Loaded javax.crypto.NoSuchPaddingException from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded org.bouncycastle.crypto.BufferedBlockCipher] | [Loaded org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher] | [Loaded org.bouncycastle.crypto.paddings.BlockCipherPadding] | [Loaded org.bouncycastle.crypto.modes.CTSBlockCipher] | [Loaded org.bouncycastle.crypto.BlockCipher] | [Loaded org.bouncycastle.crypto.RuntimeCryptoException] | [Loaded org.bouncycastle.crypto.DataLengthException] | [Loaded org.bouncycastle.crypto.modes.CBCBlockCipher] | [Loaded org.bouncycastle.crypto.engines.DESEngine] | [Loaded org.bouncycastle.crypto.engines.DESedeEngine] | [Loaded javax.crypto.spec.IvParameterSpec from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.spec.RC2ParameterSpec from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded javax.crypto.spec.RC5ParameterSpec from C:\j2sdk1.4.2_15\jre\lib\jce.jar] | [Loaded org.bouncycastle.crypto.paddings.PKCS7Padding] | [Loaded org.bouncycastle.crypto.params.ParametersWithIV] | [Loaded org.bouncycastle.crypto.params.DESParameters] | [Loaded org.bouncycastle.crypto.params.ParametersWithRandom] | [Loaded org.bouncycastle.asn1.pkcs.PrivateKeyInfo] | [Loaded org.bouncycastle.asn1.x9.X9ObjectIdentifiers] | [Loaded java.security.interfaces.RSAPrivateKey from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.bouncycastle.jce.provider.JCERSAPrivateKey] | [Loaded java.security.interfaces.RSAPrivateCrtKey from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.bouncycastle.jce.provider.JCERSAPrivateCrtKey] | [Loaded org.bouncycastle.crypto.params.AsymmetricKeyParameter] | [Loaded org.bouncycastle.crypto.params.RSAKeyParameters] | [Loaded org.bouncycastle.crypto.params.RSAPrivateCrtKeyParameters] | [Loaded java.security.spec.RSAPrivateKeySpec from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded java.security.spec.RSAPrivateCrtKeySpec from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.bouncycastle.asn1.pkcs.RSAPrivateKeyStructure] | [Loaded org.bouncycastle.util.encoders.Hex] | [Loaded org.bouncycastle.util.encoders.Translator] | [Loaded org.bouncycastle.util.encoders.HexTranslator] | [Loaded org.bouncycastle.jce.provider.JCEBlockCipher$PBEWithSHAAnd40BitRC2] | [Loaded org.bouncycastle.crypto.engines.RC2Engine] | [Loaded org.bouncycastle.crypto.params.RC2Parameters] | [Loaded org.bouncycastle.asn1.pkcs.CertBag] | [Loaded java.util.SimpleTimeZone from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded java.security.cert.CertificateExpiredException from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded java.security.cert.CertificateNotYetValidException from C:\j2sdk1.4.2_15\jre\lib\rt.jar] | [Loaded org.bouncycastle.asn1.x509.X509CertificateStructure] | [Loaded org.bouncycastle.asn1.x509.TBSCertificateStructure] | [Loaded org.bouncycastle.asn1.x509.Time] | [Loaded org.bouncycastle.asn1.x509.SubjectPublicKeyInfo] | [Loaded org.bouncycastle.jce.provider.JDKPKCS12KeyStore$CertId] | [Loaded org.bouncycastle.jce.provider.JDKKeyFactory] | [Loaded org.bouncycastle.jce.provider.JCERSAPublicKey] | [Loaded org.bouncycastle.asn1.x509.RSAPublicKeyStructure] | [Loaded org.bouncycastle.asn1.ASN1Null] | [Loaded org.bouncycastle.asn1.DERNull] | [Loaded org.bouncycastle.asn1.x509.SubjectKeyIdentifier] | [Loaded org.bouncycastle.asn1.x509.X509Extensions] | [Loaded org.bouncycastle.asn1.x509.X509Extension] | [Loaded org.bouncycastle.jce.provider.JCEBlockCipher$Blowfish] | [Loaded org.bouncycastle.crypto.engines.BlowfishEngine] | [Loaded sun.reflect.GeneratedConstructorAccessor70] | 11:21:04,801 INFO [STDOUT] DEBUG ---- 12 | [Loaded com.cybersource.riskmanager.admin.db.ModuleAdmin] | [Loaded com.cybersource.riskmanager.admin.db.DuplicateModuleException] | [Loaded org.apache.jsp.business.deploy_jsp] | [Loaded org.apache.jsp.business.deployprocess_jsp] | [Loaded com.cybersource.riskmanager.admin.deploy.DeployFormatException] | [Loaded com.cybersource.riskmanager.admin.deploy.UndeployableException] | [Loaded com.cybersource.riskmanager.admin.deploy.Deployer] | [Loaded org.jdom.input.SAXBuilder] | [Loaded org.jdom.input.SAXHandler] | [Loaded org.jdom.input.JDOMFactory] | [Loaded org.jdom.input.DefaultJDOMFactory] | [Loaded org.jdom.Namespace] | [Loaded org.jdom.Comment] | [Loaded org.jdom.input.BuilderErrorHandler] | [Loaded org.jdom.Verifier] | [Loaded org.jdom.Attribute] | [Loaded org.jdom.DataConversionException] | [Loaded org.jdom.IllegalDataException] | [Loaded org.jdom.filter.ElementFilter] | [Loaded org.jdom.ContentList$FilterList] | [Loaded org.jdom.ContentList$FilterListIterator] | [Loaded org.jdom.output.XMLOutputter] | [Loaded org.jdom.output.NamespaceStack] | [Loaded org.jdom.output.XMLOutputter$NamespaceStack] | [Loaded org.jdom.output.XMLOutputter$Format] | [Loaded org.jdom.CDATA] | [Loaded com.cybersource.riskmanager.decision.strategy.StrategyDeploy] | [Loaded com.cybersource.riskmanager.decision.util.StrategyTranslator] | [Loaded com.cybersource.riskmanager.decision.xmldata.XMLStrategy] | [Loaded com.cybersource.riskmanager.decision.xmldata.StrategyCondition] | [Loaded com.cybersource.riskmanager.decision.xmldata.Expression] | [Loaded com.cybersource.riskmanager.decision.expression.ParseException] | [Loaded com.cybersource.riskmanager.decision.xmldata.StrategyBranch] | [Loaded com.cybersource.riskmanager.decision.xmldata.Decision] | [Loaded sun.reflect.GeneratedConstructorAccessor71] | [Loaded com.cybersource.riskmanager.decision.util.DatabaseDetector] | [Loaded oracle.sql.LobDBAccessImpl] | [Loaded oracle.jdbc.driver.OracleClobWriter] | [Loaded oracle.jdbc.driver.OracleClobReader] | [Loaded oracle.jdbc.driver.OracleBlobOutputStream] | [Loaded oracle.jdbc.driver.OracleClobOutputStream] | [Loaded oracle.jdbc.driver.OracleBlobInputStream] | [Loaded oracle.jdbc.driver.OracleClobInputStream] | [Loaded weblogic.jdbc.common.OracleBlob] | 11:21:12,942 ERROR [LogInterceptor] EJBException in method: public abstract com.cybersource.riskmanager.decision.strategy.Strategy com.cybersource.riskmanager.decision.strategy.StrategyHome.create(java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,byte[],java.lang.String,java.math.BigDecimal,java.lang.String) throws javax.ejb.CreateException,java.rmi.RemoteException, causedBy: | java.lang.ClassCastException | at com.cybersource.riskmanager.decision.strategy.StrategyBeanBMP.ejbCreate(Unknown Source) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) | at org.jboss.ejb.plugins.BMPPersistenceManager.createEntity(BMPPersistenceManager.java:205) | at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createEntity(CachedConnectionInterceptor.java:225) | at org.jboss.ejb.EntityContainer.createHome(EntityContainer.java:772) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) | at org.jboss.invocation.Invocation.performCall(Invocation.java:359) | at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1130) | at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:203) | at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:189) | at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105) | at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:134) | at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:76) | at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:43) | at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:56) | at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:125) | at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350) | at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:161) | at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:145) | at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132) | at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107) | at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:514) | at org.jboss.ejb.Container.invoke(Container.java:975) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169) | at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118) | at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:206) | at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:192) | at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61) | at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70) | at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:184) | at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100) | at $Proxy161.create(Unknown Source) | at com.cybersource.riskmanager.decision.strategy.StrategyDeploy.deployStrategy(Unknown Source) | at com.cybersource.riskmanager.decision.external.AdminFunctionsImpl.deployStrategy(Unknown Source) | at com.cybersource.riskmanager.decision.external.AdminHandler.execute(Unknown Source) | at org.apache.xmlrpc.XmlRpcServer$Worker.executeInternal(XmlRpcServer.java) | at org.apache.xmlrpc.XmlRpcServer$Worker.execute(XmlRpcServer.java) | at org.apache.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java) | at com.cybersource.riskmanager.decision.external.ExternalXMLRPCServlet.doPost(Unknown Source) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:534) | 11:21:12,958 ERROR [STDERR] java.rmi.ServerException: EJBException:; nested exception is: | javax.ejb.EJBException: java.lang.ClassCastException | 11:21:12,958 ERROR [STDERR] at org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:365) | 11:21:12,958 ERROR [STDERR] at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:136) | 11:21:12,958 ERROR [STDERR] at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107) | 11:21:12,958 ERROR [STDERR] at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:514) | 11:21:12,958 ERROR [STDERR] at org.jboss.ejb.Container.invoke(Container.java:975) | 11:21:12,958 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | 11:21:12,958 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | 11:21:12,958 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 11:21:12,958 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324) | 11:21:12,958 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 11:21:12,958 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 11:21:12,958 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | 11:21:12,958 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 11:21:12,958 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 11:21:12,958 ERROR [STDERR] at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169) | 11:21:12,958 ERROR [STDERR] at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118) | 11:21:12,958 ERROR [STDERR] at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:206) | 11:21:12,958 ERROR [STDERR] at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:192) | 11:21:12,958 ERROR [STDERR] at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61) | 11:21:12,958 ERROR [STDERR] at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70) | 11:21:12,958 ERROR [STDERR] at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:184) | 11:21:12,958 ERROR [STDERR] at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100) | 11:21:12,958 ERROR [STDERR] at $Proxy161.create(Unknown Source) | 11:21:12,958 ERROR [STDERR] at com.cybersource.riskmanager.decision.strategy.StrategyDeploy.deployStrategy(Unknown Source) | 11:21:12,958 ERROR [STDERR] at com.cybersource.riskmanager.decision.external.AdminFunctionsImpl.deployStrategy(Unknown Source) | 11:21:12,958 ERROR [STDERR] at com.cybersource.riskmanager.decision.external.AdminHandler.execute(Unknown Source) | 11:21:12,958 ERROR [STDERR] at org.apache.xmlrpc.XmlRpcServer$Worker.executeInternal(XmlRpcServer.java) | 11:21:12,958 ERROR [STDERR] at org.apache.xmlrpc.XmlRpcServer$Worker.execute(XmlRpcServer.java) | 11:21:12,958 ERROR [STDERR] at org.apache.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java) | 11:21:12,958 ERROR [STDERR] at com.cybersource.riskmanager.decision.external.ExternalXMLRPCServlet.doPost(Unknown Source) | 11:21:12,958 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | 11:21:12,958 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | 11:21:12,958 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | 11:21:12,958 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | 11:21:12,958 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | 11:21:12,958 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | 11:21:12,958 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | 11:21:12,958 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | 11:21:12,958 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | 11:21:12,958 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | 11:21:12,958 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | 11:21:12,958 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | 11:21:12,958 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | 11:21:12,958 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | 11:21:12,958 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | 11:21:12,958 ERROR [STDERR] at org.apache.coyote.http11 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126626#4126626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126626 From do-not-reply at jboss.com Tue Feb 5 11:31:14 2008 From: do-not-reply at jboss.com (clandestino_bgd) Date: Tue, 5 Feb 2008 11:31:14 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS Message-ID: <18943901.1202229074367.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, now: | cvs update followed by | ant get.dependencies | results with: | BUILD FAILED | /home/agaton/projects/jbpm.3/build/build.xml:197: java.net.MalformedURLException: no protocol: ${lib.jaxb.api.remote} | And there is no lib.jaxb.api.remote defined in build.properties indeed. If I am not talking nonsense, can someone fix this and allow JBOM being built from CVS in general? Thanks Milan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126627#4126627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126627 From do-not-reply at jboss.com Tue Feb 5 11:32:33 2008 From: do-not-reply at jboss.com (starkc) Date: Tue, 5 Feb 2008 11:32:33 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <10228651.1202229153945.JavaMail.jboss@colo-br-02.atl.jboss.com> End of the post got cut off, but it should be what you are looking for. I know its a ton to look through, thanks for doing that. One line that stands out immediately before the exception is the following: [Loaded weblogic.jdbc.common.OracleBlob] the weblogic.jar file was brought over to provide access to a specific logger that the code required. This stands out after a cursory inspection, but may be unrelated, I have no idea. This weblogic Oracle definitely seems as if it should not be used here though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126628#4126628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126628 From do-not-reply at jboss.com Tue Feb 5 11:34:41 2008 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 5 Feb 2008 11:34:41 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Maven built jar gives NoClassDefError (4.0.2) Message-ID: <12323502.1202229281969.JavaMail.jboss@colo-br-02.atl.jboss.com> The pom.xml is not a factor in this error - I use Maven2 for my builds and JBossAS has no problems with the addition Maven2 artifacts. What could be a factor, though, is that you are using JDK 1.6 and JBossAS 4.0.2 is not qualified to run in 1.6. Try running with JDK 1.5 instead. Also, where is the jar file located? In the ear? If so, is it referenced in the application.xml file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126630#4126630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126630 From do-not-reply at jboss.com Tue Feb 5 11:35:24 2008 From: do-not-reply at jboss.com (bstansberry@jboss.com) Date: Tue, 5 Feb 2008 11:35:24 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: change default partition name Message-ID: <1099013.1202229325006.JavaMail.jboss@colo-br-02.atl.jboss.com> Probably a dependency issue; i.e. the services that use jboss.partition.name have already deployed and read the value before properties-service.xml deploys. Try adding jboss:type=Service,name=SystemProperties to the ClusterPartition mbean in cluster-service.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126631#4126631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126631 From do-not-reply at jboss.com Tue Feb 5 11:37:53 2008 From: do-not-reply at jboss.com (den74) Date: Tue, 5 Feb 2008 11:37:53 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: Anybody got seam 2.0 portlets working? Message-ID: <10487363.1202229473577.JavaMail.jboss@colo-br-02.atl.jboss.com> hi mhinten, i'm trying to manage a jsf/seam 2.0 portlet as you on your same environment configuration but i stuck with a lot of errors. >From your answer i thought you already solved the most of them, except about richfaces (that i see will be supported on next richfaces version), could you give a short list of operations to correctly configure a portlet using jsf and seam? I'm interested in configuring faces_config.xml, web.xml, component.xml and above of all what libraries (and their version) include in war portlet. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126633#4126633 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126633 From do-not-reply at jboss.com Tue Feb 5 11:38:17 2008 From: do-not-reply at jboss.com (Anna_Lut) Date: Tue, 5 Feb 2008 11:38:17 -0500 (EST) Subject: [jboss-user] [EJB/JBoss] - Re: increase passivate timeout of Entity Beans (RO) Message-ID: <1935458.1202229497962.JavaMail.jboss@colo-br-02.atl.jboss.com> I also try to increase/decrase the value of But it seems, this parameter is ignored.. Because there are no difference in passivation timeout, when 10 and 600 in both examples passivation timeout is 10 min. I want to decrease this value for testing passivation behaviour... but I cannt. How I can do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126634#4126634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126634 From do-not-reply at jboss.com Tue Feb 5 11:42:40 2008 From: do-not-reply at jboss.com (jaikiran) Date: Tue, 5 Feb 2008 11:42:40 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <4659828.1202229760909.JavaMail.jboss@colo-br-02.atl.jboss.com> Where is this weblogic.jar file placed? Also do you have the oracle driver related jar in %JBOSS_HOME%/server/xxx/lib folder (i guess yes)? What happens if you don't have this weblogic.jar file (maybe your application will fail, but does this current usecase which is failing, go through?) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126636#4126636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126636 From do-not-reply at jboss.com Tue Feb 5 11:44:50 2008 From: do-not-reply at jboss.com (Anna_Lut) Date: Tue, 5 Feb 2008 11:44:50 -0500 (EST) Subject: [jboss-user] [EJB/JBoss] - Re: increase passivate timeout of Entity Beans (RO) Message-ID: <28304279.1202229890150.JavaMail.jboss@colo-br-02.atl.jboss.com> I use /all configuration. JBOSS 3.2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126637#4126637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126637 From do-not-reply at jboss.com Tue Feb 5 11:51:31 2008 From: do-not-reply at jboss.com (jaikiran) Date: Tue, 5 Feb 2008 11:51:31 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <24584577.1202230291312.JavaMail.jboss@colo-br-02.atl.jboss.com> Also, do you have any classes belonging to javax.sql.* package in that weblogic.jar? anonymous wrote : the weblogic.jar file was brought over to provide access to a specific logger that the code required. Logging of what? Trying to understand whether this logging can be done without this jar file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126640#4126640 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126640 From do-not-reply at jboss.com Tue Feb 5 11:53:02 2008 From: do-not-reply at jboss.com (graben) Date: Tue, 5 Feb 2008 11:53:02 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Problem with Message-ID: <27098883.1202230382710.JavaMail.jboss@colo-br-02.atl.jboss.com> I try to use to begin a nested conversation. Since this isn't a dymamic view item I can't define whether a conversation is running and I have to nest or if I have to start a new conversation. It seems the doesn't manage problems like that. Am I right? THX Benjamin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126641#4126641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126641 From do-not-reply at jboss.com Tue Feb 5 11:58:35 2008 From: do-not-reply at jboss.com (mircea.markus) Date: Tue, 5 Feb 2008 11:58:35 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: Buddy Replication on specific Region Message-ID: <10642166.1202230715391.JavaMail.jboss@colo-br-02.atl.jboss.com> Buddy reapplication cannot be configured on a per region basis. You can use two several cache instances to achieve this (each being one region, e.g., the caches that replicate can share a common transport/multiplexer) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126643#4126643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126643 From do-not-reply at jboss.com Tue Feb 5 12:03:45 2008 From: do-not-reply at jboss.com (JUnkie) Date: Tue, 5 Feb 2008 12:03:45 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: New Seam app in production - faulty behaviour Message-ID: <4058330.1202231025177.JavaMail.jboss@colo-br-02.atl.jboss.com> @ffischer: This fixed the problem, and 1.1.14 does not seem to cause any issues with Seam 1.2. Thank you so much for sharing your experience with me! This is also what makes a good framework: A good community. You can't imagine how glad I am now that this nasty bug is fixed and I'm not sure if and when I could have fixed that without your help. Thanks again and I really hope that I can also help you some day. All the Best Thomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126646#4126646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126646 From do-not-reply at jboss.com Tue Feb 5 12:13:34 2008 From: do-not-reply at jboss.com (graben) Date: Tue, 5 Feb 2008 12:13:34 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Problem with Message-ID: <3448787.1202231614861.JavaMail.jboss@colo-br-02.atl.jboss.com> I try to use to begin a nested conversation. Since this isn't a dymamic view item I can't define whether a conversation is running and I have to nest or if I have to start a new conversation. It seems the doesn't manage problems like that. Am I right? THX Benjamin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126650#4126650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126650 From do-not-reply at jboss.com Tue Feb 5 12:17:22 2008 From: do-not-reply at jboss.com (mircea.markus) Date: Tue, 5 Feb 2008 12:17:22 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: Help getting started with JBossCache Message-ID: <25139496.1202231842895.JavaMail.jboss@colo-br-02.atl.jboss.com> JBossCache is a clustering solution as described above. It also provides JMX capabilities for administration. I suggest you the visual clustering demo application for start: http://jbosscache.blogspot.com/2008/01/gui-demo-for-jboss-cache.html re:Jofti, guess it it rather intended as a layer that adds searching abilities on top of various cache solution, rather than a generic cache abstraction. If your application needs the kind of cahe search Jofti offers I think you should consider it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126655#4126655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126655 From do-not-reply at jboss.com Tue Feb 5 12:23:53 2008 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Tue, 5 Feb 2008 12:23:53 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: Anybody got seam 2.0 portlets working? Message-ID: <10970749.1202232233273.JavaMail.jboss@colo-br-02.atl.jboss.com> be patient, support is coming View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126658#4126658 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126658 From do-not-reply at jboss.com Tue Feb 5 12:28:20 2008 From: do-not-reply at jboss.com (mircea.markus) Date: Tue, 5 Feb 2008 12:28:20 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: JBossCache + Hibernate + Spring Message-ID: <846843.1202232500526.JavaMail.jboss@colo-br-02.atl.jboss.com> That looks like a JDBC exception, not a JBossCache one. BrokenPipe might suggest that the DBMS closed the connection from the other end, though A bit out of scope for this forum I am afraid :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126661#4126661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126661 From do-not-reply at jboss.com Tue Feb 5 12:30:32 2008 From: do-not-reply at jboss.com (adamw) Date: Tue, 5 Feb 2008 12:30:32 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Ehcache and 'manual' seam invocation Message-ID: <25756996.1202232632478.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have setup a 2nd level cache for hibernate (ehcache) for some of my entities. And it works fine, if I access the site using a browser. However, I also need to access the Seam components from a daemon thread; however the thread and the "browser threads" seem to have separate caches - if I modify something from the browser (in the DB), the change is not visible in the daemon thread, because it uses old cache values. But the values displayed in the browser (which are also read from the cache) are correct. Here's what I do in the daemon thread: | boolean createContexts = !Contexts.isEventContextActive() && !Contexts.isApplicationContextActive(); | if (createContexts) { | Lifecycle.beginCall(); | } | | try { | UserTransaction tx = null; | boolean txStarted = false; | try { | tx = (UserTransaction) Component.getInstance("org.jboss.seam.transaction.transaction"); | if (tx.getStatus() != Status.STATUS_ACTIVE) { | txStarted = true; | tx.begin(); | } | | ((EntityManager) Component.getInstance("entityManager")).joinTransaction(); | ((UpdateHandler) Component.getInstance("updateHandler")).update(); | | if (txStarted) { | tx.commit(); | } | } catch (Exception e) { | try { | if (txStarted) { | tx.rollback(); | } | } catch (SystemException e1) { | Logging.getLog(UpdateManager.class).error("Exception when rolling back the transaction", e1); | } | | e.printStackTrace(); | } | } finally { | if (createContexts) { | Lifecycle.endCall(); | } | } | So basically I: * setup Seam contexts: Lifecycle.beginCall() * start a transcation, if necessary * invoke a method of a component (UpdateHandler.update()) * commit the transaction * Lifecycle.endCall() Am I missing something? -- Regards, Adam Warski View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126662#4126662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126662 From do-not-reply at jboss.com Tue Feb 5 12:38:50 2008 From: do-not-reply at jboss.com (graben) Date: Tue, 5 Feb 2008 12:38:50 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Message-ID: <29396721.1202233130451.JavaMail.jboss@colo-br-02.atl.jboss.com> Super strange. When using s:link an propagation attribute everything works. And it seems that it is totaly regardless of which type begin or nested. I'm totaly confused! :-| View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126664#4126664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126664 From do-not-reply at jboss.com Tue Feb 5 12:41:00 2008 From: do-not-reply at jboss.com (mircea.markus) Date: Tue, 5 Feb 2008 12:41:00 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: How to update cache when new rows has been added into ta Message-ID: <5756925.1202233260562.JavaMail.jboss@colo-br-02.atl.jboss.com> basically your cache needs to be notified by the data store whenever a certain table data is modified, and at that point it should cleanup the cache(the DBMS might help you on this, e.g. JServer). If you can stale data for short periods of time is acceptable, you can write an eviction policy that will call periodically the database for external updates and cleanup the cache accordingly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126665#4126665 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126665 From do-not-reply at jboss.com Tue Feb 5 12:44:02 2008 From: do-not-reply at jboss.com (alllle) Date: Tue, 5 Feb 2008 12:44:02 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to escape the # sign in a seam EL? Message-ID: <2550305.1202233442552.JavaMail.jboss@colo-br-02.atl.jboss.com> "nickarls" wrote : "alllle" wrote : So it is already fixed in 2.0.2GA? That was amazingly fast! | | Even better - since it is marked as "Fixed" it probably means that it is committed into the current trunk and you can get it NOW! ;-) That is good but I will have to wait till it is included in the next release download because I don't want to deal with recompiling the whole library myself since it is not a road blocker issue :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126666#4126666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126666 From do-not-reply at jboss.com Tue Feb 5 12:51:41 2008 From: do-not-reply at jboss.com (nlaney) Date: Tue, 5 Feb 2008 12:51:41 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: NoClassDefFoundError using Eclipse/JUnit Message-ID: <14971949.1202233901481.JavaMail.jboss@colo-br-02.atl.jboss.com> A bit of additional information, the classpath for the JUnit run configuration are set the same as the command line classpath. TIA, if anyone is able to help with this problem! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126668#4126668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126668 From do-not-reply at jboss.com Tue Feb 5 12:58:35 2008 From: do-not-reply at jboss.com (mail.micke@gmail.com) Date: Tue, 5 Feb 2008 12:58:35 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Message-ID: <18361582.1202234315194.JavaMail.jboss@colo-br-02.atl.jboss.com> Which component doesn't it work for and which version of Seam are you using? I'm using Seam 1.2.1.GA and in that verision the s:conversationPropagation doesn't work with h:commandButton ... There is a JIRA for this in the system. Micke View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126671#4126671 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126671 From do-not-reply at jboss.com Tue Feb 5 13:05:55 2008 From: do-not-reply at jboss.com (graben) Date: Tue, 5 Feb 2008 13:05:55 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Message-ID: <29229588.1202234755646.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using rich:menuitem on Seam 2.0.1. The s:conversationPropagation works if using begin, but it doesn't works correct (in my opinion) when using nested and a conversation is not started yet! I think if using nested it should start a conversation if necessary. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126673#4126673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126673 From do-not-reply at jboss.com Tue Feb 5 13:25:45 2008 From: do-not-reply at jboss.com (juk) Date: Tue, 5 Feb 2008 13:25:45 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - How to persist data into related table ? Message-ID: <3703485.1202235946035.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello ! I'm new to seam and i want to know how to persist data into two related tables. Can someone support me with an example, because i did not find any in books about seam and in reference. Thank you for your answers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126679#4126679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126679 From do-not-reply at jboss.com Tue Feb 5 13:29:07 2008 From: do-not-reply at jboss.com (chip_schoch) Date: Tue, 5 Feb 2008 13:29:07 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Threads not being cleaned up when clustered Message-ID: <16820557.1202236147034.JavaMail.jboss@colo-br-02.atl.jboss.com> Tim, I emailed a thread dump to tim.fox at jboss.com. I have been able to narrow my parameters and get a reproducible environment for this issue. I wrote a webapp program that queues up messages to the clustered queue. It uses the default provider so it is always queueing to its partial queue. This is executed on AppSvr1. The consumers are connected to AppSvr2, so all messages posted get sucked from AppSvr1 to AppSvr2. In this configuration both servers leak the same number of threads, one for each message. However, when I changed the request message to not specify a temporary queue for the return message I get no leakage. My consumer has a default queue to send responses if a response queue is not specified in the message. All the response messages end up on the default response queue. So to summarize: Cluster has 2 JBoss servers AppSrv1 & AppSrv2. | AppSrvr1 posts messages to [partial queue 1] requestQueue. | Messages are sucked over to AppSvr2 [partial queue 2] requestQueue | Consumers consumes from [partial queue 2] requestQueue | | a) When a temporary response queue is specified, all response | messages end up back on AppSvr1, but both servers leak one | thread per message. | | b) When no response queue is specified then all responses end up on | AppSvr2 [partial queue 2] responseQueue (the default) and no | threads are leaked. | It would appear that the issue is somewhere in the code that deals with the temporary queues. I hope this helps to resolve this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126682#4126682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126682 From do-not-reply at jboss.com Tue Feb 5 13:33:05 2008 From: do-not-reply at jboss.com (supernovasoftware.com) Date: Tue, 5 Feb 2008 13:33:05 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to persist data into related table ? Message-ID: <2145572.1202236385589.JavaMail.jboss@colo-br-02.atl.jboss.com> Are you familiar with Hibernate? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126685#4126685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126685 From do-not-reply at jboss.com Tue Feb 5 13:33:43 2008 From: do-not-reply at jboss.com (timfox) Date: Tue, 5 Feb 2008 13:33:43 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Threads not being cleaned up when clustered Message-ID: <23446982.1202236423380.JavaMail.jboss@colo-br-02.atl.jboss.com> I would have a look in your code to see where you are creating temporary queues, and make sure you are deleting them when you're finished. Also it's worth taking a look in JNDI (use jmx-console) to see if there are a lot of temp queues hanging around. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126686#4126686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126686 From do-not-reply at jboss.com Tue Feb 5 13:38:08 2008 From: do-not-reply at jboss.com (juk) Date: Tue, 5 Feb 2008 13:38:08 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to persist data into related table ? Message-ID: <22331380.1202236688454.JavaMail.jboss@colo-br-02.atl.jboss.com> No i don't familiar with Hibernate... but i familiar with EJB.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126691#4126691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126691 From do-not-reply at jboss.com Tue Feb 5 13:44:22 2008 From: do-not-reply at jboss.com (rob.stryker@jboss.com) Date: Tue, 5 Feb 2008 13:44:22 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Packaging support? Message-ID: <30611941.1202237062114.JavaMail.jboss@colo-br-02.atl.jboss.com> "deploy in an exploded or packaged format" means as follows: JBoss can read and deploy either a jar file, or an unzipped jar file by the same name. Deploying it unzipped allows you to update files that are static and should not require a re-compilation and re-packaging... such as an image or an html, txt, or jsp page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126694#4126694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126694 From do-not-reply at jboss.com Tue Feb 5 13:44:51 2008 From: do-not-reply at jboss.com (vickyk) Date: Tue, 5 Feb 2008 13:44:51 -0500 (EST) Subject: [jboss-user] [JCA/JBoss] - Re: Idle Timeout Default Message-ID: <19683045.1202237091719.JavaMail.jboss@colo-br-02.atl.jboss.com> "greenThumb" wrote : | If the idle-timeout-minutes attribute is not set for a database connection datasource, is there a default? | | What happens to idle connections? | | Thanks in advance. | Michelle Yes there is default set to 15 minutes , it is set here | | | | | 15 | | It is from here http://anonsvn.jboss.org/repos/jbossas/trunk/connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl anonymous wrote : Is there a JBoss global setting for idle connections that would span across all datasources if the value is not set? It is explained above , you can make the changes in value in xsl and build the required jar which is jboss-jca.jar . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126695#4126695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126695 From do-not-reply at jboss.com Tue Feb 5 13:45:33 2008 From: do-not-reply at jboss.com (supernovasoftware.com) Date: Tue, 5 Feb 2008 13:45:33 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to persist data into related table ? Message-ID: <5137105.1202237133159.JavaMail.jboss@colo-br-02.atl.jboss.com> Well Hibernate backs JBoss EJB. I am not sure what you are asking. If you are familiar with EJB then create some objects add the persist them. If they are mapped to different tables the these will be updated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126696#4126696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126696 From do-not-reply at jboss.com Tue Feb 5 13:46:22 2008 From: do-not-reply at jboss.com (vickyk) Date: Tue, 5 Feb 2008 13:46:22 -0500 (EST) Subject: [jboss-user] [JCA/JBoss] - Re: Idle Timeout Default Message-ID: <312162.1202237182274.JavaMail.jboss@colo-br-02.atl.jboss.com> Also note that the xsl stuff is going off in Jboss5 . The default value is set in the the code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126697#4126697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126697 From do-not-reply at jboss.com Tue Feb 5 13:47:42 2008 From: do-not-reply at jboss.com (timfox) Date: Tue, 5 Feb 2008 13:47:42 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Threads not being cleaned up when clustered Message-ID: <7500257.1202237262594.JavaMail.jboss@colo-br-02.atl.jboss.com> BTW I would avoid creating a new temp rely queue for every message you send. This is likely to adversely affect performance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126698#4126698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126698 From do-not-reply at jboss.com Tue Feb 5 13:49:09 2008 From: do-not-reply at jboss.com (trouby) Date: Tue, 5 Feb 2008 13:49:09 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Seam Validator Message-ID: <5913337.1202237349229.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey guys, Everytime I save a file I see in the progress panel: 'Seam Validator, Validating: project "myproject"; EL in "xxx.xhtml"' Is this a normal behavior? I have many facelets files, this validation process it takes a lot of time, Many thanks, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126699#4126699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126699 From do-not-reply at jboss.com Tue Feb 5 13:50:49 2008 From: do-not-reply at jboss.com (vickyk) Date: Tue, 5 Feb 2008 13:50:49 -0500 (EST) Subject: [jboss-user] [JCA/JBoss] - Re: Connect a MDB to another system that not use JMS Message-ID: <25826972.1202237449916.JavaMail.jboss@colo-br-02.atl.jboss.com> "nico82" wrote : I'm trying to develop a project which must connect a MessageDrivenBean to another system that not use JMS.I would know if there is a way or something developped yet. | Thanks I am not able to understand what exactly are you looking for , do provide us with more detailed explanation . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126702#4126702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126702 From do-not-reply at jboss.com Tue Feb 5 13:55:31 2008 From: do-not-reply at jboss.com (starkc) Date: Tue, 5 Feb 2008 13:55:31 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <2518386.1202237731662.JavaMail.jboss@colo-br-02.atl.jboss.com> The weblogic.jar is placed in /lib Yes, there is a classes12.jar (oracle drivers) in the same directory. This is the error I get now, not entirely unexpected given the file it was trying to load: | 13:47:23,428 ERROR [LogInterceptor] Unexpected Error in method: public abstract com.cybersource.risk | manager.decision.strategy.Strategy com.cybersource.riskmanager.decision.strategy.StrategyHome.create | (java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,byte[],java.lang.String,java.math.BigDecimal,java.lang.String) throws javax.ejb.CreateException,java.rmi.RemoteException | java.lang.NoClassDefFoundError: weblogic/jdbc/common/OracleBlob | at com.cybersource.riskmanager.decision.strategy.StrategyBeanBMP.ejbCreate(UnknownSource) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) | at org.jboss.ejb.plugins.BMPPersistenceManager.createEntity(BMPPersistenceManager.java:205) | at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createEntity(CachedConnectionInterceptor.java:225) | at org.jboss.ejb.EntityContainer.createHome(EntityContainer.java:772) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) | at org.jboss.invocation.Invocation.performCall(Invocation.java:359) | at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1130) | at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:203) | at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:189) | at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105) | at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:134) | at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:76) | at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:43) | at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:56) | at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:125) | at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350) | at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:161) | at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:145) | at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132) | at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107) | at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:514) | at org.jboss.ejb.Container.invoke(Container.java:975) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169) | at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118) | at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:206) | at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:192) | at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61) | at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70) | at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:184) | at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100) | at $Proxy161.create(Unknown Source) | at com.cybersource.riskmanager.decision.strategy.StrategyDeploy.deployStrategy(UnknownSource) | at com.cybersource.riskmanager.decision.external.AdminFunctionsImpl.deployStrategy(UnknownSource) | at com.cybersource.riskmanager.decision.external.AdminHandler.execute(UnknownSource) | at org.apache.xmlrpc.XmlRpcServer$Worker.executeInternal(XmlRpcServer.java) | at org.apache.xmlrpc.XmlRpcServer$Worker.execute(XmlRpcServer.java) | at org.apache.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java) | at com.cybersource.riskmanager.decision.external.ExternalXMLRPCServlet.doPost(UnknownSource) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:534) | Strangely, there were no warnings or errors that I noticed about missing a logger, as there were before. Since I dont have access to the sourcecode, when it asks for a specific class from a jar like weblogic.jar, I dont have much choice other than to try and bring that over to jboss. Some things in this jar will be needed for other parts of this webapp, but perhaps not everything, so some files might be expendable? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126705#4126705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126705 From do-not-reply at jboss.com Tue Feb 5 13:59:03 2008 From: do-not-reply at jboss.com (stephendv) Date: Tue, 5 Feb 2008 13:59:03 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Recursive rendering in Seam Mail Message-ID: <21417849.1202237943898.JavaMail.jboss@colo-br-02.atl.jboss.com> The app I'm working on currently allows users to enter HTML, which is then used to compose an HTML email - works fine. But I'd also like users to be able to enter EL expressions as part of that HTML, e.g. they should be able to enter: |

Dear #{MyBean.firstname}

| which is then stored in #{mailShotSender.mailShot.markupContent} Now I need that to render twice effectively, first to resolve the #{MyBean.firstname} and then to render the completed HTML. I'm currently using an email template which contains: | | | | #{mailShotSender.mailShot.markupContent} | Is this possible? Am I going about it in a convoluted way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126707#4126707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126707 From do-not-reply at jboss.com Tue Feb 5 14:02:04 2008 From: do-not-reply at jboss.com (juk) Date: Tue, 5 Feb 2008 14:02:04 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to persist data into related table ? Message-ID: <19424117.1202238124809.JavaMail.jboss@colo-br-02.atl.jboss.com> well.... for example when i try this code it's not working.... | public User addUser(String username, String email, | String creditCardType, String creditCardNumber, | Date creditCardExpiration) { | User user = new User(); | user.setUsername(username); | user.setEmail(email); | BillingInfo billing = new BillingInfo(); | billing.setCreditCardType(creditCardType); | billing.setCreditCardNumber(creditCardNumber); | billing.setCreditCardExpiration(creditCardExpiration); | user.setBillingInfo(billing); | entityManager.persist(user); | return user; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126709#4126709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126709 From do-not-reply at jboss.com Tue Feb 5 14:08:39 2008 From: do-not-reply at jboss.com (trouby) Date: Tue, 5 Feb 2008 14:08:39 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Add/Remove projects to Server Message-ID: <33029789.1202238520140.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, I have configured Jboss AS 4.2 server and associated a seam project to it, In the association form, I see my EAR projects hierarchically with the web/-ejb projects beneath it which good as in deployment time I see under Jboss deploy dir 'myproject-ear.ear' dir with both .war/.ejb dirs(projects) beneath it. When I try to associate my project to 'Jboss System Copy Server', in the association form I see my projects(ear/war/ejb) as flat list and not hierarchically, so in deployment time I see under Jboss deploy dir all projects (ear/ejb/war) in the same folder level, Is this the expected behavior? If so, how do I associate an EAR project with its related projects beneath it when using 'Jboss System Copy Server'? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126712#4126712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126712 From do-not-reply at jboss.com Tue Feb 5 14:11:59 2008 From: do-not-reply at jboss.com (gduq) Date: Tue, 5 Feb 2008 14:11:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ Message-ID: <27672810.1202238719597.JavaMail.jboss@colo-br-02.atl.jboss.com> Not sure if this will help but are you compiling with java 1.6 by any chance? Try using 1.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126713#4126713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126713 From do-not-reply at jboss.com Tue Feb 5 14:13:21 2008 From: do-not-reply at jboss.com (rob.stryker@jboss.com) Date: Tue, 5 Feb 2008 14:13:21 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Add/Remove projects to Server Message-ID: <21630950.1202238801922.JavaMail.jboss@colo-br-02.atl.jboss.com> This is expected behavior. You can deploy the entire ear (with its nested children) by choosing to add / remove just the EAR. The childrern will follow automatically. This is done this way in case you wanted to deploy a child war or jar stand-alone for some type of test or any other use case. Basically, you configure what is a child of the EAR via module dependencies and other things... but that doesn't prevent you from deploying one of the children separately. Hope this was clear. - rob stryker View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126714#4126714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126714 From do-not-reply at jboss.com Tue Feb 5 14:14:58 2008 From: do-not-reply at jboss.com (supernovasoftware.com) Date: Tue, 5 Feb 2008 14:14:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to persist data into related table ? Message-ID: <30279786.1202238898448.JavaMail.jboss@colo-br-02.atl.jboss.com> If you want help, you will need to post a lot more detail. For example.... How is this now working? Environment, Error, Stack trace, mapping between User and BillingInfo,..... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126715#4126715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126715 From do-not-reply at jboss.com Tue Feb 5 14:15:59 2008 From: do-not-reply at jboss.com (starkc) Date: Tue, 5 Feb 2008 14:15:59 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <26330818.1202238959490.JavaMail.jboss@colo-br-02.atl.jboss.com> The weblogic.jar is placed in /lib Yes, there is a classes12.jar (oracle drivers) in the same directory. This is the error I get now, not entirely unexpected given the file it was trying to load: | 13:47:23,428 ERROR [LogInterceptor] Unexpected Error in method: public abstract com.cybersource.risk | manager.decision.strategy.Strategy com.cybersource.riskmanager.decision.strategy.StrategyHome.create | (java.lang.String,java.lang.String,java.lang.String,java.sql.Timestamp,byte[],java.lang.String,java.math.BigDecimal,java.lang.String) throws javax.ejb.CreateException,java.rmi.RemoteException | java.lang.NoClassDefFoundError: weblogic/jdbc/common/OracleBlob | at com.cybersource.riskmanager.decision.strategy.StrategyBeanBMP.ejbCreate(UnknownSource) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) | at org.jboss.ejb.plugins.BMPPersistenceManager.createEntity(BMPPersistenceManager.java:205) | at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.createEntity(CachedConnectionInterceptor.java:225) | at org.jboss.ejb.EntityContainer.createHome(EntityContainer.java:772) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) | at org.jboss.invocation.Invocation.performCall(Invocation.java:359) | at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1130) | at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:203) | at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:189) | at org.jboss.ejb.plugins.AbstractInterceptor.invokeHome(AbstractInterceptor.java:105) | at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:134) | at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:76) | at org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:43) | at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:56) | at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:125) | at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350) | at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:161) | at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:145) | at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132) | at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107) | at org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:514) | at org.jboss.ejb.Container.invoke(Container.java:975) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:324) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169) | at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118) | at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:206) | at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:192) | at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61) | at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70) | at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:184) | at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100) | at $Proxy161.create(Unknown Source) | at com.cybersource.riskmanager.decision.strategy.StrategyDeploy.deployStrategy(UnknownSource) | at com.cybersource.riskmanager.decision.external.AdminFunctionsImpl.deployStrategy(UnknownSource) | at com.cybersource.riskmanager.decision.external.AdminHandler.execute(UnknownSource) | at org.apache.xmlrpc.XmlRpcServer$Worker.executeInternal(XmlRpcServer.java) | at org.apache.xmlrpc.XmlRpcServer$Worker.execute(XmlRpcServer.java) | at org.apache.xmlrpc.XmlRpcServer.execute(XmlRpcServer.java) | at com.cybersource.riskmanager.decision.external.ExternalXMLRPCServlet.doPost(UnknownSource) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:534) | Strangely, there were no warnings or errors that I noticed about missing a logger, as there were before. Since I dont have access to the sourcecode, when it asks for a specific class from a jar like weblogic.jar, I dont have much choice other than to try and bring that over to jboss. Some things in this jar will be needed for other parts of this webapp, but perhaps not everything, so some files might be expendable? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126716#4126716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126716 From do-not-reply at jboss.com Tue Feb 5 14:16:23 2008 From: do-not-reply at jboss.com (nico82) Date: Tue, 5 Feb 2008 14:16:23 -0500 (EST) Subject: [jboss-user] [JCA/JBoss] - Re: Connect a MDB to another system that not use JMS Message-ID: <7125704.1202238983685.JavaMail.jboss@colo-br-02.atl.jboss.com> I have to connect a Message Driven Bean to another system. This system doesn't use standard message system (JMS) but another one that has more QoS properties. I must realize a connector, with JCA 1.5, to interface my EIS with a message driven bean. I found only the example written before so I'm looking for another one that helps me to develop the connector. I saw http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/jca_inflow.html but where is the complete example? I hope to explain all better than before. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126717#4126717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126717 From do-not-reply at jboss.com Tue Feb 5 14:17:03 2008 From: do-not-reply at jboss.com (starkc) Date: Tue, 5 Feb 2008 14:17:03 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <6862070.1202239023556.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry for double post =/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126718#4126718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126718 From do-not-reply at jboss.com Tue Feb 5 14:18:16 2008 From: do-not-reply at jboss.com (vicky123) Date: Tue, 5 Feb 2008 14:18:16 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Problem implementing filters Message-ID: <18723514.1202239096954.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I am facing some problem while implementing filters. My code:- | | companyFilter | | currentCompanyId | #{currentCompanyId} | | | | | | #{companyFilter} | | | Exception:- | Caused by: org.jboss.seam.RequiredException: @In attribute requires non-null value: userManage.filteredEntityManager Session bean:- | @In | protected EntityManager filteredEntityManager; Entity bean:- | @FilterDef(name = "companyFilter", parameters = {@ParamDef(name = "currentCompanyId", type = "integer")}) | @Filter(name = "companyFilter", condition = "icompanyId <= :currentCompanyId") | When I change componets.xml(filter removed) to this | | it works fine without filters(I know there is no filter). And I also see an error in eclipse saying cvc-complex-type.2.4.c:The matching wild card is strict, but no declaration can be found for element 'code:filter' cvc-complex-type.2.4.c:The matching wild card is strict, but no declaration can be found for element 'core:managed-persistence-context' Can anyone tell me whats going wrong? Thanks in advance. -Vivek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126719#4126719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126719 From do-not-reply at jboss.com Tue Feb 5 14:23:21 2008 From: do-not-reply at jboss.com (nickarls) Date: Tue, 5 Feb 2008 14:23:21 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: What about Web Beans? Message-ID: <4927991.1202239401640.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, if you judge the quality of an expert group based on bloggings between drafts and other official documentation, the majority of the specs currently in the JCP are dead. Every hour spent blogging is an hour away from specsing/writing the RI ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126721#4126721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126721 From do-not-reply at jboss.com Tue Feb 5 14:34:17 2008 From: do-not-reply at jboss.com (oldpasha74) Date: Tue, 5 Feb 2008 14:34:17 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Simple Clustering Problem Message-ID: <16617064.1202240057692.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi everyone, I??m stuck in a problem. I installed two freshly unpacked jboss versions (tested with 4.0.2, 4.2.1.GA, 4.0.5.GA, etc.) and started them with -c all -b servername. They find each other in the cluster, there are two servers visible in the partition. ha-jndi is bound to the correct ip-addresses. After that I farmed a simple Stateless EJB-Component to test clustering. Everything works well, both of the servers seem to deploy correctly. But when I start the client, the lookup on Port 1100 and every following method call takes awfully long (up to 3 or 4 Minutes), no matter whether I choose to access the ha-jndi by localhost or the servers dns name. Whenever I stop my second jboss instance, the lookups or calls are very fast and work, when I restart the second server, everything gets slow again. I tested this with a couple of servers and jdks and don??t get it. What am I doing wrong? The answer must be simple, but... Regards, Oliver View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126727#4126727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126727 From do-not-reply at jboss.com Tue Feb 5 14:34:34 2008 From: do-not-reply at jboss.com (juk) Date: Tue, 5 Feb 2008 14:34:34 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to persist data into related table ? Message-ID: <804847.1202240074716.JavaMail.jboss@colo-br-02.atl.jboss.com> i just made simple example... entities | package com.st.st; | // Generated 06.02.2008 1:13:21 by Hibernate Tools 3.2.0.b10 | | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.persistence.FetchType; | import javax.persistence.GeneratedValue; | import static javax.persistence.GenerationType.IDENTITY; | import javax.persistence.Id; | import javax.persistence.JoinColumn; | import javax.persistence.ManyToOne; | import javax.persistence.Table; | import org.hibernate.validator.NotNull; | | /** | * Info generated by hbm2java | */ | @Entity | @Table(name = "info", catalog = "seamtest") | public class Info implements java.io.Serializable { | | private Integer infoId; | private User user; | private int infoFullPayment; | | public Info() { | } | | public Info(User user, int infoFullPayment) { | this.user = user; | this.infoFullPayment = infoFullPayment; | } | | @Id | @GeneratedValue(strategy = IDENTITY) | @Column(name = "info_id", unique = true, nullable = false) | public Integer getInfoId() { | return this.infoId; | } | | public void setInfoId(Integer infoId) { | this.infoId = infoId; | } | @ManyToOne(fetch = FetchType.LAZY) | @JoinColumn(name = "user_id", nullable = false) | @NotNull | public User getUser() { | return this.user; | } | | public void setUser(User user) { | this.user = user; | } | | @Column(name = "info_full_payment", nullable = false) | @NotNull | public int getInfoFullPayment() { | return this.infoFullPayment; | } | | public void setInfoFullPayment(int infoFullPayment) { | this.infoFullPayment = infoFullPayment; | } | | } | | | package com.st.st; | // Generated 06.02.2008 1:13:21 by Hibernate Tools 3.2.0.b10 | | import java.util.HashSet; | import java.util.Set; | import javax.persistence.CascadeType; | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.persistence.FetchType; | import javax.persistence.GeneratedValue; | import static javax.persistence.GenerationType.IDENTITY; | import javax.persistence.Id; | import javax.persistence.OneToMany; | import javax.persistence.Table; | import org.hibernate.validator.NotNull; | | /** | * User generated by hbm2java | */ | @Entity | @Table(name = "user", catalog = "seamtest") | public class User implements java.io.Serializable { | | private Integer userId; | private int userPayment; | private Set infos = new HashSet(0); | | public User() { | } | | public User(int userPayment) { | this.userPayment = userPayment; | } | public User(int userPayment, Set infos) { | this.userPayment = userPayment; | this.infos = infos; | } | | @Id | @GeneratedValue(strategy = IDENTITY) | @Column(name = "user_id", unique = true, nullable = false) | public Integer getUserId() { | return this.userId; | } | | public void setUserId(Integer userId) { | this.userId = userId; | } | | @Column(name = "user_payment", nullable = false) | @NotNull | public int getUserPayment() { | return this.userPayment; | } | | public void setUserPayment(int userPayment) { | this.userPayment = userPayment; | } | @OneToMany(cascade = CascadeType.ALL, fetch = FetchType.LAZY, mappedBy = "user") | public Set getInfos() { | return this.infos; | } | | public void setInfos(Set infos) { | this.infos = infos; | } | | } | | session bean | package com.st.st; | | import javax.ejb.Stateless; | import javax.persistence.EntityManager; | import javax.persistence.PersistenceContext; | | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Name; | | import com.st.st.insert; | @Name("insert") | public @Stateless class insertBean implements insert { | @In private User user; | @In private Info info; | @PersistenceContext private EntityManager em; | | public void insert(Integer userPayment, Integer infoFullPayment){ | | Info info = new Info(); | info.setInfoFullPayment(infoFullPayment); | | User user = new User(); | userPayment = infoFullPayment*2; | user.setUserPayment(userPayment); | | info.setUser(user); | em.persist(info); | } | | } | | | package com.st.st; | | import javax.ejb.Local; | | @Local | public interface insert { | public void insert(Integer userPayment, Integer infoFullPayment); | | } | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126728#4126728 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126728 From do-not-reply at jboss.com Tue Feb 5 14:35:23 2008 From: do-not-reply at jboss.com (babygodzilla) Date: Tue, 5 Feb 2008 14:35:23 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - log4j config help Message-ID: <11297913.1202240123198.JavaMail.jboss@colo-br-02.atl.jboss.com> i followed instructions here http://www.techienuggets.com/Detail?tx=33 to create configurations such that log4j will send emails containing Error messages to a certain email. | log4j.appender.Mail=org.apache.log4j.net.SMTPAppender | log4j.appender.Mail.SMTPHost=smtp.gmail.com | log4j.appender.Mail.SMTPUsername=xxxxxxx | log4j.appender.Mail.SMTPPassword=xxxxxxx | log4j.appender.Mail.To=xxxxxxxx | log4j.appender.Mail.From=xxxxxx | log4j.appender.Mail.Subject=Error Messages | log4j.appender.Mail.layout=org.apache.log4j.PatternLayout | log4j.appender.Mail.layout.ConversionPattern=%d{ISO8601} %p %C{1} %L - %m%n | log4j.appender.Mail.threshold=ERROR I know for sure there are ERROR messages that should be sent, because I log em to a different .log file as well. but so far I haven't seen any emails sent, nor have i seen any errors/exceptions with regard to these settings. how do i test this so i know its working, or what is wrong? thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126729#4126729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126729 From do-not-reply at jboss.com Tue Feb 5 14:35:55 2008 From: do-not-reply at jboss.com (babygodzilla) Date: Tue, 5 Feb 2008 14:35:55 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - log4j config help Message-ID: <29315746.1202240155623.JavaMail.jboss@colo-br-02.atl.jboss.com> i followed instructions here http://www.techienuggets.com/Detail?tx=33 to create configurations such that log4j will send emails containing Error messages to a certain email. | log4j.appender.Mail=org.apache.log4j.net.SMTPAppender | log4j.appender.Mail.SMTPHost=smtp.gmail.com | log4j.appender.Mail.SMTPUsername=xxxxxxx | log4j.appender.Mail.SMTPPassword=xxxxxxx | log4j.appender.Mail.To=xxxxxxxx | log4j.appender.Mail.From=xxxxxx | log4j.appender.Mail.Subject=Error Messages | log4j.appender.Mail.layout=org.apache.log4j.PatternLayout | log4j.appender.Mail.layout.ConversionPattern=%d{ISO8601} %p %C{1} %L - %m%n | log4j.appender.Mail.threshold=ERROR I know for sure there are ERROR messages that should be sent, because I log em to a different .log file as well. but so far I haven't seen any emails sent, nor have i seen any errors/exceptions with regard to these settings. how do i test this so i know its working, or what is wrong? thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126730#4126730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126730 From do-not-reply at jboss.com Tue Feb 5 14:36:21 2008 From: do-not-reply at jboss.com (babygodzilla) Date: Tue, 5 Feb 2008 14:36:21 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - log4j config help Message-ID: <7196703.1202240181960.JavaMail.jboss@colo-br-02.atl.jboss.com> i followed instructions here http://www.techienuggets.com/Detail?tx=33 to create configurations such that log4j will send emails containing Error messages to a certain email. | log4j.appender.Mail=org.apache.log4j.net.SMTPAppender | log4j.appender.Mail.SMTPHost=smtp.gmail.com | log4j.appender.Mail.SMTPUsername=xxxxxxx | log4j.appender.Mail.SMTPPassword=xxxxxxx | log4j.appender.Mail.To=xxxxxxxx | log4j.appender.Mail.From=xxxxxx | log4j.appender.Mail.Subject=Error Messages | log4j.appender.Mail.layout=org.apache.log4j.PatternLayout | log4j.appender.Mail.layout.ConversionPattern=%d{ISO8601} %p %C{1} %L - %m%n | log4j.appender.Mail.threshold=ERROR I know for sure there are ERROR messages that should be sent, because I log em to a different .log file as well. but so far I haven't seen any emails sent, nor have i seen any errors/exceptions with regard to these settings. how do i test this so i know its working, or what is wrong? thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126731#4126731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126731 From do-not-reply at jboss.com Tue Feb 5 14:36:53 2008 From: do-not-reply at jboss.com (babygodzilla) Date: Tue, 5 Feb 2008 14:36:53 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - log4j config help Message-ID: <26862399.1202240213645.JavaMail.jboss@colo-br-02.atl.jboss.com> i followed instructions here http://www.techienuggets.com/Detail?tx=33 to create configurations such that log4j will send emails containing Error messages to a certain email. | log4j.appender.Mail=org.apache.log4j.net.SMTPAppender | log4j.appender.Mail.SMTPHost=smtp.gmail.com | log4j.appender.Mail.SMTPUsername=xxxxxxx | log4j.appender.Mail.SMTPPassword=xxxxxxx | log4j.appender.Mail.To=xxxxxxxx | log4j.appender.Mail.From=xxxxxx | log4j.appender.Mail.Subject=Error Messages | log4j.appender.Mail.layout=org.apache.log4j.PatternLayout | log4j.appender.Mail.layout.ConversionPattern=%d{ISO8601} %p %C{1} %L - %m%n | log4j.appender.Mail.threshold=ERROR I know for sure there are ERROR messages that should be sent, because I log em to a different .log file as well. but so far I haven't seen any emails sent, nor have i seen any errors/exceptions with regard to these settings. how do i test this so i know its working, or what is wrong? thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126732#4126732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126732 From do-not-reply at jboss.com Tue Feb 5 14:39:37 2008 From: do-not-reply at jboss.com (juk) Date: Tue, 5 Feb 2008 14:39:37 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to persist data into related table ? Message-ID: <15360914.1202240377298.JavaMail.jboss@colo-br-02.atl.jboss.com> in previous example i forgot to put @Name annotation.. but when i did this i got this.. | Exception during request processing: | Caused by javax.servlet.ServletException with message: "#{insert.insert}: javax.el.MethodNotFoundException: /insert.xhtml @17,59 action="#{insert.insert}": Method not found: insertBean.insert()" | javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | java.lang.Thread.run(Thread.java:619)Caused by javax.faces.FacesException with message: "#{insert.insert}: javax.el.MethodNotFoundException: /insert.xhtml @17,59 action="#{insert.insert}": Method not found: insertBean.insert()" | com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:99) | javax.faces.component.UICommand.broadcast(UICommand.java:383) | org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:184) | org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:162) | org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:350) | com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | java.lang.Thread.run(Thread.java:619)Caused by javax.faces.el.MethodNotFoundException with message: "javax.el.MethodNotFoundException: /insert.xhtml @17,59 action="#{insert.insert}": Method not found: insertBean.insert()" | javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:81) | com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | javax.faces.component.UICommand.broadcast(UICommand.java:383) | org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:184) | org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:162) | org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:350) | com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | java.lang.Thread.run(Thread.java:619)Caused by javax.el.MethodNotFoundException with message: "/insert.xhtml @17,59 action="#{insert.insert}": Method not found: insertBean.insert()" | com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:72) | javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | javax.faces.component.UICommand.broadcast(UICommand.java:383) | org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:184) | org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:162) | org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:350) | com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | java.lang.Thread.run(Thread.java:619) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126733#4126733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126733 From do-not-reply at jboss.com Tue Feb 5 14:53:23 2008 From: do-not-reply at jboss.com (supernovasoftware.com) Date: Tue, 5 Feb 2008 14:53:23 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to persist data into related table ? Message-ID: <21662631.1202241203101.JavaMail.jboss@colo-br-02.atl.jboss.com> You are calling insert with no parameters. This is not in the Stateless bean nor in the interface for the bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126735#4126735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126735 From do-not-reply at jboss.com Tue Feb 5 14:54:53 2008 From: do-not-reply at jboss.com (trouby) Date: Tue, 5 Feb 2008 14:54:53 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Add/Remove projects to Server Message-ID: <30683492.1202241293890.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, So first, why there's a difference between Jboss 4.2 server and the 'Jboss System Copy Server' projects layout? Second, then I guess it is not working as expected, I have created a new seam project through jboss tools packed as an EAR, so I got the following projects: - myproject - myproject-ear - myproject-ejb - myproject-test under myproject-ear->Properties->J2EE Module Dependencies I see myproject.war and myproject.ejb.jar with some other libs selected. When publishing the project I see under server deploy folder a directory as: myproject-ear.ear as expected, but under this folder I cannot find the other two sub projects folders (ejb/war) but only the content of the ear project. Many thanks, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126736#4126736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126736 From do-not-reply at jboss.com Tue Feb 5 14:56:06 2008 From: do-not-reply at jboss.com (matt_lc) Date: Tue, 5 Feb 2008 14:56:06 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: PDF generation : horizontalAlignment does not work Message-ID: <14624406.1202241366997.JavaMail.jboss@colo-br-02.atl.jboss.com> Right ! it works fine now. thanks a lot!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126737#4126737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126737 From do-not-reply at jboss.com Tue Feb 5 14:56:54 2008 From: do-not-reply at jboss.com (gjeudy) Date: Tue, 5 Feb 2008 14:56:54 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - NPE with migration to Seam 2.0.1- JBoss 4.2.2 Message-ID: <33290151.1202241414612.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm getting NPE when trying to use EntityConverter with Seam 2.0.1 - JBoss 4.2.2. I use in a facelets page. Below is the stack I get: 2008-02-05 14:43:09,862 DEBUG [org.jboss.seam.Component] seam component not found: entityManager | 2008-02-05 14:43:09,862 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} | 2008-02-05 14:43:09,862 ERROR [STDERR] 5-Feb-2008 2:43:09 PM com.sun.facelets.FaceletViewHandler handleRenderException | SEVERE: Error Rendering View[/showpackages.xhtml] | java.lang.NullPointerException | at org.jboss.seam.ui.converter.entityConverter.EntityLoader.getPersistenceContext(EntityLoader.java:30) | at org.jboss.seam.ui.converter.entityConverter.EntityLoader.getPersistenceContext(EntityLoader.java:24) | at org.jboss.seam.ui.converter.entityConverter.AbstractEntityLoader.put(AbstractEntityLoader.java:46) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38) | at org.jboss.seam.util.Work.workInTransaction(Work.java:40) | at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:166) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:102) | at org.jboss.seam.ui.converter.entityConverter.EntityLoader_$$_javassist_2.put(EntityLoader_$$_javassist_2.java) | at org.jboss.seam.ui.converter.EntityConverter.getAsString(EntityConverter.java:77) | at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getFormattedValue(HtmlBasicRenderer.java:469) | at com.sun.faces.renderkit.html_basic.MenuRenderer.renderOption(MenuRenderer.java:502) | at com.sun.faces.renderkit.html_basic.MenuRenderer.renderOptions(MenuRenderer.java:757) | at com.sun.faces.renderkit.html_basic.MenuRenderer.renderSelect(MenuRenderer.java:811) | at com.sun.faces.renderkit.html_basic.MenuRenderer.encodeEnd(MenuRenderer.java:335) | at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:836) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:896) My guess is that for some reasons the persistence context is not wired properly with seam. In the components.xml I have: | | | | true | | rdm-0.1-SNAPSHOT/#{ejbName}/local | | false | | | | false | | | | | | | | I noticed managed-persistence-context is no longer part of core XSD, could that be related to the issue i'm having ? Thanks, -Guillaume View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126738#4126738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126738 From do-not-reply at jboss.com Tue Feb 5 14:59:03 2008 From: do-not-reply at jboss.com (mgk) Date: Tue, 5 Feb 2008 14:59:03 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Deploying MyApp as default application on JBoss server Message-ID: <7868622.1202241543208.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've created a we application and it runs on JBoss 4.2.2.GA using the following url: http://localhost:8080/MyApp However, I would like to configure this so that when someone says: http://www.mgk.com this application should come up by default (That means, we should get rid of /MyApp and also the port number. I already have an IP address that maps to www.mgk.com. Could someone please help me in setting this? I'm running 'default' server. Thanks a bunch in advance. - MGK View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126739#4126739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126739 From do-not-reply at jboss.com Tue Feb 5 14:59:26 2008 From: do-not-reply at jboss.com (rohit000) Date: Tue, 5 Feb 2008 14:59:26 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Implementing Search using Portlet framework ... Message-ID: <11373539.1202241566708.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I would like to implement Search functionality similar to the one you see in the right top corner of the forum page. As I understand currently the same is implemented not using Portlet framework. But I want to use Portlet framework to do the same. Essentially what I want, when a search key word is entered by the user and he presses enter, the search result should be shown in the main body of the page. To achieve that I was thinking to use one portlet to render the search box and another portlet to render the resut and connect them through IPC. However, not sure how do I link the search result portlet dynamically to a page Any idea what all options are available to achieve the same. Regards, Rohit View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126740#4126740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126740 From do-not-reply at jboss.com Tue Feb 5 15:00:17 2008 From: do-not-reply at jboss.com (juk) Date: Tue, 5 Feb 2008 15:00:17 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to persist data into related table ? Message-ID: <31360113.1202241617375.JavaMail.jboss@colo-br-02.atl.jboss.com> yes i know.. but please tell me what should i do to make it work ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126741#4126741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126741 From do-not-reply at jboss.com Tue Feb 5 15:28:44 2008 From: do-not-reply at jboss.com (bossei) Date: Tue, 5 Feb 2008 15:28:44 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server Message-ID: <1419260.1202243324467.JavaMail.jboss@colo-br-02.atl.jboss.com> I could use this solutioin also. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126746#4126746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126746 From do-not-reply at jboss.com Tue Feb 5 15:45:06 2008 From: do-not-reply at jboss.com (kukeltje) Date: Tue, 5 Feb 2008 15:45:06 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Cannot build JBPM source from CVS Message-ID: <14259708.1202244306252.JavaMail.jboss@colo-br-02.atl.jboss.com> Try to check out the version labelled 3.2.2 and not use cvs-head. There are some changes going on currently that can make building impossible the coming days View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126750#4126750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126750 From do-not-reply at jboss.com Tue Feb 5 15:46:21 2008 From: do-not-reply at jboss.com (egandt) Date: Tue, 5 Feb 2008 15:46:21 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - running JBOSS in the forground and get it to ouput it's PID Message-ID: <33427720.1202244381412.JavaMail.jboss@colo-br-02.atl.jboss.com> I need to keep JBOSS running as a foreground task and yet allow for a third party product to find th JBOSS_PID and kill it if needed. I'm looking for how to get JBOSS (both on Unix and Windows) to output the pid of the actual java process spawned by running run.sh(bat). Is this possible, if so how? Thanks, ERIC View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126751#4126751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126751 From do-not-reply at jboss.com Tue Feb 5 15:51:15 2008 From: do-not-reply at jboss.com (kukeltje) Date: Tue, 5 Feb 2008 15:51:15 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: handling bulk amounts of processinstances; transaction p Message-ID: <8431486.1202244675508.JavaMail.jboss@colo-br-02.atl.jboss.com> you describe your problem, but not what you want to achieve, other than '100.000 domain objects need processing' This is so vague that it is hard to even start thinking about a solution. Maybe 4 hours is not so bad if you can at almost the same time finish the 'process' (what ever it may be). So many options from not using persistency, not using workflow/bpm but use businessrules to just doing it in plain java. Remember bpms are not 42 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126753#4126753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126753 From do-not-reply at jboss.com Tue Feb 5 15:58:03 2008 From: do-not-reply at jboss.com (meghanai_99) Date: Tue, 5 Feb 2008 15:58:03 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3? Message-ID: <30835772.1202245083739.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Alex. It seems we will have to redeploy already deployed BPEL processes. I can change bpel-application.xml to bpel-deployment.xml but cannot do the same with bpel-definition.xml which has its namespace changed :( I am not expecting any workaround in this case but if there is any please advise. Thank you, Meghana. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126758#4126758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126758 From do-not-reply at jboss.com Tue Feb 5 15:58:53 2008 From: do-not-reply at jboss.com (jbalunas@redhat.com) Date: Tue, 5 Feb 2008 15:58:53 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ Message-ID: <10611946.1202245133380.JavaMail.jboss@colo-br-02.atl.jboss.com> I agree: anonymous wrote : bad major version at offset=6 is almost always a java version error. compiled on one and ran on another. They must both be the same or have the proper flags set. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126759#4126759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126759 From do-not-reply at jboss.com Tue Feb 5 15:59:53 2008 From: do-not-reply at jboss.com (kukeltje) Date: Tue, 5 Feb 2008 15:59:53 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: concurrency question Message-ID: <26298262.1202245193978.JavaMail.jboss@colo-br-02.atl.jboss.com> We use it the other way around. Persisting the domain objects in their session and pass this session to the jbpm context. Not sure if it will work in your situation, but it does in ours. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126760#4126760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126760 From do-not-reply at jboss.com Tue Feb 5 16:03:41 2008 From: do-not-reply at jboss.com (babygodzilla) Date: Tue, 5 Feb 2008 16:03:41 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: log4j config help Message-ID: <215036.1202245421483.JavaMail.jboss@colo-br-02.atl.jboss.com> im very sorry. i dunno how it happened but it looks like there are 4 copies of this thread. mods please delete 3 and leave 1. thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126761#4126761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126761 From do-not-reply at jboss.com Tue Feb 5 16:04:17 2008 From: do-not-reply at jboss.com (babygodzilla) Date: Tue, 5 Feb 2008 16:04:17 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: log4j config help Message-ID: <17763420.1202245457644.JavaMail.jboss@colo-br-02.atl.jboss.com> im very sorry. i dunno how it happened but it looks like there are 4 copies of this thread. mods please delete 3 and leave 1. thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126762#4126762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126762 From do-not-reply at jboss.com Tue Feb 5 16:04:49 2008 From: do-not-reply at jboss.com (babygodzilla) Date: Tue, 5 Feb 2008 16:04:49 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: log4j config help Message-ID: <13617552.1202245489822.JavaMail.jboss@colo-br-02.atl.jboss.com> im very sorry. i dunno how it happened but it looks like there are 4 copies of this thread. mods please delete 3 and leave 1. thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126763#4126763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126763 From do-not-reply at jboss.com Tue Feb 5 16:12:05 2008 From: do-not-reply at jboss.com (akazakov) Date: Tue, 5 Feb 2008 16:12:05 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Using Seam 2.0.1.CR1 with JBoss Tools 2.0.0.GA Message-ID: <21092529.1202245925087.JavaMail.jboss@colo-br-02.atl.jboss.com> "Antoine Sabot-Durand" wrote : Eclipse seems to look for something in the jar that it doesn't find. However the project can be deployed and run with 2.0.1 jar the only trouble is that we can't edit J2EE dependencies anymore Yes, it is a bug of WTP. It will be fixed in WTP 2.0.2. See http://jira.jboss.com/jira/browse/JBIDE-1716 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126765#4126765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126765 From do-not-reply at jboss.com Tue Feb 5 16:13:53 2008 From: do-not-reply at jboss.com (tonylmai) Date: Tue, 5 Feb 2008 16:13:53 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Obtaining user's host information Message-ID: <11752024.1202246033752.JavaMail.jboss@colo-br-02.atl.jboss.com> That worked. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126766#4126766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126766 From do-not-reply at jboss.com Tue Feb 5 16:17:31 2008 From: do-not-reply at jboss.com (akazakov) Date: Tue, 5 Feb 2008 16:17:31 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Seam Validator Message-ID: <9704289.1202246251591.JavaMail.jboss@colo-br-02.atl.jboss.com> Does it take a lot of time for validating some particular file or all files? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126768#4126768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126768 From do-not-reply at jboss.com Tue Feb 5 16:18:41 2008 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 5 Feb 2008 16:18:41 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server Message-ID: <24747019.1202246321302.JavaMail.jboss@colo-br-02.atl.jboss.com> Two things. First, use the -b run option to bind the app server to your IP address. For example (assuming your IP address is 123.123.123.123): ./run.sh -b 123.123.123.123 Note that only URLs for that IP address will work (that is, localhost will no longer work). If you want localhost to work also, use 0.0.0.0 as the IP address: ./run.sh -b 0.0.0.0 Second, to change the context name (get rid of the MyApp in the URL), for your application add a jboss-web.xml file to the WEB-INF directory of your war file and set the following: | / | Or if you have an ear with an application.xml, you could set the context there. In addition, remove the existing root application, you can find it at server/xxx/deploy/jboss-web.deployer/ROOT.war. Either remove that whole directory, or change its context root to something other than "/". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126769#4126769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126769 From do-not-reply at jboss.com Tue Feb 5 16:49:11 2008 From: do-not-reply at jboss.com (pms917) Date: Tue, 5 Feb 2008 16:49:11 -0500 (EST) Subject: [jboss-user] [Remoting] - Re: Concurrency Issue (ClassCastException) in MicroRemoteCli Message-ID: <5745429.1202248151932.JavaMail.jboss@colo-br-02.atl.jboss.com> I've created a jira ticket for this issue: http://jira.jboss.org/jira/browse/JBREM-900 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126774#4126774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126774 From do-not-reply at jboss.com Tue Feb 5 16:51:56 2008 From: do-not-reply at jboss.com (gjeudy) Date: Tue, 5 Feb 2008 16:51:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Multiple random rendering of facelet components Message-ID: <22433947.1202248316304.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am upgrading a seam1.2 JSF1.1 application to seam2.0 JSF1.2. Now that I finished upgrading and deployed the upgraded app to the server, I display the same facelet page that used to work before, now it displays randomly several times the same components (several forms, buttons etc in random order). I followed scrutinously guidelines to migrate to seam 2.0 JSF1.2. I'm running in JBoss 4.2.2. All facelet(*.xhtml) pages are exhibiting the same behavior except for pages with no forms or buttons. Can anybody give hints of what could be wrong ? I will gladly supply all required information to troubleshoot this issue. Thanks, -Guillaume View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126775#4126775 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126775 From do-not-reply at jboss.com Tue Feb 5 16:57:34 2008 From: do-not-reply at jboss.com (mgk) Date: Tue, 5 Feb 2008 16:57:34 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server Message-ID: <11020271.1202248654369.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Peter, I cannot thank you enough for this. I've spent lot of time looking for documentation on this really. However, could you please let me know how to get rid of port 8080 as well? I still had to use 8080 in the url with the procedure you listed (both steps worked beautifully). I'm running JBoss on Windows Vista. Can I use port 80? If so, what all changes should be made to achieve this? Thank you once again ! Regards, - MGK View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126777#4126777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126777 From do-not-reply at jboss.com Tue Feb 5 16:57:55 2008 From: do-not-reply at jboss.com (meghanai_99) Date: Tue, 5 Feb 2008 16:57:55 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3? Message-ID: <32498398.1202248675974.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello Alex, After making the necessary changes to bpel-definition.xml and bpel-deployment.xml [renamed and changed namespace etc.] in our deployment module, when I tried to deploy same BPEL process again on updated JBPM database, I get following error - | 13:50:23,654 INFO [STDOUT] Retrieving document at 'D:\Program Files\Serena\Business Mashups\Common\jboss405\server\defa | ult\work\jboss.web\localhost\mashupmgr\alf\78740638-9c44-4da2-b182-8a50503206fd\feb5\src/main/bpel\resources/xml/feb5.ws | dl'. | 13:50:23,674 INFO [STDOUT] Retrieving document at 'D:\Program Files\Serena\Business Mashups\Common\jboss405\server\defa | ult\work\jboss.web\localhost\mashupmgr\alf\78740638-9c44-4da2-b182-8a50503206fd\feb5\src/main/bpel\resources/xml/Convert | Temperature.wsdl'. | 13:50:24,155 INFO [STDOUT] deploying process definition: file=feb5-feb5-process.zip | 13:50:25,307 WARN [JDBCExceptionReporter] SQL Error: 547, SQLState: 23000 | 13:50:25,307 ERROR [JDBCExceptionReporter] The INSERT statement conflicted with the FOREIGN KEY constraint "FK_TO_QUERY" | . The conflict occurred in database "OldJbpm", table "dbo.BPEL_SCRIPT", column 'ID_'. | 13:50:25,307 INFO [STDOUT] could not deploy process definition: feb5 could not insert: [org.jbpm.bpel.graph.basic.assig | n.ToVariable] | 13:50:25,317 ERROR [STDERR] D:\Program Files\Serena\Business Mashups\Common\jboss405\server\default\work\jboss.web\local | host\mashupmgr\alf\78740638-9c44-4da2-b182-8a50503206fd\feb5\build.xml:358: ERROR: Axis fault - Transport error: 400 Err | or: Bad Request | 13:50:25,317 ERROR [STDERR] at org.jbpm.bpel.ant.DeployProcessTask.execute(DeployProcessTask.java:125) | 13:50:25,317 ERROR [STDERR] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) | 13:50:25,317 ERROR [STDERR] at org.apache.tools.ant.Task.perform(Task.java:364) | 13:50:25,317 ERROR [STDERR] at org.apache.tools.ant.Target.execute(Target.java:341) | Any idea about what could be causing this error? Thank you, Meghana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126778#4126778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126778 From do-not-reply at jboss.com Tue Feb 5 17:01:58 2008 From: do-not-reply at jboss.com (nandhusriram) Date: Tue, 5 Feb 2008 17:01:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ Message-ID: <8678694.1202248918863.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks that worked, I compiled the classes from RAD and it worked. Now I getting a classcast exception caused by org.jboss.seam.persistence.EntityManagerFactory incompatible with javax.persistence.EntityManagerFactory . BTW I have my application class loader first in the class path. I even tried with hibernate-entitymanager 3.3.2 beta version, ,same errors . Any Ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126779#4126779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126779 From do-not-reply at jboss.com Tue Feb 5 17:08:19 2008 From: do-not-reply at jboss.com (gjeudy) Date: Tue, 5 Feb 2008 17:08:19 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Multiple random rendering of facelet components Message-ID: <13498670.1202249299153.JavaMail.jboss@colo-br-02.atl.jboss.com> I figured its a s:decorate tag causing the funky behavior. I removed the s:decorate tags, even though I don't know what could be causing the issue. Now the page is rendering normally except that nothing happens when I click a button on the page. The same page gets rerendered even though it should get to the stateful bean execution. Prior to seam2.0/JSF1.2 upgrade this exact same button click used to bind to a stateful bean method execution which did some processing and returned a different view id. Has anyone experienced something similar ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126780#4126780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126780 From do-not-reply at jboss.com Tue Feb 5 17:09:19 2008 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 5 Feb 2008 17:09:19 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server Message-ID: <14202553.1202249359735.JavaMail.jboss@colo-br-02.atl.jboss.com> Oops, missed the port 8080 part. You can change this in the file server/xxx/deploy/jboss-web.deploy/server.xml, change the Connector port from 8080 to 80. You should also do a search for 8080 in all of the *.xml files and change those to 80. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126781#4126781 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126781 From do-not-reply at jboss.com Tue Feb 5 17:09:57 2008 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 5 Feb 2008 17:09:57 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server Message-ID: <29593077.1202249397218.JavaMail.jboss@colo-br-02.atl.jboss.com> Um, what I said works only for Windows. For Unix/Linux it gets more complicated. See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossOnPort80 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126782#4126782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126782 From do-not-reply at jboss.com Tue Feb 5 17:11:38 2008 From: do-not-reply at jboss.com (alex.guizar@jboss.com) Date: Tue, 5 Feb 2008 17:11:38 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3? Message-ID: <5658153.1202249498866.JavaMail.jboss@colo-br-02.atl.jboss.com> Seems like a database schema conflict. There were some changes in the database layout between 1.1.Beta3 and 1.1.GA. Does this occur on a clean or an existing database? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126783#4126783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126783 From do-not-reply at jboss.com Tue Feb 5 17:14:24 2008 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 5 Feb 2008 17:14:24 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server Message-ID: <30996492.1202249664778.JavaMail.jboss@colo-br-02.atl.jboss.com> Just noticed that you are running Windows Vista. You should re-read the EULA you agreed to when you installed Vista - it prohibits you from having more than 10 incoming connections. This means a maximum of 10 users can be (legally) connected to your web site at any one time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126784#4126784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126784 From do-not-reply at jboss.com Tue Feb 5 17:17:20 2008 From: do-not-reply at jboss.com (isthisusernameavailable) Date: Tue, 5 Feb 2008 17:17:20 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: Stateless session bean pooling in JBoss Message-ID: <2519549.1202249840477.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm seeing a similar behavior where existing SLSB instances were not re-used as expected. My application has a MDB that contains an injected SLSB for use during the onMessage() method. When onMessage() is called, it appears that a new SLSB instance is constructed. The MDB itself seems to be re-used correctly, and I'm not seeing this object leakage when I have a SLSB injected into another SLSB -- it only occurs within the MDB. This thread seems to indicate that this may be a bug with ThreadLocalPool: http://jira.jboss.org/jira/browse/EJBTHREE-1175?page=all Does using MaxStrictPool instead of ThreadLocalPool solve the problem? If so, can someone point me to some documentation about how to configure JBoss to use StrictMaxPool? What are the problems with using StrictMaxPool? Thanks, John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126785#4126785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126785 From do-not-reply at jboss.com Tue Feb 5 17:20:44 2008 From: do-not-reply at jboss.com (gjeudy) Date: Tue, 5 Feb 2008 17:20:44 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Multiple random rendering of facelet components Message-ID: <5252469.1202250044470.JavaMail.jboss@colo-br-02.atl.jboss.com> No outstanding exception happens on the server side. The seam phase listener processes the request and renders the same page as the response without getting to my stateful ejb method execution. See page below: #{packageEditAction.selectReleasePackage} should resolve to my stateful bean method execution (none of the code has changed between the upgrade from seam 1.2.1 to seam 2.0. Any help would be greatly appreciated, Thanks, -Guillaume | | | | | | | |
| | | | | | | | | | |
|

Release Packages

|
Select a Release Package: |
| | |
| |
|
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126786#4126786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126786 From do-not-reply at jboss.com Tue Feb 5 17:22:04 2008 From: do-not-reply at jboss.com (joeyxxx) Date: Tue, 5 Feb 2008 17:22:04 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - This code worked prior to Seam 2.0.1GA. I've tested various combinations of seam and richfaces versions and 2.0.1 seems to be the culprit. With : | | | | | | Renders the following: Notice that the onclick handler is rendered before the input is rendered and causes a document.getElementById("contactButton1") has no properties javascript error. |
| | | | |
| Without , the onclick handler is rendered as an attribute of the button as ff: |
| | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126787#4126787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126787 From do-not-reply at jboss.com Tue Feb 5 17:23:02 2008 From: do-not-reply at jboss.com (meghanai_99) Date: Tue, 5 Feb 2008 17:23:02 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3? Message-ID: <7385733.1202250182838.JavaMail.jboss@colo-br-02.atl.jboss.com> I think so too. This is upgraded database from older Beta3 to now GA. I have changed the hibernate config property to update schema but it seems to be not taking care of it. My setting is - | update | If database upgrade doesn't work, it may prohibit us from taking up BPEL GA :( Thanks, Meghana. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126788#4126788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126788 From do-not-reply at jboss.com Tue Feb 5 17:24:52 2008 From: do-not-reply at jboss.com (alex.guizar@jboss.com) Date: Tue, 5 Feb 2008 17:24:52 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: How to run jBPM-BPEL and JBoss 5.0.0Beta3 Message-ID: <23769351.1202250292368.JavaMail.jboss@colo-br-02.atl.jboss.com> We didn't test it on 5.0.0.Beta3. Indeed, it is not yet part of our target platforms as there is no high demand for it. However, by all means, add a feature request to our issue tracking system and we will schedule it in our road map. The more votes it gets, the sooner it will be delivered. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126790#4126790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126790 From do-not-reply at jboss.com Tue Feb 5 17:27:54 2008 From: do-not-reply at jboss.com (alex.guizar@jboss.com) Date: Tue, 5 Feb 2008 17:27:54 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3? Message-ID: <15843664.1202250474835.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you test it on a new database to confirm this is a schema update issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126792#4126792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126792 From do-not-reply at jboss.com Tue Feb 5 17:28:53 2008 From: do-not-reply at jboss.com (mgk) Date: Tue, 5 Feb 2008 17:28:53 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying MyApp as default application on JBoss server Message-ID: <4105962.1202250533897.JavaMail.jboss@colo-br-02.atl.jboss.com> THANK YOU Peter once again for all your help. This resolved my issues. I didn't know about that EULA until now. It is very strange. Probably, I'll switch to Linux. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126793#4126793 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126793 From do-not-reply at jboss.com Tue Feb 5 17:29:22 2008 From: do-not-reply at jboss.com (cyberanto) Date: Tue, 5 Feb 2008 17:29:22 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - loosing seam initialization (in particular injection) when u Message-ID: <12418848.1202250562392.JavaMail.jboss@colo-br-02.atl.jboss.com> Env: Seam2.0.1.CR1/JBoss4.2.0/JBoss Development Studio/Windows XP I am having a problem with Injection failing to work for components which are programmatically added to the context, e.g. in the Action Class: Contexts.getSessionContext().set("catalogModel", newCatalog); the ModelClass: @Scope(SESSION) @Name("catalogModel") public class CatalogModel { @Logger private Log log; @In(create=true) private SkuDAO skuDao; etc. } log and skuDao are null; Of course, the class has been created using new CatalogModel() ... I have tried to obtain the Objects by Context.get() and Components.instance(), to no avail. Had to new them into existence. catalogModel and skuDao show up as Seam Components in the server log during startup and e.g. the correct catalogModel is available to the web application. (the object does get set into the Context). Any hints, suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126794#4126794 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126794 From do-not-reply at jboss.com Tue Feb 5 17:31:24 2008 From: do-not-reply at jboss.com (mendaye) Date: Tue, 5 Feb 2008 17:31:24 -0500 (EST) Subject: [jboss-user] [JBossWS] - Installing JBossWS 2.0.X.GA Message-ID: <11568126.1202250684788.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I was trying to install jbossws-native-2.0.3.GA. Insatll instruction mention that... Copy ant.properties.examples to ant.properties Modify the target container location in ant.properties. Execute one of the following ant deploy-jboss40 However, I was not able to locate ant.properties.examples file? Where can I find it? Thanks, Surafel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126795#4126795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126795 From do-not-reply at jboss.com Tue Feb 5 17:32:31 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 17:32:31 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Bug? Outjected boolean changes value mid-template Message-ID: <8661070.1202250752013.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) If you have an @Stateless bean it can't have any fields on it. read about what @Stateless *really* means (this probably explains your values changing) 2) This is because you are outjecting into EVENT scope. So, the process is this whilst rendering the page Try to access boolean value, not in context, so null and so on Render datatable, initialized by @Factory on seam component as boolean value. component does outjection including boolean value, Try to access boolean value, now in context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126796#4126796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126796 From do-not-reply at jboss.com Tue Feb 5 17:33:26 2008 From: do-not-reply at jboss.com (meghanai_99) Date: Tue, 5 Feb 2008 17:33:26 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3? Message-ID: <29270174.1202250806138.JavaMail.jboss@colo-br-02.atl.jboss.com> Yep. Tested already. It works on new database if I use BPEL console to deploy my process. It doesn't work on new database with our current deployment module. I get exception - | 14:08:49,095 ERROR [STDERR] java.lang.ClassCastException: org.jbpm.bpel.graph.def.BpelProcessDefinition | 14:08:49,095 ERROR [STDERR] at org.jbpm.bpel.ant.ServiceGeneratorTask.execute(ServiceGeneratorTask.java:55) | 14:08:49,095 ERROR [STDERR] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) | 14:08:49,095 ERROR [STDERR] at org.apache.tools.ant.Task.perform(Task.java:364) | 14:08:49,095 ERROR [STDERR] at org.apache.tools.ant.Target.execute(Target.java:341) | 14:08:49,095 ERROR [STDERR] at org.apache.tools.ant.Target.performTasks(Target.java:369) | Any suggestion? Thanks, Meghana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126797#4126797 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126797 From do-not-reply at jboss.com Tue Feb 5 17:35:25 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 17:35:25 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: @Destroy method problem Message-ID: <18910500.1202250925485.JavaMail.jboss@colo-br-02.atl.jboss.com> That's your eclipse classpath, not your deployment classpath. Check for stale jars in your deployment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126798#4126798 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126798 From do-not-reply at jboss.com Tue Feb 5 17:42:18 2008 From: do-not-reply at jboss.com (gjeudy) Date: Tue, 5 Feb 2008 17:42:18 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Multiple random rendering of facelet components Message-ID: <6954795.1202251338250.JavaMail.jboss@colo-br-02.atl.jboss.com> I added a new s:button with the same #{packageEditAction.selectReleasePackage} side by side on the same page and it executes normally (well at least I get to the intended view (I have other types of errors but it is not in the interest of this thread) I believe there is something seriously wrong with my setup. I can't conceive this would be bugs in seam2.0. see my config, the web.xml: | | | | | | | org.jboss.seam.servlet.SeamListener | | | | | Seam Resource Servlet | | org.jboss.seam.servlet.ResourceServlet | | | | | Seam Resource Servlet | /seam/resource/* | | | | | | Seam Filter | org.jboss.seam.servlet.SeamFilter | | | | Seam Filter | /* | | | | | | javax.faces.STATE_SAVING_METHOD | client | | | | | javax.faces.DEFAULT_SUFFIX | .xhtml | | | | facelets.DEVELOPMENT | true | | | | | | | javax.faces.FacesServlet | javax.faces.webapp.FacesServlet | 1 | | | | javax.faces.FacesServlet | *.seam | | | faces-config.xml | | | | com.sun.facelets.FaceletViewHandler | | components.xml | | | | true | | rdm-0.1-SNAPSHOT/#{ejbName}/local | | false | | | | false | | | | | | | | I don't have any pages.xml setup, I don't think the issue is in the persistence layer therefore I haven't included my datasource.xml and persistence.xml. Let me know if you have any pointers. I am seriously considering starting from scratch with an example app as a template and slowly adding to it and see at which point it will start breaking. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126799#4126799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126799 From do-not-reply at jboss.com Tue Feb 5 17:43:36 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 17:43:36 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Using rich:datascroller With Seam and Hibernate Paginati Message-ID: <23984912.1202251416939.JavaMail.jboss@colo-br-02.atl.jboss.com> "neilac333" wrote : My Seam action component has a listener method that handles the passing of the desired page number from the client to the search code, and this method takes a DataScrollerEvent parameter. This is an object unique to RichFaces. How can I test the overall function of my action class?In general, when testing Seam components that have dependencies on FacesEvent classes and so on, what is the best way to test these? Is there an existing mock library? I think you are on the right path with mocks. Ask on the RichFaces forum too, I know Alex has some testing stuff in RichFaces. Alternatively, you can look at JSFUnit. anonymous wrote : Should I write my own stub for such a class? If you do, let us know what you do, this could be interesting for Seam. anonymous wrote : Should the test be an integration test that generates a real DataScrollerEvent within JBoss embedded? Seam integration tests don't reach down as far as the view layer, but simulate (mock out) JSF. We don't have any support for mock FacesEvents, but I would definitely accept this as an extension to Seam test. Again, you could look at JSFUnit (it's a new project, but it looks very interesting - I'm hoping that we can start using it in the seam testsuite soon). HTH View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126800#4126800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126800 From do-not-reply at jboss.com Tue Feb 5 17:49:57 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 17:49:57 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error while testing using external database Message-ID: <13410681.1202251797821.JavaMail.jboss@colo-br-02.atl.jboss.com> As I said, turn logging up to info for both org.jboss.seam and org.jboss and post the log. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126801#4126801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126801 From do-not-reply at jboss.com Tue Feb 5 17:51:12 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 17:51:12 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <9608840.1202251872728.JavaMail.jboss@colo-br-02.atl.jboss.com> Let's see the xhtml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126802#4126802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126802 From do-not-reply at jboss.com Tue Feb 5 17:52:09 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 17:52:09 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: AbstractEntityManagerImpl warning Message-ID: <2558489.1202251929667.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam 1.1 is very old. Please use 2 or 1.2 at a pinch. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126803#4126803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126803 From do-not-reply at jboss.com Tue Feb 5 17:53:19 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 17:53:19 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: h:SelectManyListbox, s:SelectItems and Many-to-Many mapp Message-ID: <28988874.1202251999031.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a stack trace for that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126805#4126805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126805 From do-not-reply at jboss.com Tue Feb 5 17:54:19 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 17:54:19 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: A lot of Message-ID: <25494000.1202252059514.JavaMail.jboss@colo-br-02.atl.jboss.com> Conversation timeout shouldn't matter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126806#4126806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126806 From do-not-reply at jboss.com Tue Feb 5 17:55:18 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 17:55:18 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: gen-ui: order of fields in generated forms Message-ID: <16553514.1202252118838.JavaMail.jboss@colo-br-02.atl.jboss.com> File a feature request in JIRA. I don't know if this is possible with Hibernate tools, but it seems like a very reasonable request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126807#4126807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126807 From do-not-reply at jboss.com Tue Feb 5 17:56:53 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 17:56:53 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How do we add List of Object item in Conversation scope? Message-ID: <14822392.1202252213648.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't really understand, some code would help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126808#4126808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126808 From do-not-reply at jboss.com Tue Feb 5 17:58:53 2008 From: do-not-reply at jboss.com (tom_goring) Date: Tue, 5 Feb 2008 17:58:53 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Recursive rendering in Seam Mail Message-ID: <7208799.1202252333803.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've got this working. Here was my post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128918 You need to serve up your facelets from the database and the use ui:include. Thanks Tom View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126809#4126809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126809 From do-not-reply at jboss.com Tue Feb 5 17:59:43 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 17:59:43 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error Compiling generated entities from Postgre Message-ID: <2500064.1202252383587.JavaMail.jboss@colo-br-02.atl.jboss.com> Err, this was a bug in Seam 2.0.0 so try Seam 2.0.1.GA (Seam 2.0.2 isn't released yet). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126811#4126811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126811 From do-not-reply at jboss.com Tue Feb 5 18:00:53 2008 From: do-not-reply at jboss.com (alex.guizar@jboss.com) Date: Tue, 5 Feb 2008 18:00:53 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3? Message-ID: <20498722.1202252453352.JavaMail.jboss@colo-br-02.atl.jboss.com> Try moving from org.jbpm.bpel.ant.ServiceGeneratorTask to org.jbpm.bpel.tools.ant.WsdlServiceTask (in jbpm-bpel-tools.jar). The interface is largely similar, although the tool has been upgraded to generate bpel-deployment.xml along with the WSDL documents. Apart from that, several things had to change between the last beta and the GA version to allow the latter to be stable. It might be best to keep the current versions of your processes on your Beta3 installation and deploy new versions on a GA installation. Also, you should consider migrating to the new deployment procedure as it will put much less burden on what your own module has to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126812#4126812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126812 From do-not-reply at jboss.com Tue Feb 5 18:02:33 2008 From: do-not-reply at jboss.com (trouby) Date: Tue, 5 Feb 2008 18:02:33 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Seam Validator Message-ID: <26167814.1202252553254.JavaMail.jboss@colo-br-02.atl.jboss.com> When I save a file it validates all files within the project, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126813#4126813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126813 From do-not-reply at jboss.com Tue Feb 5 18:02:59 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 18:02:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Message-ID: <22306071.1202252579825.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, post some code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126814#4126814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126814 From do-not-reply at jboss.com Tue Feb 5 18:04:54 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 18:04:54 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Ehcache and 'manual' seam invocation Message-ID: <263381.1202252694208.JavaMail.jboss@colo-br-02.atl.jboss.com> You probably need to ask on the hibernate forum as Seam isn't really doing anything different here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126815#4126815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126815 From do-not-reply at jboss.com Tue Feb 5 18:08:48 2008 From: do-not-reply at jboss.com (twiceknightly) Date: Tue, 5 Feb 2008 18:08:48 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: concurrency question Message-ID: <3079048.1202252929092.JavaMail.jboss@colo-br-02.atl.jboss.com> "kukeltje" wrote : We use it the other way around. Persisting the domain objects in their session and pass this session to the jbpm context. Not sure if it will work in your situation, but it does in ours. Yes I thought about that but in that case isn't there essentially two layers of hibernate helper code to get SessionFactory, session etc? i.e. your code and then the jbpm code? I thought that the way I suggested would reuse the fairly generic code already there. Also I presume that you will also need to use a thread local to hold a hibernate session for each thread? So you just call getCurrentJbpmContext at some point and then set the session on it? Also in terms of managing Hibernate config do you add your domain object mappings on the end of the jbpm mappings? Thanks for you help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126818#4126818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126818 From do-not-reply at jboss.com Tue Feb 5 18:07:32 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 18:07:32 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem implementing filters Message-ID: <8674461.1202252852734.JavaMail.jboss@colo-br-02.atl.jboss.com> You probably need either auto-create=true in components.xml or create=true on the @In View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126817#4126817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126817 From do-not-reply at jboss.com Tue Feb 5 18:06:30 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 18:06:30 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Recursive rendering in Seam Mail Message-ID: <11109913.1202252790765.JavaMail.jboss@colo-br-02.atl.jboss.com> Easier than that. Just run the generated HTML through Interpolator.instance().interpolate() - hopefully it should accept that syntax. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126816#4126816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126816 From do-not-reply at jboss.com Tue Feb 5 18:09:32 2008 From: do-not-reply at jboss.com (meghanai_99) Date: Tue, 5 Feb 2008 18:09:32 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Is jBPM-BPEL GA backward compatible to beta 3? Message-ID: <4407634.1202252972944.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Alex. That is exactly what I am planning to do i.e. moving to new deployment module. Though that changes a lot of things for us e.g how the endpoint is going to look now will be controlled by JBPM GA rather than we controlling it. It means educating everyone again, finding out the limitations, documentation changes etc... That aside what I see in eclipse debugger is 'BpelProcessDefinition' so it puzzles me why it throws ClassCastException at that point. Anyway, what I am more interested in is finding out if we can move whole JBPM DB from Beta3 to GA. Unfortunately, it is not possible to keep previous ones running on Beta3 and new on GA Thanks, I sincerely appreciate your help. Meghana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126819#4126819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126819 From do-not-reply at jboss.com Tue Feb 5 18:10:38 2008 From: do-not-reply at jboss.com (twiceknightly) Date: Tue, 5 Feb 2008 18:10:38 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: concurrency question Message-ID: <32302327.1202253038847.JavaMail.jboss@colo-br-02.atl.jboss.com> "kukeltje" wrote : We use it the other way around. Persisting the domain objects in their session and pass this session to the jbpm context. Not sure if it will work in your situation, but it does in ours. One last thing ... did you write yours as a jbpm service? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126820#4126820 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126820 From do-not-reply at jboss.com Tue Feb 5 18:16:24 2008 From: do-not-reply at jboss.com (twiceknightly) Date: Tue, 5 Feb 2008 18:16:24 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: problem when traversing to end state Message-ID: <20049109.1202253384654.JavaMail.jboss@colo-br-02.atl.jboss.com> "vijaykoripella" wrote : I am also facing the same issue , complete Task doesnt work inside a transaction. if used with out the transaction it works .I have raised a Jira issue for the same, | http://jira.jboss.org/jira/browse/JBPM-1130 | | I don't know if your using Spring but the workaround in the forums using Spring certainly seems to work. It also seems possible to tie spring transactions into container managed/jpa transactions so it seems like a winner (or at least a decent temporary workaround). It also gives you an excuse to use spring, as if an excuse is needed :). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126823#4126823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126823 From do-not-reply at jboss.com Tue Feb 5 18:17:55 2008 From: do-not-reply at jboss.com (tom_goring) Date: Tue, 5 Feb 2008 18:17:55 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Recursive rendering in Seam Mail Message-ID: <6277615.1202253475504.JavaMail.jboss@colo-br-02.atl.jboss.com> I wanted to have dataTables etc in the email so the DB facelet route was the one for me.... it was a little involved ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126824#4126824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126824 From do-not-reply at jboss.com Tue Feb 5 18:19:47 2008 From: do-not-reply at jboss.com (gsawant) Date: Tue, 5 Feb 2008 18:19:47 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - How to specify more than one persistence context in Componen Message-ID: <32061925.1202253587876.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I am working on Seam 2.0 pojo, toplink, tomcat6. I got it working with one persistence unit where my components.xml and persistence.xml and context.xml file looked like below components.xml | | | | | | | | | | | | | | | persistence.xml file | | | oracle.toplink.essentials.PersistenceProvider | java:comp/env/jdbc/PortalDS | Person | | | | | | | | | context.xml | | | | Now I made changes to persistence.xml and context .xml file to add one more persistence unit as follows persistence.xml | | | oracle.toplink.essentials.PersistenceProvider | java:comp/env/jdbc/PortalDS | Person | | | | | | | | | oracle.toplink.essentials.PersistenceProvider | java:comp/env/jdbc/SFRegistration | | | | | | | context.xml | | | | | | | | | but I don't know how to specify another entity manager in components.xml for persistence unit "Registration". Any help appreciated. Thanks Geeta View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126825#4126825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126825 From do-not-reply at jboss.com Tue Feb 5 18:20:05 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 18:20:05 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: NPE with migration to Seam 2.0.1- JBoss 4.2.2 Message-ID: <17212684.1202253605228.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, you need to update your namespaces - take a look at the seam2migration guide. I've also made Seam give a nicer exception there :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126826#4126826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126826 From do-not-reply at jboss.com Tue Feb 5 18:25:36 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 18:25:36 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: What browser are you in? Btw prior to Seam 2.0.1 you couldn't nest a s:conversationPropagation into a commandButton View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126828#4126828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126828 From do-not-reply at jboss.com Tue Feb 5 18:26:28 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 18:26:28 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: loosing seam initialization (in particular injection) wh Message-ID: <20611088.1202253988014.JavaMail.jboss@colo-br-02.atl.jboss.com> You can't instantiate a Seam component using the new operator - you must use injection or Component.getInstance() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126830#4126830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126830 From do-not-reply at jboss.com Tue Feb 5 18:29:47 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 18:29:47 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to specify more than one persistence context in Comp Message-ID: <32236193.1202254187340.JavaMail.jboss@colo-br-02.atl.jboss.com> Add: | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126831#4126831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126831 From do-not-reply at jboss.com Tue Feb 5 18:34:25 2008 From: do-not-reply at jboss.com (neilac333) Date: Tue, 5 Feb 2008 18:34:25 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <15206386.1202254465427.JavaMail.jboss@colo-br-02.atl.jboss.com> Here you go: | |

Search

| |
| That is the portion of the Facelet that contains RichFaces components. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126832#4126832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126832 From do-not-reply at jboss.com Tue Feb 5 18:35:23 2008 From: do-not-reply at jboss.com (ajaygautam) Date: Tue, 5 Feb 2008 18:35:23 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - InvocationLayer type=http does not start Message-ID: <32373718.1202254523284.JavaMail.jboss@colo-br-02.atl.jboss.com> The problem: Invocation layer does not start | 2008-02-05 17:38:23,967 [main] ERROR URLDeploymentScanner - Incomplete Deployment listing: | | --- MBeans waiting for other MBeans --- | ObjectName: jboss.system:service=ServiceBindingManager | State: CONFIGURED | I Depend On: | jboss.mq:service=InvocationLayer,type=HTTP | | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.mq:service=InvocationLayer,type=HTTP | State: NOTYETINSTALLED | Depends On Me: | jboss.system:service=ServiceBindingManager | Setup: JBoss 4.0.5.GA deployed in a cluster on 2 separate redhat linux machines. Config: Based on "default" server, with additions for clustering. >From jboss-service.xml: | jboss.mq:service=InvocationLayer,type=HTTP | kiodex-ports | | ${jboss.server.home.url}/conf/port-bindings.xml | | org.jboss.services.binding.XMLServicesStoreFactory | | >From port-bindings.xml: | | | | Debugging effort There is nothing in the log that indicates why InvocationLayer fails to start. Before starting the server, I made sure that port 24050 was not bound. Even with log level set to DEBUG for "org.jboss.services", the logs do not point to any possible issues. One thing to note here is that this error happens only on one machine. The other machine on the cluster does not have this error in its logs. I already tried google and forums search, but did not find anything useful. I have been trying to find a reason for why this is failing for the past few hours. Any help / information / nudge in the right direction would be greatly appreciated. Thanks in advance Ajay View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126833#4126833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126833 From do-not-reply at jboss.com Tue Feb 5 18:40:04 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 18:40:04 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Need Form to Work Without Message-ID: <3451026.1202254804441.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, so my suggestion is: * Remove all the a4j/rich stuff * Remove the table and so on, until the problem goes away (maybe see if its still there with a simple one field form first?) - then you can narrow down whether its a wls bug, a bug in your code etc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126834#4126834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126834 From do-not-reply at jboss.com Tue Feb 5 18:42:46 2008 From: do-not-reply at jboss.com (joeyxxx) Date: Tue, 5 Feb 2008 18:42:46 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Firefox on OSX. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126835#4126835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126835 From do-not-reply at jboss.com Tue Feb 5 19:10:53 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 5 Feb 2008 19:10:53 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Hmm, me to. Ok, file a JIRA issue, we will try to look at it soon :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126841#4126841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126841 From do-not-reply at jboss.com Tue Feb 5 19:14:02 2008 From: do-not-reply at jboss.com (b.reeve) Date: Tue, 5 Feb 2008 19:14:02 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Security questions to the Seam team Message-ID: <27719715.1202256842640.JavaMail.jboss@colo-br-02.atl.jboss.com> I downloaded the latest Seam 2.0.1.GA release and I still have issues with Authenticator method being invoked twice. Based on the solution here, the authenticate() method is invoked with isLoggedIn(false), but then when there is a navigation rule like this | | | | | | | | the isLoggedIn(true) is being invoked and so there is another attempt to login. I see that this is the same configuration in all the example applications too. Is there a way to prevent the authenticator from invoking the login twice. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126842#4126842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126842 From do-not-reply at jboss.com Tue Feb 5 19:28:48 2008 From: do-not-reply at jboss.com (nanreh) Date: Tue, 5 Feb 2008 19:28:48 -0500 (EST) Subject: [jboss-user] [JBossCache] - REPL_ASYN replication question. Message-ID: <17013898.1202257728178.JavaMail.jboss@colo-br-02.atl.jboss.com> Simple question: when using REPL_ASYNC, how long can I expect it to take for a cache to initiate replication after a local transaction commits? I haven't seen this answered in the documentation or this forum. I'm wondering if the cache initiates replication immediately following a local commit or if it batches changes in some way. If it does do batching, I'm hoping someone can roughly outline the algorithm used. thnx... n View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126844#4126844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126844 From do-not-reply at jboss.com Tue Feb 5 19:40:38 2008 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Tue, 5 Feb 2008 19:40:38 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Security questions to the Seam team Message-ID: <17507608.1202258438667.JavaMail.jboss@colo-br-02.atl.jboss.com> The issue described in JBSEAM-2165 was a valid issue which is now fixed, however there is still no guarantee as to how many times the authenticator method will be called. From the ref docs: anonymous wrote : When writing an authenticator method, it is important that it is kept minimal and free from any side-effects. This is because there is no guarantee as to how many times the authenticator method will be called by the security API, and as such it may be invoked multiple times during a single request. Because of this, any special code that should execute upon a successful or failed authentication should be written by implementing an event observer. See the section on Security Events further down in this chapter for more information about which events are raised by Seam Security. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126846#4126846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126846 From do-not-reply at jboss.com Tue Feb 5 19:44:03 2008 From: do-not-reply at jboss.com (joeyxxx) Date: Tue, 5 Feb 2008 19:44:03 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Thanks Pete. Will do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126847#4126847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126847 From do-not-reply at jboss.com Tue Feb 5 19:49:41 2008 From: do-not-reply at jboss.com (asookazian) Date: Tue, 5 Feb 2008 19:49:41 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - GUI testing tools for Seam apps Message-ID: <31630183.1202258981392.JavaMail.jboss@colo-br-02.atl.jboss.com> anybody used this tool? http://www.theserverside.com/news/thread.tss?thread_id=48338 Froglogic Squish 3.3 are there any good equivalent tools (open source) for use with Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126849#4126849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126849 From do-not-reply at jboss.com Tue Feb 5 19:53:03 2008 From: do-not-reply at jboss.com (McJava1967) Date: Tue, 5 Feb 2008 19:53:03 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Any "Hello World" for JBoss CMP? Message-ID: <27827402.1202259183496.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi everybody. Could anybody suggest the easiest possible "Hello World" example I could use to accomplish my first container-managed persistence using JBoss? With your help, I have set up JBoss, and then configured it to work with a MySql db. If I could get ANY simple application to run inside JBoss now, and write out "Hi there!" to the MySql db using the JBoss container, I would be the happiest little developer in the whole wide world. I'm running JBoss inside of Eclipse, and I'm a real dummy about all this. So a simple tutorial with all those elements would be best. Ideally, I'm trying to deploy an EJB3 (not 2.1), and then have either a little JSP or Swing client call it. Thanks! McJava1967 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126850#4126850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126850 From do-not-reply at jboss.com Tue Feb 5 20:56:51 2008 From: do-not-reply at jboss.com (pms917) Date: Tue, 5 Feb 2008 20:56:51 -0500 (EST) Subject: [jboss-user] [Remoting] - Re: Concurrency Issue (ClassCastException) in MicroRemoteCli Message-ID: <12392725.1202263011667.JavaMail.jboss@colo-br-02.atl.jboss.com> To add a little more to the "synchronized (MarshalFactory.class)" part of the code change: This is not meant to imply that there *is* a concurrency problem with MarshalFactory, just that we synchronized on it as a precaution since we are not well versed enough with the codebase to quickly determine if any problems exist, the short-term objective of the code change is to resolve the burning issue we hit in production and our hope is that the experts will have the time to take a look and determine the true source of the issues we are facing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126855#4126855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126855 From do-not-reply at jboss.com Tue Feb 5 21:24:56 2008 From: do-not-reply at jboss.com (konami) Date: Tue, 5 Feb 2008 21:24:56 -0500 (EST) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problem with Flash over HTTPS in IE Message-ID: <33197906.1202264696119.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have this strange problem with flash over https not working in IE. It works fine over normal http. The suggested solution from flash community is to remove "Pragma: No-cache" and "Cache-Control: no-cache" from the server response for flash files. When I analyze the output from JBoss AS 4.2.2 GA I saw these headers in the response. Any idea how to remove these headers? Your comments are welcome. Below is my server output for the flash file over https. HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Pragma: No-cache Cache-Control: no-cache Expires: Thu, 01 Jan 1970 07:30:00 SGT X-Powered-By: Servlet 2.4; JBoss-4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)/Tomcat-5.5 ETag: W/"33254-1202038012000" Last-Modified: Sun, 03 Feb 2008 11:26:52 GMT Content-Type: application/x-shockwave-flash;charset=ISO-8859-1 Content-Length: xxxxx Date: xxxxx Connection: Keep-Alive View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126857#4126857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126857 From do-not-reply at jboss.com Tue Feb 5 22:21:23 2008 From: do-not-reply at jboss.com (ashwinikakkeri) Date: Tue, 5 Feb 2008 22:21:23 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: LoginContext(init()) Null Pointer Exception Message-ID: <968143.1202268083468.JavaMail.jboss@colo-br-02.atl.jboss.com> Sure!, Here is the jass configuration. | | | | MyApplication -users.properties | MyApplication -roles.properties | true | | | hope this helps -ashwini View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126859#4126859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126859 From do-not-reply at jboss.com Tue Feb 5 22:25:20 2008 From: do-not-reply at jboss.com (gsawant) Date: Tue, 5 Feb 2008 22:25:20 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to specify more than one persistence context in Comp Message-ID: <26025233.1202268320251.JavaMail.jboss@colo-br-02.atl.jboss.com> After adding the above lines I added both entity managers using entity-transaction elements in components.xml file | | | | first I tried without precedence attribute but it complained java.lang.IllegalStateException: Two components with the same name and precedence: org.jboss.seam.transaction.transaction after adding precedence like so | | | | it was able to read components.xml file Now in pojo I am accessing only one entity-manager as follows @In (create=true) private EntityManager em2; but I am getting following stack trace on accessing the seam page | java.lang.IllegalStateException: Could not start transaction | at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:571) | at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsBeforePhase(SeamPhaseListener.java:307) | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:142) | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:116) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:222) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Caused by: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2.0 (Build b41-beta2 (03/30/2007))): oracle.toplink.essentials.exceptions.DatabaseException | Internal Exception: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=169870080)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))) | Error Code: 0 | at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:290) | at oracle.toplink.essentials.jndi.JNDIConnector.connect(JNDIConnector.java:135) | at oracle.toplink.essentials.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:170) | at oracle.toplink.essentials.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:537) | at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:206) | at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:212) | at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerFactoryImpl.getServerSession(EntityManagerFactoryImpl.java:78) | at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:111) | at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:105) | at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:76) | at org.jboss.seam.persistence.ManagedPersistenceContext.initEntityManager(ManagedPersistenceContext.java:79) | at org.jboss.seam.persistence.ManagedPersistenceContext.getEntityManager(ManagedPersistenceContext.java:108) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:125) | at org.jboss.seam.Component.callComponentMethod(Component.java:2074) | at org.jboss.seam.Component.unwrap(Component.java:2100) | at org.jboss.seam.Component.getInstance(Component.java:1879) | at org.jboss.seam.Component.getInstance(Component.java:1832) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:55) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:50) | at org.jboss.seam.el.SeamELResolver.resolveBase(SeamELResolver.java:166) | at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:53) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44) | at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) | at org.jboss.seam.core.Expressions$1.getValue(Expressions.java:112) | at org.jboss.seam.transaction.EntityTransaction.initEntityManager(EntityTransaction.java:66) | at org.jboss.seam.transaction.EntityTransaction.begin(EntityTransaction.java:78) | at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:566) | ... 30 more | Caused by: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=169870080)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))) | at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1225) | at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880) | at oracle.toplink.essentials.jndi.JNDIConnector.connect(JNDIConnector.java:130) | ... 62 more | Caused by: java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=169870080)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4)))) | at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) | at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179) | at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334) | at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3678) | at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:352) | at oracle.jdbc.driver.OracleConnection.(OracleConnection.java:365) | at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:547) | at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:347) | at org.apache.tomcat.dbcp.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38) | at org.apache.tomcat.dbcp.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294) | at org.apache.tomcat.dbcp.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1247) | at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1221) | ... 64 more | I am sure this is not a TopLink error because it worked when I had only one entry for entity manager in components.xml file. Please help. Geeta View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126860#4126860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126860 From do-not-reply at jboss.com Tue Feb 5 23:18:18 2008 From: do-not-reply at jboss.com (shpatil) Date: Tue, 5 Feb 2008 23:18:18 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Object is removed from far cache when node is brought down Message-ID: <4512892.1202271498676.JavaMail.jboss@colo-br-02.atl.jboss.com> I am facing difficulty to make far cache pattern work in cluster. I am using JBoss AS 4.2.2 in clustered environment with far cache configured on remote computer as MBean as described in document at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClusteringPatternFarCache HttpSession is created in far cache on remote computer as expected but if I bringdown node that created httpSession, object from far cache is also removed while other node in cluster is still live. So when other node gets request, it can't failover. I think I am missing something very basic. Here is configuration in jboss-web-cluster.sar\META-INF\jboss-service.xml | | | | | | | jboss:service=Naming | jboss:service=TransactionManager | jboss.aop:service=AspectDeployer | | org.jboss.cache.BatchModeTransactionManagerLookup | REPEATABLE_READ | LOCAL | Tomcat-${jboss.partition.name:Cluster} | false | false | | 20000 | 15000 | | | | true | | org.jboss.cache.loader.tcp.TcpDelegatingCacheLoader | | host=172.26.1.7 | port=7500 | | true | false | false | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126863#4126863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126863 From do-not-reply at jboss.com Tue Feb 5 23:47:46 2008 From: do-not-reply at jboss.com (CBax007) Date: Tue, 5 Feb 2008 23:47:46 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: http://org.jboss.ws/http#chunksize Message-ID: <17734658.1202273266743.JavaMail.jboss@colo-br-02.atl.jboss.com> I too am in the same boat. I am constructing a SOAPMessage object from an XML string. The service I am posting the message to is choking on the chunked request data. I want to be able to disable this and the way seems to be by using the 'HTTP 1.0 Client' config from the standard-jaxws-client-config file. I just don't know how to get my message to use this different config. I am creating and sending my SOAPMessage as follows: SOAPMessageFactory messageFactory = MessageFactory.newInstance(); | SOAPConnectionFactory connFact = SOAPConnectionFactory.newInstance(); | SOAPMessage message = messageFactory.createMessage( | null, new ByteArrayInputStream(xmlString.getBytes())); | SOAPConnection conn = connFact.createConnection(); | URL url = new URL(FARELOGIX_URL); | SOAPMessage response = conn.call(message, url); What can I do differently here to get the message to use the 'HTTP 1.0 Client' config? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126864#4126864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126864 From do-not-reply at jboss.com Tue Feb 5 23:52:38 2008 From: do-not-reply at jboss.com (gringalet) Date: Tue, 5 Feb 2008 23:52:38 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: :( the huge log file. Message-ID: <25573570.1202273558522.JavaMail.jboss@colo-br-02.atl.jboss.com> hi , pepite, thank you for your hand. i have been already fixed the trouble of big log file according to your advice . would you like tell me why the tag of "" is unstable in my program , now it spends tens minutes to upload a file with 1M size. and at the end , jboss says: | .... | 2008-02-06 12:37:45,093 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass | 2008-02-06 12:37:45,093 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass | 2008-02-06 12:37:45,093 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass | 2008-02-06 12:37:45,093 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass | 2008-02-06 12:37:55,203 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass | 2008-02-06 12:37:55,203 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass | 2008-02-06 12:37:55,203 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass | 2008-02-06 12:37:55,203 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass | 2008-02-06 12:39:55,203 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass | 2008-02-06 12:39:55,203 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass | 2008-02-06 12:39:55,203 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass | 2008-02-06 12:39:55,203 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass | 2008-02-06 12:40:05,250 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass | 2008-02-06 12:40:05,250 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass | 2008-02-06 12:40:05,250 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass | 2008-02-06 12:40:05,250 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass | 2008-02-06 12:42:05,265 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass | 2008-02-06 12:42:05,265 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass | 2008-02-06 12:42:05,265 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass | 2008-02-06 12:42:05,265 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass | 2008-02-06 12:42:15,343 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass | 2008-02-06 12:42:15,343 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass | 2008-02-06 12:42:15,343 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass | 2008-02-06 12:42:15,343 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass | 2008-02-06 12:44:15,546 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass | 2008-02-06 12:44:15,546 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass | 2008-02-06 12:44:15,546 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass | 2008-02-06 12:44:15,546 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass | 2008-02-06 12:44:25,750 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass | 2008-02-06 12:44:25,765 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass | 2008-02-06 12:44:25,765 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass | 2008-02-06 12:44:25,765 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass | 2008-02-06 12:46:25,781 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass | 2008-02-06 12:46:25,781 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass | 2008-02-06 12:46:25,781 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass | 2008-02-06 12:46:25,781 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass | 2008-02-06 12:46:35,796 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass | 2008-02-06 12:46:35,796 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass | 2008-02-06 12:46:35,796 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass | 2008-02-06 12:46:35,796 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass | 2008-02-06 12:46:42,968 WARN [com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.BasicAction_58] - Abort of action id -3f57fe2e:be3:47a92f30:a5 invoked while multiple threads active within it. | 2008-02-06 12:46:42,968 WARN [com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.CheckedAction_2] - CheckedAction::check - atomic action -3f57fe2e:be3:47a92f30:a5 aborting with 1 threads active! | 2008-02-06 12:48:36,078 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass | 2008-02-06 12:48:36,078 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass | 2008-02-06 12:48:36,078 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass | 2008-02-06 12:48:36,078 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass | 2008-02-06 12:48:46,078 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass | 2008-02-06 12:48:46,078 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass | 2008-02-06 12:48:46,078 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass | 2008-02-06 12:48:46,078 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass thanks:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126865#4126865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126865 From do-not-reply at jboss.com Wed Feb 6 00:26:28 2008 From: do-not-reply at jboss.com (bstansberry@jboss.com) Date: Wed, 6 Feb 2008 00:26:28 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: Object is removed from far cache when node is brought do Message-ID: <29896695.1202275588511.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you missed the "Important Note" at the top of the wiki page which said this won't work for the distributed HttpSession service. I'm sorry this page is confusing in this way. :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126870#4126870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126870 From do-not-reply at jboss.com Wed Feb 6 00:37:39 2008 From: do-not-reply at jboss.com (extasy) Date: Wed, 6 Feb 2008 00:37:39 -0500 (EST) Subject: [jboss-user] [JBossWS] - How to acheive versioning in jbossws Message-ID: <1303536.1202276259378.JavaMail.jboss@colo-br-02.atl.jboss.com> Help me with some approaches to acheive versioning in jboss. Previously we were using axis bean serializer and doing the same for axis services. Now wat is the approach I should follow while using jboss to acheive versioning. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126871#4126871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126871 From do-not-reply at jboss.com Wed Feb 6 00:56:23 2008 From: do-not-reply at jboss.com (jaikiran) Date: Wed, 6 Feb 2008 00:56:23 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: log4j config help Message-ID: <31278396.1202277383823.JavaMail.jboss@colo-br-02.atl.jboss.com> Which version of JBoss do you use? Where have you placed your log4j configuration file? Also, see my comments in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128979 which might help you in figuring out whether your log4j file is being picked up. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126872#4126872 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126872 From do-not-reply at jboss.com Wed Feb 6 01:28:48 2008 From: do-not-reply at jboss.com (briandehaven) Date: Wed, 6 Feb 2008 01:28:48 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Context Realm - server.xml config lost on EAR deployment Message-ID: <6899740.1202279328742.JavaMail.jboss@colo-br-02.atl.jboss.com> I was working at a client site recently and ran into this issue. They have a custom Realm and security context listener to allow the deployment of one of their applications on to a JBoss server. Originally they defined this Realm at the Engine level, replacing the default org.jboss.web.tomcat.security.JBossSecurityMgrRealm. Since defining this custom Realm at the Engine level prevented other applications from being deployed on the same server, I moved the Realm definition to the Context level within server.xml. What ended up happening was that the listener would recognize the custom Realm for that Context when the server started up. However, once the application was deployed, the custom Realm's association with that Context was lost and the default security realm took over once again.. preventing the application from working. I could not find any good examples of creating a Context and a Realm at the context level. I suspect some further configuration is needed within the EAR/WAR in order to maintain the correct Realm association. -------------------------- server.xml -------------------------- | | | /docs/jasper-howto.html --> | | | | | | | | | | | | | | | | | | | | | | | | | -------------------------- web.xml snippet -------------------------- | | SampleJpaWeb | | | com.rpmsfa.auth.catalina.SfaSecurityContextListener | | -------------------------- listener code snippet: -------------------------- | private void printRealms() | { | Server server = ServerFactory.getServer(); | Service service = server.findService("jboss.web"); | | Engine engine = (Engine) service.getContainer(); | Host host = (Host) engine.findChild(engine.getDefaultHost()); | | try | { | Container[] cArr = host.findChildren(); | for (int i = 0; i < cArr.length; i++) | { | System.out.println("===== c[" + i + "] container name: " + cArr.getName()); | System.out.println("===== c[" + i + "] realm name: " + cArr.getRealm().getClass().getName()); | } | } | catch (Exception e) | { | } | } | ------------------------------------------------------ listener code snippet output on server startup (application is not deployed) ------------------------------------------------------ | [STDOUT] ===== c[3] container name: /SampleJpaWeb | [STDOUT] ===== c[3] realm name: com.rpmsfa.auth.catalina.SfaSecurityMgrRealm | ------------------------------------------------------- listener code snippet output on hot deployment ------------------------------------------------------- | [STDOUT] ===== c[2] container name: /SampleJpaWeb | [STDOUT] ===== c[2] realm name: org.jboss.web.tomcat.security.JBossSecurityMgrRealm | So the association of the WAR's context to the custom Realm is lost on hot deployment. Any information on what I have missed would be appreciated. If there's any other information I should provide, let me know. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126873#4126873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126873 From do-not-reply at jboss.com Wed Feb 6 01:35:46 2008 From: do-not-reply at jboss.com (briandehaven) Date: Wed, 6 Feb 2008 01:35:46 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: Context Realm - server.xml config lost on EAR deployment Message-ID: <30337837.1202279746832.JavaMail.jboss@colo-br-02.atl.jboss.com> One clarification. The web.xml I posted above is from the application's WAR. The listener is currently set up in /deploy/jboss-web.deployer/conf/web.xml to spit out some information before the application is deployed. In both locations, the results are the same. This is on JBoss-4.2.2.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126875#4126875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126875 From do-not-reply at jboss.com Wed Feb 6 01:48:18 2008 From: do-not-reply at jboss.com (hsaha) Date: Wed, 6 Feb 2008 01:48:18 -0500 (EST) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Using existing Tomcat with JBoss AS? Message-ID: <25514879.1202280498843.JavaMail.jboss@colo-br-02.atl.jboss.com> You can surely do that. Rename/remove the jbossweb-tomcat50.sar folder in the deploy/ directory. Deploy the war appropiately to tomcat and the EJBs etc to JBoss and everything should work seamlessly. Regards, Himadri View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126876#4126876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126876 From do-not-reply at jboss.com Wed Feb 6 02:04:02 2008 From: do-not-reply at jboss.com (hubaghdadi) Date: Wed, 6 Feb 2008 02:04:02 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error while testing using external database Message-ID: <26072457.1202281442709.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey Sir, Would you please telling me in which file should I turn the logging up to info? Appreciate your time and your kind help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126879#4126879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126879 From do-not-reply at jboss.com Wed Feb 6 02:09:37 2008 From: do-not-reply at jboss.com (graben) Date: Wed, 6 Feb 2008 02:09:37 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Message-ID: <6248761.1202281777325.JavaMail.jboss@colo-br-02.atl.jboss.com> | | Some short explaination. This is a code fragment out of a menu where conversations should be started from. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126880#4126880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126880 From do-not-reply at jboss.com Wed Feb 6 02:11:12 2008 From: do-not-reply at jboss.com (Legga) Date: Wed, 6 Feb 2008 02:11:12 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Where to find a full list of what can be specified with @Act Message-ID: <5150522.1202281872751.JavaMail.jboss@colo-br-02.atl.jboss.com> Good day, Is there a single document that lists all possible configuration properties that one can specify using @ActivationConfigProperty annotation on an MDB? So far I used to dig what I need by browsing the code of org.jboss.ejb.plugins.jms.JMSContainerInvoker and guessing... Thanks in advance. Legga View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126882#4126882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126882 From do-not-reply at jboss.com Wed Feb 6 02:36:01 2008 From: do-not-reply at jboss.com (adamw) Date: Wed, 6 Feb 2008 02:36:01 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Ehcache and 'manual' seam invocation Message-ID: <24394517.1202283361116.JavaMail.jboss@colo-br-02.atl.jboss.com> OK, but I was wondering wheter I got the Seam calls right, that is, if I setup the contexts correctly (with Lifecycle.beginCall() and Lifecycle.endCall())? -- Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126884#4126884 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126884 From do-not-reply at jboss.com Wed Feb 6 02:56:38 2008 From: do-not-reply at jboss.com (ricardo.almeida) Date: Wed, 6 Feb 2008 02:56:38 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - How to propagate the execution for a Node ? Message-ID: <32663682.1202284598450.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have the following process definition: | | | | | | | | | | | | | | | | | I need to know how to propagate the execution of the process after the execution of the method 'publish()', in order to go to task 'input_date'. I already tried a lot of different ways, but none of them worked: I tried to Inject the BusinessProcess in the PublishManager object: @In | private BusinessProcess businessProcess; | and in the end of publish() method calls: businessProcess.transition("to_input_data"); but when this line is executed I got the exception (this is the bottom of stack trace, the whole thing is enormous): | Caused by: org.hibernate.exception.GenericJDBCException: Cannot open connection | at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103) | at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29) | at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:426) | at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144) | at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139) | at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1547) | at org.hibernate.loader.Loader.doQuery(Loader.java:673) | at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236) | at org.hibernate.loader.Loader.loadCollection(Loader.java:1994) | at org.hibernate.loader.collection.CollectionLoader.initialize(CollectionLoader.java:36) | at org.hibernate.persister.collection.AbstractCollectionPersister.initialize(AbstractCollectionPersister.java:565) | at org.hibernate.event.def.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeCollectionEventListener.java:60) | at org.hibernate.impl.SessionImpl.initializeCollection(SessionImpl.java:1716) | at org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:344) | at org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.java:86) | at org.hibernate.collection.PersistentList.iterator(PersistentList.java:115) | at org.jbpm.graph.def.GraphElement.findExceptionHandler(GraphElement.java:386) | at org.jbpm.graph.def.GraphElement.raiseException(GraphElement.java:349) | ... 203 more | Caused by: org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImple < ac, BasicAction: -53dede89:c2e:47a96efb:31 status: ActionStatus.ABORT_ONLY >; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: -53dede89:c2e:47a96efb:31 status: ActionStatus.ABORT_ONLY >) | at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:94) | at org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:69) | at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423) | ... 218 more | Caused by: javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: -53dede89:c2e:47a96efb:31 status: ActionStatus.ABORT_ONLY > | at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:304) | at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:396) | at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842) | at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88) | ... 220 more Any idea of what is wrong or what i should do ? Thanks, Ricardo de Almeida View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126886#4126886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126886 From do-not-reply at jboss.com Wed Feb 6 02:59:29 2008 From: do-not-reply at jboss.com (bodrin) Date: Wed, 6 Feb 2008 02:59:29 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: long live consumer stops working Message-ID: <26858685.1202284769886.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks! So, now we move the discussion to JIRA? Or I just wait you to reproduce the problem and analyse it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126887#4126887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126887 From do-not-reply at jboss.com Wed Feb 6 03:02:56 2008 From: do-not-reply at jboss.com (Pericles) Date: Wed, 6 Feb 2008 03:02:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error Compiling generated entities from Postgre Message-ID: <17697039.1202284976297.JavaMail.jboss@colo-br-02.atl.jboss.com> Oh, sorry, my mistake. I explain me incorrectly. I have Seam 2.0.1.GA, I consult the version just now but the error stils. I'm going to prove it another time, I will create a project step by step. Oh, Note: I use the Seam plug-in if Eclipse. I don't use the MS-DOS entorn. I will post the results of this test. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126889#4126889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126889 From do-not-reply at jboss.com Wed Feb 6 03:03:54 2008 From: do-not-reply at jboss.com (narendrakg) Date: Wed, 6 Feb 2008 03:03:54 -0500 (EST) Subject: [jboss-user] [JBossCache] - Region based cachine (JBoss Cache + Hibernate) Message-ID: <1866271.1202285034261.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using JBoss cache as 2nd level cache in Hibernate. But I am trying to use region based caching, so that cache regions of different tables refresh in different time intervals. I have configured my settings as per below but cache is refreshing based on default region settings i.e. Am I missing something? JBoss Cache configuration (region only) | 50000 | 7200 | 7200 | HIbernate configuration (hbm file) | | | .. | | Java Code query.setCacheable(true); | query..setCacheRegion("SYSTEM_PARAMETER"); | | where query if of type "org.hibernate.Query" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126890#4126890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126890 From do-not-reply at jboss.com Wed Feb 6 03:10:36 2008 From: do-not-reply at jboss.com (ovistanciu) Date: Wed, 6 Feb 2008 03:10:36 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: h:SelectManyListbox, s:SelectItems and Many-to-Many mapp Message-ID: <18041207.1202285436939.JavaMail.jboss@colo-br-02.atl.jboss.com> No, there isn't. Just the faces message posted above (model validation failed). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126892#4126892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126892 From do-not-reply at jboss.com Wed Feb 6 03:18:51 2008 From: do-not-reply at jboss.com (nickarls) Date: Wed, 6 Feb 2008 03:18:51 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error while testing using external database Message-ID: <6535033.1202285931698.JavaMail.jboss@colo-br-02.atl.jboss.com> In JBoss AS it's in .\server\default\conf\jboss-log4j.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126894#4126894 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126894 From do-not-reply at jboss.com Wed Feb 6 03:20:52 2008 From: do-not-reply at jboss.com (Pericles) Date: Wed, 6 Feb 2008 03:20:52 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error Compiling generated entities from Postgre Message-ID: <7082903.1202286052607.JavaMail.jboss@colo-br-02.atl.jboss.com> "Pericles" wrote : Oh, sorry, my mistake. I explain me incorrectly. | | I have Seam 2.0.1.GA, I consult the version just now but the error stils. | | I'm going to prove it another time, I will create a project step by step. | | Oh, Note: I use the Seam plug-in if Eclipse. I don't use the MS-DOS entorn. | | I will post the results of this test. | | Thanks a lot. Great... :P it was my fault. The plug-in don't use internaly Seam 2.0.1 GA. This was the mistake. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126895#4126895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126895 From do-not-reply at jboss.com Wed Feb 6 03:22:42 2008 From: do-not-reply at jboss.com (vicky123) Date: Wed, 6 Feb 2008 03:22:42 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem implementing filters Message-ID: <20966803.1202286162187.JavaMail.jboss@colo-br-02.atl.jboss.com> I added auto-create in components.xml but it didn't work. | | #{companyFilter} | | Then i added create=true @In(create=true) | protected EntityManager filteredEntityManager; | Exception was same in both the cases. I am wondering if this error in eclipse is causing the problem? cvc-complex-type.2.4.c:The matching wild card is strict, but no declaration can be found for element 'code:filter' | cvc-complex-type.2.4.c:The matching wild card is strict, but no declaration can be found for element 'core:managed-persistence-context' | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126896#4126896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126896 From do-not-reply at jboss.com Wed Feb 6 03:28:56 2008 From: do-not-reply at jboss.com (pete007) Date: Wed, 6 Feb 2008 03:28:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with: seam-gen deploy Message-ID: <32990256.1202286536404.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, thank you, I fixed the problem by a nasty workaround, but I will take a look at it when I find some time and report if I succeeded. NASTY WORKAROUND: - create three SQL-tables nodex, nodey, nodez - change the foreignkey constraints to point to this tables - run seam-gen - change foreign keys to point to original intended table node - change annotated tablename to "node" in classes Nodex, Nodey, Nodez I know, that this isn't a good solution because the Cache is filled with three instances for every database-row, and you can get inconsistencies when editing the Nodexzy-classes, but I only use them for assigning the links between routings and nodes, so only the routings get changed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126897#4126897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126897 From do-not-reply at jboss.com Wed Feb 6 03:32:15 2008 From: do-not-reply at jboss.com (macd) Date: Wed, 6 Feb 2008 03:32:15 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: handling bulk amounts of processinstances; transaction p Message-ID: <14550464.1202286735552.JavaMail.jboss@colo-br-02.atl.jboss.com> I need persistable workflows: the domain objects need to be dealt with by several actors, in several steps. At this point i haven't created any relevant process steps; i've just persisted the instances. But before implementing any business logic i want to figure out if and how i can deal with large numbers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126898#4126898 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126898 From do-not-reply at jboss.com Wed Feb 6 03:33:08 2008 From: do-not-reply at jboss.com (hubaghdadi) Date: Wed, 6 Feb 2008 03:33:08 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Error while testing using external database Message-ID: <2983085.1202286788844.JavaMail.jboss@colo-br-02.atl.jboss.com> Since I'm trying to run integration test, no JBoss AS is evolved, just JBoss Embedded container, right? So, which file to adjust in my case? Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126899#4126899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126899 From do-not-reply at jboss.com Wed Feb 6 03:42:49 2008 From: do-not-reply at jboss.com (mircea.markus) Date: Wed, 6 Feb 2008 03:42:49 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: TreeCache fails when displayed remotely in jconsole Message-ID: <2116499.1202287369637.JavaMail.jboss@colo-br-02.atl.jboss.com> What do you mean by fail? Can you show the stacktrace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126902#4126902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126902 From do-not-reply at jboss.com Wed Feb 6 03:45:57 2008 From: do-not-reply at jboss.com (mail.micke@gmail.com) Date: Wed, 6 Feb 2008 03:45:57 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: A lot of Message-ID: <23764322.1202287557051.JavaMail.jboss@colo-br-02.atl.jboss.com> Any suggestions on how to try and figure out what is going on? After about 24 hours there seems to be 15-20.000 of those log entries. Micke View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126903#4126903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126903 From do-not-reply at jboss.com Wed Feb 6 03:48:33 2008 From: do-not-reply at jboss.com (hsaha) Date: Wed, 6 Feb 2008 03:48:33 -0500 (EST) Subject: [jboss-user] [Management, JMX/JBoss] - Re: how to use twiddle to verify deployment sucessful Message-ID: <1230295.1202287713694.JavaMail.jboss@colo-br-02.atl.jboss.com> There's no straightforward way to do this since the generated ID is not in your control. The work-around would to use the result of a 'query' operation to subsequently invoke the 'get' operation. Following would work in any unix environment: | ./twiddle.sh -s 127.0.0.1:1099 get --noprefix `./twiddle.sh -s 127.0.0.1:1099 query jboss.web.deployment:* | grep war_name` StateString | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126904#4126904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126904 From do-not-reply at jboss.com Wed Feb 6 03:50:37 2008 From: do-not-reply at jboss.com (je.a.le) Date: Wed, 6 Feb 2008 03:50:37 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: header.jsp - How To? Message-ID: <27966628.1202287837166.JavaMail.jboss@colo-br-02.atl.jboss.com> "JohnnyTheHun" wrote : But what if one of my portals use my custom header or tabs.jsp, while another uses the default one. | Your suggestion would kill the one using the default core files, wouldn't it? just tried and not only it change tab menu for all portals but the admin portal too !! We're probalby the only ones that want different menus for different portal.... More seriourly, I cannot even put my own code inside the layout definition because I don't know how to get a PortalNode ref !?!?? I looked at RegionTagHandler until some obscure render method. PageCustomizerInterceptor doesn't help so much ( ControllerCommand/PageCommand ???) any suggestion ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126905#4126905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126905 From do-not-reply at jboss.com Wed Feb 6 03:58:19 2008 From: do-not-reply at jboss.com (juha.makkonen@porasto.fi) Date: Wed, 6 Feb 2008 03:58:19 -0500 (EST) Subject: [jboss-user] [JNDI/Naming/Network] - JBoss jboss-4.0.3SP1, NAT, RMI, -Djava.rmi.server.hostname, Message-ID: <14113172.1202288299205.JavaMail.jboss@colo-br-02.atl.jboss.com> Problem: Server IP = XXX.nnn.nn.nn Client jndi.properties file: jndi.CommandDispatcher=ejb/SessionBeanName java.naming.provider.url=jnp://YYY.nnn.nn.nn:1099 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory Client uses server through NAT (Network Address Translation) and YYY.nnn.nn.nn is translated to server real ip XXX.nnn.nn.nn. Error: javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: XXX.nnn.nn.nn. Solution that works with that client: Server side: - We added on the server side to run.sh file following directive: -Djava.rmi.server.hostname=server.company.com Client side: - We added swt-client to start with directive -Djava.rmi.server.hostname=server.company.com. - We adeed one line to the workstations hosts file: YYY.nnn.nn.nn server.company.com - we changed jndi.properties file: java.naming.provider.url=jnp://server.company.com:1099 After these changes it works ok with that client but not with other clients which are connecting to server directly with real ip XXX.nnn.nn.nn. Is there solution for both client types without using name-service ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126906#4126906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126906 From do-not-reply at jboss.com Wed Feb 6 04:07:27 2008 From: do-not-reply at jboss.com (camunda) Date: Wed, 6 Feb 2008 04:07:27 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: BPEL 1.1GA: CodeSource for SOAPMessage is NULL Message-ID: <27253864.1202288847693.JavaMail.jboss@colo-br-02.atl.jboss.com> Cool, thanks for fixing it! :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126907#4126907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126907 From do-not-reply at jboss.com Wed Feb 6 04:34:51 2008 From: do-not-reply at jboss.com (stephendv) Date: Wed, 6 Feb 2008 04:34:51 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: h:SelectManyListbox, s:SelectItems and Many-to-Many mapp Message-ID: <1059979.1202290492129.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm had similar problems getting this to work - eventually solved it, code is here: http://www.twisteddelight.org/downloads/contactn.tar.gz Recipients have a many to many relationship with Profiles. I used a selectManyCheckbox to allow recipients to assign themselves to profiles. AFAIK, selectManyListBox would be identical. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126917#4126917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126917 From do-not-reply at jboss.com Wed Feb 6 04:37:08 2008 From: do-not-reply at jboss.com (jaikiran) Date: Wed, 6 Feb 2008 04:37:08 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running JBOSS in the forground and get it to ouput it's Message-ID: <11733119.1202290628322.JavaMail.jboss@colo-br-02.atl.jboss.com> This may not exactly be what you are looking for. Starting Java 5, there's a tool which Sun provides for listing the instrumented HotSpot Java Virtual Machines (JVMs) on the target system. http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html. But this becomes tricky if there are multiple java processes running, in which case you wont be able to identify which pid belongs to the JBoss instance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126918#4126918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126918 From do-not-reply at jboss.com Wed Feb 6 04:38:02 2008 From: do-not-reply at jboss.com (bridge007) Date: Wed, 6 Feb 2008 04:38:02 -0500 (EST) Subject: [jboss-user] [EJB/JBoss] - problem with usertransaction annotation Message-ID: <32286311.1202290682449.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm trying to migrate a session bean from ejb 2.1 to ejb 3.0. The migration is almost finished, but I have a problem while migrating the usertransaction. I want to use an annotation. The annotation works fine for the datasource, but for the usertransaction it has no effect. I always get a NullpointerException. This is the code before the usertransaction migration, but with datasource migration to ejb 3.0: @Resource protected SessionContext c_sctSContext = null; | @Resource(mappedName="java:/LABSP_DS") javax.sql.DataSource database; | protected javax.transaction.UserTransaction ut; | ... | protected Connection initTransactionWithConnection() | throws BSConnectionTroubleException { | Connection returnConnection = null; | | try { | this.ut = this.c_sctSContext.getUserTransaction(); | | if (this.ut.getStatus() != javax.transaction.Status.STATUS_NO_TRANSACTION) { | getLogger() | .debug( | this | + "Failure Transaction State != Status.STATUS_NO_TRANSACTION (" + this.ut.getStatus() + ")"); //$NON-NLS-1$ //$NON-NLS-2$ | | throw new BSConnectionTroubleException( | "Failure Transaction State != Status.STATUS_NO_TRANSACTION (" + this.ut.getStatus() + ")"); //$NON-NLS-1$ //$NON-NLS-2$ | } | | returnConnection = getConnection(); | this.ut.begin(); | | } catch (Exception e) { | getLogger().error("Error init connection/transaction:", e); //$NON-NLS-1$ | | throw new BSConnectionTroubleException("Could not connect to database", e); //$NON-NLS-1$ | } | | return returnConnection; | } This code works fine. Now my migration of the usertransaction (add of resource annotation and elemination of usertransaction lookup): @Resource protected SessionContext c_sctSContext = null; | @Resource(mappedName="java:/LABSP_DS") javax.sql.DataSource database; | @Resource protected javax.transaction.UserTransaction ut; | ... | protected Connection initTransactionWithConnection() | throws BSConnectionTroubleException { | Connection returnConnection = null; | | try { | | if (this.ut.getStatus() != javax.transaction.Status.STATUS_NO_TRANSACTION) { | getLogger() | .debug( | this | + "Failure Transaction State != Status.STATUS_NO_TRANSACTION (" + this.ut.getStatus() + ")"); //$NON-NLS-1$ //$NON-NLS-2$ | | throw new BSConnectionTroubleException( | "Failure Transaction State != Status.STATUS_NO_TRANSACTION (" + this.ut.getStatus() + ")"); //$NON-NLS-1$ //$NON-NLS-2$ | } | | returnConnection = getConnection(); | this.ut.begin(); | | } catch (Exception e) { | getLogger().error("Error init connection/transaction:", e); //$NON-NLS-1$ | | throw new BSConnectionTroubleException("Could not connect to database", e); //$NON-NLS-1$ | } | | return returnConnection; | } After this migration, I always get a NullpointerException on line: | if (this.ut.getStatus() != javax.transaction.Status.STATUS_NO_TRANSACTION) | This is because the usertransaction was not injected. The question is why? Help is welcome! Any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126919#4126919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126919 From do-not-reply at jboss.com Wed Feb 6 04:38:36 2008 From: do-not-reply at jboss.com (stephendv) Date: Wed, 6 Feb 2008 04:38:36 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: GUI testing tools for Seam apps Message-ID: <8671530.1202290716422.JavaMail.jboss@colo-br-02.atl.jboss.com> Not used it. But there are many many free alternatives - and there's no need to have any support for Seam. Functional testing tools work at the web layer, so the underlying application architecture is irrelevant. Some tools that come to mind: | webtest.canoo.com | WATIR | WATIJ | Selenium | jWebUnit | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126920#4126920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126920 From do-not-reply at jboss.com Wed Feb 6 04:40:43 2008 From: do-not-reply at jboss.com (mars1412) Date: Wed, 6 Feb 2008 04:40:43 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Recursive rendering in Seam Mail Message-ID: <31920621.1202290843059.JavaMail.jboss@colo-br-02.atl.jboss.com> isn't that a great security risk? e.g. I could use: #{identity.addRole("admin")} to try to get more rights in your seam app (and I guess this would work in most apps) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126922#4126922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126922 From do-not-reply at jboss.com Wed Feb 6 04:42:12 2008 From: do-not-reply at jboss.com (jaikiran) Date: Wed, 6 Feb 2008 04:42:12 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: running JBOSS in the forground and get it to ouput it's Message-ID: <27939991.1202290932379.JavaMail.jboss@colo-br-02.atl.jboss.com> Also, that documentation mentions: anonymous wrote : | NOTE: This utility is unsupported and may not be available in future versions of the JDK. It is not currently available on Windows 98 and Windows ME platforms. So does not look like a good option to use. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126923#4126923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126923 From do-not-reply at jboss.com Wed Feb 6 04:44:08 2008 From: do-not-reply at jboss.com (tom_goring) Date: Wed, 6 Feb 2008 04:44:08 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to propagate the execution for a Node ? Message-ID: <11859302.1202291048539.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Is it not just a case of changing: | | | | | to | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126924#4126924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126924 From do-not-reply at jboss.com Wed Feb 6 04:46:56 2008 From: do-not-reply at jboss.com (stephendv) Date: Wed, 6 Feb 2008 04:46:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Recursive rendering in Seam Mail Message-ID: <7417237.1202291216493.JavaMail.jboss@colo-br-02.atl.jboss.com> Good point! Strict data validation would be essential here, so ideally should follow a whitelist validation approach where I define the specific HTML markup tags that are allowed and the EL expressions which are allowed. If the input doesn't match this, then reject it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126926#4126926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126926 From do-not-reply at jboss.com Wed Feb 6 04:55:06 2008 From: do-not-reply at jboss.com (resamsel) Date: Wed, 6 Feb 2008 04:55:06 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Seam evaluation Message-ID: <23551550.1202291707014.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi people, currently I'm evaluating Seam as the future framework in our company. I already found a lot of information but still there is some missing. I hope you can help me out answering these questions. | * What experience do you have regarding performance of Seam applications? | * Is there a way to cluster Seam applications? | * Does Seam use any proprietary, non-standard technologies? | * How does Seam care about session hijacking or sql injection? | * Is there an easy way to implement SSO? | * Can I integrate Seam applications into any content management systems? | If you have an answer to any of these questions don't hesitate to ignore the others - any input is welcome! Thanks in advance, Rene View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126928#4126928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126928 From do-not-reply at jboss.com Wed Feb 6 04:59:56 2008 From: do-not-reply at jboss.com (sgrueter) Date: Wed, 6 Feb 2008 04:59:56 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: gen-ui: order of fields in generated forms Message-ID: <17340092.1202291996392.JavaMail.jboss@colo-br-02.atl.jboss.com> Done: http://jira.jboss.org/jira/browse/JBSEAM-2589 Thank you for the fast reply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126929#4126929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126929 From do-not-reply at jboss.com Wed Feb 6 05:12:31 2008 From: do-not-reply at jboss.com (satheeskumar) Date: Wed, 6 Feb 2008 05:12:31 -0500 (EST) Subject: [jboss-user] [EJB/JBoss] - JVM allocated is not getting reduced from max Message-ID: <23910033.1202292751803.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I working with JBOSS 4.0.3.SP1 with JRoket 5.0 Jre, my application is quite bigger and consumes around 400MB-600MB, the start up size of JVM was 512MB and it keeps on increasing up 1024MB. when that JVM will come down to 512MB or do I need to do any setting to that. thanks in advance. Rgds Sathees View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126931#4126931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126931 From do-not-reply at jboss.com Wed Feb 6 05:41:55 2008 From: do-not-reply at jboss.com (JUnkie) Date: Wed, 6 Feb 2008 05:41:55 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam evaluation Message-ID: <9406754.1202294515917.JavaMail.jboss@colo-br-02.atl.jboss.com> I just went into prod with a new Seam app. What experience do you have regarding performance of Seam applications? They seem to be very fast. Seam makes the connection of JSF and EJB simplier and does not seem to add overhead here. Is there a way to cluster Seam applications? Just as easy or hard as normal EJB apps I believe. Does Seam use any proprietary, non-standard technologies? Seam itself or at least a subset will probably become a standard (Web-Beans) one day but until then itself is not a standard. They also recommend Facelets (not a standard) instead of JSP (standard). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126937#4126937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126937 From do-not-reply at jboss.com Wed Feb 6 05:43:43 2008 From: do-not-reply at jboss.com (mircea.markus) Date: Wed, 6 Feb 2008 05:43:43 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: REPL_ASYN replication question. Message-ID: <32923453.1202294623042.JavaMail.jboss@colo-br-02.atl.jboss.com> By default cache replicates immediately after commit. The difference between ASYN and SYNC is that the former does not wait for the other members to acknowledge the replication and returns immediately. Batching can also be enabled, with "UseReplQueue" attribute. Take a look at "Configuration References" in the user guide for details on how this works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126938#4126938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126938 From do-not-reply at jboss.com Wed Feb 6 05:49:12 2008 From: do-not-reply at jboss.com (boocjelle) Date: Wed, 6 Feb 2008 05:49:12 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Seam managed bean property not set by seam.properties Message-ID: <13914823.1202294952758.JavaMail.jboss@colo-br-02.atl.jboss.com> "kukeltje" wrote : what is the relation with jBPM? anonymous wrote : good question kukeltje, I have taken the wrong category. Do you have a suggestion to move it to Seam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126939#4126939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126939 From do-not-reply at jboss.com Wed Feb 6 05:51:48 2008 From: do-not-reply at jboss.com (timfox) Date: Wed, 6 Feb 2008 05:51:48 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging Cluster issue Message-ID: <12424636.1202295108052.JavaMail.jboss@colo-br-02.atl.jboss.com> In most cases, allowing selectors on a JMS queue is an anti-pattern since it can cause the queue to be scanned frequently - i.e. give poor performance. Also JMS selectors only work on the *local* queue - i.e. each clustered queue is made up of n local partial queues - one on each node. If your consumer has a selector then that does not determine whether or not messages are pulled to or from that node. This can result in messages being pulled from one node to another, where they won't be consumed because the selector doesn't match. Making message redistribution cluster aware would be extremely difficult. Think about it. Imagine messages are pulled to one node based on the selectors on that node, then the consumer changes on that node, and another one starts on another node that matches. We would have to maintain a global view of what selectors were on each node and messages would be shifted en-masse back and forth every time a selector changed! If you want to do clustered request-response, then you could either a) Use a *topic* with selectors. (I general if you ever see yourself using selectors with queues it's always a good idea to see if you can refactor to use topics). b) Use a temporary request/response queue - in this case you don't need selectors since the response queue is only used by you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126940#4126940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126940 From do-not-reply at jboss.com Wed Feb 6 05:58:29 2008 From: do-not-reply at jboss.com (mircea.markus) Date: Wed, 6 Feb 2008 05:58:29 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: Region based cachine (JBoss Cache + Hibernate) Message-ID: <29390363.1202295509381.JavaMail.jboss@colo-br-02.atl.jboss.com> timeToLiveSeconds and maxAgeSeconds cannot be configured for ALL eviction policies, but for LRUPolicy. what policy is your /_default_ using? Also if you use maxAgeSeconds it does not really make sense to also use timeToLiveSeconds, both having the same value ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126942#4126942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126942 From do-not-reply at jboss.com Wed Feb 6 06:07:05 2008 From: do-not-reply at jboss.com (beve) Date: Wed, 6 Feb 2008 06:07:05 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging Cluster issue Message-ID: <2766951.1202296026164.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Tim, thanks for the detailed explaination on this, it is much appreciated! I'll refactor our code to use temporary queues instead. Is there any perfomance loss compared to using Topics with selectors? Regards, Daniel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126946#4126946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126946 From do-not-reply at jboss.com Wed Feb 6 06:14:04 2008 From: do-not-reply at jboss.com (hamtho2) Date: Wed, 6 Feb 2008 06:14:04 -0500 (EST) Subject: [jboss-user] [EJB/JBoss] - Removing entity does not work! Message-ID: <20100209.1202296444854.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, somehow removing entities does not work using the embedded JBoss for my tests. If I open my own transaction within my test-class and try to delete an entity, everyting works fine. If I call my SessionBean, having exactly the same piece of code, it fails. Even if I try to merge my entity before removing it, does not solve the problem and merge() does not throw an exception at all. This sounds like a very strange behaviour, so I was asking myself, if this might be an problem related to the embedded jboss. Does anyone know, if there is still a bug? FYI: This is my stacktrace when trying to remove the entity within my SessionBean | An error occured while removing Picture with id 12 with error-message: Removing a detached instance com.company.user.Picture#12 | at com.company.ControllerBean.deletePicture(ControllerBean.java:218) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:121) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:110) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:193) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:64) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:166) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:249) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214) | at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:86) | at $Proxy104.deletePublisherPicture(Unknown Source) | at com.company.ControllerBeanTest.testDeletePicture(ControllerBeanTest.java:293) | Caused by: java.lang.IllegalArgumentException: Removing a detached instance com.company.PublisherPicture#12 | at org.hibernate.ejb.event.EJB3DeleteEventListener.performDetachedEntityDeletionCheck(EJB3DeleteEventListener.java:45) | at org.hibernate.event.def.DefaultDeleteEventListener.onDelete(DefaultDeleteEventListener.java:86) | at org.hibernate.event.def.DefaultDeleteEventListener.onDelete(DefaultDeleteEventListener.java:52) | at org.hibernate.impl.SessionImpl.fireDelete(SessionImpl.java:766) | at org.hibernate.impl.SessionImpl.delete(SessionImpl.java:744) | at org.hibernate.ejb.AbstractEntityManagerImpl.remove(AbstractEntityManagerImpl.java:246) | at org.jboss.ejb3.entity.TransactionScopedEntityManager.remove(TransactionScopedEntityManager.java:189) | at com.company.ControllerBean.deletePicture(ControllerBean.java:213) | ... 62 more | Thomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126947#4126947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126947 From do-not-reply at jboss.com Wed Feb 6 06:14:54 2008 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Wed, 6 Feb 2008 06:14:54 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Add/Remove projects to Server Message-ID: <1508423.1202296494825.JavaMail.jboss@colo-br-02.atl.jboss.com> which version are you using ? This was an issue in the old betas. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126948#4126948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126948 From do-not-reply at jboss.com Wed Feb 6 06:22:27 2008 From: do-not-reply at jboss.com (aprilea76) Date: Wed, 6 Feb 2008 06:22:27 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: JBoss Federated SSO: Does it support? Message-ID: <18193501.1202296947591.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, do you know if JBoss SSO Federated 1.0 RC1 is compatible with JBossAS 4.2 and 4.3 ? Many thanks Antonio A. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126950#4126950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126950 From do-not-reply at jboss.com Wed Feb 6 06:24:49 2008 From: do-not-reply at jboss.com (tfranconville) Date: Wed, 6 Feb 2008 06:24:49 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: Ejb clustered registering Message-ID: <33233600.1202297089231.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks a lot for your help. I have found this solution: I need to launch jboss with a binding address. To found the jndi locally we work with, I do this: Context jbossCtx = new InitialContext(); MBeanServerConnection server = (MBeanServerConnection) jbossCtx.lookup("jmx/invoker/RMIAdaptor"); name = server.getAttribute(new ObjectName("jboss:service=Naming"),"BindAddress") + ":" + server.getAttribute(new ObjectName("jboss:service=Naming"), "Port"); We share some data associated with our jndi address into PojoCache. So we can found distant ejb and call them as we need. Hashtable environment = new Hashtable(); environment.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); environment.put(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces"); environment.put(InitialContext.PROVIDER_URL, "jnp://" + jndi); InitialContext init = new InitialContext(environment); ClusteredEjbInterface ejb = (ClusteredEjbInterface) init.lookup("ClusteredEjb"); CQFD :D Many thanks Brian, for your help and your responsiveness. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126951#4126951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126951 From do-not-reply at jboss.com Wed Feb 6 06:27:56 2008 From: do-not-reply at jboss.com (akazakov) Date: Wed, 6 Feb 2008 06:27:56 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Seam Validator Message-ID: <11729891.1202297276303.JavaMail.jboss@colo-br-02.atl.jboss.com> If you save a file Seam validator must not validate all files. But I can't reproduce it :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126952#4126952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126952 From do-not-reply at jboss.com Wed Feb 6 06:35:48 2008 From: do-not-reply at jboss.com (boevink) Date: Wed, 6 Feb 2008 06:35:48 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Reflections uses wrong argument causing IllegalArgumentExcep Message-ID: <11088372.1202297748340.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm trying to use an abstract class for some stateful beans that use a lot of similair functionality. But I'm having a lot of trouble using in-/outjections in combination with reflection. My abstract class: | package common.selectableMap; | | //imports.... | | @Scope(ScopeType.CONVERSATION) | public abstract class AbstractMap | { | | @Logger protected Log log; | @In FacesMessages facesMessages; | @In(create=true) protected Map messages; | @PersistenceContext (type=PersistenceContextType.EXTENDED) | private EntityManager em; | | protected EntityQuery resultList; | protected Map checkedEntities; | | @Destroy @Remove | public abstract void destroy(); | | @Begin(join=true) | public void begin() | { | log.info("abstractMap begin: " + getClass().getName()); | if (checkedEntities == null) | { | checkedEntities = new HashMap(); | } | } | } | | The 'resultList' and 'checkedEntities' attributes are reflected by the subclass and will be in-/outjected by the subclass. My subclass: | package common.selectableMap; | | // imports.... | | @Stateful | @Name("userMap") | public class UserMap extends AbstractMap implements MapManager | { | | @Override | @Destroy @Remove | public void destroy() { | } | | @Out (scope=ScopeType.CONVERSATION, value="checkUsers") | public Map getCheckedEntities() { | return checkedEntities; | } | | public void setCheckedEntities(Map checkedEntities) { | this.checkedEntities = checkedEntities; | } | | @In (required=false, value="resultList", scope=ScopeType.CONVERSATION) | public EntityQuery getResultList() { | return resultList; | } | | public void setResultList(Object resultList) { | } | } | | This however causes an exception when using them: | Caused by: java.lang.IllegalArgumentException: Could not invoke method by reflection: UserMap.getResultList() with parameters: (null) on: nl.wkm.orionglobe.web.entity.common.selectableMap.UserMap | at org.jboss.seam.util.Reflections.invoke(Reflections.java:31) | at org.jboss.seam.Component.setPropertyValue(Component.java:1765) | ... 119 more | Caused by: java.lang.IllegalArgumentException: wrong number of arguments | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | ... 120 more | Why does the UserMap.getResultList() get called with a 'null' parameter? (It realy is, as I've checked while debugging) It should not use a parameter at all! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126955#4126955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126955 From do-not-reply at jboss.com Wed Feb 6 06:40:00 2008 From: do-not-reply at jboss.com (puneetjain) Date: Wed, 6 Feb 2008 06:40:00 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Facing problem in Integration of servicemix and jboss Message-ID: <1916409.1202298000943.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am facing problem in integrating servicemix in jboss server. Details is as bellow: Environment: ========= Operating System: windows XP Servicemix 3.2.1 Java 1.5 Jboss version 4.2.2.GA Steps Performed: ============ 1. Download the servicemix jbi jboss deployer and build it using maven. Command is as follow: svn co http://svn.codehaus.org/servicemix/trunk/jboss-deployer cd jboss-deployer mvn install 2. This creates a servicemix-jboss-deployer-3.1.2.sar. 3. Deployed Servicemix Deployer servicemix-jboss-deployer-3.1.2.sar on jboss. 4. While deploying the servicemix jboss deployer client Factory could not started. server.log is given below: 15:48:09,499 WARN [EndpointRegistry] Disabled endpoint processor 'org.apache.servicemix.jbi.framework.support.WSDL2Processor': java.lang.NoClassDefFoundError: org/apache/woden/WSDLReader 15:48:09,546 WARN [EndpointRegistry] Disabled endpoint processor 'org.apache.servicemix.jbi.framework.support.WSDL2Processor': java.lang.NoClassDefFoundError: org/apache/woden/WSDLReader 15:48:09,546 INFO [JBIContainer] ServiceMix 3.1.2 JBI Container (ServiceMix) is starting 15:48:09,546 INFO [JBIContainer] For help or more informations please see: http://incubator.apache.org/servicemix/ 15:48:09,827 INFO [ComponentMBeanImpl] Initializing component: #SubscriptionManager# 15:48:09,858 INFO [DeploymentService] Restoring service assemblies 15:48:09,889 WARN [ClientFactory] Cound not start ClientFactory: javax.naming.NameNotFoundException: env not bound 15:48:09,889 INFO [JBIContainer] ServiceMix JBI Container (ServiceMix) started 5. I deployed apache-servicemix-web-3.2.2-20080203.011720-1.war on the server. log are given below: INFO [TomcatDeployer] deploy, ctxPath=/apache-servicemix-web-3.2.2-20080203.011720-1, warUrl=.../tmp/deploy/tmp5874apache-servicemix-web-3.2.2-20080203.011720-1-exp.war/ INFO [011720-1]] Initializing Spring root WebApplicationContext INFO [STDOUT] WARN - EndpointRegistry - Disabled endpoint processor 'org.apache.servicemix.jbi.framework.support.WSDL2Processor': java.lang.NoClassDefFoundError: org/apache/woden/WSDLReader INFO [STDOUT] INFO - JBIContainer - ServiceMix 3.2.2-SNAPSHOT JBI Container (ServiceMix) is starting INFO [STDOUT] INFO - JBIContainer - For help or more informations please see: http://incubator.apache.org/servicemix/ INFO [STDOUT] INFO - ComponentMBeanImpl - Initializing component: #SubscriptionManager# INFO [STDOUT] INFO - DeploymentService - Restoring service assemblies INFO [STDOUT] WARN - ClientFactory - Cound not start ClientFactory: javax.naming.NameNotFoundException: jbi not bound INFO [STDOUT] INFO - JBIContainer - ServiceMix JBI Container (ServiceMix) started INFO [STDOUT] INFO - JDBCAdapterFactory - Database driver recognized: [apache_derby_embedded_jdbc_driver] INFO [011720-1]] Initializing Spring FrameworkServlet 'dispatcher' 6. I install the servicemix-shared library using the servicemix web interface, I get following exception: 2008-02-06 16:36:44,119 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass 2008-02-06 16:36:44,119 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass 2008-02-06 16:38:44,161 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass 2008-02-06 16:38:44,161 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass 2008-02-06 16:38:44,161 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass 2008-02-06 16:38:44,161 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass 2008-02-06 16:38:44,661 DEBUG [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds in: file:/D:/OKISoft/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-web.deployer/jsf-libs/jsf-impl.jar 2008-02-06 16:38:45,193 DEBUG [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds in: file:/D:/OKISoft/jboss/jboss-4.2.2.GA/server/default/deploy/jboss-web.deployer/jstl.jar 2008-02-06 16:38:54,162 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass 2008-02-06 16:38:54,162 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass 2008-02-06 16:38:54,162 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass 2008-02-06 16:38:54,162 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass 2008-02-06 16:39:39,260 ERROR [STDERR] servicemix-shared 2008-02-06 16:40:30,952 INFO [STDOUT] INFO - jetty - Logging to org.apache.servicemix.http.jetty.JCLLogger at 1cb1278 via org.apache.servicemix.http.jetty.JCLLogger 2008-02-06 16:40:31,343 ERROR [STDERR] installComponent SUCCESS file:/C:/DOCUME~1/puninin/Local Settings/Temp/smx-comp5877.zip 2008-02-06 16:40:54,173 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass 2008-02-06 16:40:54,173 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass 2008-02-06 16:40:54,173 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass 2008-02-06 16:40:54,173 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass 2008-02-06 16:41:04,174 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass 2008-02-06 16:41:04,174 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass 2008-02-06 16:41:04,174 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass 2008-02-06 16:41:04,174 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass 2008-02-06 16:43:04,185 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass 2008-02-06 16:43:04,185 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass 2008-02-06 16:43:04,185 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass 2008-02-06 16:43:04,185 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass 2008-02-06 16:43:14,186 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass 2008-02-06 16:43:14,186 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass 2008-02-06 16:43:14,186 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass 2008-02-06 16:43:14,186 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass 7. Now i am trying to install servicemix (version3.2.1) servicemix-http component, and i am getting following exceptions: org.springframework.jmx.access.InvocationFailureException: JMX access failed; nested exception is javax.management.MBeanException Caused by: javax.management.MBeanException at org.apache.servicemix.jbi.management.BaseStandardMBean.invoke(BaseStandardMBean.java:335) at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.springframework.jmx.access.MBeanClientInterceptor.invokeOperation(MBeanClientInterceptor.java:371) at org.springframework.jmx.access.MBeanClientInterceptor.invoke(MBeanClientInterceptor.java:302) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) at $Proxy59.startComponent(Unknown Source) at org.apache.servicemix.web.controller.ComponentLifeCycle.handleRequest(ComponentLifeCycle.java:57) at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:857) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:792) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:475) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:440) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.servicemix.web.filter.ApplicationContextFilter.doFilter(ApplicationContextFilter.java:81) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:216) at org.apache.servicemix.jbi.management.BaseStandardMBean.invoke(BaseStandardMBean.java:323) ... 40 more Caused by: java.lang.NoClassDefFoundError: edu/emory/mathcs/backport/java/util/concurrent/ConcurrentHashMap at org.apache.servicemix.http.ManagedContextManager.init(ManagedContextManager.java:44) at org.apache.servicemix.http.HttpComponent.doInit(HttpComponent.java:238) at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:187) at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201) at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287) at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216) at org.apache.servicemix.jbi.framework.AdminCommandsService.startComponent(AdminCommandsService.java:156) ... 45 more I have uploaded all the log i got while performing the above steps. Please help me to resolve the problem. Regards, Puneet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126957#4126957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126957 From do-not-reply at jboss.com Wed Feb 6 06:45:25 2008 From: do-not-reply at jboss.com (JohnBe) Date: Wed, 6 Feb 2008 06:45:25 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Undeploying multiple wars inside an ear causes NameAlrea Message-ID: <3255975.1202298325737.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello Klaus, please can you give me a more detailed description, what you changed to get this running. It looks like I have exactly the same problem at deploying. John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126960#4126960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126960 From do-not-reply at jboss.com Wed Feb 6 06:53:07 2008 From: do-not-reply at jboss.com (143564) Date: Wed, 6 Feb 2008 06:53:07 -0500 (EST) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - jboss-messaging-1.4.0.SP3 -clarification Message-ID: <18142260.1202298787605.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I downloaded jboss-messaging-1.4.0.SP3 for installation.There is no sample files for clustered-oracle-persistence-service.xml. where can i get this file.but i saw the same file in 1.3.0.Is it suitable for 1.4.0sp3 ?. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126962#4126962 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126962 From do-not-reply at jboss.com Wed Feb 6 06:55:02 2008 From: do-not-reply at jboss.com (saleem.khan@gmail.com) Date: Wed, 6 Feb 2008 06:55:02 -0500 (EST) Subject: [jboss-user] [Security & JAAS/JBoss] - How to configure JBoss federeted SSO Message-ID: <32723371.1202298902946.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I have downloaded jboss-sso-1.0CR1 and jboss-4.2.2.GA. I am following the document from http://labs.jboss.com/wiki/StartFedSSO. Here are the steps to test your SSO Framework installation * Install jboss-sso-test.ear into the 'deploy' directory of the 'default' configuration * run -c default -b node1.jboss.com * Now create an exact same copy of 'default' configuration and name it 'default2' * run -c default2 -b node1.jboss.org (for cross domain test) or run -c default2 -b node2.jboss.com (for same domain test) * Point your web browser to: http://node1.jboss.com:8080/test I have deployed the jboss-sso.sar and jboss-federation-server.ear in the server/default/deploy directory. I start the server run -c default -b 'qualified domain name' and the test war is accessible. Then what i need to put in place of 'node2.jboss.com '. I want to test the SSO using JBoss federated SSO. Is there any detailed document releted with this. Thanks Sleem Khan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126963#4126963 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126963 From do-not-reply at jboss.com Wed Feb 6 07:15:34 2008 From: do-not-reply at jboss.com (mrostan) Date: Wed, 6 Feb 2008 07:15:34 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: Change the endpoint address in runtime using Dispatch Message-ID: <6579357.1202300134675.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Alessio, I've uploaded the patch in the JIRA issue. Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126965#4126965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126965 From do-not-reply at jboss.com Wed Feb 6 07:21:52 2008 From: do-not-reply at jboss.com (oldpasha74) Date: Wed, 6 Feb 2008 07:21:52 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: Simple Clustering Problem Message-ID: <18309306.1202300512362.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, No idea anyone? Could that be a network/multicast problem? On the other hand: the servers recognize each other. And farming seems to work. Regards, Oliver View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126966#4126966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126966 From do-not-reply at jboss.com Wed Feb 6 07:23:54 2008 From: do-not-reply at jboss.com (ghz_gordo) Date: Wed, 6 Feb 2008 07:23:54 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: Corba Message-ID: <801896.1202300634548.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello ollka !! I have the same problem.. and, if is possible, i want to know how u patching the file IORFactory... or somebody know how solve this problem ? thx a lot !!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126967#4126967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126967 From do-not-reply at jboss.com Wed Feb 6 07:28:43 2008 From: do-not-reply at jboss.com (ghz_gordo) Date: Wed, 6 Feb 2008 07:28:43 -0500 (EST) Subject: [jboss-user] [EJB/JBoss] - Re: ClassCastException in home.create Message-ID: <41786.1202300923946.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello GBardou !!! i have the same problem... and.. if is possible... here u use the "org.omg.CORBA.portable.IDLEntity" ? i dont find it from my project... sorry this answer... but i new from java.. and jboss... and have other topic if the same problem... http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126967#4126967 thx a lot !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126968#4126968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126968 From do-not-reply at jboss.com Wed Feb 6 07:32:22 2008 From: do-not-reply at jboss.com (ollka) Date: Wed, 6 Feb 2008 07:32:22 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: Corba Message-ID: <23929934.1202301143105.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. I just got email about new messages in this topic. You can send me an email and in reply i will send you patched jboss-ejb3.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126969#4126969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126969 From do-not-reply at jboss.com Wed Feb 6 07:50:29 2008 From: do-not-reply at jboss.com (gringalet) Date: Wed, 6 Feb 2008 07:50:29 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: :( the huge log file. Message-ID: <6393959.1202302229788.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, who can give me a hand? anybody see me? if it is bug from upload tag in the seam 2.0? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126972#4126972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126972 From do-not-reply at jboss.com Wed Feb 6 07:59:06 2008 From: do-not-reply at jboss.com (nickarls) Date: Wed, 6 Feb 2008 07:59:06 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Prayed for the J2EE users lately? Message-ID: <19556866.1202302746709.JavaMail.jboss@colo-br-02.atl.jboss.com> According to Gavin in the Javadoc of org.jboss.seam.intercept.InvocationContext we should: "A copy of the EE5 standard InvocationContext API. We do this because some poor souls are still using J2EE. Pray for them." ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126973#4126973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126973 From do-not-reply at jboss.com Wed Feb 6 08:13:52 2008 From: do-not-reply at jboss.com (ghz_gordo) Date: Wed, 6 Feb 2008 08:13:52 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: Corba Message-ID: <18879356.1202303633214.JavaMail.jboss@colo-br-02.atl.jboss.com> hellooo !!! my email is rafael_otsuka at hotmail.com Thx a lot !! =D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126977#4126977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126977 From do-not-reply at jboss.com Wed Feb 6 08:14:32 2008 From: do-not-reply at jboss.com (erace) Date: Wed, 6 Feb 2008 08:14:32 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Configuring non-ssl connection to smtp server Message-ID: <17615326.1202303672848.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using Seam 2.0.1GA and it looks like this might be broken. I have configured mail session like this: and I get the exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target SMTP server accepts both TLS and nonTLS connections. Any other way I can verify what is wrong? Some debug logging might help: 4:10:29,260 INFO [MailSession] Creating JavaMail Session (localhost:25) 14:10:29,264 INFO [STDOUT] DEBUG: setDebug: JavaMail version 1.4ea 14:10:29,264 INFO [MailSession] connected to mail server 14:10:29,269 INFO [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] 14:10:29,269 INFO [STDOUT] DEBUG SMTP: useEhlo true, useAuth true 14:10:29,269 INFO [STDOUT] DEBUG SMTP: useEhlo true, useAuth true 14:10:29,269 INFO [STDOUT] DEBUG SMTP: trying to connect to host "localhost", port 25, isSSL false 14:10:29,285 INFO [STDOUT] 220 erace ESMTP Postfix (Ubuntu) 14:10:29,285 INFO [STDOUT] DEBUG SMTP: connected to host "localhost", port: 25 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126978#4126978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126978 From do-not-reply at jboss.com Wed Feb 6 08:16:49 2008 From: do-not-reply at jboss.com (erace) Date: Wed, 6 Feb 2008 08:16:49 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Configuring non-ssl connection to smtp server Message-ID: <4742640.1202303809077.JavaMail.jboss@colo-br-02.atl.jboss.com> Disabling TLS in SMTP server made exception go away. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126979#4126979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126979 From do-not-reply at jboss.com Wed Feb 6 08:19:31 2008 From: do-not-reply at jboss.com (schmatz) Date: Wed, 6 Feb 2008 08:19:31 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - How to passing through request parameters to the next page ( Message-ID: <17241678.1202303971194.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello guys, I've got the following problem and I hope that somebody has an solution to that: Scenario: 1. You receive an email consisting of a link to you Seam app with a verification code as request parameter. The link looks like this: http://localhost:8080/myapp/emailAddrConfirmator.seam?verificationCode=e335fc58-093a-4c84 2. The page call to emailAddrConfirmator.xhtml is interceptd by the following page action (actually, the page doesn't even exist): | | 3. As you can see a login is required before the confirm action is invoked. Because of the redirect to the login form in order to get the user logged in two problems occur: First, as defined in components.xml the 'home' page is called after successfully logged in. Second, the request parameter is lost, of course, because two intermediate request-response cycles have happened due to the login procedure. Now, I want two things: 1. propagate the request parameter (or some other solution in order that I have the verification code at hand when it comes to the confirm action) 2. After logging in I don't want the redirect to the 'home' page but to the emailAddrConfirmator.xhtml. Any help and/or other solutions are appreciated. Thanks in advance, Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126980#4126980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126980 From do-not-reply at jboss.com Wed Feb 6 08:27:53 2008 From: do-not-reply at jboss.com (mars1412) Date: Wed, 6 Feb 2008 08:27:53 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa Message-ID: <15877398.1202304473462.JavaMail.jboss@colo-br-02.atl.jboss.com> why would you let the user login, before she even confirmed the e-mail address? in most system it works like that:* user registers | * email is sent to given address | * user clicks on the activation link (NO login required) | * account is activated | * from now on the user can login if that's what you want, I could show U some of our code View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126981#4126981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126981 From do-not-reply at jboss.com Wed Feb 6 08:29:28 2008 From: do-not-reply at jboss.com (nickarls) Date: Wed, 6 Feb 2008 08:29:28 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa Message-ID: <16032569.1202304568582.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you might find section "5.1.1.1. Page parameters" in the reference manual interesting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126983#4126983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126983 From do-not-reply at jboss.com Wed Feb 6 08:38:53 2008 From: do-not-reply at jboss.com (boocjelle) Date: Wed, 6 Feb 2008 08:38:53 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Seam managed bean property not set by seam.properties Message-ID: <25650811.1202305133194.JavaMail.jboss@colo-br-02.atl.jboss.com> I hardly believe that the mechanism of the seam.properties does not work. So I made a project using Seam-Gen that can easily be reproduced. I would be grateful to know where I am going wrong. The project was created using Seam-Gen with the project.type=ear (please note the build.properties below). The application can be run using the url .. http://localhost:8080/SeamPropertiesIssue/issue.seam It shows that the seam.properties name-value-pair has no effect. The output is: "Value has not been set". The sources are .. 1. src/action/de/issue/action/IssueBean.java 2. view/issue.xhtml 3. resources/seam.properties Seam-gen build.properties: #Generated by seam setup #Mon Jan 07 09:25:19 CET 2008 hibernate.connection.password= workspace.home=C\:/java/jboss-seam-2.0.0.GA/development/ model.package=de.issue.model driver.jar=C\:/java/jboss-seam-2.0.0.GA/seam-gen/lib/hsqldb.jar action.package=de.issue.action test.package=de.issue.test database.type=hsql richfaces.skin=DEFAULT hibernate.default_catalog.null= hibernate.default_schema=PROTO database.drop=y project.name=SeamPropertiesIssue hibernate.connection.username=sa hibernate.connection.driver_class=org.hsqldb.jdbcDriver hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider project.type=ear icefaces.home= database.exists=n jboss.home=C\:/java/jboss-4.2.2.GA hibernate.dialect=org.hibernate.dialect.HSQLDialect hibernate.connection.url=jdbc\:hsqldb\:. Seam Managed Bean: package de.issue.action; import org.jboss.seam.annotations.Logger; import org.jboss.seam.annotations.Name; import org.jboss.seam.log.Log; @Name("issuebean") public class IssueBean { @Logger Log log; String value="Value has not been set"; public String getValue() { return value; } public void setValue(String value) { this.value = value; } public String checkValue() { log.info("the issue has the value #0", getValue()); return ""; } } View:

Push the button and check if the properties will set the set the seam managed valuebean

seam.properties: issuebean.value=Value has been set View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126985#4126985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126985 From do-not-reply at jboss.com Wed Feb 6 08:40:55 2008 From: do-not-reply at jboss.com (boocjelle) Date: Wed, 6 Feb 2008 08:40:55 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: Seam managed bean property not set by seam.properties Message-ID: <6051362.1202305255458.JavaMail.jboss@colo-br-02.atl.jboss.com> I have choosen the wrong category. I made a copy in .. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126985#4126985 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126987#4126987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126987 From do-not-reply at jboss.com Wed Feb 6 08:44:46 2008 From: do-not-reply at jboss.com (hsaha) Date: Wed, 6 Feb 2008 08:44:46 -0500 (EST) Subject: [jboss-user] [Management, JMX/JBoss] - Re: EAR verification Message-ID: <29968672.1202305486505.JavaMail.jboss@colo-br-02.atl.jboss.com> You have to create a NotificationListener to listen for notifications from the MBean with objectname: jboss.system:type=Server and notification type : org.jboss.system.server.started You will receive a notification once the server is started. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126988#4126988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126988 From do-not-reply at jboss.com Wed Feb 6 08:52:14 2008 From: do-not-reply at jboss.com (juk) Date: Wed, 6 Feb 2008 08:52:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Please help ! Can't persist data into related tables Message-ID: <25104560.1202305934833.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello ! I'm trying to persist some data into related tables for more then a week, but it's not working at all.. Please Help ! This is the code... | package com.st.st; | // Generated 06.02.2008 1:13:21 by Hibernate Tools 3.2.0.b10 | | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.persistence.FetchType; | | import javax.persistence.GeneratedValue; | import static javax.persistence.GenerationType.IDENTITY; | import javax.persistence.Id; | import javax.persistence.JoinColumn; | import javax.persistence.ManyToOne; | import javax.persistence.Table; | import org.hibernate.validator.NotNull; | | /** | * Info generated by hbm2java | */ | @Entity | @Table(name = "info", catalog = "seamtest") | @Name("info") | public class Info implements java.io.Serializable { | | private Integer infoId; | private User user; | private int infoFullPayment; | | public Info() { | } | | public Info(User user, int infoFullPayment) { | this.user = user; | this.infoFullPayment = infoFullPayment; | } | | @Id | @GeneratedValue(strategy = IDENTITY) | @Column(name = "info_id", unique = true, nullable = false) | public Integer getInfoId() { | return this.infoId; | } | | public void setInfoId(Integer infoId) { | this.infoId = infoId; | } | @ManyToOne(fetch = FetchType.LAZY) | @JoinColumn(name = "user_id", nullable = false) | @NotNull | public User getUser() { | return this.user; | } | | public void setUser(User user) { | this.user = user; | } | | @Column(name = "info_full_payment", nullable = false) | @NotNull | public int getInfoFullPayment() { | return this.infoFullPayment; | } | | public void setInfoFullPayment(int infoFullPayment) { | this.infoFullPayment = infoFullPayment; | } | | } | | package com.st.st; | // Generated 06.02.2008 1:13:21 by Hibernate Tools 3.2.0.b10 | | import java.util.HashSet; | import java.util.Set; | import javax.persistence.CascadeType; | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.persistence.FetchType; | import javax.persistence.GeneratedValue; | import static javax.persistence.GenerationType.IDENTITY; | import javax.persistence.Id; | import javax.persistence.OneToMany; | import javax.persistence.Table; | import org.hibernate.validator.NotNull; | | /** | * User generated by hbm2java | */ | @Entity | @Table(name = "user", catalog = "seamtest") | @Name("user") | public class User implements java.io.Serializable { | | private Integer userId; | private int userPayment; | private Set infos = new HashSet(0); | | public User() { | } | | public User(int userPayment) { | this.userPayment = userPayment; | } | public User(int userPayment, Set infos) { | this.userPayment = userPayment; | this.infos = infos; | } | | @Id | @GeneratedValue(strategy = IDENTITY) | @Column(name = "user_id", unique = true, nullable = false) | public Integer getUserId() { | return this.userId; | } | | public void setUserId(Integer userId) { | this.userId = userId; | } | | @Column(name = "user_payment", nullable = false) | @NotNull | public int getUserPayment() { | return this.userPayment; | } | | public void setUserPayment(int userPayment) { | this.userPayment = userPayment; | } | @OneToMany(cascade = CascadeType.ALL, fetch = FetchType.LAZY, mappedBy = "user") | public Set getInfos() { | return this.infos; | } | | public void setInfos(Set infos) { | this.infos = infos; | } | | } | | | package com.st.st; | | import javax.ejb.Stateless; | import javax.persistence.EntityManager; | import javax.persistence.PersistenceContext; | | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Name; | | import com.st.st.insert; | @Name("insert") | public @Stateless class insertBean implements insert { | @In private User user; | @In private Info info; | @PersistenceContext private EntityManager em; | | public void insert(Integer userPayment, Integer infoFullPayment){ | | Info info = new Info(); | info.setInfoFullPayment(infoFullPayment); | | User user = new User(); | userPayment = infoFullPayment*2; | user.setUserPayment(userPayment); | | info.setUser(user); | em.persist(info); | } | | } | | package com.st.st; | | import javax.ejb.Local; | | @Local | public interface insert { | public void insert(Integer userPayment, Integer infoFullPayment); | | } | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126990#4126990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126990 From do-not-reply at jboss.com Wed Feb 6 09:05:05 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 6 Feb 2008 09:05:05 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Configuring non-ssl connection to smtp server Message-ID: <121659.1202306705611.JavaMail.jboss@colo-br-02.atl.jboss.com> Please read the docs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126992#4126992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126992 From do-not-reply at jboss.com Wed Feb 6 09:06:47 2008 From: do-not-reply at jboss.com (starkc) Date: Wed, 6 Feb 2008 09:06:47 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <25200208.1202306807432.JavaMail.jboss@colo-br-02.atl.jboss.com> Forgot to add that there ARE javax.sql.* classes included in weblogic.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126993#4126993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126993 From do-not-reply at jboss.com Wed Feb 6 09:07:24 2008 From: do-not-reply at jboss.com (nickarls) Date: Wed, 6 Feb 2008 09:07:24 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Please help ! Can't persist data into related tables Message-ID: <24683980.1202306844205.JavaMail.jboss@colo-br-02.atl.jboss.com> And the error you see is...? You seem to be calling #{insert.insert}. Which means that the method "insert" in the seam named component "insert" is being called. You shouldn't have any parameters in the method. Remove them from the local interface and then inject the beans (info?) into the insert bean. That way the bound value from the user input is accessible to the insert method. When the concept is new it is recommended to spend the week like "one day reading the documentation, six days for tweaking the provided examples" and not "seven days frantic, random coding" ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126994#4126994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126994 From do-not-reply at jboss.com Wed Feb 6 09:09:42 2008 From: do-not-reply at jboss.com (McJava1967) Date: Wed, 6 Feb 2008 09:09:42 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Re: Illegal @PersistenceUnit? Help! Message-ID: <3815148.1202306982734.JavaMail.jboss@colo-br-02.atl.jboss.com> I actually getting an io exception trying to run the jar command. Might this be related to the packaging itself? In addition to being a newbie at JBoss, I'm also on Vista for the first time. When I navigate using the file system to CMPStockListApp.jar, it shows as a normal FOLDER. I believe this would cause the io exception. I don't see a single FILE called CMPStockListApp.jar, like I was expecting. Sorry to sound like SUCH a newbie, but could you recommend a next step? I'll continue working on it here, of course... Thanks again... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126995#4126995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126995 From do-not-reply at jboss.com Wed Feb 6 09:11:48 2008 From: do-not-reply at jboss.com (jaikiran) Date: Wed, 6 Feb 2008 09:11:48 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <6042919.1202307108674.JavaMail.jboss@colo-br-02.atl.jboss.com> I believe this is the reason for the ClasscastException. You are having 2 separate jar file containing the same classes (and some additional ones). I guess, you have configured a datasource (*-ds.xml) file for accessing the DB. What driver are you using there? Can you post it's contents? If you are using weblogic driver then you dont need the classes12.jar in the lib folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126996#4126996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126996 From do-not-reply at jboss.com Wed Feb 6 09:17:54 2008 From: do-not-reply at jboss.com (pecks1976) Date: Wed, 6 Feb 2008 09:17:54 -0500 (EST) Subject: [jboss-user] [JCA/JBoss] - deployment of RAR inside of EAR Message-ID: <11881365.1202307474027.JavaMail.jboss@colo-br-02.atl.jboss.com> My resource adapter works fine as standalone, but I want to add it to an EAR. So I did two things: 1. Had Eclipse add it to my ear 2. changed my *-ds.xml file from eis/MySample GDFResourceAdapter.rar gdfra.host.GDFConnectionFactory to eis/MySample IWMDT_EAR.ear#GDFResourceAdapter.rar gdfra.host.GDFConnectionFactory It doesn't work: I get this: 14:03:40,920 ERROR [RARDeployment] Could not find ManagedConnectionFactory class: gdfra.spi.GDFManagedConnectionFactory java.lang.ClassNotFoundException: No ClassLoaders found for: gdfra.spi.GDFManagedConnectionFactory at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:198) at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:463) at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:374) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at org.jboss.resource.connectionmanager.RARDeployment.startService(RARDeployment.java:543) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221) ..... ..... ..... ..... MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: ObjectName: jboss.jca:service=ManagedConnectionFactory,name=eis/MySample state: FAILED I Depend On: jboss.jca:service=RARDeployment,name='IWMDT_EAR.ear#GDFResourceAdapter.rar' Depends On Me: jboss.jca:service=ManagedConnectionPool,name=eis/MySample org.jboss.deployment.DeploymentException: Could not find ManagedConnectionFactory class: gdfra.spi.GDFManagedConnectionFactory Can anyone tell me where I've gone wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126999#4126999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126999 From do-not-reply at jboss.com Wed Feb 6 09:18:35 2008 From: do-not-reply at jboss.com (juk) Date: Wed, 6 Feb 2008 09:18:35 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Please help ! Can't persist data into related tables Message-ID: <19168256.1202307515571.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you for your reply ! but i don't know how to do this, can you support me with some code that shows how to "inject the beans (info?) into the insert bean". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127000#4127000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127000 From do-not-reply at jboss.com Wed Feb 6 09:19:15 2008 From: do-not-reply at jboss.com (jaikiran) Date: Wed, 6 Feb 2008 09:19:15 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - Re: Illegal @PersistenceUnit? Help! Message-ID: <4763817.1202307555516.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : When I navigate using the file system to CMPStockListApp.jar, it shows as a normal FOLDER. Looks like the application is deployed in exploded form (http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment) which is a valid form of deployment in JBoss. anonymous wrote : Sorry to sound like SUCH a newbie, but could you recommend a next step? Try this then: - From the command prompt cd to C:/jboss-4.2.2.GA/server/default/deploy/CMPStockListApp.jar (remember the application is a exploded archive, so you will be able to 'cd' to this). - Run the following command: dir /b /s Post the output here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127001#4127001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127001 From do-not-reply at jboss.com Wed Feb 6 09:22:10 2008 From: do-not-reply at jboss.com (timfox) Date: Wed, 6 Feb 2008 09:22:10 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: jboss-messaging-1.4.0.SP3-clarification Message-ID: <1825101.1202307730887.JavaMail.jboss@colo-br-02.atl.jboss.com> [Moved from the design forum] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127004#4127004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127004 From do-not-reply at jboss.com Wed Feb 6 09:22:57 2008 From: do-not-reply at jboss.com (juk) Date: Wed, 6 Feb 2008 09:22:57 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Please help ! Can't persist data into related tables Message-ID: <7602259.1202307777748.JavaMail.jboss@colo-br-02.atl.jboss.com> and here is an exaption.. | Exception during request processing: | Caused by javax.servlet.ServletException with message: "#{insert.insert}: javax.el.MethodNotFoundException: /insert.xhtml @17,59 action="#{insert.insert}": Method not found: insertBean.insert()" | javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | java.lang.Thread.run(Thread.java:619)Caused by javax.faces.FacesException with message: "#{insert.insert}: javax.el.MethodNotFoundException: /insert.xhtml @17,59 action="#{insert.insert}": Method not found: insertBean.insert()" | com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:99) | javax.faces.component.UICommand.broadcast(UICommand.java:383) | org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:184) | org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:162) | org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:350) | com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | java.lang.Thread.run(Thread.java:619)Caused by javax.faces.el.MethodNotFoundException with message: "javax.el.MethodNotFoundException: /insert.xhtml @17,59 action="#{insert.insert}": Method not found: insertBean.insert()" | javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapt | er.java:81) | com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | javax.faces.component.UICommand.broadcast(UICommand.java:383) | org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:184) | org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:162) | org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:350) | com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | java.lang.Thread.run(Thread.java:619)Caused by javax.el.MethodNotFoundException with message: "/insert.xhtml @17,59 action="#{insert.insert}": Method not found: insertBean.insert()" | com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:72) | javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapt | er.java:77) | com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | javax.faces.component.UICommand.broadcast(UICommand.java:383) | org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:184) | org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:162) | org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:350) | com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141) | org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281) | org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | java.lang.Thread.run(Thread.java:619) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127005#4127005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127005 From do-not-reply at jboss.com Wed Feb 6 09:24:39 2008 From: do-not-reply at jboss.com (chawax) Date: Wed, 6 Feb 2008 09:24:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - CONTEXTS MISSING DEPENDENCIES with SeamTest Message-ID: <2059978.1202307879533.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I try to use JBoss embedded to test Seam components in a Maven project. I use Maven 2.0.4, Seam 2.0.1.GA and JBoss embedded beta3. I use JDK 5.0.11. I have this stack trace on JBoss embedded bootstrap : org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): | *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} | jboss.jdbc:datasource=jdbc/t4Seam,service=metadata | -> jboss.jdbc:service=metadata{Start:** NOT FOUND **} | -> jboss.jdbc:service=metadata{Create:** NOT FOUND **} | *** CONTEXTS IN ERROR: Name -> Error | jboss.jdbc:service=metadata -> ** NOT FOUND ** | | at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:576) | at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:559) | at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:149) | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:183) | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:195) | at org.jboss.seam.mock.EmbeddedBootstrap.startAndDeployResources(EmbeddedBootstrap.java:11) | at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:1041) | at org.jboss.seam.mock.BaseSeamTest.startSeam(BaseSeamTest.java:935) | at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:923) | at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:580) | at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:398) | at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:145) | at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:82) | at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:166) | at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:103) | at org.testng.TestRunner.runWorkers(TestRunner.java:689) | at org.testng.TestRunner.privateRun(TestRunner.java:566) | at org.testng.TestRunner.run(TestRunner.java:466) | at org.testng.SuiteRunner.runTest(SuiteRunner.java:301) | at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:296) | at org.testng.SuiteRunner.privateRun(SuiteRunner.java:276) | at org.testng.SuiteRunner.run(SuiteRunner.java:191) | at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:808) | at org.testng.TestNG.runSuitesLocally(TestNG.java:776) | at org.testng.TestNG.run(TestNG.java:701) | at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:77) | at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92) | at org.apache.maven.surefire.Surefire.run(Surefire.java:177) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:334) | at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:980) It looks like it can't find my datasource file. I put yet the following ds.xml file in "deploy" directory. | | | | jdbc/t4Seam | jdbc:mysql://localhost:3306/test | com.mysql.jdbc.Driver | T4 | T4 | | mySQL | | | I have absolutely no idea what happens. Anyone could help me ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127006#4127006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127006 From do-not-reply at jboss.com Wed Feb 6 09:28:12 2008 From: do-not-reply at jboss.com (chawax) Date: Wed, 6 Feb 2008 09:28:12 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: CONTEXTS MISSING DEPENDENCIES with SeamTest Message-ID: <8202596.1202308092484.JavaMail.jboss@colo-br-02.atl.jboss.com> Forgot to say that I got JBoss embedded bootstrap files from Seam 2.0.1.GA distribution. I just added my t4Seam-ds-xml.file in deploy directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127007#4127007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127007 From do-not-reply at jboss.com Wed Feb 6 09:31:01 2008 From: do-not-reply at jboss.com (fredatwork) Date: Wed, 6 Feb 2008 09:31:01 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Need help to understand who to use the PAGE context Message-ID: <3426095.1202308261375.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I trying to understand how to use the page context with seam and I need some expertise. I built a very simple working sample with : - two html pages (sample2.xhtml and sample2next.xthml) - sample2.xhtml holds a button that throws an action Sample2Action.init. - this action initiates a POJO object named Sample2Context that holds a counter. It is initiated to 1 by the action. This object is injected from and outjected to the PAGE seam context. - pages.xml redirect to sample2next.html' upon completion of Sample2Action.init. Here is the sample2.xhtml page (it renders a simple 'Start' button) : | | | <Sample2 | | | | | | | | | | | Here is the sample2next.xhtml page that I get when you press on the start button in sample2.xhtml (it renders the counter and a 'Fresh' button which increments the counter) : | | | Sample2Next | | | | | | | | | | | | | | Here is the POJO I wanna store in the page : @Name("Sample2Context") | public class Sample2Context implements Serializable { | | private int counter; | | /** | * @return the counter | */ | public int getCounter() { | return counter; | } | | /** | * @param counter the counter to set | */ | public void setCounter(int counter) { | this.counter = counter; | } | | /** | * Increment counter by 1 | */ | public void increment() { | counter++; | } | | /** | * @see java.lang.Object#toString() | */ | @Override | public String toString() { | return "[Context = " + counter + "]"; | } | | } Here is the action bean : @Stateless(name="Sample2Action") | @Name("Sample2Action") | public class Sample2Bean implements Sample2Local { | | // Page context object | @In(value="Sample2Context", create=true, required=false) | @Out(value="Sample2Context", scope=ScopeType.PAGE, required=true) | private Sample2Context context; | | // Messages | @In | private FacesMessages facesMessages; | | /** | * @see sample2.Sample2Local#init() | */ | public void init() { | context.increment(); | facesMessages.add(FacesMessage.SEVERITY_INFO, "Initiated page context " + context); | System.out.println("Initiated page context " + context); | } | | /** | * @see sample2.Sample2Local#refresh() | */ | public void refresh() { | | Object object = Contexts.lookupInStatefulContexts("Sample2Context"); | System.out.println("Context object : " + object); | Object pageObject = Contexts.getPageContext().get("Sample2Context"); | System.out.println("Page context object : " + pageObject); | | System.out.println("In refresh with : " + context); | context.increment(); | System.out.println("Incremented page context " + context); | facesMessages.add(FacesMessage.SEVERITY_INFO, "Incremented page context " + context); | } | | /** | * @see sample2.Sample2Local#remove() | */ | @Remove | public void remove() { | } | | } Now here is my problem and question : Once the start button is pressed, sample2next.xhtml renders a counter at 0. However, the Sample2Action.init action initiated this counter to 1. Everything happens as the completion of Sample2Action.init does not outject the POJO Sample2Context to the PAGE context, and the action Sample2Action.refresh retrieves a newly created object. Why is that ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127008#4127008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127008 From do-not-reply at jboss.com Wed Feb 6 09:34:39 2008 From: do-not-reply at jboss.com (schmatz) Date: Wed, 6 Feb 2008 09:34:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa Message-ID: <2437579.1202308479188.JavaMail.jboss@colo-br-02.atl.jboss.com> "mars1412" wrote : why would you let the user login, before she even confirmed the e-mail address? Because the progress is the following: 1. Register yourself (now you have an account with username and password) 2. Get the confirmation email 3. click on the link in the mail 4. Login 5. Your email address is confirmed. anonymous wrote : in most system it works like that:* user registers | | * email is sent to given address | | * user clicks on the activation link (NO login required) | | * account is activated | | * from now on the user can login | This is not save! If you enter a wrong email address someone else gets your email, can log in, and sees your details. anonymous wrote : if that's what you want, I could show U some of our code No, that's not what I want. The problem is - like I posted - about how to propagate the req parameter to the over next step. Thank you anyway, Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127010#4127010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127010 From do-not-reply at jboss.com Wed Feb 6 09:40:35 2008 From: do-not-reply at jboss.com (schmatz) Date: Wed, 6 Feb 2008 09:40:35 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa Message-ID: <21529150.1202308835295.JavaMail.jboss@colo-br-02.atl.jboss.com> "nickarls" wrote : I think you might find section "5.1.1.1. Page parameters" in the reference manual interesting. Thanks for your post. I know that section. But I have to access the request parameter. In this example (from section 5.1.1.1) it's - of course - no problem to access a beans properties: | | | | | but I would have to do something like this: | | | | Greetings, Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127012#4127012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127012 From do-not-reply at jboss.com Wed Feb 6 09:43:03 2008 From: do-not-reply at jboss.com (schmatz) Date: Wed, 6 Feb 2008 09:43:03 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa Message-ID: <8965540.1202308983408.JavaMail.jboss@colo-br-02.atl.jboss.com> Because of your replies until now I would like to emphasize that I'm talking about a non-faces request! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127014#4127014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127014 From do-not-reply at jboss.com Wed Feb 6 09:47:47 2008 From: do-not-reply at jboss.com (mcrandall) Date: Wed, 6 Feb 2008 09:47:47 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Server startup slow Message-ID: <20287958.1202309267604.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using JBOSS server 4.2.2 GA, SEAM framework 2.0.1 GA in an Eclipse IDE (3.3.1.1). Whenever I start up my application server in the IDE (and my project EAR), it takes about 40 minutes. The console reports that the server started (that only takes less than a minute) but in the Servers view, the status is "starting" and changes to started in about 40 minutes. Any insight/help will be greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127015#4127015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127015 From do-not-reply at jboss.com Wed Feb 6 09:49:27 2008 From: do-not-reply at jboss.com (jbalunas@redhat.com) Date: Wed, 6 Feb 2008 09:49:27 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ Message-ID: <30388340.1202309367423.JavaMail.jboss@colo-br-02.atl.jboss.com> ohh - yeah that one - I banged my head against the wall with that one. Check that you not only you have the web-module class loader as "application first" but also the base EAR. This is the "Class loader and change detection" link (I think that is it - it is similar at least) on the main page for the application. Now check that the radio button is set to "Application first" or it might say "parent last" - the docs have the exact string. Double check that it is set after applying it because a fancy admin console is great but only if it works. If it not taking your change then follow the instructions in the seam docs for that. Also sometimes you need to restart the server for these things. Let us know how that goes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127016#4127016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127016 From do-not-reply at jboss.com Wed Feb 6 09:50:45 2008 From: do-not-reply at jboss.com (thof) Date: Wed, 6 Feb 2008 09:50:45 -0500 (EST) Subject: [jboss-user] [JBossWS] - NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStreamBuf Message-ID: <23347047.1202309445342.JavaMail.jboss@colo-br-02.atl.jboss.com> I downloaded jbossws-native-2.0.3.GA. Using wsconsume ("contract-first") on the command line works fine but as an ant task (in eclipse) I get this error: NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStreamBuffer. JDK is 1.5.0_06. I reference following jar files in my ant task (path id): jbossws-spi.jar jboss-xml-binding.jar wstx.jar activation.jar javassist.jar getopt.jar jaxb-api.jar stax-api.jar jaxb-impl.jar jaxb-xjc.jar jaxws-rt.jar jaxws-tools.jar jbossall-client.jar jboss-saaj.jar jboss-jaxrpc.jar jboss-jaxws.jar jbossws-client.jar log4j.jar mail.jar I read something about the bug http://jira.jboss.com/jira/browse/JBWS-1711 in JIRA and it should be resolved. Any hint, what is wrong in my ant task? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127017#4127017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127017 From do-not-reply at jboss.com Wed Feb 6 09:52:13 2008 From: do-not-reply at jboss.com (ppt) Date: Wed, 6 Feb 2008 09:52:13 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: To all clustering gurus: problem when deploying ear into Message-ID: <8737038.1202309533149.JavaMail.jboss@colo-br-02.atl.jboss.com> Just found that one of the servers had a firewall enabled on one of them, so the UDP packets from JGroups to enable clustering was being rejected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127018#4127018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127018 From do-not-reply at jboss.com Wed Feb 6 09:53:40 2008 From: do-not-reply at jboss.com (ppt) Date: Wed, 6 Feb 2008 09:53:40 -0500 (EST) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem clustering of MDB on JBoss. Message-ID: <1941435.1202309620916.JavaMail.jboss@colo-br-02.atl.jboss.com> Not a problem anymore because I just found that there was a firewall on one server. that caused the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127019#4127019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127019 From do-not-reply at jboss.com Wed Feb 6 09:55:24 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 6 Feb 2008 09:55:24 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: :( the huge log file. Message-ID: <16433004.1202309724265.JavaMail.jboss@colo-br-02.atl.jboss.com> A load of transaction logging statements don't really help anyone. You'll need to get your debugger out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127021#4127021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127021 From do-not-reply at jboss.com Wed Feb 6 09:56:26 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 6 Feb 2008 09:56:26 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: GUI testing tools for Seam apps Message-ID: <5579588.1202309786033.JavaMail.jboss@colo-br-02.atl.jboss.com> We've had reports of Selenium being used with Seam successfully. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127024#4127024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127024 From do-not-reply at jboss.com Wed Feb 6 09:59:22 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 6 Feb 2008 09:59:22 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to specify more than one persistence context in Comp Message-ID: <28799411.1202309962198.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, you can only register one entity-transaction sync at a time. Probably your best bet is to use a full JEE environment, with JTA transaction which will allow you do this ootb. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127027#4127027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127027 From do-not-reply at jboss.com Wed Feb 6 10:00:51 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 6 Feb 2008 10:00:51 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Message-ID: <21310692.1202310051404.JavaMail.jboss@colo-br-02.atl.jboss.com> Does it work if you use s:link or h:commandButton? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127028#4127028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127028 From do-not-reply at jboss.com Wed Feb 6 10:01:39 2008 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 6 Feb 2008 10:01:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Ehcache and 'manual' seam invocation Message-ID: <30814972.1202310099895.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, they look correct. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127029#4127029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127029 From do-not-reply at jboss.com Wed Feb 6 10:06:55 2008 From: do-not-reply at jboss.com (dexjam) Date: Wed, 6 Feb 2008 10:06:55 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Seam events question Message-ID: <970067.1202310415815.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete, you're becoming sort of my new hero here, you were right! The problem i have, that the change is not reflected in the UI after the action is executed may have s.th. to do with the JSF lifecycle i think. I am trying to set the "current Page" to 1 on a rich:datascroller after executing a search action by fireing that event. But that somehow does not work. Maybe i'm to late, because actions are triggered within invoke_application phase and the values are set on update_model_values phase? Regards, Jens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127032#4127032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127032 From do-not-reply at jboss.com Wed Feb 6 10:11:22 2008 From: do-not-reply at jboss.com (thof) Date: Wed, 6 Feb 2008 10:11:22 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStrea Message-ID: <3351906.1202310682842.JavaMail.jboss@colo-br-02.atl.jboss.com> Ahhh I found streamBuffer.jar ... now it works! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127033#4127033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127033 From do-not-reply at jboss.com Wed Feb 6 10:12:20 2008 From: do-not-reply at jboss.com (doballve) Date: Wed, 6 Feb 2008 10:12:20 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Maven2 example application for Seam2 Message-ID: <13625096.1202310740260.JavaMail.jboss@colo-br-02.atl.jboss.com> Cory, thanks for your effort and perseverance on this matter. I started from Michael Yuan's example (http://www.michaelyuan.com/blog/2007/10/09/jboss-seam-project-setup-with-maven-%e2%80%94-part-2-ear-deployment/), added dependencies from Seam 2.0.1.GA but got stuck on the way. Thanks to your insistence, the -all fisrt classpath trick and merged classes/test-classes I now have tests running on war (using surefire 2.4.1 preview and testng 5.7) and deployable ear (on Jboss AS 4.2.2.GA). Probably a zip with the project structure should be posted somewhere - I see your example is not available anymore. I wonder if I should cleanup my project and post it to seam wiki. Thoughts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127034#4127034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127034 From do-not-reply at jboss.com Wed Feb 6 10:13:17 2008 From: do-not-reply at jboss.com (trouby) Date: Wed, 6 Feb 2008 10:13:17 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Seam Validator Message-ID: <32506532.1202310797166.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, weird, here it's going through all the files, one after another everytime I save a file, Well, I just noticed I'm using RC1 instead of GA ver, then I'll try to upgrade and see the result, Many thanks, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127035#4127035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127035 From do-not-reply at jboss.com Wed Feb 6 10:15:16 2008 From: do-not-reply at jboss.com (heiko.braun@jboss.com) Date: Wed, 6 Feb 2008 10:15:16 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStrea Message-ID: <4570993.1202310916604.JavaMail.jboss@colo-br-02.atl.jboss.com> Would you like to add some docs to the WIKI? http://jbws.dyndns.org/mediawiki/index.php I think others could benefit from this as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127036#4127036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127036 From do-not-reply at jboss.com Wed Feb 6 10:17:42 2008 From: do-not-reply at jboss.com (CacheUp) Date: Wed, 6 Feb 2008 10:17:42 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Seam a company solution for JEE development? Message-ID: <24450500.1202311062476.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, consider a company in a non IT area with >100 Java JEE developers in different locations around the world working on several projects (normally 3-5 developers per project). Due to existing infrastructure (Identity Management, Web Access management, Enterprise Service Bus) in which a new application must fit, some company frameworks regarding authentication have been written that should be used further on. These frameworks are based on Acegi. Additionally Struts, Spring and Hibernate are used, too. Would you recommend Seam as the default programming platform and thus as company standard? As far as I understand Seam with regard to authorization Acegi is more flexible (and more complicated ;-). Can Acegi be used as a replacement for the Seam Authentication and Authorization and, furthermore, be integrated seamlessly? Thanks in advance. CacheUp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127037#4127037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127037 From do-not-reply at jboss.com Wed Feb 6 10:19:39 2008 From: do-not-reply at jboss.com (matt_lc) Date: Wed, 6 Feb 2008 10:19:39 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Jbpm Database restauration problem Message-ID: <17669134.1202311179859.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've an incomprehensible problem : I have to migrate a Tomcat/JSF/Hibernate web application using JBPM from a server to another. I use Jbpm3.1.2. The production server has many process instances launched and binded to my Object Model (in an other database). This work fine in the production environment. I dumped the two databases (the Jbpm one and my business model one) at the same time. I have exactly the same tomcat & MySQL versions on the new server. But when, after having restored the databases and lanched the apps, I can't do anything using the old processes. I just can deploy a new process (exactly the same than the old one) and use it fine. Anyone knows anything about this issue ? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127038#4127038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127038 From do-not-reply at jboss.com Wed Feb 6 10:24:14 2008 From: do-not-reply at jboss.com (gjeudy) Date: Wed, 6 Feb 2008 10:24:14 -0500 (EST) Subject: [jboss-user] [JBoss AOP] - Problems with hibernate - JBoss AOP Message-ID: <21596880.1202311454709.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Since I upgraded to jboss 4.2.2 I can't get my project to work. I get several exceptions to the one below on application deployment. 2008-02-06 10:18:37,378 ERROR [org.hibernate.proxy.pojo.BasicLazyInitializer] Javassist Enhancement failed: com.archinsurance.entity.reference.impl.ProductImpl | java.lang.RuntimeException: duplicate method: getId in com.archinsurance.entity.reference.impl.ProductImpl_$$_javassist_32 | at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:342) | at javassist.util.proxy.ProxyFactory.createClass2(ProxyFactory.java:312) | at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:271) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.getProxyFactory(JavassistLazyInitializer.java:138) | at org.hibernate.proxy.pojo.javassist.JavassistProxyFactory.postInstantiate(JavassistProxyFactory.java:42) | at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:162) | at org.hibernate.tuple.entity.AbstractEntityTuplizer.(AbstractEntityTuplizer.java:135) | at org.hibernate.tuple.entity.PojoEntityTuplizer.(PojoEntityTuplizer.java:55) | at org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.(EntityEntityModeToTuplizerMapping.java:56) | at org.hibernate.tuple.entity.EntityMetamodel.(EntityMetamodel.java:295) | at org.hibernate.persister.entity.AbstractEntityPersister.(AbstractEntityPersister.java:434) | at org.hibernate.persister.entity.SingleTableEntityPersister.(SingleTableEntityPersister.java:109) | at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:55) | at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:226) | at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294) | at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:713) | at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:127) | at org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:246) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:103) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy151.start(Unknown Source) | at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:120) | at org.jboss.ejb3.Ejb3Deployment.startPersistenceUnits(Ejb3Deployment.java:627) | at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:351) | at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:91) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy33.start(Unknown Source) | at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:512) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy34.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:595) | Caused by: javassist.bytecode.DuplicateMemberException: duplicate method: getId in com.archinsurance.entity.reference.impl.ProductImpl_$$_javassist_32 | at javassist.bytecode.ClassFile.testExistingMethod(ClassFile.java:593) | at javassist.bytecode.ClassFile.addMethod(ClassFile.java:577) | at javassist.util.proxy.ProxyFactory.override(ProxyFactory.java:655) | at javassist.util.proxy.ProxyFactory.overrideMethods(ProxyFactory.java:629) | at javassist.util.proxy.ProxyFactory.make(ProxyFactory.java:550) | at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:333) | ... 160 more | 2008-02-06 10:18:37,581 WARN [org.hibernate.tuple.entity.PojoEntityTuplizer] could not create proxy factory for:com.archinsurance.entity.reference.impl.ProductImpl | org.hibernate.HibernateException: Javassist Enhancement failed: com.archinsurance.entity.reference.impl.ProductImpl | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.getProxyFactory(JavassistLazyInitializer.java:145) | at org.hibernate.proxy.pojo.javassist.JavassistProxyFactory.postInstantiate(JavassistProxyFactory.java:42) | at org.hibernate.tuple.entity.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:162) | at org.hibernate.tuple.entity.AbstractEntityTuplizer.(AbstractEntityTuplizer.java:135) | at org.hibernate.tuple.entity.PojoEntityTuplizer.(PojoEntityTuplizer.java:55) | at org.hibernate.tuple.entity.EntityEntityModeToTuplizerMapping.(EntityEntityModeToTuplizerMapping.java:56) | at org.hibernate.tuple.entity.EntityMetamodel.(EntityMetamodel.java:295) | at org.hibernate.persister.entity.AbstractEntityPersister.(AbstractEntityPersister.java:434) | at org.hibernate.persister.entity.SingleTableEntityPersister.(SingleTableEntityPersister.java:109) | at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:55) | at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:226) | at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294) | at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:713) | at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:127) | at org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:246) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:103) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy151.start(Unknown Source) | at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:120) | at org.jboss.ejb3.Ejb3Deployment.startPersistenceUnits(Ejb3Deployment.java:627) | at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:351) | at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:91) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy33.start(Unknown Source) | at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:512) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy34.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.lang.RuntimeException: duplicate method: getId in com.archinsurance.entity.reference.impl.ProductImpl_$$_javassist_32 | at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:342) | at javassist.util.proxy.ProxyFactory.createClass2(ProxyFactory.java:312) | at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:271) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.getProxyFactory(JavassistLazyInitializer.java:138) | ... 157 more | Caused by: javassist.bytecode.DuplicateMemberException: duplicate method: getId in com.archinsurance.entity.reference.impl.ProductImpl_$$_javassist_32 | at javassist.bytecode.ClassFile.testExistingMethod(ClassFile.java:593) | at javassist.bytecode.ClassFile.addMethod(ClassFile.java:577) | at javassist.util.proxy.ProxyFactory.override(ProxyFactory.java:655) | at javassist.util.proxy.ProxyFactory.overrideMethods(ProxyFactory.java:629) | at javassist.util.proxy.ProxyFactory.make(ProxyFactory.java:550) | at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:333) | ... 160 more I tried to apply the workaround suggestion in JIRA: http://jira.jboss.com/jira/browse/JBAOP-492 by adding *_$$_javassist_* to AspectManagerService mbean config but it didnt work. I also tried with no success: org.jboss., $$_javassist as suggested in a different thread. This is a show-stopper and will force me to revert to jboss 4.0.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127041#4127041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127041 From do-not-reply at jboss.com Wed Feb 6 10:26:39 2008 From: do-not-reply at jboss.com (FTEngine) Date: Wed, 6 Feb 2008 10:26:39 -0500 (EST) Subject: [jboss-user] [Beginners Corner] - richfaces richTree can't get item.type! Message-ID: <25040517.1202311599314.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, i'm new to richfaces and i'm testing the richtree component. I have a problem with nodeFace!! I understand that it maps the current Tree Node with the type attribute of the possible treeNode tags. But somehow I cannot access it dynamically. If I type: nodeFace="foo" and my tree woks completely fine. But if try nodeFace="{item.type}" or nodeFace="#{item.type}" it does not work (I also tried nodeFace="#{item.class.name}"). My tree builds up fine but then I cant access my action="#{organisationseinheitTreeController.selectOrganisationseinheit}". I can tell form the sound of my browser that the link has not been activated. It is dead. When I debug my program, organisationseinheitTreeController.selectOrganisationseinheit is not been entered. I read somewhere that item represents a bean form my data model, which is nested in the treeNode. Thats why I build OrganisationseinheitTreeItem (By the way Organisationseinheit is German and stands for unit). I listed my JSF JSP, BackingBean and OrganisationseinheitTreeItem below. Whats worng? | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" | pageEncoding="ISO-8859-1"%> | | <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> | <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> | <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%> | <%@ taglib uri="http://richfaces.org/rich" prefix="rich"%> | | | | | OrganisationseinheitTree | | | | | < | rich:tree style="width:300px" | nodeSelectListener="#organisationseinheitTreeController.selectOrganisationseinheitListener}" | reRender="selectedNode" ajaxSubmitSelection="false" | var="item" | nodeFace="#{item.type}" | switchType="client" | value="#{organisationseinheitTreeController.treeNode}" | > | | | | | | | | | | | | | | | | package prozessManager.controller.organisationseinheit; | | import java.util.Iterator; | | import org.richfaces.event.NodeSelectedEvent; | import org.richfaces.model.TreeNode; | import org.richfaces.model.TreeNodeImpl; | | import prozessManager.controller.Controller; | import prozessManager.controller.Outcome; | import prozessManager.domain.organisationseinheit.Organisationseinheit; | import prozessManager.services.HibernateUtil; | import prozessManager.services.JSFService; | | public class OrganisationseinheitTreeController extends Controller { | | private OrganisationseinheitTreeController dummy = this; | | private Outcome outcome = new OrganisationseinheitTreeOutcome("organisationseinheit") { | public void actionListener(Organisationseinheit organisationseinheit) { | OrganisationseinheitController organisationseinheitController = JSFService.getInstance().getOrganisationseinheitController(); | organisationseinheitController.setOrganisationseinheit(organisationseinheit); | | organisationseinheitController.setPredecessor(dummy); | JSFService.getInstance().setController(organisationseinheitController); | } | }; | | TreeNode rootTreeNode = null; | | private Organisationseinheit getRootOrganisationsEinheit() { | return (Organisationseinheit) HibernateUtil.getCurrentSession().createQuery("from Organisationseinheit where id = 1 order by name ").list().get(0); | } | | | public TreeNode getTreeNode() { | if (rootTreeNode == null) { | rootTreeNode = new OrganisationseinheitNode(getRootOrganisationsEinheit()); | } | return rootTreeNode; | } | | public void selectOrganisationseinheitListener(NodeSelectedEvent event) { | if (outcome != null) { | outcome.actionListener(event); | } | | } | | public String getViewName() { | return "organisationseinheitTree"; | } | | | public Outcome getOutcome() { | return outcome; | } | | | public void setOutcome(Outcome outcome) { | this.outcome = outcome; | } | | public String selectOrganisationseinheit() { | if (outcome != null) { | return outcome.getOutcomeString(); | } | else { | return null; | } | } | | public String selectMitarbeiter() { | if (outcome != null) { | return outcome.getOutcomeString(); | } | else { | return null; | } | } | | } | | package prozessManager.controller.organisationseinheit; | | import java.util.Iterator; | | import org.richfaces.model.TreeNode; | import org.richfaces.model.TreeNodeImpl; | | import prozessManager.controller.mitarbeiter.MitarbeiterNode; | import prozessManager.domain.mitarbeiter.Mitarbeiter; | import prozessManager.domain.organisationseinheit.Organisationseinheit; | | public class OrganisationseinheitNode extends TreeNodeImpl{ | private OrganisationseinheitTreeItem organisationseinheitTreeItem = new OrganisationseinheitTreeItem(); | | | | public OrganisationseinheitTreeItem getOrganisationseinheitTreeItem() { | return organisationseinheitTreeItem; | } | | public OrganisationseinheitNode(Organisationseinheit organisationseinheit) { | this.organisationseinheitTreeItem.setOrganisationseinheit(organisationseinheit) ; | initialize(); | setData(organisationseinheit.getName()); | } | | private boolean initialized = false; | | private static int counter = 1; | | private void initialize() { | if(!initialized) { | Organisationseinheit organisationseinheit = getOrganisationseinheitTreeItem().getOrganisationseinheit(); | Iterator iterator = organisationseinheit.getMitarbeiterSet().iterator(); | // while(iterator.hasNext()) { | // Mitarbeiter mitarbeiter = (Mitarbeiter) iterator.next(); | // TreeNode treeNode = new MitarbeiterNode(mitarbeiter); | // addChild(counter++, treeNode); | // } | iterator = organisationseinheit.getKindOrganisationseinheitList().iterator(); | while(iterator.hasNext()) { | Organisationseinheit kindOrganisationseinheit = (Organisationseinheit) iterator.next(); | TreeNode treeNode = new OrganisationseinheitNode(kindOrganisationseinheit ); | addChild(counter++, treeNode); | } | initialized = true; | } | } | } | package prozessManager.controller.organisationseinheit; | | import prozessManager.domain.organisationseinheit.Organisationseinheit; | | public class OrganisationseinheitTreeItem { | public OrganisationseinheitTreeItem() { | | } | private Organisationseinheit organisationseinheit; | public OrganisationseinheitTreeItem(Organisationseinheit organisationseinheit) { | this.organisationseinheit = organisationseinheit; | } | public String getType(){ | return "organisationseinheit"; | } | public Organisationseinheit getOrganisationseinheit() { | return organisationseinheit; | } | public void setOrganisationseinheit(Organisationseinheit organisationseinheit) { | this.organisationseinheit = organisationseinheit; | } | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127042#4127042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127042 From do-not-reply at jboss.com Wed Feb 6 10:30:57 2008 From: do-not-reply at jboss.com (bstansberry@jboss.com) Date: Wed, 6 Feb 2008 10:30:57 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: Simple Clustering Problem Message-ID: <30842707.1202311857250.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm guessing a network problem unrelated to multicast. My interpretation is that your SLSB is deployed on both nodes. For an SLSB, there is no intracluster traffic related to it after it deploys. If it's deployed on all nodes, there is no intra-cluster HA-JNDI traffic related to clients looking it up. Those two facts eliminate a whole range of areas to explore. Configure a jndi.properties on your client where you specify the host names of your servers; i.e. don't use HA-JNDI auto discovery java.naming.provider.url=host1:1100,host2:1100 If you do that, there is no multicast at all involved in what you are doing. You're basically downloading a JNDI stub, doing lookups and making invocations that cause no intra-cluster activity on the server side. Not much difference from a non-clustered scenario. Only difference is the JNDI and EJB proxies will spread the calls over both nodes rather than targeting only one. If you find you have problems in this scenario, I would look for problems on each node standalone. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127044#4127044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127044 From do-not-reply at jboss.com Wed Feb 6 10:34:11 2008 From: do-not-reply at jboss.com (mars1412) Date: Wed, 6 Feb 2008 10:34:11 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa Message-ID: <23495002.1202312051397.JavaMail.jboss@colo-br-02.atl.jboss.com> "schmatz" wrote : | This is not save! If you enter a wrong email address someone else gets your email, can log in, and sees your details. | well, it's not that bad:* the other user cannot login - he does not know your password* since you have never logged in before, there are no "personal details"but, you are right: it would be safer, if the user had to login before activating her account View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127045#4127045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127045 From do-not-reply at jboss.com Wed Feb 6 10:34:59 2008 From: do-not-reply at jboss.com (chawax) Date: Wed, 6 Feb 2008 10:34:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: CONTEXTS MISSING DEPENDENCIES with SeamTest Message-ID: <12572865.1202312099923.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, it looks like my datasource is well initialized. I set the log level to DEBUG and I can see these lines in the logs : INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/t4Seam' to JNDI name 'java:jdbc/t4Seam' | DEBUG [jboss.resource.adapter.jdbc.remote.WrapperDataSourceService] Started jboss.jca:service=DataSourceBinding,name=jdbc/t4Seam | DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.jdbc:service=metadata,datasource=jdbc/t4Seam with code: org.jboss.ejb.plugins.cmp.jdbc.metadata.DataSourceMetaData | DEBUG [org.jboss.system.ServiceCreator] Created mbean: jboss.jdbc:service=metadata,datasource=jdbc/t4Seam | DEBUG [org.jboss.system.ServiceConfigurator] MetadataLibrary set to jboss.jdbc:service=metadata in jboss.jdbc:service=metadata,datasource=jdbc/t4Seam | DEBUG [org.jboss.system.ServiceConfigurator] TypeMapping set to mySQL in jboss.jdbc:service=metadata,datasource=jdbc/t4Seam | DEBUG [org.jboss.system.ServiceController] Creating service jboss.jdbc:service=metadata,datasource=jdbc/t4Seam | DEBUG [org.jboss.system.ServiceController] Waiting in create of jboss.jdbc:service=metadata,datasource=jdbc/t4Seam on jboss.jdbc:service=metadata | DEBUG [org.jboss.system.ServiceController] starting service jboss.jdbc:service=metadata,datasource=jdbc/t4Seam | DEBUG [org.jboss.system.ServiceController] Waiting in start of jboss.jdbc:service=metadata,datasource=jdbc/t4Seam on | DEBUG [org.jboss.deployers.plugins.deployers.DeployersImpl] Fully Deployed vfsfile:/C:/Documents/t4Seam/core/target/test-classes/deploy/t4Seam-ds.xml So what could cause this error ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127047#4127047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127047 From do-not-reply at jboss.com Wed Feb 6 10:38:08 2008 From: do-not-reply at jboss.com (bstansberry@jboss.com) Date: Wed, 6 Feb 2008 10:38:08 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: Facing problem in Integration of servicemix and jboss Message-ID: <20399243.1202312288667.JavaMail.jboss@colo-br-02.atl.jboss.com> Why is this in the clustering forum? Caused by: java.lang.NoClassDefFoundError: edu/emory/mathcs/backport/java/util/concurrent/ConcurrentHashMap The jar with the JDK 1.4 backport of the java.util.concurrent package is not available on the classpath. Perhaps that's due to the whatever the problem is deploying the shared library. That ERROR logging there is useless; no way someone unfamiliar with service-mix details could help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127050#4127050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127050 From do-not-reply at jboss.com Wed Feb 6 10:48:02 2008 From: do-not-reply at jboss.com (ghz_gordo) Date: Wed, 6 Feb 2008 10:48:02 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: Deployment error using IIOP+EJB3+Jboss 4.05 Message-ID: <29629283.1202312882391.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello olro !! you got some positive result? thx !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127051#4127051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127051 From do-not-reply at jboss.com Wed Feb 6 10:52:25 2008 From: do-not-reply at jboss.com (puneetjain) Date: Wed, 6 Feb 2008 10:52:25 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: Facing problem in Integration of servicemix and jboss Message-ID: <29520099.1202313145180.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi bstansberry, Thanks for ur reply. I have found the jar and copy it in the server's lib. It's deployed now. Thanks Puneet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127052#4127052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127052 From do-not-reply at jboss.com Wed Feb 6 10:56:33 2008 From: do-not-reply at jboss.com (nandhusriram) Date: Wed, 6 Feb 2008 10:56:33 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ Message-ID: <22874361.1202313393955.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Jay I already had the classloader order policy with parent _last for base ear and war, but still in vain and pain b/c of websphere. I even verified the deployment.xml in the server and it has parent_last for the class loader. BTW just want to make that I am running the same server configuration as you have tested. Webpshere 6.1.0.13 and EJB 3.0 Pack. Thanks any other thoughts? Nandhu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127053#4127053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127053 From do-not-reply at jboss.com Wed Feb 6 10:59:21 2008 From: do-not-reply at jboss.com (bstansberry@jboss.com) Date: Wed, 6 Feb 2008 10:59:21 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: How to update cache when new rows has been added into ta Message-ID: <3326890.1202313561433.JavaMail.jboss@colo-br-02.atl.jboss.com> Once you've solved the problem of figuring out how to be made aware that the external app has changed the db, suggest you ask on the Hibernate forums for the best approach on how to remove data from the cache. Hibernate has some APIs for flushing stuff from the cache; using those APIs is a better approach than trying to directly manipulate the cache yourself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127054#4127054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127054 From do-not-reply at jboss.com Wed Feb 6 11:00:07 2008 From: do-not-reply at jboss.com (oldpasha74) Date: Wed, 6 Feb 2008 11:00:07 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: Simple Clustering Problem Message-ID: <25428334.1202313607310.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your help! I finally figured it out! I uninstalled my software firewall (though it was definitely deactivated) and my virus scanner (also definitely deactivated). What can I say? One of them must have blocked something in between the two jboss instances. Now everything works perfectly. I can easyly see that the nodes are switched via round robin. Can you imagine the cause? This took me hours, and I am not smarter than before... Regards, Oliver View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127055#4127055 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127055 From do-not-reply at jboss.com Wed Feb 6 11:02:03 2008 From: do-not-reply at jboss.com (graben) Date: Wed, 6 Feb 2008 11:02:03 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Message-ID: <5468101.1202313723720.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried it with s:link and it works, but by the way it works whether using begin or nested. No difference! Anyway this was only a dirty hack to try, because I need the menuitem! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127056#4127056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127056 From do-not-reply at jboss.com Wed Feb 6 11:07:29 2008 From: do-not-reply at jboss.com (gjeudy) Date: Wed, 6 Feb 2008 11:07:29 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Migration from seam 1.2.1, jboss 4.0.5 to seam 2.0.1 jboss 4 Message-ID: <19043612.1202314049437.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have scrutinously followed the seam2migration.txt instructions and decided to use JSF1.2 and sun EL RI as recommended by the docs. I was able to deploy my project but then I got some Duplicate _getId exceptions triggered by JBoss AOP (looks like an incompatibility between jboss AOP and hibernate) more details on my post in JBoss AOP forum: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=129436. These exceptions don't prevent me of displaying a facelet page, it looks like its generated properly but whenever I click a commandButton or commandLink I get immediate response (simply rerenders the same page) from the server no log output except for a few enigmatic entries like the below: 10:24:56,178 WARN [renderkit] 'for' attribute cannot be null My guess is that the binding with seam is not happening otherwise I would at least see some seam log output. below is the facelet page being tested | | | | | | | | | |
| | | | | | | | | | |
|

Release Packages

|
Select a Release Package: |
| | |
| | | | | | | |
|
| | |
|
| |
|
packageEditAction: @Stateful | @Scope(ScopeType.SESSION) | @Name("packageEditAction") | public class PackageEditActionBean implements PackageEditActionLocal { | | @PersistenceContext(unitName="ReferenceDataManagerDB",type=PersistenceContextType.EXTENDED) | private EntityManager em; | | @Logger | private Log log; | | @In(required = true, create=true) | @Out(required = true, scope = ScopeType.SESSION) | private ReleasePackageService releasePackageService; | | @In(required = true, create=true) | @Out(required = true, scope = ScopeType.SESSION) | private ReferenceDomainService referenceDomainService; | | @In(required = false) | @Out(required = false) | private List releasePackagesResult; | | @In(required = false) | @Out(required = false, scope = ScopeType.SESSION) | private RefReleasePackage refpackage; | | @In(required = false) | @Out(required = false) | private List selectedRefDomains; | | @In(required = false) | @Out(required = false) | private RefReleasePackage relPkg; | | | @In(required = false) | @Out(required = false, scope = ScopeType.SESSION) | private List refDomains = new ArrayList(); | | @Factory("releasePackagesResult") | public void initAllReleasePackages() { | log.debug("Inside ReleasePackageBean.initAllReleasePackages"); | releasePackagesResult = releasePackageService.findAllReleasePackages(); | } | | @Factory("refDomains") | public void initRefDomains() { | log.debug("Inside ReleasePackageBean.initRefDomains"); | refDomains = referenceDomainService.findAllReferenceDomains(); | } | | /** | * | * @return | */ | public String selectReleasePackage() { | log.debug("Inside selectReleasePackage"); | return "/editPackageItems.seam"; | } | | public String enterReleasePackage() { | releasePackageService.gotoWorkspace(relPkg); | refDomains.clear(); | | return "/rdm.seam"; | } | | @Destroy | @Remove | public void destroy() { | } | | | public ReleasePackageService getReleasePackageService() { | return releasePackageService; | } | | public void setReleasePackageService(ReleasePackageService releasePackageService) { | this.releasePackageService = releasePackageService; | } I compared my setup against the seam-booking example packaged in seam 2.0.1 distribution and I cannot find any differences. This code works perfectly in seam 1.2.1 jboss 4.0.5 Anyone has any ideas ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127057#4127057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127057 From do-not-reply at jboss.com Wed Feb 6 11:08:17 2008 From: do-not-reply at jboss.com (jbalunas@redhat.com) Date: Wed, 6 Feb 2008 11:08:17 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ Message-ID: <21836963.1202314097224.JavaMail.jboss@colo-br-02.atl.jboss.com> Yup that is the same version. Is this your own app, or are you running the example? Should not make a diff, but I know the example was working. Take a look here: http://www-128.ibm.com/developerworks/forums/thread.jspa?messageID=14035401?????? It is the forum entry from me on IBM. What I needed to do was restart Websphere after the update or install. Check your log and see if you are seeing the "unrecognized persistence provider" this will also be a clue. One other weird thing that I thought was just my machine what that the "j2ee.jar" file did not have the same permissions (linux) as the other jar files. Check that too just for completeness. Should not be a problem but who knows. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127059#4127059 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127059 From do-not-reply at jboss.com Wed Feb 6 11:13:39 2008 From: do-not-reply at jboss.com (mail.micke@gmail.com) Date: Wed, 6 Feb 2008 11:13:39 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: A lot of Message-ID: <17174332.1202314419867.JavaMail.jboss@colo-br-02.atl.jboss.com> This is turing into a bit of a problem for me. Perhaps if someone could explain to me under which circumstances the creation of the identity component occurs? (Unfortunately the problem appears on a devprod machine which means I can't debug it via an IDE.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127062#4127062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127062 From do-not-reply at jboss.com Wed Feb 6 11:14:49 2008 From: do-not-reply at jboss.com (bstansberry@jboss.com) Date: Wed, 6 Feb 2008 11:14:49 -0500 (EST) Subject: [jboss-user] [Clustering/JBoss] - Re: Simple Clustering Problem Message-ID: <8884010.1202314489689.JavaMail.jboss@colo-br-02.atl.jboss.com> It's hard to guess. If my discussion of your environment was right, there should be no intra-cluster traffic after you've deployed the bean. I suspect whatever it was was interfering with communication between the client and one of the servers. But that's just a guess. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127063#4127063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127063 From do-not-reply at jboss.com Wed Feb 6 11:15:29 2008 From: do-not-reply at jboss.com (rob.stryker@jboss.com) Date: Wed, 6 Feb 2008 11:15:29 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Server startup slow Message-ID: <12100369.1202314529440.JavaMail.jboss@colo-br-02.atl.jboss.com> If you could try looking at the JBoss Server's View, select your server, and expand hte Event Log item. Inside there, you'll see things like the attempt at startup and what's going on. In order to tell when the server is up or down, the plugin tries to use JMX to contact the server and ask it if it's started. If no connection can be made (minimal configuration?) then JMX is not installed on your JBoss configuration and this will always fail. You'll have to go to window -> preferences -> JBoss Servers, select your server, and hcange the startup poller to Timeout Poller. You can then adjust the timeout duration and behavior to something else. If you are not using a minimal configuration, then you need to make sure your username / password are set in your server. Double-click your server to open the server editor and declare your JMX username nad password. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127064#4127064 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127064 From do-not-reply at jboss.com Wed Feb 6 11:15:49 2008 From: do-not-reply at jboss.com (je.a.le) Date: Wed, 6 Feb 2008 11:15:49 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - portalNode from portlet or layout ????? Message-ID: <4634534.1202314549383.JavaMail.jboss@colo-br-02.atl.jboss.com> jboosportal api look great except i don't see how to use it outside...jbossportal core. So right now : pointless. A simple exemple : How to acces the portal page tree !?? (and thanks, not by editing jboss-service.xml or tabs.jsp) I have nothing against building some new mbean but a little help/doc/tutorial would be nice :-) THKS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127065#4127065 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127065 From Claudemir.Franco at b2br.com.br Wed Feb 6 11:16:13 2008 From: Claudemir.Franco at b2br.com.br (Claudemir Ferreira Franco) Date: Wed, 6 Feb 2008 14:16:13 -0200 Subject: [jboss-user] [Security & JAAS/JBoss] - Re:InstanceNotFoundException in jboss.security:service=Jaas In-Reply-To: <13823541.1201535451691.JavaMail.jboss@colo-br-02.atl.jboss.com> References: <13823541.1201535451691.JavaMail.jboss@colo-br-02.atl.jboss.com> Message-ID: Hi, Benoit This problem occurs because it is running two JMX. One of jBOSS and one's own JVM. In my case I decided disabling the parameter-Dcom.sun.management.jmxremote. This parameter is for the JVM using JMX the SUN and not the JBOSS. []?s Claudemir -----Original Message----- From: jboss-user-bounces at lists.jboss.org [mailto:jboss-user-bounces at lists.jboss.org] On Behalf Of benoitx Sent: segunda-feira, 28 de janeiro de 2008 13:51 To: jboss-user at lists.jboss.org Subject: [jboss-user] [Security & JAAS/JBoss] - Re:InstanceNotFoundException in jboss.security:service=Jaas Hi Claudemir, I have exactly the same issue http://jboss.org/index.html?module=bb&op=viewtopic&t=128691 Have you found a solution to your issue? Thanks a lot Benoit[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4124103#4124103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4124103 _______________________________________________ jboss-user mailing list jboss-user at lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.13/1246 - Release Date: 27/1/2008 18:39 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.20/1262 - Release Date: 6/2/2008 09:13 From do-not-reply at jboss.com Wed Feb 6 11:18:24 2008 From: do-not-reply at jboss.com (Ratoo) Date: Wed, 6 Feb 2008 11:18:24 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: http://org.jboss.ws/http#chunksize Message-ID: <15677921.1202314704316.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : What can I do differently here to get the message to use the 'HTTP 1.0 Client' config? I think nothing. I think JBossWS (JAAS) should propagate this property to JBoss Remoting (HTTPClientInvoker), so once I remove "chunked" from the config: | | Standard Client | http://org.jboss.ws/dispatch/validate | | http://org.jboss.ws/http#chunksize | 2048 | | | it MUST take it into account... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127066#4127066 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127066 From do-not-reply at jboss.com Wed Feb 6 11:20:17 2008 From: do-not-reply at jboss.com (rob.stryker@jboss.com) Date: Wed, 6 Feb 2008 11:20:17 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Add/Remove projects to Server Message-ID: <25364903.1202314817437.JavaMail.jboss@colo-br-02.atl.jboss.com> The System Copy Server is if you just want to deploy to some folder without regard to starting or stopping a server. It's meant to be a no-frills utility to just shove the jar'd project into a folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127067#4127067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127067 From do-not-reply at jboss.com Wed Feb 6 11:20:44 2008 From: do-not-reply at jboss.com (CBax007) Date: Wed, 6 Feb 2008 11:20:44 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: http://org.jboss.ws/http#chunksize Message-ID: <8535889.1202314844389.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes but they have another config in there specifically for HTTP 1.0, so it leads me to believe you can use it. I'm just wondering if they didn't set it up so use it for a low level SOAPMessage example like I am doing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127068#4127068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127068 From do-not-reply at jboss.com Wed Feb 6 11:24:48 2008 From: do-not-reply at jboss.com (trouby) Date: Wed, 6 Feb 2008 11:24:48 -0500 (EST) Subject: [jboss-user] [JBoss Tools (users)] - Re: Add/Remove projects to Server Message-ID: <287962.1202315088935.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, I know what is the System Copy Server for, I'm using RC1, btw, it is impossible to uninstall the tools from eclipse nor upgrade, So I hope it's fixed in GA, Anyway, according to this: http://in.relation.to/Bloggers/JBossTools20GAGoesFinal It seems like the upgrade is much easier with RHDS, so I'll buy it :-) Many thanks, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127069#4127069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127069 From do-not-reply at jboss.com Wed Feb 6 11:26:13 2008 From: do-not-reply at jboss.com (trouby) Date: Wed, 6 Feb 2008 11:26:13 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Identity Management? Message-ID: <253878.1202315173792.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, Seems like the IdentityManagement paragraph does not exist anymore (nor in doc/seam-gen/etc...), Is it deprecated or what? Thanks, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127070#4127070 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127070 From do-not-reply at jboss.com Wed Feb 6 11:27:33 2008 From: do-not-reply at jboss.com (Ratoo) Date: Wed, 6 Feb 2008 11:27:33 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: http://org.jboss.ws/http#chunksize Message-ID: <21978653.1202315253610.JavaMail.jboss@colo-br-02.atl.jboss.com> Unfortunately, the message call that failed to me is from an API which is supposed to be used from standard JDK6, so I can not modify anything in it :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127071#4127071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127071 From do-not-reply at jboss.com Wed Feb 6 11:29:35 2008 From: do-not-reply at jboss.com (trouby) Date: Wed, 6 Feb 2008 11:29:35 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Restrictions in pages Message-ID: <12538481.1202315375134.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, I was wondering if it's possible to restrict pages by pattern and use sort of exclude for specific pages, for instance, I would like to do something like: {code} #{s:hasRole('member')} {code} but add sort of exclude for the login page/other public pages, Otherwise I'll have to separate restricted/non-restricted pages in different folders... Many thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127072#4127072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127072 From do-not-reply at jboss.com Wed Feb 6 11:30:54 2008 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 6 Feb 2008 11:30:54 -0500 (EST) Subject: [jboss-user] [JBoss Portal] - Re: portalNode from portlet or layout ????? Message-ID: <9017929.1202315454850.JavaMail.jboss@colo-br-02.atl.jboss.com> Read the reference guide, check source code of the navigation portlet... There is everything you need View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127073#4127073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127073 From do-not-reply at jboss.com Wed Feb 6 11:31:17 2008 From: do-not-reply at jboss.com (schmatz) Date: Wed, 6 Feb 2008 11:31:17 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa Message-ID: <1487171.1202315477748.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : * the other user cannot login - he does not know your password OK, I thought you mean that the user would be logged in automatically (which btw was the fact in my earlier version). anonymous wrote : * since you have never logged in before, there are no "personal details"but, you are right: it would be safer, if the user had to login before activating her account | Well, since I'm talking about an existing app, I can say: Yes it is! There are some details about you because you've created an account and entered details. This is the status quo. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127074#4127074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127074 From do-not-reply at jboss.com Wed Feb 6 11:33:42 2008 From: do-not-reply at jboss.com (DarrenGJones) Date: Wed, 6 Feb 2008 11:33:42 -0500 (EST) Subject: [jboss-user] [Remoting] - Re: JBREM-877: New Socket Connection is being Created for Ev Message-ID: <5123598.1202315622870.JavaMail.jboss@colo-br-02.atl.jboss.com> I am finding the same behaviour - every call to an EJB3 stateless session bean appears to be creating a new client socket. I have been running through the source in the debugger and it seems to be due to this code (snipped in places): public class InvokeRemoteInterceptor ... { public Object invoke(org.jboss.aop.joinpoint.Invocation invocation) throws Throwable { Client client = new Client(locator, subsystem); try { client.connect(); org.jboss.aop.joinpoint.InvocationResponse response = (org.jboss.aop.joinpoint.InvocationResponse)client.invoke(invocation, null); invocation.setResponseContextInfo(response.getContextInfo()); return response.getResponse(); } catch (Exception e) { } finally { client.disconnect(); } } So, from the bold lines it seems to create a new Client Object for every remote call. This in turn creates a new SocketClientInvoker which then creates a new Socket pool rather than reusing an existing Socket pool. Client.connect() does store the client invoker in the InvokerRegistry but the disconnect() then causes the Invoker to be removed from the InvokerRegistry (via destroyClientInvoker). This may explain why the Invoker (and its pool) is not being reused. I am using JBoss 4.2.1GA (JBoss Remoting 2.2.1). FYI - The source above is from 2.2.0 since that is the latest downloadable version I could find. Any help on a potential fix appreciated. Thanks, Darren. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127075#4127075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127075 From do-not-reply at jboss.com Wed Feb 6 11:35:38 2008 From: do-not-reply at jboss.com (chawax) Date: Wed, 6 Feb 2008 11:35:38 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: CONTEXTS MISSING DEPENDENCIES with SeamTest Message-ID: <11310533.1202315738191.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, it looks like the tag is not supported in *-ds.xml files ! I removed it and I have no more the error ! I understood that JBoss embedded is a JBoss 5 server, used to work with JBoss 4.2, but what is the equivalent now ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127076#4127076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127076 From do-not-reply at jboss.com Wed Feb 6 11:37:01 2008 From: do-not-reply at jboss.com (schmatz) Date: Wed, 6 Feb 2008 11:37:01 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: How to passing through request parameters to the next pa Message-ID: <33110223.1202315821459.JavaMail.jboss@colo-br-02.atl.jboss.com> Finally I have found the solution! This is my page action: | | | | The interesting part is: I've forgotten that you can use the param tag without the value attribute. See section 5.1.1.1.2. Propagating request parameters in the Seam tutorial. It says: anonymous wrote : If just the name attribute is specified then the request parameter is propagated using the PAGE context (it isn't mapped to model property). | Thanks for your replies. ++Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127077#4127077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127077 From do-not-reply at jboss.com Wed Feb 6 11:41:44 2008 From: do-not-reply at jboss.com (olro) Date: Wed, 6 Feb 2008 11:41:44 -0500 (EST) Subject: [jboss-user] [EJB 3.0] - Re: Deployment error using IIOP+EJB3+Jboss 4.05 Message-ID: <12495270.1202316104129.JavaMail.jboss@colo-br-02.atl.jboss.com> No, it seems there is no way to do it the EJB3 way. My solution was to make some pseudo EJB2. I made an interface extendending EJBObject and dummy implementations of the EJBObject methods in the beans: | @Remote | public interface TestRemoteIF extends EJBObject | { | public String sayName( String p_Name ) throws RemoteException | { | | return "Name"; | | } | } | | | @Stateless | @RemoteBinding(factory=org.jboss.ejb3.iiop.IORFactory.class) | public class TestBean extends AbstractEJBBean implements TestRemoteIF | { | private static final long serialVersionUID = -486897890441660788L; | | public String sayName( String p_Name ) throws RemoteException | { | | return "Name"; | | } | } | | public abstract class AbstractEJBBean | { | | /** | * Konstruktor | */ | public AbstractEJBBean() | { | } | | /** | * getEJBHome-Dummy | * | * @return EJBHome | * @throws RemoteException RemoteException | */ | public EJBHome getEJBHome() throws RemoteException | { | return null; | } | | /** | * getHandle-Dummy | * | * @return Handle | * @throws RemoteException RemoteException | */ | public Handle getHandle() throws RemoteException | { | return null; | } | | /** | * getPrimaryKey-Dummy | * | * @return Object | * @throws RemoteException RemoteException | */ | public Object getPrimaryKey() throws RemoteException | { | return null; | } | | /** | * isIdentical-Dummy | * | * @param p_EJBObject EJBObject | * @return boolean | * @throws RemoteException RemoteException | */ | public boolean isIdentical( EJBObject p_EJBObject ) throws RemoteException | { | return false; | } | | /** | * remove-Dummy | * | * @throws RemoteException RemoteException | * @throws RemoveException RemoveException | */ | public void remove() throws RemoteException, RemoveException | { | } | | } | | At least it worked. I can't give more help on this topic as I am using glassfish at the moment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127080#4127080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127080 From do-not-reply at jboss.com Wed Feb 6 11:41:58 2008 From: do-not-reply at jboss.com (paulconnor) Date: Wed, 6 Feb 2008 11:41:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Context management for custom servlets Message-ID: <10608824.1202316118068.JavaMail.jboss@colo-br-02.atl.jboss.com> Not sure how realistic this suggestion is... is it possible for a future release to support injection in a custom servlet? If so, are there any plans to support add that capability? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127081#4127081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127081 From do-not-reply at jboss.com Wed Feb 6 11:42:22 2008 From: do-not-reply at jboss.com (erace) Date: Wed, 6 Feb 2008 11:42:22 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Configuring non-ssl connection to smtp server Message-ID: <3504491.1202316142511.JavaMail.jboss@colo-br-02.atl.jboss.com> Heh my fault. I have relied on JBoss Developer Studio content assist for editing components.xml which suggests attribute ssl rather than tls. Thx. For help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127082#4127082 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127082 From do-not-reply at jboss.com Wed Feb 6 11:44:11 2008 From: do-not-reply at jboss.com (juk) Date: Wed, 6 Feb 2008 11:44:11 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Please help ! Can't persist data into related tables Message-ID: <27144553.1202316252023.JavaMail.jboss@colo-br-02.atl.jboss.com> any ideas ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127083#4127083 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127083 From do-not-reply at jboss.com Wed Feb 6 11:46:26 2008 From: do-not-reply at jboss.com (nandhusriram) Date: Wed, 6 Feb 2008 11:46:26 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ Message-ID: <9218647.1202316386647.JavaMail.jboss@colo-br-02.atl.jboss.com> Jay Thanks for your reply. I was just looking into the dw forums and I found the same link. I even changed the server class loader from multiple to single and made parent last, still no luck. BTW I am just running the sample booking jpa example that came with jboss seam 2.0.1. One more note I am running this on a windows , that should n't matter anyway. Here are few snippets from my systemout.log [2/6/08 10:22:11:812 CST] 0000000a JPAComponentI I CWWJP0026I: The Java Persistence API (JPA) component is initializing. [2/6/08 10:22:11:843 CST] 0000000a JPAComponentI I CWWJP0006I: The com.ibm.websphere.persistence.PersistenceProviderImpl class is loaded as the default Java Persistence API (JPA) provider. [2/6/08 10:22:11:843 CST] 0000000a JPAComponentI I CWWJP0027I: The Java Persistence API (JPA) component has initialized. [2/6/08 10:28:31:640 CST] 0000000a JPAComponentI I CWWJP0028I: The Java Persistence API (JPA) component is starting. [2/6/08 10:28:31:671 CST] 0000000a JPAComponentI I CWWJP0017I: The Java Persistence API (JPA) component has started. [2/6/08 10:28:38:125 CST] 00000016 Initializatio I org.jboss.seam.init.Initialization addComponentDescriptor two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider org.jboss.seam.Component Component: bookingDatabase, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.EntityManagerFactory [2/6/08 10:28:39:234 CST] 00000016 Component I org.jboss.seam.Component Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider [2/6/08 10:28:39:703 CST] 00000016 WebApp E Exception caught while initializing context java.lang.ClassCastException: org.apache.openjpa.persistence.PersistenceProviderImpl incompatible with javax.persistence.spi.PersistenceProvider View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127084#4127084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127084 From do-not-reply at jboss.com Wed Feb 6 11:47:07 2008 From: do-not-reply at jboss.com (mircea.markus) Date: Wed, 6 Feb 2008 11:47:07 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: Is Fqn reuseable? Message-ID: <22051038.1202316427938.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for spotting this! http://jira.jboss.com/jira/browse/JBCACHE-1285 (includes a UT that reproduces this). The root of the problem is an endless loop which appears on a NONE isolation level only (see JIRA for full description). There is no correlation with having cached static FQNs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127085#4127085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127085 From do-not-reply at jboss.com Wed Feb 6 11:48:17 2008 From: do-not-reply at jboss.com (starkc) Date: Wed, 6 Feb 2008 11:48:17 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB JAR inside EAR Message-ID: <20541334.1202316497846.JavaMail.jboss@colo-br-02.atl.jboss.com> The driver class is specified in the -ds.xml file as the following: | oracle.jdbc.driver.OracleDriver | I am connecting to an Oracle 10g database, if that helps. I will remove classes12.jar and try again shortly and repost more info. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127086#4127086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127086 From do-not-reply at jboss.com Wed Feb 6 11:50:21 2008 From: do-not-reply at jboss.com (gllambi) Date: Wed, 6 Feb 2008 11:50:21 -0500 (EST) Subject: [jboss-user] [JBossWS] - wsconsume and soap 1.2 warning Message-ID: <6335394.1202316621604.JavaMail.jboss@colo-br-02.atl.jboss.com> We are making some interoperability test between WCF and JBoss WS-Security and founded some problems while using the wsconsume tool. The wsdl generate with WCF is this one: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://192.168.32.18:8002/EchoService | | | | | | MIIBujCCAWigAwIBAgIQwTce2y7515tNUR4Nwq1jozAJBgUrDgMCHQUAMBYxFDASBgNVBAMTC1Jvb3QgQWdlbmN5MB4XDTA4MDEzMDExMTQzMloXDTM5MTIzMTIzNTk1OVowHTEbMBkGA1UEAxMSc2VjdXJlZC1XQ0ZTZXJ2aWNlMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDJrkiHSOxmR2B5wt20yEO3CCqEgllT030C3THnbF7KLODf4Df0ht+ZDaif126BRMbVF+BZtnuhbPm1pzj8TUGv0HkfqWKnippLkbc/DDa7JbbOvbMRWFsQx2AiNP+3uQRrUcraCacWiolIU9kyLpBMCG0rgK16k0nFWM4QrnPspQIDAQABo0swSTBHBgNVHQEEQDA+gBAS5AktBh0dTwCNYSHcFmRjoRgwFjEUMBIGA1UEAxMLUm9vdCBBZ2VuY3mCEAY3bACqAGSKEc+41KpcNfQwCQYFKw4DAh0FAANBAAH0JbfnjGaP83CuSRn2TbV4KJ16kTEU4VXUXmrWN/kEz4YGv99xHbiWjK6GSoVMlplevkXh9caXY+r5PJbHnU0= | | | | | | | | | | When I run the wsconsume the following message appears and it doesn't generate any stubs: | | [WARNING] Ignoring SOAP port "WSSEndpoint": it uses non-standard SOAP 1.2 binding. | You must specify the "-extension" option to use this binding. | line 1 of http://192.168.32.18:8002/EchoService?wsdl | | [WARNING] Service "EchoService" does not contain any usable ports. try running wsimport with -extension switch. | line 1 of http://192.168.32.18:8002/EchoService?wsdl | | wsconsume can't generate soap 1.2 client stubs? Thanks! Guzman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127088#4127088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127088 From do-not-reply at jboss.com Wed Feb 6 11:51:28 2008 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Wed, 6 Feb 2008 11:51:28 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Context management for custom servlets Message-ID: <25235090.1202316688139.JavaMail.jboss@colo-br-02.atl.jboss.com> Why would Seam support that? With lookup through Component.getInstance(), I can easily unit test methods of my servlet, even without running the servlet in an actual servlet container, just instantiating it in a SeamTest. If I'd use injection, I'd have to run a servlet container that has the special injection magic. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127089#4127089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127089 From do-not-reply at jboss.com Wed Feb 6 11:53:44 2008 From: do-not-reply at jboss.com (CBax007) Date: Wed, 6 Feb 2008 11:53:44 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: http://org.jboss.ws/http#chunksize Message-ID: <20677841.1202316824186.JavaMail.jboss@colo-br-02.atl.jboss.com> I can see the problematic code in RemotingConnectionImpl createRemotingMetaData: populateHeaders(reqMessage, metadata); | clientConfig.put("chunkedLength", "1024"); | if(msgContext != null) | { | Properties epmdProps = msgContext.getEndpointMetaData().getProperties(); | String chunkSizeValue = epmdProps.getProperty("http://org.jboss.ws/http#chunksize"); | int chunkSize = chunkSizeValue == null ? -1 : Integer.valueOf(chunkSizeValue).intValue(); | if(chunkSize > 0) | { | clientConfig.put("http://org.jboss.ws/http#chunksize", chunkSizeValue); | } else | { | clientConfig.remove("chunkedLength"); | } | } It automatically puts the chunkedLength property in place any only removes it if there is a MessageContext (non null) and that MessageContext does not have the EndPointMetaData property for chunking. The only problem is that if I'm just doing a simple SOAPMessage with a URL endpoint, I don't have a MessageContext and this code gets skipped. Heiko, any thoughts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127091#4127091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127091 From do-not-reply at jboss.com Wed Feb 6 12:00:31 2008 From: do-not-reply at jboss.com (tbaker73) Date: Wed, 6 Feb 2008 12:00:31 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Add directory to server classpath? Message-ID: <12148335.1202317231134.JavaMail.jboss@colo-br-02.atl.jboss.com> I thought I'd give this another try as maybe it's just fallen off the radar... Does anyone know if this is possible? THANKS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127093#4127093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127093 From do-not-reply at jboss.com Wed Feb 6 12:00:59 2008 From: do-not-reply at jboss.com (supernovasoftware.com) Date: Wed, 6 Feb 2008 12:00:59 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Please help ! Can't persist data into related tables Message-ID: <9869085.1202317259775.JavaMail.jboss@colo-br-02.atl.jboss.com> Why don't you start with one of the examples until you have a better understanding of how Seam works? I realize that there is a learning curve to this framework, but it is well worth it once you get rolling. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127094#4127094 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127094 From do-not-reply at jboss.com Wed Feb 6 12:02:14 2008 From: do-not-reply at jboss.com (atiwoto) Date: Wed, 6 Feb 2008 12:02:14 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: AbstractEntityManagerImpl warning Message-ID: <19355990.1202317334899.JavaMail.jboss@colo-br-02.atl.jboss.com> thejavafreak, I am using seam 1.2. Can you elaborate on the the point you are making. what is the solution. I am not using EJB but rather seam pojo. Where is the JEE5 example? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127095#4127095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127095 From do-not-reply at jboss.com Wed Feb 6 12:03:18 2008 From: do-not-reply at jboss.com (vorax) Date: Wed, 6 Feb 2008 12:03:18 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: How to run jBPM-BPEL and JBoss 5.0.0Beta3 Message-ID: <14490782.1202317398229.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you for reply. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127096#4127096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127096 From do-not-reply at jboss.com Wed Feb 6 12:04:58 2008 From: do-not-reply at jboss.com (vicky123) Date: Wed, 6 Feb 2008 12:04:58 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Booking ScopeType.SESSION Message-ID: <16706585.1202317498347.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : I said that because, I don't think anyone can really answer that except the stewards of Seam. All other answers will be pure speculation. I was just supporting your question. | | I am beginning to think that there should be a warning not to put any SFSB as Session scope or higher due to memory consumption. I am sorry I misunderstood. Anyways my use case was not allowing me to use SESSION context in. I have done it using param. Thanks a lot all. -Vivek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127097#4127097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127097 From do-not-reply at jboss.com Wed Feb 6 12:07:43 2008 From: do-not-reply at jboss.com (jdjasperson) Date: Wed, 6 Feb 2008 12:07:43 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Seam doesn't inject components when using a custom ServletCo Message-ID: <5014685.1202317663321.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a non-Seam component that implements the ServletContextListener interface that is dependent upon Seam components being injected. However, it appears that Seam hasn't fully activated any contexts at the time that my Listener is called from the container. This is a major problem for me and causes me to question using Seam since I will now have to refactor my previously Seamed components to work in a non-Seam environment...these components are infrastructural in nature (PersistenceFacade, etc) ..so if I have to go through the hassle of constructing them normally, why use Seam? If anyone has a workaround, this would be great. The @Startup annotation might be helpful, but it only guarantees construction, not execution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127098#4127098 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127098 From do-not-reply at jboss.com Wed Feb 6 12:13:12 2008 From: do-not-reply at jboss.com (juk) Date: Wed, 6 Feb 2008 12:13:12 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Please help ! Can't persist data into related tables Message-ID: <12773162.1202317992909.JavaMail.jboss@colo-br-02.atl.jboss.com> but there are no examples that shows how to manipulate with data in related tables View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127100#4127100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127100 From do-not-reply at jboss.com Wed Feb 6 12:22:09 2008 From: do-not-reply at jboss.com (adamw) Date: Wed, 6 Feb 2008 12:22:09 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Ehcache and 'manual' seam invocation Message-ID: <6759685.1202318529404.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks, I'll ask on the hibernate forum then :) Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127104#4127104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127104 From do-not-reply at jboss.com Wed Feb 6 12:22:51 2008 From: do-not-reply at jboss.com (mozkill) Date: Wed, 6 Feb 2008 12:22:51 -0500 (EST) Subject: [jboss-user] [Advanced Documentation] - is there a minimal configuration of JBoss anywhere? Message-ID: <19407000.1202318571210.JavaMail.jboss@colo-br-02.atl.jboss.com> I was wondering if there exists anywhere a minimal configuration of JBoss 4.05 that runs only the minimal ports & services for running apps? Is there such a version of JBoss that anyone has created/modified for use? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127105#4127105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127105 From do-not-reply at jboss.com Wed Feb 6 12:29:38 2008 From: do-not-reply at jboss.com (adamw) Date: Wed, 6 Feb 2008 12:29:38 -0500 (EST) Subject: [jboss-user] [JBossCache] - Re: Is Fqn reuseable? Message-ID: <9055737.1202318978288.JavaMail.jboss@colo-br-02.atl.jboss.com> Ah, I see, glad to hear that there's an explanation :). Is it possible that I was also experiencing this problem (sometimes) using repeatable_read? -- Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127107#4127107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127107 From do-not-reply at jboss.com Wed Feb 6 12:34:05 2008 From: do-not-reply at jboss.com (supernovasoftware.com) Date: Wed, 6 Feb 2008 12:34:05 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Please help ! Can't persist data into related tables Message-ID: <14154073.1202319245550.JavaMail.jboss@colo-br-02.atl.jboss.com> Then modify one that so that is does. At least it will be working and you can see what you are doing wrong, or the Seam developers who are familiar with the examples might see your problem. I pointed out why you were getting the exception that you posted. Have you tried persisting the BillingInfo first and then adding it to User and then persisting the User? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127108#4127108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127108 From do-not-reply at jboss.com Wed Feb 6 12:42:12 2008 From: do-not-reply at jboss.com (cyberanto) Date: Wed, 6 Feb 2008 12:42:12 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: loosing seam initialization (in particular injection) wh Message-ID: <27768577.1202319732410.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Pete, Component.getInstance() works. I still have an issue where a (legacy) DAO is returning a list of e.g. CatalogModel and the user selects one. With JSF, it is easy to set the backing bean to a particular object. The equivalent method in Seam, Context.set(name, object) sets the object, but does not initialize it as a Seam component. I have started to look at your source code, have not yet found the salient point where an object returned by the EntityManager is turned into a Seam Bean. What am I missing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127109#4127109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127109 From do-not-reply at jboss.com Wed Feb 6 12:45:32 2008 From: do-not-reply at jboss.com (chip_schoch) Date: Wed, 6 Feb 2008 12:45:32 -0500 (EST) Subject: [jboss-user] [JBoss Messaging] - Re: Threads not being cleaned up when clustered Message-ID: <4300469.1202319932843.JavaMail.jboss@colo-br-02.atl.jboss.com> Deleting the TemporaryQueue has no effect. The JMS API spec for createTemporaryQueue() says: "Create a temporary queue. It's lifetime will be that of the QueueConnection unless deleted earlier." I create a connection make the call and close the connection so I should not need to delete the queue. That said, I put in code to delete it anyway and it makes no difference. Also, I created a temporary queue then stopped execution in my debugger and went to jmx-console. The JNDIView does not list any temporary queues. Go Figure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127113#4127113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127113 From do-not-reply at jboss.com Wed Feb 6 12:55:53 2008 From: do-not-reply at jboss.com (thof) Date: Wed, 6 Feb 2008 12:55:53 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStrea Message-ID: <16249170.1202320553652.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried my best ;-) Take a look at here: http://jbws.dyndns.org/mediawiki/index.php?title=Wsconsume#Ant_Task View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127114#4127114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127114 From do-not-reply at jboss.com Wed Feb 6 12:58:20 2008 From: do-not-reply at jboss.com (felixk2) Date: Wed, 6 Feb 2008 12:58:20 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Accessing Session bean properties from another bean Message-ID: <13333808.1202320700103.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm trying to access a bean's property from another bean. Basically I have this action that gets executed when the user logs in and it stores some information I need that should be accessible by other pages. This is simple if I need that information in the View. All I need to do is #{whatever.property}, but I need that property in another bean action. I'm trying to use FacesContext.getCurrentInstance().getExternalContext().getSessionMap().get("nameofbean") but I keep getting a class cast exception because the class returned isn't the class of the bean. (My bean has Session scope) Anyone have any ideas how I can do this? I've been searching the forum, but I don't see anyone having this problem. I'm surprised because I would thing this would be needed by many people. Perhaps I am doing this incorrectly? Thanks for the help, Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127115#4127115 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127115 From do-not-reply at jboss.com Wed Feb 6 13:10:05 2008 From: do-not-reply at jboss.com (ajaygautam) Date: Wed, 6 Feb 2008 13:10:05 -0500 (EST) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: InvocationLayer type=http does not start Message-ID: <27575143.1202321405664.JavaMail.jboss@colo-br-02.atl.jboss.com> Never mind! Figured out that jboss.mq:service=InvocationLayer,type=HTTP is only supposed to start on one of the nodes in the cluster (being that JMS is configured as a cluster singleton - HA). This is no longer an issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127118#4127118 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127118 From do-not-reply at jboss.com Wed Feb 6 13:10:41 2008 From: do-not-reply at jboss.com (juk) Date: Wed, 6 Feb 2008 13:10:41 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Re: Please help ! Can't persist data into related tables Message-ID: <5338302.1202321441780.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your reply. But probably i'm to dumb to code using seam... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127119#4127119 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127119 From do-not-reply at jboss.com Wed Feb 6 13:15:16 2008 From: do-not-reply at jboss.com (heiko.braun@jboss.com) Date: Wed, 6 Feb 2008 13:15:16 -0500 (EST) Subject: [jboss-user] [JBossWS] - Re: NoClassDefFoundError: com/sun/xml/stream/buffer/XMLStrea Message-ID: <8616782.1202321716409.JavaMail.jboss@colo-br-02.atl.jboss.com> Oh, that's excellent ;) But regarding your comment anonymous wrote : | "For jbossws-native-2.0.3.GA these files are not automatically installed if you run jboss-deployXX." | This looks like a bug to me then. Thanks for pointing it out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127122#4127122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127122 From do-not-reply at jboss.com Wed Feb 6 13:17:25 2008 From: do-not-reply at jboss.com (dhinojosa) Date: Wed, 6 Feb 2008 13:17:25 -0500 (EST) Subject: [jboss-user] [JBoss Seam] - Validation Documentation Incomplete Message-ID: <4482578.1202321845810.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : | Well, that's a decent first cut, but in practice it might be more elegant to use custom constraints instead of the ones built into Hibernate Validator: | | | public class Location { | | private String country; | | private String zip; | | | | @NotNull | | @Country | | public String getCountry() { return country; } | | public void setCountry(String c) { country = c; } | | | | @NotNull | | @ZipCode | | public String getZip() { return zip; } | | public void setZip(String z) { zip = z; } | | } | | | Hey, that's great, but doesn't show how or give a reference on where to find out more. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127123#4127123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127123 From do-not-reply at jboss.com Wed Feb 6 13:17:48 2008 From: do-not-reply at jboss.com (simonbaker) Date: Wed, 6 Feb 2008 13:17:48 -0500 (EST) Subject: [jboss-user] [JBoss jBPM] - Re: gpd.xml bend coordinates Message-ID: <27278722.1202321868268.JavaMail.jboss@colo-br-02.atl.jboss.com> I think I have deciphered the bendpoint and label coordinates of the edges (arrows) connecting the nodes. | | w1, h1 is the horizontal and vertical offset of a bendpoint relative to the center of the rectangle representing the node the arrow starts on. w2, h2 is the same point but relative to the center of the rectangle representing the node the arrow points to. So w2, h2 are redundant coordinates for convenience. |