[JBoss-user] [JBossWS] - Re: jbossws-1.0.1 released

2006-06-13 Thread fheldt
Hello Thomas, i downloaded jbossws-1.0.1.GA.zip and replaced jbossws.sar and jbossws-client.jar as described. Seems there is a dependency missing, cause now i get this error on startup of jboss-4.0.4.GA (from server.log): | 2006-06-13 08:56:59,336 INFO [org.jboss.remoting.transport.socket.

[JBoss-user] [JBossCache] - JBossCache 1.3.0.SP2 TreeCacheListener not getting events wh

2006-06-13 Thread var_4050
I am using JBossCache 1.3.0.SP2 in my project. Right now I am doing a feasibility check on optimistic locking in JBossCache and am facing a problem. I have TreeCacheAOP cache and have made another class as listener to it by extending AbstractTreeCacheListener. I have configured the TreeCacheAOP f

[JBoss-user] [JBoss jBPM] - Re: Able to suspend a token that has ended

2006-06-13 Thread kukeltje
Thanks michael for filing a jira issue. I just came acros it. http://jira.jboss.com/jira/browse/JBPM-675 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950596#3950596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950

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

2006-06-13 Thread kukeltje
1: Search e.g. TFI on: upgrade script jbpm. The first hit on google will give you the answer 2: I would advise negatively on extending the jbpm tables. Create your own. 3: No, the ones that are deployed should keep working. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [JBoss Messaging] - Re: Socket error on start-up with 1.0.1.CR2 !

2006-06-13 Thread heat23
I get that error on server startup, so the client does not come into play yet. I've done clean installs of the AS and Messaging CR2 serveral times and I get that error on my Solaris box. If I do ./run.sh -c default, it works fine but ./run.sh -c messaging throws that error. Is there any differ

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - hibernate, saving and updating doesn't do anything

2006-06-13 Thread Duffcase
Hi. I've recently upgraded from jboss 4.0.3 to 4.0.4GA, and I've had some troubles getting hibernate to work correctly. I'm almost there now, except whenever I try to make changes to the database, nothing happens!? So there must be something I'm missing.. Either my config is wrong, or my stra

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Undeploy exploded web app

2006-06-13 Thread NickDeGraeve
It doesn't seem to work. I added | 1 | to web.xml; the app was redeployed. I waited long enough to make it time out and then I tried to delete the dir: the JARs are still in use. The web app is one for Web Start with in WEB-INF/lib jardiff.jar, jnlp.jar, jnlp-servlet.jar and one of min

[JBoss-user] [EJB 3.0] - Re: Casting arguments in an EJB Urgent !!!

2006-06-13 Thread dreuzel
Sorry I was out Yesterday THIS LOOKS LIKE A PATH I'll Try it immedialtly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950603#3950603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950603

[JBoss-user] [EJB 3.0] - How to initialize an EntityManagerFactory in a self containe

2006-06-13 Thread Hoagiex
I have a 'modulename'.jar containing all classes relevant to the data integration tier. This is a plug and play module which must not have dependencies outside of the module. The problem is that I can't create an EntityManagerFactory in a managed transaction or I get the following exception:

[JBoss-user] [EJB 3.0] - Re: Casting arguments in an EJB Urgent !!!

2006-06-13 Thread dreuzel
Does this value has an impact on ECLIPSE JBOSS-Debugging all debugging seems to be mixed up "To enable Tomcat to use the JBoss classloader, set the UseJBossWebLoader attribute to true in Deploy\Tomcat's jboss-service.xml" I'm investigating further View the original post : http:/

[JBoss-user] [Installation, Configuration & Deployment] - Error when plugging in a deployment sorter jboss-4.0.4.GA(ej

2006-06-13 Thread stnor
I'm tring to use my own Deployment sorter, but I get an error. | | package com.xxx.jboss; | | import java.net.URL; | import java.util.Comparator; | | import org.jboss.deployment.DeploymentSorter; | | /** | * | * | * | * com.xxx.jboss.MyDeploymentSorter

[JBoss-user] [JBoss jBPM] - ContextInstance and sessions

2006-06-13 Thread tobysaville
Hello, Can someone clarify why it is necessary to retrieve the ContextInstance from within the same session as the associated ProcessInstance. I thought that having lazy=false in the hbm files would get around this. I dont want to have JbpmSessions in my Spring controllers, but at the moment

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with Realms login module and custom principal

2006-06-13 Thread lost_traveller
Finally! I've spent 2 weeks trying to get this security with a custom principal working and it finally appears to be working! That was the break i needed, I did a search and it would appear "CallerPrincipal" is some kind of internal static variable, the clue was here: anonymous wrote : The Call

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: hibernate, saving and updating doesn't do anything

2006-06-13 Thread Duffcase
This seems to work.. Is this an acceptable way to do it, or will I encounter exceptions? | session.getTransaction().begin(); | session.saveOrUpdate( in ); | session.getTransaction().commit(); | View the original post : http:/

[JBoss-user] [Beginners Corner] - client disconnected?

2006-06-13 Thread jtestori
i have a stateful sessionbean for each client that holds some (costly) resources. is there a way to find out if the client has disconnected (without logging out)? i don't want to wait for the passivate-timeout, because that would be too long, and i cannot reduce the timeout. View the original p

[JBoss-user] [JBoss jBPM] - Re: resume() and suspend() failing in JBPM 3.1

2006-06-13 Thread patrickvanamstel
Is this issue alreay resolved. grt Patrick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950612#3950612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950612 ___ JBoss-use

[JBoss-user] [Security & JAAS/JBoss] - Re: login-page with FORM and stru

2006-06-13 Thread gengar
Ok, now I've solved the problem. There were several mistakes in my web.xml, so it couldn't work. Here are the important changes in my web.xml: | | FORM | kamEntityManager | | /pages/login/login.jsf | /

[JBoss-user] [EJB 3.0] - Re: Casting arguments in an EJB Urgent !!!

2006-06-13 Thread dreuzel
setting "UseJBossWebLoader" in C:\JBOSS\jboss-4.0.4.GA\server\default\deploy\jbosswebtomcat55.sar\META-INF\jboss-service.xml Using Jboss 4.0.4.GA local interfaces Does definetly Corrupt the presentation of the ECLIPSE Debugger. Even after a complete rebuild locations and traps are pl

[JBoss-user] [Performance Tuning] - Re: No ManagedConnections available within configured blocki

2006-06-13 Thread talm
hey kungfoo - this happens on mysql as well. its a jboss problem. if you dont know the answer, thats ok too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950616#3950616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [EJB 3.0] - Re: putting classes in bean requests not Consistent !!!

2006-06-13 Thread dreuzel
setting "UseJBossWebLoader" true in Confirms there is definitly a problem. Only the problem get Worse C:\JBOSS\jboss-4.0.4.GA\server\default\deploy\jbosswebtomcat55.sar\META-INF\jboss-service.xml Using Jboss 4.0.4.GA local interfaces Does definetly Corrupt the presentation of t

[JBoss-user] [EJB 3.0] - Re: please help arguments of a bean CALL depends on runt

2006-06-13 Thread dreuzel
setting "UseJBossWebLoader" true in Confirms there is definitly a problem. Only the problem get Worse C:\JBOSS\jboss-4.0.4.GA\server\default\deploy\jbosswebtomcat55.sar\META-INF\jboss-service.xml Using Jboss 4.0.4.GA local interfaces Does definetly Corrupt the presentation of t

[JBoss-user] [Performance Tuning] - Re: No ManagedConnections available within configured blocki

2006-06-13 Thread neotyk
This is performance tuning forum. Please contact me be mail od Jabber (details in profile). Best wishes, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950619#3950619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395061

[JBoss-user] [Beginners Corner] - Re: security service from Getting Started manual

2006-06-13 Thread visolvejboss
Hello, For securing the jmx-console we have to edit the following files in the path: /server/default/deploy/jmx-console.war/WEB-INF/ 1. Edit the web.xml and uncomment the security-constraint block. 2. Edit the jboss-web.xml and uncomment the security-domain block. 3. Check the files jmx-

[JBoss-user] [JBoss jBPM] - Re: resume() and suspend() failing in JBPM 3.1

2006-06-13 Thread patrickvanamstel
I changed the hbm.xml file with the fix posted and the bug is gone. Is this going to be incorperated in the next release. grt Patrick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950621#3950621 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Is it possible to change the associated table name for a

2006-06-13 Thread c96mud
Actually I was able to solve this by extending the EJB3NamingStrategy and add this to the persistence.xml: | | Thanks anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950622#3950622 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss Seam] - Re: SEAM configuration problem

2006-06-13 Thread [EMAIL PROTECTED]
This is a classloading issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950623#3950623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950623 ___ JBoss-user mailing list

[JBoss-user] [Beginners Corner] - jboss startup error

2006-06-13 Thread Renierb
when i start my jboss, it gives an error saying: java.rme.server.exportexception: port already in use: 1098; nested exception is: java.net.bindexception: address already in use JVM_Bind 1 depend on: jboss.system:service=ThredPool I havnt changed anything in my jboss. what may be there problem?

[JBoss-user] [JBoss Portal] - problem deploying Jbosss portal

2006-06-13 Thread adik
Hi all need your help i'm trying to deploy jboss portal jboss-portal-2.2.1binary-SP1 on jboss-4.0.4.GA I get error 500 THIS IS THE STARTUP log THANKS tialized. 13:27:01,000 INFO [TomcatDeployer] deploy, ctxPath=/portal-samples, warUrl=.../ deploy/jboss-portal.sar/portal-samples.war/ 13:27:01,1

[JBoss-user] [EJB 3.0] - ClassCastException of entity after SFSB activate

2006-06-13 Thread CarstenRudat
I'm using JBoss 4.0.4 GA an I wrote a stateful session bean which has to entitymanager injected (like the following) @PersistenceContext(unitName="myunit",type=PersistenceContextType.EXTENDED) protected EntityManager em; When the bean is activeted after passivation, I get an ClassCastEx. The f

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - ROOT.war using external directory

2006-06-13 Thread robert129
Hi, Is it possible to configure the root web application under ROOT.war to use a directory external to JBoss? (e.g.) /opt/rootcontext/ We would like to keep our static pages outside JBoss. I know this is possible using JBoss & Apache but we want to use JBoss for dynamic and static content. Any

[JBoss-user] [JBoss jBPM] - jBPM, Rules & Swing?

2006-06-13 Thread amehio
Hello, Will there be a plan to provide jBPM and Rules with a Swing equivalent in addition to the SWT GUI currently used? Cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950629#3950629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [Security & JAAS/JBoss] - Re: Securing the JMX invoker in JBossAS 3.2.6

2006-06-13 Thread jeyrich
Thanks, j2ee_junkie! So it's related to me using Java 5! And indeed, it works fine with JDK 1.4. That's a workable solution for now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950630#3950630 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss jBPM] - Re: resume() and suspend() failing in JBPM 3.1

2006-06-13 Thread kukeltje
if there is no jira issue, it will not be resolved automagically. Since I see no report of a jira issue here I asume there is none. If you find one post it here and vote for it. If there is a jira issue, there will also be a roadmap for this issue. View the original post : http://www.jboss.co

[JBoss-user] [JBoss Seam] - Re: problem running booking example

2006-06-13 Thread Newlukai
How do I properly update those libs? In the server/default/deploy/ejb3.deployer directory are three .jars: jboss-annotations-ejb3.jar, jboss-ejb3.jar and jboss-ejb3x.jar. The EJB3 RC8 contains a lib folder with those three .jars: hibernate-all.jar, jboss-ejb3-all.jar, thirdparty-all.jar. Which j

[JBoss-user] [JBoss jBPM] - Re: jBPM, Rules & Swing?

2006-06-13 Thread kukeltje
No, there will not be. They are quite different ui frameworks and maintaining two versions is not efficient. Do you have a specific reason for asking this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950633#3950633 Reply to the post : http://www.jboss.co

[JBoss-user] [JBoss Getting Started Documentation] - Where are download jboss on

2006-06-13 Thread seekerzyh
Where are download jboss on View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950634#3950634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950634 ___ JBoss-user mailing list

[JBoss-user] [JBoss Seam] - Re: @DataModel with Tomahawk with JBoss AS 4.0.4 and Seam 1.

2006-06-13 Thread Newlukai
OK. Today I wanted to write a testacase but I saw tat Seam was updated so O tried the update. The problem seems to be solved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950635#3950635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [Installation, Configuration & Deployment] - Re: java.lang.NoClassDefFoundError: org/jboss/cache/CacheExc

2006-06-13 Thread roberto
I have the same problem also. I also suggest to suppress it or change the log level to a lower one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950636#3950636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950636

[JBoss-user] [EJB 3.0] - Inheritance with EJB3 Entity

2006-06-13 Thread omichalet
Hello, I just wanted to introduce a superclass for all entities in my app. The goal was to define several common behaviour like creation and modification dates. The problem is that if I define a field timestampModification annotated with @Version in the superclass annotated with @MappedSuperclas

[JBoss-user] [J2EE Design Patterns] - Re: Listener J2EE deployment problem

2006-06-13 Thread neerajgeit
hi no one here in this java world who can solve this problem,plz if any one hava little ideya about the solution of this problem is most welcome Regards Neeraj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950638#3950638 Reply to the post : http://www.j

[JBoss-user] [JBossWS] - can JBossWS help me with WS-Policy part?

2006-06-13 Thread itomer
hi, i am now using JBossWS with JBoss 4.0.4 GA(still downloading.) i have a quick glance at the jbossWS user guide, but i have not read anything about WS-Policy except in the feature list of the beginning. my question is, where is the place for WS-Policy? it seems that all the WS-Security w

[JBoss-user] [JBoss Getting Started Documentation] - Re: Where are download jboss on

2006-06-13 Thread visolvejboss
Hello, You can find the jboss downloads in the following link. http://labs.jboss.com/portal/jbossas/download Regards, Visolve JBoss Team. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950640#3950640 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-13 Thread jaink
We will have JMS Clients in different geographical location across WAN who would be connecting to their local JMS Servers. These JMS Servers will have to communicate (one server becoming client to another server). The Servers will not be on the same cluster. View the original post : http://ww

[JBoss-user] [Beginners Corner] - Re: jboss startup error

2006-06-13 Thread visolvejboss
Hello, Check whether any running process is using that port or not. If you are using jboss in unix, the following command will be helpful to find out the status of the port. #netstat -na | grep 1098 (or) #

[JBoss-user] [EJB 3.0] - Sparse lazy lists?

2006-06-13 Thread peter_kaas
I have a standard Order - OrderLine relationship whereby the OrderLines run in the thousands and they contain binary data up to about 5 MB in data per OrderLine. Obviously I don't want to page them in all at the same time. I have annotated my method with everything I could find: | @OneToMany

[JBoss-user] [JBoss AOP] - Problem with @Bind annotation

2006-06-13 Thread [EMAIL PROTECTED]
The AopC(ant task) compiler doesn't seem to be picking up the @Bind annotation. For example: @Bind("get(* *->@ee.rr.jpa.PersistenceUnit)") public Object invoke(Invocation invocation) throws Throwable { ...(missing body) } For it to work i have to use XML based bind element. Might there b

[JBoss-user] [JBoss jBPM] - Re: problem with timer

2006-06-13 Thread ashiiid
It points in HSLDB : | org.hsqldb.jdbcDriver | jdbc:hsqldb:mem:.;sql.enforce_strict_size=true do I have to connect in the DB on my code java?? I don't know what to do Plz help me regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950645#3950645

[JBoss-user] [JBoss Portal] - Organize Portlets in a page

2006-06-13 Thread nxbalas
I have about 15 portlets in a page and I would like to know how I can decide organizing portlets. Basically I should be able to configure in object.xml to say what portlets goes first and what goes second in the screen from top. I know I can do it using management portlet however it stores in

[JBoss-user] [JBoss Seam] - Re: SEAM configuration problem

2006-06-13 Thread vamsi_poondla
Thanks for your time Gavin. Am I doing anything non-standard? I exploded my ear and compared with examples/seam-todo ear. I do not find anything different between these two. Other than declaring as module inside application.xml and packagingjboss-seam.xml, should I do anything extra? Running

[JBoss-user] [EJB 3.0] - Re: ClassCastException of entity after SFSB activate

2006-06-13 Thread dreuzel
I think I've the same problem, As soon as using my own classes to be passed to the bean the classloader seems to fail or at least gets desynchronized. Up to now i changed some Jboss parameters changing the classes unsuccessfull though View the original post : http://www.jboss.com/index.htm

[JBoss-user] [JBoss jBPM] - Re: Process Instantiation

2006-06-13 Thread ssquare
Hi, Glad to hear you were able to deploy the process programmatically. I have the following issue when I try to do this. When I run the HelloWorlddBtest sample there is no error but I could not see any new process ("Hello world" is the process name) created in the HSQL. Do I need to modify

[JBoss-user] [JBossCache] - Is JBoss Cache the correct answer?

2006-06-13 Thread sreelakshmiyadav
Hello! We have a requirement wherin our application server(not necessarily JBoss AS) will host/store some POJOs (not from a DB) which have to be accessed by a number of client machines. In this scenario is it advisable to go for JBoss cache?? If so, kindly guide me with references to implement i

[JBoss-user] [JBoss jBPM] - Re: jBPM, Rules & Swing?

2006-06-13 Thread amehio
Well we have been developing our application for four years now, and it is built based on Swing which makes it difficult for us to move from Swing to SWT. Actually, we were thinking to launch the aforementioned products (jPBM and Rules) as part of our Swing GUI. View the original post : http:/

[JBoss-user] [EJB 3.0] - Inheritance of EJB3 Session Interceptors

2006-06-13 Thread omichalet
Hello, I've introduced a superclass to deal with interceptors for a kind of session beans. If I define a @AroundInvoke method on the superclass, it's successfully invoked for all the subclasses. But if I define a @Interceptors annotation on the superclass, it is ignored by the subclasses. I don

[JBoss-user] [EJB 3.0] - Re: Inheritance of EJB3 Session Interceptors

2006-06-13 Thread omichalet
This was tested with JBoss AS 4.0.4 GA patched with EJB3 RC8. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950653#3950653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950653 ___

[JBoss-user] [EJB 3.0] - Re: Inheritance with EJB3 Entity

2006-06-13 Thread omichalet
This was tested with JBoss AS 4.0.4 GA patched with EJB3 RC8. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950654#3950654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950654 ___

[JBoss-user] [JBoss jBPM] - Re: jBPM, Rules & Swing?

2006-06-13 Thread kukeltje
the SWT based GPD is a designer, as is the rules editor. It is not the user frontend. jBPM and Rules can be accessed from/integrated with Swing based apps by using the api. So unless you elaborate a little on what your application is, it is difficult to give a detailed answer View the original

[JBoss-user] [JBoss jBPM] - Re: Process Instantiation

2006-06-13 Thread kukeltje
please do not thread-jack. New problems should be posted in new threads. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950656#3950656 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950656

[JBoss-user] [Messaging, JMS & JBossMQ] - Connection Timeout error

2006-06-13 Thread Amisha
Hi, We have our application running on JBoss server. Over this weekend we had applied some oracle patch on our script server. After the re-start of the JBoss server, we are facing some issues. Users are able to see the login page, but when they try to login, we see following error in the serve

[JBoss-user] [JBossWS] - Re: Exception deploying WS: java.lang.NoSuchMethodException:

2006-06-13 Thread roberto
I resolve it. I make a mistake. I use as endpoint directly the ejb interface instead to create a new interface (exteds remote) and use this one as endpoint. Sorry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950657#3950657 Reply to the post : http://www.j

[JBoss-user] [JNDI/Naming/Network] - Re: Delay in getting Server response

2006-06-13 Thread rschroeder
This is a continuation of the original posting: Through additional logging we found RMI consuming a lot of time of the call to the server. The following log snippet shows a call to the JBoss JNDI - it took 7 seconds to find the proxy interfaces via classloader. | | 08.06 10:05:41,390[DEB

[JBoss-user] [JBoss Seam] - Re: method defined in pages.xml can't start a converstaion

2006-06-13 Thread liudan2005
how do I define a conversation name in this case? I thought converstations are identified by IDs but not names. So I don't know what name I should specify here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950659#3950659 Reply to the post : http://www.

[JBoss-user] [EJB 3.0] - Re: Inheritance with EJB3 Entity

2006-06-13 Thread omichalet
Futhermore, the @Version annotation seems to work only for an attribute, not for a getter / setter... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950660#3950660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950660

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Undeploy exploded web app

2006-06-13 Thread j2ee_junkie
Lets try to start over on this topic. You have an exploded war. You want to be able to undeploy the applicaiton, make changes to the content of this war, then redeploy, correct? However, you do not want to delete some jar's, correct? please explain why you can't just delete the old war directo

[JBoss-user] [EJB/JBoss] - client disconnected?

2006-06-13 Thread jtestori
i have a stateful sessionbean for each client that holds some (costly) resources. is there a way to find out if the client has disconnected (without logging out)? i don't want to wait for the passivate-timeout, because that would be too long, and i cannot reduce the timeout. View the original p

[JBoss-user] [Management, JMX/JBoss] - Not able to locate Session bean thru sar

2006-06-13 Thread srikanthdr
Hi, I have a abc1.sar file which calls a POJO --> abc.java which inturns calls SessionBean. In jboss-service.xml I have an entry for abc.sar My problem is : If I deploy abc1.jar --> It calls session Bean & it works fine But the moment I make abc1.sar & deploys the application I get following erro

[JBoss-user] [Clustering/JBoss] - node enters and exits cluster

2006-06-13 Thread flash
Linux 4, JBoss 4.0.4CR2 4 nodes in the cluster. One of the nodes (Offline1) is entering and exiting the cluster as you can see, other 3 nodes keep same port and stay in cluster. Can anyone say what might be the problem? 2006-06-13 16:30:03,709 INFO [org.jboss.cache.TreeCache] viewAccepted(): [

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Duplicate MDB processing of messages sent to a Topic

2006-06-13 Thread azhurakousky
Just to clarify some of the assumptions and also I think I am starting to understand the issue a little deeper, so in a way I am attempting to answer my own question. In JBoss MDBs are not clustered. They are just message listeners. We can configure various load balancing policies on Queues an

[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-13 Thread timfox
Still don't get it. How can one jms server "act" as a client to another server. This is certainly not part of the jms spec. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950667#3950667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

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

2006-06-13 Thread JaySeletz
We see this intermittently on Solaris as well: JBoss: 4.0.3 (build: CVSTag=JBoss_4_0_3 date=200510042324) Java: v1.5.0 OS: Solaris9 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950668#3950668 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [Security & JAAS/JBoss] - Using DatabaseServerLoginModule gives Login failure

2006-06-13 Thread tefron
Hi, I was able to login with UsersRolesLoginModule using properties files. However, when trying to use DatabaseServerLoginModule, the login fail with: | javax.security.auth.login.LoginException: java.lang.NullPointerException | at org.jboss.security.auth.spi.DatabaseServerLoginModule.get

[JBoss-user] [JBoss Seam] - Re: problem running booking example

2006-06-13 Thread [EMAIL PROTECTED]
jboss-EJB3-3.0_RC8-FD.zip contains the lib you need: jboss-annotations-ejb3.jar, jboss-ejb3.jar and jboss-ejb3x.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950670#3950670 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBoss Seam] - Re: method defined in pages.xml can't start a converstaion

2006-06-13 Thread [EMAIL PROTECTED]
You don't need to specify any if you don't use the workspace management. (Otherwise you can put any name) In your case: | | is probably enough for what you want to achieve View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950671#3950671 Reply to the post

[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-13 Thread timfox
Perhaps you mean you have jms clients that communicate with a local server, then another jms client on the same node as the local server talks with another JMS server across a WAN. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950672#3950672 Reply to the po

[JBoss-user] [JBoss Seam] - Re: SEAM configuration problem

2006-06-13 Thread [EMAIL PROTECTED]
make suer that you are not embedding other myFaces libraries, the libraries used by Seam are in JBOSS_HOME/server/default/deploy/jbosswebxxx/jsf-libs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950673#3950673 Reply to the post : http://www.jboss.com/index

[JBoss-user] [Security & JAAS/JBoss] - ssl encrypted rmi/ejb still sending unencrypted data?

2006-06-13 Thread afjochnick
Hello, I have a question that puzzles me and i do hope someone can help me out... I am securing a swing client that uses the jboss clientloginmodule, takes an initialcontext then looks up ejb's to do various things on my 4.0.3 jboss server. I have followed section 8.7 of the admin guide "usi

[JBoss-user] [Beginners Corner] - Re: security service from Getting Started manual

2006-06-13 Thread joecool
thanks. It looks like all the instructions are the same, which is good. I think I editted everything thing according to the instructions, but I still get the same thing. If I comment out the security-constraint in the web.xml file and leave all the jboss-web.xml uncommented I can access the page

[JBoss-user] [Security & JAAS/JBoss] - Re: Using DatabaseServerLoginModule gives Login failure

2006-06-13 Thread j2ee_junkie
TEFRON, 1) check that your datasource is being deployed correctly 2) double check that your queries are correct. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950676#3950676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss Seam] - Re: problem running booking example

2006-06-13 Thread enesterov
Followed instructions in EJB3 package. Examples work like a charm. Thanks Thomas! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950677#3950677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950677 __

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Javassist errors with latest jboss

2006-06-13 Thread penczek
Well, like I said, using generics can cause this error, because it generates 2 different methods in runtime. Your example use the same principle of generics: u are redefining the returning type of a method to a subtype of original, and this produces the same two methods, one volatile, other conc

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Undeploy exploded web app

2006-06-13 Thread PeterJ
OK, let's try something else. Try undeploying your application via the undeploy method on the jboss.system:service=MainDeployer mbean. The undeploy method takes a URL, which you can find using the listDeployedURLs method in the jboss.deployment:flavor=URL,type=DeploymentScanner mbean. Do this

[JBoss-user] [EJB 3.0] - Re: Problem with Sub Classes in JBoss 4.0.4GA

2006-06-13 Thread penczek
I'd made a fix to this bug, see topic http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83199 This bug is caused by the awful generics support in Java5.0. Your code also doesnt compile in JDK1.4 cos there's no support to generics. By specs, u cannot redefine only the returning type of a

[JBoss-user] [JBoss Seam] - Seam 1.0.0.GA

2006-06-13 Thread [EMAIL PROTECTED]
Seam 1.0.0.GA is out: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=163777 You need to install JBoss AS 4.0.4.GA + JBoss EJB 3.0 RC8 and, optionally, JBoss Portal 2.4 beta 1 using the special installer build here: http://sourceforge.net/project/showfiles.php?group_id=22

[JBoss-user] [JBoss Seam] - Re: method defined in pages.xml can't start a converstaion

2006-06-13 Thread liudan2005
I've tried it but it doesn't work. Here is what I get in console when trying to any method of booking class after page is displayed: no long-running conversation for @Conversational bean: booking View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950682#3950682 R

[JBoss-user] [Installation, Configuration & Deployment] - UndeclaredThrowableException Caused by: java.io.NotSerializa

2006-06-13 Thread tartan
Hi, I'm currently migrating an application from JBOSS 4.0.0DR3 to JBOSS 4.0.4.GA. I've made no changes to code, just deployed the ear that was working on 4.0.0 to the 4.0.4 deployment. I get lots of UndeclaredThrowableExceptions Caused byjava.io.NotSerializableException as in the example below.

[JBoss-user] [EJB 3.0] - Starting EJB 3.0 with Eclipse and JBoss

2006-06-13 Thread patrickdalla
How do I create a simple EJB with eclipse and deploy it in JBoss 4.0.4? Which librearies and deployment descriptors must a I deploy and where? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950685#3950685 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [JCA/JBoss] - How to set another HSQLDB datasource beside DefaultDS?

2006-06-13 Thread dhydrated
I've been trying to set a second datasource of HSQLDB beside DefaultDS. Could anyone help me to do this? Please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950686#3950686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBoss Seam] - Re: SEAM configuration problem

2006-06-13 Thread vamsi_poondla
I am sure that I am not including anything different than seam-todo My CableDailies.ear is packaged with CableDailies.jar | CableDailies.war | jboss-seam.jar | jbpm.war | hibernate.cfg.xml | jbpm.cfg.xml | META-INF/application.xml | META-INF/jboss-app.xml | META-INF/jboss-beans.xm

[JBoss-user] [JBoss Seam] - Re: SEAM configuration problem

2006-06-13 Thread vamsi_poondla
I am able to see the login page. But when I submit, it is staying there, which means (?) faces-servlet did not initialize to serve the requests. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950688#3950688 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to set another HSQLDB datasource beside DefaultDS?

2006-06-13 Thread dhydrated
I've been trying to set a second HSQLDB datasource besides DefaultDS? Could anyone help me to do this? Please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950689#3950689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss Messaging] - Re: Socket error on start-up with 1.0.1.CR2 !

2006-06-13 Thread heat23
Anyone know? This is very urgent. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950690#3950690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950690 ___ JBoss-user

[JBoss-user] [JBoss Messaging] - Bizzare transaction commits..

2006-06-13 Thread mskonda
I am doing the xarecovery tests and found out a bizzare thing. Here's the scenario: I have created an in-doubt transaction (left the tx in PREPARED state, see log below) | 2006-06-13 16:29:28,299 TRACE [org.jboss.messaging.core.plugin.JDBCPersistenceManager] Inserting tx record for TX(0):AC

[JBoss-user] [JBoss Portal] - JBoss Portal 2.4 Beta1: portlet instances not created

2006-06-13 Thread codegrok
jboss-4.0.3SP1 MySQL 4.1.16 JbossPortal 2.4 Beta1 I was successfully deploying a custom portal and several custom portlets under a previous version of JBoss Portal 2.4 (CVS Head obtained 03/25/06). I have installed bossPortal 2.4 Beta1. The custom portal and portlets do not generate any errors

[JBoss-user] [EJB 3.0] - Re: Port 3873 hard coded in the stubs?

2006-06-13 Thread hezimmer
Hi Raphael, yes, it's default value of clientBindUrl inside RemoteBinding class (Annotation). You can change this by using @RemoteBinding (...clientBindUrl) in EJB3. See also http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82345 Bye, Heiko View the original post : http://www.jboss.com

[JBoss-user] [Installation, Configuration & Deployment] - Re: error initializing Jboss with all configuration

2006-06-13 Thread ddbailie
I'm seeing this same issue. Have you found an answer to this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950697#3950697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950697 __

[JBoss-user] [JBoss Seam] - HELP: do you have to publish every changes you made manually

2006-06-13 Thread jack70_chen
Hi, I am using SEAM and JBoss IDE 1.6. I use IBM WSAD and RAD before. One thing really bothers me when I use JBoss Eclipse IDE is that every time I make some changes to the xhtml, I have to manually publish it to the integrated jboss server to see the result. and the publish may take half a min

[JBoss-user] [JCA/JBoss] - Re: Informix error -710 / invalid entries in prepared statem

2006-06-13 Thread [EMAIL PROTECTED]
A modification was made in the INFORMIX exception sorter http://jira.jboss.org/jira/browse/JBAS-3120 The -710 condition was marked as fatal to avoid reusing connections/statements that are invalid. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950699#395

[JBoss-user] [Messaging, JMS & JBossMQ] - JBOSS/ BEA JMS Bridge based integration

2006-06-13 Thread NikhilKumar
I am trying to setup a JMS bridge between JBOSS 3.2.x and WLS 8.1. Would like to use a JMS bridge with XAConnections to execute guaranteed delivery. The plan is to use an MDB on WLS (the originating system) to trigger the request, encapsulated in an XAConnection and deliver to JBOSS. The first

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss Security

2006-06-13 Thread joejack
I am trying to call connectionFactory.createQueueConnection("queueUser", "queueUserPassword") but I am getting a security exception. - the user is not authenticated. What are ALL the DD pieces I need in order to create a valid user and password such that this call will authenticate my username

[JBoss-user] [Remoting] - Re: Servlet and HTTP invoket does't throw remote method Exce

2006-06-13 Thread hezimmer
Hi Tom, are there any news about this issue? Are there plans to make modifications in servlet invoker as you mentioned? Thanks in advance, Heiko View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950702#3950702 Reply to the post : http://www.jboss.com/index.htm

  1   2   >