[jboss-user] [JBoss jBPM] - Re: Changes to Task object not reflected in DB

2007-04-19 Thread hashir
My fault :). The userid was null jbpm correctly updated DB with null. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038719#4038719 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038719

[jboss-user] [Security JAAS/JBoss] - Re: The neverending logout topic

2007-04-19 Thread chakotey07
Hiho, Did you try the Basic or Form Authentication? With the Form Auth ist should work... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038720#4038720 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038720

[jboss-user] [JBoss Seam] - Re: [OT] Trinidad 1.0.0-incubating

2007-04-19 Thread atleprange
Yes, i replace all text that looks like [:param_1;...;param_n] into wiki:include name= factory=wiki.('param_1',...,'param_n')/ The text is then compiled by the facelet compiler and finally rendered. I'll try to understand your approach a bit better, it seems more elegant :), and then see if i

[jboss-user] [JBoss jBPM] - fork related problem

2007-04-19 Thread shirodkar4
hi, i am using jboss starters kit 3.1.4 here is my processdefinition.xml file | ?xml version=1.0 encoding=UTF-8? | | process-definition | xmlns=urn:jbpm.org:jpdl-3.1 name=firstProcess |swimlane name=Market Requestor | assignment expression=user(grover)/assignment |

[jboss-user] [Installation, Configuration Deployment] - classcast exception

2007-04-19 Thread jgayathri
When i deploy a session bean in JBoss, while deploying i got classcast exception . When i am looking thro ctxlook up, it is always returing the object ref as JNDI name+Home. why this error is coming? i need help. servlet code code: | | try { | | InitialContext ctx = new

[jboss-user] [JBoss jBPM] - Why some node attributes are not persist?

2007-04-19 Thread alexwei12
Hello everyone. I am using jbpm3.1.2. Some attributes, like join node: isDiscriminator(pattern 9) and nOutOfM(pattern 9a). Why they are not persist? Do the lasted release fix it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038725#4038725 Reply to the

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

2007-04-19 Thread wolfc
Before you get your hopes up out of old posts, note that pool configurations on a MDB is not the way to go. http://jira.jboss.com/jira/browse/EJBTHREE-890 Also note that expiration of messages is an issue. http://jira.jboss.com/jira/browse/EJBTHREE-938 View the original post :

[jboss-user] [EJB 3.0] - Re: recurring timer and app re-start issue

2007-04-19 Thread wolfc
Timers are persisted on undeployment and restored upon deployment. http://jira.jboss.com/jira/browse/EJBTHREE-630 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038729#4038729 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Clustering and Load Balancing in Jboss-4.0.2 using Apach

2007-04-19 Thread chillal.kishor
Actually DMWebSession which extends UserSession is having inner classes. They are also Serialized. There are 4 to 5 inner classes and each inner class contains public static final String variables. Following is my DMWebSession classI am creating the object of this and calling from

[jboss-user] [EJB 3.0] - Re: @ApplicationException(rollback=true) in Inheritance

2007-04-19 Thread wolfc
JSR 250, 2.1, General Guidelines for Inheritance of Annotations: anonymous wrote : Class-level annotations only affect the class they annotate and their members, that is, its methods and fields. They never affect a member declared by a superclass, even if it is not hidden or overridden by the

[jboss-user] [Messaging, JMS JBossMQ] - Failover scenario is not working

2007-04-19 Thread sabdulkareem
Hi all, I am trying to setup failover for our standalone applications(MessageSender and MessageReceiver) using JBoss Messaging. I have created 3 nodes in my local machine to form a cluster like: Message-Node0, Message-Node1,Message-Node2 and started the three nodes. This is the

[jboss-user] [JBoss Portal] - Re: ExtremeComponents

2007-04-19 Thread baronnet
URL looks like: http://localhost:18080/portal/auth/portal/dashboard/admin/default/11?action=6mode=view The action param is added by the portlet:renderURL tag. So it's difficult to guess it. It's a POST form. Hidden input fields are used to store data. There is no action hidden fields. So, if

[jboss-user] [JBoss Messaging] - Failover scenario is not working

2007-04-19 Thread sabdulkareem
Hi all, I am trying to setup failover for our standalone applications(MessageSender and MessageReceiver) using JBoss Messaging. I have created 3 nodes in my local machine to form a cluster like: Message-Node0, Message-Node1,Message-Node2 and started the three nodes. This is the

[jboss-user] [JBoss jBPM] - Re: The error of datasource

2007-04-19 Thread niday
The content of jbpm-ds.xml is : ?xml version=1.0 encoding=UTF-8? local-tx-datasource jndi-nameJbpmDS/jndi-name connection-urljdbc:postgresql://192.168.0.233:5432/bccbpm/connection-url driver-classorg.postgresql.Driver/driver-class user-namepostgres/user-name voipack

[jboss-user] [JBoss jBPM] - Re: The error of datasource

2007-04-19 Thread mputz
If you have malformed xml in your ds configuration, I think easiest way to set it up right is to take the example datasource from JBOSS_HOME/docs/examples/jca/postgres-ds.xml, modify it to suit your environment and copy it in the /deploy directory with the name you like. Regards, Martin View

[jboss-user] [JBoss Portal] - Re: Can JBP be configured to handle a routine weekly disconn

2007-04-19 Thread mputz
As Julien said, look at the ds configuration at AS level: http://wiki.jboss.org/wiki/Wiki.jsp?page=WhatHappensToJBossIfIRestartTheDatabase Regards, Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038740#4038740 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Failover scenario is not working

2007-04-19 Thread timfox
Do the clustering examples run? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038742#4038742 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038742 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread Sammy8306
Anybody got some ideas...? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038743#4038743 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038743 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Failover scenario is not working

2007-04-19 Thread timfox
sabdulkareem wrote : | 4. The Sender and Receiver applications tries to get Connections using Recovery Algorithms. | JBM uses transparent failover so there is no need to recover the connections yourself, i.e. you don't need to implement an Exception Listener. When failover occurs the

[jboss-user] [JBoss Seam] - ouject a non seam bean

2007-04-19 Thread mousstik
Hello :-) I've got two bean seam Seam1, Seam2. I ouject Seam1 in the context and I can get it in Seam2. It works well. In Seam1, I've got a getter/setter method on a non seam object Object1. When I try to get Object1 in my Seam2, I've got a nullPointerException. When I display attributes of my

[jboss-user] [JBoss Messaging] - Re: Failover scenario is not working

2007-04-19 Thread sabdulkareem
I tried the examples distributed-queue, queue-failover. Both are working fine. In queue-failover example the application kills the Messaging-node0 programatically. But I am using Ctrl+C to kill the Messaging-node0. Will it make any difference? Thanks Regards, Abdul Kareem View the

[jboss-user] [JBoss Messaging] - Re: Failover scenario is not working

2007-04-19 Thread timfox
sabdulkareem wrote : | | Will it make any difference? | | Yes, CTRL-C does not kill the server - it performs a clean shut down. Clean shut down and crash are different things. There is also a bug in jboss remoting that prevents reconnections in some situations - this has been fixed

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread atleprange
I don't think its possible to end and start a new conversation in a single request (yet). I am not 100% sure of the seam lifecycle, but i believe i have read in this forum that its not possible, but might be implemented in some future version. Why not start the conversation when you click the

[jboss-user] [JBoss Seam] - Re: testng unit tests not working with testng eclipse plugin

2007-04-19 Thread knuwu
I found the reason for the failure by my self. It is needed to ad the test-build directory to the build-path of the eclipse project. Otherwise the embedded EJB-Container will not parse the EJB-classes for components. View the original post :

[jboss-user] [JBoss Seam] - Re: testng unit tests not working with testng eclipse plugin

2007-04-19 Thread knuwu
It' always a good idea to look for the initializations of your own components. This gave me the major clue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038751#4038751 Reply to the post :

[jboss-user] [JBoss Portal] - Any Portlets available for JBoss Portal for Groups / Blog /

2007-04-19 Thread chintan_parikh1
Hi, Currently I am evaluating Jboss Portal. I want to setup a portal which requires Groups, Blogs, Calendar / events / alerts functionalities. I am not able to find any portlet for such feature. Can anybody help me on this. It is quite urgent for me. Or do I need to write my own portlets for

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-19 Thread varkon
I've made the following changes: 1. Changed UseJBossWebLoader to true 2. Removed jboss-app.xml from the example's deployment and the loader-repository tag from jboss-aop.xml in the .aop archive. 3. Changed ear-deployer.xml Isolated attribute to false. 4. Re-started the server, and re-deployed

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread Sammy8306
Thanks for pointing that out. Indeed, if I add indirection through an intermediate page with the same link as I would have redirected to, it works... bummer... Starting the conversation when clicking the link doesn't solve the problem though, since I need the conversation to be active for the

[jboss-user] [JBoss Seam] - Re: Pros/Cons of war vs. ear deployments (Jboss 4.2)

2007-04-19 Thread [EMAIL PROTECTED]
I just needed to find out what feature you were talking about ;) and yes, this is something we have as a target - better hotdeployement. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038758#4038758 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - JBoss AS 4.2.0.CR2 does not start

2007-04-19 Thread fcorneli
When I start JBoss AS 4.2.0.CR2 under a default Linux Fedora Core 6, I get the following error followed by a container shutdown. anonymous wrote : | Caused by: java.lang.RuntimeException: Exception creating identity: localhost.localdomain: localhost.localdomain | at

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Rules editor doesnot sinalize error in Problems View

2007-04-19 Thread [EMAIL PROTECTED]
sinalize ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038762#4038762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038762 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: About the s:selectDate / tag

2007-04-19 Thread petemuir
http://jira.jboss.org/jira/browse/RF-105 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038763#4038763 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038763 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread atleprange
Or you could just try to redirect the page? (In pages.xml) It might do the trick... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038764#4038764 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038764

[jboss-user] [JBoss Seam] - Re: ouject a non seam bean

2007-04-19 Thread petemuir
Post your code View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038765#4038765 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038765 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Concurrent task acquisition (how?)

2007-04-19 Thread [EMAIL PROTECTED]
do a flush before you close the JbpmContext View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038766#4038766 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038766 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread petemuir
You should be able to use end-conversation before-redirect=true / for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038767#4038767 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038767

[jboss-user] [JBoss Seam] - Re: ouject a non seam bean

2007-04-19 Thread mousstik
ok | @Name(seam1) | @Scope(ScopeType.CONVERSATION) | public class Seam1Action { | | private Model model; | | private String updateModel{ // method called on an actionCommand in JSF |// |setModel(model); | } | } | @Name(seam2) |

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-19 Thread [EMAIL PROTECTED]
I would 1) copy a vanilla default configuration from a clean jboss dist 2) Use a clean injbossexample 3) Follow the instructions in section 10.3 of the reference manual to set up the -javaagent loader **Use the jboss-aop-jdk5.deployer from the 1.5.5.GA release, and follow the instructions in

[jboss-user] [Security JAAS/JBoss] - Re: Problems with the Subject

2007-04-19 Thread adiceglie
Do you resolved the problems? If yes, can you help me? Thanks in advance adiceglie View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038774#4038774 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038774

[jboss-user] [Security JAAS/JBoss] - Re: problem with auto logout client

2007-04-19 Thread adiceglie
Do you resolved the problems? If yes, can you help me? Thanks in advance adiceglie View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038775#4038775 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038775

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

2007-04-19 Thread m.alex
Anybody? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038777#4038777 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038777 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread Sammy8306
that last suggestion works, but makes it necessary to move the navigation to pages.xml (not really a bad thing of course). Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038776#4038776 Reply to the post :

[jboss-user] [JBoss Portal] - Can i change default login (admin / admin) ?

2007-04-19 Thread mohan_chaudhari
How can i change password for default login (admin / admin) after login i saw links Dashboard,admin. Can i remove them? or change them ? Thanks in advance Mohan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038780#4038780 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ouject a non seam bean

2007-04-19 Thread mousstik
Ok, sorry. I can't get my object Model in the constructor. My Model has not yet been created by seam... When I get in a getAttribute, it works very well. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038781#4038781 Reply to the post :

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

2007-04-19 Thread [EMAIL PROTECTED]
m.alex wrote : | component.xml in each JAR's META-INF contains: | components | | component class=org.jboss.seam.remoting.messaging.SubscriptionRegistry install=true | | property name=allowedTopicsclientNotificationTopic/property | | /component |

[jboss-user] [JBoss jBPM] - Re: 3.2 console search: hibernate session closed

2007-04-19 Thread mputz
This error has been corrected in the meantime. I have just checked out the latest version of the console from cvs and verified that it works. Regards, Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038783#4038783 Reply to the post :

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread Sammy8306
Hm, and the facesMessages do not survive this redirect if I set this option.. why? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038784#4038784 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038784

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread petemuir
Because the FacesMessages are bound to the conversation, which you just ended ;) plain JSF FacesMessage don't survive redirects View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038785#4038785 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-19 Thread varkon
Ok, I got it. The problem was that I forgot to replace the javassist.jar in JBoss/server/myConf/lib with the one in the JDK5 AOP deployer... everything seems to work fine now, *with* scoped class-loading. Thank you very much for the help! View the original post :

[jboss-user] [JBoss Seam] - h:inputText onEnter support a4j for use in opensource facete

2007-04-19 Thread markbakker
Hello, I created a faceted search navigation engine (open source): http://www.facetnav.org:8080/facetnav/demo.seam I used an imputext, with ajax support. Now every time when I hit enter I get the problem the whole form is submitted. Is there something I can do abouw that? 21

[jboss-user] [JBoss jBPM] - Make a rollback in a Superstate group

2007-04-19 Thread VLevasseur
Hi everyone, I try to do something very strange ... In a particular process, I grouped some nodes in a superstate groupe. My need is : If the user do something wrong in one of the nodes, he can erase the superstate context by doing a Rollback at the superstate begining. maybe I d'ont

[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-19 Thread michele.curioni
Hi there, I'd rather avoid deploying the rar separately, because it needs quite a few things that are part of the ear. I don't want to have to deploy many different files. I give you more details about the content of the ear: - InputDriver.jar contains the message-listener interface, as well

[jboss-user] [JBoss Portal] - Re: Can i change default login (admin / admin) ?

2007-04-19 Thread [EMAIL PROTECTED]
For changing default login, you need to update the script that creates the default user which is in the conf/hibernate/user/setup.txt . It is a BeanShell script. For removing the links, you can try to remove the PagerCustomizerInterceptor in META-INF/jboss-service.xml, but it would remove lot

[jboss-user] [JBoss Portal] - Re: Any Portlets available for JBoss Portal for Groups / Bl

2007-04-19 Thread [EMAIL PROTECTED]
JBoss Portal does not offer today all those tools as they would represent a significant effort in term of productization and resource behind it, it's an whole other world. What we do provide is a good Forum and we are about to provide also a Blogging portlet. Maybe other users of this forum

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Beta 1 release

2007-04-19 Thread [EMAIL PROTECTED]
We are about to release CR1 (tagged in SVN) that contains WSRP. For technical reasons, WSRP could not be included in Beta1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038795#4038795 Reply to the post :

[jboss-user] [JBoss Seam] - Simplest s:fileUpload usage

2007-04-19 Thread yuwono
I've been hanging around for almost two weeks just to make s:fileUpload working. Simply want to add upload file capability to seam-registration. I'm using seam-space sample as reference and adapt it into stateless version. Not refering to wiki's samples cause it using tomahawk, I just want to

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss AS 4.2.0.CR2 does not start

2007-04-19 Thread [EMAIL PROTECTED]
What are the contents of your /etc/hosts file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038800#4038800 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038800 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Simplest s:fileUpload usage

2007-04-19 Thread petemuir
This is the nature of a SLSB anonymous wrote : The contents of instance variables are not guaranteed to be preserved across method calls. or anonymous wrote : This means that everything a stateless session bean method needs to know has to be passed via the method's parameters. View the

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

2007-04-19 Thread aricci
- REPLICATION mode replicates everything is put inside the cache. This is bad because replicates everything, also objects that have not been modified, generating unnecessary traffic. - INVALIDATION mode tags objects that are out of date. This is bad because objects have to be reloaded into

[jboss-user] [JCA/JBoss] - Jboss 4.0.1 does not work with oracle

2007-04-19 Thread swapnaSingh
org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Fail ed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver)); - nested t

[jboss-user] [JCA/JBoss] - Re: Jboss 4.0.1 does not work with oracle.jdbc.pool.OracleDa

2007-04-19 Thread [EMAIL PROTECTED]
1) Read this first: http://www.jboss.com/index.html?module=bbop=viewtopict=59031 2) Start a new thread and try again View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038805#4038805 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Service MBean dependencies

2007-04-19 Thread [EMAIL PROTECTED]
Hello, I've a standard JBoss Service MBean that depends on two EJB 3.0, an entity (accessed by a stateless facade bean) and a message driven (that create and bind a JMS queue). The Service MBean implementation | import org.jboss.system.ServiceMBean; | | public interface MyServiceMBean

[jboss-user] [JBoss Messaging] - Re: Failover scenario is not working

2007-04-19 Thread sabdulkareem
Thanks a lot! I have replaced the jboss-remoting related jars to the version2.2.0 in my application. Now the Sender application able to get Connection on Node1, if the Node0 fails. But the Receiver application throws the exception like: anonymous wrote : 2007-04-19 15:20:44,861 [main] WARN -

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

2007-04-19 Thread m.alex
I'm going to test that, but I had no problem deploying multiple jars with that components.xml included. It's only whan I have both jars and wars when problems start to appear. The same setup was working fine with Seam 1.1 and the documentation doesn't seem to indicate anything was changed with

[jboss-user] [JBossCache] - Help need in delplying JBoss Cache as a distributed cache

2007-04-19 Thread dsualeh
Hi guys. I am having troubling in deploying JBoss as a distributed cache. Can someone please have a look at my property configuration Your help will be very much appreciated ?xml version=1.0 encoding=UTF-8? !-- = -- !--

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

2007-04-19 Thread petemuir
No, but there was a change which prevented you trying to deploy the same component twice ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038814#4038814 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038814

[jboss-user] [JBoss jBPM] - Re: Regarding jbpm-identity

2007-04-19 Thread MGarl10024
I to have been wrestling with this for some time now. I commented out the identities references in the Hibernate config (as directed by the documentation) and my app has now developed a problem where the class loader cannot find an AssignmentHandler file that previously worked fine.

[jboss-user] [JBoss Messaging] - Re: Failover scenario is not working

2007-04-19 Thread timfox
Please can you explain again clearly exactly what your set up is and what you are doing (killing process control-c or whatever)? Also can you post your code example? Thx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038817#4038817 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: classcast exception

2007-04-19 Thread Fushion
You don't need the narrowing anymore. use this code instead: |InitialContext ctx = new InitialContext(); |MyTestSession testSession = (MyTestSession)ctx.lookup(ejb/test/MyTestSessionBean/remote); | That's all!!! View the original post :

[jboss-user] [JBoss Seam] - Re: Security Auto-Login Question

2007-04-19 Thread [EMAIL PROTECTED]
What about situation where we just don't know the first Seam page the user is going to hit? This is the case in portal environments. Just keep hitting the #{identity.login} everytime? | page view-id=/* action=#{identity.login} | /page | Or can we use @Factory or smt? View the

[jboss-user] [JBoss Messaging] - Re: Failover scenario is not working

2007-04-19 Thread timfox
Also - you said version 2.2.0 - you meant 2.2.0.SP1? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038819#4038819 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038819 ___

[jboss-user] [JBoss jBPM] - Base Question

2007-04-19 Thread mignag
I started looking at JBPM some time ago, it looks great and very promissing, but now I'm finding it quite difficult to start with... lots of versions with lots of small details and bugs and little direct info... For now I have a basic question: How can I pass a value from a variable (that a

[jboss-user] [Installation, Configuration Deployment] - Re: Problems Jboss 4.2.0 RC2

2007-04-19 Thread [EMAIL PROTECTED]
Your deployment seems to contain web service endpoint declarations that refer to different context-root's. These have to be declared outside the scope of the service impl. you posted. I.e. port-component declarations are one possibility. Could you post the deployment descriptor that belongs to

[jboss-user] [JBoss jBPM] - JBPM too slow due to too mnany process instance

2007-04-19 Thread nicolemans72
I work on an application which uses JBPM I use the method : | JbpmContext.getTaskMgmtSession().findPooledTaskInstances(List); | to find a list of ProcessInstance. Before, i had 20 or 30 ProcessInstance and it worked fine But today I have 1200 ProcessInstance and it's very slow (several

[jboss-user] [JBoss Seam] - Converter

2007-04-19 Thread KoniKoni
There is a method: public Object getAsObject(FacesContext facesContext, UIComponent uIComponent, String value) { I like to get a List that declarated as datamodel from conversation context: So like under just jsf: Object object = FacesContext

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

2007-04-19 Thread m.alex
Ok, here goes. I tried as advised (using this in a single components.xml): components | component class=org.jboss.seam.remoting.messaging.SubscriptionRegistry install=true | property name=allowedTopicsclientNotificationTopic, inventoryNotifications/property |

[jboss-user] [JBoss Seam] - Re: End conversation and redirect problem

2007-04-19 Thread Sammy8306
Right :) damn, this is some hairy stuff... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038825#4038825 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038825 ___ jboss-user

[jboss-user] [EJB 3.0] - Service MBean dependencies (on EJB 3.0)

2007-04-19 Thread [EMAIL PROTECTED]
Hello, I've a standard JBoss Service MBean that depends on two EJB 3.0, an entity (accessed by a stateless facade bean) and a message driven (that create and bind a JMS queue). The Service MBean implementation | import org.jboss.system.ServiceMBean; | | public interface MyServiceMBean

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

2007-04-19 Thread petemuir
Try Component.getInstance(myBean2); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038827#4038827 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038827 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Error while using Email validation Annotation

2007-04-19 Thread sandytech
Hi All. I'm using @Email validation for validating email field,while compiling I'm getting an error like E:\workspace\SeamRegistration\examples\booking\src\org\jboss\seam\example\booking\User.java:117: cannot find symbol [javac] symbol : class Email [javac] location: class

[jboss-user] [JBoss Seam] - Re: ouject a non seam bean

2007-04-19 Thread Sammy8306
You can't access injected beans in the constructor. Instead, use a method annotated with @Create to do this kind of initialization stuff. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038829#4038829 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Can i change default login (admin / admin) ?

2007-04-19 Thread [EMAIL PROTECTED]
If you just meant to change the password after the first boot, you can do it bu logging-in as admin, then edit your profile View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038830#4038830 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-19 Thread [EMAIL PROTECTED]
I ran a simple test with your configuration and I am not seeing the error. What version of JBoss are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038833#4038833 Reply to the post :

[jboss-user] [JBoss jBPM] - Transition Exception Handling with Tasks

2007-04-19 Thread kaisor
I am using jbpm 3.1.2. suppose there are two tasks. Task-A with actor-A Task-B with actor-B. Transition t from task-A to Task-B. i add an actionHandler in this transition t. At beginning, actor A has a task and triggers the transition t. If there is no exception-handler defined and this

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

2007-04-19 Thread m.alex
Forgot about this. The first error is caused by: | Caused by: java.lang.IllegalArgumentException: no such setter method: org.jboss.seam.remoting.messaging.SubscriptionRegistry.install | at org.jboss.seam.util.Reflections.getSetterMethod(Reflections.java:219) | at

[jboss-user] [JBoss Seam] - Re: Error while using Email validation Annotation

2007-04-19 Thread petemuir
Make sure you have the correct import statement for the Email class View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038840#4038840 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038840

[jboss-user] [JBoss Seam] - Mail

2007-04-19 Thread KoniKoni
I checked out today seam 1.2.1 and genereded with seam-gen a application, if i use mail-api, if call render.. i get follow excpetion: 12:44:08,377 ERROR [Regist] Error : org.jboss.seam.core.dispatcher is not installed in components.xml | Code:

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

2007-04-19 Thread petemuir
By default the dispatcher isn't in installed - add the entry to components.xml (you need as you are using an async method) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038844#4038844 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Invoking equals() on EJB

2007-04-19 Thread [EMAIL PROTECTED]
What the spec says about that? Looks like bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038847#4038847 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038847 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Regarding jbpm-identity

2007-04-19 Thread wjm
MGarl10024 wrote : | | Section 11.11 from the Reference Manual stating jBPM includes an optional identity component that can be easily replaced by a company's own identity data store is just not working out like planned. | - If you remove it, other things break. | | MG The

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

2007-04-19 Thread KoniKoni
With follow code i don't need to iterate through a list i get a value directly: public Object getAsObject(FacesContext facesContext, UIComponent uIComponent, String value) { | | SetDataModel sd = (SetDataModel) Component.getInstance(fillList); | |

[jboss-user] [JBoss Seam] - Re: seam-gen: behaviour of an generated app

2007-04-19 Thread baz
Any comments? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038851#4038851 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038851 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Failover scenario is not working

2007-04-19 Thread timfox
https://svn.jboss.org/repos/repository.jboss.org/remoting/2.2.0.SP1/lib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038852#4038852 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038852

[jboss-user] [JNDI/Naming/Network] - Difference between 'java: Namespace' and 'Global JNDI Namesp

2007-04-19 Thread kooudy
Can somebody explain difference between 'java: Namespace' and 'Global JNDI Namespace'? Why is impossible to get Datasource via JNDI lookup without use-java-contextfalse/use-java-context? thanks View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: Difference between 'java: Namespace' and 'Global JNDI Na

2007-04-19 Thread jaikiran
The java: namespace can be accessed only by the clients which are within the same JVM as the application server. The global JNDI namespace is accessible for all clients (remote and local clients) even if they are not in the same JVM as the application server. View the original post :

[jboss-user] [JBoss Messaging] - Re: Failover scenario is not working

2007-04-19 Thread timfox
For anonymous access use: http://anonsvn.jboss.org/repos/repository.jboss.org/remoting/2.2.0.SP1/lib/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038857#4038857 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038857

[jboss-user] [JBoss jBPM] - Problem with building jBPM 3.2 from source code

2007-04-19 Thread HLQ
I want to build the jBPM3.2 from the source code, and I followed the instructions as described in the link below: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmBuildingTheSources But when I import this project into the eclipse, it shows some errors: - EndpointMetaData cannot be resolved to a

[jboss-user] [JBoss Seam] - Multiple catchall error

2007-04-19 Thread Sammy8306
I'm getting this exception : java.lang.IllegalStateException: multiple catchall elements when using the following pages.xml : | !DOCTYPE pages PUBLIC | -//JBoss/Seam Pages Configuration DTD 1.2//EN | http://jboss.com/products/seam/pages-1.2.dtd; | | pages

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Rules editor doesnot sinalize error in Problems View

2007-04-19 Thread Andre1001
Encuse me, sinalize comes from a Portuguese word. So, again... :) where should I configure my Eclipse to indicate DRL files erros/warnings on Problems View? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038861#4038861 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: console url changed to http://localhost:8080/jbpm-consol

2007-04-19 Thread itprabha
Hi Alexandre, You are correct, after setting the proxy details it is working. Thanks Prabhakar N. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038862#4038862 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038862

  1   2   3   >