[jboss-user] [Performance Tuning] - Re: JBoss Performance Tuning

2006-07-25 Thread pramod_ppp
Hi Tony, I really impressed with all the stats and performace tips provided in this discussion. Could you please let me know about your enviornment. Also did u tried the Regression testing on your application. If yes could you please post your stats. Thanks Pramod View the original post : ht

[jboss-user] [Remoting] - Re: rmi registry

2006-07-25 Thread choozie
I'm still facing the same errors. If someone has managed to use the rmi registry that RMIServerInvoker creates I would be very glad to hear how! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960884#3960884 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Messaging] - Re: dynamic create queue

2006-07-25 Thread macios
I'am trying to use MBeanProxyExt.create(), but I don't know which interface use for ServerPeer service View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960883#3960883 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [JBoss/Spring Integration] - JBoss 4.0.4 + provided example not working

2006-07-25 Thread skedrf
Hi, I downloaded latest version of Spring Deployer and tried it with JBoss v. 4.0.4 GA. I wanted to see how provided example works. So, I followed the instructions (JBoss-Spring-Example.doc) and deployed deployer itself and JBoss Spring example application. But deployment of the example appli

[jboss-user] [EJB 3.0] - Re: Simple injection of SessionContext not working

2006-07-25 Thread jaikiran
JIRA http://jira.jboss.com/jira/browse/EJBTHREE-664 created. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960878#3960878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960878

[jboss-user] [JBoss Portal] - Re: Dynamic creating portals

2006-07-25 Thread jkoek
A new user logs on to the system. Based on the settings the user entered a portal is created. For instance the user is asked how many news portlets he wants on the screen. The user is able to design it's own portal based on the instances of portlets that are created. To help him a template is av

[jboss-user] [Javassist user questions] - Re: Javassist throws SecurityException on 4.0.4GA

2006-07-25 Thread peter_p
Hi, I've made similar experiences. Instead of EJB3 I'm directly working with hibernate and using the JBoss Hibernate MBean to bind my sessionfactory to the JNDI Tree. My Client is a webstart application and I'am forced to sign my classes. In the EJB3 Forum this error is posted, too. The thread s

[jboss-user] [Installation, Configuration & Deployment] - Re: hot-redeployment fails because of CacheException: null

2006-07-25 Thread mroosendaal
Hi, We don't use second level caching because we are running in a cluster and ehcache is not a transactional cache. But i haven't looked into this anymore so no solution as of yet. Good luck, Maarten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960873#39

[jboss-user] [JBoss Seam] - EAR deployment

2006-07-25 Thread ZeddMaxim
I am at my wits' end. Hopefully somone can shed some light on this. I am putting together a Seam app very similar to the messages example. Does anyone have the slightest clue what might cause Seam to not find any of my Stateful, Stateless, or Entity beans within the deployed ear when it scans

[jboss-user] [JBoss Seam] - Could not register synchronization

2006-07-25 Thread jboss-Nth-Fan
Hello, I'm using 1.0.1GA, and identical code to the DvdStore AcceptAction.java, for a simple workflow - it seems pretty straightforward. However I'm getting a Seam uncaught exception due to a hibernate exception: Could not register synchronization. When executing the @EndTask method, the metho

[jboss-user] [JCA/JBoss] - Re: help me! This error Unregistered handle that was not reg

2006-07-25 Thread [EMAIL PROTECTED]
First, what version of JBoss are you using? Also, what are you doing to make/close a connection and in what context (ie EJB, Servlet)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960869#3960869 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [Beginners Corner] - Re: JBoss Plugin for Eclipse 3.2.0

2006-07-25 Thread azhurakousky
Try this: Google "JBoss Plugin for Eclipse 3.2.0" which is exactly your topic and see how long will it take you to find an answer. Don't mean to be rude, but I think you could have save yourself a lot of time if you would just do that. Regards View the original post : http://www.jboss.com/ind

[jboss-user] [JCA/JBoss] - help me! This error Unregistered handle that was not registe

2006-07-25 Thread muyan
I want to know why? My database is oracle 10g, os is rh linux 4 .where I using datasources is error. The error is 16:54:49,810 INFO [TxConnectionManager] Unregistered handle that was not registered! [EMAIL PROTECTED] for managedConnection: [EMAIL PROTECTED] who can help me. View the original p

[jboss-user] [Beginners Corner] - Re: JBoss Cache Manager Exception

2006-07-25 Thread azhurakousky
You probably deploying it into default configuration or custom configuration that based on default and does not have clustering support. Remove tag from your web.xml. You probably used some version of JBossIDE to create this descriptor, and if I remember correctly it did it by default. OR: De

[jboss-user] [Installation, Configuration & Deployment] - Re: Multiple Instance of JBoss

2006-07-25 Thread visolvejboss
Hello, The details were explained in that link itself. For your reference we will provide the same information here. There are two methods of running multiple instances. 1. With the use ipaddress parameter # run.sh -b localhost # run.sh -b {ipaddess} Note that, with this method we are startin

[jboss-user] [JBossCache] - Re: Problem using FileCacheLoader

2006-07-25 Thread confuz
"genman" wrote : | In terms of design, it's a good idea to make each tree node represent a relational database row (fixed in size), rather than store the contents of an entire database table. | | For example, if you were storing customers, each customer should have its own node. | Hi

[jboss-user] [JBossCache] - Re: java.io.NotSerializableException: java.lang.Object -Clus

2006-07-25 Thread ScottMarlowNovell
It might help to add some debug print code to java.util.ArrayList.writeObject() (in java.util.ArrayList.java around line 529). There are some hoops that you have to jump through to get the updated class ArrayList class file in to be used. It should be worthwhile if you get information abo

[jboss-user] [Installation, Configuration & Deployment] - Re: hot-redeployment fails because of CacheException: null

2006-07-25 Thread parid
I'm having exactly the same problem. Did you ever find a solution or work-around? PLEASE, post it. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960861#3960861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=396

[jboss-user] [JBoss Portal] - Re: User Input Req for 2.6 Usability and UI enhancements

2006-07-25 Thread Frozen4Time
I definately realize that the suggestions I made aren't all that easy and would require some redsign in the layout engine. I guess the point is that I understand the challenges. Never the less I wanted to make my suggestion. An AJAX based lyout engine would be really nice, but it doesn't HAVE

[jboss-user] [JBoss Seam] - Remote EJBs

2006-07-25 Thread ptmain
I'm having a difficult time with the concept of my JSP page directly working with EJBs, but I'm trying to let go of the past. I totally bought into the "business delegate" and "value object" architecture for hiding the fact that I used EJBs, etc. Any comments about how this (directly referenci

[jboss-user] [JBoss Seam] - Re: Tutorial Feedback

2006-07-25 Thread ptmain
Gavin, As always, thanks for the quick response! I hope I didn't come accross too negatively in my original post - sometimes sarcasm is my primary form of communication. So far I am very impressed with Seam, and I suspect that will only improve as I dig deeper! Now I have to dig into that fa

[jboss-user] [JBoss Seam] - Re: Migrating to JBOSS 4.0.4 GA and seam 1.0.1.GA @In doesnt

2006-07-25 Thread vlasov01
I think you shoud use only one Seam phase-listener instead of two. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960855#3960855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960855 ___

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss 4.04 GA not starting

2006-07-25 Thread rtul
thanks Peter, I have given full access to Jboss_Home folder and this seems to have corrected the problem ...little weird though.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960854#3960854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBossCache] - Re: Problem Running JBoss Cache within JBoss Application Ser

2006-07-25 Thread [EMAIL PROTECTED]
can you try out the compile-time instrumentation mode first to see if it works? Load-time is more trickier since it is more difficult to debug. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960853#3960853 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Tutorial Feedback

2006-07-25 Thread [EMAIL PROTECTED]
"dbatcn" wrote : As somebody who is also working with Seam without having previously used JSF/EJB3, I have another observation: I am only very slowly perceiving the boundaries of what's done by Seam vs. Facelets vs. JSF vs. Persistence API vs. EJB3, This just means we are succeeding in our goa

[jboss-user] [JBoss Seam] - Re: Tutorial Feedback

2006-07-25 Thread [EMAIL PROTECTED]
anonymous wrote : How does it know to render/display the JSP file? Does it just look for a jsp with the same name? Yes, when a suffix mapping like *.seam is used for the JSF servlet, JSF uses the javax.faces.DEFAULT_SUFFIX to pick a view. By default, javax.faces.DEFAULT_SUFFIX="jsp". This is d

[jboss-user] [JBossCache] - Re: POJO Mutations

2006-07-25 Thread [EMAIL PROTECTED]
ic. Basically, PojoCache stores the class definition (Pojo Class) internally (in the cache) so they are static per se becuase we need it for replication purpose. So mutation won't really work, unless it is simple case of sub-classing. As for data evolution, I envision PojoCache is used for stat

[jboss-user] [JNDI/Naming/Network] - Calling EJBs within Weblogic from Jboss

2006-07-25 Thread robbg
Hi, Does anybody know if it is possible for a session bean deployed with Jboss (3.2.7) to remotely invoke Session beans that are deployed in WebLogic (8.1)? Any tips appreciated? Id expect that classloading and versioning of jars could be a problem. thankyou. Graeme View the original post : h

[jboss-user] [JBoss Portal] - Jboss Forum 2.2.1-SP3 Bug?

2006-07-25 Thread johncena
I've tried deploying the jboss-forum-2.2.1.-SP3 to the jboss portal 2.2.1-SP3, and when I tried to go to the forum, I get a blank page. So, I've tried logging in as admin and I got this Edit Preference icon where I can see two default forums under a Dummy demo category (First and Second Forums).

[jboss-user] [JBoss AOP] - Re: EnableLoadTime weaving in Linux with JBoss 4.0.4GA

2006-07-25 Thread azhurakousky
I agree, even though it will not affect anything you do, seeing those stack traces is somewhat anoying. Here is how I fixed it in AOP_DEPLOER/META-INF/jboss-service.xml I've made the following change: | . . . . | org.jboss.,org.apache.catalina.core.StandardServer, |

[jboss-user] [Clustering/JBoss] - Re: MDB fails to deploy when placed in deploy-hasingleton

2006-07-25 Thread azhurakousky
could you post your *ds.xml file that defines DefaultDS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960846#3960846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960846 __

[jboss-user] [JBossCache] - Re: simple

2006-07-25 Thread [EMAIL PROTECTED]
do you use load-time (javagent option?) or compile-time (aopc) instrumentation for Course? My best suggestion is to run it standalone first, e.g., outside of AS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960845#3960845 Reply to the post : http://www.jb

[jboss-user] [JBossCache] - Re: simple

2006-07-25 Thread azhurakousky
Did you try to make your Course.java object Serializable? Oleg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960844#3960844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960844 ___

[jboss-user] [EJB 3.0] - Re: Problem in Deployment in JBoss 4.0.4

2006-07-25 Thread azhurakousky
Did you declare persistence-unit element in your persistence.xml? i.e., | | | java:/MySqlDS | | . . . . . | | | | | It seems like you are telling your PersistenceContext, pointing it to persistence-unit phx4EJB @PersistenceContext(unit

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: ClassCastException when accessing DatabaseMetaData.getTa

2006-07-25 Thread [EMAIL PROTECTED]
Oleg, Thanks for responding. The code is as follows where conn is a Connection returned from a call to getConnection() on a Datasource from a remote server to my client application using JNDI lookup: DatabaseMetaData dbMeta = conn.getMetaData(); ... try { tableRes = dbMeta.getTables(null

[jboss-user] [JBoss Seam] - Re: Tutorial Feedback

2006-07-25 Thread dbatcn
As somebody who is also working with Seam without having previously used JSF/EJB3, I have another observation: I am only very slowly perceiving the boundaries of what's done by Seam vs. Facelets vs. JSF vs. Persistence API vs. EJB3, as well as conversations and a slightly different EL. Sometime

[jboss-user] [EJB/JBoss] - Problem with EJB Transactions

2006-07-25 Thread [EMAIL PROTECTED]
I have three methods in one EJB, this methods are marked as follow: Method A: requires transaction Method B requiere new transaction Method C require new transaction Method A first call method B and then call Method C many times, the idea is that method C when fail do a rollback only fo

[jboss-user] [JBoss jBPM] - Re: JBPM-BPEL 1.1-beta1 and JBOSS AS 4.0.4 helloworldservice

2006-07-25 Thread asaksena
Hello Koen, Alejandro: Thanks for the feedback and the update to the doc. I will try these changes. (To answer the question, the first change didn't work.. then I was sidetracked with some other trial downloads). Appreciate it! Thanks! Anju View the original post : http://www.jboss.com/in

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-25 Thread sphinxmember
Another observation is that lot of operations are displayed as disabled in the jconsole view . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960838#3960838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960838 ___

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-25 Thread sphinxmember
Just tried that , here is my observations. 1. There is no classcast exception in the jvm running stand alone cache client 2. The Jconsole mbean view of the treecache , under the attibutes tab I see the following attributes as red. Name Value a. Instance

[jboss-user] Illegal access (timeout error)

2006-07-25 Thread Murtaza Hussain
  Hi All, We are running Jboss 4 and we get the following error when we leave a client session (browser) idle for about 40 minutes. The symptoms are similar to a session timeout error that one usually gets but it doesn’t seem to be that. Can someone please assist. The stack trace is in

[jboss-user] [Clustering/JBoss] - Re: MDB fails to deploy when placed in deploy-hasingleton

2006-07-25 Thread markfrench
The defaultDS is defined in the deploy directory is the annotation usage corrent or should the data source xml be moved into the ha-deploy directory? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960835#3960835 Reply to the post : http://www.jboss.com/index

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Null Pointer exception with new Configuration()

2006-07-25 Thread azhurakousky
Can you post a stack trace? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960834#3960834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960834 ___ jboss-user mailing list jbo

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: ClassCastException when accessing DatabaseMetaData.getTa

2006-07-25 Thread azhurakousky
What r u casting it too and can you post your code here? Also, see what it is returning by retrieving object as java.lang.Object (which will never throw ClassCastException) and see what it is. i.e., | Object obj = ds.getConnection().getMetaData(); | System.out.println("Object class: " + obj

[jboss-user] [JBoss Seam] - Tutorial Feedback

2006-07-25 Thread ptmain
These are questions I have regarding the tutorial. They may be answered later in the tutorial (in fact I know some of the answers now), but they caused confusion for me while I read the tutorial because they were unclear at that time. Although I'd like to get answers in this forum, my goal was

[jboss-user] [JBoss Seam] - Re: JSF 1.2 Implementation

2006-07-25 Thread [EMAIL PROTECTED]
For JBoss 5.0, we will ship Sun's version of JSF 1.2. If you build the server from jboss-head you can already play around with it. It includes resource injection and lifecycle annotations on manged beans, which is optional for JSF 1.2 but required for JEE 5. It's not there yet, but it will

[jboss-user] [JBoss jBPM] - Re: Remote accessible MBean

2006-07-25 Thread kukeltje
if you do not mind using jms (which by itself is accessible via rmi) and do not mind a little experimentation (since it is not fully developed/documented yet), the commandExcecutor via jms is an option. See the testcases and small example in the 3.2 codebase View the original post : http://www

[jboss-user] [Beginners Corner] - Re: Problem running remote MBean

2006-07-25 Thread falazar
Are tehre not currently any RMI serveres running that we can connect to? Or do we need to fully create them and do all the rest of this work. James Ratcliff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960829#3960829 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - Re: Remote accessible MBean

2006-07-25 Thread falazar
Has there been any advancement in this area, or is there another current way of accessing the JBPM objects through some RMI or other simple call? James Ratcliff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960828#3960828 Reply to the post : http://www.jbo

[jboss-user] [EJB 3.0] - Re: Tryed searching for this issue, but haven't found anythi

2006-07-25 Thread epbernard
This is exactly why Spring templates are evil. They wrap a one line of useful code (duh), and hide the actual Hibernate JavaDoc explaining the difference between get() and load() load return a lazy object. Use get most of the time View the original post : http://www.jboss.com/index.html?module

[jboss-user] [Installation, Configuration & Deployment] - multiple class loaders found for pkg

2006-07-25 Thread rdoust
I am still trying to move an EAR which had successfully deployed in JBoss 4.0.1 to JBoss 4.0.4. The EAR contains a WAR and several JARs. I had problems getting the application to work until I found a post by Adrian Brock that explains how to use the pre-4.0.2 classloading configuration. The prob

[jboss-user] [JBoss jBPM] - Re: JBPM-BPEL 1.1-beta1 and JBOSS AS 4.0.4 helloworldservice

2006-07-25 Thread [EMAIL PROTECTED]
Thanks Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960825#3960825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960825 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBossWS] - Re: Generic Service

2006-07-25 Thread Doug.Palmer
I don't think my first message is clear. Basically what I need is to deploy a Message Style endpoint. At runtime I need to add extra endpoints that are serviced by the original endpoint. Regards Doug View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960824#39

[jboss-user] [Beginners Corner] - Re: examples: bank

2006-07-25 Thread maiklust
I solved it. Turns out, that you mustn't add the security-domain tag to the EJB jboss.xml descriptor. Then it worked for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960823#3960823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: PLEASE HELP: maxFileSize in web.xml is useless

2006-07-25 Thread goose-dog
sorry, the config file i got is using the wrong string "uploadMaxFileSize" is the right string View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960822#3960822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960822 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - PLEASE HELP: maxFileSize in web.xml is useless

2006-07-25 Thread goose-dog
I have setup the config in the web.xml specifying maxFileSize as 500m for MyFacesExtnsionFilter but when ever I upload a big file < maxFileSize I get this error: 14:56:56,597 INFO [MultipartRequestWrapper] user tried to upload a file that exceeded file-size limitations. org.apache.commons.file

[jboss-user] [JBoss Portal] - Re: Dynamic creating portals

2006-07-25 Thread [EMAIL PROTECTED]
could you give an example please ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960819#3960819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960819 ___ jboss-user mailing l

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-25 Thread JerryGauth
re: 3) You might try debugging further by eliminating WebLogic and Spring from the mix. You can try a standalone JBossCache client and see if jconsole will display its mbeans successfully. How to do this is described in the TreeCache user documentation under the section titled Accessing Cache

[jboss-user] [EJB 3.0] - Re: EJB3 and Filter Annotation

2006-07-25 Thread epbernard
Filter is a unique feature of Hibernate so I doubt this will be standardize soon. It would be boring if all products had the same features ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960815#3960815 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [EJB 3.0] - Re: Bug? Transaction timeout....

2006-07-25 Thread epbernard
One a JIRA feature request please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960814#3960814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960814 ___ jboss-user mailing l

[jboss-user] [Messaging, JMS & JBossMQ] - JMS provider failure detected: javax.jms.InvalidDestinationE

2006-07-25 Thread saurabhrais
Hi Guys, I am trying to point an EJB 3.0 MDB to a Q on a remote server, and I am getting below given exception: Any help will be highly appriciated. JMS provider failure detected: 15:58:05,796 WARN [MDB] JMS provider failure detected: javax.jms.InvalidDestinationException: The destination QUEUE

[jboss-user] [JBoss jBPM] - Re: jbpm rmi

2006-07-25 Thread falazar
Hello, I am just getting started with trying to connect to JBPM with RMI, can you get me a easy sample of your code for a basic connection. Our first task is to remotely start a task, but mainly I need the actual RMI code, as its not astrong point of mine (yet) James View the original post :

[jboss-user] [EJB 3.0] - Re: Simple injection of SessionContext not working

2006-07-25 Thread epbernard
open a JIRA issue please, NPE should not occurs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960811#3960811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960811 ___ jboss-u

[jboss-user] [EJB 3.0] - Re: Entity Lifecycle Method

2006-07-25 Thread epbernard
You can"t do it as per the EJB3 spec but you can do that using an Hibernate interceptor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960810#3960810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960810 __

[jboss-user] [Remoting] - Re: rmi registry

2006-07-25 Thread falazar
Sorry, this appears to be the wrong forum. (Unless anyone can send me the answer...) James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960809#3960809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960809 _

[jboss-user] [Remoting] - Re: rmi registry

2006-07-25 Thread falazar
How goes the RMI programming? I need to test a small RMI call for the jbpm myself. James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960808#3960808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960808

[jboss-user] [JBoss Getting Started Documentation] - Re: cannot find listAccount.sql and insert.sql

2006-07-25 Thread mmc97006
Never mind. I think I found the right one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960807#3960807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960807 ___ jboss-user m

[jboss-user] [JBoss Seam] - Re: InvocationContext missing getTarget Exception

2006-07-25 Thread chane
Thanks that worked. I did not realize there was a difference between the JEMS installer and the AS downloadable installer. Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960806#3960806 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Beginners Corner] - Re: examples: bank

2006-07-25 Thread maiklust
I also have the exact same problem (exceptions) trying using the database to authenticate - as it is described in the tutorial. It seems, that the authentication with database data works, but an issue with the security-domain param still exists... View the original post : http://www.jboss.com/

[jboss-user] [JBoss Getting Started Documentation] - Re: cannot find listAccount.sql and insert.sql

2006-07-25 Thread mmc97006
Forgot to mention, these files are for DUke's bank example. I am new in Jboss, following the getting start manual is very frustrating. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960804#3960804 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBossWS] - Type Hiererchy

2006-07-25 Thread wconroy
If I have the following classes | public class Animal { | ... | } | | public class Cat extends Animal { | ... | } | | public class Dog extends Animal { | ... | } | and the following method exposed through a web service | public Animal[] getAnimalsByOwnerName(String

[jboss-user] [JBoss Seam] - Re: InvocationContext missing getTarget Exception

2006-07-25 Thread [EMAIL PROTECTED]
Install jboss using the JEMS installer as per: http://labs.jboss.com/portal/jbossseam/gettingstarted View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960798#3960798 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960798 _

[jboss-user] [JBoss Seam] - InvocationContext missing getTarget Exception

2006-07-25 Thread chane
I'm trying to run Seam 1.0.1 (grabbed the binaries from sf) and AS 4.0.4GA. When I run the application I get the following exception. It looks like a mismatch between class version. The InvocationContext installed in 4.0.4 uses getBean instead of getTarget. Is 1.0.1 supposed to run with 4.0.4

[jboss-user] [JBoss Portal] - Re: Saving user specific preferences

2006-07-25 Thread jkoek
ok, topic closed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960794#3960794 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960794 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Eclipse IDE (users)] - 2.0 alpha does not seem to like 0.0.0.0 as bind address

2006-07-25 Thread pwilt
The new Server configuration dialog in 2.00 Alpha does not seem to like 0.0.0.0 as a --host value (internally). We run JBoss version 3.2.7. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960792#3960792 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [EJB/JBoss] - Re: Problem reusing an EJB infrastructure layer

2006-07-25 Thread ekrisjo
I just found a rather interesting approch used by weblogic 9, application scoped resources.. http://e-docs.bea.com/wls/docs90/jdbc_admin/packagedjdbc.html#1055301 http://e-docs.bea.com/wls/docs90/jms_admin/deployjms.html#1061792 Basically, resources can be defined as part of the application and

[jboss-user] [JBossWS] - Generic Service

2006-07-25 Thread Doug.Palmer
Hi I am currently running JBoss 4.0.4.GA with EJB3 and JBossWS 1.0.0. I would like to programatically deploy a service at runtime. Ideally, I would like to register an endpoint; have all requests for the new endpoint sent to a generic service and send the responses from the generic service.

[jboss-user] [JBoss Seam] - Session bean inheritance

2006-07-25 Thread gus888
Hi All, I want to whether it is possible to use inheritance in session beans as follows: public interface BaseInterface { | public boolean isNew(); | | public void destroy(); | } | | @Local | public interface ProjectEditor extends BaseInterface { | ... | //o

[jboss-user] [JBossWS] - Message Faults not signed

2006-07-25 Thread yi_zhang
We have WSSE configured for our web service to sign the entire body of the responses. If the request is successful, the response comes back signed with our private key as expected. However, if any exception is thrown and a SOAP fault is returned, then the SOAP body is not signed. Is this expe

[jboss-user] [JBoss Seam] - Re: ACL in Seam

2006-07-25 Thread [EMAIL PROTECTED]
"jbpmndc" wrote : Acegi's voter mechanism provides the ability to assemble permissions dynamically based on changing events. Does anyone one know if JAAS provides an equivalent. | | A common situation people may encounter is the need to dynamically add permissions to a user when a task i

[jboss-user] [JBoss Seam] - Re: @Logger - usage question

2006-07-25 Thread [EMAIL PROTECTED]
Note also that @Startup components are instantiated outside of the context of JSF, so not all functionality is available from the @Create method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960788#3960788 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBossCache] - Re: PojoCache Weblogic 91 and JConsole issue!!

2006-07-25 Thread sphinxmember
Hi , I was trying the example supplied by JBossCacheMBeansWithBeaWeblogic (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheMBeansWithBeaWeblogic) Few Questions 1. On Server startup I get the following exception 2. How can the MBean registered with the Server be seen from the weblogic a

[jboss-user] [JBoss Seam] - Re: @Logger - usage question

2006-07-25 Thread [EMAIL PROTECTED]
anonymous wrote : Btw, if anyone from Jboss listens, org.jboss.seam.remoting.wrapper.DateWrapper is not registered for remoting in 1.0.1GA --> dates cannot be passed from Javascript Please report this in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[jboss-user] [JBoss Seam] - Re: @Logger - usage question

2006-07-25 Thread [EMAIL PROTECTED]
OK, you guys are doing something very wrong here. A stateless session bean is supposed to be bound to the STATELESS scope. Hence it cannot have an @Startup annotation, since @Startup applies only to APPLICATION and SESSION scoped components. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Portal] - Re: Saving user specific preferences

2006-07-25 Thread [EMAIL PROTECTED]
I am currently writing additional test cases for this and found a couple of bugs. That will be fixed in the next CR. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960783#3960783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Portal] - Re: Saving user specific preferences

2006-07-25 Thread jkoek
I have tried what you said; minimize and restore. I conclude the following; 1. Only the user user/user is able to save preferences 2. When I do it with the user admin, the default are used. 3. Only a portlet without preferences will save the url. So in the news case only the top window of th

[jboss-user] [JBoss Portal] - Re: Saving user specific preferences

2006-07-25 Thread jkoek
I have tried what you said; minimize and restore. I conclude the following; 1. Only the user user/user is able to save preferences 2. When I do it with the user admin, the default are used. 3. Only a portlet without preferences will save the url. So in the news case only the top window of th

[jboss-user] [JBoss Seam] - Re: Stale Session Objects ? DataModelSelection Problems

2006-07-25 Thread kryptontri
Can anyone help me morph the messages example to add messages ? I tried, but what i have done as posted above seems to fail ? Any ideas pls? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960780#3960780 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: ACL in Seam

2006-07-25 Thread yuan_hang
Thanks James! The information you provided is very helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960779#3960779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960779 ___

[jboss-user] [JBoss Portal] - per-page layout

2006-07-25 Thread fireisfun
I'm using portal 2.2 and want to be able to have a different layout on my home page than the rest of the portal. As per a post from awhile ago I added the to my page definition. Home mylayout This does not work however. It does not throw any errors that I could find. It jus

[jboss-user] [JBoss Seam] - Re: JSF 1.2 Implementation

2006-07-25 Thread cavani
Well, this is not exactlly an answer for your question, but take a look at version 1.2 of MyFaces: http://issues.apache.org/jira/browse/MYFACES?report=com.atlassian.jira.plugin.system.project:roadmap-panel I like MyFaces, Tomahawk, Sandbox and Trinidad... Thanks View the original post : http:

[jboss-user] [Beginners Corner] - Re: Browsing the JNDI ENC of a web application

2006-07-25 Thread PeterJ
Oh shoot, I searched for the wrong code! I have two common jsps, one for the system properties, the other for JNDI. I thought I had a version of the JNDI jsp that was all-inclusive, but I can't seem to find it (perhaps on my laptop at home). The simplest version I can find is one that uses se

[jboss-user] [JBoss jBPM] - Re: How to dispatch workflows/create an event handler loop?

2006-07-25 Thread kukeltje
in my previous response I mention the examples and testcases, so yes there are. Testcases are normally in the sourcecode, so that is at least what you need. I personnaly do not know the advances/changes between 3.1.x and the yet unreleaseed 3.2. In the 3.2 there is also an example using async co

[jboss-user] [JBoss jBPM] - Re: How to dispatch workflows/create an event handler loop?

2006-07-25 Thread ryhadley
In the user guide, both "Chapter 9. Process Modelling" and "Chapter 13. Asynchronous continuations" talk at a very high/abstract level and only briefly mention CommandExecutorThread. (And the JavaDocs for these classes are empty). So, in theory, it sounds like jBPM does what I want, but I can't

[jboss-user] [JBoss Seam] - Re: ACL in Seam

2006-07-25 Thread jbpmndc
Acegi's voter mechanism provides the ability to assemble permissions dynamically based on changing events. Does anyone one know if JAAS provides an equivalent. A common situation people may encounter is the need to dynamically add permissions to a user when a task is assigned to them using j

[jboss-user] [JBoss Seam] - Re: dvd example - get process instance from order id questio

2006-07-25 Thread jbpmndc
Is this a case where I need to read the docs again or has no one encountered how this works? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960772#3960772 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960772 _

[jboss-user] [JBoss Seam] - Re: How to map DSN name with actual database ? Please help.

2006-07-25 Thread laxmantr
Hurry. problem is solved. I have downloaded ehcache1-2.jar and replaced it in the classpath. my test client works successfully, thanks alot justin, Laxman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960771#3960771 Reply to the post : http://www.jboss.c

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: IllegalAccessError initializing ehcache.CacheManager

2006-07-25 Thread laxmantr
Hurry. the problem is solved. Please download ehcache1-2.zip from http://www.ibiblio.org/maven2/net/sf/ehcache/ehcache/1.2/ rename zip to jar and put it in classpath. It works. Thanks for the above post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39607

[jboss-user] [JBoss Messaging] - Re: dynamic create queue

2006-07-25 Thread [EMAIL PROTECTED]
Use ServerPeer's "createQueue" JMX method. It will create a queue (and the associated MBean) for you. ServerPeer is an MBean. It can be programatically accessed as any other MBean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960768#3960768 Reply to the p

[jboss-user] [JBoss jBPM] - Re: Handling process definitions

2006-07-25 Thread kukeltje
I would advise against using the pd from jBPM as the truth. Using a separated process (cvs with cmdb or whatever). You would want to have the changes to e.g. en expression (which could have a major impact) in there as well. Don't you want them tested in some way or another? Even if you want to

  1   2   3   >