[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.2, EJB QL and Left join problem

2006-08-23 Thread SchlauFuchs
Sorry, didn't work: 08:26:01,002 INFO [STDOUT] org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered RIGHT at line 1, column 62. Was expecting one of: , ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966875#3966875 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: org.hibernate.MappingException: Unknown entity

2006-08-23 Thread tahirakramch
I also have included my mapping resource mapping resource=tyn/cm/hibernate/UserAccount.hbm.xml / but getting the same error enity not found I also want to ask one question when I double click on Console Configuration node it giv me exceptions of ERROR main org.hibernate.hql.PARSER - AST:0:0:

[jboss-user] [JCA/JBoss] - Re: How to configure JBoss with MS SQL Server

2006-08-23 Thread jovi_iits
Tried to use below configuration for MSSQL 2005 with sqljdbc.jar and did succesfull: ?xml version=1.0 encoding=UTF-8? | datasources | local-tx-datasource | jndi-nameMYDATASOURCE/jndi-name | |

[jboss-user] [JBoss Seam] - Re: Gavin ?

2006-08-23 Thread lcoetzee
Welcome back. Hope you had an excellent rest ! Looking forward to see what you have planned for Seam next ;-) L View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966878#3966878 Reply to the post :

[jboss-user] [JBoss Seam] - Testing pages within JBoss / Seam

2006-08-23 Thread SmokingAPipe
I'm sure all of us have heard of the PHP development cycle: you run httpd/php on your computer, you go into the htdocs directory, you edit the file, you hit reload, you tweak something, you hit reload again, etc. As horrible as PHP is, that does give you a quick testing loop. How can I do

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

2006-08-23 Thread SmokingAPipe
Wow, I was just now sitting down and thinking, Ok, I have all these cool roles (customers, admin, salesmen, etc) in my app, and now I need to make sure they can only do the things they are allowed to do. I am dreading learning JAAS. Should I try out your system? Is there a Seam build I can

[jboss-user] [JBoss Seam] - im able to fire a drl file as a string such that the entrie

2006-08-23 Thread GVenkat
i am able to fire drl file as a string such that the string is in a single line but not a drl file as below, package com.sample; import com.sample.BackDated; global com.sample.updateBDNB t; expander Back.dsl; rule BACK DATE_3 when There is an application with NB There is a privilege of

[jboss-user] [JBoss jBPM] - Re: jbpm bpel problem with doc/lit format.

2006-08-23 Thread powerpunch
Alex, i chked again..the jdplException is gone. i get the foll error! C:\jbpm-bpel-1.1-beta1\doc\examples\helloant generate-service Buildfile: build.xml pack-definition: generate-service: [servicegen] Aug 23, 2006 12:38:49 PM org.jbpm.JbpmConfiguration getInstance [servicegen] INFO: using jbpm

[jboss-user] [JBoss jBPM] - Re: jBPM with Oracle: How to insert auto generated values fo

2006-08-23 Thread kukeltje
yes, hibernate has, either look there or use the source of jBPM to generate oracle DDL's. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966883#3966883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3966883

[jboss-user] [JBoss Seam] - Re: Testing pages within JBoss / Seam

2006-08-23 Thread dgallego
If you use JBoss IDE you can configure the debugger to reload your classes. See the JBoss IDE tutorial for more info. Yes, I think PHP is better for fast development :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966884#3966884 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Integrating log4j TCLFilter in JBoss 3.2.2

2006-08-23 Thread Defrian
Hello! In the JBoss Wiki i read that there is a possibility to seperate the log4j output per .ear file and that this can be done by using the tclfilter. if my understanding is correct, the tcl filter is integrated in jboss up from version 3.2.4. As we are currently using jboss 3.2.2 in our

[jboss-user] [Installation, Configuration Deployment] - Problem setting heap size in an embedded server

2006-08-23 Thread smuehlba
Hi, i'm trying to store a file in a hsql-db. If the file's too big, i get a java.lang.OutOfMemoryError: java heap space! I'm using an embedded server, so my question is, where can i increase heap size? I didn't find anything about heap in my config-files. Thanks in adavance Best regards View

[jboss-user] [JBoss jBPM] - Re: Easy One : Creating Testcase Swimlane Assignments

2006-08-23 Thread kukeltje
do you have a unit test for this? If so, please post it, and the version of jbpm etc... Could be that the identity tables do not exist and that the execption is wrapped. Try with debug on View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966888#3966888 Reply to

[jboss-user] [JBoss Seam] - Pageflow and Component instantiation

2006-08-23 Thread dgallego
Hi all, I'm using a jBPM pageflow definition to use the Seam navigation model. It works well in the examples, because the pageflow definition (.jpdl.xml) executes an EL expression (in for example) and the referenced component has already been created (in the template or .jsp) Is it possible

[jboss-user] [JBoss Seam] - Re: Pageflow and Component instantiation

2006-08-23 Thread dgallego
(in for example) = (in for example) ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966890#3966890 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3966890 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Pageflow and Component instantiation

2006-08-23 Thread dgallego
shit... action tag, for example View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966891#3966891 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3966891 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: using table in JBPM

2006-08-23 Thread Remider
Hi Kukeltje, i think that languages of JBPM, such as: jDPL, BPEL,... , don't support userinterface design. i am surprise why people use JBPM very much. Do you explain for me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966892#3966892 Reply to the post :

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

2006-08-23 Thread sbryzak2
This stuff only exists in CVS at the moment, and yes, you should try it :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966893#3966893 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3966893

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

2006-08-23 Thread msteiner
I've followed instructions on wiki and I get exceptions: 10:05:14,037 ERROR [ExceptionInterceptor] redirecting to debug page | java.lang.IllegalStateException: No Authentication could be created, make sure the Component exists in session scope | at

[jboss-user] [JBoss Seam] - org.hibernate.HibernateException: Found two representations

2006-08-23 Thread balamg
I get this exception in the following scenario 1. I have a class that has a 1:n relationship with a child class. 2. I add a new child to the parent, it works fine. 3. Another user then adds another child to the relationship and it fails because of an OptimisticLockExcpetion 4. The other user

[jboss-user] [Clustering/JBoss] - Re: Does clustering require traffic over 1098 as well as 118

2006-08-23 Thread abosch
thanks for the response but i dont really get it. in a multi-ethernet scenario where all clustering traffic is supossed to go through second/internal interface, why do i need to open also communication between first/external interface? is this by desing or is configurable anywhere? my goal is

[jboss-user] [JBoss Seam] - Re: why booking example does not work when i try to change t

2006-08-23 Thread gringalet
thanks a lot . I have soved that by your advice View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966897#3966897 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3966897 ___ jboss-user

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Join Fetch returning cartesian product

2006-08-23 Thread darrenclarke
It seems especially strange as Hibernate does know that there's a OneToMany relationship going on. So if there's a single row in the table corresponding to the One-end and five rows that are related at the Many-end, I don't see why this isn't reflected in the returned result set, i.e. a single

[jboss-user] [JBoss jBPM] - Re: swimlane user assigment seems to doesn't work

2006-08-23 Thread antitrust1982
Hi all I resolve my problem.. I have to put all the swimlane of my process definition in my java file. I execute my code but when I execute this line I have a problem: graphSession.saveProcessInstance(pi); the console error is: 08:59:49,734 ERROR

[jboss-user] [Installation, Configuration Deployment] - Re: Problem setting heap size in an embedded server

2006-08-23 Thread visolvejboss
Hello, You should change the JAVA_OPTS value in the JBOSS_HOME/bin/run.conf file to increase the heap size. | JAVA_OPTS=-server-Xms128m -Xmx512m-Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 | Here, The minimum heap size is 128m and you can set

[jboss-user] [JBoss Seam] - Re: Testing pages within JBoss / Seam

2006-08-23 Thread mzeijen
You should deploy the ear package and all sub packages as exploded packages. Changes made in the jsp pages in the exploded package is immidiatly visible. I am using MyEclipse for my J2EE development. One of its big advantages is its hot deployement. It also automaticly deploys you jsp, jsf,

[jboss-user] [EJB 3.0] - NoSuchMethodError when using JBoss.xml

2006-08-23 Thread aidan_b5
I'm trying to create a deployment descriptor so that I can overwrite the annotations in an ejb but am running into a NoSuchMethodError regardless of what I do. My jboss.xml: ?xml version=1.0 encoding=UTF-8? | !DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 3.0//EN

[jboss-user] [JBossWS] - Re: Deployment error - JBoss WS with JBWS181HelloWorld sampl

2006-08-23 Thread nax32
it seems to be because of this: java.lang.ArrayIndexOutOfBoundsException: 0 in the wsdl file you may be saying that there is an Array, but when you use that method, you are not passing that array or you are passing a null array. View the original post :

[jboss-user] [EJB 3.0] - Re: EntityManager.lock() issues

2006-08-23 Thread mteira
In different words, what I'm looking for is the way to apply a pessimistic locking approach here. I was googling and found some not clear enough signs that pessimistic locking is not supported in JPA entities. Is this true? The approach I was trying to use: AEntity a =

[jboss-user] [Installation, Configuration Deployment] - Re: Problem setting heap size in an embedded server

2006-08-23 Thread smuehlba
Hi, sorry, i don't have any run.conf! I'm using an EMBEDDED server which is not started by a script. The server starts, when the JavaProg runs... There are only some xml-files for configuration: ejb3-interceptors-aop.xml embedded-jboss-beans.xml jboss-jms-beans.xml log4j.xml login-config.xml

[jboss-user] [JBoss Seam] - list-entries, map-entries

2006-08-23 Thread davidggg
Hi, Is it possible to use list-entries -like tag with Seam, I need to initialize Seam components with a map. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966908#3966908 Reply to the post :

[jboss-user] [EJB 3.0] - Blob Tutorial

2006-08-23 Thread ccharpentier
I try to use the blob tutorial and modify it. I want to test with fileInput in the bean to create from file, it 's working | public long create() |{ | BlobEntity blob = new BlobEntity(); | | File file = new File(D:\\data.dat); | int fileLength = (int)

[jboss-user] [JBoss Portal] - How to change the order of pages??

2006-08-23 Thread martin911
The order of the Pages is at first Admin-News-Test-default. If it possible to change the order of the pages for example default-Test-News-Admin??? If yes, how I can change it. In the official docu I can not find any information about it! Thanks for help in advance!! View the original post :

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

2006-08-23 Thread mzeijen
please, get it out of here... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966912#3966912 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3966912 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Bug in joined inheritance

2006-08-23 Thread oglueck
Version: JBoss EJB-3RC8 I have a simple class hierarchy that uses joined inheritance: | @Entity | @Inheritance(strategy=InheritanceType.JOINED) | public class MaterialMaster { | private String externalId; | } | | @Entity | @PrimaryKeyJoinColumn(name=ID) | public class

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Minimal Web Server in JBoss

2006-08-23 Thread gcoleman
Why not just use the minimal configuration that comes with JBoss? Use the following to start JBoss: run.bat -c minimal Or if you're just using JSPs and servlets you could use plain Tomcat and get rid of JBoss altogether. Also see the wiki. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam mailer component

2006-08-23 Thread petemuir
Yes, linked as 'Email Component' under 'Components'. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966921#3966921 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3966921 ___

[jboss-user] [JNDI/Naming/Network] - JNDI datasource not available in one webapp while its availa

2006-08-23 Thread wfenthusiast
Hi, I have a datasource configured using myds-ds.xml in jboss and when starting up it gets bound. 15:57:43,414 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:name=MyDS,service=DataSourceBinding' to JNDI name 'java:MyDS' But I'm not able to access this

[jboss-user] [Messaging, JMS JBossMQ] - Error trying to access remote Queue or Topic

2006-08-23 Thread neidisch
Hi there, first of all I am just a beginner with JBossMQ and JMS. I am succesfully using a MDB for sending messages to a queue. Both EJB MDN and queue are in the same server. Now, for other purposes I need to send some messages to the same queue since a little stand alone client. The following

[jboss-user] [Remoting] - Re: How to unregister a ServerInvoker?

2006-08-23 Thread cnbs
Sorry for a stupid question but how can i do this: [EMAIL PROTECTED] wrote : ... that gets called when your app is undeployed... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966924#3966924 Reply to the post :

[jboss-user] [JBoss Messaging] - Mbean Scheduler using perform method

2006-08-23 Thread shakylegz
hi :) I'm working on using a MBean service to perform a trivial task on a Schedulable basis. The task includes moving txt files from a remote computer to the server where jboss is running, after the transfer, data from the txt file should be validated, this validation could lead to a

[jboss-user] [JBoss Messaging] - Re: Mbean Scheduler using perform method

2006-08-23 Thread timfox
Errr... and what exactly does this have to do with JBoss Messaging? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966926#3966926 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3966926

[jboss-user] [Management, JMX/JBoss] - Perform method using Scheduler MBean

2006-08-23 Thread shakylegz
hi :) I'm working on using a MBean service to perform a trivial task on a Schedulable basis. The task includes moving txt files from a remote computer to the server where jboss is running, after the transfer, data from the txt file should be validated, this validation could lead to a

[jboss-user] [JBoss Portal] - Re: Problem about Management Portlet

2006-08-23 Thread bmk
Hi Atma, I see that you are installing on Windows. I have no problem with Windows even with IE or Firefox. I can access Porlet Management and expand the root tree. But I still have problem on Linux Suse 10.1. I have no problem with the Portal 2.4 RC3. Brice View the original post :

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

2006-08-23 Thread baz
Hello, when deploying the sample application i got an exception: 13:25:09,078 ERROR [[/seam-security]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.RuntimeException: error while reading components.xml | at

[jboss-user] [JBossCache] - Re: Is TreeCache Serializable?

2006-08-23 Thread [EMAIL PROTECTED]
Odd, since the treecache is serializable. Which version of JBC are you using? A lot of people bind TreeCache to JNDI, inside JBossAS and in other app servers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966935#3966935 Reply to the post :

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

2006-08-23 Thread sbryzak2
msteiner wrote : I've followed instructions on wiki and I get exceptions: | When does this exception occur? Does the example app work? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966937#3966937 Reply to the post :

[jboss-user] [JBossCache] - Re: Standalone applications and JBoss Cache

2006-08-23 Thread suppyam
I came to the conclusion that TreeCache is not serializable, which would be strange if true... Which is why I posted the other topic is TreeCache serializable. When binding TreeCache, its an empty object. So the process is: 1. In my weblogic startup class, I bind an EMPTY TreeCache object.

[jboss-user] [Messaging, JMS JBossMQ] - Re: Error trying to access remote Queue or Topic

2006-08-23 Thread jaikiran
Is your queue secured using a security manager? Post the configuration of the OrderBriefQueue queue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966942#3966942 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3966942

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

2006-08-23 Thread msteiner
anonymous wrote : | When does this exception occur? Each time when I access any page in my application anonymous wrote : Does the example app work? Yes it works perfect. Where Authentication component should be created ? View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Error trying to access remote Queue or Topic

2006-08-23 Thread jaikiran
Looks like a known bug in JBoss-3.2.2. Have a look at: http://www.jboss.org/index.html?module=bbop=viewtopict=52018postdays=0postorder=ascstart=0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966956#3966956 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: swimlane user assigment seems to doesn't work

2006-08-23 Thread kukeltje
I can find the error: Nested Exception is java.lang.UnsupportedOperationException: use JbpmContext.save(ProcessInstance) i nstead View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966957#3966957 Reply to the post :

[jboss-user] [EJB 3.0] - @GeneratedValue: Unknown Id.generator

2006-08-23 Thread briedhof
Hello. I try to get run (with 4.0.4GA with EJB3.0 RC8 FD): | import java.io.Serializable; | | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.persistence.GeneratedValue; | import javax.persistence.GenerationType; | import javax.persistence.Id;

[jboss-user] [Remoting] - Re: How to unregister a ServerInvoker?

2006-08-23 Thread [EMAIL PROTECTED]
Will depend on type of application being deployed. May have to deploy the remoting server as an service mbean and have your other class look it up when being deployed. Can find more info at http://wiki.jboss.org/wiki/Wiki.jsp?page=DeploymentService. View the original post :

[jboss-user] [JBoss Portal] - Authentication-strength for access control

2006-08-23 Thread falke2006
Hello, I have been searching information about the possibility to use the information about the authentication method a client has used to authenticate against the server... to use this information for a decision about the redirect to e.g. a Portlet Page. Example: There is a Portlet instance

[jboss-user] [JBoss Seam] - Re: best practices with pages.xml

2006-08-23 Thread sjmenden
Thank you for the response, so I should be able to use pull-style MVC like in the Blog example. However, in that example, the BlogService is Stateless, hopefully employing it as Stateful will be with minimal pain. However, in the BlogService, there is no @Factory used, just the @Unwrap.

[jboss-user] [JBoss Seam] - Re: Partial load of data for DataTable

2006-08-23 Thread wjmca
We are trying to do the same thing and just aren't getting something, any chance you can provide your before and after code snippets... Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966994#3966994 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Isolated ClassLoading in JBoss 4.0.4.GA

2006-08-23 Thread skidvd
Hello, I'm not sure if this is the right forum for this question ... I also tried the Tomcat forum without success ... please let me know if there is a better forum for this question. Anyway, I'm attemtping to achieve isolated classloading for individual war based applications (without much

[jboss-user] [JBoss jBPM] - Re: swimlane user assigment seems to doesn't work

2006-08-23 Thread antitrust1982
yes, I know, me too. I know just that is this line anonymous wrote : graphSession.saveProcessInstance(pi); which give me this error. If i erase it it works well. perhaps it's why in my next jsp I can have the context, because the save context doesn't work. :$ I don't know. thank you for your

[jboss-user] [JBoss Seam] - Re: Calling Seam Components (Stateless EJB) outside Seam app

2006-08-23 Thread [EMAIL PROTECTED]
This looks like a bug in the CVS version of Seam: http://jira.jboss.com/jira/browse/JBSEAM-338 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3966998#3966998 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3966998

[jboss-user] [Beginners Corner] - Re: Error while trying to get no. of threads using twiddle.b

2006-08-23 Thread PeterJ
Twiddle documentation is at http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch2.chapter.html, about a third of the way down the page. Why are you using port 8877? Did you change the JNDI port for JBoss? Usually it is 1099, in which case you don't have to provide it. View the original post

[jboss-user] [JBoss Seam] - Re: When can @Logger be used?

2006-08-23 Thread [EMAIL PROTECTED]
appendix wrote : First of all, thank you all for the info! You have been really helpful. | | Are there any more advantages except the shorter syntax of @Logger over apache.commons.Log? I still feel like using the latter aproach, since calls to the constructor and entity bean can be logged

[jboss-user] [JBoss jBPM] - Starters-Kit 3.1.2 Problems

2006-08-23 Thread rbowman
Hey guys, I'm trying to work through the Getting Started guide, but I'm having a few problems. I am trying to run this on OpenSuse 10.1, so I started the jboss server by running the following: ./run.sh -c jbpm I have made sure that proper permissions were set before doing this. As the output

[jboss-user] [JBoss Seam] - Re: Use of TaskInstanceList

2006-08-23 Thread [EMAIL PROTECTED]
Make sure your conversation gets propagated. (Review the section on conversation propagation in the docs.) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967002#3967002 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3967002

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

2006-08-23 Thread [EMAIL PROTECTED]
I don't see how that could happen, unless the create() method failed earlier... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967003#3967003 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3967003

[jboss-user] [JBoss Seam] - Re: Page events produce 'No active event context' exception

2006-08-23 Thread [EMAIL PROTECTED]
Make sure your setting for org.jboss.seam.core.myFacesLifecycleBug is correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967004#3967004 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3967004

[jboss-user] [JBoss Seam] - Re: Seam + Tobago

2006-08-23 Thread [EMAIL PROTECTED]
My understanding is that the only reason Seam prefers client-side state saving is due to a bug in MyFaces. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967005#3967005 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3967005

[jboss-user] [JBossCache] - Re: Is TreeCache Serializable?

2006-08-23 Thread [EMAIL PROTECTED]
I'm not sure how this works in other app servers, but within JBoss AS the standard technique for binding a cache in JNDI is via JRMPProxyFactory. In that case, it's a (serializable) proxy to the cache that gets bound, not the cache itself. TreeCache doesn't implement Serializable, so for sure

[jboss-user] [JBoss Seam] - Re: Can I forace a method to be invoked everytime a page is

2006-08-23 Thread [EMAIL PROTECTED]
Sure. Make a component called elements so that it will be automagically instantiated. Or create a @Factory method for elements. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967008#3967008 Reply to the post :

[jboss-user] [JBoss Seam] - Re: components.xml suggestion

2006-08-23 Thread [EMAIL PROTECTED]
The CVS version of Seam offers a much more flexible components.xml file (roughly equivalent to the functionality available for normal JSF managed beans). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967010#3967010 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam support for JACC permissions

2006-08-23 Thread [EMAIL PROTECTED]
Does: rendered=#{isUserInRole['admin']} give you what you need? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967011#3967011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3967011

[jboss-user] [Beginners Corner] - Re: Error while trying to get no. of threads using twiddle.b

2006-08-23 Thread dheeraj7400
Thanks for replay, i have my application deployed on port 8877 of jboss... and for port 1099 port also show the same error View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967012#3967012 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Problem about Management Portlet

2006-08-23 Thread bmk
Hi Boleslaw, Thanks for information. The last version of Tomahawk is 1.1.3 released at 15 june. I don't which version is included in Portal 2.4 ? Brice View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967013#3967013 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam annotations in components called from a jbpm proces

2006-08-23 Thread be082032
In the task node I had an event type='task-create', in this event I make the call to the seam componentent : action expression=#{metadataIngester.execute} I supposed that in the task node the task would be identified by jbpm. En ja Tom, we zitten inderdaad in herentals (ik ben een collega van

[jboss-user] [Beginners Corner] - Question on JBoss GUI response time, SOAP support, support m

2006-08-23 Thread chengjunli
Hi, We are in the process of evaluating different products (JBoss, WebLogic ?) and will need to decide which one to choose for the near future. I have some questions regarding JBoss and would appreciate any help from any one. Thank you very much in advance. 1) We have a performance

[jboss-user] [Beginners Corner] - Re: Error while trying to get no. of threads using twiddle.b

2006-08-23 Thread PeterJ
anonymous wrote : i have my application deployed on port 8877 of jboss... Do you mean that you changed the http port? In other words, you accessy our app via http://localhost:8877/xxx? No never said if you also changed the JNDI port. With JBoss running, run netstat -a -b at a command line and

[jboss-user] [JBoss Portal] - Re: Problem about Management Portlet

2006-08-23 Thread bdaw
The one in portal is: Implementation-Version: 1.1.1 (October 25 2005) you can find it in jboss-portal.sar/lib/tomahawk.jar Also you probably need to upgrade other myfaces libs to handle dependencies. They are shipped with AS in:

[jboss-user] [Installation, Configuration Deployment] - Re: Writing files in deploy dynamically?

2006-08-23 Thread asack
asack wrote : Is there a way to access and/or write resources such as mail-service.xml from my application deployed under JBoss without explicit filesystem path references? | | i.e. is there management interfaces for JBoss itself? (like if I want to find out waht port Tomcat is running

[jboss-user] [JBoss Portal] - Re: Problem about Management Portlet

2006-08-23 Thread bmk
Boleslaw, I see also the tomahawk.tld and tomahawk.taglib.xml files under portal-core.war/WEB-INF. Do you think these files don't be needed to be touched? I will just update the tomahawk.jar file and it will be OK? Thanks. Brice View the original post :

[jboss-user] [JBoss Portal] - Re: Problem about Management Portlet

2006-08-23 Thread bdaw
I guess not. newest tomahawk will probably need newer myfaces lib. But I haven't try swaping it yet. tld and xml should be fine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967025#3967025 Reply to the post :

[jboss-user] [JBoss Seam] - Re: components.xml suggestion

2006-08-23 Thread patrick_ibg
I too have a bit of an issue with putting @Name, @Scope and @Roles in entity beans. That said, I wouldn't want Spring-style external XML declarations either. Would it be possible to have a configurable naming strategy? The default would be the conventional same as ClassName but lowercase first

[jboss-user] [JBoss jBPM] - In-process HSQLDB

2006-08-23 Thread ayang
Hi there, Can anyone point me to how to configure JBPM to run with a totally in-memory HSQLDB instance? In the hsqldb-ds.xml, the default config in the starter's kit is for the persistent db: connection-urljdbc:hsqldb:${jboss.server.data.dir}${/}hypersonic${/}localDB/connection-url Simply

[jboss-user] [JBoss Seam] - Cannot get FacesMessages to work

2006-08-23 Thread c_eric_ray
bean code... | | @In(create=true) | private transient FacesMessages facesMessages; | | ... | | if (!item.getCode().getCode().equals(SVD)) { | facesMessages.add(closeButton, FacesMessage.SEVERITY_ERROR, Remittance Item [#0] has not been saved., item.getId()); |

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

2006-08-23 Thread kistler59
I'm trying to utilize some simple pointcuts and interceptors within an ejb that is packaged within an ear that also contains a war (1 war and 1 ejb in an EAR). I've deployed the appliciation and I get the following error anonymous wrote : | 2006-08-23 09:55:03,449 DEBUG

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

2006-08-23 Thread kistler59
Oh yeah, this happens when I instantiate the class targeted by my pointcut... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967032#3967032 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3967032

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

2006-08-23 Thread [EMAIL PROTECTED]
Do you have a simple example you could provide demonstrating the problem? Someone else has had this problem, but we have not been able to isolate it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967035#3967035 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Easy One : Creating Testcase Swimlane Assignments

2006-08-23 Thread JerWah
Answers: Version: bpm 3.1.2 This is the testcase I am trying to run: | public void testProcess() throws Exception { | | // Extract a process definition from the processdefinition.xml file. | FileInputStream fis = new

[jboss-user] [JBossWS] - Re: java.rmi.MarshalException: (1)Missing end tag for Body o

2006-08-23 Thread jason_rency
if you change your client side http version to 1.0 (in the wireless tookit settings), the package wouldn't be truncked. but this still havn't solved my problem, hope it will solve yours.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967040#3967040 Reply to

[jboss-user] [Clustering/JBoss] - Re: JBOSS 4.0.4 GA clustering problem

2006-08-23 Thread neiliusmaximus
This works perfectly. I'm not sure how to check if a JIRA issue on this exists, or how to add it as an issue if it doesn't. Thanks for the help, Neil View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967041#3967041 Reply to the post :

[jboss-user] [JBoss Messaging] - Problem with callbackURI

2006-08-23 Thread CoyoteSqrl
I've spent the last day and a half on this and only just figured out my problem a few moments ago. As I hadn't seen anything in the documentation or questions in the forums about it, I thought I'd post this in case anyone else encounters the same problem. I'm running 1.0.1_CR4 (had this problem

[jboss-user] [JBoss jBPM] - Re: Anyone running jBPM on Oralce AS 10.1.2 ?

2006-08-23 Thread sobedrinker
I don't think so... only the myfaces jars, which are in my WAR file. This is the only thing that is deployed to the container. The global applib only has the database driver in it. Here is some more info on the same error I'm getting... I am using the oracle.create.sql from the Wiki page

[jboss-user] [JBoss jBPM] - Re: Easy One : Creating Testcase Swimlane Assignments

2006-08-23 Thread kukeltje
uhhmm (thanks for the info btw) The error you get in the first post refers to an assignment which is not available in the process in the second post. Besides that, in the login the second post, there is no error. Third thing, there is no assignment taking place in the process. Could you

[jboss-user] [JBoss Seam] - Re: Cannot get FacesMessages to work

2006-08-23 Thread raja05
This is standard JSF behaviour. Check out JSF Spec Section 7.4.2 under how the default NavigationHandler should behave. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967046#3967046 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: more simple jsp web app deployment needed

2006-08-23 Thread bmdefnall
nevermind, i got it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967047#3967047 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3967047 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Anyone running jBPM on Oralce AS 10.1.2 ?

2006-08-23 Thread kukeltje
anonymous wrote : Did the websale.process get deployed correctly? It said it did from the tool. Probably, if you see it in the list on the frontpage it has. anonymous wrote : Do I need to package the websale.process archive in my webapp, since I'm not running jBPM as a service in the Oracle AS

[jboss-user] [JBoss jBPM] - Re: Starters-Kit 3.1.2 Problems

2006-08-23 Thread rbowman
Thank you for your quick response. I suppose it's fairly obvious that I never checked with a web browser to see if it actually worked. I thought since I never saw anything come across the log like server started in... that jboss never actually started. Anyone have any ideas about the DB

[jboss-user] [Installation, Configuration Deployment] - Possible bug in JBoss hot deployment

2006-08-23 Thread brado
I believe I may have discovered a hot-deployment bug in JBoss 4.0.4. I am running a webapp that initialized a static variable (singleton) indirectly by a servlet loaded on startup. While testing this application, I kept having intermittent NullPointerExceptions while trying to access this

[jboss-user] [JBoss jBPM] - Re: Web app hot deploy problem

2006-08-23 Thread brado
I realize my response is about a year after the fact, but in case anyone else had come across this thread, I thought I'd reference you to a post in another JBoss forum on deployment: http://www.jboss.com/index.html?module=bbop=viewtopict=89209 The gist of the post is that I believe that there

[jboss-user] [Clustering/JBoss] - Re: JBOSS 4.0.4 GA clustering problem

2006-08-23 Thread [EMAIL PROTECTED]
Glad it worked :). Created http://jira.jboss.com/jira/browse/JBAS-3557 . In general you search for issues by going to jira.jboss.com and using the search box or clicking on Find Issues in the top menu. Like everywhere search is a bit of an art, so just make a good-faith-effor but don't stress

[jboss-user] [JBoss Seam] - Re: Entities with one/many_to_many relationships and SEAM

2006-08-23 Thread adam.stortz
Alright guys, thought you might like to know. I figured out how to correct the problem with my application and the validation error. It was a really simple fix, grab the latest version of JSF... version 1.2_01. Pete, keep up the good work, this is a really slick way to handle this, and it

  1   2   >