[jboss-user] [JBoss jBPM] - Re: Is JBPM Compatible with other applications servers like

2007-01-22 Thread JimKnopf
Sorry for the delay. It was a problem between Suns JSF and MyFace. In Suns App-Server thy are using JSF and i am not allowed to remove it. And the Web-console is using MyFace. It looks that they are not 100% compatible. I talked about it in:

[jboss-user] [JBoss jBPM] - Re: IdentitySession commit exception

2007-01-22 Thread JimKnopf
I have realy no Idea why it won't run? Please help me :). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004715#4004715 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004715 ___

[jboss-user] [EJB 3.0] - Clustering issue / SEAM

2007-01-22 Thread mikepkp17
maybe someone can give me a pointer what to check to solve this issue. I am working with JBoss-4.0.5.GA installed with the latest JEMS-installer. I installed the EJB3-cluster profile and I am using the latest SEAM-release 1.1.1.GA. In my application I have several SFSBs annotated with

[jboss-user] [JBoss jBPM] - Re: Create programmatically Subprocess

2007-01-22 Thread ppc
kukeltje wrote : did you look at the testcases? Yes but I found nothing.. :( My need is based on runtime informations (on node enter !?) to be able to create N subprocess. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004717#4004717 Reply to the post :

[jboss-user] [EJB 3.0] - Stateless Session bean throwing error

2007-01-22 Thread vishnu1980
Hi I am getting error from the statless session bean after some subsequent request to the bean, First 10 or 20 calls works fine, after some time it gives the below error And also please tell me how i can check the number of instances created for a Bean in Jboss Web Console. | message

[jboss-user] [JNDI/Naming/Network] - Getting started guide?

2007-01-22 Thread SmokingAPipe
Here's the simple thing I need to do: I have a JBoss server with a bunch of EJB3 entities in it. I also have some session beans to handle various things. That's the server side. On the client side, I have some custom-written Swing applications which need to interact with session beans (on

[jboss-user] [EJB 3.0] - Clustering issue / SEAM

2007-01-22 Thread mikepkp17
maybe someone can give me a pointer what to check to solve this issue. I am working with JBoss-4.0.5.GA installed with the latest JEMS-installer. I installed the EJB3-cluster profile and I am using the latest SEAM-release 1.1.1.GA. In my application I have several SFSBs annotated with

[jboss-user] [Clustering/JBoss] - Clustering Issue / SEAM

2007-01-22 Thread mikepkp17
maybe someone can give me a pointer what to check to solve this issue. I am working with JBoss-4.0.5.GA installed with the latest JEMS-installer. I installed the EJB3-cluster profile and I am using the latest SEAM-release 1.1.1.GA. In my application I have several SFSBs annotated with

[jboss-user] [JBoss Seam] - Re: Please help me, urgent, waiting online

2007-01-22 Thread Seto
Some one help me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004728#4004728 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004728 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Create programmatically Subprocess

2007-01-22 Thread ppc
ppc wrote : kukeltje wrote : did you look at the testcases? | | Yes but I found nothing.. :( | | My need is based on runtime informations (on node enter !?) to be able to create N subprocess. | | founds (i was only looking in the starter-kit..) View the original post :

[jboss-user] [EJB 3.0] - Persistence context injection problem - is it a bug ?

2007-01-22 Thread [EMAIL PROTECTED]
Hello, I have a very strange problem. I try to deploy 2 applications (in the same JBoss AS) with same session and entity beans (and 1 persistence unit for each application of course !). Application which deploies first, deploies well, but the second one try to use the unit context of the

[jboss-user] [Security JAAS/JBoss] - Re: Propagating Roles from Servlet Security Context to EJB3

2007-01-22 Thread MilkaZen7
If you wrote a tutorial can you give here the link to it please? I really would like such a tutorial, thanks ^_^ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004742#4004742 Reply to the post :

[jboss-user] [JBoss Seam] - Using Jasper Reports with Seam/JBoss

2007-01-22 Thread squibobblepants
Hi, I'm trying to integrate JasperReports with a Seam application. I can compile and fill the reports, but I can't find any documentation on how to return the generated report to a web-page, especially using the Seam forwarding methods. Can anybody please advise? I feel like I'm punching

[jboss-user] [EJB 3.0] - Re: Stateless Session bean throwing error

2007-01-22 Thread vishnu1980
Any updates Somebody Please help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004745#4004745 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004745 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Seam and JSTL

2007-01-22 Thread rsmol
Hi, I'm still quite new to SEAM and Java coding at all. Is there anything specific needed to setup Seam with JSTL? I use Facelets as recommend in the book and reference manual. page.xhtml | ui:composition xmlns=http://www.w3.org/1999/xhtml; |

[jboss-user] [JBoss Seam] - Re: Using Jasper Reports with Seam/JBoss

2007-01-22 Thread petemuir
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamResourceLoader or better, consider using Seam's built in PDF generation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004747#4004747 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam and JSTL

2007-01-22 Thread petemuir
Try xmlns:c=http://java.sun.com/jstl/core; With facelets it's recommended not to use JSTL except if you really need to and you understand how it will interact with facelets. Certainly for the above you would be much better off using the rendered attribute View the original post :

[jboss-user] [JBoss Seam] - Re: Using Jasper Reports with Seam/JBoss

2007-01-22 Thread squibobblepants
That looks like it may just work. Don't want to return a pdf though - ideally I want to just return a HTML/jsf page that displays the report. Could I just use the same method but return a HTML version? Or is there a simpler way? View the original post :

[jboss-user] [JBoss Seam] - Re: Using Jasper Reports with Seam/JBoss

2007-01-22 Thread petemuir
For an HTML doccument yes, AFAICS. If you have a (generated?) JSF view, then you would need to run it through the correct (JSP/facelets) renderer first - which the example resource loader won't do. Set the disposition to INLINE, the type to text/html, and don't override the filename and your

[jboss-user] [JBoss jBPM] - Re: NullPointerException when adding ActionHandlers with GPD

2007-01-22 Thread nikusa
[EMAIL PROTECTED] wrote : Strange. What deployment trouble did you have with the newer version and what version would that be? | I wasn't able to deploy the process I created by following the instructions in the Wiki JbpmGettingStarted article. There were no errors or anything (after some

[jboss-user] [JBoss Seam] - Re: Seam and JSTL

2007-01-22 Thread rsmol
After reading Facelets API, Ifound it is supposed to support IF tag. Then I checked dvdstore example and found I was using wrong namespace definition (I copied it from somewhere in the internet). Now it is working very fine. xmlns:c=http://java.sun.com/jstl/core; is the right namespace not

[jboss-user] [Installation, Configuration Deployment] - Re: problem deploy in jboss 4.0.5.

2007-01-22 Thread litalh
hi, These are the debug information when trying to deploy: 2007-01-16 19:29:52,280 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: http://localhost:8080/AppSight/download/installer?filename=/jboss/AppSightInstallerService.deployer 2007-01-16 19:29:52,280 DEBUG

[jboss-user] [JBoss jBPM] - Re: Scheduler problems jbpm.war(3.1.3) to jboss as 4.0.5GA

2007-01-22 Thread JesperB
Yes, I had that configuration in my configuration file, that was the thing.. Anyhow, it works for me now and I have no qlue what it was that was wrong. I am running Quartz in the application I am developing and I updraged that from verstion 1.5.2 to 1.6.0. When I restarted the server and tried

[jboss-user] [JBoss jBPM] - Configuration Type, while defining an action handler???

2007-01-22 Thread sumit.shrivastava
Can anyone Please tell me what is the importance of putting the Configuration type, while defining an action handler. Configuration Types (Field, Bean, Constructor, Compatibility) what does this have utility??? Also if we select Field option we have to write a field name and a field value,

[jboss-user] [JBoss AOP] - AOP integration with JMX question

2007-01-22 Thread bossy
Hi, I posted this in the JMX forum first, but since nobody replyed I thougt I could try here as this is about AOP as well. I need to create an aspect that can be managed by JMX. The idea is to use the aspect to obtain some stats(by intercepting calls) and to use JMX console to retrieve the

[jboss-user] [JBoss Seam] - Re: Seam 1.1.1.GA

2007-01-22 Thread Newlukai
[EMAIL PROTECTED] wrote : Actually Seam 1.1.1 bundles ICEFaces 1.5.2. | | But we are really waiting for a bugfix that will be released in ICEFaces 1.5.3. Then things should be working much nicer together. That's nice. But does it mean what I think it means? I don't have to download

[jboss-user] [JCA/JBoss] - datasources auto-reset conection on database fails?

2007-01-22 Thread Agustinbelmonte
Hello, I´d want to know if when a database fails (for example the database server stop and then it restarts) the datasource auto resets the connecction pool to de database or is necesary doing it manualy or redeploing the datasource. Sorry of my poor english. thanks a lot. View the

[jboss-user] [EJB 3.0] - ID-Handling

2007-01-22 Thread hamtho2
Hi @all, I have the following scenario: I´ve got a user-object that gets it´s ID through a @SequenceGenerator. Inside this user-object I´ve got an object VerificationCode. The ID of the VerificatinCode should be the same as the ID of the user, but the problem is, that I receive the id only

[jboss-user] [JBoss and NetBeans] - JBoss getting Null ponter Exception

2007-01-22 Thread visitsuresh
Dear All, I am getting a java.lang.NullPointer Exception. I am using my Application JBoss and JSP while i tried to login its logged in first time if i idle then my jsp page will thorugh a server side exception i.e java.lang.NullPointer Exception . In this time what can i do... How can i

[jboss-user] [JCA/JBoss] - Re: datasources auto-reset conection on database fails?

2007-01-22 Thread vickyk
Looks like you need to configure check-valid-connection in -ds.xml file . It is explained here check-valid-connection-sql - an sql statement that is executed before it is checked out from the pool to make sure it is still valid. If the sql fails, the connection is closed and new ones created.

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Jboss does not respond to 100+ http request (AJAX)

2007-01-22 Thread d_dallis_gr
Hi all, I am getting a weird behavior from JBoss 2.3.7. I am using the XMLHttpRequest (Mozilla firefox ver2.0 and IE6) object to send Http request to my servlet which is sending a simple response. My problem is when I do 100+ of those requests JBoss stops responding. It does not connect to the

[jboss-user] [Installation, Configuration Deployment] - Re: java.lang.ClassNotFoundException

2007-01-22 Thread visolvejboss
Hello, Hope the problem may be in the structure of EAR. Refer the following link. http://www.iona.com/support/docs/e2a/asp/5.1/j2ee/reference/EARSCO_ref4.html And make sure that the structure of EAR is as specified in the above link. View the original post :

[jboss-user] [JBoss jBPM] - Re: removeTaskInstance doesn't work!

2007-01-22 Thread MindTheGap2
Hi! After turning on the show sql parameter i saw that no DELETE statement appears in my console. So i do this test case that is OK and continues to not show any DELETE jbpm.TASKINSTANCE...: | public void testToken() { | JbpmContext jc = jbpmConfiguration.createJbpmContext();

[jboss-user] [JBoss Portal] - Deploy problem on Portal 2.6.0.ALPHA1

2007-01-22 Thread m.alex
Using: JBoss 4.0.5 (JEMS Installer, EJB3 profile) Portal 2.6.0.ALPHA1 MySQL Fedora Core 6 Sun JDK 1.5.0_10 Problem: java.lang.ClassCastException: org.jboss.portal.core.impl.model.portal.PortalImpl |

[jboss-user] [Installation, Configuration Deployment] - java.lang.ClassNotFoundException

2007-01-22 Thread julius3419
Hi, I'm using JBOSS 4.0.5. When i tried to deploy my ear file, error occurred as below, when it was trying to load WurflServletInit class, which is a wurfltags.jar located in the WEB-INF/lib . I had also change UseJBossWebLoader atrribute to true in jboss-service.xml. Please advice. Thanks.

[jboss-user] [JBoss Seam] - Re: Please help me, urgent, waiting online

2007-01-22 Thread [EMAIL PROTECTED]
I recommend you use a dataTable. There's plenty of sample code within the Seam examples, I'd take a look at the Booking example first. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004786#4004786 Reply to the post :

[jboss-user] [JBoss jBPM] - Process Definition Deployment in jbpm-starters-kit-3.1.3

2007-01-22 Thread acpradeep1234
Hi, I have installed jbpm-gpd-feature-3.0.12.zip (eclipse plugin) in eclipse 3.2.1 for JBPM. I am using jbpm-starters-kit-3.1.3 in the Place of JBoss Application Server. I developed a Process Definition. My deployment Server Settings are as follows. Server Name: localhost Server Port: 8080

[jboss-user] [EJB 3.0] - Re: JBoss 5 Tx Enlist Problem

2007-01-22 Thread apill
I can post any further information as required. Just let me know. Cheers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004784#4004784 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004784

[jboss-user] [Remoting] - Re: Error connecting to ejb3 cluster

2007-01-22 Thread ash42
rhasselbaum wrote : I have tried specifying -Djboss.bind.address=my_ip_address at startup, but it does not seem to have any effect. And even if it did work, I need a solution that is DHCP-friendly because this is a development workstation.Using -b your_ip doesn't work either? Anyway, it seems

[jboss-user] [EJB 3.0] - JBoss 5 Tx Enlist Problem

2007-01-22 Thread apill
I have an issue with my EJB3 application since migrating to JBoss 5 Beta 1. The initial error I receive is.. | 10:19:53,324 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: null | 10:19:53,324 ERROR [JDBCExceptionReporter] Could not enlist in transaction on entering meta-aware

[jboss-user] [Messaging, JMS JBossMQ] - InvalidDestinationException with Null Persistence

2007-01-22 Thread ubuntutaker
If I use a Topic with Null Persistence, I receive the error above: javax.jms.InvalidDestinationException: This destination does not exist! TOPIC.centroMessaggiQuotista | at org.jboss.mq.server.JMSDestinationManager.addMessage(JMSDestinationManager.java:407) | at

[jboss-user] [JBoss AOP] - Re: AOP integration with JMX question

2007-01-22 Thread [EMAIL PROTECTED]
bossy wrote : | My question is - is it possible to do write an Ascpect XMBean and if so - where should I look for more details. | Not really, but it should be possible to have your plain aspect delegate onto an MBean that can be used to store/display the stats? View the original post :

[jboss-user] [JBoss jBPM] - Re: Configuration Type, while defining an action handler???

2007-01-22 Thread estaub
A pretty blatant case of RTFM, no wonder Ronald gets so ornery! See http://docs.jboss.org/jbpm/v3/userguide/jpdl.html#configurationofdelegations View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004797#4004797 Reply to the post :

[jboss-user] [JBoss Portal] - Hiding of portlet

2007-01-22 Thread surajit2k2
Hi , I have a portal page(Home) whose security policy as security-constraint policy-permission action-nameviewrecursive/action-name /policy-permission /security-constraint I have admin, HR , Telecom as roles

[jboss-user] [EJB 3.0] - Re: JBoss 5 Tx Enlist Problem

2007-01-22 Thread apill
I've found what appears to be the solution. JBoss TS in JBoss 5 does not support multiple Local datasources. They need to be XA data sources. See http://www.jboss.com/index.html?module=bbop=viewtopict=95615postdays=0postorder=ascstart=0

[jboss-user] [JBossCache] - Re: PojoCache: java.lang.NoSuchMethodException: addObserver

2007-01-22 Thread JReifsnyder
Thanks! Also, I wrote down all the steps it took to install and run PojoCache in JBoss 4.0.5. Since I found the info scattered across various documents and questions in the forum, it was a several day effort which could be cut to 15 mins with a list of steps in one place. Would you like me to

[jboss-user] [JBoss AOP] - Re: AOP integration with JMX question

2007-01-22 Thread bossy
Thanks, but could you be more specific about what you mean when you say: anonymous wrote : ... plain aspect delegate onto an MBean ... I tried the following: In my aspect I make this call: server.invoke(statsMBean, increaseCount, null,null); , which works fine, but the problem is that in order to

[jboss-user] [JBoss Seam] - Re: Seam Maven2

2007-01-22 Thread mzeijen
I have come a long way of getting all the dependencies by looking at the source. But I encountered some problems. 1. To compile Seam it depends on Embeddable EJB3 (version ALPHA_8-patch2 for Seam 1.1.0GA). The available jar of this library (jboss-ejb3-all.jar) not only contains the specific

[jboss-user] [JBossWS] - unable to run webservice as window service

2007-01-22 Thread wahmed
i am using jboss.i am able to run the webservice from cmd.but when i am running the same code as windows service i am geeting the follwing exception org.apache.axis.ConfigurationException: org.apache.axis.deployment.wsdd.WSDDException: Must include type attribute for Handler deployment!

[jboss-user] [JBoss Seam] - Some basic JPDL questions

2007-01-22 Thread hamtho2
Hi, I´ve got some basic JPDL-questions while trying to create a wizard for registering new user. I had a jpdl-flow, which started with the following JSF-Tag: | s:link id=registerNewUser view=/registerUser/registerNewUser.xhtml propagation=begin

[jboss-user] [EJB/JBoss] - Cluster and EJB through IIOP

2007-01-22 Thread viguera79
Hello everybody, I have EJB's deployed on my jboss4.0.5GA. They are invoked by .Net client through IIOP. I'd like to have a cluster with two nodes. I'm trying to do it with the same client but it doesn't work.The client code to call the EJB is: string nameserviceLoc = corbaloc:: + server + : +

[jboss-user] [Beginners Corner] - Re: MBean indicators

2007-01-22 Thread jsbegley
THe HSQLDB-DS.xml file looks like this: ?xml version=1.0 encoding=UTF-8 ? - !-- The Hypersonic embedded database JCA connection factory config $Id: hsqldb-ds.xml,v 1.15 2004/09/15 14:37:40 loubyansky Exp $ -- - - local-tx-datasource - !-- The jndi name of the DataSource, it is

[jboss-user] [JBoss Seam] - Re: Can't get the Seam Exception Handling feature to work.

2007-01-22 Thread whuang
Does seam exception handling only handle in invoke application phase? or is suppose to handle exceptions in ALL phases? BTW, my environment is MyFaces 1.1.3, Facelets 1.1.11, Seam 1.1.0, A4J 1.0.2, weblogic.. Everythings else works great including seam(mainly use for wizard conversation)

[jboss-user] [JBoss Portal] - Creating a new file using CMS and French language

2007-01-22 Thread dexxa
JBOSS 2.6 ALPHA1 (bundled) on Windows 2003 I was trying to create a file named index.html in the default folder but using French instead of English as the chosen language. I know that a file already exists in the default folder with the same filename (using English as the selected language)

[jboss-user] [JBossCache] - Could a recent version be uploaded to the maven2 repository

2007-01-22 Thread NielsUll2
The latest version on ibiblio is 1.2.2? Are there any plans to upload any of the later versions? If this is impossible due to to legal/technical/political reasons, could the wiki document which files need to be in our local repository? View the original post :

[jboss-user] [JBoss Seam] - who can help me?I am stamped by Interceptor of seam

2007-01-22 Thread diyun2008
When I run example icefaces,I debug class LoggedInInterceptor.But I found : import javax.faces.event.PhaseId; | | import org.jboss.seam.annotations.Interceptor; | import org.jboss.seam.contexts.Contexts; | import org.jboss.seam.contexts.Lifecycle; | import

[jboss-user] [JBoss jBPM] - Will jbpm 3.2 Beta2 Suite be released?

2007-01-22 Thread stelecta
Hi, was wondering, if jbpm 3.2 Beta2 suite will be released, as the roadmap says that 19.01.2007 should have been the release date for that. I write my thesis on workflow-systems and chose jbpm for an implementation of a test system in a organisation. As i am not an Information Science student

[jboss-user] [JBoss Seam] - Re: Using Jasper Reports with Seam/JBoss

2007-01-22 Thread [EMAIL PROTECTED]
petemuir wrote : http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamResourceLoader | | or better, consider using Seam's built in PDF generation. We're not there yet, but I am planning to add charting to the PDF generation. View the original post :

[jboss-user] [Javassist user questions] - Re: Javassist PermGen Problem with MyFaces

2007-01-22 Thread ngtdave
We were having similar problems with PermGen unrelated to remote calls, we upgraded to Javassist 3.4 and Hibernate 3.2.1.GA off of HEAD, and it looks to have greatly improved the problem. Might be worth trying for you as well. View the original post :

[jboss-user] [Security JAAS/JBoss] - Changing context root

2007-01-22 Thread sirishy
Hi All, I'm using Jboss Portal 2.4 bundled version. I downloaded the sample for defining a new portal instance. By navigating to the URL http://localhost:8080/portal/portal/HelloPortal, I was able to view the default page. How can I access the default page by typing the URL as

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to create JBOSS AS for dubug?

2007-01-22 Thread Kentzhou
You are right. It's SDK 3.2 with JBOSS IDE 1.6. If there are not compatible, what's the solution for my request? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004839#4004839 Reply to the post :

[jboss-user] [Clustering/JBoss] - Resource Not Available during shutdown

2007-01-22 Thread alanmoor
I have a two-node cluster (Apache v2.2, JBoss 4.0.5.GA) with HTTP session replication set up per instructions in the JBoss documentation. Everything works great. Except... During the time that jboss is shutting down on one of the servers, Apache will still direct requests to it. Because my

[jboss-user] [EJB 3.0] - query builder api

2007-01-22 Thread sudam.sahu
what do we mean by query builder api in hibernate? is it mean using HQL api in Hibernate or something else. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004841#4004841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004841

[jboss-user] [Beginners Corner] - Logging question (repository selector with local and global

2007-01-22 Thread marcus.klein
Hi, I have a question regarding logging with log4j. I used the example repositoryselector.zip (http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging) from the Wiki Knowledge Base to enable logging on a per-webapp basis, i.e. now I can use a log4j.xml file for each deployment I have. This works fine

[jboss-user] [JBossCache] - Re: PojoCache: java.lang.NoSuchMethodException: addObserver

2007-01-22 Thread [EMAIL PROTECTED]
Sure. Please open up a jira for it and attach your doc. I will then merge it into the regular doc. thanks again! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004847#4004847 Reply to the post :

[jboss-user] [JBoss Seam] - Re: access faces-config.xml in a java bean

2007-01-22 Thread Holger Prause
Halo, thx for the answer i have 2 questions on this. 1) Why the seam developers decided to introduce a new workflow config file (pages.xml) instead using the jsf approach (faces-config.xml), are there any real advantages on this ? (i have about 50 navigation rules in faces-config.xml, would

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to create JBOSS AS for dubug?

2007-01-22 Thread [EMAIL PROTECTED]
You'll either need to download jboss ide 1.6 with eclipse 3.1 and run it as per the tutorial, or, download jboss ide 2.0 beta2 and use the new server ui. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004850#4004850 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Can't get the Seam Exception Handling feature to work.

2007-01-22 Thread whuang
I am seeing this on my log 2007-01-22 10:26:06,636 INFO org.jboss.seam.core.Exceptions - reading exceptions.xml 2007-01-22 10:26:06,667 ERROR org.jboss.seam.core.Exceptions - redirecting to debug page Looks like I am in the right path, but I don't remember requiring to create a debug page

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Many-to-one writes non-existing IDs to the DB occasionally

2007-01-22 Thread swenbarth
Hello, I have encountered a strange problem. I'm using JBoss4.0.4GA with EJB3. I have a global ID scheme for all my Entity beans, the IDs are generated by a TableGenerator, and are Longs which start with 100.000 and count upwards. I have an instance of bean A with a many-to-one relationship

[jboss-user] [EJB 3.0] - Re: EJB3 interfaces questions

2007-01-22 Thread ALRubinger
1) Nope. I would recommend keeping the methods in your interface Reverse, then make a couple of children, ReverseLocal and ReverseRemote, and making these your @Local and @Remote APIs. 2) Depends on your packaging. http://docs.jboss.org/ejb3/app-server/tutorial/jndibinding/jndi.html

[jboss-user] [Installation, Configuration Deployment] - java.lang.ClassCastException

2007-01-22 Thread hussain_rangwala
hey guys, i am stuck on this problem for a very long time and need some helpi request the Jboss technical team to please help me on this... i am trying to deploy a struts application as a portlet on jboss portal 2.4.0.GA. However the application gets deployed successfully and i

[jboss-user] [JBoss Seam] - Re: Injection in Interceptor classes

2007-01-22 Thread juangiovanolli
Ya me agregué. contá con lo que sea que pueda darte una mano. Suerte con el foro View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004856#4004856 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004856

[jboss-user] [EJB 3.0] - Re: EJB3 interfaces questions

2007-01-22 Thread pablojavierpy
Dear All, Thank you very much for all your comments. I really appreciate them. Best regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004857#4004857 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004857

[jboss-user] [JBoss Seam] - PersistenceContext in distributed environment

2007-01-22 Thread hamtho2
Hi, I want to split up my seam application into 2 different application, so that I can use one JBoss as a webserver and another one as the application-server with the underlyng database. Therefor I use the EntityManager only on the application-server, so that all the updates etc. on the

[jboss-user] [JBoss jBPM] - Allocate Transitions / States to Swimlanes

2007-01-22 Thread woollybarr
Hi all, I'm trying to model a process where I would like to allocate not only tasks, but also transitions and states to swimlanes. The reason is that if the model reaches a particular state-node/task-node, and there is more than one transition out of the state, I only want particular users to

[jboss-user] [JBoss Seam] - Re: Please help me, urgent, waiting online

2007-01-22 Thread Seto
No, I means that the datatable wouldn't help either. Because the parameter to pass is the sub-objects in the datamodel ProductCCList. It isn't a datamodel, so the parameter passing not work. Just as christian.bauer said, the parameter should be the varible in the scope, so the product list

[jboss-user] [EJB 3.0] - Re: Stateless Session bean throwing error

2007-01-22 Thread Wolfgang Knauf
Hi Vishnu, seems a Null pointer exception has occured in ReportBean.java:1087. Could you post the code of this method ? Wolfgang View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004865#4004865 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Configuration Type, while defining an action handler???

2007-01-22 Thread kukeltje
:-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004867#4004867 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004867 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - Re: access faces-config.xml in a java bean

2007-01-22 Thread petemuir
Take a look at 5.1.1.2 in the 1.1.1.GA reference manual - it has the advantages and how to use them. It looks to me like Pages.getPage(viewId).getNavigations should be allow you access to navigation rules. View the original post :

[jboss-user] [JBoss jBPM] - Re: removeTaskInstance doesn't work!

2007-01-22 Thread kukeltje
do you see sql statements at all? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004870#4004870 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004870 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Configuration Type, while defining an action handler???

2007-01-22 Thread kukeltje
nice word btw... ornery lots of different 'synonyms' http://thesaurus.reference.com/browse/ornery View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004869#4004869 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004869

[jboss-user] [JBoss Messaging] - JMS MessageID generation logic in JBossMessaging 1.2.x (clus

2007-01-22 Thread rcjboss
Hi, What is the logic in generating the JMS Message IDs in case of a clustered deployment? Will the message IDs be tagged with the serverID? or Will the message IDs be using blocks of sequence assigned to each server in the cluster? Essentially, will the IDs be unique between the servers in

[jboss-user] [JBoss Seam] - New fileUpload component

2007-01-22 Thread [EMAIL PROTECTED]
I've committed a basic working version of a fileUpload tag to CVS. It doesn't need all the additional jar files that the tomahawk component requires, and is greatly simplified from the 17 levels of abstraction that the Apache version implements. Usage is as such: page: s:fileUpload

[jboss-user] [JBoss Portal] - Securing the Default Page

2007-01-22 Thread jatsrt
Hi, Is there a way to secure all access to Portal, I want the user to be brought to a login page right away to be authenticated. I cannot seem to get the default page secured. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004873#4004873 Reply to the post :

[jboss-user] [JBoss Seam] - Re: access faces-config.xml in a java bean

2007-01-22 Thread Holger Prause
thx for the tip, ill put some time on it and take a look at it right now. If i got any problem, can i post in this thread again? thx very much(this is really the only bulletin board where ppl understand what i want and help me), Bye, Holger View the original post :

[jboss-user] [JBossWS] - Re: xml encription and signature in JBossWS

2007-01-22 Thread zhijun
We have JBoss 4.0.5, which includes JBossWS. From the following page http://labs.jboss.com/portal/jbossws/user-guide/en/html/wssecurity.html it looks like I should be able to do XML signing of Web Service requests. Is it true or do I need additional components to digitally sign my SOAP request?

[jboss-user] [JBoss Messaging] - Re: JMS MessageID generation logic in JBossMessaging 1.2.x (

2007-01-22 Thread timfox
Message ids are generated from blocks leased from the servers. Of course, they will be unique. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004876#4004876 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004876

[jboss-user] [JBoss Seam] - resourceBundle not working...

2007-01-22 Thread yoav200
hello in my components.xml i have: | component name=org.jboss.seam.core.resourceBundle | property name=bundleNames | valuecountries/value | valuemessages/value | /property | /component | when i try to get the

[jboss-user] [JBoss Seam] - Re: Can't get the Seam Exception Handling feature to work.

2007-01-22 Thread sjmenden
I am having the same problem, I'm eager to see the solution to this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004884#4004884 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004884

[jboss-user] [JBoss jBPM] - change database

2007-01-22 Thread jbmp user
Hi, I am new user jbpm. I read the starter guide (the post above). It is wonderful and helpful for me, but how I can change the database?? I would like use a sql database, no hypersonic. Anyone can to help me?? It is urgent, please!! Thank you. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss shut itself down, when I close a Apllet.

2007-01-22 Thread PeterJ
What were the lines in the log file immediately before this line: 04:36:07,767 INFO [Server] JBoss SHUTDOWN: Undeploying all packages That line does not state what caused the server to shut down, only that it is shutting down. The lines before that will give some clues as to why the server

[jboss-user] [JBoss Portal] - Re: Securing the Default Page

2007-01-22 Thread PeterJ
Try this. In the Administration Portlet, select the default portal and then click on Security. Remove all access rights from the Unchecked role (to unselect an access right, hold the CTRL key while clicking the left mouse button). Now ensure that the User role have view or viewrecursive access.

[jboss-user] [EJB 3.0] - Re: javax.ejb.EJBAccessException while deploying session bea

2007-01-22 Thread Wolfgang Knauf
Hi ! I'm sorry but I have no further ideas. You could try to reinstall the JBoss, maybe something went broken. How did you install it ? Do you start it from console (run.bat) or from inside JBossIDE ? If you did the latter: try to start it from console and copy your app directly to the

[jboss-user] [JBossCache] - JBossCache with Firebird (using Jaybird driver)

2007-01-22 Thread ryanlecompte
Hello, I am trying to JBoss Cache working with a Firebird database using the Jaybird JDBC driver. However, when I start up my example I get the following exception (see below). I am sure this is because of the BLOB type size limitations, however I'm not entirely sure. I know there is a

[jboss-user] [JBoss AOP] - Re: AOP integration with JMX question

2007-01-22 Thread [EMAIL PROTECTED]
Hmm, What you mention is a problem with JMX, there is no proper way to work around this. One way to enforce that the values can only be set by your aspect would be to have your aspect set/clear a value in a ThreadLocal surrounding the call to invocation.invokeNext() and in the increaseCount()

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-22 Thread kukeltje
@estaub: Do you respond or do I? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004894#4004894 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004894 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Allocate Transitions / States to Swimlanes

2007-01-22 Thread kukeltje
there is a jira issue for this conditional transitions View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004895#4004895 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4004895 ___

[jboss-user] [JBoss Seam] - can't find debug.xhtml

2007-01-22 Thread hstang
For some reason, I cannot get debug.xhtml to work. Note, I had it working before, but after doing some tweaks to my application, it won't find it--gives a 404. The app runs fine. jboss-seam-debug.jar is definitely in WEB-INF/lib. I see this in my log: | 2007-01-22 12:12:39,447 INFO

[jboss-user] [JBoss Seam] - Re: can't find debug.xhtml

2007-01-22 Thread hstang
Nice. Thanks mariuszs. Facelets was already installed. The tweak from before was made in components.xml: before | core:init jndi-pattern=@PROJECT.NAME@/#{ejbName}/local/ | after (now working) | core:init jndi-pattern=@PROJECT.NAME@/#{ejbName}/local debug=true/ | View the

[jboss-user] [JBoss jBPM] - Re: Task assignment to group or pooledActors

2007-01-22 Thread nop11
Hi, I use jbpm-starters-kit-3.2.1 and I have the same problem. When I use swimlane with user expression, that works fine but I don't get to use group expression ) . I defined users, groups and memberships and that is ok but it don't work fine. I don't want to use a alpha version, can anyone help

  1   2   >