[jboss-user] [JBoss Seam] - Re: Conversation context flush required before redirect?

2007-04-17 Thread quilleashm
Thanks for the reply. I solved my problem/mystery (predicatably my fault). The code in question is being called from outside the phase listeners, in a custom Lifecycle implementation to be precise so the Seam Lifecycle.endRequest() never gets called to flush out the conversation context.

[jboss-user] [JBoss Seam] - Re: WS into seam application that don't call seam components

2007-04-17 Thread modoc
You can. I haven't tried annotating the web service object with Stateless, but a simple web service object runs happily within my Seam application (I even have it referencing Seam components). Are you packaging it any differently between the seam app and the non-seam app? View the original

[jboss-user] [JBoss Seam] - Re: Custom JSF Component escaping html

2007-04-17 Thread petemuir
use writer.write rather than writer.writeText View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038166#4038166 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038166 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: seam remoting js-bag multiple dimension prob

2007-04-17 Thread [EMAIL PROTECTED]
Can you please raise this issue in JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038167#4038167 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038167 ___ jboss-user mailing

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

2007-04-17 Thread [EMAIL PROTECTED]
When you installed JBoss did you select the ejb3 profile? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038168#4038168 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038168 ___

[jboss-user] [JBoss Seam] - Re: Upgrade from Seam 1.1 to 1.2.1

2007-04-17 Thread [EMAIL PROTECTED]
Make sure that jboss-app.xml has a unique classloader name for your application. If that doesn't fix it, please post your packaging structure. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038169#4038169 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - bundling datatources with the application

2007-04-17 Thread c_eric_ray
I want to bundle a datasource xml file with my ear. Here's how I have it bundled. | application.ear || |-- META-INF/ |-- ejbs.jar |-- webapp.war |-- my-ds.xml | When this deploys it appears jboss is taking the my-ds.xml file and renaming it to jboss-ds.xml

[jboss-user] [EJB 3.0] - Re: Should unchecked, but declared exceptions get wrapped in

2007-04-17 Thread cracru
The spec lead at Sun was kind enough to answer my question. Here's the results: Of course, the JBoss implementation is operating per design and spec. This means, all unchecked (and extending RuntimeException) exceptions that are not in the control of the business method developer, should not

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-17 Thread rlhr
Actually the progressbar works fine (it uses a commandButton and not a link). So just in case, some have this broken too, the fix is fairly easy for a commandLink. Just remove the form.onclick method and write an onclick method for the commandLink tag (See spec). View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Is there a way to view the size of HTTP sessions in JBos

2007-04-17 Thread genman
Look for an MBean called jboss.cache:service=TomcatClusteringCache See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheMBeans Different eviction strategies might be configured here. But you might be experiencing some sort of leak anyway. You should get a memory profiler (download a trial)

[jboss-user] [JBoss jBPM] - Re: Problem Creating ProcessInstance

2007-04-17 Thread pjodev
were either of you ever able to get this to work with MSSQL 2000 ? I keep getting errors that it is a duplicate processID OR that it is trying to insert Null into the processID field View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038182#4038182 Reply to the

[jboss-user] [Beginners Corner] - Re: JNDI, JDBC Simple Application

2007-04-17 Thread genman
What do you mean by application? Is the servlet not your application? The full exception is needed to see. Check out http://jboss.org/wiki/Wiki.jsp?page=DisplayTheJDNITreeWithTheJMXConsole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038183#4038183 Reply

[jboss-user] [JBoss Seam] - Re: Custom JSF Component escaping html

2007-04-17 Thread spambob
Thanks a lot for your help Pete, now it is working as intended! Gimme a few days to get it finished then I will post my stuff in JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038184#4038184 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss Migration from 3.2.6 to 4.0.5 GA

2007-04-17 Thread genman
My one minute note: Some 3.2 applications will run unchanged in 4.0. If you do encounter issues, likely they will be class-loader issues or configuration file issues. Largely, 3.2 and 4.0 are compatible. View the original post :

[jboss-user] [Beginners Corner] - Where do external jar files go in the ear?

2007-04-17 Thread aslocal
Where do you place external jar files in the ear file to use? I've tried: lib/ META-INF/lib APP-INF APP-INF/lib . Everytime I get a ClassNotFoundException, Any ideas? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038187#4038187 Reply to the post :

[jboss-user] [JBossCache] - Re: JBossCache and readonly transactions

2007-04-17 Thread genman
1) Caching read-only data is a good thing, is it not? 2) If it's a read-only transaction, why not replicate when data is fetched? 3) What's stored is up to Hibernate. What's replicated is up to JBoss Cache. To be honest, I don't really know, though. View the original post :

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-17 Thread HLQ
I have done all steps described in get jBPM 3.2 working with Tomcat and MySQL. But I still can not view the jsp page, it shows the error messages as follows when I try http://localhost:8080/jbpm-console/index.jsp: org.apache.catalina.authenticator.FormAuthenticator forwardToLoginPage

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-04-17 Thread [EMAIL PROTECTED]
anders3 wrote : When will I see the first pom.xml? Maven migration is far from being a priority. If you're so interested in seeing a Maven project file soon, I thought I'd mention that we welcome contributions... :) View the original post :

[jboss-user] [JBoss Messaging] - Support for non-Java clients?

2007-04-17 Thread fupeg
What kind of support for non-Java clients does JBoss Messaging have? I don't count HTTP :-) Are there clients for C# and C/C++ available? Is the story any different for JBossMQ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038192#4038192 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: VariableInstance - Reverse mapping to ProcessInstance ??

2007-04-17 Thread pjodev
just build a SQL query/view? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038193#4038193 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038193 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:fileUpload/ IE/Firefox Filename differences

2007-04-17 Thread [EMAIL PROTECTED]
This is expected behaviour, the filename simply contains what is provided by the web browser. If you just want the base filename without the path then you will need to extract it yourself, or use a utility - the Apache Commons IO library has a method that does this,

[jboss-user] [JBoss Seam] - Re: inconsistent behaviour

2007-04-17 Thread [EMAIL PROTECTED]
You can adjust the MaxPermSize by adding the following Java options: -XX:PermSize=256m -XX:MaxPermSize=512 See the Getting Started chapter in the Seam documentation for more details. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038195#4038195 Reply to the

[jboss-user] [EJB 3.0] - Declare Anotation @EJB will a new instance ?

2007-04-17 Thread changemylife
Hi all! I have a problem that I need some helps from any one. I has a declare: | @EJB | private MyBean bean; | | a new instance was created (automatically)? Thanks and good luck today! View the original post :

[jboss-user] [JBoss Seam] - Try out and new NetBeans module for Seam Gen

2007-04-17 Thread [EMAIL PROTECTED]
NetBeans users! Please try it and let us know what you think. :) http://www.michaelyuan.com/blog/2007/04/17/first-release-of-seam-plugin-for-netbeans/ Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038196#4038196 Reply to the post :

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

2007-04-17 Thread [EMAIL PROTECTED]
We have an existing JIRA issue for captcha enhancements, please add any relevant comments to it: http://jira.jboss.org/jira/browse/JBSEAM-865 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038198#4038198 Reply to the post :

[jboss-user] [JBoss Seam] - Exceptions in JBoss log file when deploying Seam examples

2007-04-17 Thread gus888
Hi all, When I deploy Seam examples to JBoss servers, I always got the following exceptions from log file, although these examples work as normal on servers. I want to know how to terminate these exceptions. I am currently using jboss-4.2.0.CR2 and Seam-CVS.20070417. Any help will be very

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss Migration from 3.2.6 to 4.0.5 GA

2007-04-17 Thread tips09
Thank you genman! But I dropped the EAR file and try to start the jboss server after making necessary configurations, but I am getting tons of errors. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038200#4038200 Reply to the post :

[jboss-user] [JBoss jBPM] - Cannot create more than 1 process in MSSQL

2007-04-17 Thread pjodev
Hello all, I am trying to create multiple processes and I keep getting this error when I use JBPM pr 17, 2007 6:26:15 PM org.hibernate.util.JDBCExceptionReporter logExceptions | SEVERE: Violation of UNIQUE KEY constraint 'UQ__JBPM_PROCESSINST__11D4A34F'. Cannot insert duplicate key in object

[jboss-user] [JBoss Seam] - Re: s:fileUpload problem

2007-04-17 Thread [EMAIL PROTECTED]
I recommend not binding directly to your entity, because the InputStream binding is by far the most resource efficient and obviously you can't have an InputStream property on your entity bean. Instead I recommend you bind the file data to an InputStream field on a (session bean) component, and

[jboss-user] [JBoss Seam] - Re: WS into seam application that don't call seam components

2007-04-17 Thread [EMAIL PROTECTED]
If you have access to CVS then take a look at the seambay example which is currently under development - it has working web services. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038203#4038203 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Support for non-Java clients?

2007-04-17 Thread genman
Not a developer, but from what I know the answer is no. Same with JBossMQ. There is a messaging transport standard that is language independent network protocol that is eventually going to be implemented called AMQP (Advanced messaging queue protocol). (Check the dev forums -- not sure where

[jboss-user] [Installation, Configuration Deployment] - Urgent:- JAR not loading exceptions in JBOSS-4.0.5

2007-04-17 Thread Rajesh.Gajula
Hello, I have a JBOSS cluster running with version 4.0.3 with three nodes, today i tried to Upgrade my server version to 4.0.5 . I made all configuration changes and tried to deploy the .war and .ear files from 4.0.3 server to 4.0.5 server. During the deployments in NEW server i got the

[jboss-user] [Management, JMX/JBoss] - Re: Execution of twiddle from remote machine

2007-04-17 Thread thirumalmarugan
hi i have already disable the firewall View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038206#4038206 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038206 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: Can i remove

2007-04-17 Thread littlefish
THX! it is cool! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038207#4038207 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038207 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: MDB pool configuration EJB3

2007-04-17 Thread judge2005
And in case anyone is wondering. This is how you do the same thing in jboss.xml: | ?xml version=1.0 encoding=UTF-8? | jboss | xmlns=http://java.sun.com/xml/ns/javaee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [JBoss Seam] - Re: Back...

2007-04-17 Thread mgrouch
http://www.jboss.com/index.html?module=bbop=viewtopict=106259 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038210#4038210 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038210

[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

2007-04-17 Thread lkw
Thx everyone for the help. The solution provided by fernando_jmt works. Look like the value element in the restrictions is dependent on the underlying DBMS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038212#4038212 Reply to the post :

[jboss-user] [JBoss Seam] - seam-gen and clickable lists

2007-04-17 Thread hvram
Hi I am trying to modify the seam-gen generated code to support clicable lists . I have modified the List.java file and have a) implemented a local interface which contains one method in addition to extending the EntityQuery b) Annotated that method with the @Factory (x)

[jboss-user] [JBoss Seam] - Re: Seam varargs logging

2007-04-17 Thread mgrouch
JIRA opened http://jira.jboss.org/jira/browse/JBSEAM-1186 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038214#4038214 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038214 ___

[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

2007-04-17 Thread CptnKirk
This just seems begging for a SQL injection problem. Be careful when using this feature. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038215#4038215 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038215

[jboss-user] [JBoss Seam] - Re: ASync calls stays in JBoss queue after restart

2007-04-17 Thread nekstrom
Could some one put a link to where in the jboss wiki I can find out how to disable the persistent timer queue? I can't seem to find it any where. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038216#4038216 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem using Spring + JPA + Struts

2007-04-17 Thread suneetshah2000
ello, I am trying to integrate spring with hibernate with JPA into my struts application and am getting the exception below. The service classes, which are calling the jpa objects were tested with Junit and they worked fine so I am not sure what the cause of the problem is. Any assistance

[jboss-user] [Installation, Configuration Deployment] - Sessions in Jboss

2007-04-17 Thread g2293
Hi, Is there any way to track how many sessions are created in Jboss server and if it being destroyed at the session timeout? Thanks in Advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038220#4038220 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Cannot create more than 1 process in MSSQL

2007-04-17 Thread khamburg
This is a problem in MSSQL and ORACLE I believe. The workaround is to remove a unique constraint. See this post... http://www.jboss.com/index.html?module=bbop=viewtopict=105317 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038221#4038221 Reply to the post

[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

2007-04-17 Thread matt.drees
How so? El expressions get replaced by a parameter, which would cause the input to be escaped correctly, right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038223#4038223 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with the

2007-04-17 Thread ygiriyap
Refer to the below post for pointers http://www.jboss.com/index.html?module=bbop=viewtopict=105615 Cheers ... Yash View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038224#4038224 Reply to the post :

<    1   2   3