[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException on PortableRemoteObject.narrow(object

2007-10-25 Thread jaikiran
anonymous wrote : 20:56:33,671 ERROR [STDERR] Caused by: java.lang.ClassCastException: $Proxy86 | 20:56:33,671 ERROR [STDERR] at com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(Port | ableRemoteObject.java:212) This does look like the interfaces being present in the classpat

[jboss-user] [JBossWS] - Re: Exception while deploying the webservice using jax-ws

2007-10-25 Thread tpawankumar
alessio.soldano wrote: anonymous wrote : Could you please post the code where you're using the XmlAccessorType annotation? | I mean, are you using this | Code: | | @XmlAccessorType(XmlAccessType.FIELD) | | | or something different? (like an array of AccessType.FIELD) |

[jboss-user] [JBoss Seam] - Re: Cannot create a session after the response has been comm

2007-10-25 Thread rlao
you are correct; we use Seam 1.1.6 because some other frameworks we also use does not work with later version of Seam (that may have changed recently though, we haven't religiously checked into them) Do you mind to educate me on what may be the bug that would cause this weird behavior? is ther

[jboss-user] [Beginners Corner] - Re: A simple question about JBoss Portal

2007-10-25 Thread arunprasathav
Hi folks, I have developed sample portlet in jboss portal 2.6.1 and jboss AS 4.0.5. My portlet gets displated on some layout and theme. Thats not the problem now. My doubt is that i get login configuration at the top of portal. I want to get rid of that login and i have to directly communicate f

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jar utility hot deploy/redeploy

2007-10-25 Thread itsme
Right on the servers deploy directory. If you are using default configuration then it would be default deploy. For better separation create your own application folder and the whole directory structure of an ear. No you can copy your jar to the appservers structure within your own structure with

[jboss-user] [Clustering/JBoss] - Re: Controlling cluster services

2007-10-25 Thread krithi
Please give me an opportunity to redefine my questions more clearly My question is 1. Is it not true that, the singleton service (MyClusterService) will be started in the current master node only? 2. Do I need to use if ( isMasterNode() ) check, to avoid the starting the Singleton service in t

[jboss-user] [JBossCache] - Problem in Optimistic Locking

2007-10-25 Thread shanthi_jira
Hi , I have used pessimisticlocking scheme in jboss cache.I have faced dead lock and time out problem. In Forum I saw that Optimistic locking supports concurrency and it will not lead to dead lock problem . I have changed to optimistic locking . But still I am facing the dead lock problem lik

[jboss-user] [JBossCache] - writing to JBoss Cache Remotely

2007-10-25 Thread ges
Hi, I apologize if my question has already been answered here. A quick search did not reveal anything. I am new to JBoss Cache - I am trying to figure out if it is possible for a server to push data to a Jboss Cache remotely. For example, if I have a webapp running in JBoss in one JVM, is it

[jboss-user] [JBoss Seam] - Re: no such setter method: org.jboss.seam.security.Identity.

2007-10-25 Thread mickknutson
Can you please post the code that added the required entries through Maven? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099112#4099112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099112 ___

[jboss-user] [JBoss Seam] - Re: selectItems - Is it possible?

2007-10-25 Thread IGx89
So while it's not fine to put an entity into a client-side state, putting an object wrapping the entity into there is fine? But would't the entity be serialized in either case? I guess I'm just a little confused on how that all works. However, I'm fine with just taking your word for it :). View

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1 + trinidad 1.2.2 + JBoss 4.2.1

2007-10-25 Thread thejavafreak
Perhaps this is due to the differences regarding JSF version. AFAIK Seam 1.2 is build against myfaces and JBoss 4.0.5. Try configuring/changing your libraries. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099110#4099110 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: how to handle a form with input in modalPanel?

2007-10-25 Thread mgrouch
And try changing onclick to oncomplete on your actions. I'm afraid you are hiding it before submitting action. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099109#4099109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: Uses of seam-gen

2007-10-25 Thread thejavafreak
Using seam-gen to generate your project for tomcat requires an extra work. But I recommend you creating the war project using seam-gen and then edit some of the properties in build.xml to match your tomcat properties. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 CR3

2007-10-25 Thread thejavafreak
Seam 2 on maven is definitely cool. I really appreciate it guys. Great job View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099107#4099107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099107

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException on PortableRemoteObject.narrow(object

2007-10-25 Thread lavkul
Here is the entire stack trace, right from server startup to ejb exception. | cmd /c D:\jboss-4.2.1.GA\bin\run.bat -c default | | D:\jboss-4.2.1.GA\bin>echo off | === | | JBoss Bootstrap Environment |

[jboss-user] [JBoss Seam] - Re: Seam security LDAP support

2007-10-25 Thread thejavafreak
OK thanks Shane. I just thought that Seam would support LDAP directly instead of tightly coupling to appserver. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099105#4099105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - How to save values to a node?

2007-10-25 Thread dejiesdeoder
Hi, I am new to Jbpm.I just want to know whether there is any way to save values to a node? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099104#4099104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [EJB 3.0] - Re: ArrayList Mapping

2007-10-25 Thread waynebaylor
try changing ArrayList to Collection so that it matches the return type of getVehicles() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099103#4099103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099103 _

[jboss-user] [JBoss Seam] - Re: Is there a plan to fix fileUpload issue in Seam-ICEfaces

2007-10-25 Thread [EMAIL PROTECTED]
Er.. yes, in the configuration chapter. However after checking it I found a typo - it says to disable a built-in filter to set disabled="false", however it should say to set disabled="true". :/ I've fixed this in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: Identity check during hibernate operaiotn in application

2007-10-25 Thread [EMAIL PROTECTED]
Can you just disable security for your updates then re-enable it again after? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099101#4099101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099101 _

[jboss-user] [JBoss Seam] - Re: Problem showing content based on identity's role

2007-10-25 Thread [EMAIL PROTECTED]
Everything you described looks ok. Could you put a breakpoint in Identity.hasRole() and actually see if the "roles" subject group actually contains the test role as intended? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099100#4099100 Reply to the post :

[jboss-user] [JBoss Seam] - Re: authentication method not called

2007-10-25 Thread [EMAIL PROTECTED]
Seems like something in your page is failing validation before it even gets to authentication. Do you have validation messages for each of your controls? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099099#4099099 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Application path

2007-10-25 Thread kauefelipe
I´ll try this! Thanks a lot!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099097#4099097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099097 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Security questions to the Seam team

2007-10-25 Thread [EMAIL PROTECTED]
Both of these suggestions are good, could you please raise these in JIRA and assign to me. They won't make it into Seam 2.0.0GA however I'll try to get them into 2.0.1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099098#4099098 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: Is there a plan to fix fileUpload issue in Seam-ICEfaces

2007-10-25 Thread modoc
Is there an example or docs on that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099096#4099096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099096 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Let's use component scope before lookupInStatefulContext

2007-10-25 Thread [EMAIL PROTECTED]
Seems reasonable. Could you open a JIRA request for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099095#4099095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099095

[jboss-user] [JBoss Seam] - Re: Is there a plan to fix fileUpload issue in Seam-ICEfaces

2007-10-25 Thread [EMAIL PROTECTED]
In Seam 2 you have the option of disabling the built-in filters, so if you wish to use the ICEfaces file upload control you can now disable Seam's MultipartFilter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099094#4099094 Reply to the post : http://www.

[jboss-user] [JBoss Seam] - Re: Seam security LDAP support

2007-10-25 Thread [EMAIL PROTECTED]
If you're using JBoss AS then there's already an LDAP login module you can use, org.jboss.security.auth.spi.LdapLoginModule. You just need to configure Seam Security to use a configuration with this login module. The security chapter of the documentation should explain how to do this, however

[jboss-user] [JBoss Seam] - Re: UrlRewrite and Custom servlets

2007-10-25 Thread [EMAIL PROTECTED]
Have you tried changing the order of the filters to see if that makes a difference? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099092#4099092 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099092 __

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

2007-10-25 Thread [EMAIL PROTECTED]
I also noticed in your web.xml you have both the Seam redirect and exception filters configured separately. Since you are using SeamFilter, you don't need these (SeamFilter includes them already). If you could post the stack traces for your exceptions I might be able to tell what's wrong from

[jboss-user] [JBoss Seam] - Re: Cannot create a session after the response has been comm

2007-10-25 Thread [EMAIL PROTECTED]
Based on the stack trace, you must be using an ancient version of Seam! ;) That exception has been fixed recently in CVS, I recommend you get the Seam 2.0.0CR2 release or wait for GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099090#4099090 Reply to th

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 CR3

2007-10-25 Thread [EMAIL PROTECTED]
We don't have an plans to increase the use of maven from what we are doing now, at least not in 2.0.0.GA. I hope what we are doing with maven now is working for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099086#4099086 Reply to the post : http:

[jboss-user] [Security & JAAS/JBoss] - Re: Trying to get active users..

2007-10-25 Thread catania
I also have same problem. But I no some replies! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099084#4099084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099084 ___ jbo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Get some informations from Container !

2007-10-25 Thread catania
No some ideas for my problem! When the client connect to server, can I get IP's client ? If the client app is web app is easy! But my client is standard alone. have some ideas ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099083#4099083 Reply to th

[jboss-user] [Security & JAAS/JBoss] - Http status error 404: you requested resources are not avail

2007-10-25 Thread jdsignature
I created a customized login module and placed in the login-config.xml in jboss: - here is the jboss-web.xml java:/jaas/CustomizedLogin> here is the web.xml part Login Test /*

[jboss-user] [Beginners Corner] - Re: A Beginner Problem: JAVA_HOME not set?

2007-10-25 Thread mesmer
"jaikiran" wrote : Do you have Java installed on your system. If not, you can download it from the Sun website. JBoss 4.2.x requires Java 5 version. You can download it from http://java.sun.com/javase/downloads/index_jdk5.jsp. Once you have downloaded it, you can set JAVA_HOME to point to the fo

[jboss-user] [JBoss Messaging] - Exception during JBoss 4.2.2 shutdown using JBoss Messaging

2007-10-25 Thread balkanboy
Hail to the JBoss Messaging gurus (Tim, et al.) - I installed JBM 1.4GA as outlined in the manual on a clean JBoss 4.2.2AS installation, and I am getting the following exception: anonymous wrote : | 17:30:21,541 ERROR [ExceptionUtil] org.jboss.jms.server.connectionfactory.Connec | [EMAIL P

[jboss-user] [JBoss Seam] - Cannot create a session after the response has been committe

2007-10-25 Thread rlao
I was wondering if anyone has run into this problem and give me a little direction. We have an application which run great on firefox and IE (if IE is on the same machine as the webserver) but has a problem on IE where if the browser is on a different machine than the webserver. After logging

[jboss-user] [JBoss Seam] - Re: Isn't the Core JSTL suppose to be supported?

2007-10-25 Thread samdoyle
Please disregard this, this wasn't the problem. This initially worked but when I added the jstl conditional checking it stopped so naturally I blamed it on the jstl. I rolled back everything and it was still not working. The problem was the method signature used to take a Long parameter but wa

[jboss-user] [JBoss Seam] - Uses of seam-gen

2007-10-25 Thread pettersonfp
Hi, I'm starting a new application and I need it to run in plain tomcat 5.5 (no embedded jboss for now). Should I use seam-gen to create my new application or should I copy the hibernate2 example and customize it? Is there any setup for seam-gen create a build file including tomcat deploy? Th

[jboss-user] [JBoss Seam] - UrlRewrite and Custom servlets

2007-10-25 Thread dustismo
Hi, I have a servlet that serves up graph images. (It uses the web:context-filter). It works fine, but if I try to apply a UrlRewrite rule to the servlet it breaks. Here is the exception: | 16:26:43,541 ERROR [PublicGraphs] Caught | java.lang.IllegalStateException: No application con

[jboss-user] [JBoss Seam] - Re: seam-gen generate entities errors

2007-10-25 Thread bdlink
Tried with seam2.0.0.CR3, same errors. As suggested, adding columnDefinition="char(32)" to the id key fixes the problem with hibernate validation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099067#4099067 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 CR3

2007-10-25 Thread yuriy_zubarev
Congrats guys! I'm begging you to have GA version seamlessly working with maven. Maven-ized examples would be nice too. Thank you, Yuriy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099066#4099066 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Isn't the Core JSTL suppose to be supported?

2007-10-25 Thread samdoyle
Yet when I use the c:forEach and c:choose I get Seam debug window with no useful information in it whatsoever. There is no exception being thrown in the logs. | | | | | N | |

[jboss-user] [JBoss Portal] - npe for wiki attachments

2007-10-25 Thread PeterJ
JBoss AS 4.2.1, JBoss Portal 2.6.2, JBoss Wiki beta2 Has anybody noticed that you cannot upload attachments in the wiki? You get a null pointer exception in the commons file upload module. Point of interest - JBoss Wiki builds with commons file upload 1.0, yet does not ship with it. JBoss Porta

[jboss-user] [Javassist user questions] - javassist as a profiler in jboss

2007-10-25 Thread cry4dawn
Im trying to use javassist to create a profiler for our classes in jboss. i have gotten the -javagent part to work, i have gotten the transform part to work for classes in the run.jar. now i can see my classes(from the ears, wars and jars) being passed into the transformer class. i can even get

[jboss-user] [Remoting] - Re: remoting-https-service configuration

2007-10-25 Thread [EMAIL PROTECTED]
I assume that port 443 is being used by JBossWeb (i.e., tomcat) - is that so? I don't know anything about JBossMQ, but I'm guessing it ran behind a servlet, so that the only port opened was that used by tomcat. Now, 1. The Remoting http transport borrows the networking layer of tomcat, which

[jboss-user] [JBoss Portal] - Re: need a easy solution to integrate sso into jboss portal

2007-10-25 Thread nijiworld
thanks friends i will read it after my thanks:) however, in ths referenceGuide it mentioned: anonymous wrote : The steps below assume that CAS server and JBoss Portal will be deployed on the same JBoss Application | Server instance. CAS will be configured to leverage identity services exposed

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

2007-10-25 Thread rjstanford
That certainly seems to have been the culprit. I think its because Trinidad automatically (somehow) installed a filter even though nothing was put into web.xml about it that removed the image and placed it into its own UploadedFiles object - so Seam never saw that it was sent, which is reasonab

[jboss-user] [JBoss Seam] - Re: DocumentStore exception

2007-10-25 Thread damatrix
This is the project structure | project.ear |META-INF |lib/ | commons-beanutils-1.7.0.jar | commons-digester-1.6.jar | jboss-el.jar | richfaces-api-3.1.2.GA |jboss-seam.jar |jcaptcha-all-1.0-RC6.jar |project-ejb.jar |pro

[jboss-user] [JBoss Seam] - Re: EntityQuery Restrictions

2007-10-25 Thread [EMAIL PROTECTED]
Or hold an order field locally and implement both get and setOrder... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099057#4099057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099057 _

[jboss-user] [JBoss Seam] - Re: selectItems - Is it possible?

2007-10-25 Thread [EMAIL PROTECTED]
It's relatively easy to determine if an object is an entity through PersistenceProvider (if its not, it can be added). I can't see why you would worry about whether it contains a collection of entities. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099056#4

[jboss-user] [JBoss Seam] - Re: jstl forTokens - Is it possible?

2007-10-25 Thread DiegoCoronel
i got same problem, i need something like | | and in my xhtml | | its like my tld cant use forTokens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099054#4099054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Re: jstl forTokens - Is it possible?

2007-10-25 Thread [EMAIL PROTECTED]
c:forTokens isn't implemented in facelets - read the reference manual. https://facelets.dev.java.net/nonav/docs/dev/docbook.html#taglib-available-jstl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099055#4099055 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: jstl forTokens - Is it possible?

2007-10-25 Thread dparanhos
Sorry for the bumping... I am using facelets View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099052#4099052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099052 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: selectItems - Is it possible?

2007-10-25 Thread IGx89
How hard/expensive would it be to determine if an object is or contains any entity classes? For simple POJO's I'd imagine it'd be pretty simple, but once you get into nesting or collections or stuff I imagine it'd be much more complex? Or is there a method in Seam which makes that all a piece of

[jboss-user] [JBoss Seam] - Re: jstl forTokens - Is it possible?

2007-10-25 Thread [EMAIL PROTECTED]
Do you use facelets or JSP? Please don't bump your topic after 2.5 hours! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099048#4099048 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099048

[jboss-user] [JBoss Seam] - Re: h:commandButton not working on RichFaces tab

2007-10-25 Thread damatrix
Problem solved Thanks for the last post, SergeySmirnov. The problem was a form in another form as you can see from my very first post. You saved me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099044#4099044 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: Seam security LDAP support

2007-10-25 Thread [EMAIL PROTECTED]
JBoss SSO supports LDAP http://jira.jboss.com/jira/browse/JBSEAM-1032 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099045#4099045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099045

[jboss-user] [JBoss Seam] - Re: selectItems - Is it possible?

2007-10-25 Thread [EMAIL PROTECTED]
1 & 2 are not mutually exclusive (just be clever and warn if an invalid combination comes up) 3 is not a viable option as it is basically a memory leak View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099043#4099043 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: jstl forTokens - Is it possible?

2007-10-25 Thread dparanhos
Anybody? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099040#4099040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099040 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [JBoss Seam] - Re: EntityQuery Restrictions

2007-10-25 Thread griffitm
This seems to work: | @Override | public String getOrder(){ | if(super.getOrder() == null){ | return "status.sortOrder"; | } | return super.getOrder(); | | } | View the original post :

[jboss-user] [JBoss Seam] - Re: selectItems - Is it possible?

2007-10-25 Thread IGx89
Ok, #2 would definitely explain why there's an EntityConverter and not an ObjectConverter. It seems there are, at the very least, three ways to approach this: 1. Do what I originally suggested (an "ObjectConverter" that serializes to the page scope), requiring objects to not be (or contain!) ent

[jboss-user] [JBoss Seam] - Re: Seam built-in components not working with Woodstock !!!

2007-10-25 Thread [EMAIL PROTECTED]
We have exactly zero votes in JIRA for the only woodstock issue. Therefore it is a low priority - if we start to see votes for it, it will get bumped up the priority list. This would be a great community contribution! View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: EJB vs POJO (I don't need transactions)

2007-10-25 Thread modoc
I think you've answered your question Go with POJOs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099036#4099036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099036 _

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

2007-10-25 Thread [EMAIL PROTECTED]
So you are saying that s:fileUpload doesn't work with Trinidad? Can you try with Seam 2 CR3? If it doesn't work, please file a JIRA issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099035#4099035 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Seam built-in components not working with Woodstock !!!

2007-10-25 Thread b.reeve
My Environment now is Seam : 2.0.0.CR2 Woodstock : 4.1 JSF : 1.2 Java : 5.0 Tomcat : 6.0.10 These are the files that I have Employee.java | package test.injection; | | import java.io.Serializable; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.In; | imp

[jboss-user] [JBoss Seam] - TimerBean and TimeBeanImpl from seam-gen project

2007-10-25 Thread awhitford
After building a project with seam-gen, I see a TimerBean interface and TimerBeanImpl class. I see the timer component is being used by layout\template.xhtml, but I am wondering why this is generated instead of part of the ice jar? View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: EntityQuery Restrictions

2007-10-25 Thread griffitm
Overriding the getOrder method as below then disables the clickable sorting feature of the data tables: | | | | | | | #{status.description} | | No longer seems to work

[jboss-user] [JBoss Seam] - Re: Table and column comments seam gen/Oracle

2007-10-25 Thread [EMAIL PROTECTED]
This would require support from hibernatetools (which I'm sure doesn't exist) - but talk about this over at http://tools.hibernate.org View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099032#4099032 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: param propagation: How to avoid

2007-10-25 Thread [EMAIL PROTECTED]
Don't use create a page parameter for that page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099029#4099029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099029 ___ jboss-

[jboss-user] [JBoss Seam] - Re: the method invoked twice, when render the page once!

2007-10-25 Thread [EMAIL PROTECTED]
Read up on outjection in the seam reference manual. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099027#4099027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099027 ___ jbo

[jboss-user] [JBoss Seam] - Odd Errors and OutOfMemory

2007-10-25 Thread modoc
I have some odd errors showing up in my Seam app. I am hoping that someone here can provide a little guidance. Caused by: java.lang.IllegalStateException: could not acquire lock on @Synchronized component: mailQueue the mailQueue component is session scoped, isn't synchronized by me, nor can

[jboss-user] [JBoss Seam] - Re: selectItems - Is it possible?

2007-10-25 Thread [EMAIL PROTECTED]
oops. Of course, you mean with a boolean field added. Well in this case my (2) applies. So there is no easy way to write a generic converter in this case short of caching the objects in session scope. But, I'm open to ideas (I did the initial work on this for Seam 1.1 or something and the usag

[jboss-user] [JBoss Seam] - Re: seam 2.0.0 CR1 and jboss 4.0.5

2007-10-25 Thread [EMAIL PROTECTED]
Yes, read the docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099026#4099026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099026 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - Re: java.lang.OutOfMemoryException occuring in our growing t

2007-10-25 Thread modoc
I've been getting OutOfMemory errors in production. It started after upgrading to seam 2 and jboss 4.2. It happens somewhat randomly. I use @Async as well, although no hibernate or db at all. Do you see any other error before the out of memory errors? View the original post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: selectItems - Is it possible?

2007-10-25 Thread [EMAIL PROTECTED]
1) I never came across a use case in the wild that, as Dan says, wasn't either an entity or supported by a built in JSF converter (your example is covered by javax.faces.Boolean) 2) You can't convert entities like that as JSF may serialize page scoped variables (when using client-side state sav

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1 web session problem

2007-10-25 Thread vkviswanadh
I mean to say, the physical file name is same as it is in mod-jk.conf C:\Program Files\Apache Group\Apache2\modules\mod_jk.so Thanks! VVK View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099022#4099022 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1 web session problem

2007-10-25 Thread vkviswanadh
Actually I mentioned like as you said.By mistake I wrote (modjk.so) like that in this forum. My apologies. the entry in mod-jk.conf is LoadModule jk_module modules/mod_jk.so Thanks! VVK View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099019#4099019 Rep

[jboss-user] [JBoss Seam] - Re: java.lang.OutOfMemoryException occuring in our growing t

2007-10-25 Thread [EMAIL PROTECTED]
Seam itself has around 120 integration tests - but split between many classes so embedded starts many times. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099018#4099018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [EJB 3.0] - EJB vs Pojo in Seam App

2007-10-25 Thread joeyxxx
Hello All, If I'm writing a simple seam application that just communicates with a WS and I have no need for transactions nor remote clients yet, which is the way to go? What I care about the most is speed in a clustered environment I don't have a need for distribution yet neither. Thanks View

[jboss-user] [JBoss Portal] - Does JBoss 4.0.X supports portals

2007-10-25 Thread kondamudims
Hi, I am new to JBoss. I would like to write a sample portal on JBoss . I have JBoss 4.0.2 Application Server. Is this enough ? and also please provide me the difference between JBoss4.0.2 and Portal 2.4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099017#

[jboss-user] [JBoss Seam] - Re: Generating XML

2007-10-25 Thread mgrouch
You can use Servlet and inject Seam components into it programmatically. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099014#4099014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099014 _

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 CR3

2007-10-25 Thread [EMAIL PROTECTED]
We are intending to define a proper release cycle so that it is released and versioned independently from Seam post 2.0.0.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099013#4099013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Re: DataTable Sorting Example

2007-10-25 Thread griffitm
Ok, I tried restructuring this as a framework query, and the query works, but the pagination throws an exception. First the query as defined in components.xml: | |d.dueDate > #{search.fromDate} |d.dueDate < #{search.toDate} |

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1 web session problem

2007-10-25 Thread [EMAIL PROTECTED]
Rename the file mod_jk.so (notice the underscore.) The path from the root of Apached needs to match this from mod-jk.conf: LoadModule jk_module modules/mod_jk.so View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099011#4099011 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Re: h:commandButton not working on RichFaces tab

2007-10-25 Thread SergeySmirnov
"szaccaria" wrote : Other person have the same problem... | | http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119233&postdays=0&postorder=asc&start=0 | | http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119558 They are different, but not the same. 1. Using h:commandLin

[jboss-user] [JNDI/Naming/Network] - Re: LdapLoginModule talking to microsoft adam

2007-10-25 Thread rbartig
I finally figured it out and thought I'd post what I found in case someone else has the same issue. Turned on the trace in jboss and read through the LdapLoginModule source code. The user I was trying to log in with wasn't in the Administrators or Readers role. Doesn't even matter if they're

[jboss-user] [JBoss Seam] - Re: java.lang.OutOfMemoryException occuring in our growing t

2007-10-25 Thread Toby451
Forgot to mention, Hibernate Search and a Lucene index is also part of the mix. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099008#4099008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099008 __

[jboss-user] [JBoss Seam] - java.lang.OutOfMemoryException occuring in our growing test

2007-10-25 Thread Toby451
All of a sudden when our test suite now is approaching 100 tests (mostly integration tests with FacesRequest) we start experiencing OutOfMemoryErrors ... quite randomly as well. It is hard to tell when this was introduced. It has somewhat sneaked upon us. We suspect the caching ... maybe - but

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1 web session problem

2007-10-25 Thread vkviswanadh
HI , I put the mod_jk.so file at C:\Program Files\Apache Group\Apache2\modules\modjk.so and created all the required files under C:\Program Files\Apache Group\Apache2\conf the files are workers.properties mod-jk.conf uriworkermap.properties jkmount.properties Thanks! VVK View the origin

[jboss-user] [JBoss Seam] - Re: Exceptions in page param converters

2007-10-25 Thread adamw
It probably is related to this issue :). However, I didn't have @BypassInterceptors, so that I could have some values injected (I had @In EntityManager entityManager). Now that I removed it, I have to lookup the entity manager manually. But how can I do that? Writing: | EntityManager entityM

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke?s Bank code compile error

2007-10-25 Thread benyw
hi, peter you are so kind. i have tested jboss with mysoql use CMP roster application and it did work. you mean i did not create the right table to match with application, maybe i check it again,let you know. thank you again View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 CR3

2007-10-25 Thread [EMAIL PROTECTED]
It's a long story. The dependency in the pom is still on RC1. We should have bumped the version just for naming consistency, but didn't. We will do that for GA. Sorry for any inconvenience. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099003#4099003 Re

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1 web session problem

2007-10-25 Thread [EMAIL PROTECTED]
Where did you put mod_jk.so? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099001#4099001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099001 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Seam 2 and JBoss 5

2007-10-25 Thread [EMAIL PROTECTED]
We'll take another look at JBoss 5 compatibility for 2.0.1. However, the issue isn't trivial to solve, so don't hold your breath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099002#4099002 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Seam 2 and JBoss 5

2007-10-25 Thread nickarls
What are the plans for getting Seam 2.0.x running on JBoss 5.x? I read something about the seam deployment scanner currently being incompatible with JBoss 5. I'd hate to run my Seam 2.0.0CR2 + ICEFaces 1.7DR3 on a production app server when there is something with a "beta" in the name availabl

[jboss-user] [JBoss Seam] - ajax4jsf mediaOutput in Seam?

2007-10-25 Thread EricJava
I'm trying to use mediaOutput in Seam: (1.2.1): The chartGenerator.paint method never gets called; the whole thing is ignored. In fact if I change the name "paint" to something else that isn't even a method on that class, it doesn't throw any exceptions or do anything. I searched around the

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1 web session problem

2007-10-25 Thread vkviswanadh
Hi Thanks a lot for your reply. As I said ,I am using windows xp, do I need to use any thing other than,mod_jk.so file. After configuring all the stuff as explained in the document http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss and trying to test whether my configuration is

[jboss-user] [JBossWS] - Re: WSTools to generate jaxrpc-mapping.xml file?

2007-10-25 Thread wcydaip
So, the call to WSTools is not necessary? That's what I was hoping to find out. Does this also mean that we no longer need a mapping file? If not, how is the mapping file generated? WSTools? The reason I even tried to generate artifacts with the WSTools is to solve this error: | 2007-1

  1   2   3   >