[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-22 Thread [EMAIL PROTECTED]
Well, actually the session isn't invalidated until the end of the request. So if you render a page with a login form on it, it will remember the username (but not the password, of course). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057096#4057096 Reply t

[jboss-user] [JBoss/Spring Integration] - Re: Problem in spring integration

2007-06-22 Thread astonishingone
Thank you for your reply, Ales Justin sorry it was this one correct | spring-pojo.spring | | i extracted the ear file and try to rename this JBoss-Spring.sping also changed in application.xml but it did not worked so i want from start i.e above one(spring-p

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-22 Thread mgrouch
And in your case you should migrate to MyFaces 1.1.5 and Tomahawk 1.1.6. MyFaces 1.1.3 is too broken anyway to be used in production. It would be interesting to compare Myfaces 1.1.5 performance vs Sun's JSF 1.2 (with server side state for both) and see who wins... View the original post : h

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-22 Thread mgrouch
Another thing: JSF doesn't (in base components) let you to define a variable on a page. So people quite often would write something like #{hashMapBean[key].prop} in many places on the page, which in fact leads to looking up hashMap many times + using reflection to access property. JSF also has

[jboss-user] [JBoss Seam] - Re: Seam performance concerns

2007-06-22 Thread mgrouch
Can you change JSF setting to 'server' side state saving (in web.xml) and try the tests again? With myfaces and these suggestions http://wiki.apache.org/myfaces/Performance it had dramatic effect. I haven't tried with Sun's JSF 1.2, but client side state saving should have negative impact on

[jboss-user] [JBoss Seam] - Anyone used QuipuKit with Seam?

2007-06-22 Thread mgrouch
Anyone used QuipuKit with Seam? Can you, please, share you experiences? http://www.teamdev.com/quipukit/demo/homepage.jsf Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057089#4057089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2.GA and mysql

2007-06-22 Thread sparklehorse
it could be but it's very diffucult to understand that instruction to setup mysql are under "jbpm on tomcat" while i'm installing on jboss Anyway thanks for the suggestion View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057088#4057088 Reply to the post

[jboss-user] [JBoss Seam] - Re: Strange things happen with seam security

2007-06-22 Thread [EMAIL PROTECTED]
Identity.logout() invalidates the session, so the username should be cleared along with everything else. Are you sure it's not your browser that's auto-completing the login form for you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057087#4057087 Reply to

[jboss-user] [Remoting] - Re: Is Http Firewall tunneling in Remoting or Messaging ?

2007-06-22 Thread [EMAIL PROTECTED]
I put the same information on the users forum: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=111759&start=-10&postdays=postDays&postorder=postOrder&highlight=highlight. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057086#4057086 Reply to the post

[jboss-user] [Remoting] - New blocking mode for pul callbacks

2007-06-22 Thread [EMAIL PROTECTED]
Remoting has a new callback polling mode, in response to the forum thread http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990104#3990104 . In the original mode, now known as "nonblocking" mode, org.jboss.remoting.Client.getCallbacks() makes an invocation on the server and returns all

[jboss-user] [Remoting] - Re: Is Http Firewall tunneling in Remoting or Messaging ?

2007-06-22 Thread [EMAIL PROTECTED]
Hi James, In response to your suggestion, a blocking version of pull callbacks has been introduced in Remoting. See the thread "New blocking mode for pul callbacks" (http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057082#4057082) on the Remoting developers forum for some details. -R

[jboss-user] [JBoss Seam] - Re: [1.3 CVS]Tomcat users getting the shaft?

2007-06-22 Thread [EMAIL PROTECTED]
Hehe, yeah, thats obvious :-) Let me have another try :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057080#4057080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057080 _

[jboss-user] [JBoss Seam] - Re: [1.3 CVS] Still getting IllegalStateException: No applic

2007-06-22 Thread wesleyhales
Damn - sorry for wasting your time, I just installed everything from scratch on a different machine and it works fine. This is why I spend hours on a given problem before posting to a forum... I guess one can slip through every now and then ;) View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: [1.3 CVS]Tomcat users getting the shaft?

2007-06-22 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | Please test this out for me, since I did it especially for you, and I need to release 1.3 in a couple of days. Thanks. Thank you Gavin, for working on this. Using | | There is a circular dependency between EntityManager and EntityTransaction so I get on

[jboss-user] [JBoss jBPM] - Plugin for Eclipse in Linux

2007-06-22 Thread nageshreddy1981
Hi, I am new to linux and JBPM. can anybody guide me how to add plugin to eclipse. i have done the same in windows but not able to add plugin in linux. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057077#4057077 Reply to the post : http:

[jboss-user] [JBoss jBPM] - JBPM Decision node implementation with Decision handler

2007-06-22 Thread nageshreddy1981
Hi, I am new to JBPM. I am trying to implement decision node in process definiton. where can i find the examples for the decision node with the decision handler implemetation. Can anybody provide me with examples or links on the same. Thanks in advance View the original post : http://www.jboss

[jboss-user] [JBoss Seam] - Re: Entry Point

2007-06-22 Thread texan
Perfect! As always, thanks so much for answering so many questions!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057073#4057073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057073

[jboss-user] [JBoss Seam] - Re: Seam security with drools logging not working

2007-06-22 Thread andrew.rw.robinson
Okay, found the issue. I used maven to build my war, and I built the dependencies that pulled the jars from maven central. It appears those are incompatible with the Seam setup. What I had from maven: commons-jci-core-1.0.jar commons-jci-janino-1.0.jar drools-compiler-3.0.5.jar drools-core-3.0.5

[jboss-user] [JBoss Seam] - Seam performance concerns

2007-06-22 Thread liudan2005
We did a performance test on Seam using Load Runner. The result is really disappointing. Compare with our old system(Struts based), seam is about 10 times slower. Here is the result: Hardware: Xeon 5130 * 2 + Intel S5000 SAS + 4G 667 FBM + 15K 73G SAS RAID 10 New seam based version (using ejb3)

[jboss-user] [JBoss Seam] - Re: Seam security with drools logging not working

2007-06-22 Thread andrew.rw.robinson
Gavin, I am no longer sure if this is a seam problem after all, but a problem with drools. In rules 3.0.6 (the only source I could get my hands on), The Rule.isValid() has: if ( this.consequence == null || !isSemanticallyValid() ) { but nowhere in the code is the consequence set, so it is al

[jboss-user] [JBoss Seam] - Re: Entry Point

2007-06-22 Thread [EMAIL PROTECTED]
pages.xml for a fake view id is like: | | | | | or something close to that. There is no /entryPoint.xhtml file. thats just the URL you want to appear in the browser. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057064#4

[jboss-user] [JBoss Seam] - Re: Entry Point

2007-06-22 Thread [EMAIL PROTECTED]
A page action is the right way to do it. If you don't want it to be reinvoked on subsequent partial submits, you have two options: (1) map the page action to a "fake" view id - yes, a page action is allowed to perform navigation and result in a different view id, just like struts! Perhaps thats

[jboss-user] [JBoss Seam] - Re: Blank page aftre changing the jboss-seam* jars from 1.2.

2007-06-22 Thread amitev
BTW, I suspect that the facelets ViewHandler is not invoked View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057062#4057062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057062 ___

[jboss-user] [JBoss Seam] - Re: Seam security with drools logging not working

2007-06-22 Thread [EMAIL PROTECTED]
OK, I added logging of errors to CVS, please try it out, I dont have time today. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057060#4057060 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057060 __

[jboss-user] [Installation, Configuration & Deployment] - Re: unable to access web app on Linux w/ Jboss from remote d

2007-06-22 Thread PeterJ
Sometimes reading the readme file helps... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057061#4057061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057061 ___ jboss-user m

[jboss-user] [JBoss Seam] - Blank page aftre changing the jboss-seam* jars from 1.2.1 to

2007-06-22 Thread amitev
Hi! I've changed the jars and a blank page is rendered. This is the only source that's rendered | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; xmlns:ui="http://java.sun.com/jsf/facelets"; | | xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"

[jboss-user] [JBoss Seam] - Re: [1.3 CVS] Still getting IllegalStateException: No applic

2007-06-22 Thread [EMAIL PROTECTED]
booking runs fine for me on TC6: gavin-kings-computer:/Applications/apache-tomcat-6.0.13 gavin$ bin/catalina.sh run | Using CATALINA_BASE: /Applications/apache-tomcat-6.0.13 | Using CATALINA_HOME: /Applications/apache-tomcat-6.0.13 | Using CATALINA_TMPDIR: /Applications/apache-tomcat-6.

[jboss-user] [JBoss Seam] - Re: Seam security with drools logging not working

2007-06-22 Thread andrew.rw.robinson
In seam 1.2.1 in RuleBase.java there is the following code: packageDescr = new DrlParser().parse(drlReader); It never checks to see if the parser had any errors and therefore does not log them. Even worse, DrlParser is not a local variable to even have a look at using a debugger, and the Drools

[jboss-user] [JBoss Seam] - Passing method binding befween facelets source tags

2007-06-22 Thread mgrouch
Will Seam 1.3 have ability to pass method binding (as #{bean.function()}) befween facelets source tags in case if one source tag wraps around another and the inner one actually is using method binding for action? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Seam] - Re: [1.3 CVS]Tomcat users getting the shaft?

2007-06-22 Thread [EMAIL PROTECTED]
The hardship comes in having to modify the tomcat install. With MC you only had to a jar in your WEB-INF/lib. anonymous wrote : | * While you only want the JTA, JNDI, and connection pooling support. Other users might want JMS, EJB3, JMS, JCA, Security, and/or remoting support. You can easily

[jboss-user] [JBoss Seam] - Problems with SelectOneMenu events

2007-06-22 Thread Jotatech
Hi everybody. I'm using icefaces 1.6DR#4 with SEAM 1.2.1GA. I have defined the event valueChangeListener for a selectOneMenu but it is not entering the method. Here is the code I'm using: XHMTL: Class: @Stateless @Scope(ScopeType.SESSION) @N

[jboss-user] [JBoss Seam] - Re: [1.3 CVS]Tomcat users getting the shaft?

2007-06-22 Thread [EMAIL PROTECTED]
PLEASE ARGUE WITH ME! I want to get this right anonymous wrote : Essentially you have to install ?JBoss AS? to get setAutoCommit(false), commit(), rollback(), and to lookup an 2 Objects (EMF/UT). I my eyes this is definite overkill. * This is a perception vs. reality problem. Something is

[jboss-user] [JBoss Portal] - Re: How to define additional context for JBoss Portal 2.6

2007-06-22 Thread mcclainc
Problem solved: Added the same context tags to the jbossweb-tomcat55.sar/server.xml rather than the context.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057041#4057041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Entry Point

2007-06-22 Thread texan
After almost a year of working with Seam and JSF, I still struggle with the issue of external entry points. That is, I want to load the "main" page of the application with some data, but I don't want to load that page that way every time. I have accomplished this so far with the following type

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-22 Thread stu2
It does work, but you really have to carefully simulate the browser to make it work. Note that those methods are all in SeamTest (now no doubt in BaseSeamTest). You'll find methods there to set request parameters and other things that simulate the browser. View the original post : http://www

[jboss-user] [JBossCache] - Re: insert vs update in CacheLoader

2007-06-22 Thread genman
Some DBs support "UPDATE OR INSERT" sort of statements. My suggestion would be to use a stored procedure for this, though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057034#4057034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBossCache] - Re: Help JBossCache for use it as

2007-06-22 Thread genman
Can you write out some code as an example? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057032#4057032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057032 ___ jboss-user m

[jboss-user] [Beginners Corner] - What's wrong with my FARM

2007-06-22 Thread ddai
Hi, I have two JBoss servers(4.0,5GA) on two machines in local network. After I started both of them, I deploy a WAR file into "all/farm" on one of the machines. Then the console window says (finished push of xxx.war into the cluster). But it seems to make no changes to my another machine. The

[jboss-user] [JBoss Seam] - Seam security with drools logging not working

2007-06-22 Thread andrew.rw.robinson
I have setup the Drools based security with a Seam project residing on Tomcat 6. I am getting an exception of: Caused by: java.lang.IllegalArgumentException: The rule called TestRule is not valid. Check for compile errors reported. (stack) In the tomcat6/logs/localhost.2007-06-22.log file. None

[jboss-user] [JBoss Seam] - Re: UnitTesting Components

2007-06-22 Thread stu2
No, I haven't seen examples of the MOCK precendence. But think I remember Gavin describing that it would always be used if it was present. That is, it should be in your classpath during tests, but not when you run it. Seam would always install the component marked with MOCK precedence if it c

[jboss-user] [Clustering/JBoss] - What's wrong with my FARM?

2007-06-22 Thread ddai
Hi, I have two JBoss servers(4.0,5GA) on two machines in local network. After I started both of them, I deploy a WAR file into "all/farm" on one of the machines. Then the console window says (finished push of xxx.war into the cluster). But it seems to make no changes to my another machine. Ther

[jboss-user] [JBoss Seam] - [1.3 CVS] Still getting IllegalStateException: No applicatio

2007-06-22 Thread wesleyhales
Sorry for beating a dead horse, but I still can't get a simple app running in Tomcat with Embedded Jboss... (is there a specific sample project I can look at?) if not, can we get one? - I ran dvd,booking,and wiki and none of them did the trick. INFO: Initialization processed in 637 ms | WARN

[jboss-user] [JBoss Seam] - Re: URL in address bar

2007-06-22 Thread avbentem
"[EMAIL PROTECTED]" wrote : This is just a normal HTTP redirect response from the server, triggering the client browser to send a new HTTP GET request on a given URL. | ...which might indicate that your WEB-INF/pages.xml is set up different than the one from the online demo: | |

[jboss-user] [JBoss Seam] - Re: [1.3 CVS]Tomcat users getting the shaft?

2007-06-22 Thread [EMAIL PROTECTED]
I will have a longer response to this post later. For now: I really did not want to do this, but I just committed some code to let you use Hibernate or JPA tx management instead of JTA. Just do this: Please test this out for me, since I did it especially for you, and I need to release 1.3

[jboss-user] [JBoss Seam] - Re: Why is core:process-definitions considered a development

2007-06-22 Thread avbentem
> The following will reload [..] the application is started Better, I guess: We need to install jBPM: | | | | [BEWARE: is it indeed enough to just include an empty node?] | | We also need to tell jBPM where to find the business process definitions. | The following will add

[jboss-user] [JBoss Seam] - Re: Seam redeploying jBpm process definitions

2007-06-22 Thread avbentem
Just for the archives: as for documenting this issue see JBSEAM-1034. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057016#4057016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057016 _

[jboss-user] [JBoss Seam] - Re: Don't deploy a process definition when restarting

2007-06-22 Thread avbentem
Just for the archives: as for documenting this issue see JBSEAM-1034. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057015#4057015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057015 _

[jboss-user] [JBoss Portal] - Re: Unique constraint (JBOSSPORTAL.SYS_C0034349) violated

2007-06-22 Thread [EMAIL PROTECTED]
sasiportal- I am not sure what else you can do. I am still confused by the fact that nothing changed in your environment and all of a sudden this issue started popping up. This is clearly an issue with the JDBC Drivers from Oracle and Postgres. Maybe try upgrading your JDBC driver or maybe ev

[jboss-user] [JBossWS] - Spring + JBossWS best practice

2007-06-22 Thread walbar
Hi, I'm using JBoss 4.0.5, EJB3 and Spring. My system offers and consumes web services. Initially I started consuming WS via Axis, but since I want to offer EJB3 style web services and Axis is not compatible with JBossWS, I have to move my ws clients implementations to jbossws. Anyway, I woul

[jboss-user] [EJB 3.0] - Re: Which protocol is used in jta transaction propagation wi

2007-06-22 Thread waynebaylor
perhaps this will help, if you haven't already seen it http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossTransactions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057011#4057011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss jBPM] - Re: Sybase row limit

2007-06-22 Thread michaelholtzman
The source of the "cannot deserialize" errors has been found (not related to this issue). However, I suspect we are seeing performance issues related to the row limit being exceeded. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057009#4057009 Reply to th

[jboss-user] [JBoss Seam] - Re: Can I control the live duration of

2007-06-22 Thread [EMAIL PROTECTED]
setCookieMaxAge() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057006#4057006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057006 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Seam] - Re: facelet defintion Xhtml ignores Comment

2007-06-22 Thread [EMAIL PROTECTED]
"dreuzel" wrote : just for simple debugging, avoiding the whole of JBoss to carsh and restart | (3 miniutes per error turn arround) I tried to comment out parts of the | xhtml IT IGNORES THE COMMENT !!! an other way to waste time Frankly, if you're going to keep posting insu

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Is JMSProviderLoader backward compatible with JMS 1.0?

2007-06-22 Thread stitcher
"[EMAIL PROTECTED]" wrote : Looks like a bug to me: | http://jira.jboss.com/jira/browse/JBAS-4498 That's good. Next time I'll look into the bug database also. Adrian, can you explain to me, how can I make a patch for JBoss, so it will use modified classes? I can't wait till July (and even then

[jboss-user] [JBoss Seam] - Re: Seam Conversations - Best practices?

2007-06-22 Thread Delphi's Ghost
anonymous wrote : I would seam-gen up an application, add a couple of CRUD entities and take a look at the approach used there - it's what we would recommend. You "nest" as many CRUDs as you like using this pattern - it's simple to extend. I did try to seam-gen up an application using my dummy

[jboss-user] [JBoss Seam] - Re: What's the value of jndi-pattern in components.xml?

2007-06-22 Thread [EMAIL PROTECTED]
Its the name of the ear. This is mentioned in the Seam docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057002#4057002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057002 __

[jboss-user] [JBoss Seam] - What's the value of jndi-pattern in components.xml?

2007-06-22 Thread dxxvi
Hello everybody, this is the components.xml in the ajax4jsf example of Michael Yuan Tao's book: How do I determine the word before the 1st slash in the value of the jndi-pattern attribute? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057001#4057001 Reply

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-22 Thread KnisterPeter
Thanks for your help. I'll give that all a try on monday. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056997#4056997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056997 __

[jboss-user] [JBoss Portal] - Re: Unique constraint (JBOSSPORTAL.SYS_C0034349) violated

2007-06-22 Thread sasiportal
Hi sohil Still i am facing same problem, I am looking for your help., Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056991#4056991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056991

[jboss-user] [JBossWS] - jb0ss4.2.0, JAX-WS2.0 deployment exception

2007-06-22 Thread J2EEUser
Hi, I am trying JAX-WS2.0 sample deployment on JBoss4.2.0. I am getting the following deplyment exception: Cannot start service endpoint; - nested throwable: = (org.jboss.ws.WSException: {http://www.test.com}arg0 is not a valid property on class fromwsdl.server.AddNumbers) at o

[jboss-user] [JBoss Seam] - Re: UnitTesting and jBPM pageflow

2007-06-22 Thread stu2
It's definitely possible, but I don't know how to make it pretty. Here's an example from one of my tests: log.info("Begin testing initial mapping"); | setViewId(MappingViewId.APPLICABLE_FIELDS.id); | invokeMethod("#{catalogMapping.beginForInitialMapping()}

[jboss-user] [EJB 3.0] - Re: Which protocol is used in jta transaction propagation wi

2007-06-22 Thread adamzrk
No, I didn't mean that. There are transaction attributes not the protocol used in transporting transaction context. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056986#4056986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [EJB 3.0] - org.hibernate.transaction.JTATransactionFactory doesn't comm

2007-06-22 Thread adamzrk
Hi I've set the hibernate.transaction.factory_class property to value org.hibernate.transaction.JTATransactionFactory . After this change i've noticed that there is no commit, the changes are affected only if I manually invoke flush on entityManager instance. Is there something I should know?

[jboss-user] [Remoting] - Re: error getting client socket connection from pool

2007-06-22 Thread [EMAIL PROTECTED]
Hmmm... this is because I'm using SSL and for some reason, my SSL configuration is no longer valid and the connection fails. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056977#4056977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: How can I embed label value in validation error message?

2007-06-22 Thread gledson.rabelo
I need to make the same thing. Is it possible? Thanks in Advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056971#4056971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056971 __

[jboss-user] [JBoss jBPM] - Re: How to download souce code in jbpm-console.war web part?

2007-06-22 Thread justin.zhou
I have the same problem. I have jbpm-jpdl-3.2.1.GA, which does not have the source code for jbpm-console.war. So I went to sourceforge and downloaded everything from HEAD - jbpm.bpel ldap4jbpm jbpm.db lightning jbpm.dist mvc4j jbpm.gop new.console experiments jbpm.ide svc4j jbpm.2 jbpm.web temp

[jboss-user] [JBoss Seam] - Re: [TestNG] IncompatibleClassChangeError

2007-06-22 Thread enzhao
Well the problem lies in that I'm using JDK 1.6 but the seam core libs were compiled against JDK 1.5. Here is my solution: 1. Edit the build.xml under the root directory of the Seam distribution (Let me call it $SEAM_HOME). Replace all the 1.5 with 1.6. Save the build.xml 2. under the root of $

[jboss-user] [JBoss Seam] - Re: Seam Conversations - Best practices?

2007-06-22 Thread [EMAIL PROTECTED]
http://docs.jboss.com/seam/1.3.0.ALPHA/reference/en/html/gettingstarted.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056967#4056967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056967 __

[jboss-user] [JBoss Seam] - Re: Seam Conversations - Best practices?

2007-06-22 Thread rapowder
sorry but what you mean by seam-gen up an application? could you give me a small example? ..I'm not yet an advanced user of seam, started a couple of months ago.. thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056965#4056965 Reply to the post : h

[jboss-user] [Installation, Configuration & Deployment] - Re: unable to access web app on Linux w/ Jboss from remote d

2007-06-22 Thread asookazian
is the following correct? C:\[JBoss install directory]\bin\run.bat -c default -b 0.0.0.0 why isn't this done in the config's by default? seems like you shouldn't have to do this post-install... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056964#4056964 R

[jboss-user] [JBoss Seam] - [1.3 CVS]Tomcat users getting the shaft?

2007-06-22 Thread [EMAIL PROTECTED]
First of let me thank the Seam team for their hard work and effort creating an excellent application framework. Now to the meat, this maybe my misguided misconception but the latest changes for 1.3 HEAD are very dishearten to me. I?ve been following Seam since 1.0. When it was first announced t

[jboss-user] [JBoss jBPM] - Re: HTTP Authentication for external webservice

2007-06-22 Thread meghanai_99
Hello All, Can someone please tell me if it is possible to set HTTP username and password in configuration files for BPEL so that they are added while calling external webservice? I found a way to do it using JBossWS client but in case of BPEL I do not have direct control over webservice clien

[jboss-user] [JBoss Seam] - Re: Exception in email render

2007-06-22 Thread dustismo
Yeah, I thought so too at first. But everything works fine if I access the email view directly. I ended up targeting the email render to an iframe, then doing a javascript redirect, which works well and solves my earlier problem of facelet tags not being rendered. Its a hack, I have no way t

[jboss-user] [Installation, Configuration & Deployment] - unable to access web app on Linux w/ Jboss from remote deskt

2007-06-22 Thread asookazian
My co-worker has successfully installed and deployed a WAR on Linux Fedora 6 w/ JBoss 4.2. Apache is not installed (no mod_jk). The app runs fine on the localhost:8080 on the Linux box. We can't hit the URL from another client (Windows machine running IE or firefox) on the network. What do y

[jboss-user] [Remoting] - error getting client socket connection from pool

2007-06-22 Thread [EMAIL PROTECTED]
Anyone know what this remoting exception means? This is part of a test that I know worked under 2.0.0 (and I even think it worked in 2.2.SP4). But now it is failing. I know the server is up and listening. Specifically, what does this mean: "Can not obtain client socket connection from pool.

[jboss-user] [JBoss Seam] - Re: NameNotFoundException in simple seam proof of concept

2007-06-22 Thread jamesjoh
http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/configuration.html About 1/4 of the way down under the heading: 21.1.4. Integrating Seam with your EJB container Thanks Gavin. I don't know why I couldn't find that in the docs but most probably because I didn't know at the time that that's

[jboss-user] [JBoss Seam] - Best way to clear a factory value?

2007-06-22 Thread youngm
I have a factory method which is conversation scoped but I occasionally want to clear/reload this value in the middle of a conversation. I am currently doing: | public void Component { | | @In("#{factoryValue}") | @Out | List factoryValue; | | @Factory("factoryValue") | public

[jboss-user] [JBoss Seam] - Re: NameNotFoundException in simple seam proof of concept

2007-06-22 Thread [EMAIL PROTECTED]
Its the name of the EAR that your application is packaged in. This is in the docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056949#4056949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056949 ___

[jboss-user] [JBoss Seam] - UnitTesting and jBPM pageflow

2007-06-22 Thread KnisterPeter
Hi, I want to write a testcase for each of my use cases. I have some use cases realized witz jBPM and now I'm wondering how to create a test case for a condition node in my pageflow. Any hint on that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056956#4056

[jboss-user] [JBoss Seam] - Re: NameNotFoundException in simple seam proof of concept

2007-06-22 Thread jamesjoh
Well for my particular app I needed a jndi-pattern of "SeamPocWebApp/#{ejbName}/local" The SeamPocWebApp part was discovered from the JMX console, though I'm not sure where in the JMX console to find that info. Someone with more jboss experience than I lead me to the fix. The SeamPocWebApp

[jboss-user] [JBoss Portal] - Re: multiple header support

2007-06-22 Thread pedalshoe
So, i can have a layout and theme defined in MyPortal-1.war and ia different one defined in MyPortal-2.war. I have to work on this, because it isn't picking up the Layout and Theme that i placed in MyPortal-1.war. it is still using the default layout and theme. View the original post : http:/

[jboss-user] [JBoss Seam] - Re: Component lookup by @Name fails

2007-06-22 Thread [EMAIL PROTECTED]
Perhaps its not created yet. Use COmponent.getInstance(name) instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056948#4056948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056948

[jboss-user] [JBoss Seam] - Component lookup by @Name fails

2007-06-22 Thread cba2
i would like to lookup my EntityQuery component that should be registered under @Name("employeeList") using Contexts.lookupInStatefulContexts("employeeList") but i alway get null as a return value. what am i doing wrong? i have the following simple entity query: @Name("employeeList") public cla

[jboss-user] [JBoss Seam] - Re: Best way to clear a factory value?

2007-06-22 Thread [EMAIL PROTECTED]
"youngm" wrote : Another option is to simply clear it out of the context the variable exists in. Does anyone else know of any other ways to clear the value of a factory method? This is what I would do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056958#4

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MDBS threads are in TIMED_WAITING state

2007-06-22 Thread [EMAIL PROTECTED]
If the thread is waiting then it has nothing to do. The thread you show is NOT the MDB thread. If you can't get above 15% then you have some other point of contention. e.g. database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056942#4056942 Reply to the p

[jboss-user] [Messaging, JMS & JBossMQ] - Re: What protocol is used in jms message sending...?

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

[jboss-user] [Messaging, JMS & JBossMQ] - Re: java.net.SocketException: socket closed

2007-06-22 Thread [EMAIL PROTECTED]
For the 10,000 time, DEBUG is not an ERROR! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056940#4056940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056940 ___ jboss-user

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Is JMSProviderLoader backward compatible with JMS 1.0?

2007-06-22 Thread [EMAIL PROTECTED]
Looks like a bug to me: http://jira.jboss.com/jira/browse/JBAS-4498 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056939#4056939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056939 ___

[jboss-user] [JBoss Seam] - Re: Validation throws an exception instead of redisplaying t

2007-06-22 Thread anescu
I looked into the EmailValidator class supplied with Seam 1.2.1, and its different from that found in SVN. So I found the culprit, it doesn't consider valid a String with value ''. And apparently this is the value that gets saved into the bean: Java code in Home.update(): System.out.pr

[jboss-user] [EJB 3.0] - Read only entity manager

2007-06-22 Thread Kruno
I am using jboss 4.0.5 ejb 3.0 and seam, and I have a small problem. Can entity manager be configured in such way so that every entity that is loaded is marked as read only so changes on it do not get persisted. Thanks in advance Kruno. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JNDI/Naming/Network] - Connection Refused looking up jmx/rmi/RMIAdaptor on JBoss_4_

2007-06-22 Thread harleybl
I am having trouble looking up the jmx/rmi/RMIAdaptor within JBoss 4.2.0 GA GA. I looked all over site and did not find an answer. This did work with JBoss 4.0.3SP1 and the same configuration which makes me scratch my head. I have the following policy file and -Djava.security.policy variable poi

[jboss-user] [JBossWS] - Re: MTOM + WS Security = problem

2007-06-22 Thread davideling
Ehm... sorry my last reply was only a code snippet... Service implementation | @WebService(endpointInterface="serviceJBossCipheredSigned.ServiceJBossCipheredSigned", | portName="ServiceJBossCipheredSignedSOAP", | serviceName="ServiceJBossCipheredSigned" | ) | @B

[jboss-user] [Installation, Configuration & Deployment] - Re: Influencing classpath order

2007-06-22 Thread ljnelson
Guess I'll go elsewhere for help. Oh well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056933#4056933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056933 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Validation throws an exception instead of redisplaying t

2007-06-22 Thread anescu
"[EMAIL PROTECTED]" wrote : You've probably got the problem described here: | | http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ regard @NotNull, @Length etc. Hi, I have the same problem with an @Email annotated field. The problem is that the field can allow null values (so no @Not

[jboss-user] [JBossWS] - Re: MTOM + WS Security = problem

2007-06-22 Thread mr_d
Hello davideling, Thanks for your reply, My annotations on my service implementation are: | @BindingType(javax.xml.ws.soap.SOAPBinding.SOAP11HTTP_MTOM_BINDING) | @SOAPBinding(style = SOAPBinding.Style.DOCUMENT, parameterStyle = SOAPBinding.ParameterStyle.BARE) | @EndpointConfig(configName

[jboss-user] [JBossCache] - Getting following error while trying to use JBoss Cache with

2007-06-22 Thread [EMAIL PROTECTED]
Hi, I'm trying to configure JBoss POJOCache to be used with JBoss AS. I have configured POJOCache MBean in the jboss-service.xml as follows jboss:service=Naming jboss:service=TransactionManager REPEATABLE_READ REPL_ASYNC DefaultCluster 5000

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: EJB Deploynment with JBoss and use of hibernate

2007-06-22 Thread aneta
I forgot the mention, I followed the instructions on http://www.laliluna.de/ejb-3-ant-tutorial-jboss.html. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056922#4056922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=405

[jboss-user] [JBoss jBPM] - Re: ERROR JDBCExceptionReporter : Table not found in stateme

2007-06-22 Thread javi0704
Many thanks Cristian, it is a good proposition. I will try your approach and tell you what i reach. Thank you for your response View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056926#4056926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache/JBoss integration using mod_jk.

2007-06-22 Thread kaymenji
"madhav21" wrote : How do you mount your .ear file? | Say my ear file is C:\jboss4.0.5\server\default\deploy\abcd.ear, can can you mount it with JKMount? | | I thought jkMount is to tell which requests to forward to JBoss. Hi, I got the solution. you could mount your web application by ch

[jboss-user] [Messaging, JMS & JBossMQ] - Is JMSProviderLoader backward compatible with JMS 1.0?

2007-06-22 Thread stitcher
What can I see from the documentation, JMSProviderLoader has three parameters, among others: # FactoryRef - the jndi binding of the javax.jms.ConnectionFactory within the jndi context (jboss4/jms1.1 only) # QueueFactoryRef - the jndi binding of the javax.jms.QueueConnectionFactory within the j

  1   2   3   >