[jboss-user] [EJB 3.0] - How to print SQL values in debug Log

2007-10-11 Thread terryb
Does anyone know, how to print values of SQL in the output log? I am using RHDS Beta 1 with all defaults, and JBoss AS 4.2.0. Setting hibernate.type to debug or true in persistence.xml doesn't do anything. Also is it possible to somehow beautiful the SQL output by hibernate? it is so

[jboss-user] [JBoss jBPM] - Re: JBPM-BPEL process monitoring - engine API

2007-10-11 Thread ruhl22
Thanks for your reply. This helps a lot. What about process administration functionality? Is there a way (API) to start/stop deployed/running processes? Kind regards, ruhl22. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093859#4093859 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to drag and drop compnents in a form?

2007-10-11 Thread panky_p
Thanks, I am putting it in Richfaces forum!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093861#4093861 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093861 ___ jboss-user

[jboss-user] [JBoss Seam] - Seam + Maven/Ant

2007-10-11 Thread Marx3
Hello I would like to build Seam project with Maven. I changed project structure to compatible with http://www.michaelyuan.com/blog/2007/10/09/jboss-seam-project-setup-with-maven-%e2%80%94-part-2-ear-deployment/ hovewer no luck. So I tried to adapt Ant build script to work on mavenized

[jboss-user] [JBoss jBPM] - Re: JBPM-BPEL process monitoring - engine API

2007-10-11 Thread ruhl22
I have inspected the mentioned classes, my previous question is obsolete. Thanks again, ruhl22. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093863#4093863 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093863

[jboss-user] [JBoss Seam] - Re: Seam + Maven/Ant

2007-10-11 Thread juntao
Hmm, what is the error message you got when using my maven project template you mentioned? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093865#4093865 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093865

[jboss-user] [Clustering/JBoss] - Re: NameNotFound Exception on switching over

2007-10-11 Thread kanth_seenu
Setting the state transfer timeout helped to solve the issue. Thanks for your time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093866#4093866 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093866

[jboss-user] [JBoss Seam] - Re: adding page workflows at runtime

2007-10-11 Thread alex_enache
Sorry for not being very specific. But I found what I needed in the dvdstore example. Thanks very much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093867#4093867 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093867

[jboss-user] [Beginners Corner] - JbossOn

2007-10-11 Thread Blomman
Hi all! 2 questions about JbossOn. First: If i have 2 JbossAS on the same server that i want to monitor etc, do i have to have an agent for each instance? Can i take the agent that comes with JbossON and copy it to thoose intances? Or can i download the agent from the site? Second: Im trying

[jboss-user] [Security JAAS/JBoss] - secure deployment of dynamically generated files..

2007-10-11 Thread baus
I have some files that are dynamically generated on the JBoss server end. How do I prevent these files from being accessed from a client browser URL. i.e. client can access these server side files as https://server/path/file from a browser. These dynamically generated server side files are used

[jboss-user] [JBoss Seam] - h:selectBooleanCheckbox

2007-10-11 Thread kannattaa
I have h:selectBooleanCheckbox value=true / inside and outside of the loop. The property value isn't rendered inside the loop but when it is outside, everything is ok. what is the problem in? ?xml version=1.0 encoding=UTF-8? | !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN |

[jboss-user] [JBoss Seam] - Re: Can EntityConverter handle different EntityManagers?

2007-10-11 Thread wiberto
This one did the trick!! Thanks!!! Still curious as to why the component tag in the components.xml wasn't working right. It was kind of being ignored. One thing I still need to figure out is how to use the s:convertEntity with two different entityManagers in the same page. I think somewhere

[jboss-user] [JBoss Seam] - Re: Seam + Maven/Ant

2007-10-11 Thread Marx3
I didn't finish POM editing because I don't have enough skills. What stopped me is to define repository to hold WAR and JAR, because as I understand I need first build JAR, WAR, put to repository and next build EAR from this repository. So I started by redefining project structure made by

[jboss-user] [JBoss Seam] - Re: h:selectBooleanCheckbox

2007-10-11 Thread kannattaa
i use seam 2.0.0.BETA1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093876#4093876 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093876 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Architecture question

2007-10-11 Thread amitev
Hi all! We're beginning a new application where the databases will be changed every year - every year will start with a new database. The database from the previous years will not be changed but it will be used for reports. I need suggestions about the architecture. Thank you in advance! View

[jboss-user] [JBoss Seam] - Questions about SMPC, conversation and session scopes

2007-10-11 Thread dkane
Dear colleagues, I am implementing SMCP concept in multi-page DBMS application. Each page contains number of DataModels and CRUD operations. Logically, all data (entities) on all my pages should be scoped to session - all data grids and fields should save their state along the whole user's

[jboss-user] [Installation, Configuration DEPLOYMENT] - blocking access to certain files..

2007-10-11 Thread baus
i generate some files Dynamically on the jboss server side which are used by a browser PLUGIN on the client side. Issue is that a user CAN also access these files using URL path to this file from a client browser. How do I block this? I can configure blocking in web.xml. But this may cause

[jboss-user] [JBoss Seam] - Re: Using a JavaEE5 compliant JBoss container

2007-10-11 Thread thejavafreak
Try using glassfish. JBoss 5 is not ready for production yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093879#4093879 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093879

[jboss-user] [JBoss Seam] - Re: Architecture question

2007-10-11 Thread thejavafreak
What does this has got to do with Seam? What is the relation to Seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093880#4093880 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093880

[jboss-user] [JBoss Seam] - Re: Architecture question

2007-10-11 Thread amitev
It's not seam related actually but i think here is the best place to ask. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093881#4093881 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093881

[jboss-user] [JBoss Seam] - Re: h:selectBooleanCheckbox

2007-10-11 Thread thejavafreak
Why did you use ui:repeat? Why not use c:forEach ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093883#4093883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093883 ___

[jboss-user] [JBoss Seam] - Re: Architecture question

2007-10-11 Thread amitev
And when i say the database will be changed every year - the idea is every year to start with a clear for better performance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093882#4093882 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Using red5 in seam application

2007-10-11 Thread thejavafreak
You can create your own component in Seam which seamlessly integrates with red5. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093886#4093886 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093886

[jboss-user] [Remoting] - Re: ServerThread

2007-10-11 Thread poyge394
thanks. works View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093887#4093887 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093887 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Bean call bean on muti machines with multi JBoss server

2007-10-11 Thread jaikiran
anonymous wrote : I must copy BeanA and paste deploy folder on Server2 . How I don't do this You dont have to copy the bean implementation of BeanA to Server2. You will just have to copy the bean interface (in this example the interface Check) to the Server2. View the original post :

[jboss-user] [JBossWS] - jax-rpc/wstools genereate problem

2007-10-11 Thread nirre
Hi all. I'm having some problems upgrading my environment from jboss 4.0.5 to jboss 4.2 - I'm running the jobossws/wstools included in the respective release: jboss 4.0.5GA - jbossws-1.0.3.SP1 (date=200609291417) jboss 4.2GA - jbossws-1.2.1.GA (build=200704151756) I'm not running any jbossws

[jboss-user] [JBoss Seam] - Re: Seam + Maven/Ant

2007-10-11 Thread Marx3
mvn errors: Validation Messages: [0] 'dependencies.dependency.version' is missing for org.jboss.seam:jboss-s eam-debug Reason: Failed to validate POM for project pl.wasko.esp:war at C:\projekty-jsf\e sp\ear\pom.xml The same with JUnit package View the original post :

[jboss-user] [JBoss Seam] - Re: Architecture question

2007-10-11 Thread swd847
If you design your schema properly you probably shouldn't have to do anything like this. How much data are you talking about? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093892#4093892 Reply to the post :

[jboss-user] [JBossCache] - Re: ClassCastException/instanceof fails when getting object

2007-10-11 Thread jorgemoralespou_2
Dode, As jason states, this is the same approach we took. But we didn't deploy in as a jar file in deploy dir, but as a war, because our core had some jboss-services, cache definitions, and more. To make it start before other ear files that depend on it, we used this in

[jboss-user] [EJB 3.0] - Re: Context

2007-10-11 Thread axismundi
I am still having trouble to resolve the SLSB on the web-client (running on the same VM inside the same EAR on AS 4.2.1): jboss-web.xml jboss-web ejb-local-ref ejb-ref-nameejb/ImportManagerBean/ejb-ref-name local-jndi-nameImportManager/local-jndi-name

[jboss-user] [JBoss Seam] - Re: Architecture question

2007-10-11 Thread amitev
Like a 2 million records per in the tables View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093898#4093898 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093898 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Architecture question

2007-10-11 Thread amitev
There will be a search for fields in the tables - like searching in a various fields View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093907#4093907 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093907

[jboss-user] [Installation, Configuration DEPLOYMENT] - Strange deployment error

2007-10-11 Thread pedrogonzalezj
Hi all I´m trying to deploy an app and then i get the next error: org.jboss.deployment.DeploymentException: url

[jboss-user] [JBoss jBPM] - Re: BPEl Problem: Assign with Literal values

2007-10-11 Thread agusgr
Thank you Alex, it works well right now. The problem was that I'm using the Fixed Value variant instead the Expresion Variant in the Eclipse Designer. Agus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093906#4093906 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Architecture question

2007-10-11 Thread swd847
That is not that many records, depending on what you want to do with them. As long as they are properly indexed etc and you are not doing any full table scans that should not be a problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093902#4093902 Reply

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Many Java process

2007-10-11 Thread calexo
Thanks PerterJ, But, my question is : do I need to have so many threads running ? Alexandre View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093905#4093905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093905

[jboss-user] [JBoss Tools (users)] - Re: WTP2.0.1, JBossAS-Tools-1.0.0.beta4 not publishing corre

2007-10-11 Thread dlmiles
It looks like you are leaving the work of the actual copy to WTP's PublishUtil class. My understand of how this works inside WTP is that it does a file copy of each file to the directory $HOME/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp12345.class and then does a rename to

[jboss-user] [JBoss Seam] - Re: Using a JavaEE5 compliant JBoss container

2007-10-11 Thread deepsix
Thanks joshua! Is there any article available as to how i can migrate a seam app running on JBoss4.2.1 to glassfish? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093911#4093911 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: FileUploadException in JBoss Jbpm

2007-10-11 Thread chocopie
hi, the problem is resolved with this http://www.jboss.com/index.html?module=bbop=viewtopicp=4063137#4063137 Before I used the JBossIDE-2.0.0.Beta2-Bundle-win32, which already contains JBoss gpd package. After I installed Eclipse 3.3.1 and have used Eclipse plugins in folder designer (from

[jboss-user] [Installation, Configuration DEPLOYMENT] - how to run http://202.20.20.1

2007-10-11 Thread kedarnath
hai how to configure jboss like http://202.20.20.1 not mention 8080 port after ip address. where can i change it http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossOnPort80 i tried like this and not working. can u explain brifly. i am using jboss-4.0.5.GA can u please tell me. my second dout is i

[jboss-user] [EJB 3.0] - Re: Context

2007-10-11 Thread axismundi
there was a typo in web.xml. It should look like this: ejb-local-ref ejb-ref-nameejb/ImportManagerBean/ejb-ref-name ejb-ref-typeSession/ejb-ref-type local-homemypkg.ImportManager/local-home mypkg.ImportManager ejb-linkImportManager/ejb-link /ejb-local-ref View the original post :

[jboss-user] [Remoting] - Re: Socket closed exception

2007-10-11 Thread kennychaffin
Well at least it shows up at the top of the Google list. :) Anyone Seen This error? It seems to be affecting all our JBoss applications. KAC View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093919#4093919 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Everything You Wanted to Know about Seam, but were afrai

2007-10-11 Thread djfjboss
Yes, I do begin to think it's a case of RTFM (a quaint English expression meaning Read The expletive deleted Manual, in case you're not familiar with this). Unfortunately it's not too obvious to the newcomer which is the best 'M'. I've read most of the Nusairat book which is very badly

[jboss-user] [JBoss jBPM] - null PartnerLinkEntry

2007-10-11 Thread ZazzaZ
Hi all, I successfully deployed a BPEL project. When I try to use it I got the following exception ERROR [SOAPFaultExceptionHelper] SOAP request exception java.lang.NullPointerException at org.jbpm.bpel.integration.server.SoapHandler.sendRequest(SoapHandler.java:324) at

[jboss-user] [JBoss Seam] - Re: HTML source codes has some characters like

2007-10-11 Thread denis-karpov
It is always the problem for non-english speaking people. In this case problem is in JSF RI. We have patch it for us just yesterday. com/sun/faces/util/HtmlUtils.java /** | * Writes a character as a decimal escape. Hex escapes are smaller than | * the decimal version, but

[jboss-user] [JBoss Seam] - Disabling browser cache ???

2007-10-11 Thread terryb
Anyone knows how to set response header in Seam/JSF to stop browser cache? I have a problem which is turing out to be a pain. Say I have a JSF page to view a record, then I delete it. But everytime I bring up view page, it still shows the record, even though its been deleted from the database.

[jboss-user] [JBoss Seam] - seam + icefaces + file upload

2007-10-11 Thread sbozdag
Hi, I am trying to make a fileupload page. Without icefaces, s:fileupload works fine. I also checked the seamspaces sample files. I always get null value for uploaded InputStream. How can I make it possible to use s:fileupload for this case? Thank you View the original post :

[jboss-user] [JBoss Seam] - extending seam Idenity with a domain

2007-10-11 Thread koenhandekyn
hello i'd like to extend the seam identity with a domain ( user @ domain / password ) how can i get seam to use my extended idenity object iso the default ? thanx koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093930#4093930 Reply to the post :

[jboss-user] [JBossWS] - Re: Cannot get URL for schema (because of extra slash)

2007-10-11 Thread richard_opalka
Could you provide simple example to reproduce your problem? Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093933#4093933 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093933

[jboss-user] [JBoss Seam] - Re: Generating EJB3 entities using seam-gen tables/views

2007-10-11 Thread robdev
I am also getting this issue on jboss 4.0.5 This is my enitiy bean | | import java.io.Serializable; | | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.persistence.Id; | import javax.persistence.NamedQuery; | import javax.persistence.Table;

[jboss-user] [JBoss/Spring Integration] - JBOSS 4.2 + Spring Security on EJB3

2007-10-11 Thread lichyc
hi, I like to use a spring ACLProvider on an EJB. I have a classic EJB3 implementation and started to secure this using acegi. I'm getting it successfilly deployed, but the security seems to be not activ. Is there anybody, who has an working example for me, or can share experiences? CU, Carsten

[jboss-user] [JBoss Seam] - Re: HTML source codes has some characters like

2007-10-11 Thread chicochen
so how can I solve it, need to re-compile the jsf from source? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093936#4093936 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093936

[jboss-user] [JBossWS] - Re: Cannot get URL for schema (because of extra slash)

2007-10-11 Thread roger.powell
Sorry, but I can't do this quickly -- I am very pushed for the next few days. I will try to replicate it if I have time later on. As I said at the beginning, I have no such problems with Glassfish, using JAX-WS2.1 and JAXB2.1 but instead I encountered a connection pooling problem which I

[jboss-user] [JBoss jBPM] - Re: Feature Request - Task Properties

2007-10-11 Thread kukeltje
Sorry, I did not mean all separately. If you all agree on co-developing an extended taskcontroller, we can post that on the wiki for everyone to use. If it proves to be a real need for many more people, we can think of including it in the core View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS msg get redelivered although setting retry to 0

2007-10-11 Thread niefeng
Hi all, Did I omit something in my description or the information I provided is not sufficient for the case? Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093945#4093945 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Context

2007-10-11 Thread jaikiran
anonymous wrote : ejb-ref-nameejb/ImportManagerBean/ejb-ref-name anonymous wrote : | context.lookup(ImportManager); | but it IS NOT ! Try this: context.lookup(java:comp/env/ejb/ImportManagerBean); View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Strange deployment error

2007-10-11 Thread jaikiran
How are you deploying the application? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093946#4093946 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093946 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: extending seam Idenity with a domain

2007-10-11 Thread koenhandekyn
the only thing i found so far is a class parameter in components.xml cfr below security:identity authenticate-method=#{authenticator.authenticate} class=up.seam.UpIdentity auto-create=true / this however dos NOT make seam use my extended identity class View the original post :

[jboss-user] [JBoss Seam] - Re: fresh cvs co build

2007-10-11 Thread [EMAIL PROTECTED]
Try again now - looks like some transient problem with the jboss repository. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093950#4093950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093950

[jboss-user] [JBoss Seam] - Re: HTML source codes has some characters like

2007-10-11 Thread chicochen
How about send this new HtmlUtills.class to me? I will replace the old one, is it enough? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093952#4093952 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093952

[jboss-user] [EJB 3.0] - Re: Context

2007-10-11 Thread axismundi
jaikiran wrote : | Try this: | | context.lookup(java:comp/env/ejb/ImportManagerBean); thanks for the hint. using the absolute JNDI-path java:comp/env/ejb/ImportManager I am getting the same proxy-instance like with kportal/ImportManagerBean/local This proxy is not type-compatible!

[jboss-user] [JBossWS] - how to use wsprovide

2007-10-11 Thread Fantagir
Hi! I'm trying to generate the wsdl file and the artifacts of a webservice using wsprovide but appears the next error: Generating WSDL Error: Could not generate. java.lang.NoClassDefFoundError: javax/ejb/Stateless I'm working with Jboss-4.2.0GA. I execute the command wsprovide like this:

[jboss-user] [EJB 3.0] - Re: Context

2007-10-11 Thread jaikiran
Can you post the code where you are casting the object after the lookup? Additionally have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions which will help you identify whether this is a classloader issue. View the original post :

[jboss-user] [JBossWS] - Re: [JBossWS 2.0.1] Unmarshall POJO field with protected set

2007-10-11 Thread Jeilong
Solved it by explicitly instructing JAXB to serialize the id field. Still, seems like a weird design decision that the defaults don't process protected setters. @XmlElement | private Long fooId; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093956#4093956

[jboss-user] [Beginners Corner] - Re: Execute Queues in JBoss

2007-10-11 Thread jaikiran
Someone might be able to help, if you explain what execute queues are meant to do. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093958#4093958 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093958

[jboss-user] [JBoss Seam] - Welcome abc message after login

2007-10-11 Thread Stateless Bean
After user login I get message: Welcome xxx. When i search whole project I cant find place where this is generated? Is this default implemented, for seam realm? I created seam security project on seamspace base. View the original post :

[jboss-user] [JBoss Seam] - Re: Using a JavaEE5 compliant JBoss container

2007-10-11 Thread thejavafreak
You can check the jee5 examples. It is buildable against glassfish. Try to build it and look at the ear file generated for the configuration and the directory structure. This shouldn't be too hard. As far as I concern the only difference is only on the library as there are some library that

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - example in chapter 11, ProcessPayment

2007-10-11 Thread iner
Hello, Just wondering why suddenly the use of PrepareStatement in this book, the example before has had us use the EntityManager and the persist method - and now we are back in time. Is there a reason for this, som pedagogy ? Seeing also under the 'Accessing environment properties (injection)'

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: What's the release notes for 4.2.1.GA?

2007-10-11 Thread [EMAIL PROTECTED]
The links are broken to do a site upgrade. Nevertheless, you can see the release notes in sourceforge: http://sourceforge.net/project/shownotes.php?release_id=523619group_id=22866 Or see the readme.html in the .zip distro. View the original post :

[jboss-user] [The Lizzard's corner] - Where to start the learning experience

2007-10-11 Thread iner
Hello, Starting to learn EJB 3.0, getting into it and I do like it. While learing it in combination with JBoss ( using 4.2.1 ) I see ofcourse the JBoss offers so much more, wanting to look into JBoss Seam when writing a minor CRM and soforth. So my initial problem is ( having the EnterPrise

[jboss-user] [EJB 3.0] - Re: Context

2007-10-11 Thread axismundi
YES, it is a classical classloader problem. I was putting the class mypgk.ImportManager not only in the ejb.jar, but also in mywar.war/WEB-INF/lib. After removing the class from WEB-INF/lib, no ClassCastException anymore. I am fully aware of the type-incompatibility when loaded from different

[jboss-user] [JBoss Seam] - Re: extending seam Idenity with a domain

2007-10-11 Thread atao
Declare your new Identity class with something like: | @Name(org.jboss.seam.security.identity) | @Scope(SESSION) | @Install(precedence = APPLICATION) | @BypassInterceptors | @Startup | public class ExtendedIdentity extends RuleBasedIdentity | the point here is the

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

2007-10-11 Thread thejavafreak
Override this message key: org.jboss.seam.loginSuccessful in your resource bundle. It is hardcoded inside the Identity component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093982#4093982 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam + icefaces + file upload

2007-10-11 Thread thejavafreak
Perhaps this collides with icefaces fileupload component. Why not try to use icefaces fileupload component instead if you have this issue? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093984#4093984 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Using a JavaEE5 compliant JBoss container

2007-10-11 Thread deepsix
Thanks joshua... I got a link which was very helpful http://www.michaelyuan.com/blog/2006/11/29/official-seam-demo-app-for-glassfish/ I am able to successfully deploy seam related app on glassfish. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093985#4093985

[jboss-user] [JBoss Seam] - Re: seam + icefaces + file upload

2007-10-11 Thread sbozdag
thanks for the reply. Do you have any example usage of ice:fileupload component with seam? cheers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4093986#4093986 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4093986

[jboss-user] [JBoss Portal] - Re: Indexing binary documents / searching the cms

2007-10-11 Thread frontline
Got this to work by adding the needed dependencies. BUT indexing pdf-documents still doesn't work. I get the error: 14:29:02,416 ERROR [STDERR] java.lang.Throwable: Warning: You did not close the PDF Document | 14:29:02,416 ERROR [STDERR] at

[jboss-user] [JBoss Seam] - Re: Can EntityConverter handle different EntityManagers?

2007-10-11 Thread [EMAIL PROTECTED]
Try components.xml component name=myEntityConverter class=org.jboss.seam.ui.converter.EntityConverter |property name=entityManager#{myEntityManager}/property | /component facelet h:selectOneMenu ... |f:converter converterId=myEntityConverter / | Of course you could wrap the

[jboss-user] [JBossWS] - Troble Connecting a client to web service

2007-10-11 Thread SameerGijare
Hi I have a web service deployed in jboss-4.0.5GA and I am using JbossWS 1.0.4.I have a WSDL file from corresonding weblogic Deployment.The same WSDL I have used for Jboss also.But when I call the web service using the ready weblogic client it is giving me following Exception Caused by:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Strange deployment error

2007-10-11 Thread pedrogonzalezj
Hi, i put the ear file in the deploy directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094004#4094004 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094004 ___ jboss-user

[jboss-user] [Security JAAS/JBoss] - Re: mapping principals with digital certificates

2007-10-11 Thread oconesa
thanks, I supposed that the solution is realted to CertificatePrincipal and RealMap. But I am looking for an example how to map a CN or a DN with a login name. For example: DN=CN=John Smith, O=IBM, C=US, and I need that Principal = jsmith. My really problem is that the DN of my users are

[jboss-user] [JBoss Seam] - Re: How to write a validator that compares two fields

2007-10-11 Thread chawax
I finally wrote my own findComponent method, which looks for recursively a component. The method is like this : public class JSFUtils { | | public static UIComponent findComponent(UIComponent component, String id) { | if (component.getId().equals(id)) { |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Overriding universal classloader, JBoss 4.2.1GA

2007-10-11 Thread jimpo
I guess I found out the culprit for the xerces problems. My WEB-INF/lib had xml-apis.jar. Once I removed that, I stopped getting the xerces related problems. But no such luck. Once I got rid of that problem, my application could start initializing itself, and this is where the hibernate

[jboss-user] [Beginners Corner] - permanent SessionBean

2007-10-11 Thread fermat42
Hello, I have following Problem: I have multiple SessionBeans Si, each responsible for the administration of one resource Xi. The initalisation of the SessionBean is very expensive (some seconds to some Minutes) but then the answers can be computed very fast. Secondary there are multiple

[jboss-user] [JBoss jBPM] - problem to enter into jbpm-console application

2007-10-11 Thread galvino
i use jbpm-jpdl 3.2.2 with oracle when i tried to connect with jbpm-console application, i have this error: | Login failed. Invalid user name or password. | what that mean ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094012#4094012 Reply to the

[jboss-user] [JBoss jBPM] - Assignment expressions

2007-10-11 Thread Toni87
I am trying to use the value of a variable to determine the assignment of a task. According to the documentation the syntax is as follows: assignment expression='previous -- group(hierarchy) -- member(boss)' / In my usage my syntax looks like: assignment expression=variable(WORCostCentre) --

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

2007-10-11 Thread [EMAIL PROTECTED]
http://docs.jboss.org/seam/2.0.0.CR1/reference/en/html/security.html#d0e7011 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094016#4094016 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094016

[jboss-user] [JBoss Seam] - Re: Disabling browser cache ???

2007-10-11 Thread [EMAIL PROTECTED]
Probably your best bet is to use a filter which adds a header to the response object. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094018#4094018 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094018

[jboss-user] [JBoss Seam] - Re: seam generate-entities failure

2007-10-11 Thread woo37830
int(7) is what you get if you do the default int assignment. At least in my case it was. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094022#4094022 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094022

[jboss-user] [JBoss Seam] - Re: h:selectBooleanCheckbox

2007-10-11 Thread [EMAIL PROTECTED]
h:selectBooleanCheckbox is an input not output component. It takes a value binding in value. If you just want to output ticked checkboxes use ui:repeat ... |input type=checkbox checked / View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094024#4094024

[jboss-user] [JBoss Seam] - Re: seam generate-entities failure

2007-10-11 Thread [EMAIL PROTECTED]
Oops, sorry :( Anyway, you should report this on the hibernatetools forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094025#4094025 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094025

[jboss-user] [JBoss Portal] - Re: Couldn't create consumer 'self'

2007-10-11 Thread cry4dawn
if i remove the wsrp i get the following deployment error: [EMAIL PROTECTED] { url=file:/C:/Documents and Settings/aanderson/Desktop/test/jboss-4.2.1.G HEI/server/default/deploy/jboss-portal-ha.sar/conf/data/default-object.xml } deployer: [EMAIL PROTECTED] status: Deployment FAILED reason:

[jboss-user] [JBoss jBPM] - Problem in working with jbpm-jpdl-3.2.1, major-minor version

2007-10-11 Thread pHitesh
i m using jbpm-jpdl-3.2.1 and i having j2sdk1.4.2_05 installed in my maching. but in a sample application websale if i logged in as mangager and if click 'ok'. major-minor version exception is thrown which is u can see at server console as well as in the explorer jbpm-console thanks in advance

[jboss-user] [JBoss Seam] - Re: seam generate-entities failure

2007-10-11 Thread woo37830
The point of my question is not whether it is the appropriate tool to use to generate an application or to just get the initial generated start to that application, but rather that it should at least generate correct code for normal column attributes from mysql! If it only works for one

[jboss-user] [JBoss Seam] - Re: seam generate-entities failure

2007-10-11 Thread woo37830
I don't find a hibernate tools forum in the list of forums for this site. Where is it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094033#4094033 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094033

[jboss-user] [JBoss.NET] - Migarate from jboss 4.0.3 to jboss4.2.1

2007-10-11 Thread asingla
Hi All I am facing a very strange problem. I have devloped web services and deployed syccessfully on jboss4.0.3. Everything is working fine. But when i switched to jboss4.2.1, I was able to deployed the web service again successfuly. But when i am try to access any servies, it returns

[jboss-user] [JBoss Messaging] - Re: NoLocal Subscription building up messages in server queu

2007-10-11 Thread jmesnil
see http://jira.jboss.com/jira/browse/JBMESSAGING-1100 it's fixed in the trunk.[/url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094038#4094038 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094038

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: 404 page not working

2007-10-11 Thread shanportal
Hi Peter You are right, I am not getting the 404 status code. Inturn I am getting a 200 status code. Is there any setting I need to do so that i could set the customised 404 page for my portal. you advise on this highly appriciated. Thanks a lot. Raj View the original post :

[jboss-user] [JBoss Tools (users)] - Project archives: how to attach .sar to .ear

2007-10-11 Thread Juergen.Zimmermann
So far I know how to create a .sar file via the Project archives perspective and the options New archive and New fileset. Now I want to attach such a .sar file to my (exploded) .ear What are the the necessary steps? Any hint is appreciated! View the original post :

[jboss-user] [JBoss Seam] - Re: seam generate-entities failure

2007-10-11 Thread [EMAIL PROTECTED]
http://forum.hibernate.org/viewforum.php?f=6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4094048#4094048 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4094048 ___ jboss-user

  1   2   3   4   >