[JBoss-user] [EJB 3.0] - Entity comparison

2006-04-19 Thread d11w9t
Hi Before I merge an updated entity I need to be able to check if some of the fields have changed. I need to execute some code in my entity listener depending on whether or not a particular field has changed. e.g. I have a field userID which links to a user entity. In my preUpdate method I nee

[JBoss-user] [JBoss jBPM] - Re: Process designer crashes JDT?

2006-04-19 Thread Saviola
Hi, Koen! I first of all tried the second approach. The reason was that I have 7 business processes. When I copy and paste the process definition source code and switch to Diagram View all the nodes are one over another and even coping the gpd.xml content doesn't help. Actually the problem is th

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: how to setup a mapping from a context directory to an ex

2006-04-19 Thread masankar3
how to setup a mapping from a context directory to an external directory in jobss?? i want display some images in jsp that are in external directory location. i dont want give exact location of image in jsp.i want give context path that match in extenal directory location. the image is

[JBoss-user] [JBoss jBPM] - Re: Deploy Process Archive

2006-04-19 Thread hosierdm
http://sourceforge.net/project/showfiles.php?group_id=70542&package_id=116692 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938331#3938331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938331 ---

[JBoss-user] [JBoss Seam] - Glossary of config files

2006-04-19 Thread [EMAIL PROTECTED]
Hope someone finds this useful: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamConfigurationFiles View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938330#3938330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938330

[JBoss-user] [EJB 3.0] - Increment value

2006-04-19 Thread martin ganserer
Hello, I have a simple table and one column of this table holds an integer. Is it possible in EJB3 to garanty exclusive access to this value when incrementing it? Exclusive access means that different session beans that are calling the increment method always get a new, unique column value. Th

[JBoss-user] [JBoss Seam] - Re: Breaking changes to pageflow

2006-04-19 Thread [EMAIL PROTECTED]
Also note that all of the Seam examples (except for the remoting examples) now run on tomcat, and that we've now got a lot more tests :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938328#3938328 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss Seam] - Breaking changes to pageflow

2006-04-19 Thread [EMAIL PROTECTED]
Tom and I made some breaking changes to Seam pageflow today. I've been trying to break as little as possible in 1.0, but this one was worth the pain. First: If you begin a pageflow while rendering the page (eg. from an @Factory or @Create method while pulling data for the page), you should no

[JBoss-user] [JBoss jBPM] - Re: Deploy Process Archive

2006-04-19 Thread jcaraneda
Where I can find gpd 3.0.9 gpd feature version to download? I am trying to find it, and not success. Thanks, JC View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938325#3938325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBoss Getting Started Documentation] - Re: Error trying to deploy a .ear file

2006-04-19 Thread jjdepaul
I've successfully built the Duke's Bank app on JBoss 4.0.x (JDK1.4) and was doing pretty good until I got to the deployment step - I'm getting this error too - could someone PLEASE advise: - 21:57:20,089 ERROR [MainDeployer] Could not create deployment

[JBoss-user] [EJB 3.0] - @EJB Annotation

2006-04-19 Thread mikeeprice
I can't find the jar file where @EJB is defined. Does anyone know which jar file this is defined in. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938322#3938322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938322

[JBoss-user] [JBoss Seam] - Re: Question about SeamTest

2006-04-19 Thread ranik
SeamTest is one of the reasons we switched from @EJB to @In ;-) I have been able to get EJB3 & hibernate work with testNG based on the examples. But, I am unable to get Hibernate & EJB3 working in the same test. The errors include datasource not defined even though it is defined in jboss-beans.x

[JBoss-user] [JBoss Seam] - Re: SeamRemoting: FacesContext not inject.

2006-04-19 Thread sbryzak2
A remoting request doesn't go through the faces servlet, so that's probably why you don't have a FacesContext. Can you load the resource with your class's classloader instead? i.e: getClass().getClassLoader().getResourceAsStream("WEB-INF/templates/upload.tmpl") View the original post : http:

[JBoss-user] [JBoss Portal] - Change the portal title ???

2006-04-19 Thread ericmacau
Hello, How can I config the title with other string rather than "JBoss Portal 2.2.1-RC3" ?? Where can I change that ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938319#3938319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBoss Portal] - Re: Configure portal2.2.1RC1 for chinese word (big5 or UTF8

2006-04-19 Thread [EMAIL PROTECTED]
I assigned it to myself, thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938318#3938318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938318 --- Using Tomcat

[JBoss-user] [JBoss jBPM] - Re: Deploy Process Archive

2006-04-19 Thread hosierdm
Sorry, my description of the Deployment menu item seems to be related to something else perhaps, since it's there in 3.0.8 as well. And I like the robust new deployment method. The thing I'm referring to that's missing is the old HTTP Deployment Settings Deployer value (i.e. jbpm/upload). Am

[JBoss-user] [JBoss Seam] - Re: Method level seam interceptor

2006-04-19 Thread [EMAIL PROTECTED]
no View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938300#3938300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938300 --- Using Tomcat but need to do more? Need to

[JBoss-user] [EJB 3.0] - Re: Using @RunAs

2006-04-19 Thread bdecoste
Which version combinations of JBoss and EJB3 is causing the exception? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938299#3938299 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938299 --

[JBoss-user] [EJB 3.0] - Re: Problem with JBoss 404cr2 and EJB3rc6

2006-04-19 Thread bdecoste
Can you confirm that the jboss-ejb3x.jar file is in the deploy/ejb3.deployer directory? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938298#3938298 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938298

[JBoss-user] [JBoss Seam] - Method level seam interceptor

2006-04-19 Thread RizviAtt
Has seam started supporting method level interceptor. I know it was not there in beta version 1 Thanks Rizvi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938297#3938297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBoss jBPM] - Re: Deploy Process Archive

2006-04-19 Thread kukeltje
hmm... in my version of 3.0.9, the deployment tab is very extensive. I can select what to include in the par, file in the project or even libs on the classpath. Besides that, I can select to deploy it locally (save it locally) or configure a jbpm server with host and port. Ronald View the orig

[JBoss-user] [JBoss jBPM] - Re: jbPM and WebLogic

2006-04-19 Thread jcaraneda
I don't remember all modifications. I actually works with jbpm onto weblogic 8, but in this version the JSF descriptors used not works, because weblogic 8 not implements the j2ee version 1.4 required. I have .war archive deployed in weblogic 9. This war run with a datasource. What are the st

[JBoss-user] [JBoss Seam] - SeamRemoting: FacesContext not inject.

2006-04-19 Thread marcioendo
All, Is this a bug or am I doing something wrong? I want to, through Seam Remoting, get a whole chunk of HTML from my .war WEB-INF. In that way, instead of refreshing the whole page, Seam Remoting would dynamically update the page's contents while keeping the page's header, navigation bar, etc

[JBoss-user] [EJB 3.0] - Re: EJB3 RC5-> RC6 - Cannot deploy

2006-04-19 Thread bdecoste
EJB3 RC6 uses some of the enhanced API provided by the latest distribution of JBossXB (XML Binding). JBoss4.0.3SP1 uses the older version of JBossXB, which JBoss4.0.4RC1 and CR2 use the latest JBossXB. So you either need to roll back to EJB3 RC5 or upgrade to JBoss4.0.4. View the original post

[JBoss-user] [Clustering/JBoss] - Re: UDP issue

2006-04-19 Thread [EMAIL PROTECTED]
Hard to diagnose - could be a firewall problem on the sender, buit then I would assume *no* packets gets through at all View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938285#3938285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [JBoss Portal] - Re: Configure portal2.2.1RC1 for chinese word (big5 or UTF8

2006-04-19 Thread gedel
so ... http://jira.jboss.com/jira/browse/JBPORTAL-832 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938284#3938284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938284 ---

[JBoss-user] [EJB 3.0] - Re: Dependecy Injection in JMX Service Object

2006-04-19 Thread bdecoste
I just corrected this issue and closed the JIRA task. The fix will be available in the next release of EJB3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938282#3938282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss.NET] - Axis WSS4j for siginning the Soap request at the cleint side

2006-04-19 Thread ramachennupati
I am trying to use the the X.509 Token Profile or UsernameToken Model at the JBossws server side and looking for a example to sign and send the request using wss4j Axis. I really appreciate any kind of feedback. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Security & JAAS/JBoss] - cconfiguring Webservices security with Username Token Profil

2006-04-19 Thread ramachennupati
I am looking for a example to configure the jboss-wsse-server.xml with Username Token Profile rather than X.509 Token Profile 1.0. The X.509 Token Profile works fine, but i want to use the Username Token Profile. I looked at the xsd and didn't find much information. Did any one tried this before

[JBoss-user] [JBossWS] - Re: How do you get Web Services working

2006-04-19 Thread ramachennupati
With Jboss4.0.4.CR2, JBossws will be installed automatically. Follow the steps from the example and it works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938275#3938275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBoss Portal] - Re: custom layout for each user ?

2006-04-19 Thread sionut
Do you know if there is a portal that supports this ? Thank you ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938273#3938273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938273 --

[JBoss-user] [JBossCache] - Re: Few questions on FileCacheLoader

2006-04-19 Thread jaikiran
Thanks Manik for those answers. -Jaikiran View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938272#3938272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938272 --- Us

[JBoss-user] [Beginners Corner] - Jboss, tomcat and apache web server relation??

2006-04-19 Thread dgiscool
A very basic set of questions: Does the JBoss comes with Tomcat Servlet container by default? What about the web server? Does it use Apache web server by default or ? I'm really confused about the relations with these three components. Does Jboss has it's own servlet container and web server th

[JBoss-user] [JBossWS] - Re: using jbossws for ws security

2006-04-19 Thread ramachennupati
I am looking for a example to configure the jboss-wsse-server.xml with Username Token Profile rather than X.509 Token Profile 1.0. The X.509 Token Profile works fine, but i want to use the Username Token Profile. I looked at the xsd and didn't find much information. Did any one tried this before

[JBoss-user] [JBoss Portal] - Re: custom layout for each user ?

2006-04-19 Thread mholzner
not yet (as of 2.2) on a per user basis. This feature is referred to as 'dashboard' in this project. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938271#3938271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938271

[JBoss-user] [JBoss Portal] - custom layout for each user ?

2006-04-19 Thread sionut
Hi, I wanted to know if JBoss offers customizable layout.. I mean, 2 different users can configure their display so that the same portlet can appear in different places ? Thank you, Ionut View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938269#3938269 Reply

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - JBoss, Tomcat and Apache web server

2006-04-19 Thread dgiscool
A very basic set of questions: Does the JBoss comes with Tomcat Servlet container by default? What about the web server? Does it use Apache web server by default or ? I'm really confused about the relations with these three components. Does Jboss has it's own servlet container and web server th

[JBoss-user] [Management, JMX/JBoss] - EAR Deployment Notification

2006-04-19 Thread twittemb
Hello, please excuse my English ... i'm french ! Fisrt of all, i'm using JBoss 4.02 ! I'm having trouble in catching EarDeployer Notifications. Here is my developpemen status : I have an MBean which is notified when a .ear archive is deployed in the "start" state of notification. This work

[JBoss-user] [JBoss jBPM] - Re: Child tokens do not end at Join ??

2006-04-19 Thread kukeltje
Michael, Could you create a unit test and attach both the processdefinition and the unit test to the bug report? I reopend it and refered it to this topic Thanks, Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938266#3938266 Reply to the post : ht

[JBoss-user] [Security & JAAS/JBoss] - Re: can username be UTF-8

2006-04-19 Thread caseyhelbling
I am seeing the same behaviour as previously described. Text fields in my form-login.jsp posting to j_security_check do not correctly follow encoding type. I am using a ? character or (ALT-0153) in my password and it gets garbled. I have set my web.xml to include the locale-encoding-mapping-l

[JBoss-user] [JBoss Seam] - Re: NullPointerException in Class.forName help

2006-04-19 Thread bpatters
Maybe posting my entire server.log file contents from the point seam is initialized to the first reproduction of the error will help. I'm very much at a loss because I've been through the example code and my code line for line and there is very little relevant differences, and the only differenc

[JBoss-user] [EJB 3.0] - Re: EJB2 and EJB3 in one ear

2006-04-19 Thread vitarara
"vitarara" wrote : Can the EJB2 and the EJB3 module be in the same ejb-jar file? OK, I did some experimenting and made two ejb-jar files. One with EJB2 modules, and another with EJB3 ones. This deployed and worked properly. Obviously the separate jars worked, which would imply that having them

[JBoss-user] [JBoss jBPM] - Re: JBoss jBPM 3.1 Hibernate Mapping Model

2006-04-19 Thread kukeltje
wow I never inspected the hibernate mappings closely, but that it was this complex. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938262#3938262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938262

[JBoss-user] [Clustering/JBoss] - Re: Getting the WSDL to point back to the load-balancer

2006-04-19 Thread mikefinn
As a consumer, they have control over the endpoint URL they are calling. The one in the WSDL is just the default. For example, if they use wsdl2java, the generated ServiceLocator will have the address contained in the WSDL soap address location, but the one of the locator methods will have a ge

[JBoss-user] [Beginners Corner] - Re: problem in deploying webservice

2006-04-19 Thread lafr
There seems to be no jaxrpc-mapping-file / WEB-INF/mapping.xml in myWebservice.war or the file is corrupted. Show us the output of "ar -tvf myWebservice.war". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938253#3938253 Reply to the post : http://www.jboss

[JBoss-user] [Clustering/JBoss] - UDP issue

2006-04-19 Thread mikefinn
I am confident this is not a JBoss or JGroups issue, but was hoping someone here may have seen this before. JBoss 4.0.3SP1 + RHAS 2.1 + Sun JDK 1.5.05. We have two cluster nodes (same subnet) that aren't finding each other. MCast and port are right on each box. I used jgroups probe util and in f

[JBoss-user] [JBoss Seam] - Re: Error during model data update!

2006-04-19 Thread amarinis
Every now and then I come aross this error. I found the easiest way to fix/workaround this error is to add a @Name annotation to your Entity. ie: @Name("supplier") Hope this helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938256#3938256 Reply to the

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Persistent classes in second ejb module are not bound.

2006-04-19 Thread chijb
forget it! it's controlled by our own hibernate initialization. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938255#3938255 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938255 -

[JBoss-user] [JBoss jBPM] - Re: Deploy Process Archive

2006-04-19 Thread hosierdm
It appears that with the 3.0.9 plugin, the old (and better in my opinion) deployment menu is moved. Right-click on the process folder, and you should see a Deployment menu towards the bottom. It expands to a sub-menu that has a Deploy To... menu item. However, this only pops up a dialog that

[JBoss-user] [Beginners Corner] - Re: Start JBoss using account other than root?

2006-04-19 Thread lafr
Any problems doing this? Login as user "other" and call $JBOSS_HOME/bin/run.sh. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938252#3938252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938252 -

[JBoss-user] [EJB 3.0] - Re: EJB2 and EJB3 in one ear

2006-04-19 Thread vitarara
"bdecoste" wrote : Yes, you can deploy an EJB2.x .jar and a EJB3.0 .jar in the same .ear. The EJB3 deployer is triggered by a list of conditions: | | The existence of a persistence.xml file | The existence of a jboss.xml file with no ejb-jar.xml file | The existence of annotated classes

[JBoss-user] [EJB/JBoss] - StatefulSession caching ejb references

2006-04-19 Thread wcydaip
Hi, I have a stateful session bean which holds references to various ejb's and performs queries against them. When I deploy the app several times one set of ejb's stop working. The only way to get them to work again, randomly, is to change the problem ejb's, so as, I guess, to give them a dif

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-04-19 Thread kbarfield
I have added a FAQ section to the getting started wiki with some of the questions I have seen on the forums. As always, feedback/contributions are welcome! Kevin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938250#3938250 Reply to the post : http://www.

[JBoss-user] [EJB 3.0] - Re: Using @RunAs

2006-04-19 Thread lhoriman
It works in 4.0.4RC1 and 4.0.4.CR2. Jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938249#3938249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938249 --- Usi

[JBoss-user] [JBoss jBPM] - Re: how to use duedate? (in a task, NOT timer)

2006-04-19 Thread michaelholtzman
That's exactly what I am doing. I am inserting the due date (duration) in the process definition as BOTH the task instance due date AND the expriration time on a timer on the task. The absolute due date (i.e., a real date) shows in the UI and my task fires when the due date expires. View the o

[JBoss-user] [JBossWS] - How do you get Web Services working

2006-04-19 Thread valliebe
I installed JBOSS. Now what? What do I do if anything to start using Web Services? Is JBOSSWS installed? Do I install Axis? Any help would be greatly appreciated. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938246#3938246 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Extending JSR77 stats

2006-04-19 Thread cbono
Also, where are the status currently being "set" in the server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938245#3938245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938245 -

[JBoss-user] [Management, JMX/JBoss] - Extending JSR77 stats

2006-04-19 Thread cbono
I am trying to find the cleanest way to extend the JSR77 stats provided by JBoss to include the timestamp the stat was collected and possibly "dump/persist" these stats out at some interval so I can later report on the stats. Ultimately I would like to graph the elapsed time for an ejb method ov

[JBoss-user] [Installation, Configuration & Deployment] - binding service for ejb3 profile in jboss installer

2006-04-19 Thread toeev
hi there, after reading How to create multiple instances of jboss on same server? (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=74155) i have one question. when is the binding service going to be available to the ejb3 profile? as of jboss-4.0.4.CR2-installer.jar it isn't. thanks,

[JBoss-user] [JBoss jBPM] - Re: Process designer crashes JDT?

2006-04-19 Thread [EMAIL PROTECTED]
Hi Saviola, This is almost certainly because your project was created with an older version of the GPD. The easiest option is to recreate your project with the new release... Another possibility is to remove the jBPM classpath container in the buildpath of your project and add the different jBP

[JBoss-user] [JBoss jBPM] - JBoss jBPM 3.1 Hibernate Mapping Model

2006-04-19 Thread bdruth
I've created a mapping of the JBoss jBPM 3.1 hibernate mapping using Linguine Maps. The PDF is 40" x 70" for plotting on an HP DesignJet, or similar device. You can also view a PNG of the model. See the Wiki page here: http://wiki.jboss.org/wiki/Wiki.jsp?page=Jbpm31HibernateModel View the orig

[JBoss-user] [JBoss Portal] - Re: Personalization in 2.4

2006-04-19 Thread [EMAIL PROTECTED]
portal 2.4 does work with jboss 4.0.4 but please keep in mind this is the development module and sometimes the code doesn't quite work ;-) beause the developers are in the middle of something. In general 2.4 deploys fine with both 4.0.4RC1 and 4.0.4RC2 View the original post : http://www.jboss

[JBoss-user] [JBoss Portal] - Re: Personalization in 2.4

2006-04-19 Thread dhartford
Have not heard of any information, so grabbed 2.4 out of CVS. It builds fine, when trying to deploy or exploded-deploy to jboss 4.0.4CR2, errors like these pop up when starting: | 14:21:29,729 WARN [ServiceController] Problem starting service portal:service=CMS | java.lang.IllegalStateExc

[JBoss-user] [EJB 3.0] - Re: Using @RunAs

2006-04-19 Thread Andrew_WOT
I am getting exacly same error with 4.03. Any solution to this? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938236#3938236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938236 -

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

2006-04-19 Thread neotyk
Hi udyan, Increasing connection pool should be connected with increasing max allowed connections in RDBMS. Probably your Oracle doesn't allow JBoss to connect max-pool-size times, or you have resource leak (do you close every connection?). HTH, Hubert. View the original post : http://www.jbo

[JBoss-user] [JBoss jBPM] - Re: how to use duedate? (in a task, NOT timer)

2006-04-19 Thread [EMAIL PROTECTED]
The following event types are supported by jBPM: task-create task-assign task-start task-end There is no task-due event. Unlike the events above, firing a task-due event would require interaction with the scheduler. Some time ago I wrote a quick and dirty patch to support a task-due event, but di

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: EJB3 Project using jboss-4.0.4.CR2

2006-04-19 Thread vlewis
I'm having what I think is the same problem. I created a new EJB Project with jboss-4.0.4.CR2 and there is a jar missing from the JBoss EJB3 Library: jboss-4.0.4.CR2/server/ejb3/deploy/ejb3.deployer/hibernate3.jar. There doesn't seem to be any way to fix the Library set because when I try to

[JBoss-user] [JBossWS] - wstools or wscompile for AS 4.0.4RC2

2006-04-19 Thread ${bb.Guest}
Hi I am new to webservices and the documentation is a bit confusing at the moment. So please help me with this. We are using Jboss AS 4.0.4RC2 with EJB3 installation, the entity beans works perfectly and now I need to use an external webservice. If I have understood it correctly 4.0.4rc2 with EJ

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Persistent classes in second ejb module are not bound.

2006-04-19 Thread chijb
The case is that myApp uses 2 ejb modules and 1 web module. Here is what i did: //application.xml | | myAppEAR | my Application | | | myApp.war | myApp | | | | myApp-server.jar | | |core-server.jar | | |

[JBoss-user] [JBoss jBPM] - Re: how to use duedate? (in a task, NOT timer)

2006-04-19 Thread michaelholtzman
You specify the due date in the process definition as a duration (e.g., "2 hours"), and when the task instance is created it converts it to the actual date/time. You can use TaskInstance.getDueDate() to retrieve the calculated date. View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [Management, JMX/JBoss] - Re: A bug in logging

2006-04-19 Thread [EMAIL PROTECTED]
If you are very sure about the bug, open a JIRA case with a detailed explanation, and preferrably a test case that replicates the problem, along with your patch, and someone will review it. http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Seam] - Re: Simple Seam Question...

2006-04-19 Thread [EMAIL PROTECTED]
"kh2ouija" wrote : To my knowledge, the factory method only runs if the datamodel is null. So, even if you change the parent, the datamodel will not be updated automatically. Right, if you want a method that runs every time, use @Unwrap instead. View the original post : http://www.jboss.com/in

[JBoss-user] [JBoss jBPM] - Re: how to use duedate? (in a task, NOT timer)

2006-04-19 Thread kukeltje
isn't there anything in the testcases? Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938225#3938225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938225 --

[JBoss-user] [JBoss jBPM] - Re: hibernate exception

2006-04-19 Thread kukeltje
come on a connection refused has nothing to do with jBPM or whatever it is either a wrong config of your datasource or a firewall setting or whatever. Unfortunately you are on your own with this one. Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [JBoss Seam] - Re: Simple Seam Question...

2006-04-19 Thread kh2ouija
I had a similar issue, check here. It was because of a redirect tag in the navigation rule. To my knowledge, the factory method only runs if the datamodel is null. So, even if you change the parent, the datamodel will not be updated automatically. View the original post : http://www.jboss.com/

[JBoss-user] [JBoss jBPM] - Re: TaskAssignment works but findTaskInstances fails

2006-04-19 Thread kukeltje
No problem, we're here to help eachother right ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938222#3938222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938222 --

[JBoss-user] [JBoss Seam] - Re: Value found for In attribute has the wrong type

2006-04-19 Thread [EMAIL PROTECTED]
I think you have some kind of classloading problem, of something. Have you *exactly* followed the dir stucture / build scripts of the example apps? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938221#3938221 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [JBoss Seam] - Re: Value found for In attribute has the wrong type

2006-04-19 Thread kunaalv
We are trying to inject UserFacadeBean into a JSF. i.e. Using it as a BackingBean for the JSF. Below is the JSF code: - <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %> | <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %> | | | | Release 4 Home | | |

[JBoss-user] [JBoss Seam] - Re: Value found for In attribute has the wrong type

2006-04-19 Thread [EMAIL PROTECTED]
What are you injecting UserFacadeBean *into* ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938219#3938219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938219 --

[JBoss-user] [EJB 3.0] - Re: how to manage ejb3.0-project in eclipse

2006-04-19 Thread kh2ouija
@javaos I assume you launch JBoss from Eclipse, using a JBoss launch configuration. Are you sure the method where you set your breakpoint actually gets executed? Because for me it *just works*. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938218#3938218 R

[JBoss-user] [JBoss jBPM] - Re: process scheduling

2006-04-19 Thread tperrigo
Alejandro, I am new to Quartz (and jBPM), but I would like to use Quartz to kick off jBPM processes. Have you had any luck with this? I'd love to see a copy of the "How-To" you mentioned, if you've had a chance to put anything together. Any help would be appreciated! Thanks, Tim View the ori

[JBoss-user] [JCA/JBoss] - Re: JBOSS and Maxdb

2006-04-19 Thread cinzia
The code posted by rfkat worked also for me (thanks rfkat). I had a similar error: WARN [ServiceController] Problem starting service jboss.mq:service =PersistenceManager org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions. Messag e recovery may not be accurate; - nested thro

[JBoss-user] [JBoss jBPM] - hibernate exception

2006-04-19 Thread Fidalma
Hi all, thank you very very much for all your help and answers to my previous posts Unfortunately I have an other problem :-(( I have deployed my process archive but now, when i try to instantiate a news process, I have a strange error. Here is my situation: - My process definition: |

[JBoss-user] [JBoss Seam] - Value found for In attribute has the wrong type

2006-04-19 Thread kunaalv
Hi, I am using JBoss 4.0.4.CR2 and using Seam for my EJBs. Deployment succeeding and creates the Entity and Session Beans and the appropriate tables but when i try to get a value from my Session Bean i get the following error: - Caused by: java.lang.IllegalArgumentException: value found for In at

[JBoss-user] [JBossWS] - Serialize an object graph

2006-04-19 Thread pyanguas
Hello, I'm testing serialization mechanism (JAX-RPC as far as I know) in JBoss 4.0.4 CR2 used when a web service is invoked (a class annotated with @WebService and @WebMethod). I'd like to know if it is possible to set up JBossWS so a web method can return a graph of objects, i.e., an object t

[JBoss-user] [Management, JMX/JBoss] - Re: Class not found on

2006-04-19 Thread urswag
Thanks for Your answer It was a misstyping, I was so hyper active, it did not recognize it. It has to be com.sun.j2ee.blueprints.cart.ejb.ShoppingCartEJB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938208#3938208 Reply to the post : http://www.jboss.com/

[JBoss-user] [JBoss jBPM] - Re: what is behind the scene ?

2006-04-19 Thread try_catch_finally
Thnx for the prompt replyronald. i will do things what u suggested and will come up with a concrete. :-) ~Neeraj S. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938204#3938204 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss Seam] - Re: Using the tag

2006-04-19 Thread TrippCCN
Ah that explains it. Is there any alternative to s:link (or workaround) so that I can propagate the outjected variable to another JSP page? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938202#3938202 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [EJB 3.0] - javax.faces.el.EvaluationException: java.lang.NoSuchMethodEr

2006-04-19 Thread onyii5119
I am getting java.lang.NoSuchMethodError while using JBoss 4.0.4.CR2 installed for EJB3.0 option, Java 1.5. My session bean was able to lookup the bean and also during deployment the bean was seen by the server but on trying to access a method in the bean, I get the following exception (I had no

[JBoss-user] [Management, JMX/JBoss] - Re: Class not found on

2006-04-19 Thread manuel_stein
Well, I guess your com.sun.j2ee.blueprints.cart.ejb.ShoppingCartLocalEJB is missing :) it needs to be in the petstore.jar file you can open .jar files with a zip program (e.g. W*nZ*p) make sure that you have a path _in_ the jar file that goes 'com/sun/j2ee/blueprints/cart/ejb/' holding the 'Shopp

[JBoss-user] [JBoss Seam] - Re: 'Error during remote request' since 1.52 Seam revision

2006-04-19 Thread jdestef
Hi, A similar issue is occurring due to a call to Contexts.getPageContext at line 311 of the manager class. Employing a similar solution as above seems to work. JIRA - JBSEAM-213 Tx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938199#3938199 Reply to the

[JBoss-user] [Management, JMX/JBoss] - A bug in logging

2006-04-19 Thread manuel_stein
Servus all, I have found a "bug" in jboss logging, but I didn't find the appropriate forum, so I post it here. The class org.jboss.logging.filter.TCLFilter is implemented returning either Filter.ACCEPT xor Filter.DENY. Well, in case the filter matches, "AcceptOnMatch" shall decide whether ACCE

[JBoss-user] [JBossWS] - Problem getting transport.url from MessageContext in jboss-4

2006-04-19 Thread jimhenderson
With jboss-4.0.3SP1 & jboss-4.0.4RC1 i have used this in the init method to get the url used to call my servlet style web service endpoint... | public void init(Object p_context) throws ServiceException | { | ServletEndpointContext l_jaxrpcContext = (ServletEndpointContext)p_context;

[JBoss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError: PermGen space

2006-04-19 Thread Neelixx
What about for Windows? My production server is linux, but I'm developing on Windows. I get this message on Windows XP running JBoss-4.0.3SP1 with EJB3. I get about 3-5 re-deployments [EAR deployments] before I get this error. Are there any workarounds for Windows? Thanks! ~~Aaron View the o

[JBoss-user] [JBoss Portal] - Re: How to secure different portal instances

2006-04-19 Thread mholzner
your app is accessed via the portal context. Security is checked there. The portal uses a RequestDispatcher to dispatch to your app. You need to place security constraints into the portal descriptor defining your portal resources. (see examples in the default-object.xml in the core) View the

[JBoss-user] [Beginners Corner] - tomcat5 and jboss contex file

2006-04-19 Thread wilfrid
Hello, I am an absolute beginner with Jboss and a little beginner with Tomcat. Here is my problem, I have a tomcat server (version5) that is configued to use a web application through a xml context file located: Tomcat 5.0\conf\Catalina\localhost\webapps.xml I am trying to find the same locati

[JBoss-user] [JBoss Portal] - Re: JAAS v JACC

2006-04-19 Thread mholzner
as long as your roles are fixed for the time span of the session of a user, you can handle it all in the login module. You still might decide that it is best to encapsulate your specific data base access into a custom user and/or role module though. It simply depends on your requirements. But y

[JBoss-user] [JBoss Portal] - Re: Dynamic Role for portlets

2006-04-19 Thread patrickdalla
I've utilized JaasSecurityManager for Role membership verification. | try{ | InitialContext ic = new InitialContext(); | jsm = (JaasSecurityManager) ic.lookup("java:jaas/portal"); | }catch(Exception e){ | } | But these way, my portlet wi

[JBoss-user] [JBoss Seam] - Re: Pb with dvd store

2006-04-19 Thread [EMAIL PROTECTED]
Do you get an error when you access the application? If so, what is that error? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938190#3938190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938190

[JBoss-user] [JBoss jBPM] - Re: TaskAssignment works but findTaskInstances fails

2006-04-19 Thread Saviola
Hi, kukeltje! This exactly was the document that I was talking about. The jBPM forum was the last place where I would have searched for since the answer is quite technical oriented and concerning hibernate. Anyway, thank you for the reminder and the advice! Saviola View the original post : http

  1   2   >