[jboss-user] [JBoss Seam] - Re: Bijection of Application Scoped Component

2007-03-16 Thread youngm
Thanks. That's what I figured, Just wanted to make sure I'm not missing something. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029000#4029000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029000 __

[jboss-user] [JBoss Seam] - Re: Bijection of Application Scoped Component

2007-03-16 Thread [EMAIL PROTECTED]
Depends what you mean. The internal data structures are threadsafe, and you can make your own component threadsafe by adding @Synhcronized, but if multiple threads access multiple components out of the session and application context, there is no expectation of atomicity. View the original post

[jboss-user] [JBoss Seam] - Re: Error when deploying to Tomcat

2007-03-16 Thread eeckmann
I have the same problem with jboss-seam from head. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028998#4028998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028998 ___ jbo

[jboss-user] [JBoss Seam] - Re: Problem with Hibernate

2007-03-16 Thread eeckmann
I have the same problem with jboss-seam from head. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028997#4028997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028997 ___ jbo

[jboss-user] [JBoss Seam] - Re: Help returning raw data from Seam

2007-03-16 Thread [EMAIL PROTECTED]
http://java.sun.com/jsf/core"; xmlns:h="http://java.sun.com/jsf/html"; contentType="application/xml"> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028996#4028996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Re: Seam and Captcha

2007-03-16 Thread tarantula
Hi Shane, Is it possible to override the message returned by the Captcha component when the input is incorrect? Right now, it displays the String "input characters did not match". I noticed this is defined in an annotation named CaptchaResponse that is applied to Captcha.getResponse(). Can I

[jboss-user] [JBoss Seam] - Re: Deploying Seam tutorial existent examples on Eclipse

2007-03-16 Thread Delphi's Ghost
Try and open up the ant build file in Eclipse and use the deploy target. I don't believe you can associate these projects with a server in Eclipse and use the publish functions, it needs to be ant driven. I use Netbeans so this is at best a guess. Alternatively, just use the command line, open

[jboss-user] [JBoss Seam] - Re: Bijection of Application Scoped Component

2007-03-16 Thread stu2
I don't think so. Gavin said access to the session isn't made threadsafe, so it isn't likely. Plus that would impose a severe bottleneck on the application anyway if it were accessed very much, so you probably don't want that anyway. View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: cannot make authenticator work

2007-03-16 Thread [EMAIL PROTECTED]
Can you verify (using debug.seam) what the authenticateMethod valid is on the instance of identity in the session? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028990#4028990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - Re: Troubleshooting: seam component not found

2007-03-16 Thread [EMAIL PROTECTED]
It looks like it has found and is using identity. It's not finding your "authenticator" component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028989#4028989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028989 __

[jboss-user] [JBoss Portal] - Re: what i need to do

2007-03-16 Thread Kborna
Did you created a web project? Does your program compiled ok? Also have you installed the JBoss plugin? Try it this way Right Click on your project, Select "Export" > Export... click on "+" next to web folder, and select WAR file. Let me know if that worked? View the original post : http://www

[jboss-user] [Beginners Corner] - Source Listener Automated Pull/Push Text Capture

2007-03-16 Thread netdawg
Which product within JBoss, if any, would be most appropriate if I have to create the following functionality: 1. A generic listener thread that monitors various sources http, ftp, smtp 2. Senses a change (date, file size, content etc). 3. Performs a GET (pull) or PUT (push) when gets past 2.

[jboss-user] [JBoss Portal] - renderRequest cannot be resolved

2007-03-16 Thread Kborna
Hello, I downloaded HelloWorldPortlet from http://anonsvn.jboss.org/repos/portletswap/portlets/2_4/bundles/HelloWorldPortlet.zip Imported the War file into Eclipse and I'm getting the following error on view2.jsp saying renderRequest cannot be resolved. Any idea what I need to do? <%@ taglib uri

[jboss-user] [Messaging, JMS & JBossMQ] - MDB dies when it encounters a ThreadPoolFullException

2007-03-16 Thread koganty
We running JBoss 4.0.4 with EJB3 RC8. Under heavy load, an MDB just dies when it encounters a ThreadPoolFullException. 2007-03-16 19:19:46,984 WARN [Connection Consumer for dest Subscription[subId=-2147483648connection=ConnectionToken:ID:8/ebde215ac757411ae1b93a049e9907e7 destination=TOPIC.sys

[jboss-user] [JBoss Seam] - Re: SuggestionBox + h:inputText + entityConverter

2007-03-16 Thread petemuir
I've never tried this, can you put an issue in JIRA, and I'll see what I can do? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028984#4028984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028984 __

[jboss-user] [JBoss Seam] - Re: selectManyMenu and EntityHome

2007-03-16 Thread petemuir
Surely you need a select many in this case: | | - it doesn't make any sense to use a selectOneMenu to put objects into a Collection. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028983#4028983 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: how to use part of URL as parameter

2007-03-16 Thread henrik.lindberg
Thanks guys! That helped a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028982#4028982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028982 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Re: Doc change

2007-03-16 Thread [EMAIL PROTECTED]
Fixed in CVS, thanks :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028981#4028981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028981 ___ jboss-user mailing list jboss-u

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

2007-03-16 Thread Udo.Krass
Got It: | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028979#4028979 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: FacesMessage not appearing....

2007-03-16 Thread [EMAIL PROTECTED]
I have other messages appearing fine elsewhere, just this area that uses the authentication stuff from Seam that has problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028977#4028977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: Dependent Fields in 2 Classes Best Practice?

2007-03-16 Thread mgombocz
Hi Greg, I am not if it works, because I haven't tried it yet: Probably you could use the @javax.persistence.PrePersist and @javax.persistence.PreUpdate Callback Events in your Project Entity Bean for accumulating your expenses and then setting spentAmt. HTH, Manuel View the original post :

[jboss-user] [JBoss Seam] - FacesMessage not appearing....

2007-03-16 Thread [EMAIL PROTECTED]
given: | @Stateless | @Name("authenticationController") | public class AuthenticationControllerImpl implements AuthenticationController, Serializable { | | @PersistenceContext | private EntityManager em; | | @In(create = true) | @Out | private LoggedInUs

[jboss-user] [JBoss Seam] - Re: Injecting Business Process context scoped variables

2007-03-16 Thread mgombocz
What is also suprising is if I inject Seam component "processInstance" into "workEffortRecipient", this var is also null. Most probably this happens because jBPM writes its process instance variables into the database within a transaction of a separate hibernate session. But, shouldn't Seam hol

[jboss-user] [Installation, Configuration & Deployment] - Re: JVM setting for multiple instances of JBOSS on linux

2007-03-16 Thread PeterJ
One possibility: change the run.sh script to open a conf file using the configuration name, thus in your example it would open instance1.conf. Of course, if no configuration is given, run.sh should open run.conf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Messaging] - Re: JMS Activation error with MDB

2007-03-16 Thread [EMAIL PROTECTED]
We will release SP very soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028970#4028970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028970 ___ jboss-user mailing list j

[jboss-user] [EJB/JBoss] - When and how to start/end a transaction in CMT

2007-03-16 Thread jiyanghu
I am using 3.2.8SP1 with Oracle 9i. In a stateless bean code will find an entity from an entity bean, then set up some new values for it. But in stateless bean it never explicitly invokes entity bean's store (ejbStore) method. So my question is, 1. When does CMT start in this case? How does it

[jboss-user] [Installation, Configuration & Deployment] - Jboss 4.2.0CR only binds to localhost

2007-03-16 Thread risenhoover
HI All, I've installed the latest 4.2.0CR build and deployed my application onto a server (neon). I have a mod_jk connector running on a firewall (nitrox) that dispatches connections to the instance running on neon. The problem is that whereas Jboss 4.0.xCR would bind to all interfaces by def

[jboss-user] [JBoss Seam] - TestNG

2007-03-16 Thread Udo.Krass
Hi, i wanna use TestNG to test my seam webapp. My classpath settings include my JAR, my EAR, the jndi-parameters and all jars i use in the project: | | | | | | But when I invoke my test, i get followi

[jboss-user] [JBoss Seam] - SuggestionBox + h:inputText + entityConverter

2007-03-16 Thread damianharvey
I'm a bit stuck on how best to use the Richfaces Suggestion box with an EntityConverter. I'd like to use it in a similar fashion to the s:selectItem - in that it sets a field value to an entity (eg. setting CITY in PERSON) while displaying a label (eg. CITY.CITYNAME). The SuggestionBox retur

[jboss-user] [JBoss jBPM] - Re: Getting SQLGrammarException when installing jBPM BPEL 1.

2007-03-16 Thread qliu
Thanks for your quick response. There must be sth wrong with my setup. I am new to JBoss, please bear with me. After I changed the property "hibernate.dialect" to org.hibernate.dialect.Oracle9Dialect, I am getting the error: | 2007-03-16 14:29:31,657 DEBUG [org.hibernate.SQL] select * from (

[jboss-user] [JBoss Portal] - Re: additional fields on the login page

2007-03-16 Thread ikazarno
This not only sounds weird, this is weird :) Particularly if the user can always change his preferred location in the profile! But it simply for me to quickly implement this requirement than to convince the customer that such behavior is atypical. View the original post : http://www.jboss.com/

[jboss-user] [Installation, Configuration & Deployment] - JVM setting for multiple instances of JBOSS on linux

2007-03-16 Thread vannguyen0
I have three different instances of JBoss running on my Linux server. I want to configure the JVM differently for each server. But it looks like it's looking at the run.conf for the JVM settings. Is it possible to specify a different run.conf for each instance? If not, how else would I speci

[jboss-user] [Clustering/JBoss] - Re: login problems on cluster

2007-03-16 Thread [EMAIL PROTECTED]
Sounds like mod_jk isn't configured for sticky sessions. When you post the login form, it's not going back to the server that sent it to you and you get the error you report. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028961#4028961 Reply to the post :

[jboss-user] [JBoss Seam] - Deploying Seam tutorial existent examples on Eclipse

2007-03-16 Thread anarinsky
How to deploy Seam tutorial existent examples on Eclipse? The ?seam new-project? tool allows creation of the Eclipse new project but does not work with existent projects. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028959#4028959 Reply to the post : ht

[jboss-user] [Remoting] - Error during remote request

2007-03-16 Thread sp4rt4n029
the hello world example works fine but this doesnt. any thoughts? Thanks 14:19:06,341 ERROR [ExecutionHandler] Error during remote request | java.lang.reflect.InvocationTargetException | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeM

[jboss-user] [JBoss Seam] - Dependent Fields in 2 Classes Best Practice?

2007-03-16 Thread gzoller
Hello, For the purpose of this question assume I have 2 objects I'll show here extremely abbreviated and w/o all the annotations, but both are @Entity and all the persistence mappings work fine: | public class Project { | private List expenses; | private int spentAmt; | |

[jboss-user] [JBoss Seam] - Re: how to use part of URL as parameter

2007-03-16 Thread [EMAIL PROTECTED]
I've been using http://tuckey.org/urlrewrite/ with good results. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028953#4028953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028953 _

[jboss-user] [JBoss and NetBeans] - Re: Unable to deploy / run to JBoss from Netbeans, port 8080

2007-03-16 Thread xeion
The strange thing is that im able to start JBoss server without any errors but when I try to deploy from Netbeans it tries to start JBoss again and then the ports are already used by JBoss. Netbeans does not seem to notice that JBoss already is running, not even under servers. View the origina

[jboss-user] [JBoss Seam] - selectManyMenu and EntityHome

2007-03-16 Thread ector7280
I successfully used, the EntityHome generated by seam-gen with selectOneMenu like this: | | | | But when I try to use the same technique with a Collection, it throws an exception: | | 16:48:36,828 ERROR [D2DFaceletViewHandler] Problem in renderResponse: Argument is not

[jboss-user] [JBoss Messaging] - Re: JMS Activation error with MDB

2007-03-16 Thread tonylmai
Never mind. I found a work around in the earlier post. The real question for us less savvy on JBoss Messaging would be then how to build a binary from the subversion code? Is it possible for someone to build a patch and release it? Thanks View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss jBPM] - Re: JBPM WITHOUT the starter kit

2007-03-16 Thread markricard
I agree with most of what you are saying. A newbie forum would be a good idea. And lack of version numbers is a big problem that you typically don't discover until you have gotten well into your implementation of the article. anonymous wrote : but the question is asked often enough...people us

[jboss-user] [JBoss jBPM] - go download jPDL 3.2.GA, it's good for you

2007-03-16 Thread [EMAIL PROTECTED]
http://blogs.jboss.com/blog/tbaeyens/2007/03/16/jBPM_jPDL_improves_enterprise_and_email_support_and_new_console.txt regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028946#4028946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Messaging] - JMS Activation error with MDB

2007-03-16 Thread tonylmai
Hello, I have developed a very simple MDB to test with JBoss Messaging 1.2/JBoss 4.0.5GA. When JBoss came up, it complained about JMS activation with the following warning and then error: (as you can see in this log, a queue was created, a MDB was started and then a warning and an exception) a

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss Portal, Alfresco SSO using CAS

2007-03-16 Thread SyedH
I placed a servelt filter and redirected my portal login page to CAS login page, which has been configured to use JBoss JAAS authentication. However, my portal page doesn't look like authenticated. ie, I get into the portal page as if not logged in. Can anyone please let me know if there are an

[jboss-user] [JBoss jBPM] - Re: fault never reaches catchall

2007-03-16 Thread [EMAIL PROTECTED]
Done, take a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmBpelBuildFromCvs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028942#4028942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028942 ___

[jboss-user] [JBossWS] - Re: wsconsume with provider sample

2007-03-16 Thread superomega
Hallo again, the question was for this example: Why do I get a void type as result of the method and not a result value from type user? Greets, Werner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028941#4028941 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Portal] - Re: Newbie: Simple security question

2007-03-16 Thread mchan_98
Look at the user doc Basically, in your WEB-INF\-object.xml file that define your page, you need to add Admin viewrecursive in the deployments->deployment->page tag In practice, there's a number of things that can

[jboss-user] [JBoss Seam] - Troubleshooting: seam component not found

2007-03-16 Thread zzztimbo
My application was working just fine the other day and now I am getting errors. This is happening at my login screen. I know for a fact the username and password are correct by checking the database. There doesn't seem to be a problem with connecting to the database because my import.sql execute

[jboss-user] [JBoss Portal] - User propagation from jboss portal web context to the user w

2007-03-16 Thread mchan_98
Hi everyone, My portlet has a link to a servlet within the same web application. However, since portlet is deployed by the JBoss portal web app and my servlet has its own web context, the user credential is not shared between the two. e.g. In my portlet code, I have: request.getRemoteUser() ==

[jboss-user] [JBoss Seam] - Re: s:layoutForm

2007-03-16 Thread petemuir
http://jira.jboss.com/jira/browse/JBSEAM-1062 http://jira.jboss.com/jira/browse/JBSEAM-1063 http://jira.jboss.com/jira/browse/JBSEAM-1064 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028930#4028930 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: how to use part of URL as parameter

2007-03-16 Thread fers
It has corrupted the content. So again :-) http://rewriter.softeu.cz/basic/";> | | ^/service/(.*)?param=(.*)$ | /service.seam?func=$1¶m=$2 | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028929#4028929 Reply to the post : http

[jboss-user] [JBoss jBPM] - Re: Getting SQLGrammarException when installing jBPM BPEL 1.

2007-03-16 Thread [EMAIL PROTECTED]
The query looks good to me: select | job0_.ID_ as ID1_25_, | job0_.VERSION_ as VERSION3_25_, | job0_.DUEDATE_ as DUEDATE4_25_, | job0_.PROCESSINSTANCE_ as PROCESSI5_25_, | job0_.TOKEN_ as TOKEN6_25_, | job0_.TASKINSTANCE_ as TASKINST7_25_, | job0_.ISSUSPENDED_ as ISSUSPEN8_25

[jboss-user] [JBoss Seam] - Re: how to use part of URL as parameter

2007-03-16 Thread fers
You can try to use URL Rewriter. There are few to pick. I recommend my own :-) http://software.softeu.cz/rewriter/ You create rewriter-config.xml and write http://rewriter.softeu.cz/basic/";> ^/service/(.*)?param=(.*)$ /service.seam??func=$1¶m=$2 And you need to add fi

[jboss-user] [JBoss Seam] - Re: @Factory and @DataModel on the same method

2007-03-16 Thread petemuir
There's no @Factory on that method. So, each time the stepList context variable is used, the getStepList method will be run (and the result fed through @DataModel) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028923#4028923 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: @Factory and @DataModel on the same method

2007-03-16 Thread fabricio.lemos
"fabricio.lemos" wrote : "petemuir" wrote : This is bad idea. How is Seam to know whether you want a DataModel or a List when you access the useCaseList context variable? | | It really makes sense. Thank you. I was looking on others datamodels that I have and got I little more confusing.

[jboss-user] [JBoss jBPM] - How to model object flow?

2007-03-16 Thread pumajoel
Hello, In UML activity diagrams, you can model the flow of objects between activities. I am modeling a software development process and the objects that I want to pass between activities are development artifacts. My question is: how can this be achieved in JBPM? Thank you. View the origina

[jboss-user] [EJB 3.0] - @sqlResultMapping - ClassCastException

2007-03-16 Thread lydiachung
I set up a SqlResultMapping for the User entity. @SqlResultSetMapping(name="User", entities={ | @EntityResult(entityClass=User.class, fields = { | @FieldResult(name="userid", column="userid"), | @FieldResult(name="username", column="username") | })} | ) | @Named

[jboss-user] [Management, JMX/JBoss] - Re: any way to find server uptime

2007-03-16 Thread teknokrat
cheers for that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028914#4028914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028914 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Trying to understand odd behavior in nested queries/result s

2007-03-16 Thread aguita
Hi everyone, I am working for a company that is using a data warehouse to store information. There are times where it is impossible to join various tables due to the nature of tracking the history of how things change. I am using jboss-4.0.3SP1 and the CMP contained within, as well as JDK

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Trying to understand odd behavior in nested queries/resu

2007-03-16 Thread aguita
Sorry, in re-reading things I wasn't perfectly clear. The initial Method() uses on table, and the other two methods use a different table. These table can not be joined due to being historical tables and any joins would create cartesian products. View the original post : http://www.jboss.c

[jboss-user] [JBoss Seam] - cannot make authenticator work

2007-03-16 Thread laxu
Hi, Trying seam security features. Just like the example from manual I have added the authenticator class into components.xml Here is my components.xml: | | http://jboss.com/products/seam/components"; | xmlns:core="http://jboss.com/products/seam/core"; | xmlns:sec

[jboss-user] [Management, JMX/JBoss] - Re: any way to find server uptime

2007-03-16 Thread PeterJ
jboss.system:service=Server provides a StartDate. You could subtract that from the current date/time to get uptime. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028907#4028907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Help returning raw data from Seam

2007-03-16 Thread henrik.lindberg
How would I go about returning raw XML to a caller from seam? I have a list of XML "files" that the user can choose from - when the user selects a link, I want the exact content of the "file" to be returned to the user - i.e. not wrapped in any HTML. Greatful for any suggestions or pointers. Re

[jboss-user] [JBoss Seam] - how to use part of URL as parameter

2007-03-16 Thread henrik.lindberg
Hi, I am implementing functionality using seam where I for compatibility reasons need to pick up part of the URL and turn it into a parameter. As an exampel - I want to treat this URL: http://www.demo.org/service/a.b.c?param=3 as if it had been written like this: http://www.demo.org/service.seam

[jboss-user] [JBoss jBPM] - Getting SQLGrammarException when installing jBPM BPEL 1.1-Be

2007-03-16 Thread qliu
I am getting the following SQLGrammarException when installing jBPM BPEL 1.1-Beta3: (I am using jBoss 4.0.5.GA and jbpm-bpel-1.1-Beta3) === 10:29:17,820 WARN [JDBCExceptionReporter] SQL Error: 923, SQLState: 42000 10:29:1

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

2007-03-16 Thread codelion
If you say what it isn't, also say what it is: ### Eclipse Workspace Patch 1.0 | #P jboss-seam | Index: doc/reference/en/modules/conversations.xml | === | RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/conversat

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Hot code replace, JSP changes without republishing?

2007-03-16 Thread jsm174
Thanks for the info! That gives me something to look into! (I've been spinning my wheels for awhile now) That are forum doesn't seem to get too much traffic. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028893#4028893 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - entityquery page

2007-03-16 Thread lschaffer
Hello, I am using EntityQuery, EntityHome with CRUD application How can I make that after finishing edit action not the first but the last visited page would be displayed ? Now each time after user pushed 'Done' the first page appears Thanks View the original post : http://www.jboss.com/index.h

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Hot code replace, JSP changes without republishing?

2007-03-16 Thread PeterJ
Well, JSPs are easy. Just deploy the application exploded (see http://jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment). Then you can simply copy the updated JSPs and they are picked up automatically. Servlets are another issue all together since that requires the web app to be restarted. Usual

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem with using RELAX NG validation in JBoss

2007-03-16 Thread mikaelstaldal
I forgot to include some information about my environment: | [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339) | [ServerInfo] Java version: 1.5.0_08,Sun Microsystems Inc. | [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_08-b03,Sun Microsystems

[jboss-user] [Management, JMX/JBoss] - any way to find server uptime

2007-03-16 Thread teknokrat
is there an mbean that gives the uptime of a jboss server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028887#4028887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028887 ___

[jboss-user] [JBoss Seam] - Re: s:layoutForm

2007-03-16 Thread [EMAIL PROTECTED]
I second that, div/CSS combo would make this a great component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028885#4028885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028885 __

[jboss-user] [Installation, Configuration & Deployment] - Problem with using RELAX NG validation in JBoss

2007-03-16 Thread mikaelstaldal
I want to use RELAX NG validation of XML documents in JBoss, and I want to use the javax.xml.validation API to lookup the validator. However, I cannot get my application to find the RELAX NG validation when running within JBoss. I use these two jar files: https://isorelax-jaxp-bridge.dev.java

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Hot code replace, JSP changes without republishing?

2007-03-16 Thread jsm174
Okay. I did. I just figured that if you guys were asking questions about servlets and jsps, you'd have to be wrestling with these same kind of issues. -- Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028883#4028883 Reply to the post : http://www.j

[jboss-user] [JBossWS] - Re: is it safe to pack keystore file in my application and s

2007-03-16 Thread PeterJ
I have also been contemplating something similar, but came up with several reasons why this would not be a good idea. First, using keytool to generate a certificate is fine for development, test and even perhaps internal use. But if the application will be interacting with users outside of the

[jboss-user] [JBoss Seam] - FacesMessages queued but not being displayed.

2007-03-16 Thread fady.matar
I have a strange error everything used to work fine prior to the release of version 1.2 of JBoss Seam. I'm handling a unique attribute name from the persist and upon verification of a duplicate object I'm adding a Faces messages, however this message is never displayed and the navigation is not

[jboss-user] [JBoss jBPM] - Re: JBPM WITHOUT the starter kit

2007-03-16 Thread kukeltje
Sorry, small error (and no preview... sorry) new post "markricard" wrote : Sure I will respond. Thanks "markricard" wrote : | "did you look at the docs? If yes, did you find or mis relevant info in there " | Yes, I looked in the docs. Could not get it to work. Docs in general (even outs

[jboss-user] [Security & JAAS/JBoss] - Re: Smartcard authentication

2007-03-16 Thread [EMAIL PROTECTED]
It depends on what use cases you have. We do not have any formal support from JBoss code base. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028874#4028874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028874

[jboss-user] [JBoss jBPM] - Re: JBPM WITHOUT the starter kit

2007-03-16 Thread kukeltje
"markricard" wrote : Sure I will respond. Thanks "markricard" wrote : | "did you look at the docs? If yes, did you find or mis relevant info in there " | Yes, I looked in the docs. Could not get it to work. Docs in general (even outside of JBoss) are almost never reliable. | Often bec

[jboss-user] [JBoss Seam] - Re: Problem with entityconverter

2007-03-16 Thread dustismo
Thanks for the help, but the newest CVS version didn't help. Here is the menuBarHome class: | @Name("menuBarHome") | public class MenuBarHome extends EntityHome { | | private static final long serialVersionUID = -8414974539559465106L; | | @In (required=true) | priva

[jboss-user] [EJB 3.0] - Re: Changed behaviour of getSingleResult?

2007-03-16 Thread ColinEberhardt
I cannot comment on what the behaviour was preior to the latest version of JBoss. However it would appear that it is currently operatibng as per the spec: http://java.sun.com/javaee/5/docs/api/javax/persistence/Query.html#getSingleResult() Therefore it is behaving as expected! Regards, Colin E.

[jboss-user] [JBoss Seam] - Re: s:SelectDate not popup

2007-03-16 Thread petemuir
A partial answer - for 1.3.0 the seam components will be built on top of the ajax4jsf cdk (component development kit). The Seam components will then use the a4j skinning. As part of this we're considering streamling the components - all visual components go into richfaces, all infrastructure i

[jboss-user] [JBoss Portal] - Re: How to edit the JBoss login page heading

2007-03-16 Thread PeterJ
There do seem to be a lot of login.jsp files (I count three!). I think the correct one is at jboss-portal.sar/portal-server.war/login.jsp. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028863#4028863 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [EJB 3.0] - Re: jrxml-file in a EJB3-archive

2007-03-16 Thread ColinEberhardt
Hi, You cannot simply construct a File from a given pathnam ein order to load a file which is packaged within a jar file. Take a look at this page on accessing resources: http://java.sun.com/j2se/1.4.2/docs/guide/resources/resources.html You should try: URL url = Classloader.getResource( "rep

[jboss-user] [EJB 3.0] - Re: Stateless Session Beans - Static Variables - Concurrency

2007-03-16 Thread ColinEberhardt
There are a couple of consequences to your method of caching data: 1. You certainly will hit concurrency issues. Your container will most likely hold a pool of SLSB instances, enabling it to service requests from a number of client. These request may result in concurrent access of your cache dat

[jboss-user] [Installation, Configuration & Deployment] - Boot logging question

2007-03-16 Thread [EMAIL PROTECTED]
Hi I'm trying to get a trace of org.jboss.Shutdown and org.jboss.server.system.Server. I've found that JBoss's use of log4j is split between boot logging (where you configure log4j via a log4j.properties file in run.jar), server logging (where you configure log4j via server//conf/jboss-log4j.x

[jboss-user] [JBoss Messaging] - Re: Classloading issues with EJBs; messages in EJB classload

2007-03-16 Thread [EMAIL PROTECTED]
I have created ObjectMessageTest::testClassLoaderIsolation I have removed the fix to validate if the test would fail and it worked. I have then fixed this into http://anonsvn.jboss.org/repos/messaging/branches/Branch_1_2_0_SP/ Just a FYI, the issue genman raised was http://jira.jboss.org/jira

[jboss-user] [Installation, Configuration & Deployment] - Re: Memory allocations on App Server startup

2007-03-16 Thread danielkalcevich
Peter, my apologies on the confusion. I am talking about the java Heap. I am using -Xms768 and -Xmx 1536 into my startup script. Daniel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028860#4028860 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: s:SelectDate not popup

2007-03-16 Thread bsmithjj
Hello, I'm still having trouble getting the to work with night builds of Seam (later than the 1.2.0 patch). As I reread postings like this and the JIRA issues I have tried to file repeatedly over this, I want to make the following request to the Seam developers - first, let's look at this: "

[jboss-user] [JBoss Portal] - How to edit the JBoss login page heading

2007-03-16 Thread vijayasagarin
hi, When I am clicking on the login link in the jboss portal, i am getting a page which prompts for the user name and password. On that page there is a Heading called "JBoss Portal Login". I tried to change this heading in the file jboss-portal.sar\portal-core.war\WEB-INF\jsp\login\login.jsp but

[jboss-user] [Installation, Configuration & Deployment] - Re: Memory allocations on App Server startup

2007-03-16 Thread PeterJ
What do you mean by free memory? Free RAM available in your PC or free space left in the java heap? Free RAM is not a very good indication of anything since the OS decides how to allocate that space, and what applications/services to run. You really should be looking at memory allocated to the j

[jboss-user] [JBoss Seam] - Re: Issue with Seam and Tomcat 6 during tomcat startup

2007-03-16 Thread apushadow
Similar, but not the same: | 11:00:08,843 INFO [Lifecycle] starting up: org.jboss.seam.remoting.remoting | 11:00:08,843 INFO [Lifecycle] starting up: org.jboss.seam.servlet.exceptionFilter | 11:00:08,843 INFO [Lifecycle] starting up: org.jboss.seam.captcha.captchaImage | 11:00:09,421

[jboss-user] [JBossCache] - Deployment in Tomcat

2007-03-16 Thread mmoossen
Hi guys! this is just a newbie question. i am already using jboss cache in a jboss cluster. i also managed to use jboss cache in a standalone app. my question is if it is possible to use jboss cache in a tomcat cluster. makes sense to do that? is the only way to have a clustered cache using jbo

[jboss-user] [JBoss Seam] - Doc change

2007-03-16 Thread monkeyden
Sec. 1.2.1.4. It's been an eyesore since 1.0.1 but I wasn't sure if it was Aussie slang. :) If you've used many Java frameworks before, you'll be used to having to declate all your component classes in some kind of XML file that gradually grows more and more unmanageable as your project matur

[jboss-user] [JBossWS] - Re: wsconsume ant task

2007-03-16 Thread PeterJ
Probably the same jar files listed in wsconsume.[bat|sh]. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028850#4028850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028850 _

[jboss-user] [JBossCache] - Re: jboss asynchronous cache replication - when it's finishe

2007-03-16 Thread [EMAIL PROTECTED]
Not with async replication. You could tell on cache B if you attach a cache listener then cache B will be notified when nodes are modified, etc. though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028844#4028844 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBossCache] - Re: AsyncCacheLoader

2007-03-16 Thread [EMAIL PROTECTED]
?!?? If you want to use a JDBC cache loader in Async mode just set async to true in the Cache Loader config. Internally, we will wrap the JDBCCacheLoader with an AsyncCacheLoader if async is true, but this is transparent to you. See section 7.2 in: http://labs.jboss.com/file-access/default/me

[jboss-user] [JBoss jBPM] - Re: How to manage a workflow of document

2007-03-16 Thread kukeltje
that is an option to. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028846#4028846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028846 ___ jboss-user mailing list jboss-use

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Hot code replace, JSP changes without republishing?

2007-03-16 Thread PeterJ
You should post this in the JBoss Eclipse IDE forum http://www.jboss.com/index.html?module=bb&op=viewforum&f=201since it is an IDE question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028845#4028845 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss jBPM] - Re: Getting an 'admin taskList'

2007-03-16 Thread kukeltje
this is all possible, just not implemented by us (yet) look at the jira for issues/feature requests for these. Or if there are none, file jira requests for them View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028843#4028843 Reply to the post : http://www.j

  1   2   >