[jboss-user] [JBoss Seam] - Re: Unassign Task

2007-07-28 Thread torsty
Don't know if I got you, but you said you did want anonymous wrote : to return a task to the pooled tasksI am assigning a task back to a (named) pool like this. (this is reassigning a task to a pool - but not unassigning the task completly): | public void reassignToPool() | { |

[jboss-user] [JBoss AOP] - Re: maven2 plugin build fail for plugin maven-jbossaop-plugi

2007-07-28 Thread [EMAIL PROTECTED]
1, i do not get any compile errors thats caused by @suppresswarnings and i cant understand why qdox are parsing it? 2. yes, neither idea nor eclipse files should be in svn imo - if there are other issues, lets continue them in the maven2 plugin thread. i would like to have all plugin issues in t

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-07-28 Thread [EMAIL PROTECTED]
it was a bit late yesterday. ill just go for the same functionality as aopc with ant if there are no objections. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068513#4068513 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-07-28 Thread felipevaa
Hello cingram, this is a very interesting approach. However, is there any particular reason you chose to use FABridge instead of ExternalInterface? We are using Seam Remoting and Flex, and we do not need to use FABridge at all. I'm just curious to know what would be the advantage to use this app

[jboss-user] [JBoss Messaging] - Re: javax.jms.IllegalStateException: Cannot find delivery to

2007-07-28 Thread Craig2007
Thanks very much for the information, tim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068509#4068509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068509 ___ jboss-user ma

[jboss-user] [JBoss Messaging] - Re: Queue Loading - OutOfMemory

2007-07-28 Thread Craig2007
Thanks very much tim for correcting me. For Your Kind reference I am pasting my server console log for your reference In that log i could able to see the spelling of FullSize, PageSize and DownCacheSize to be fullSize, pageSize and downCacheSize. In addition to that , i also see the spelling

[jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner?

2007-07-28 Thread SmokingAPipe
This is a very interesting thread, I will be following closely. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068507#4068507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068507 __

[jboss-user] [JBoss Seam] - /lib directory in EAR with Seam, JBoss 4.2

2007-07-28 Thread SmokingAPipe
Simple question: Seam requires a ton of jar files to handle everything like JBoss Rules, etc. It's annoying to have to list them all as modules in the application.xml. I know that the latest version of the EAR standard says that I can put JAR files in a /lib directory in the EAR. Is that equi

[jboss-user] [JBoss Seam] - Re: examples didn't work

2007-07-28 Thread rbergerpa
After wrestling with a similar problem for hours, I found a simple but annoying anomoly in the application.xml in the booking example. In the following line /seam-booking the / character means the URL will need two /'s in a row after the port number, as in http://localhost:8

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Help: JBoss/Apache2 config

2007-07-28 Thread mortsahl
I'm trying to get my web site up using JBoss 4.0.4 and Apache2 2.0.x using jkmod. I thought I had everything configured correctly, but I guess that I don't. My app is deployed as app.war. When I go to http://www.mydomain.com I get the Apache index page. When I go to http://www.mydomain.com/a

[jboss-user] [JBoss Seam] - Dynamic navigation

2007-07-28 Thread matt.drees
Is there a reason view-ids in nav rules in pages.xml couldn't be expression language statements? for example: | | | | Right now, I can do something like | SimpleComponent { | | @In dynamicNavigationManager | | public String do

[jboss-user] [JBoss jBPM] - 4N queries for task assignment list

2007-07-28 Thread DavidInTx
Hi, In the seam 2.0.0.Beta 1 dvdstore example, which uses jbpm, one of the admin pages lists all the tasks assigned to the group of the admin, allowing the admin to assign one of the tasks to him or herself. In this page, a task represents an order placed in the store. Each time a new orde

[jboss-user] [JBoss Seam] - How can I disable the query cache?

2007-07-28 Thread chicochen
I find "project.moduleItems" can't be refreshed automaticly, after adding a new module. Are there any ways to just clear certain object - "project", I not like to use "entityManager.clear();", as I know it will clear all the cached object, is it a problem? public Project getProjectDetai

[jboss-user] [JBoss Seam] - Re: 4N queries for dvdstore admin page/mange orders tab

2007-07-28 Thread [EMAIL PROTECTED]
AFAIK, this is a jBPM question, not a Seam question, unless you have evidence otherwise. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068500#4068500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068500 _

[jboss-user] [JBoss Seam] - Re: Need help with Timer in Seam application

2007-07-28 Thread [EMAIL PROTECTED]
What version of Seam is this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068499#4068499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068499 ___ jboss-user mailing list j

[jboss-user] [JBoss Seam] - Re: Use of conversationId by web services

2007-07-28 Thread [EMAIL PROTECTED]
A session id is *always* involved. The conversation state is stored in the HttpSession. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068498#4068498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068498 _

[jboss-user] [JBoss AOP] - Re: AOP proxy, do I lose method annotation information?

2007-07-28 Thread [EMAIL PROTECTED]
It's a bug http://jira.jboss.com/jira/browse/JBAOP-450 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068497#4068497 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068497 ___

[jboss-user] [JBoss Seam] - Re: Unassign Task

2007-07-28 Thread [EMAIL PROTECTED]
Then please report that EL issue in Seam JIRA so that we can fix it. null!="" ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068496#4068496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068496

[jboss-user] [JNDI/Naming/Network] - Re: Proxy ClassCastException after successful EJB lookup

2007-07-28 Thread chrisrevilla
skymic Iam suffering the same problem as you ... it works fine when I use a simple class as cliente but when I use a dispatch class in a Strut it throws the exception Proxy ClassCastException: I am using jboss 4.0.5 GA.. Please somebody help me please: Context context = new InitialContext(); ope

[jboss-user] [JBoss Seam] - concurrent-request-timeout and odd NullPointerException

2007-07-28 Thread jimk1723
Hi all, I have a simple h:selectOneMenu with a child ajax4jsf support element to rerender a label "onchange." The menu has worked flawlessly until I increased the concurrent-request-timeout value from 500 to 2000 to resolve an unrelated issue. Now I'm consistently getting this exception when

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException in remote EJB3.0 lookup from tomcat w

2007-07-28 Thread chrisrevilla
please ... i have the same problem it works fine qhen I use a simple class as cllient, but it is throws the this exception when I call from an dispatch class or action class PLEASE HELP ME... [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-07-28 Thread [EMAIL PROTECTED]
hello, thanks for the feedback. yes, a include statement like that is something we should add. i guess you are thinking of classes thats already in the classpath, or is this meant to add the classes to the classpath too? - and i thought scoping the jar to provided would prevent it to be bundled?

[jboss-user] [Beginners Corner] - Re: Specifying users and passwords for admin role.

2007-07-28 Thread PeterJ
If you need to supply credentials to shutdown, then use: shutdown -S -u userid -p password Of course, you can also shut down the app server by doing a CTRL-C in the command window running the app server. This action cleanly shuts down the app server. Of course this does not work so well if the

[jboss-user] [Beginners Corner] - Re: Failed to boot JBoss when installed through installation

2007-07-28 Thread PeterJ
I think you would have better luck just unzipping the zip file. Or just take the installation directory in Windows and copy the whole thing to Unix (I have done this successfully, copying my JBoss AS setup from WinXP to Fedora). The error "Trying to install an already registered mbean" is typica

[jboss-user] [EJB 3.0] - Entity EJB on a client - Best Practices

2007-07-28 Thread octaviob
I'm working on an EJB client application on Eclipse RCP. I'm getting a MarshalException when transfering to the client entities with recursive bidirectional relationships (plus several other relationships). This exception seems to be caused by serialization limitations in Hibernate, but I'm not

[jboss-user] [JBoss Portal] - Necessary or example portal

2007-07-28 Thread pedalshoe
Hi, Is the default portal that is available after installation necessary, for developing a new portal? Or can i disable it and use my portal appear at the same URL? Also if JBossPortal comes out with another version, how can i upgrade without blowing away any modifications i made? Basically,

[jboss-user] [JBoss Seam] - Re: Ajax4JSF , Seam 2.0B and JBoss 4.2GA -> Resource filter

2007-07-28 Thread wise_guybg
http://fisheye.jboss.com/browse/JBoss/jboss-seam/seam2migration.txt?r=MAIN Ajax4JSF filter and mappings are mentioned in this Seam 2.0 Migration Guide. Seam Team, isn't it necessary to add the Migration Guide (from 1.2.1.GA) to the Seam 2.0 Reference Guide? View the original post : http://www.

[jboss-user] [JBoss Seam] - Re: Need help with Timer in Seam application

2007-07-28 Thread wise_guybg
In think you should focus on the NPE. anonymous wrote : 15:28:00,260 ERROR [STDERR] Caused by: java.lang.NullPointerException: facesContext | 15:28:00,260 ERROR [STDERR] at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.jav | a:110) | 15:28:00,260 ERROR [STDERR]

[jboss-user] [JBoss Seam] - Re: Help with compilation from CVS - maven site plugin not f

2007-07-28 Thread dmitriy.lapko
I found the reason of the problem. The problem was fixed when I deleted C:\Documents and Settings\dlk\.m2 folder. It is a repository of maven where it stores all loaded jars. After that it started to reload libraries again. It looks like it failed to load one of jars which was needed for compil

[jboss-user] [JBossCache] - Re: RC1->RC3 problems

2007-07-28 Thread supi
"Brian Stansberry in jbosscache-dev" wrote : | Basically, the state transfer semantics imply that the in-memory state | is "consistent" with the cluster when start returns. Either its | "consistent" because it's been transferred, or it's "consistent" because | it's empty and waiting to

[jboss-user] [JBoss Messaging] - Jboss Messaging 1.4.0.CR1 and postgresql...

2007-07-28 Thread boniek
... does not work for me. @WorkerThread#0[127.0.0.1:58493] 21:57:00,325 WARN [JDBCPersistenceManager] SQLException caught - assuming deadlock detected, try:1 [junit] org.postgresql.util.PSQLException: ERROR: relation "jbm_msg_ref" does not exist [junit] at org.postgresql.core.v3.Qu

[jboss-user] [JBossCache] - Re: RC1->RC3 problems

2007-07-28 Thread supi
anonymous wrote : When a cache stops, you are meant to lose this in-memory state. I disagree. When a cache stops, you should lose the ability to operate on the data through the cache interface. I've never seen a database deleting tables when you stop the db server/agent. I would agree with you i

[jboss-user] [JBossCache] - Re: RC1->RC3 problems

2007-07-28 Thread supi
"[EMAIL PROTECTED]" wrote : "[EMAIL PROTECTED]" wrote : This problem has been fixed, try the latest cvs HEAD checkout if you want to verify it works for you. | | Thank a lot, Jason! Works perfectly so far. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Seam] - Re: Custom Logging in Seam

2007-07-28 Thread matt.drees
Cool. I may be looking for a job soon in the area, and it'd be great to be doing development in Seam. Could you email me at matt.drees at gmail dot com if there are any openings at your company? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068470

[jboss-user] [JBoss Seam] - Re: Strange problem -> blank page with seam app and IE but h

2007-07-28 Thread maku01
The header is always the same. http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:h="http://java.sun.com/jsf/html"; | xmlns:c="http://java.sun.com/jstl/core"; | xmlns:f

[jboss-user] [JBossCache] - Re: RC1->RC3 problems

2007-07-28 Thread [EMAIL PROTECTED]
Actually, the javadocs on stop() and destroy() are misleading - thanks for bringing this up, I've fixed this in CVS now. Please see http://lists.jboss.org/pipermail/jbosscache-dev/2007-May/001569.html for the discussion thread that led to the decisions around when the cache is emptied. View th

[jboss-user] [JBoss Seam] - Re: convert parameter f:param with s:convertdatetime

2007-07-28 Thread michaelcourcy
I'm not sure that f:param support any converter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068465#4068465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068465 ___ jboss

[jboss-user] [JBoss Seam] - Re: Use of conversationId by web services

2007-07-28 Thread DavidInTx
Thanks. I figured that when a session id is involved, that things are safe. It's the web service part that I'm interested in. Would one of options that you are considering be implemented in the 2.0.0 timeframe? Or should I just open up a jira issue and see what release it gets assigned to :)

[jboss-user] [JBoss Seam] - Re: Strange problem -> blank page with seam app and IE but h

2007-07-28 Thread sannegrinovero
IMHO you should check the headers of your pages: | http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:h="http://java.sun.com/jsf/html"; | xmlns:f="http://java.sun.com/jsf/core"; |

[jboss-user] [JBoss Seam] - Re: Ajax4JSF , Seam 2.0B and JBoss 4.2GA -> Resource filter

2007-07-28 Thread sannegrinovero
Hi, I was having the same problem; a good workaround for me was to edit web.xml to insert "old style" configuration: | org.ajax4jsf.VIEW_HANDLERS | com.sun.facelets.FaceletViewHandler | | | Ajax4jsf Filter | ajax4jsf

[jboss-user] [JBoss Seam] - Re: Use of conversationId by web services

2007-07-28 Thread [EMAIL PROTECTED]
Conversation ID's are unique per session, so someone would need to hijack your session ID first. Session management with web services is a different issue, which we're still investigating a couple of options for. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBossWS] - Generating WS artifacts

2007-07-28 Thread hubaghdadi
Hi. I'm trying to create a web service using JEE1.4 servlets approach. How to generate the WSDL file and the other WS artifacts using JBoss AS tools? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068459#4068459 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Annotation for

2007-07-28 Thread amitev
ah i just saw @Conversational(ifNotBegunOutcome = ...). RTFM for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068458#4068458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068458 __

[jboss-user] [JBoss Seam] - Page actions a phase listener

2007-07-28 Thread hubaghdadi
Hi. Can we use phase events of JSF to achieve the same effects of Seam page actions? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068457#4068457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068457 __

[jboss-user] [JBoss Seam] - Annotation for "conversation required"

2007-07-28 Thread amitev
Hi all! Is there an annotation for action method not to be invoked if there is no long-running conversation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068456#4068456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [EJB 3.0] - Re: Invalid invocation of local interface (null container)

2007-07-28 Thread piscean
I am using jboss-4.2.1.GA server, jre1.6.0_02. I am just stuck with this. If I try anything other than HelloBean/remote, it gives errors saying not bound. I checked the jndiview, the names HelloBean/remote and HelloBean/local are showing up there. So I assume, the deploy is deployed correctly. I

[jboss-user] [JBoss Seam] - Strange problem -> blank page with seam app and IE but html

2007-07-28 Thread maku01
HI, I've a strange problem on my new notebook and really no idea what I could do. When I point my browser (IE 6, IE 7) to my seam app I get only a blank page. When I view the source of the page I see the "right" html code but nothing is displayed. With Firefox it works most of the time. But s

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: $Proxy79 getting conext

2007-07-28 Thread ALRubinger
Which same problem? The ClassCastException originally posted in this thread? Or the IOException EricChile had during invocation to a secured bean? Gotta post some code or configuration, and explain exactly what's wrong. And if your error isn't the same as the one started in this Thread, pleas

[jboss-user] [JBoss Messaging] - Re: javax.jms.IllegalStateException: Cannot find delivery to

2007-07-28 Thread timfox
The latest version in the 1.0 line is 1.0.1.SP5. There have been many fixes between 1.0.1.GA and 1.0.1.SP5, please see JIRA for details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068452#4068452 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Messaging] - Re: Queue Loading - OutOfMemory

2007-07-28 Thread timfox
"Craig2007" wrote : I very much appreciate for your reply. | | Do provide me way to configure the fullSize, pageSize and DownCacheSize parameter for all those destination specified in our application | It's FullSize, PageSize, DownCacheSize, not fullSize, pageSize, downCacheSize View the

[jboss-user] [JBoss Seam] - Re: EntityQuery.refresh() doesn't clear the result list??

2007-07-28 Thread fzaker
I have the same problem. I think manual-flush does not work properly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068450#4068450 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068450 _

[jboss-user] [JBoss Seam] - File download dialog (providing source) instead of a page

2007-07-28 Thread pingus
Sometimes after a restart of the JBoss Server, accessing our Seam based application results in a file download dialog instead of the redirection to the login page. Restarting the server again solved this usually. To get a better understanding whats going on, I activated Charles in my Firefox an

[jboss-user] [Beginners Corner] - Re: JBoss Rules Version

2007-07-28 Thread maison
i found the FactHandle.class in drools.org :) but what means MR3 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068446#4068446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068446 __

[jboss-user] [Beginners Corner] - Re: JBoss Rules Version

2007-07-28 Thread maison
i also cannot see the class "FactHandle". does i need to installt special packages? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068445#4068445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068445 __

[jboss-user] [Beginners Corner] - JBoss Rules Version

2007-07-28 Thread maison
hi, anybody knows whats the meaning of MR3 in "JBoss Rules 4.0 MR3" ? Is the 4.0 version the actual one because i have no functions like "newWorkingMemory()" although the documentation of 4.0 say that there should be one. :( sven .. newStatefulSession() View the original post : http://www.j

[jboss-user] [JBossCache] - Re: JBC 2 performance

2007-07-28 Thread aditsu
So.. is this problem going to be solved? Just in case you were waiting, I confirm that I'm using READ_COMMITTED Adrian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068442#4068442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBossCache] - Re: newbie question - ReplicationException

2007-07-28 Thread aditsu
Yes I found that this can happen. My solution is to have each side time out quickly, wait a random (and short) amount of time, and try again. I don't know if there is a "proper" solution. Adrian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068441#4068441 R

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin. dependency scope?

2007-07-28 Thread anders3
I use the following dependency | | org.jboss.maven.plugins | maven-jbossaop-plugin | 1.0-SNAPSHOT | | | jboss | jboss-aop | 2.0.0.alpha2 | | | jboss | jboss-common | 4.0.2 | |

[jboss-user] [JBoss Seam] - Re: Need help with Timer in Seam application

2007-07-28 Thread nhieb
I guess it has something to do with permissions for loading entities, since i think my class when it is called through timeout callback doesn't have those permissions. How do i fix that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068439#4068439 Reply to

[jboss-user] [JBoss Seam] - Re: Unassign Task

2007-07-28 Thread damianharvey
I had tried #{pooledTask.assign(null)} but the task just disappeared from both lists as it sets the ACTORID column in the JBPM_TASKINSTANCE table to blank rather than NULL. I've noticed that you can't pass null using EL. It gets sent to the Bean as an empty string. View the original post : ht

[jboss-user] [JBoss Seam] - Re: Need help with Timer in Seam application

2007-07-28 Thread nhieb
this is the full stack trace that i caught | javax.ejb.EJBTransactionRolledbackException: java.lang.NullPointerException: facesContext | 15:28:00,260 ERROR [STDERR] at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:93) | 15:28:00,260 ERROR [STDERR] at or

[jboss-user] [JBossCache] - Re: RC1->RC3 problems

2007-07-28 Thread [EMAIL PROTECTED]
"supi" wrote : | 1) API changes | There's already a thread about this regarding listener notification. | That selfsame thread contains explanations as to why this was done, along with links to other threads where this was publicly discussed beforehand. "supi" wrote : | 2) Behavior cha

[jboss-user] [JBoss AOP] - Re: maven-jbossaop-plugin include feature request

2007-07-28 Thread anders3
the pom paste failed for me :-) Hi I'm trying to convert jboss portal to maven2 In this work I use the maven-jbossaop-plugin I see that the ant task is able to include I here by would like to request a simular feature in the maven plugin | | | | |

[jboss-user] [JBoss AOP] - maven-jbossaop-plugin include feature request

2007-07-28 Thread anders3
Hi I'm trying to convert jboss portal to maven2 In this work I use the maven-jbossaop-plugin I see that the ant task is able to include I here by would like to request a simular feature in the maven plugin org.jboss.maven.plug

[jboss-user] [JBoss Seam] - Re: How to prevent double submit

2007-07-28 Thread amitev
Yeah. But it's ugly :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068433#4068433 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068433 ___ jboss-user mailing list jboss-us

[jboss-user] [Beginners Corner] - Headless Uninstaller does not delete JBoss folder

2007-07-28 Thread Cogito-Ergo-Sum
Hi, I am trying to uninstall JBoss in headless mode as described here http://www.jboss.com/wiki/Wiki.jsp?page=JEMSInstaller. All I get as a message as : Command line uninstaller.. But, the folder remains as is. What am I missing ? Regards, Nags. View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: @DataModel on Stateful beans (broken?)

2007-07-28 Thread sannegrinovero
thanks a lot, I didn't remember to look there. Still when I change the Booking example @DataModel | private List hotels; to something like @DataModel | private List getHotels{..} I get a very big stacktrace of the same type as above. I had preferred to call a method, but knowing this workarou