[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS With HA-JDBC

2005-12-13 Thread [EMAIL PROTECTED]
This question has been asked enough times now that I created an FAQ http://wiki.jboss.org/wiki/Wiki.jsp?page=ItHangsTalkingToTheDatabaseOrItReportsADeadlock The solution is talk to your database admin. and also to use search so we don't have to continually repost these answers, where we even bothe

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-13 Thread [EMAIL PROTECTED]
Tvan, It all depends what you understand under the nomer 'proprietary'. The fact that XPDL originates from the WfMC and that there is a (small) number of products using it, does not make it a widespread standard. And if it is not a widespread standard, I would also call it proprietary. BPMN has

[JBoss-user] [Installation, Configuration & Deployment] - Disabling tomcat clustering

2005-12-13 Thread mct
I'm building a minimal config under 4.0.3 which is going well, but I want to get rid of any of the tomcat clustering stuff. What must I do to disable this in tomcat, so that I don't need the jboss cache, jgroups and tc5-cluster support to be deployed? Thanks... Milt View the original post : h

[JBoss-user] [JBoss Portal] - Role-based portlet layouts?

2005-12-13 Thread djheath
I'm coding a web application that has a fixed requirement that the information presented to different users is specific to their role. For example, If a user logs in as a regular user, there are no UI elements for administration. This leads me to inquiring about dynamic portlet layouts within a

[JBoss-user] [EJB 3.0] - Domain-specific information in @Resource

2005-12-13 Thread euvitudo
(Couldn't decide whether to include here or in the Messaging forum...ultimately decided to place here. Sorry if it's misplaced.) I'm using @Resource to inject a reference to a JMS destination. The JMS spec. indicates a preference to use the "Common" interfaces (see pp. 75-76, 79-80) which in

[JBoss-user] [JBoss jBPM] - Re: Getting process definition XML source from the database.

2005-12-13 Thread Saviola
The second approach seems simple since it looks this is the natural way of doing what I want at the moment. Thanks, guys for the answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912537#3912537 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [JBoss jBPM] - Re: event registration for JBPM?

2005-12-13 Thread [EMAIL PROTECTED]
I also think the external polling is the simplest and most flexible solution. Besides that, you will want to correlate the file with the processinstance/token anyway, so using the tokenid in the filename or have a correlation table where this is done are two possible solutions. Regards, Koen V

[JBoss-user] [JBoss Portal] - Re: Accessing Portal using Context Name in Portal 2.2

2005-12-13 Thread ksreddy
I tried with the given below URL's, but I'm getting only Default Portal Page. 1. http://localhost:8080/portal/portal/mysample/default 2. http://localhost:8080/portal/portal/mysample/ 3. http://localhost:8080/portal/mysample/ Thanks View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [EJB 3.0] - Re: Interesting Client/EJB3Container design question

2005-12-13 Thread phon
i haven't checked it yet as i'm not in the office for the moment but maybe an optimization of java is not to actually return the result when it's not necessasry (in the first case you don't use the result of a.getListB()) i'll try the code in the office today and i'll let you know View the orig

[JBoss-user] [JBossWS] - WS Engine Versions and their matching to JBoss versions

2005-12-13 Thread thegift
Hi JBoss and WS guru! I'll be very very very appreciative to you, if you could answer my compatibility question. There are several different messages in this forum discussing that, but I have not exact information about version matching between WS engines and JBoss App Servers. We have project b

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss message restoration

2005-12-13 Thread [EMAIL PROTECTED]
"genman" wrote : | I seem to recall Adrian coming up with something in CVS recently. | Not guilty. :-) I am merely testing some code that somebody else contributed. It has only been tested on 10g so far: http://jira.jboss.com/jira/browse/JBAS-2503 http://anoncvs.forge.jboss.com/viewrep/JBos

[JBoss-user] [Installation, Configuration & Deployment] - When will JBoss 4.0.4 be released

2005-12-13 Thread gfzhang
We need a feature that will be fixed in JBoss 4.0.4 final. When will it be released? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912531#3912531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912531

[JBoss-user] [JBoss jBPM] - Re: fork node question

2005-12-13 Thread [EMAIL PROTECTED]
Each fork should be used in relation to a corresponding join. Mixing parallel paths of execution between fork/join pairs will put you in trouble. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912530#3912530 Reply to the post : http://www.jbos

[JBoss-user] [JCA/JBoss] - Re: DeploymentException with -ds.xml inside ear inside rar

2005-12-13 Thread greywind
You are right that we shouldn't overwrite JDK classes, unfortunatelly we have to. JDK 1.4.2 contains only DOM2 the Xerces 2.6/2.7 releases need DOM3 interfaces. hence you have to have those interfaces in the ear. If you ask me, DOM should not be in the JDK, it does not have Suns release cycle s

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Disbale persistent queue

2005-12-13 Thread [EMAIL PROTECTED]
"mroosendaal" wrote : But this was not adequate enough because it uses the FilestateManager which requires the jboss-mq-state.xml for security which i don't want. | No it does not. Where does it say that? The state/security service are entirely independent from the persistence/caching. Are

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - EJB query language problem with NOT MEMBER OF

2005-12-13 Thread nick82
Hi, I have a problem with the following finder: SELECT OBJECT(s) | FROM Survey AS s, User AS u | WHERE u.username = ?1 | AND u NOT MEMBER OF s.user Survey and User are Entity Bean in relation N-to-N with a dedicated Cross Table and the relation works fine (for examples getting UserDTOP f

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: RemoteJMSProvider & DefaultJMSProvider Mixup

2005-12-13 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp FAQ And broken keep-alive configurations don't count, use the networking forum or better yet talk to your network admin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912526#3912526 Reply to the post : http

[JBoss-user] [JBoss Seam] - Re: Design suggestion

2005-12-13 Thread [EMAIL PROTECTED]
"patrick_ibg" wrote : First of all, it won't be freed up until the session is invalidated or the app takes it out of the session context. Well, that just means you should make sure it isn't too huge and/or configure appropriate passivation. It's a tradeoff of performance vs. usability. You can'

[JBoss-user] [JCA/JBoss] - Re: DeploymentException with -ds.xml inside ear inside rar

2005-12-13 Thread [EMAIL PROTECTED]
"greywind" wrote : | Solution for the moment (as the jboss guys do not seem to fix it) Fix what? JBoss has parsed the ra.xml using the xml parser and the w3c classes you told it to use. These classes are not compatible with the JDK classes that the RAR deployer uses. Why are you trying to

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-13 Thread enazareno
Hello again, I suggest you run the websale example bec. there is a timer in there. You can get some idea from there. It is very difficult runnning testing the timer w/o the SchedulerThread. Regards, Elmo View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [JCA/JBoss] - Re: ConnectionDefinition xxx not found in rar

2005-12-13 Thread [EMAIL PROTECTED]
"humergu" wrote : | I'm not very familiar with JCR but I've a problem deploying a JCR adapter. | I think this is your problem, no? You can't even spell JCA :-) http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [JCA/JBoss] - Re: WARN [TransactionSynchronizer] ... not the enlisting

2005-12-13 Thread [EMAIL PROTECTED]
I'd also suspect the usual broken JVM/c-library/OS combinations with broken threading/locking primitives. e.g. * Sun operating systems with the wrong patch level * Incorrect/Unsupported glibc versions * Using Redhat's broken backport of NPTL to Linux 2.4.x But since you provide very little inform

[JBoss-user] [JCA/JBoss] - Re: WARN [TransactionSynchronizer] ... not the enlisting

2005-12-13 Thread [EMAIL PROTECTED]
The actual code works as follows, so maybe you can spot the gap in the logic? Every transaction has a TransactionSynchronizer synchronization that accumulates "I want to enlist these resources". To avoid the "race" of two threads trying to enlist the same resource at the same time, it elects one

[JBoss-user] [JCA/JBoss] - Re: WARN [TransactionSynchronizer] ... not the enlisting

2005-12-13 Thread [EMAIL PROTECTED]
It is possible you have found a problem with the logic, since this code is new. http://jira.jboss.com/jira/browse/JBAS-1935 But this code only exists to workaround a "hole" in the spec when it comes concurrent enlistment of connections in a transaction. So unless you are seeing the WARN accompani

[JBoss-user] [JBoss Portal] - How to aggregate two portlet application in one page.

2005-12-13 Thread Mohit
Hi I am very new to Portal and Portlet application. Today i finally deployed my HelloWorld portlet successfully. Now i want to aggregate two different portlet application to same page in Jboss Portal. Can anyone give me steps to aggreagate two portlet application in same page?[or portal] Tha

[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-13 Thread enazareno
Hello, You need to have a Scheduler thread running to invoke your actions. If you run the web example, the thread is initiated during start-up through the SchedulerServlet. The timer tag just registers the timer, but the SchedulerThread is the one that looks for jobs that are past due and i

[JBoss-user] [JBoss jBPM] - Re: Getting process definition XML source from the database.

2005-12-13 Thread [EMAIL PROTECTED]
There's an alternate approach that requires no coding at all. Just store a copy of your process definition anywhere in the process archive, in addition to processdefinition.xml. That way, the deployer will treat the copy as a resource file and save it to the database. Perhaps the deployer sho

[JBoss-user] [JBoss Portal] - Differences between JBOss and TomCat

2005-12-13 Thread anupama_vjai
We have a Java/JSP application deployed on Tomcat and we need to migrate the same to JBOSS. What are the possible differences we could encounter and any known issues/constraints or bugs? Any pointers will be useful View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [JBoss jBPM] - Setting the Timer's duedate in the ActionHandler

2005-12-13 Thread enazareno
Hello, Is it possible to manually set the Timer's next due date from an ActionHandler? Correct me if I'm wrong but I think there is no support for a cron-like expression in the BusinessCalendar class (?). It just repeats uniformly based on the repeat value. If there is none, can we get a ha

[JBoss-user] [JBoss Portal] - User Portlet Issue

2005-12-13 Thread mabayrakdar
I am currently using JBoss 4.0.3(SP1) and JBoss Portlet 2.2. The Porlal comes customized with the User Portlet. I tried editing the profile, and when I click on the link I get an empty page. How could I solve this problem? View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss jBPM] - Re: Question about Hello World Example

2005-12-13 Thread [EMAIL PROTECTED]
anonymous wrote : I don't know is the definition WSDL not enough? Section 3.2.2 of the jBPM BPEL user guide explains that processes are defined in terms of abstract WSDL definitions (e.g. messages and port types) and XML schema types/elements only. That's the information that goes to the databas

[JBoss-user] [Beginners Corner] - Re: Config-files outside of .EAR

2005-12-13 Thread jaikiran
I had a similar requirement and i placed such files in server/default/conf. That worked for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912510#3912510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912510 ---

[JBoss-user] [JBoss jBPM] - Web-based modeler for jBPM

2005-12-13 Thread [EMAIL PROTECTED]
Hi Is there any web-based modeler for modelling jBPM processes? Regards Pratap View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912509#3912509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912509

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-13 Thread [EMAIL PROTECTED]
I know what you mean. J2EE deployment descriptors are a perfect example of how bad things can get. However, UI-related data in a business process makes it less readable, as they are irrelevant to the business logic. Of course, if you assume that most of the time you'll be looking at the graphica

[JBoss-user] [JBoss jBPM] - Re: Prioritization

2005-12-13 Thread sforema
I agree with Rainer. jBPM is just a workflow engine. It does not prioritize the execution/speed of tasks. This would be something you would do outside jBPM. My first job was a mainframe job (s!). When you submited work to the mainframe/CPU, you submitted a list of things you want to perfo

[JBoss-user] [JBoss jBPM] - Question about Hello World Example

2005-12-13 Thread fwshk
I would like to know is my understanding correct Is the Hello World Example build target doing for the purpose? create-schema: - Create the database schema for storing executing information pack-definition: - Pack the business process into a single archive - The archive contain BPEL, WSDL and a

[JBoss-user] [EJB 3.0] - Re: Pagination solution

2005-12-13 Thread [EMAIL PROTECTED]
* lazy="extra" * collection filters * Hibernate3 Filters ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912505#3912505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912505 --

[JBoss-user] [Beginners Corner] - JBoss Web interface?

2005-12-13 Thread Synergy
Hi, We were planning on migrating to JBoss AS from weblogic. Installation went OK however one thing we prefer is having a web interface to handle issues like: deploying applications, creating data sources, managing user accounts etc. It seems (after reading the documentation) that you have to m

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Connection not being reused properly

2005-12-13 Thread khensel
I hope someone can help. I am running an application on Linux in Jboss 4 (with Tomcat 5) and using DB2Connect to run stored procedures. I can execute the stored procedure (use the connection) one time successfully. The next time I try to execute it (DAO), I get this error: 18:44:32,862 ERROR [

[JBoss-user] [JBoss jBPM] - Re: Prioritization

2005-12-13 Thread RAlfoeldi
Hi 'anant', just what would these priorities effect? The execution of Tokens is deterministic. Either triggered by external events, by Timer execution or something else. Once these are executed the workflow proceeds till the signaled token has reached a wait state - it then waits for external

[JBoss-user] [JBoss Seam] - Re: Design suggestion

2005-12-13 Thread patrick_ibg
Seems weird... First of all, it won't be freed up until the session is invalidated or the app takes it out of the session context. Then, I'm not too sure how it will behave wrt activation/passivation. I think the web layer also does its own bit of passivation/activation and writes objects in t

[JBoss-user] [JBoss jBPM] - Re: jBPM performance

2005-12-13 Thread enazareno
Hi, If all else fails, why not just use the traditional approach and query the database directly and use paging? Maybe you also need to check if the tables are properly indexed. Regards, Elmo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912499#3912

[JBoss-user] [JBoss jBPM] - Re: Prioritization

2005-12-13 Thread anant
I don't want a priority associated with any user, but for processes that are travelling through the system from node to node. I am not using tasks at all. Is there still a way to use priorities? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912498#3912498 R

[JBoss-user] [JNDI/Naming/Network] - Re: No apparent activity on port 1099

2005-12-13 Thread iksdrijf
Thanks. with netstat port 1099 does indeed show up, whereas it didn't with nmap. Unfortunately, I still keep getting the same Exception. Does anybody know in which direction to look next? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912497#3912497 R

[JBoss-user] [JBoss jBPM] - Re: Getting process definition XML source from the database.

2005-12-13 Thread enazareno
Hello, Why not create a process deployer class that deploys your process and save your xml on the database as text at the same time, i.e. if you have not started yet. Just get the process id out so you can reference your xml file. If you have already started and want to view existing proces

[JBoss-user] [EJB/JBoss] - C#/ikvm JBoss client naming service hang (was: how to static

2005-12-13 Thread ewestland
Scott et al, First off, I can not help you solve this (year old) issue. I am groveling for your/someone's help on getting a simple C# client (via iKVM) to connect to JBoss (ultimately JBossMQ). You were able to contact the naming service, so you got further than I have. Hopefully you can share

[JBoss-user] [JBossCache] - Re: TreeChangeListener - New Idea for notifications

2005-12-13 Thread [EMAIL PROTECTED]
This has been discussed before. However, we weren't so sure that we want to do such a granularity that time. Besides, if we want to do that, we will need to wait, maybe, 1.4 or later when we have notification interceptor. If you want, please open up a Jira issue so we can track it later on. Vi

[JBoss-user] [EJB 3.0] - Re: EJB Suddenly Stopped Deploying

2005-12-13 Thread redijedi
Okay, I'm pretty sure JBoss is going bonkers. Below is the interface and bean. I stripped them down to near nothing: | package foo.bar.services; | | import javax.ejb.Stateless; | import foo.bar.services.api.UserService; | | /** | * | */ | @Stateless | public class UserSe

[JBoss-user] [JBossCache] - Re: Garbage collection and unit testing

2005-12-13 Thread [EMAIL PROTECTED]
Ok, try to use removeObject() instead of simply remove() as the former will properly disassociate the POJO from the interceptor. This is the proper way to do in pojo cache (TreeCacheAop) anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912492#3912492 R

[JBoss-user] [JBoss Seam] - Re: Design suggestion

2005-12-13 Thread [EMAIL PROTECTED]
Why do you think it's bad to put an SFSB in the session? I think that's ok View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912491#3912491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912491 --

[JBoss-user] [JBoss jBPM] - Re: CMP instead of Hibernate

2005-12-13 Thread enazareno
Dear Tom, I wish it could be that easy. It took as a long time to decide on certain technologies. The thought of introducing yet another will probably make some "cringe". But kudos to your work, I think we have to make an exception with this one. I think you have made workflow as simple to

[JBoss-user] [JBoss Seam] - Re: Question - JSF Render Response phase and Data access

2005-12-13 Thread patrick_ibg
Maybe I'm missing something, but it still seems to me that your problem is easily handled by context variables and view mappings. I assume you are using a standard MVC architecture? You are not limited to just "failure" and "success" outcomes... and the event that is fired (the method invocatio

[JBoss-user] [EJB 3.0] - Pagination solution

2005-12-13 Thread tinashechipomho
say you have two entities A and B, and the relationship is one to many the two entities are fairly large. how do u get a reasonable perfomance when loading entity B given that for one instance of A there can be many instances of B, by many i am talking of tens and thousand instances for example

[JBoss-user] [JBoss Seam] - Re: RFC: Validation groups

2005-12-13 Thread patrick_ibg
This could also fold in the @IfInvalid annotation: @ValidateFor (names = {"seamName1", "name2"}, invalidOutcome = REDISPLAY) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912487#3912487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [Security & JAAS/JBoss] - Re: Multi Credential Authentication

2005-12-13 Thread [EMAIL PROTECTED]
I'm not aware of any standard way to do this, although I'm not fully up to speed on what all the security guys have been up to in terms of providing security hooks in the web tier (I'm in clustering). So, don't take my response as meaning there's no way (but I doubt it). See http://www.jboss.c

[JBoss-user] [JBoss Seam] - Re: RFC: Validation groups

2005-12-13 Thread patrick_ibg
I have some wizards which basically null out the appropriate form beans and put them back in when it's on the right screen. This doesn't solve your problem though, as you have no idea in advance which form will get submitted. Maybe as an alternative, create a @ValidateFor (names = {"seamName1",

[JBoss-user] [EJB 3.0] - Problem with ejbStore() method

2005-12-13 Thread misiek_1984
Hello I work with JBoss + Eclispe + Firebird. I've written a ejbStore procedure like that: public void ejbStore() { System.out.println("Project enter: ejbStore"); Connection connection = null; PreparedStatement ps = null; try { connection = getConnection(); String select = "update PRO

[JBoss-user] [EJB 3.0] - Bidirectional one-to-many resulting in multiple (identical)

2005-12-13 Thread steverb
I have 3 objects, in a hierarchical relationship; bascially a two-deep one-to-many association. Group -> Display -> Component, where a Group has a one-to-many with Display, and Display has a one-to-many with Component. What's happening is when I do an em.find(), with the ID of a Group, the res

[JBoss-user] [JBoss Seam] - Re: Design suggestion

2005-12-13 Thread patrick_ibg
Probably not a good idea to scope SFSB to session. You could create a search result object (a real POJO, not an Entity Bean, unless you want to persist your search results which sounds crazy) and put that in the session scope. View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [EJB 3.0] - EJB Suddenly Stopped Deploying

2005-12-13 Thread redijedi
I deployed some code that hasn't been touched in a couple weeks today, and it will no longer deploy. I continually receive a NoClassDefFoundError when I can plainly see inside all of the deployed archives that everything is fine. I downloaded and installed 4.0.3SP1 again and it is still happenin

[JBoss-user] [Clustering/JBoss] - Re: Clustered nodes cannot discover each other after unplugg

2005-12-13 Thread [EMAIL PROTECTED]
The anonymous wrote : 16:59:09,323 ERROR [NMS] merge failed | java.lang.ClassCastException: EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderH | ashMap | at org.jboss.ha.framework.server.DistributedReplicantManagerImpl.mergeMe | mbers(DistributedReplicantManagerImpl.java:791) |

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-13 Thread kukeltje
I do not neccesarily think combining the info in one file is bad design. There is lots of duplication between the jpdl and gpd file. Getting things to fragmented and split over multiple files is also not to great... but anyway :-) If I find the time somewhere (maybe in 2007) I'll have a qui

[JBoss-user] [JBoss Eclipse IDE (users)] - Problem with ejbStore()

2005-12-13 Thread misiek_1984
Hello I work with JBoss + Eclispe + Firebird. I've written a ejbStore procedure like that: public void ejbStore() { System.out.println("Project enter: ejbStore"); Connection connection = null; PreparedStatement ps = null; try { connection = getConnection(); String select = "update PROJECT set

[JBoss-user] Migrating applications developed using EJBs from WebSphere to JBoss

2005-12-13 Thread Garvey, Paul M (GE Commercial Finance)
Title: Migrating applications developed using EJBs from WebSphere to JBoss  All, I am migrating several applications that using EJBs and in particular Entity beans from WebSphere to Jboss. Is there any links or documentation that will help make this transition? Any help is appreciated.

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - ejb-jar.xml's for read only CMPs?

2005-12-13 Thread [EMAIL PROTECTED]
When configuring a read-only EJB as per JBoss descriptors, do I have to set in the standard EJB ejb-jar.xml to anything special (e.g., Not Supported, Supported, etc.)? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912477#3912477 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Login failure results in 404 error

2005-12-13 Thread [EMAIL PROTECTED]
"anituarun" wrote : The /errorpages/wronglogin.html page does exist in the CMS even in JBoss portal v2.0.1RC1, however it is in the wrong location. ... or that too. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912476#3912476 Reply to the post : http:/

[JBoss-user] [JBossCache] - Re: TreeCache - JDBCCacheLoader - Failed to lookup datasourc

2005-12-13 Thread [EMAIL PROTECTED]
Are you using JBossCache 1.2.4 beta? This sounds like http://jira.jboss.com/jira/browse/JBCACHE-303, which was fixed in the final 1.2.4 release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912475#3912475 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss Portal] - Re: Login failure results in 404 error

2005-12-13 Thread anituarun
Just for your information... The /errorpages/wronglogin.html page does exist in the CMS even in JBoss portal v2.0.1RC1, however it is in the wrong location. I resolved the problem by moving the errorpages directory directly under /default diectory View the original post : http://www.jboss.com/

[JBoss-user] [JBoss jBPM] - Re: jbpm tries to execute non-existent action

2005-12-13 Thread michaelholtzman
anonymous wrote : | it depends how you deployed the process and the actionhandlers. Are both versioned in the same .par file? If so are you sure the right class got in the .par file. If it was not refreshed, it could be the wrong version. | I am reading the processdefinition.xml file from

[JBoss-user] [JBoss Portal] - Re: Login failure results in 404 error

2005-12-13 Thread [EMAIL PROTECTED]
In 2.0 Branch the /errorpages/wronglogin.html existed in the CMS. We moved away from that in 2.2, as some people unplug the CMS. However, if in 2.0.1, the page does not exist, then create it in the CMS. Additionally, you can modify the web.xml: | /login.jsp | /error.jsp | ...

[JBoss-user] [JBoss jBPM] - Dates problem

2005-12-13 Thread jpaagt
Hello, I've been having problems with dates in JBPM. I think it has to do with the user timezone but I haven't figured it out yet. My timezone is GMT -5, I'm currently using JBPM version 3.01, on Jboss AS 4.0.0, on a Fedora Core 4. An example of the problem is as follows: When a new task is cr

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-13 Thread [EMAIL PROTECTED]
There is a shallow comparison between jPDL and XPDL in this topic: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72991&start=0 Apart from that, XPDL embeds UI data such as node coordinates and sizes in the process definition. I think that's a bad design decision, but anyway. This and

[JBoss-user] [JBoss jBPM] - Re: Tasks and Actions

2005-12-13 Thread kukeltje
actions in jBPM are automated things, like send email, update external database, call a webservice, so some b2b things. The things a user has to do in a web based form are the tasks. So yes, in your example the tasks are the way to go. View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [EJB/JBoss] - Re: [org.jboss.invocation.pooled.server.ServerThread] Failed

2005-12-13 Thread jhager
This seems to only happen on Solaris, anyone know why? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912468#3912468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912468 --

[JBoss-user] [JBoss jBPM] - Re: jbpm tries to execute non-existent action

2005-12-13 Thread kukeltje
it depends how you deployed the process and the actionhandlers. Are both versioned in the same .par file? If so are you sure the right class got in the .par file. If it was not refreshed, it could be the wrong version. It could also be that you hit a previous version of the process which rightf

[JBoss-user] [JBoss jBPM] - Re: javax.faces.FacesException: Error calling action method

2005-12-13 Thread kukeltje
why would it otherwise be a task? If there is no variable to act upon, you'd just have a page with one or more transitions. Is that what you require? If so, file a Jira issue that task cannot be performed upon if there is no variable. View the original post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss Portal] - Re: Login failure results in 404 error

2005-12-13 Thread anituarun
The wronglogin.html file comes with the JBoss Portal installation itself. This does not have to be created again. This was working in the Portal v2.0, but does not work with the Portal v2.0.1RC1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912465#3912465

[JBoss-user] [JBoss jBPM] - Tasks and Actions

2005-12-13 Thread fmuhlenberg
Reading the documentation and looking at the 3.0 tutorial, I'm a little confused on when one would choose to use TaskAssignments versus Actions. Would someone help to clarify the differences? Maybe I'm thinking about my problem all wrong. The problem I am trying to address is: 1) A user subm

[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-13 Thread kukeltje
The moment jPDL was developed, XPDL was not a widely accepted standard. And even up to now many other companies use an import facility to load an existing xpdl. If you then manipulate it and save sorry export it again in XPDL, you loose many of the work you did in the designers of these comp

[JBoss-user] [Performance Tuning] - Re: Very Slow Perfomance

2005-12-13 Thread lepe
Second that - this day there was a customer having serious performance problem from one client. Tested with entering server info the the clients host file and what before took 28 secs is now <1 secs :) So do check your DNS! /L View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Clustering/JBoss] - Re: Clustered nodes cannot discover each other after unplugg

2005-12-13 Thread vegecat
Hi, Ben Thanks for the pointer. I tested the unplug/replug network cable scenario again while enabling TRACE jgroups. The result was different from what I saw previously. The two clustered nodes could discover each other after an initial failure. This is the message shown on one node after I re

[JBoss-user] [JBoss Portal] - Re: Management Portlet Issue

2005-12-13 Thread bdaw
I created a jira issue for this. Thanks for reporting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912460#3912460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912460 --

[JBoss-user] [Security & JAAS/JBoss] - Re: Multi Credential Authentication

2005-12-13 Thread elponderador
Good idea. It is something we had considered, but considering browser problems with javascript, its not a very attractive one. so are you really saying, there is no other, more standard way to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39124

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Jboss 4.0.3SP1 with hibernate 2.1

2005-12-13 Thread vignesh76
I am trying to migrate an application that uses hibernate 2.1 from jboss4.0.2 to jboss4.0.3 SP1. Since we don't want to immediately migrate to hibernate 3.x, I am trying to configure Jboss 4.0.3 SP1 with hibernate 2.1. I found the below article on wiki that details switching from hibernate 3.x t

[JBoss-user] [Security & JAAS/JBoss] - Re: Multi Credential Authentication

2005-12-13 Thread [EMAIL PROTECTED]
A quick and dirty way I've seen this kind of thing done with web app FORM authentication is to have javascript concat the access code and DOB together and send them as the j_password. Then your login module would parse them out. View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Eclipse IDE (users)] - java.lang.reflect.UndeclaredThrowableException

2005-12-13 Thread SLAY
Hi here is my error from jboss: ERROR [LogInterceptor] EJBException in method: public abstract com.sisca.demo.U106.UserRemote com.sisca.demo.U106.UserHome.create() throws javax.ejb.CreateException,java.rmi.RemoteException, causedBy:java.lang.reflect.UndeclaredThrowableException | at org.jbos

[JBoss-user] [JBoss Portal] - Re: Login failure results in 404 error

2005-12-13 Thread the-gtm
The file were the wrong login page is configured is portal-server.war/WEB-INF/web.xml | | FORM | JBoss Portal | | /login.jsp | /errorpages/wronglogin.html | | | You can either create the page /errorpages/wronglogin.html or edit

[JBoss-user] [Installation, Configuration & Deployment] - JBoss App and Server hang/die/stop responding

2005-12-13 Thread Martinator
Hi everyone, we have a JBoss 3.2.4 app that has been deployed for some time. We restart the server every morning at 6:00 AM to clear/reset caches etc... For the last week or so, the entire application has stopped in mid afternoon. No user requests are served. The only fix is to restart the app s

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - where to find the 'CMP 2.0 documentation'?

2005-12-13 Thread chaser
Hi, all I am wondering where I can find the 'CMP 2.0 documentation' as mentioned in the work book. I am Thanks in advance. X.Chen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912451#3912451 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss jBPM] - jbpm tries to execute non-existent action

2005-12-13 Thread michaelholtzman
Greetings. I have deployed the following process definition: | | | http://jbpm.org/3/jpdl"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://jbpm.org/3/jpdl http://jbpm.org/xsd/jpdl-3.0.xsd"; | name="DealBooking"> | | |

[JBoss-user] [JBoss Seam] - Re: RFC: Validation groups

2005-12-13 Thread [EMAIL PROTECTED]
I'm inclined to think that a better approach in this case would be to call Hibernate Validator programmatically, rather than via annotations. But I might be wrong. I think I kinda see what you are doing. I'd like to know if this is something that other people run into. View the original post :

[JBoss-user] [JBoss Seam] - RFC: Validation groups

2005-12-13 Thread rdewell
I find that if a view contains very granular forms, then it is sometimes convenient for the same backing bean to handle several of these forms. In other words: a different action per form, where each action is on the same backing bean. This doesn't work well for server side Seam validation,

[JBoss-user] [JNDI/Naming/Network] - Re: RE: naming look up issue with ejb3.0 in jboss

2005-12-13 Thread fernandocitino
I have an application with the same error. I am trying to solve it - but not successulf yet. Please let me know your findings. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912447#3912447 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Security & JAAS/JBoss] - Multi Credential Authentication

2005-12-13 Thread elponderador
I have been trying to figure out how to use the standard mechanisms in order to authenticate the web and ejb tiers. >From what I can see, most mechanisms support the idea that you only need a >username and password for authentication. However in our case we need to have >the user enter his id p

[JBoss-user] [JBoss Seam] - Re: STATE_SAVING_METHOD=server broken for ScopeType.CONVERSA

2005-12-13 Thread [EMAIL PROTECTED]
Now documented in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912445#3912445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912445 --- This SF.net email is s

[JBoss-user] [EJB 3.0] - Re: Deleting an entity from another entity?

2005-12-13 Thread rbenko
Okay - more searching led to a 'workaround' using Hibernate's native CascadeTyp.DELETE_ORPHAN setting. I'm not quite sure why a facility like this or like TopLink's 'Private Owned' flag is left out of the EJB spec - it seems like a fairly common mechanism. View the original post : http://www

[JBoss-user] [JBoss Seam] - Re: STATE_SAVING_METHOD=server broken for ScopeType.CONVERSA

2005-12-13 Thread [EMAIL PROTECTED]
Right, this is a known limitation of using Seam with MyFaces, due to how MyFaces does server-side state saving (I'm not going to call it an actual *bug* in MyFaces, but it is suboptimal). It looks like I have forgotten to document this critical thing! Oooop! View the original post : http://www

[JBoss-user] [JBoss Seam] - Re: @Factory ([EMAIL PROTECTED]) method called repeatedly on every req

2005-12-13 Thread [EMAIL PROTECTED]
Are you sure the conversation did not time out? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912442#3912442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912442 -

[JBoss-user] [EJB 3.0] - No default constructor for entity

2005-12-13 Thread MmarcoM
hello all, i am trying to get acquainted with EJB3.. i developed a simple SLSB which acts as a facade to my entity ejb my entity ejb is as follows: @Entity @Table (name="jobApplication") public class JobApplication implements java.io.Serializable { private String jobName;

[JBoss-user] [JBoss jBPM] - Re: javax.faces.FacesException: Error calling action method

2005-12-13 Thread forJbpm
Hi! Can anyone please tell me Why defining a controller variable is absolutely necessary for a given task? or it is not? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912439#3912439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

  1   2   3   >