[jboss-user] [JBoss Messaging] - Re: Queue configuration

2006-09-06 Thread [EMAIL PROTECTED]
toddjtidwell, would you be interested to contribute some of these features? Let us know. Cheers, sacha View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969639#3969639 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969639

[jboss-user] [Installation, Configuration Deployment] - JBOSS deploy cannot success

2006-09-06 Thread design2006
When i deploy the webapp using JBOSS 4.0.4, after success deploy EJB, it should follow by deploy validation rules. But it gives me error: ERROR [MessageResourcesFactory] MessageResourcesFactory.createFactory java.lang.NoClassDefFoundError: org/apache/struts/util/MessageResourcesFactory

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

2006-09-06 Thread jkoek
Sorry for my late response. But I don't want to inject a different LoginModule. I want to use the default LoginModule. My deployment may not be portal specific. So I want to call the /portal/j_security_check from within my own portlet. Jeroen. View the original post :

[jboss-user] [JCA/JBoss] - getting No ManagedConnections available within config

2006-09-06 Thread raghuram.b
Hi All, We are getting the below Exception . Can any one Help us , why this Exception is happening and what is the resoultion for this exception? ERROR [LogInterceptor] EJBException, causedBy: org.jboss.util.NestedSQLException: No ManagedConnections available within config ured blocking

[jboss-user] [JBoss jBPM] - only one part may be specified if a type defines the content

2006-09-06 Thread developerdev
Hi While going through the code of PortConsumer.java I came acroos this issue that I can't call a downstream web service (doc/lit ) if it's input message has more than one part specifying content as type. I have such downstream web service and I wish to call that from jbpem-bpel engine.

[jboss-user] [JBoss Portal] - Re: How to add portlets in a new portal?

2006-09-06 Thread Antoine_h
Look at the user documentation : in the chapters about the descriptors. And the one about the helloworld portlet/example. there are good explainations there... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969644#3969644 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - InokerAdaptorException in calling 'invoke' method

2006-09-06 Thread chanyungwan
I have a 3.2.7 JBoss server 'A' with a registered MBean running on Linux 4 Enterprise Server. I then use another 3.2.7 JBoss server 'B' with another registered MBean running on Win2000 PC. I want to invoke the mbean method in serevr 'A' from the mbean in server 'B' using the following code:

[jboss-user] [JBoss Portal] - Re: Preview link on Management portlet broken

2006-09-06 Thread Antoine_h
It is normal that the cache is done (at least) by user, no ? and reversely, it is normal that if you call another browser window from a first browser window, that this new one is in the same session and keeps the same user login. I would not like to have to login each time I open en link with

[jboss-user] [JBoss jBPM] - Re: jbpm.war with jboss-4.0.4.GA - How to... Pleae help ???

2006-09-06 Thread bertrand.njiipwo
Hello @all, hello alex, tanks for your kick answer and statement. I'm running know jbpm-bpel-1.1-beta1 with jboss-4.0.4-AG and i'm facing the same problem AlClientView described hier when triying to deploy a process definition (hello.par) to JBoss. He get it worked and i'll need help to fix

[jboss-user] [EJB 3.0] - Re: Problem calling SLSBs from isolated EARs

2006-09-06 Thread ferenc.hechler
The behaviour for CallByValue is described in http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration as: Call By Value 1. caller does ejb.someMethod() 2. invocation is marshalled - the parameters are turned into ObjectStream? (a byte[]) 3. container with a different

[jboss-user] [JBoss Messaging] - Re: Queue configuration

2006-09-06 Thread thebreeze
Good to see this is getting attention :) I appreciate that clustering is important - in fact I have couple of customers who are waiting for it. However, for them the DLQ is an absolute must have. Without the DLQ we cannot have MDBs processing a queue, even in a single node environment.

[jboss-user] [Installation, Configuration Deployment] - How do I load a resource (my.properties) file from the deplo

2006-09-06 Thread rameshsr
I want to put a configuration file (my.properties) into the JBOSS's deploy folder along with my war/ear file. I don't want to package my properties file inside the jar/war/ear since it contains configuration details, which would change during deployment. From my class file, which lives inside

[jboss-user] [JBoss Portal] - persistent changes in jboss portal administrator

2006-09-06 Thread vgarcia
Hi, First of all, sorry for my english, i'm spanish. When i make changes in my portal in jboss portal using the administrator i lose the changes when i restart the jboss. How can i do this chenges persistent. Thanks. View the original post :

[jboss-user] [JBossWS] - Re: JBossWS and xdoclet with ejb

2006-09-06 Thread MmarcoM
THanx alex, it worked just fine!! regards marco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969654#3969654 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969654 ___

[jboss-user] [JBoss AOP] - aop and eclipse rcp

2006-09-06 Thread favez
Hi, I'need to use jboss aop with eclipse rcp. I need to have an jboss-aop.xml file per plug-in and I need dynamic load-time. Each plugin having is own classloader, I need to be able to load aspect(s) during application execution (for exemple, create a plug-in with an jboss aop extension

[jboss-user] [JBoss Portal] - Re: persistent changes in jboss portal administrator

2006-09-06 Thread hauch
Hi, In the relevant *-object.xml: change if-existsoverwrite/if-exists to if-existskeep/if-exists View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969656#3969656 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969656

[jboss-user] [JBoss Seam] - Re: Seam-managed persistence context set-up in Tomcat - help

2006-09-06 Thread Cvirko
I want to use JPA with Hibernate, Seam, JSF RI 1.2 Facelets and Tomcat. I want to use JavaBean, no Session Beans. I have everything set up. I am just struggling with Persistence Context. My persistence.xml is persistence | persistence-unit name=fossEntityManager |

[jboss-user] [JBoss Messaging] - Re: Queue configuration

2006-09-06 Thread timfox
Getting the DLQ to work is really a rather simple task too. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969658#3969658 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969658 ___

[jboss-user] [JBoss Seam] - Re: Can you merge multiple annotations in one?

2006-09-06 Thread bfo81
Thanks for your hints. But I think I'll give it up (for now). There are too many other problems to handle with at the moment (JSF Chart Creator doesn't render images, AJAX4JSF doesn't change the values of SelectMenus correctly, ...) and I'm short of time. View the original post :

[jboss-user] [EJB 3.0] - Re: EJB3 WebServices

2006-09-06 Thread leonell
Hello Doug, ANT output is from (other) example: | package cz.qds.wsdemo.sbi; | | import javax.jws.WebService; | import javax.jws.WebMethod; | import java.rmi.Remote; | import java.rmi.RemoteException; | import javax.jws.soap.SOAPBinding; | import

[jboss-user] [JBoss Portal] - Re: i18n problem

2006-09-06 Thread Antoine_h
the default feature may have a bug or has no been tested yet with the use of chinese characters. but before : make sure of that : What is the exception ? what do it say ? may be, to work around, you can set the title in the portlet code, instead of using the default feature provide with jboss

[jboss-user] [JBoss Portal] - Re: jboss portal 2.4GA HTML editor can not process chinese i

2006-09-06 Thread Antoine_h
Please, could you give more explaination : where to change it ? other related question : is it the page edited (???) ? the html page of the portal ? or the page of the portlet and the javascript module that make the editor ? do you know a way to configure the javacript module that make the

[jboss-user] [EJB 3.0] - NOTYETINSTALLED + JBoss-4.0.4.GA + dependency

2006-09-06 Thread lpiccoli
hi all, just migrated to Jboss 4.0.4GA. And my app is failing to deploy with the following error. | ObjectName: jboss.j2ee:ear=asset.ear,jar=business.ejb3,name=ReportBean,service=E | JB3 | State: NOTYETINSTALLED | I Depend On: | persistence.units:unitName=as | | ---

[jboss-user] [JBoss Portal] - how to send a Stream out of portal context?

2006-09-06 Thread [EMAIL PROTECTED]
Hello since now i used the method org.jboss.portlet.JBossActionResponse.sendStream() for opening a pdf in a new browser window out of the portal context. Now in version 2.4.0 of the portal this method in commented out. Is there any replacement? regards, Michael View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - MDB stops receiving messages after ActiveMQ is restarted

2006-09-06 Thread lets
My MDB is deployed in JBoss and I'm using ActiveMQ for JMS. When I restarted ActiveMQ, MDB stops receiving messages. Can anyone explain me why? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969665#3969665 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Password is changed after login

2006-09-06 Thread atamur
I needed permanent login feature for my web app. I did it as follows: Created login module PermanentLoginModule that authenticates user over special table in db (user_id, secret). After usual authntication by username and pasword, if a special checkbox was checked a cookie with secret is stored

[jboss-user] [EJB 3.0] - Re: EJB3 WebServices

2006-09-06 Thread Doug.Palmer
Can you post your ant script too? It still looks like you are missing some jars. Did you include the jars from server/all/deploy/jbossws.sar and server/all/deploy/ejb3.deployer? Regards Doug View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969667#3969667

[jboss-user] [EJB 3.0] - Re: EJB3 WebServices

2006-09-06 Thread leonell
Yes. But this is Netbeans project, parameters for script are readed from project.properties file: File: project.properties: | application.args= | build.classes.dir=${build.dir}/classes | build.classes.excludes=**/*.java,**/*.form | # This directory is removed when the project is cleaned:

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

2006-09-06 Thread louberl
I found that an incorrect use of xDoclet can lead to errors being generated in files like web.xml (and other generated files). Which may result in exceptions like this one. check out http://lists.jboss.org/pipermail/jboss-user/2006-July/003506.html for a nice description and a possible

[jboss-user] [JBossWS] - Re: Newbie question: Just a first webservice client

2006-09-06 Thread dirkschmitz
Hi! i have a similar problem with my webservice test client using the dynamic invocation interface (DII). When I try to run the client within Eclipse I get the following Exception Exception in thread main javax.xml.rpc.ServiceException: Provider com.sun.xml.rpc.client.ServiceFactoryImpl not

[jboss-user] [Installation, Configuration Deployment] - Avoid changes in JBoss installation directory using symlinks

2006-09-06 Thread rtm333
Hi, We want to set up JBoss AS in a multi-user Solaris 10 environment in such a way that no modifications are necessary within the JBoss installation itself. I.e. we do not want to place the users' server configurations in $JBOSS_HOME/server. In our opinion there are (at least) three good

[jboss-user] [JBoss jBPM] - task assignment when using hierarchical user groups

2006-09-06 Thread bert.w
Hi, I am using the identity component to organise the users that use my application. I made a hierarchical order like this: group: all -- group: division1 -- group: division2 -- group: division3 also there are 2 kinds of roles a user can have. gebruiker or hoofdgebruiker

[jboss-user] [JBoss jBPM] - Re: Possible bug in fork-joins

2006-09-06 Thread gmournos
Thx for the fast reply. Well, this coupling of forks and joins puts me off a bit. I would rather that jbpm would be smart enough to figure out that the join is joining both parent forks, instead of introducing structural constraints that cannot be automatically validated at design time. Is

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Apache workers.properties help please.

2006-09-06 Thread AndrewBoyd
Its still not working but a little bit of sleep has helped me see at least one mistake. I did not have the loadbalancer in my worker.list but I referenced it in my uirworkermap.properties so now my workers.properties looks like: | worker.list=loadbalancer,status | | | # Define

[jboss-user] [JBoss jBPM] - jPDL vs. BPEL - I am a bit confused

2006-09-06 Thread rainstar79
Hi jBPM Gurus, I am a bit confused in one thing. Maybe you can help me. I am trying to introduce some students BPM and BPEL. It is just to give them a short overview about tools, methods, standards,... Therefore I wanted to set up a jBPM environment to test some things for a presentation. I

[jboss-user] [Messaging, JMS JBossMQ] - MDB + durable topic + cluster (failover)

2006-09-06 Thread dooart
Hi there. I've searched the entire forum and couldn't found a way to configure two different clientIDs for a MDB that will be deployed to a two-node cluster. I really don't want to configure this at ejb-jar.xml and create two different EARs every time that I make a change. I've tried to

[jboss-user] [EJB 3.0] - Re: New to EJB3 - OnetoOne not creating correct tables!!

2006-09-06 Thread hanland
Fixed it. it helps to have the @Id annotation in the correct place, i.e. on the getId not on the declaration of id. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969681#3969681 Reply to the post :

[jboss-user] [JBoss jBPM] - Can you fool JBPM into thinking the date is in the future?

2006-09-06 Thread robbiewinston
Hello, Please excuse my ignorance concerning JBPM! I am currently testing a web application which heavily uses JBPM. The UAT Management have a requirement that they should be able to test the system outside of real time. For example, we have JBPM timers with a due date of a month's time.

[jboss-user] [JBoss Portal] - Sharing a data among different browser instances

2006-09-06 Thread krishan
Hi, I am using JBoss portal 2.4, I have defined a singleton class as follows and copied into the jboss/server/default/lib to be used for all the other portlets, package testcom; public class Communication { private static Communication instance = null; private static

[jboss-user] [JBossCache] - Re: maxNodes in region question

2006-09-06 Thread [EMAIL PROTECTED]
That is just one node with 5 data keys in it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969686#3969686 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969686 ___ jboss-user

[jboss-user] [JBoss jBPM] - How to access user input variables in actionHandler ?

2006-09-06 Thread ausaran007
Hi all, I am new to jbpm and I am writing a pilot module in it. I would like to know how can I retrieve the variables that I give in my user page. I am having a login page where I give certain values and then I need to retrieve the same in my actionHandler . How can I do this ? View the

[jboss-user] [JBossCache] - Re: Can someone explain how to use maxElement attribute in L

2006-09-06 Thread [EMAIL PROTECTED]
JBCACHE-77 was fixed in 1.4.0. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969688#3969688 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969688 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: why cached objects become not available after leaving un

2006-09-06 Thread [EMAIL PROTECTED]
Please see the JBoss Cache user guide which contains an entire chapter on eviction policies. This certainly sounds like you have an eviction policy emptying your cache. http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/1.4.0/TreeCache/en/html/index.html View the

[jboss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-09-06 Thread [EMAIL PROTECTED]
Hi Marc Which version of JBC are ou using? Cheers, Manik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969691#3969691 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969691 ___

[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features

2006-09-06 Thread sbryzak2
msteiner wrote : | During one request RollbackInterceptor is called two times: one with AuthenticationException and one with NullPointerException. Is this ok ? | I think its ok, although when I have some more time I'll try to take a look. In any case, the more I think about it, the more

[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features

2006-09-06 Thread sbryzak2
dbatcn wrote : I just noticed the new Seam security stuff which at first glance seems like exactly what I'm looking for right now. Is this scheduled for Seam 1.1.0.GA? Is there an ETA for this? I'm champing at the bit for this but don't think I'm really ready to work with a CVS or nightly

[jboss-user] [JBoss jBPM] - Re: How to access user input variables in actionHandler ?

2006-09-06 Thread Hannes
via Context: executionContext.getContextInstance() [3.0.x] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969694#3969694 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969694 ___

[jboss-user] [EJB 3.0] - Re: EJB3 WebServices

2006-09-06 Thread Doug.Palmer
Your project.properties contains references to the necessary jars but javac.classpath does not contain an entry for them. So they aren't being used at compile time. You need to add them to the javac classpath. Regards Doug View the original post :

[jboss-user] [JBoss jBPM] - Re: JDK compatibility + migration JBPM 2 - JBPM 3

2006-09-06 Thread [EMAIL PROTECTED]
Maybe this is not the right forum. I'll try to repost it to Installation, Configuration Deployment, but the issue is still of interest. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969696#3969696 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to access user input variables in actionHandler ?

2006-09-06 Thread ausaran007
YeahI tried the same But its throwing null pointer exception. I gave as int noOfTerms = (Integer)executionContext.getContextInstance().getVariable(No of Terms); where No of terms is the variable i am trying to retrieve. View the original post :

[jboss-user] [Installation, Configuration Deployment] - JDK compatibility + migration JBPM 2 - JBPM 3

2006-09-06 Thread [EMAIL PROTECTED]
Hi, two issues but somehow related. I have to develop WF application that is beeing deployed on BEA WL 7 that runs JDK1.3. I'm almost sure I read before that jbpm 3.0 could be run on jdk 1.3 but now the documentation talks about jdk 1.4.2+. I read some posts that speak about compiling for 1.3

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - LazyInitializationException with Spring/Hibernate

2006-09-06 Thread atlanta_al
Hi! After setting up all my hibernate mappings I can't get rid of the following exception: ERROR [LazyInitializationException] could not initialize proxy - the owning Session was closed org.hibernate.LazyInitializationException: could not initialize proxy - the owning Session was closed

[jboss-user] [JBoss Seam] - ejb-jar.xml in examples

2006-09-06 Thread Eekboom
Currently ejb-jar.xml files in seam examples (1.0.1 GA) use just ejb-jar. How about adding full, standard-compliant declaration? ejb-jar xmlns=http://java.sun.com/xml/ns/javaee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Mapping String to NVARCHAR2

2006-09-06 Thread alex1234567890
Hi, I have entities with Memebers of type String. I try to persist these entities in a Oracle database. persistence.xml | ?xml version=1.0 encoding=UTF-8? | persistence | persistence-unit name=test | jta-data-sourcejava:/testDS/jta-data-source | properties |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Apache workers.properties help please.

2006-09-06 Thread AndrewBoyd
I was looking at my mod-jk.conf: | # Load mod_jk module | # Specify the filename of the mod_jk lib | LoadModule jk_module modules/mod_jk.so | | # Where to find workers.properties | JkWorkersFile conf/workers.properties | | # Where to put jk logs | JkLogFile logs/mod_jk.log |

[jboss-user] [JBoss jBPM] - Re: Possible bug in fork-joins

2006-09-06 Thread jits_1998
I do not think its possible to decouple them completely. But will get some ideas on partial de-coupling, by reading the execute method of the Join. It comes with some options like activating/executing the join on: 1) first token arrival, i.e. discriminator 2) n count token arrival, i.e. nOutOfM

[jboss-user] [JBoss jBPM] - MessageService and JMS

2006-09-06 Thread mteira
Hello. I'm interested into implementing a clustered capable workflow system, and started reading the user tutorial of jBPM and also some of the source code to see how the thing works. I need to support concurrent execution for the actions associated with parallel tokens into process instances

[jboss-user] [JBoss jBPM] - Re: How to access user input variables in actionHandler ?

2006-09-06 Thread ausaran007
Yeah...I got that right...its to do wth the case mismatching. THanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969710#3969710 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969710

[jboss-user] [JBoss jBPM] - Re: How to access user input variables in actionHandler ?

2006-09-06 Thread hoogenbj
BTW, the autoboxing is what's producing the NullPointerException. NULL cannot be assign to primitive int. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969717#3969717 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969717

[jboss-user] [JBoss Portal] - Re: i18n problem

2006-09-06 Thread lws688
Thank you for your helpful reply, Antoine. I solved the problem by modifying the first line of portlet.xml to ?xml version=1.0 encoding=gbk? and setting title element value to chinese. I found the encoding is the key, if it is set to utf-8, the server will throw sax related exception. View

[jboss-user] [JBoss Seam] - Re: Problem with extra action method executing

2006-09-06 Thread sjmenden
Just to let you know, you are not alone. I am not sure if there is some special attribute to the pages.xml xml, however, I ran into the exact same problem. Lessoned learned, don't use pages.xml with a Stateful bean that uses pagination, it won't work. I had to change the way I was doing

[jboss-user] [JBoss Portal] - Re: jboss portal 2.4GA HTML editor can not process chinese i

2006-09-06 Thread lws688
it seems that jsports proposal does not work, i tried to modify the HTML charset to gbk, utf8 and gb2312, but none works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969720#3969720 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Possible to change MDB msg selector at runtime?

2006-09-06 Thread bhuste1
Is it possible to change the message selector for an Message Driven Bean programitically at runtime? The use case: This is a grid computing farm that hosts many different services. The services are loaded and unloaded based on the demand for a particular service. This is an on demand

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Integrating PHP and JBoss

2006-09-06 Thread AndrewBoyd
Hi, Thanks for the response. I'm a little confused. What is: anonymous wrote : jbossweb-1.0.0.GA I'm using jboss-portal-2.4.0 and I don't see a jbossweb-1.0.0.GA anywhere. Thanks, Andrew View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969722#3969722

[jboss-user] [Installation, Configuration Deployment] - Changing from localhost to IP address

2006-09-06 Thread creative77
I have been trying to change the bind IP address from localhost to an IP address/domain. I have been able to change the binding to the IP of the machine that I am running JBoss on. However, when I access JBoss with that IP I get a white screen, it looks like it accepts the request. I have a

[jboss-user] [JCA/JBoss] - Re: OracleExceptionSorter and CLOSED CONNECTION exception

2006-09-06 Thread ldevallonne
Hello, We are using JBoss 4.0.2. I had a look to the OracleExceptionSorter of version 4.0.5CR1, but this particular error (code 17008) is not caught. Looking into it, it seems that that the TxConnectionManager returns a closed connection to the JMS layer (we use oracle persistency for JMS).

[jboss-user] [JBoss Seam] - Issue with instance variable not being injected/created in D

2006-09-06 Thread appendix
Hi, I'm implementing a DecisionHandler for a workflow definition. The class should act just as a demonstrator and is really simple. | @Name(bpm.patientRegisterGoalHandler) | @Interceptors(SeamInterceptor.class) | public class PatientRegisterGoalHandler implements DecisionHandler{ |

[jboss-user] [JBoss Seam] - Re: Integrating Seam and Icefaces

2006-09-06 Thread jerome_082006
Hello, Sorry for the delay, I am still testing. I shall post a step-by-step howto as soon as I am sure it really works as it should. Regards, Jerome. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969731#3969731 Reply to the post :

[jboss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-09-06 Thread MarcReis
Hi Manik, it is Release 1.4.0.GA (July 10, 2006). I havent tryed it with the sp1. Sincerely Marc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969735#3969735 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969735

[jboss-user] [EJB/JBoss] - Re: Passing extra stuff into in a ejb call

2006-09-06 Thread atamur
I'm also interested in this topic. Has someone found a solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969736#3969736 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969736

[jboss-user] [JBoss Seam] - Re: ejb-jar.xml in examples

2006-09-06 Thread mzeijen
I totally agree ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969737#3969737 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969737 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-09-06 Thread [EMAIL PROTECTED]
Could you pls try 1.4.0.SP1 I suspect your problem may be http://jira.jboss.com/jira/browse/JBCACHE-715 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969738#3969738 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969738

[jboss-user] [EJB 3.0] - Re: Help!!! Simple problem

2006-09-06 Thread qwertyyy
Neither not answer? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969740#3969740 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969740 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Help!!! Simple problem

2006-09-06 Thread [EMAIL PROTECTED]
we don't support injection into servlets yet. There is some support in SVN HEAD, but you won't see it until he beta comes out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969741#3969741 Reply to the post :

[jboss-user] [JBoss Seam] - Session timeouts and seam

2006-09-06 Thread c_eric_ray
What's the best way to handle session timeouts? Right now a 403 Error code is returned. I trap that using error-code tag in the web.xml. This works okay, I was just wondering if there's another approach or something slighty more graceful. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Changing from localhost to IP address

2006-09-06 Thread creative77
Actually, I am thinking this is a firewall issue. Resolves correctly at 0.0.0.0 without firewall. I am reviewing the wiki RunningBehindAFirewall. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969743#3969743 Reply to the post :

[jboss-user] [EJB 3.0] - Cannot deploy EJB because ...-ds.xml file

2006-09-06 Thread gaeoepag
Hello, I'm trying to deploy an EJB 3 deployment file, and I'm getting the following error: 15:09:02,956 ERROR [MainDeployer] Could not initialise deployment: file:/C:/jboss-4.0.4.GA/server/default/deploy/testejb301-ds.xml org.jboss.deployment.DeploymentException: Could not parse dd; - nested

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Session Affinity with an Applet

2006-09-06 Thread pharvener
All I have an application which uses an applet interacting with a servlet to download content. The application runs in a distribute environment and depends on session affinity. Unfortunately when the applet executes, it first creates a new connection. Our load balancer interprets this as a new

[jboss-user] [EJB 3.0] - Re: Cannot deploy EJB because ...-ds.xml file

2006-09-06 Thread Doug.Palmer
Wrap the xml in code tags and then it will display properly. Regards Doug View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969747#3969747 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969747

[jboss-user] [JBoss Seam] - Re: Problem with extra action method executing

2006-09-06 Thread texan
My particular problem is that the from page action is getting executed when I leave the page. Very frustrating. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969748#3969748 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Problem with ClusteredSession

2006-09-06 Thread wonker
Did you by any chance resolve this? I currently have the same problem with JBoss 3.2.5. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969749#3969749 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969749

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.3 CMP Oracle BLOBs

2006-09-06 Thread nidget
pflapf wrote : I face a problem with a BLOB field in Oracle 8.1.7. Maybe this has been asked a thousand times, but I can't find a solution / question via search. ;-) | | I want to use Entity Beans to access this field via CMP. I have the same problem with CLOB, CMP entity beans and Oracle

[jboss-user] [Installation, Configuration Deployment] - Problem (almost) solved

2006-09-06 Thread kevinstembridge
After a bit more digging around, I found this page in the JBoss wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=XMLEntitySchemaResolution So JBoss versions 4.0.3 and above have an MBean that we can use to configure an entity resolver. However, when I created a service descriptor with the

[jboss-user] [Beginners Corner] - Re: i want to map directory to url

2006-09-06 Thread PeterJ
You cannot access any files or folders within WEB-INF directly from a browser. You will either have to move the personals folder out of WEB-INF, or write a servlet that provides access to the contents of the WEB-INF folder. View the original post :

[jboss-user] [Beginners Corner] - Re: Duke's Bank Java EE 5

2006-09-06 Thread PeterJ
Have you seen the EJB3 Trail Blazer at http://www.jboss.com/docs/demos? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969754#3969754 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969754

[jboss-user] [Beginners Corner] - Re: Need help in understanding JBoss

2006-09-06 Thread PeterJ
The best place to start is the JBoss Application Server Guide at http://docs.jboss.org/jbossas/jboss4guide/r5/html/. It describes the JBoss architecture. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969755#3969755 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Objects transfer to MySQL

2006-09-06 Thread PeterJ
This error means that you have already deployed the application. Do you perhaps have the application deployed in two different files? Or have you named two EJBs with the same name? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969756#3969756 Reply to the

[jboss-user] [Installation, Configuration Deployment] - Re: How to specify alias for local filesystem in JBOSS

2006-09-06 Thread PeterJ
Just follow my steps, editing the files in jbossweb-tomcat50.sar. It should work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969757#3969757 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969757

[jboss-user] [JBossCache] - Re: maxNodes in region question

2006-09-06 Thread [EMAIL PROTECTED]
Looking at the code there is a new eviction policy, org.jboss.cache.eviction.ElementSizePolicy. It seems to take 2 config elements, maxNodes and maxElementsPerNode. I believe this must be what was meant when JBCACHE-77 was closed. java123, perhaps you can try that out and see if if does

[jboss-user] [Beginners Corner] - Re: JBoss Specifications

2006-09-06 Thread PeterJ
Here are a few places to look. In the binary download, there is a file jar-versions.xml in the base directory. That gives the version numbers of many of the included jars (though a lot of the numbers are the JBoss version number). And it probably has the most complete list of jars in the app

[jboss-user] [JBoss jBPM] - Re: Assign Task - 2 users

2006-09-06 Thread falazar
Did we have any further answers on this? Is there a nice simepl front-end way to do this? James View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969762#3969762 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969762

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Session Affinity with an Applet

2006-09-06 Thread [EMAIL PROTECTED]
There is a way; sorry I can't tell you what it is as it's been several years since I did it and I don't remember. IIRC Javascript can interact with the browser's JVM to pass the session id. I believe I figured from the O'Reilly Javascript book. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Could not initialise deployment

2006-09-06 Thread PeterJ
First, do not post the same question in multiple forums. Have you tried deploying the application to the deploy directory? Does it run there? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969764#3969764 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss ide server configuration

2006-09-06 Thread [EMAIL PROTECTED]
Sad to say, this is not yet implemented, but I've saved the tutorial link and will look into it. Sorry if that's not very helpful. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969765#3969765 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-06 Thread PeterJ
How big is your war file? How long does it take to copy it to the deploy directory? It sounds as if the file is only partly copied to the deploy directory when the hot-deployer attempts to read the war file. One possible solution is to copy the war file to a temporary directory in the same

[jboss-user] [Beginners Corner] - Re: underscore in java package name

2006-09-06 Thread PeterJ
It would help if you posted the stack trace that is generated when the app fails to deploy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969768#3969768 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969768

[jboss-user] [JBossCache] - Performence

2006-09-06 Thread lior.dra
Hi I have been trying to use JbossCache 1.4 SP1, as a caching solution, However I encounter performence issues, I have not been able to write more then 1000 updates per sec, on a single node, and I need a solution able to write as many as 15,000 per sec. I have been written a small test to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Accessing Hibernate outside of Jboss

2006-09-06 Thread mikereilly
Hi, I have an application that uses Hibernate which I would like to run outside of Jboss. jhas anyone done this before ? Do I need to use the use-java-contextfalse/use-java-context within the hibernate-service.xml file ? Many thanks, Michael View the original post :

[jboss-user] [EJB 3.0] - EJB3 PersistanceManager confusion

2006-09-06 Thread jrosskopf
Hello List, I try to do my first steps with EJB3 and set up a small example persisting a detatched pojo entity (which is generated in a client) through a stateless session bean. I´ll attach the code of the three components at the end of the message. When I invoke the the method, that should

[jboss-user] [JBossWS] - java.sql.SQLException: Already closed

2006-09-06 Thread peiguo
In my web service, I need to access Oracle database, so I created the oracle-ds.xml file in my deploy directory like this: ?xml version=1.0 encoding=UTF-8? local-tx-datasource jndi-namehhsDB/jndi-name connection-urljdbc:oracle:thin:@aadv1db.abcd.com:1521:aadv1/connection-url

  1   2   3   >