[jboss-user] [JBoss Portal] - Re: jboss portal listening only on localhost 8080

2007-08-28 Thread [EMAIL PROTECTED]
proxy should be defined at the machine level, certainly not per portlet. Setting up http.proxyHost and http.proxyPort should be enough. anonymous wrote : | -Dhttp.proxyHost=Proxy Host -Dhttp.proxyPort=Proxy Port | View the original post :

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank problem

2007-08-28 Thread jaikiran
Might have to do with the version of the tutorial, you are using. I guess you are using the latest version J2EE 1.4 Tutorial Update 7 (for Sun Java System Application Server Platform Edition 8.2) January 27, 2006 . This version does not deploy on JBoss 4.0.x (ends up with bean verifier

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - [SessionFactoryObjectFactory] Not found:

2007-08-28 Thread ssuyamboo
Hi I am using hibernate 3 with jboss 4.0.3 . In the start of application I am able to get connection to database. When I tried to execute again database operations again in a while , I am getting hibernate not bound exception with message as below, 14:55:31,439 INFO [Hibernate]

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-28 Thread mgrouch
I've added WIKI http://wiki.jboss.org/wiki/Wiki.jsp?page=JSFPerformanceTipsInSeamApplications View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078749#4078749 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078749

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-28 Thread amitev
Seam is using custom faces context factory where creates a semaphor that synchronizes the creaton of faces context for the current session if the current faces contex is not released. But this does not mean that the action method will be called twice. This means that there will not be two

[jboss-user] [JBoss Portal] - Re: Error on deployment: This portlet app is already registe

2007-08-28 Thread [EMAIL PROTECTED]
2.6.2 won't help you if the problem is not revealed. Either it's a bug but we need your help to figure out what's happens in your case since it has not been reported by anyone else. Either it's a problem in your app that breaks on undeployment. View the original post :

[jboss-user] [JBossCache] - How TreeCacheListener works

2007-08-28 Thread spennec
Hello, I'm trying to use a TreeCacheListener in the following situation: - TreeCache version: 1.4.1 SP4 - There is a cluster with two members - TreeCache is in mode INVALIDATION_SYNC and OPTIMISTIC locking scheme When a piece of data is modified, I remove it from the cache. I expect the

[jboss-user] [JBoss Seam] - Re: impossible usecase?

2007-08-28 Thread obfuscator
matt.drees wrote : No, you can't start multiple conversations in one request. And I'm pretty sure you wouldn't want to; that's not what they're designed for. | | As far as the post-it scenario, I don't think you want a separate backing bean for each post-it. Wouldn't it make more sense

[jboss-user] [JBoss Seam] - FileUpload Exception

2007-08-28 Thread pdepaepe
Any way to manage fileUpload exception? Fe Multipart request is larger than allowed size return a 500 page. This is not working too: | exception class=org.jboss.seam.web.FileUploadException | redirect view-id=/home.xhtml | messageUpload problem/message |

[jboss-user] [JBoss Seam] - Question about begin-conversation in pages.xml

2007-08-28 Thread amitev
Hi all! I a page i have begin-conversation /. In the page i have controls that perform ajax request. But when i make an ajax request seam throws me an exception that there is already conversation started and it cannot start new. How to tell seam not to create a new conversation when i'm already

[jboss-user] [JBoss Seam] - Re: Seam 2.0: Why does @Datamodel require a setter?

2007-08-28 Thread fhh
Okay. Thanks for the comprehensive information! Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078773#4078773 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078773

[jboss-user] [JBoss Seam] - Re: selectDate convertDateTime

2007-08-28 Thread [EMAIL PROTECTED]
s:selectDate will soon be deprecated in favour of rich:calendar so use the workaround. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078771#4078771 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078771

[jboss-user] [JBoss Seam] - Re: Question about begin-conversation in pages.xml

2007-08-28 Thread smithbstl
Try this instead begin-conversation join=true/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078772#4078772 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078772 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam 1.2 application problems on Websphere 6.1 on IBM iS

2007-08-28 Thread soza
We figured out that Portable Application Solutions Environment (PASE) was missing on our iSeries box. That solved the problem. More about PASE here ...http://www-03.ibm.com/servers/enable/site/porting/iseries/pase/overview.html View the original post :

[jboss-user] [JBoss Seam] - Re: Question about begin-conversation in pages.xml

2007-08-28 Thread amitev
What does exactly join=true? Is this: if there's no conversation creat it, if there is such, join it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078775#4078775 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078775

[jboss-user] [JBoss Seam] - Re: DataModelSelection is null

2007-08-28 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1877 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078776#4078776 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078776 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - How to compile JBossTools ?

2007-08-28 Thread lcoetzee
Hi, bandwidth constraints prevents me from downloading regular nightly builds. However, I can keep up to date by just building it locally after doing a svn update. Unfortunately I havent found any documentation of how to actually build the various plugins... Does somebody have a pointer for

[jboss-user] [EJB/JBoss] - Transactions on servlet with JBoss Tomcat only configuration

2007-08-28 Thread rfiroz
Hello, I would like to know if it is possible to do servlet transaction on the client. I have JBoss minimal with Tomcat only configuration on the client side. I know how to do transactions using EJBs, but is the same possible with servlets? Thanks, View the original post :

[jboss-user] [JBoss Seam] - Re: s:link works, h:commandButton doesn't

2007-08-28 Thread [EMAIL PROTECTED]
dkane wrote : 1) Is it possible, that incorrect processing of preceding JSF controls causes incorrect processing of following controls in the same page? (probably not pure Seam but JFS question) On form submission (which h:commandXXX does), yes, as all sorts of errors can occur (e.g. model

[jboss-user] [JBoss Seam] - Re: Seam 2.0: Why does @Datamodel require a setter?

2007-08-28 Thread [EMAIL PROTECTED]
anonymous wrote : But if this is correct doesn't this problem apply to any case where the scope of the datamodel is longer than that of the action bean outjecting it? The same could happen with a stateless action bean and a conversation scoped datamodel. No because the only scope you can

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-28 Thread mgrouch
Few more tips: Keep style classes names, JavaScript functions names, ID names short. They often repeat in HTML and there are still people with modems. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078752#4078752 Reply to the post :

[jboss-user] [JBoss Seam] - 'generate-entities' not generating anything

2007-08-28 Thread axismundi
'seam generate-entities' is not generating anything using Seam 2.0.0.BETA1. The task is running thru without any exceptions, the JDBC driver is recognized, build.properties is read properly. But it seems the database (MSSQL) is not even being connected. Anybody having an idea? View the

[jboss-user] [JBoss Seam] - Re: Maintain async calls after restart

2007-08-28 Thread [EMAIL PROTECTED]
Yes, it is possible with the code in CVS. :) You will need a seam.quartz.properties file in the app classpath and point to the DB for persistent job store -- the default mode is in-memory. I am in the process of writing up a simple example to show how this is done inside JBoss using the

[jboss-user] [JBoss Seam] - Re: selectDate convertDateTime

2007-08-28 Thread tcavaleiro
Could you reply Pete and see the JIRA ( http://jira.jboss.com/jira/browse/JBSEAM-1156 ) Thanks! Tiago. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078768#4078768 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078768

[jboss-user] [JBoss Seam] - Re: DataModel and controls other than h:dataTable

2007-08-28 Thread [EMAIL PROTECTED]
No, you have to use a dataTable for @DataModelSelection to work. Of course, there are lots of other solutions e.g. EL extension, page parameters. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078783#4078783 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JPDL: Multiple actions on transition or page?

2007-08-28 Thread [EMAIL PROTECTED]
Yes, add a JIRA issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078788#4078788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078788 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: HibernateEntityConverter

2007-08-28 Thread yahro
Hi, HibernateEntityConverter works great for Seam 1.2 and what about Seam 2.0? Is there HibernateEntityConverter for it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078798#4078798 Reply to the post :

[jboss-user] [JBoss Seam] - Re: New Seam builds do not support s:link with JSP?

2007-08-28 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1866 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078797#4078797 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078797 ___ jboss-user

[jboss-user] [JBossWS] - Re: jboss 4.0.5 and jbossws 2.0.1, Exception invoking a web

2007-08-28 Thread [EMAIL PROTECTED]
Did you try to recreate the SOAPUI stubs from the WSDL generated by 2.0.1? Does the same error occur? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078793#4078793 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078793

[jboss-user] [Datasource Configuration] - Re: javax.naming.NameNotFoundException: OracleDS not bound e

2007-08-28 Thread rodiere
Hello, did you solve this problem ? Thanks, Stephane View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078779#4078779 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078779 ___

[jboss-user] [JBoss Seam] - Re: When do I need a @Factory?

2007-08-28 Thread [EMAIL PROTECTED]
The Seam documentation documents Seam. A good book on Seam should cover EJB3 basics as well - for example Yuan/Heute View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078804#4078804 Reply to the post :

[jboss-user] [JBoss Seam] - JMS and Seam 1.2.1 GA

2007-08-28 Thread hvram
Hi The following is the programming model I use : I have a JMS listener which is annotated with the @Startup and @AutoCreate annotations. This polls the JMS queue every 'x' minutes and then tries to invoke a Seam component . The Seam component is found and invoked. If the component has any

[jboss-user] [JBoss Seam] - Re: DataModelSelection is null

2007-08-28 Thread amitev
Btw today i had a similar issue with page scoped dataModel but i was passing the object as method param with el s:link action=#{eventLister.selectEvent(item)} value=#{item}/ like this and the same issue as here occured. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: How to compile JBossTools ?

2007-08-28 Thread [EMAIL PROTECTED]
you can select features and Export them as deployable units afaik. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078782#4078782 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078782

[jboss-user] [JBoss Seam] - Re: DataModelSelection does not work with PAGE scope

2007-08-28 Thread [EMAIL PROTECTED]
[url]http://jira.jboss.com/jira/browse/JBSEAM-1877 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078786#4078786 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078786 ___

[jboss-user] [JBoss Seam] - Re: Question about begin-conversation in pages.xml

2007-08-28 Thread [EMAIL PROTECTED]
RTFM View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078792#4078792 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078792 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss on JDK to use JSR199

2007-08-28 Thread Marco.Pehla
So finaly I tried the Java 6 SDK instead of Java 5 and the Java Compiler API (JSR 199) works! :D Now I can compile Java code in memory, without any file accessm inside of a EJB3. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078790#4078790 Reply to the

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-28 Thread amitev
So, ideas how to prevent double action method invokation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078791#4078791 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078791 ___

[jboss-user] [JBoss Seam] - Re: selectDate convertDateTime

2007-08-28 Thread tcavaleiro
Ok, thanks for your time Pete! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078794#4078794 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078794 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Setting .NET friendly Endpoint in web.xml

2007-08-28 Thread [EMAIL PROTECTED]
Thanks. This looks like a bug to me: http://jira.jboss.com/jira/browse/JBWS-1797 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078795#4078795 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078795

[jboss-user] [JBoss Seam] - Re: Getting

2007-08-28 Thread [EMAIL PROTECTED]
s/dependant/referenced/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078806#4078806 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078806 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Getting

2007-08-28 Thread [EMAIL PROTECTED]
Sorry, I need dependant classes as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078805#4078805 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078805 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: Using WS behing a reverse proxy

2007-08-28 Thread richard_opalka
Copy/Paste from the configuration file you were modifying: --- The WSDL, that is a required deployment artifact for an endpoint, has a soap:address | element which points to the location of the endpoint. JBoss supports rewriting of that SOAP address. | | If the

[jboss-user] [JBoss jBPM] - Dynamic due date in timer

2007-08-28 Thread JesperB
We are using jBPM to control a test flow and due to the nature of the workflow, the dueDate in the timer must change with the customers requirements, but when I try to retreive the timer in the node that is currently executing, the 'timer' property is always null. In jBPM 3.1.2 there was a way

[jboss-user] [JBoss Seam] - Re: h:messages renderer or firefox bug?

2007-08-28 Thread [EMAIL PROTECTED]
Odd - XHTML seems to allow class on a tr element. Well, take this to the JSF RI team/firefox team I think. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078811#4078811 Reply to the post :

[jboss-user] [JBoss Seam] - Re: HibernateEntityConverter

2007-08-28 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1242 Vote for it if you want it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078801#4078801 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078801

[jboss-user] [JBoss Seam] - Re: SEAM internationalization problem :(

2007-08-28 Thread grig77cristi
Try to change browser language order. Use ro first. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078812#4078812 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078812 ___

[jboss-user] [JBoss Seam] - Seam 1.2.1GA - Conversation time out (30mins)

2007-08-28 Thread soza
Hi Everyone We have a requirement to have conversation time out set to about 30 mins. Has anyone faced any issues using long conversation time outs? Was there any impact on the server resources? Thanks View the original post :

[jboss-user] [JBoss Portal] - Re: Problems deploying HelloWorldJSFPortlet

2007-08-28 Thread [EMAIL PROTECTED]
I just updated portletswap binaries for Portal 2.6.1 (not the links yet). If you are using JBoss AS 4.0.5 and JBoss Portal 2.6.1 http://anonsvn.jboss.org/repos/portletswap/portlets/2_6/bundles/HelloWorldJSFMyFacesPortlet.zip If you are using JBoss AS 4.2.1 and JBoss Portal 2.6.1

[jboss-user] [JBoss Seam] - SeamGen+EntityQuery - 'argument type mismatch'

2007-08-28 Thread trouby
Hey, I have a simple entityList class inherited from EntityQuery, Everything seems to work fine with pagination, search ,etc... as seamGen generates this just fine, but I can't seems to find a way to add a search parameter that is an entity and not a primitive datatype, so here's an

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: location of utility jars (application specific) shared b

2007-08-28 Thread asapum
Thank you for your response! I wish life was that simple. The problem is that the development for all this WAR's is done by various teams and each has their own schedule for deployments. It is highly impossible for us to deploy all those WAR files in a EAR file. They have to remain as WAR

[jboss-user] [Beginners Corner] - jboss 2.4 + netbeans 5.5

2007-08-28 Thread dapim
Hi, iam trying to install jboss 2.4 + netbeans 5.5 tools - server manager - add server- but when i choose the installation location , doesn't activate the next button?? why?? how can i solve this in order to install jboss?? Thanks View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - nstall jboss 2.4 + netbeans 5.5 problem

2007-08-28 Thread dapim
Hi, iam trying to install jboss 2.4 + netbeans 5.5 tools - server manager - add server- but when i choose the installation location , doesn't activate the next button?? why?? how can i solve this in order to install jboss?? Thanks View the original post :

[jboss-user] [JBoss Seam] - Re: @Startup and user session

2007-08-28 Thread matt.drees
Why do you think raiseEvent is bad? That's probably what I would use. If the second set of initializers depend on contextual variables outjected from the first initializer, I would probably use @RaiseEvent instead of Events.instance.raiseEvent, because the second approach won't do outjection

[jboss-user] [JBoss Seam] - Re: SeamGen+EntityQuery - 'argument type mismatch'

2007-08-28 Thread trouby
Another test of the same thing resulted a 'classCastException', almost same seam stacktrace, but here are the important lines again: | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by:

[jboss-user] [JBoss Messaging] - Re: jbossall-client.jar contains javax.sql.* causing class c

2007-08-28 Thread nkhadakk
I did look into the Jboss AS /client/ dir. Unfortunately for me all the j2ee packages are embedded into one jar (jboss-j2ee.jar). I ended up manually removing the javax.sql package out of the jbossall-client .jar. This leads me to the next question are all jboss artifacts (client facing at

[jboss-user] [JBoss Portal] - Re: jboss portal listening only on localhost 8080

2007-08-28 Thread [EMAIL PROTECTED]
Thanks! I just got it. It turns out that proxy option was never being used, because I put it under this line if [ x$JAVA_OPTS = x ]; then, which is not right. It should be a new line in run.conf file, which should look like follows: JAVA_OPTS=$JAVA_OPTS -Dhttp.proxyHost=...

[jboss-user] [JBoss Seam] - Re: @Startup and user session

2007-08-28 Thread mnrz
well, I didn't know about @RaiseEvent, I will try it the thing that make me reluctant to use Event...raseEvent is that, in my opinion, if you use this too much it will make your application complex and hard to understand and debug it in future anyway, thank you very much for your help,

[jboss-user] [JBoss Seam] - Re: Injection vs. property

2007-08-28 Thread gstacey
Bump... I'm very curious to know if there are any inherent advantages / disadvantages to either approach. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078853#4078853 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078853

[jboss-user] [JBoss Seam] - Re: Hibernate validator does not use the seam locale

2007-08-28 Thread [EMAIL PROTECTED]
Yes I can reproduce. Please add a issue to JIRA. Looks like some sort of caching of the bundle is occuring. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078852#4078852 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to get page view-id variable in a SB???

2007-08-28 Thread asookazian
thx Pete, that worked. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078845#4078845 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078845 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: HibernateEntityConverter

2007-08-28 Thread mgrouch
Yes, please, add this to Seam code base. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078842#4078842 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078842 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Potential Bug (?)

2007-08-28 Thread wschwendt
The following is a potential bug. How to replicate: Use the CVS-based Seam and modify the seamdiscs example as follows: Make the following changes to WEB-INF/components.xml | | // remove the definition of the discs query with a comment | !-- framework:entity-query name=discs |

[jboss-user] [JBoss Seam] - Re: s:validateAll PersistentClassConstraint

2007-08-28 Thread [EMAIL PROTECTED]
I don't think Hibernate class level validators are currently supported by s:validate/s:validateAll. You can add a feature request in JIRA if you like. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078840#4078840 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SEAM internationalization problem :(

2007-08-28 Thread alex_enache
grig77cristi wrote : Try to change browser language order. Use ro first. Thanks. It works fine now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078837#4078837 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078837

[jboss-user] [JBoss Seam] - Re: javax.faces.application.ViewExpiredException

2007-08-28 Thread [EMAIL PROTECTED]
Yes. Please raise a JIRA issue for this. As a workaround you can use Seam's exception handling to catch the ViewExpiredException and redirect to the correct page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078835#4078835 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss and Solr Integration

2007-08-28 Thread jjoo
I am looking for how to integrate Solr and JBoss AS 4.2.1GA (or 4.0.x). Thanks, Jae Joo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078847#4078847 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078847

[jboss-user] [JBoss Seam] - Re: Injection vs. property

2007-08-28 Thread smithbstl
I think its more up to personal preference and how you want your code organized. Bijection can be nice from the standpoint of shorter component names and your jsf more straightforward because you can refer to entities directly. But if you overdo this, your backing beans can get confusing

[jboss-user] [JBoss Seam] - Re: web:character-encoding-filter

2007-08-28 Thread nhpvti
dd_la_frime wrote : I can't override the character encoding of the client and the fact that I can't get my well formed html params in GET action. | According to the reference http://docs.jboss.com/seam/1.2.1.GA/reference/en/html_single/ character encoding filter anonymous wrote : Sets the

[jboss-user] [JBossWS] - Re: jboss 4.0.5 and jbossws 2.0.1, Exception invoking a web

2007-08-28 Thread gumnaam
Problem solved. Initially I had annotated my Interface, and my implementation, with the default values for the @WebService annotation. The interface and implementation, were in different packages, so they had different target namespaces. The problem went away when I specified the same

[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications

2007-08-28 Thread mgrouch
So far I have this proposal to prevent double submission http://jira.jboss.org/jira/browse/RF-710 Also it could be used on any Ajax request to prevent concurrent ajax requests when there is ajax activity alread. What do you think? Thanks View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal and Version Control

2007-08-28 Thread swisst
Any updates on this process? It seems like it would be a fairly common request... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078865#4078865 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078865

[jboss-user] [JBoss Portal] - Re: Servlet Filter issue with Jboss Portal 2.6

2007-08-28 Thread swisst
| filter-mapping |filter-namemyfilter/filter-name |servlet-nameincludedservlet/servlet-name |dispatcherINCLUDE/dispatcher |dispatcherFORWARD/dispatcher | /filter-mapping | View the original post :

[jboss-user] [JBoss Portal] - Re: ViewRecursive vs PersonalizeRecursive

2007-08-28 Thread swisst
SighSo when the behavior does not match the documentation, is this not the best place to ask the question? Should I open a JIRA task? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078856#4078856 Reply to the post :

[jboss-user] [JBossCache] - Re: Invalidation and replication

2007-08-28 Thread mraccola
I figured this one out. I was mistaken, it was not trying to replicate the cache entry. It was simply marshaling the cache key so it could use it for the invalidation notification. Sorry for the confusion. View the original post :

[jboss-user] [JBoss Seam] - Re: Potential Bug (?)

2007-08-28 Thread wschwendt
addendum: if the discs query is defined in component.xml without the scope attribute, no exception is thrown and the seamdiscs example continues to work. | component name=discs class=org.jboss.seam.framework.EntityQuery | property name=ejbqlselect disc from Disc

[jboss-user] [Installation, Configuration DEPLOYMENT] - TCLFilter Implementation

2007-08-28 Thread poyge394
Hi Does anybody test the TCLFilter i dont get how it works, i have configurate it like this: |appender name=AuctionResult class=org.jboss.logging.appender.DailyRollingFileAppender | errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler/ | param name=File

[jboss-user] [JBoss Seam] - Re: Injection vs. property

2007-08-28 Thread Delphi's Ghost
Wasn't there something about outjecting entity beans being a bit of a hog, with the preference being to use properties instead of outjection? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078873#4078873 Reply to the post :

[jboss-user] [EJB 3.0] - Wrong Credentials passed to getConnection

2007-08-28 Thread gowrishankar.ka
I am using JBoss 4.0.5 - I get the following exception when connecting from my application - for the first time alone i.e whenever the app-server is started/ear deployed. App works fine from the second attempt onwards.. any pointers ?? :( 20:39:36,217 ERROR [STDERR]

[jboss-user] [JBoss Portal] - Re: JBoss Portal and Version Control

2007-08-28 Thread [EMAIL PROTECTED]
To create user accounts and roles declaratively ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078877#4078877 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078877 ___

[jboss-user] [EJB/JBoss] - how to exclude a caller in interceptor

2007-08-28 Thread [EMAIL PROTECTED]
Hi, My app based on ejb3 (one of them is message driven bean). We define some interceptors for all session beans, but how can we achieve such that if caller is MDB, then bypass all intercepting stage. like interceptor-binding ejb-namemyService/ejb-name

[jboss-user] [JBossWS] - context-root in jboss.xml

2007-08-28 Thread gumnaam
Hi, I have a following EAR setup. myApp.ear | `META-INF/application.xml | `myWeb.war (ctx root set to /myWeb in application.xml of ear) | `myEjb.jar | `SLSB EJB3s (also exposed as WS). META-INF | `jboss.xml I want to override the default context

[jboss-user] [JBoss Portal] - Re: JBoss Portal and Version Control

2007-08-28 Thread swisst
More of just the best practice on how to promote a portal configuration through dev -- stage -- production. Is the best practice to define your portal in the *-object.xml files (with the limitation of not being able to define roles and accounts)? What happens if you have multiple applications

[jboss-user] [JBoss Seam] - Seam not working with browser session disabled.

2007-08-28 Thread unni_kri
I am running Seam based application on glassfish server. The application works fine when accept cookie is enabled in browser. But when I disable it, application fails. The generated url's have the standard jsessionid parameter at the end. Has any one tried this scenario ? Is there any known

[jboss-user] [JBossWS] - Re: Secure Webservice

2007-08-28 Thread sgarelle
Hi, I am facing exactly the same problem... So, what's the solution? I am using JBoss_4_2_1_GA. On client side, I also use the request context to set the user name and password: | CmiEndPoint proxy = (CmiEndPoint) service.getPort(CmiEndPoint.class); | BindingProvider bp =

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss installation in Vista

2007-08-28 Thread ros060
Thank you so much Dimitris. JBOSS is running on the system now. :-) ros View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078884#4078884 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078884

[jboss-user] [EJB 3.0] - @Service register with JNDI

2007-08-28 Thread khkachn
Does an @Service MBean register with JNDI? How would I control the JNDI name? Thanks, Ken View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078887#4078887 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078887

[jboss-user] [JBossWS] - jbossWS 2.0.1 and JDK 1.6

2007-08-28 Thread gumnaam
The release notes of 2.0.1 say it was fixed to work with JDK 1.6. How ever I can't get it to work with JDK 1.6 under jboss 4.0.5. If I run against JDK 1.6, I get the error saying jaxb-api.jar ver. 2.0 is loaded from bootstrap classpath however the JAX RI requires ver 2.1. To override , use the

[jboss-user] [JBoss Seam] - Re: Question about begin-conversation in pages.xml

2007-08-28 Thread Delphi's Ghost
amitev : Yes, basically, when using begin-conversation in pages.xml your only option is to use join=true without it, a page refresh tries to start a new conversation, and nested=true means a new nested conversation is started each time the page is rendered, even if it is coming from an event

[jboss-user] [JBoss jBPM] - Re: how to create WEB-INF directory?

2007-08-28 Thread kukeltje
??? I think you should read a little more on jBPM first... A WEB-INF is not created when a process is deployed. Where did you read this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078889#4078889 Reply to the post :

[jboss-user] [JBoss Seam] - s:decorate with s:message not displaying

2007-08-28 Thread pietermartin
Hi, I am trying to display validation messages as per the documentation and the booking example. The ajax\hibernate validation works fine but when I check for duplicate manufacturer name on a form submit and add an error message to the injected facesMessages nothing gets displayed. if I add

[jboss-user] [JBossWS] - Re: Using WS behing a reverse proxy

2007-08-28 Thread bblasko
Yes, that approach will work and is a potential workaround so long as you have static WSDL. I am using annotated POJO for the web services so having the WSDL dynamically generated on deployment is preferred. What I really need is the ability to specify the host override in the web.xml or

[jboss-user] [JBoss Seam] - Re: Seam not working with browser session disabled.

2007-08-28 Thread unni_kri
forgot to add Seam version. Seam version is 1.2.1GA JSF 1.2 Also, I am using s:link tag to generate href. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078892#4078892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078892

[jboss-user] [Messaging, JMS JBossMQ] - Re: org.jboss.mq.SpyJMSException: Exiting on IOE

2007-08-28 Thread acollazzo
I am having the same exact problem! I would appreciate any help on this problem. Everything I've read, says I have the program setup correctly to open everything and then in a while loop waiting for messages do the send of the message. When a message finally came in (in my case it can be 30

[jboss-user] [JBoss Seam] - Re: Calling Seam's component from MDB thew java.lang.Illegal

2007-08-28 Thread tonylmai
Here is the stack trace: anonymous wrote : | java.lang.IllegalStateException: Do not start long-running conversations in direct calls to EJBs | at org.jboss.seam.contexts.Lifecycle.endCall(Lifecycle.java:75) | at

[jboss-user] [JBoss Seam] - Seam 2.0 Beta1 Itext example issue

2007-08-28 Thread mdesignz
Hello, I have Seam 2.0.0.BETA1 and AS 4.2.0GA. I've gone through most of the Seam examples without any issues, but the itext example seems to have a problem. It deploys properly, and pointing to: http://localhost:8080/seam-itext/index.seam brings up the Sample Documents page correctly.

[jboss-user] [JBoss Seam] - Binding not responsive using s:fileUpload

2007-08-28 Thread jerryeads52
I am trying to get s:fileUpload to work and yet my backing bean is never being called, is there something wrong with my bindings or configuration? I am using jboss-seam-1.2.1.GA and jboss-4.0.4.GA. The log.info messages never get called but the component is rendering and acting correctly.

[jboss-user] [JBoss Portal] - How to deploy 2 portlets in the same WAR

2007-08-28 Thread jado
I am new to portals and i am trying to deploy 2 portlets in the same war in jboss. I defined both portlets in portal.xml and portlet-instances.xml but only 1 of my portlet instance is registered with jboss portal on startup My portal.xml and portal-instance.xml are ?xml version=1.0

[jboss-user] [JBoss Seam] - Re: Potential Bug (?)

2007-08-28 Thread matt.drees
Yeah, I noticed that too. http://jira.jboss.com/jira/browse/JBSEAM-1814 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4078898#4078898 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078898

[jboss-user] [JBoss jBPM] - Modifying a process already in progress

2007-08-28 Thread lfelser
This isn't a normal thing to do I realize, but I want to be able to modify the unreached parts of a process which is already part-way done. This process includes tasknodes that have been reached, with some tasks created and ended and some created but not ended and some of course not yet created

<    1   2   3   >