[jboss-user] [News & Announcements] - JBoss Messaging 1.0.1.CR5 Released

2006-09-22 Thread [EMAIL PROTECTED]
JBoss Messaging 1.0.1.CR5 has been released and it is available for download on on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and sourceforge (http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261). For a complete list of changes introduced by rele

[jboss-user] [JBossCache] - Re: Replication Problem When Nodes Have Gone Away

2006-09-22 Thread [EMAIL PROTECTED]
1. You can use REPL_ASYNC CacheMode to achieve update on the local cache regardless whether remote nodes succeed or not. 2. You should tweak the JGroups FD settings to get the desired scenario that you want to have. See http://wiki.jboss.org/wiki/Wiki.jsp?page=FDVersusFD_SOCK View the original

[jboss-user] [JBoss Messaging] - JBoss Messaging 1.0.1.CR5 Released

2006-09-22 Thread [EMAIL PROTECTED]
JBoss Messaging 1.0.1.CR5 has been released and it is available for download on on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and sourceforge (http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261). 1.0.1.CR5 is mainly a bug fix release, incorporat

[jboss-user] [JBossCache] - Re: Need to refresh the JBoss treecache periodically

2006-09-22 Thread [EMAIL PROTECTED]
Best way is probably to use your own timer thread and then do a get from DB and then put to the cache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973678#3973678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973678

[jboss-user] [JBossCache] - Re: PojoCache and getObject()

2006-09-22 Thread [EMAIL PROTECTED]
Which version of PojoCache you are running? In 1.4, there is an optimization done to getObject such that is BuddyManager is not configured and there is already a Pojo instance stored in the cache system, e.g., | cache.putObject(fqn, pojo); | ... | cache.getObject(fqn); | then it will

[jboss-user] [JBoss/Spring Integration] - Re: JBoss/Spring development

2006-09-22 Thread alesj
It's in JBoss Subversion repository: - http://anonsvn.jboss.org/repos/jbossas Look at the trunk/spring-int. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973676#3973676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[jboss-user] [Clustering/JBoss] - Re: Cluster Membership after Network Failure

2006-09-22 Thread [EMAIL PROTECTED]
Set shun=false in both FD and GMS, and try this with 2.4 CR2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973675#3973675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973675 __

[jboss-user] [Clustering/JBoss] - load balancing and fail over services using jboss4.0.2

2006-09-22 Thread mvali
Hi, We are having 200 members, all those 200 members will use our jboss Application, which we are maintaing total 7 Jboss servers for better performance. we have divided all 200 in to 7 jboss servers manually. so every jboss server will handle around 30 members. Now if any of the server goes wor

[jboss-user] [JBoss/Spring Integration] - Re: JBoss/Spring development

2006-09-22 Thread nitrus10032
could you please make you source code available on SF or within your distribution.. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973673#3973673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973673 __

[jboss-user] [JBoss Messaging] - Does JBoss Messaging need JBoss App Server to work

2006-09-22 Thread shivi911
I just downloaded JBoss Messaging and am trying to run the QueueExample.java example. I am able to compile them via Eclipse -- just jboss-messaging-client.jar was in my classpath. I don't have JBoss Application Server (our application here needs just messaging, not ejbs) and I intend to consume

[jboss-user] [JBoss Seam] - interceptors in hibernate booking example

2006-09-22 Thread chuckadams
I was looking at the hibernate booking example, and noticed that not only doesn't it use Entities, it doesn't use Session beans either, yet some of the actions are still annotated with interceptors like @Login (and of course Seam's interceptors). I was under the impression that javax.intercepto

[jboss-user] [JBoss Messaging] - Re: Configuring Destinations

2006-09-22 Thread Ensonik
Thanks for the offer. When I get back into this, I might take you up on that offer. For now, we're satisfied enough with having the destinations file outside the ear as it's never really touched. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973670#3973670

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-22 Thread carojas
this is a different question! This happend in the console only, the other question happend some times and the explorer appear error 500 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973669#3973669 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBossCache] - PojoCache and getObject()

2006-09-22 Thread sphinxmember
Hi, getObject(fqn) on a PojoCache doesnt trigger a nodevisited event. Am I right ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973668#3973668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973668 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - ResultSet already closed exception when using jboss-4.0.4.GA

2006-09-22 Thread timcu
I am using the WebObjects EOF framework for developing my applications I deploy with jboss. This framework uses the data source connection described in my postgres-ds.xml. Since upgrading from jboss-4.0.3.SP1 to jboss-4.0.4.GA I am getting the ResultSet already closed exception. I have seen o

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-22 Thread [EMAIL PROTECTED]
Please don't post the same question in 2 different threads. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973665#3973665 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973665 ___

[jboss-user] [Clustering/JBoss] - Re: Some Issues with clustering on JBoss 4.0.4 and EJB stub

2006-09-22 Thread ablevine1
After looking more closely at the retry interceptor wiki page, I see that it is geared towards an older ejb, specifically the jboss.xml. Anyone know what this file would look like for an EJB3.0 Session bean?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973

[jboss-user] [JBoss Seam] - Re: version of hibernate

2006-09-22 Thread [EMAIL PROTECTED]
EJB 3.0 RC 8 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973663#3973663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973663 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Seam] - Re: Interpolated Log String Causes Exception During TestNG E

2006-09-22 Thread [EMAIL PROTECTED]
humph, this is wierdalmost looks like a bug. could you please use your debugger to try and figure out the cause? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973662#3973662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Using Seam for porlet communication

2006-09-22 Thread [EMAIL PROTECTED]
I'm also interested in this topic, so keep the suggestions coming though I don't expect to be able to do much work on it for a couple of months. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973661#3973661 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-22 Thread andyd
No matter, my bad, I must have had an old version of seam around. found it in 1.0.1 GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973660#3973660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973660 _

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss 4.0.4-GA won't start in Debug mode?

2006-09-22 Thread [EMAIL PROTECTED]
As long as you start your server in debug mode, any changes to the java files in your workspace should automatically replace those running on the server (assuming they are built right away in an incremental build style); View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBossCache] - Need to refresh the JBoss treecache periodically

2006-09-22 Thread sudarshanra
Hi, I need to setup the time to refresh the treecache for every 15 minutes. Can anybody provide me the information on how to setup the refreshing period, so that for every 15 minutes the need to be refreshed in the cache. That is for every 15 miuntes the data will be fetched from the database a

[jboss-user] [JBoss jBPM] - jBPM with JBoss vs. without JBoss

2006-09-22 Thread brado
Is there any problem or reason in particular for using jBPM with JBoss vs. without JBoss (i.e. in a straight Tomcat environment)? If I don't have any other dependency on JBoss, is there anything inherently bad about an app using jBPM in a non-JBoss enviironment? Will any functionality be lost or

[jboss-user] [EJB 3.0] - Re: RC9 is out

2006-09-22 Thread Wolfgang Knauf
Helped myself with javaee_web_services_client_1_2.xsd: 1) Download from http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_2.xsd 2) Do some zip magic and add it to the file server\CONFIG\deploy\jbossws.sar\jbossws.jar\ in the subpath "schema" (I managed to add it in this subpath wit

[jboss-user] [JBoss Seam] - Could not find Stateful bean

2006-09-22 Thread carojas
Hello, I have a seam application, this applications works well for a few minuts after around 15 minuts this appear in the console. This happend always. 16:23:48,112 ERROR [STDERR] javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean: 5c4o02m-ut5jgf-esezyx51-1-esf25hfv-sr | 16:23:

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss 4.0.4-GA won't start in Debug mode?

2006-09-22 Thread hebahob
Hi, I am having the same problem as well (server runs but has to keep restarting everytime I want to debug an archive on the server.) While I am working to find a solution, I was interested in hearing about if anyone has found a fix or reason for this. tia View the original post : http://www

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-22 Thread andyd
thanks, I'll try it out. Having problems finding SeamFaceletViewHandler. Is this in cvs head? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973652#3973652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973652 __

[jboss-user] [Security & JAAS/JBoss] - Re: Alternative to getAuthenticationCachePrincipals for user

2006-09-22 Thread Wenzelaus
users are in db but in a FoxPro table... I use formbased authentication from jsf which uses a custom login module which calls a FoxPro WebService in the background... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973651#3973651 Reply to the post : http://w

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JPA-QL compliance requires select clause

2006-09-22 Thread scotttam
I upgraded to the latest version of EJB3 and started using the all server configuration and all of a sudden I am getting the following exception. How do I shut off this compliance check? | | 16:49:06,899 ERROR [STDERR] javax.ejb.EJBException: java.lang.IllegalArgumentException: org.hibern

[jboss-user] [JBossCache] - Replication Problem When Nodes Have Gone Away

2006-09-22 Thread jbirkenmaier
Hi. Here's the problem in a nutshell. 3-node cluster with shared tree cache. Nodes 1 and 2 go away at around the same time (via an unplugged network cable). Node 3 gets notification withing 10-12 seconds that Node 1 is gone and makes a few changes to the cache (within a transaction). Cache tries

[jboss-user] [JCA/JBoss] - Re: Seemingly random connection issues?

2006-09-22 Thread znbailey
"[EMAIL PROTECTED]" wrote : You need to post your *-ds.xml file as well as the version and type of MSSQL driver. Also, MS-SQL version would be good as well. | | The exeption you are seeing is typically the result of a SQL not being about to be executed on constructing a connection. This is u

[jboss-user] [JBoss Seam] - Re: I have some problems with an exeption, I need help!!!!

2006-09-22 Thread carojas
How can I see the timeout? How can I modify the timeout? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973647#3973647 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973647

[jboss-user] [JBoss Portal] - Re: use of Jboss-web, Jboss-app, Jboss-portlet config files

2006-09-22 Thread PeterJ
The jboss-web.xml file is empty because the typical information (conetxt) is not used. You can omit the file and the portlet still works fine. The jboss-app.xml file simply supplies a nice app name for the portlet. Otherwise the app name ends up being something like "/iframe". But you will

[jboss-user] [Javassist user questions] - Redeploy in JBoss Application Server causes javassist.NotFou

2006-09-22 Thread geoffm74
We are using Tapestry 4.0.2, which, in turn, uses javassist-3.0, under JBoss 4.0.4.GA. Everytime we redeploy our EAR, we start getting NotFoundExceptions from javassist. I found an old Tapestry Jira issue for the same problem, and they wrote it off as a JBoss problem, but it seems to me like m

[jboss-user] [JBoss AOP] - Re: jboss AS 4.0.4 GA aop application deployment issue

2006-09-22 Thread kistler59
So does this mean I do not need to use the eclipse aop plugin to compile my application, I can compile as i would a normal application, follow these instructions http://docs.jboss.org/aop/1.3/aspect-framework/reference/en/html/running.html#d0e3095, and deploy? View the original post : http://

[jboss-user] [Beginners Corner] - Re: Beginner Problem

2006-09-22 Thread PeterJ
The web context is based on the war file name, not the ear file name (an ear can contain multiple wars). Also, I don't think that index.jsp is used as a default welcome file. Therefore, to access your page, try: http://localhost:8080/web-app/index.jsp View the original post : http://www.jboss

[jboss-user] [JBoss Portal] - Re: Portlet calling a webservice

2006-09-22 Thread halversp
You invoke webservices from a portlet just like any other WS client -- get your hands on the service proxy (either pre-generated or through a dynamic proxy) and start calling operations (either through a generated service endpoint interface or dynamically). The portlet configuration mechanism m

[jboss-user] [Security & JAAS/JBoss] - Re: Alternative to getAuthenticationCachePrincipals for user

2006-09-22 Thread stephan.opitz
how you log in from jsf into jboss... mayber if users are in a db? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973637#3973637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973637 ___

[jboss-user] [EJB 3.0] - Re: EJb 3.0 primary key loose ?

2006-09-22 Thread stephan.opitz
/** * Makes a Orders object persistent * * @param orders *Orders object */ public void save(Orders orders) { em.persist(orders); } needknowledge of getting id into object additionally could i say jav

[jboss-user] [Beginners Corner] - JBoss Designer

2006-09-22 Thread abdole
Hi, I am following the tutorials given on th JBoss wiki site to create my own process called StartersProcess. In Figure 40 of the tutorial, when I right click on a task, I must get a dialog box which says Advanced, Assignment, Controller and General on the left section. When I right click on th

[jboss-user] [Beginners Corner] - Re: Please help: Failed to run simple EJB 3.0 Application

2006-09-22 Thread dalingxu
"mathias.altmeyer" wrote : Thank you for your help, but I have solved the problem. I have compiled the source code with a old or wrong Java-EE jar. Now, I have compiled it with the Jboss Java-EE jars and now it works. What do you mean compile it with JBoss java-ee jars? Where are the jars? Could

[jboss-user] [Beginners Corner] - bea exams ?

2006-09-22 Thread justnow
i am going to sit for 0b0-104 exam in next 2 weeks and looking to purchase certmagic q&A for this . can anyone plz let me know how good is their prep for this exam before i shell my $29 out View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973632#3973632 Repl

[jboss-user] [JBoss jBPM] - Re: Announcing the release of jBPM BPEL 1.1.Beta2

2006-09-22 Thread KVAK_TNT
And maybe a hint for beginners: rename your ant.example.properties to ant.properties - otherwise your build.xml / process.build.xml or similar will get you this error: taskdef class org.jbpm.bpel.ant.DBSchemaTask cannot be found or maybe (youractualpath)${jbpm.bpel.home}\lib not found. Greetin

[jboss-user] [EJB 3.0] - PermGen leak when passing detached entities over remote inte

2006-09-22 Thread stnor
We're getting quite an insane amount of PermGen memory leaking when passing detached entities back to the server over Remote Proxies. No memory leaks when using @EJB to @Local interfaces, only @Remote beans have this issue. Anyone else getting this? Seem to be javassist that loads new classes f

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging locked up

2006-09-22 Thread etolson
yeah, same thing View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972710#3972710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972710 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBossCache] - Re: Hibernate/Cache conceptual mismatch

2006-09-22 Thread otaylor
I was just using "fail-fast" as a shorthand for the whole set of behaviors that are used now: - Lock temporarily, not part of the current transaction - Time out immediately on lock failure - Don't throw an exception on lock failure I'm not sure I buy that these are all really independent, esp

[jboss-user] [JBoss Portal] - Re: what action does it do?

2006-09-22 Thread [EMAIL PROTECTED]
Wendy- j_security_check is used to perform JAAS security based login which is what portal uses. The Login is handled by a JAAS login module called org.jboss.portal.identity.auth.IdentityLoginModule in portal.. For details on JAAS check out http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSX Th

[jboss-user] [JBoss Portal] - Re: JBoss Forum Portlet 2.4

2006-09-22 Thread mmontoni
Hi guys, thank you very much for the tip but it is not working still. I added C:\Program Files\TortoiseSVN in my path but it can't find the svn command. Also, I thought that in order to this to work I should have the svn.exe in tortoisesvn and I can't find it there Thanks, Mariella. View

[jboss-user] [JBoss Seam] - Re: ..:: Questions about Seam design!!!

2006-09-22 Thread bfo81
I didn't say you CANNOT use DAOs anymore. I just said you CAN leave them out (in many cases). Look at the AppFuse framework (Spring + Hibernate): - Entity class - DAO interface - DAO implementation - Manager interface - Manager implementation - Backing bean for presentation layer *dh* Same

[jboss-user] [JBoss Seam] - Re: Does injection perform standard JSF conversion?

2006-09-22 Thread adambrod
That's a good point. I don't yet feel comfortable using private variable names as a shared public name. That feels like a violation of encapsulation to me. Plus, it is much to easy for a developer to rename a private variable without realizing the side-effects. Anyway, thanks for the tip! V

[jboss-user] [Clustering/JBoss] - Re: same SLSB in multiple clusters

2006-09-22 Thread ablevine1
I meant to say that when one of the servers in the partition is brought down I get a CannotConnectException from the client, so it seems as if the automatic failover in the client stub is not working. could changing the load balancing policy fix this?? View the original post : http://www.jboss

[jboss-user] [Beginners Corner] - Beginner Problem

2006-09-22 Thread iturnthepage
Thanks in advance for any help with this issue, I realize professionals are taking time out of their busy schedules to pass along knowledge. I am trying to Compile and deploy a "Hello" JSP page. 1. I created a directory c:BJEE\Ch02 2. Create a new file called index.jsp 3.I created a subdire

[jboss-user] [Clustering/JBoss] - Re: same SLSB in multiple clusters

2006-09-22 Thread ablevine1
I figured out the correct way to do this file after quite a bit of trial and error: | | | | | ProductManagerSessionImpl | true | | | ${jboss.partition.name} | org.jboss.ha.fr

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - No ClassLoaders found for: org.apache.catalina.servlets.php.

2006-09-22 Thread m_parida
I tried to follow the steps mentioned in http://labs.jboss.org/file-access/default/members/jbossweb/freezone/modules/php/index.html But while I run the run.bat file I am getting the following error: ERROR [org.apache.commons.digester.Digester] Begi

[jboss-user] [JBossWS] - Prefix added to the sendResponse

2006-09-22 Thread gmn314
Hi, I have an RPC style webservice that returns a single string value. When a response is generated by JBoss, a namespace is defined for the sendResponse, and a prefix is used. My question is: Is there any wa to suppress the prefix, and just have it override the default namespace?? Pleas

[jboss-user] [JBoss Seam] - Re: Interportlet Communication Problem

2006-09-22 Thread bulloncito
Whops, sorry, wrong topic, any idea would still be good :P View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973619#3973619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973619

[jboss-user] [JBoss Portal] - Interportlet Communication Problem

2006-09-22 Thread bulloncito
Hi there, there are a few ways to interact with other portlets around, however most of them relay on session or some messaging boxes (http://www.doc.ic.ac.uk/~mo197/portlets/portlet_messaging/), however I'm thinking they are not multi-browser-window/multi-tabs safe. Think of it, browser tab A

[jboss-user] [JBoss Seam] - Interportlet Communication Problem

2006-09-22 Thread bulloncito
Hi there, there are a few ways to interact with other portlets around, however most of them relay on session or some messaging boxes (http://www.doc.ic.ac.uk/~mo197/portlets/portlet_messaging/), however I'm thinking they are not multi-browser-window/multi-tabs safe. Think of it, browser tab A

[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-22 Thread portalgeek
Peter, Thanks it worked. But i have question regarding the url stuff. http://localhost:8080/portal/yourportalname/yourportaldefaultpage, should be the url i mean this what i understood from the document With the JBoss Portal stuff: http://localhost:8080/portal will be common for all the po

[jboss-user] [JBoss Seam] - Re: mixing ejb-jar and annotations

2006-09-22 Thread [EMAIL PROTECTED]
The EJB3 docs show how to do this: http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/partial_deployment_descriptors.html#d0e722 However, I just tried it and couldn't make it work with a Seam application. I don't know if this is an EJB3 issue or a Seam issue. I'll try and

[jboss-user] [JBossCache] - TcpCacheServer / Transaction propagation

2006-09-22 Thread jzmmek2k2
Dear all, I am evaluating the JBoss-Cache and it is really impressive. But I have a question about "TcpCacheServer" and "TransactionManager". We are planning the following server-structure: --- 2 JBossCache 1.4 instances (standalone, outside of any application-server) with BuddyReplication an

[jboss-user] [EJB 3.0] - How To do EAR Packaging

2006-09-22 Thread chane
Is there a how to on the different packaging options for my applications with new latest JBoss AS? I have looked through the online documenation and a section doesn't jump out at me that I should read. Basically, I'm trying to figure out how to deploy a bunch of shared dependency jars (around

[jboss-user] [JBoss Portal] - Re: How can I add the user login portlet and control the per

2006-09-22 Thread PeterJ
I know that is what you want to do. What I don't understand why you want to do that or what you hope to accomplish by doing it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973607#3973607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Clustering/JBoss] - Cluster Membership after Network Failure

2006-09-22 Thread dfisher
I'm using version 4.0.4 and I can't seem to get my cluster configuration right. I have 2 nodes each using the TCP config: | | | | | | | | | | |

[jboss-user] [Clustering/JBoss] - Re: Some Issues with clustering on JBoss 4.0.4 and EJB stub

2006-09-22 Thread ablevine1
Thanks Marc. I've notice that the error I mentioned happens sometime only when one server is brought down, putting the client in a bad state where the cached stub continuously fails to reconnect properly. The only way to get the client program to work again when in that state, is to reconnect wi

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss 4.0.4 as a window service

2006-09-22 Thread vannguyen0
"mishra_rajneesh" wrote : first of all thanx for the reply... | | I uesd the following command to create the service: | | JBossService.exe -install JBossAll C:\jdk1.5.0_06\jre\bin\jvm.dll -Djava.class.path=C:\jdk1.5.0_06\lib\tools.jar;C:\JBOSS\run.jar -start org.jboss.Main -params -c al

[jboss-user] [JBossWS] - Re: Consuming .net Web Service using JBOSSWS

2006-09-22 Thread vimalm
Ok it finally worked but I am got frustrated by looking at solution. Aparently | Call call = service.createCall(); | call.setOperationName(new QName ("http://xmlme.com/WebServices";, "DvdBox")); | is not sufficient and will give the stack trace given in my last reply. However

[jboss-user] [JBoss Portal] - Re: How can I add the user login portlet and control the per

2006-09-22 Thread wendy8
I want to add a login protlet, and A,B can not login use this login protlet. but C,D can login. the A,B can login through the deafult portlet, C,D can not login though this deafult login portlet.That is what I want to do.Thanks! View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-22 Thread PeterJ
I think I goofed. The URL should be http://localhost:8080/portal/portal/PortalB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973600#3973600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973600 __

[jboss-user] [JBoss Portal] - use of Jboss-web, Jboss-app, Jboss-portlet config files

2006-09-22 Thread portalgeek
Hi, In one of the portlet samples, i down-loaded from PortletSwap.com (iframe portlet) has following files: 1. Jboss-web 2.Jboss-app 3. Jboss-portlet 4. *-object.xml 5. portlet.xml 6.web.xml 7. portlet-instances.xml Jboss-web is empty. | | | | Jboss-app | | iframe |

[jboss-user] [JBoss Seam] - Re: problems with ms sql

2006-09-22 Thread max522over
I don't think so. I've tried to go out to jdbc to do that but it always fails because I have a managed transaction. This is seam managing the transaction and not allowing me a way to talk direct sql to database engine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss AOP] - Re: Problems getting AOP to work on jboss4.0.4GA

2006-09-22 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=89207 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973597#3973597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973597

[jboss-user] [JBoss AOP] - Re: jboss AS 4.0.4 GA aop application deployment issue

2006-09-22 Thread [EMAIL PROTECTED]
Sorry about the delay on this one. With the sample app you gave me it looks like you've used compile-time weaving? It looks like you have used an old version of aop to do the aopc, since: Decompiled code: | public class Car | implements Advised | { | | private static M

[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-22 Thread portalgeek
Peter, I tried this: I have used the *-object.xml you have provided in the forum and used in my helloworld-object.xml, (helloworld.war sample from portalswap.com) in Web-Inf folder inside helloworld.war file. In short i replaced the contents of helloworld-object.xml with your file content

[jboss-user] [JCA/JBoss] - Re: About XA Datasources (and transaction-service.xml)

2006-09-22 Thread wandi
Thank you little brother ;) Im using the new Oracle driver version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973591#3973591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973591 ___

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-22 Thread carojas
the problem can be in the seam.properties this is de seam.properties. | # seam.properties | #org.jboss.seam.core.init.managedPersistenceContexts entityManager | #org.jboss.seam.core.manager.conversationTimeout 3 | #org.jboss.seam.core.init.jndiPattern ficitec/#\{ejbName\}/local

[jboss-user] [JBoss Portal] - Re: How can I add the user login portlet and control the per

2006-09-22 Thread PeterJ
Oops, last two replies were for another post. Way too many Firefox windows open! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973587#3973587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973587

[jboss-user] [JBoss Portal] - Re: No reference for creation of the new user in JB Portal 2

2006-09-22 Thread PeterJ
The picture is of the admin page, after you logged on. Go to the default page and log out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973588#3973588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973588 ___

[jboss-user] [JBoss Portal] - Re: How can I add the user login portlet and control the per

2006-09-22 Thread PeterJ
Oh, and once you are on the default page, log out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973586#3973586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973586 ___ jbos

[jboss-user] [JBoss Portal] - Re: How can I add the user login portlet and control the per

2006-09-22 Thread PeterJ
That is the admin page. Go to the default page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973585#3973585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973585 ___ jboss-

[jboss-user] [Clustering/JBoss] - Re: Some Issues with clustering on JBoss 4.0.4 and EJB stub

2006-09-22 Thread MarcReis
If you want the client to not fail if all nodes of the cluster go down have a look at the client retry Interceptor http://wiki.jboss.org/wiki/Wiki.jsp?page=RetryInterceptor. The Default for SLSB LB is RoundRobin afaik, are you looking for some specific detail?. Sincerely Marc View the origin

[jboss-user] [EJB 3.0] - Re: NameNotFoundException

2006-09-22 Thread Wolfgang Knauf
Hi ! Seems you need to add more jars to your classpath, at least "JBOSS_HOME\server\default\deploy\ejb3.deployer\jboss-ejb3.jar". For my own simple app client I needed those jars: JBOSS_HOME\server\default\deploy\ejb3.deployer\jboss-ejb3.jar JBOSS_HOME\server\default\deploy\ejb3.deployer\jbos

[jboss-user] [JBoss Seam] - Re: JSTL tags ignored

2006-09-22 Thread denis-karpov
It is hot topic on faselets forum. Specially almost always you should use rendered attribute. . Why doesn't my c:if / ui:repeat / ui:include work properly? You're probably using a bad combination of build-time and render-time tags. For example, c:if is a build-time tag, so any EL expres

[jboss-user] [JBoss Portal] - Re: How can I add the user login portlet and control the per

2006-09-22 Thread PeterJ
What is your use case for this? Whether a user logs into the portal through the User Portlet or through some other portlet, that user does not have any different access rights due to the mechanism used to log in. What is is that you are really trying to achieve? View the original post : http:

[jboss-user] [JBoss Portal] - Re: Facing problem in getting the portal

2006-09-22 Thread PeterJ
The short answer is yes. The long answer is the Reference Guide contains steps on installing the Portal with a database. I don't know if the bundle contains all the files, though. If it doesn't you will want to also download the binary, read the Reference Guide, and use the database-related fil

[jboss-user] [EJB 3.0] - Why this:

2006-09-22 Thread dbettoni
look at this code: @Stateless | @Remote | public class SMSBAccountManager implements AccountManager { | | @PersistenceContext //(unitName="smsboss_core") | protected EntityManager em; | | ... | ... |

[jboss-user] [Beginners Corner] - JBoss Tutorial

2006-09-22 Thread kipper3d
http://docs.jboss.org/jbossas/getting_started/v5/html/tutorial.html I can't seem to extract the tutorial to continue with learning how to deploy j2ee app on jboss. I am on osX - so i downloaded the linux bin version of the j2ee AS that supposedly includes the tutorial. (no mac version only wind

[jboss-user] [JBoss Seam] - Re: Could not find Stateful bean

2006-09-22 Thread carojas
this is de components.xml | | | | true | ficitec/#{ejbName}/local | | | java:/seamappEntityManagerFactory | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973571#3973571 Reply t

[jboss-user] [JBoss Portal] - Re: Where can I find the *-object.xml .xsd or .dtd?

2006-09-22 Thread bvogt
I think I need them too or some kind of confirmation, that the documentation of the portlet descriptors in Ch. 6.1 of the reference guide is complete. Burkhard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973570#3973570 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: Drop Down Menu Using Seam and Facelets

2006-09-22 Thread denis-karpov
I guess you forgot to declare getter getModel() in your CompanySearch interface. public abstract Map getModel(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973567#3973567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: Seam + Portlets + JSF + Facelets problem: Exception in P

2006-09-22 Thread [EMAIL PROTECTED]
Combining SeamFaceletViewHandler and com.sun.facelets.FaceletPortletViewHandler allowed me to take a next step forward in making JSF+myfaces+portlets+seam together: /* | * JBoss, Home of Professional Open Source | * Copyright 2006, JBoss Inc., and individual contributors as indicated |

[jboss-user] [EJB/JBoss] - problem in looking up EJB 2.0 in JBoss4.0.4.GA

2006-09-22 Thread MmarcoM
hi all, i have deployed an .ear application that contains EJB 2.0 ejbs on jboss4.0.4.GA.. while my bUSINessDelegate looks up EJB, i always receive a ClassCastException as a result of the ejb lookup. when i went to see what was the actual object being returned, i got that its class was $Proxy88

[jboss-user] [JBoss Seam] - Re: Oracle ADF

2006-09-22 Thread khaliq
Nusa, How did you solve your cast exception problem ?? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973563#3973563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973563 ___

[jboss-user] [JBoss Seam] - Re: Oracle ADF

2006-09-22 Thread khaliq
You can find working example of ADF faces with seam here http://wiki.jboss.org/wiki/attach?page=JBossSeam%2Fadfregistration.zip or you can see here for more information http://jds.id.lv/export/sites/default/articles/seam-adf.html View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Installation, Configuration & Deployment] - Deploy and register Web Services

2006-09-22 Thread _roberto
Hello to all, I use netbeans 5.0 and jboss 3.2.5; i created a trivial hello word, I compiled it as a war and now I have to deploy and register it on jboss server. I can't use the IDE for this operation because I don't have direct acces to the server from my pc. How I can do it? I'm hopeless :-(

[jboss-user] [Beginners Corner] - Scoped class service

2006-09-22 Thread mabc101
Hi: I want to create a service based on classes loaded in a scoped deployment unit. The service will be created by using -service.xml file. I've tried this but get an exception that no class loader could be found for the class. Also, that class is not visible in loader repository. Any sugg

[jboss-user] [JBossWS] - Username token Profile and JAAS Authentication

2006-09-22 Thread kdeboer
I finally managed to get the username token profile stuff working. It ends up in the endpoint. But for Servlet Based Endpoints (perhaps also for ejb based endpoints) it seems that noting happens with the username and password. I had expected the JAAS Module associated with the webapp to be calle

[jboss-user] [JBossWS] - Re: Consuming .net Web Service using JBOSSWS

2006-09-22 Thread vimalm
Ok. I tried with a different service and I am getting the same error. Could somebody please help? Service is located at http://www.xmlme.com/WSAmazonBox.asmx?WSDL Here is the client code: | URL wsdlURL = new URL("http://www.xmlme.com/WSAmazonBox.asmx?WSDL";); | ServiceFactoryImpl servFacto

[jboss-user] [JBoss Seam] - version of hibernate

2006-09-22 Thread jimcarrey
Hi, I am using SEAM version 1.0.1.GA. I notice it includes a hibernate-all.jar. However, I cannot ascertain what version of hibernate this is?It is not enough in the manifest for that jar. Is there any way I could find out? Note: I also cannot tell what release of the Embedded EJB container is s

  1   2   >