[jboss-user] [JBoss Seam] - StaleStateException from entity activation

2007-07-12 Thread matt.drees
Hi, I'm getting the following exception in a test of mine. The FacesRequest previous to it ended a nested conversation, and also updated the entity in question. I'm not sure if this is my problem or Seam's. Any ideas? Thanks! | org.hibernate.StaleStateException: current database version

[jboss-user] [JBoss jBPM] - Re: processInstance.getRootToken() issue

2007-07-12 Thread remon_sherin
Thanks ronald. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063332#4063332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063332 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [Beginners Corner] - Re: deploy Hellobean to jboss using using xml files

2007-07-12 Thread henry_h
Thanks for your answers. You helped me. The application works now! "PeterJ" wrote : What you posted is a report indicating that something has failed, but it does not provide enough information to determine the error. Earlier in the console output there should be a stack trace that identifies th

[jboss-user] [JBoss Seam] - Re: Hibernate2 Problem

2007-07-12 Thread ralscha
Think I figured out what the problem is: The class org.jboss.seam.persistence.HibernateSessionFactory has a "unwrap" method @Unwrap |public SessionFactory getSessionFactory() throws Exception |{ | return createSessionFactory(); |} and a "create" method @Create |

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Connection Problem! jboss.bind.address always 127.0

2007-07-12 Thread vedgunjan
Hi PeterJ Thanks again for the reply. I used the below to find the opened ports C:\WINDOWS>netstat -an |find /i "listening". Im using the open source JBoss application server. Is it that i have to purchase Production JBoss Application server for accessing the application deployed in it from out

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-12 Thread sem
Sounds like potential problem because it would be difficult to monitor this things on production environment. Can you just have kind of heartbeat record in database about every node like Quartz does for example. In this case it's easy to detect dead nodes. Don't kill the messenger, just an ide

[jboss-user] [JBoss Seam] - Re: drag and drop problems with parameters

2007-07-12 Thread leeovan
any suggestions or simply point me to some info would be appreciated. I could do with a simple example of accessing backing bean methods with parameters. thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063338#4063338 Reply to the post : http://ww

[jboss-user] [JBoss Seam] - Re: @Transactional + Transaction.setRollbackOnly error

2007-07-12 Thread przemjaskier
Sure, http://jira.jboss.org/jira/browse/JBSEAM-1651 Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063339#4063339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063339 __

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-12 Thread edx
the exception listed in the second thread entry is caused by the fact that you are running JBoss not as root and the $JBOSS_HOME/server/xx/conf directory does not have 'x' (search permission flag) set, so if you are running as 'jboss' you simply do not have access to conf/* directory content. I

[jboss-user] [JBoss jBPM] - Re: start-state

2007-07-12 Thread [EMAIL PROTECTED]
Sigh... We can only do so much in a day... Anyway a contribution would be nice ;-) Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063341#4063341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063341 ___

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-12 Thread [EMAIL PROTECTED]
Is it happening consistently? What is your environment? Can you describe this a bit more specific please? Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063343#4063343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: drag and drop problems with parameters

2007-07-12 Thread damianharvey
In the file {jboss_server_dir}/deploy/jboss-web.deployer/META-INF/jboss-service.xml you must set: true View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063345#4063345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406334

[jboss-user] [JBoss Seam] - Re: Question on reading in a simple paramter from a JSF page

2007-07-12 Thread harpritt
Cheers for the replies im very new to all this so i may say things that dont make sence Thank you again... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063346#4063346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss jBPM] - Re: FileUploadException

2007-07-12 Thread [EMAIL PROTECTED]
Heiner, The fileupload exception is a known incompatibility between versions of the console and the gpd. If you use the plugin and the console from the same download, the problem will go away. As for your second question, the plugin drivers are listed in the meta-inf of the downloaded archive

[jboss-user] [JBoss Portal] - Re: Problems with Dashboard on 2.6 GA

2007-07-12 Thread angelo.dangelo
Hi Chris, in the log files there aren't any errors or exceptions. I have also updated the hibernate.cfg.xml files, in jboss-4.2.0.GA\server\default\deploy\jboss-portal.sar\conf\hibernate subfolders, specifying org.hibernate.dialect.Oracle9Dialect but I still have the same problem. My environment

[jboss-user] [JBoss Seam] - Re: Seam 2.0 Beta + JBossas 4.2.1.GA + JBossWS-2.0.0.GA + We

2007-07-12 Thread PatrickMadden
I should have noted the main reason for having to do this is when you are running Java applications on JRE 1.6.x on the client side that connect to JBoss Web Services running on JBoss 4.2.x. With JRE's that are 1.5.x there is no problem. Sun added new Jax Web Service stuff to JDK 1.6 that did n

[jboss-user] [JBoss jBPM] - Re: New Eclipse Project

2007-07-12 Thread [EMAIL PROTECTED]
Please use the plug-in that comes with the jbpm-jpdl-suite that you downloaded. I think the jbpm plugin is not included in the current builds of jboss tools. We're working on that though... Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063353#

[jboss-user] [JBoss Seam] - Re: drag and drop problems with parameters

2007-07-12 Thread leeovan
ok ill give this a try.. is there some documentation explaining this because i never read anything about needing to set it. anyway ill report back if all goes well thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063354#4063354 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Problems with Dashboard on 2.6 GA

2007-07-12 Thread [EMAIL PROTECTED]
Chris fixed it last night: See: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063319#4063319 and: http://jira.jboss.com/jira/browse/JBPORTAL-1574 It is in SVN, it would be awesome if you could build the portal from the SVN sources and confirm that it fixes your problem (Chris was able

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to switch from JTA to JTS in JBoss AS 4.2.0.GA?

2007-07-12 Thread jhalliday
> I would like to switch it to JTS in order to get XA support for database > activity and JMS message creation in one atomic transaction. You don't need JTS for that unless you are using more than one JBoss instance. If the database and JMS are communicated to from the same JBoss server then JT

[jboss-user] [EJB 3.0] - Re: EntityNotFoundException during Entity load

2007-07-12 Thread welser
Yes you are right would be the cleanest way to do it..but fact is i cannot change the table ! there are 100 and more programs in RPB which are accessing this tables.. The definition of the table was done wrong 10 years ago and there are now a lto of programs which are working with exactly this

[jboss-user] [JBoss jBPM] - Re: How is done the authentication for the JBPM console ?

2007-07-12 Thread mailinator
Hi, i see thanks for your time Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063363#4063363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063363 ___ jboss-u

[jboss-user] [JBoss jBPM] - Re: Problem with multiple end-states

2007-07-12 Thread efip10
I use multiple end-states, and it works. As outlined in "Node responsibilities" in userguide, only the node action can decide on which transition to take. In event action, you cannot take this decision. | | | |

[jboss-user] [JBossCache] - Re: Reading threads are blocked

2007-07-12 Thread FredrikJ
Will do. I'll post the results here when done. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063366#4063366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063366 ___ jboss-us

[jboss-user] [JBoss Portal] - LDAPExtUserModuleImpl and userSearchFilter

2007-07-12 Thread roth
Hi I setting up a portal with LDAPExtUserModuleImpl with Microsoft Active Directory. So far, everything is going along nicely. I am already able to authenticate against my AD, and I am now working on authorisation and integrating roles. I'll post my config files once everything is working. Now

[jboss-user] [JBoss Portal] - Re: LDAPExtUserModuleImpl and userSearchFilter

2007-07-12 Thread bdaw
Please try: I would be very interested to learn if you succeeded with MSAD. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063369#4063369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063369

[jboss-user] [JBoss jBPM] - Migration guide?

2007-07-12 Thread graman
Now I've served jbpm-3.1.1 and have a wish to migrate to 3.2.1 as I see there are a lot of changes so update to new DB scheme is not difficult thing but save the data with its own jPDL and rearrange it in the new look for jbpm-3.2.1 is not clear after passing the documentation. Any auto magicall

[jboss-user] [JBoss jBPM] - Re: problem to start a taskinstance

2007-07-12 Thread galvino
i gave you error in the first post View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063371#4063371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063371 ___ jboss-user mailing l

[jboss-user] [JBossWS] - Re: jbossws-2.0.0.GA released

2007-07-12 Thread [EMAIL PROTECTED]
The supported target containers are | jboss-5.0.0.Beta2 https://svn.jboss.org/repos/jbossas/tags/JBoss_5_0_0_Beta2_JBossWS_2_0_0_GA | jboss-4.2.0.GA https://svn.jboss.org/repos/jbossas/tags/JBoss_4_2_0_GA | jboss-4.0.5.GA https://svn.jboss.org/repos/jbossas/tags/JBoss_4_0_5_GA |

[jboss-user] [JBoss Tools (users)] - JBossTools (xxx-nightly) requires feature

2007-07-12 Thread Rhodan76
Hello, i installed JBossTools 2.0.0.200707100301-nightly, and now every time i wanna install another new feature the eclipse-update manager claims JBossTools (2.0.0.200707100301-nightly) requires feature "org.eclipse.jem". I'm using eclipse 3.3 Europa RCP-Release, and in my plugin folder exi

[jboss-user] [JBoss jBPM] - Re: Problem with multiple end-states

2007-07-12 Thread efip10
"fewagewasd" wrote : Is there any way to tell jbpm to wait in the state and execute the action when I call signal()? If the action on your node (the main node action, not the event action) does not call token.signal(), then the execution will not propagate. The instance will "wait in the state"

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-12 Thread cpage
hi, thx for the correction. unfortunately, i can't build the portal because i'm behind a proxy and the thirdparty stuffs are get with cvs. (btw, is it possible that you change it to a 100% svn ?) i see that you modified classes from 2 jars: portal-core-admin-lib.jar portal-core-lib.jar could

[jboss-user] [JBossCache] - Re: PojoCache with Compile Time Weaving on JBoss 4.2.0 ?

2007-07-12 Thread mbroons
Sorry i did not describe correctly what i did. No original class is packaged in the final jar... The original class is: ClientSession.class (non instrumented) which becomes after aopc compilation: ClientSession.class (instrumented) ClientSession$sessionId_Get.class ClientSession$sessionId_Set.

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

2007-07-12 Thread [EMAIL PROTECTED]
The stack trace will be in server.log and on the console. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063384#4063384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063384 _

[jboss-user] [JBoss Seam] - Re: Extract EJBs from jboss-seam.jar

2007-07-12 Thread [EMAIL PROTECTED]
This is the recommended application.xml for Seam2 | | | jboss-seam-booking.war | /seam-booking | | | | | jboss-seam-booking.jar | | | | jboss-seam.jar | | This works c

[jboss-user] [JBoss Seam] - Re: JBoss 4.2/Seam 1.2.1/Ajax4jsf 1.1.1: Could not destroy c

2007-07-12 Thread [EMAIL PROTECTED]
I believe you need the el-* jars specified in your application.xml | el-api.jar | | | | el-ri.jar | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063389#4063389 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: EntityHome and optimistic transaction

2007-07-12 Thread [EMAIL PROTECTED]
You probably need to extend EntityHome with some custom logic to detect this sort of situation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063390#4063390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063390 __

[jboss-user] [JBoss Seam] - Re: How to keep information on the tabPanel

2007-07-12 Thread [EMAIL PROTECTED]
Conversation and Page scopes will both work here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063392#4063392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063392 ___ jboss

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-12 Thread [EMAIL PROTECTED]
If you specify your proxy to ant it should work: export ANT_OPTS="-Dhttp.proxyHost=proxy -Dhttp.proxyPort=8080" Let me know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063391#4063391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: selectOneMenu and selectItems problem

2007-07-12 Thread [EMAIL PROTECTED]
It probably subtley altered the way in which your variables were scoped. The way you have written your code doesn't require it. milli is correct - you need to make sure the selected object appears in the original list, otherwise validation fails. View the original post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-12 Thread ricardomarques
Environment: jbpm 3.2 + mysql 5 + jboss as 4.0.5 + jdk 1.5.x This is happening after the the action of this process been run, when I execute TaskInstanceEndCommand, and untill now this happens only on this process. | | StartWorkOnTaskCommand cmd1 = new StartWorkOnTaskCommand(taskInstance

[jboss-user] [JBoss Seam] - Re: How to Clone EntityHome Object

2007-07-12 Thread [EMAIL PROTECTED]
Clone won't work (read the javadoc for it for a start), and I don't think you want to clone the *Home* object... You just need to write a method to copy the object I think. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063397#4063397 Reply to the post : h

[jboss-user] [JBoss Portal] - Urgent : Query on CMS Admin --- Make a

2007-07-12 Thread ritesh_sanjay
Hi All, 1.) Can anyone provide details on Make a "Live" checkbox present there while creating any new file thru CMS Admin... What is do actally? How can it be controlled , from which configuration file? Can it would be role / portlet specific? 2.) I wanted to know about the WorkFlo

[jboss-user] [JBoss Seam] - Re: SMPC Configuration

2007-07-12 Thread [EMAIL PROTECTED]
Why is the bean session scoped? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063399#4063399 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063399 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Urgent : Query on CMS Admin-Make a "Live"

2007-07-12 Thread ritesh_sanjay
Hi All, 1.) Can anyone provide details on Make a "Live" checkbox present there while creating any new file thru CMS Admin... What is do actally? How can it be controlled , from which configuration file? Can it would be role / portlet specific? 2.) I wanted to know about the WorkFlow present

[jboss-user] [JBoss Seam] - begin-conversation in Seam2 prevents data load

2007-07-12 Thread damianharvey
Morning, I have an issue with jboss-seam-2.0.0.BETA1. I have an all-on-one CRUD page where selecting an item in the table reloads the current page and populates the create/edit form in another div. If the page.xml has then the form will not be populated (ie. the form field values are not set

[jboss-user] [JBoss Portal] - Re: LDAPExtUserModuleImpl and userSearchFilter

2007-07-12 Thread roth
D'oh! Of course this works. I got my line from http://jbossportal.blogspot.com/ where there is no CDATA escaping, and of course I stopped my brain when I copied it from there. Maybe someone add that to that blog entry. I'll keep you updated on my progress, so far everything looks good. View th

[jboss-user] [EJB/JBoss] - Re: How to solve circular dependencies in JBoss 4.0.5GA?

2007-07-12 Thread [EMAIL PROTECTED]
Hey All, I'm having the same issue, I'd really like to use the injection rather than a seperate JNDI lookup. Has anybody solved this? Many Thanks, Greg. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063404#4063404 Reply to the post : http://www.jboss.c

[jboss-user] [JBossCache] - Re: Could this be deadlock when modifying TreeCache

2007-07-12 Thread [EMAIL PROTECTED]
I would look at your max_credits FC param. If you have a lot of state being moved around (and I suspect you do given the cluster size and number of Tomcat threads) you probably want a higher max_credits - try about 20 million instead of the 1 million you already have configured. View the orig

[jboss-user] [JBoss Seam] - Re: Seam gen edit pages, update without press save button

2007-07-12 Thread idylle
Hi, the Rollback didn't work in my case. I've kept the flush-mode="manual" but instead of the trick "propagation=none", I've enforced the refresh of my entity before displaying the page (with this in my EntityBean: getEntityManager().refresh(getInstance());) It works and seems cleaner. View

[jboss-user] [JBossCache] - Re: Failed to process async modifications: java.io.EOFExcept

2007-07-12 Thread [EMAIL PROTECTED]
Is this only with the file cache loader? Does this go away with, say, a BdbjeCacheLoader? I know this may not be the ideal cache loader for you due to licensing though, but testing it with this will help pinpoint the problem. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deploy via a web interface?

2007-07-12 Thread chapata_gunner
We are using JBoss 4.2.0GA. Is there any web interface through which which we can deploy/undeploy war/ear's? Also is there any interface through which we can monitor the server activity? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063408#4063408 Reply to

[jboss-user] [Clustering/JBoss] - Worker thread initialization failure

2007-07-12 Thread morki
hey guys my two-node cluster finally is running. load-balancing works just fine. failover isn't tested yet. The only thing that is annoying me is that from time to time the follwing Exception occurs. But it seems as if the application doesn't care when it's raised. | 10:45:35,359 ERROR [Se

[jboss-user] [JBossCache] - Re: Failed to process async modifications: java.io.EOFExcept

2007-07-12 Thread [EMAIL PROTECTED]
Hmm, if your log level is DEBUG or TRACE you should see the full stack trace. From the code: | private void put(List mods) { | try | { | delegateTo.put(mods); | } | catch (Exception e) | { | if (log.isWarnEnab

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-12 Thread timfox
"sem" wrote : Sounds like potential problem because it would be difficult to monitor this things on production environment. Can you explain in more detail? I didn't quite understand. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063412#4063412 Re

[jboss-user] [JBoss Seam] - conversations join/nest

2007-07-12 Thread rapowder
Hi, In my application (Seam 1.2.1GA) I use 2 level of nested conversations to navigate across categories, subcategories and items of each subcategory. That's my scenario: Bean 1 (select a category) -> Root Conversation Bean 2 (select a subcategory) -> Nested inside the root Bean 3 (edit an ite

[jboss-user] [JBoss Portal] - Re: LDAPExtUserModuleImpl and userSearchFilter

2007-07-12 Thread bdaw
It happens to everyone time to time :) I updated blog post like you suggested. I think that you shouldn't have many problems with MSAD. The one I'm aware of is the password change (can be done by portal users). As far as I know MSAD requires you to use SSL connection to let you update related a

[jboss-user] [JBoss Seam] - Overridable resource resolver

2007-07-12 Thread KnisterPeter
I'm struggeling with loading the *.page.xml from an 'out-of-container' location. This is not supported thought, but it would be great if this could be added to seam. Or am I missing something? To explain my usecase: I have an application which should be very customizable on a per client/campaig

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-12 Thread ricardomarques
apparently when i add a task to "confinuar" the problem vanish, still the error that jbpm gives in the absence of task's is a bit odd. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063421#4063421 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Seam 2.0 Beta + JBossas 4.2.1.GA + JBossWS-2.0.0.GA + We

2007-07-12 Thread [EMAIL PROTECTED]
Interesting. I'm not sure, but perhaps its something for the JBossWS wiki? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063422#4063422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063422

[jboss-user] [JBoss Seam] - Re: Overridable resource resolver

2007-07-12 Thread [EMAIL PROTECTED]
In Seam2, you could override ResourceLoader.getResourceAsStream(), I suppose... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063423#4063423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063423 ___

[jboss-user] [JBoss Seam] - LR conversationand unique HibernateSession after exception

2007-07-12 Thread ptravas
After database exception during flush Hibernate Session should be no more used. Knowing that I'm searching for a good design for a multipage wizard which in the last step persist all my data using Hibernate. I want to be sure that in case of an exception thrown because of i.e. overriding update et

[jboss-user] [JBoss Seam] - change process status

2007-07-12 Thread kgoedert
Hi, I have a jbpm process that has an inicial state which is a request for travel expenses. After the request is made, it goes to manager approval. I would like the user that made the request to be able to put the process back to an initial state, so he would could change any information, as l

[jboss-user] [JBossCache] - Re: Reading threads are blocked

2007-07-12 Thread FredrikJ
Using the testbeds from above on CR3 shows a significant improvement over CR2. The source for the tests can be found here: http://www.robotsociety.com/cache/cr3/src.rar NB: These tests are micro-benchmarks, i.e. not a real-life scenario. Parallel tests Reading threads access all available nodes

[jboss-user] [EJB/JBoss] - Re: method-permission being ignored

2007-07-12 Thread spiperoglou
Thanks, that did the trick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063427#4063427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063427 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Seam] - Re: Overridable resource resolver

2007-07-12 Thread KnisterPeter
Ok, that sound nice, but I cannot switch to Seam 2 currently. The only way I could think of currently is to override the FacesServlet and supply an overriden ServletContext... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063428#4063428 Reply to the post :

[jboss-user] [JBossWS] - Documentation on generated WSDLs

2007-07-12 Thread nudelaug
Hello! Is there a possibility in jbossws to add schema-documentation like: blabla to a wsdl when it is autogenerated at deployment? Do I need a special Annotation? kind regards Wolf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063429#4063429

[jboss-user] [JBoss Seam] - Re: Overridable resource resolver

2007-07-12 Thread [EMAIL PROTECTED]
There should be a way to do it by overriding the Pages component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063430#4063430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063430 _

[jboss-user] [JBoss Seam] - Re: Overridable resource resolver

2007-07-12 Thread KnisterPeter
Hmm, after rethinking I better would override the FacesContextFactory and supply an overridden ServletContext. That way it is even JSF implementation independent. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063431#4063431 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: Overridable resource resolver

2007-07-12 Thread KnisterPeter
In the Pages component the interesting methods to override are either private or do call private methods. Therefore I cannot override it without copying most of the code from Pages.java. This is not what I want... But thanks for the hint. View the original post : http://www.jboss.com/index.html

[jboss-user] [EJB 3.0] - Re: Problem in deployment of ejb 3 in JBoss Server using Ora

2007-07-12 Thread alexandre.krohn
Hi, I have a similar problem as you, but the exception I got is different. I got ClassNotFoundException, and I guess is due the "unusual" ClassLoader architecture of JBoss. Which versions of JBoss and Toplink Essentials are you using? How did you installed Toplink on JBoss? Alexandre View th

[jboss-user] [JBoss Seam] - Re: Deploying Jboss Seam booking application to Weblogic 10

2007-07-12 Thread lisaanm
Hi, I have got the same error anonymous wrote : | Error loading the persistence descriptor WEB-INF/lib/jboss-seam-jpa.jar!/META-INF/persistence.xml from the module jboss-seam-jpa.war. See the following stack trace for nested errors: weblogic.descriptor.DescriptorException: Unmarshaller fail

[jboss-user] [JBossWS] - Re: JBossWS supports pluggable Web Service stacks

2007-07-12 Thread [EMAIL PROTECTED]
Common deployment model means that you can use standard EE5 deployments with all tree stacks. You will not have to provide Metro or CXF proprietary descriptors. In short, deployment archives should depend on the WS stack that is currently installed. Common management interface means that you ca

[jboss-user] [JBossCache] - Re: Reading threads are blocked

2007-07-12 Thread [EMAIL PROTECTED]
| It seems that in the parallel scenario, most threads are blocked by the initLock in UnversionedNode. The lock is lazily initiated in case we don't need locking, but on the other hand you then force a synchronized upon every threads that wants to get the lock reference. The synchronization i

[jboss-user] [JBossWS] - consume WS error after update to JBossWS 2.0

2007-07-12 Thread M.Schumpa
Hi dear community, I'm pretty new to the whole JBoss WebService topic and I'm writing a diploma thesis about it. to get startet, I wrote a simple example which consist of a WebService and an Java Client connecting to that Service in order to consume it. Everything went fine with the JBoss 4.

[jboss-user] [JBoss Seam] - Re: Subdirectories in the view folder

2007-07-12 Thread jbrosan
Thanks, I'll check out all of the template references. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063439#4063439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063439 _

[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-12 Thread azalea
Hi, I initialized the EntityHome states in the following code. | public class PersonManager extends EntityHome { | | ... ... | | @Begin(join=true) | public void startCreate() { | debug("startCreate() called: id[#0]", getId()); | setId(null);

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-12 Thread sem
Very simple. For example we have 2 nodes in production. A lot of messages in the queue. Power goes done. 1 node is not starting up. How to detect if there are still messages for dead node? We have no direct access to database server. We somehow need to right an application for querying JMS tables

[jboss-user] [JBoss Tools (users)] - Re: JBossTools (xxx-nightly) requires feature

2007-07-12 Thread baz
Please watch this issue: http://jira.jboss.com/jira/browse/JBIDE-500?page=comments#action_12368700 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063442#4063442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063442

[jboss-user] [JBoss jBPM] - Re: LinkageError

2007-07-12 Thread kukeltje
I'll change the schema to at least require 1 task as a child of task-node View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063444#4063444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063444 _

[jboss-user] [Security & JAAS/JBoss] - JBoss Federated CR1 getDomain bug

2007-07-12 Thread tmarafon
Hello, I'd like to report a bug at the method "private String getDomain(String serverName)" of the class org.jboss.security.valve.SSOTokenManager (there is a method just like this one in the class org.jboss.security.federation.servlet.SSOFederationServer, but I think it's never called). This me

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-12 Thread cpage
hi thomas, your tip doesnt work for me Unable to get remote file=C:\_PROJETS_GIP\_PORTAIL\_DEV\workspace\JBoss_Portal_2_6_0_src\thirdparty\antlr\component-info.xml url=http://repository.jboss.com/antlr/2.7.6.ga/component-info.xml View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Seam 2.0 Beta + JBossas 4.2.1.GA + JBossWS-2.0.0.GA + We

2007-07-12 Thread PatrickMadden
Gavin, I cross posted on the JBossWS forum referencing this post's URL after thinking the same thing. Didn't retype the entire post. I'll wait to see if they think I'm crazy :) Thanks, PVM View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063447#4063447 Rep

[jboss-user] [JBoss Seam] - Seam 2.0 beta ConversationEntry possible bug

2007-07-12 Thread Kruno
I've noticed that when conversation is ended in pages.xml | | | | ERROR | | | that conversation is not removed from conversationList. Regards, Kruno View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40634

[jboss-user] [JBoss jBPM] - Re: problem to start a taskinstance

2007-07-12 Thread kukeltje
hmmm sorry... i missed that :-( and btw, please repost the workflow and put it in code tags View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063449#4063449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063449 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate/JPA throws java.lang.NullPointerException at org.j

2007-07-12 Thread motte1979
Using: JBoss-Seam 2.0.0.BETA1 JBossAS4.2GA Hibernate/JPA postgresql-8.1-407.jdbc3 psql (PostgreSQL) 8.1.9 | | | myprog-ds | jdbc:postgresql://localhost:5432/myprog | org.postgresql.Driver | myprog |

[jboss-user] [JNDI/Naming/Network] - JNDI-Lookup in Thread failed

2007-07-12 Thread slotties
Hi, we use hibernate3 (for jbpm) in our application and we're encountering a problem with jndi. We use some scheduling-mechanism which invokes a thread which itself does something with jbpm. Anyway, because of another application server (oc4j 10.1.3) we had to set a context-classloader to all u

[jboss-user] [JNDI/Naming/Network] - Re: JNDI-Lookup in Thread failed

2007-07-12 Thread slotties
PS: I tried jboss 4.0.5 and 4.2.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063452#4063452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063452 ___ jboss-user mailing l

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-12 Thread timfox
If one node crashes and server side failover is enabled then the other node will take over the failed nodes messages. If both nodes crash at exactly the same time e.g. power goes out to both nodes simultaneously. When you turn the power back on you start up both nodes and you find one does not

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-12 Thread ramazanyich
but as on all nodes routerpolicy configured properly (using roundrobin) then it should not be a problem if all messages are overtaken by first started node. Then other nodes will come up JMS messages will be spreaded again correctly to other nodes. Or I'm not correct ? View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: JNDI-Lookup in Thread failed

2007-07-12 Thread jaikiran
May not be of much help, but try looking it up from the Global JNDI namespace: ctx.lookup("UserTransaction"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063456#4063456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-12 Thread timfox
"ramazanyich" wrote : but as on all nodes routerpolicy configured properly (using roundrobin) | then it should not be a problem if all messages are overtaken by first started node. | Then other nodes will come up JMS messages will be spreaded again correctly to other nodes. Or I'm not corre

[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-12 Thread wschwendt
"azalea" wrote : | wschwendt, how about your crud app? | azalea, I'm not writing any CRUD app in the sense that I'm developing something for a commercial client project. I'm not doing anything commercial right now. Roughly speaking, my interest is to find an approach how to systematica

[jboss-user] [JBoss jBPM] - deploying jbpm-jpdl-3.2.1 to tomcat 5.0.28 with/without mysq

2007-07-12 Thread rossputin
Hi, I recently downloaded 3.2.1 and ran it fine on jboss out of the box. Previously I had deployed versions of jbpm 3.1.x fine on tomcat 5.0.28 including with mysql. For some reason though (probably because I am missing some requirement) when I deploy jbpm-jpdl-3.2.1 to tomcat 5.0.28 with eit

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Cookies lost when included JSP file used

2007-07-12 Thread [EMAIL PROTECTED]
That is because of JSP spec's requirement. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063462#4063462 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063462 ___ jboss-user m

[jboss-user] [EJB 3.0] - "Transaction is not active" exception after sessionContext.s

2007-07-12 Thread omichalet
Hello, I just try to load an entity with the injected entity manager after the transaction has been marked for rollback only and I get an exception "transaction is not active". It is a simple case where both the transaction and the entity manager are container manager (default behavior as there

[jboss-user] [JNDI/Naming/Network] - RMI server as localhost and remote lookup

2007-07-12 Thread kanth_seenu
JBoss throws unreachable exception while doing ejb local home lookups, when the network connectivity is not there. Then, I have set my rmi server codebase to localhost to avoid the unreachable host exception. -Djava.rmi.server.hostname=localhost After this the exception got arrested but I am

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-12 Thread sem
Don't you think for High Available environment there should be an option to do it? We have very strict SLA's. Messages needs to be processed in appropriate amount of time, no matter what. With current JBossMQ (running as Singleton ) is not a problem. But with JBoss messaging we would need to rig

[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-12 Thread [EMAIL PROTECTED]
anonymous wrote : I don't really understand this code yet, but at least there is a suspiciously looking if condition: Yes, looks like a bug, exactly on the line you saw. Would you please report this in JIRA, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBossCache] - very slow bdbje loader implementation (CR3)

2007-07-12 Thread srnm
I have a simple test case that puts 1000 objects into a node. Using the bdbje loader the test runs in >100s Using the jdbm loader the test runs in <10s I looked at the loader implementations and I see that bdbje loader is storing each node as a HashMap, and that each put reads the hashmap from di

  1   2   3   >