[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-09-29 Thread arunprasathav
Thats ok buddy. i have all jar files with me. I am in need of .war file of your application. because i am new to struts portlet. i want to go through your sample application. i could not find good enough online guide for that. please help me..! View the original post :

[jboss-user] [JBoss Seam] - Re: How does registration example work?

2007-09-29 Thread [EMAIL PROTECTED]
Take a look at index.html. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089931#4089931 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089931 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How does registration example work?

2007-09-29 Thread [EMAIL PROTECTED]
Sorry about that. Your index.html is probably being cached. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089932#4089932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089932

[jboss-user] [JBoss Seam] - Re: Facelets 1.1.14 released (I think)

2007-09-29 Thread amitev
Well, i see i'm wrong. Sorry! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089933#4089933 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089933 ___ jboss-user mailing list

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

2007-09-29 Thread amitev
Yes. Michael Yuan is working on the second edition of Simplicity and power beyond JEE View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089934#4089934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089934

[jboss-user] [JBoss Seam] - Re: can't get it working: exception redirection

2007-09-29 Thread piotr.walczyszyn
Did you manage to solve this problem. I'm facing same thing. It looks like Seam doesn't intercept the exception and I also get Tomcat web page with following stacktrace: anonymous wrote : | java.lang.NullPointerException |

[jboss-user] [JBoss Messaging] - Error setting up client lease upon performing connect

2007-09-29 Thread Craig2007
We are using JBoss Messaging 1.0.1.GA(Prod env not upgradabale for time being) http://www.jboss.com/index.html?module=bbop=viewtopicp=3985830#3985830 We are getting the same problem as specified in the above link. But in our case we did not anything with JBoss server. There are almost 30

[jboss-user] [JBoss Seam] - Re: Facelets 1.1.14 released (I think)

2007-09-29 Thread Grandfatha
Is this about the ui:insert bug or why is there a need for a new release? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089940#4089940 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089940

[jboss-user] [JBoss Seam] - will ejb3 rePack my exception?

2007-09-29 Thread chibi
it seems EJB will rePack my custom exception with EJBTransactionRolledbackException, then add a message Transaction failed in facesMessages() i have a EJB service like this: | public void doSomething() throws ServiceException{ | try { | something_to_do();

[jboss-user] [JBoss Seam] - Re: will ejb3 rePack my exception?

2007-09-29 Thread chibi
my service is stateful and my seam version is 2.0 RC1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089942#4089942 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089942 ___

[jboss-user] [JBoss Seam] - Communication Business/View Layer without Entity Beans

2007-09-29 Thread skanky78
hi, I'm using a third party business layer which returns entities. Business methods are called within my backing beans (pojo). my problem is that i can't use the returned entities directly in my view layer. 1.) What is the best way when using seam to pass the data to my view layer? Using old

[jboss-user] [JBoss Seam] - Re: Facelets 1.1.14 released (I think)

2007-09-29 Thread amitev
Here are the fixed bugs https://facelets.dev.java.net/issues/buglist.cgi?target_milestone=1.1.14issue_status=RESOLVEDissue_status=VERIFIEDissue_status=CLOSED View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089946#4089946 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-09-29 Thread arunprasathav
hi friend, why no reply? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089948#4089948 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089948 ___ jboss-user mailing list

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

2007-09-29 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1986 No, no idea how to workaround the problem for now, except what you are doing with a custom getResultCount() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089949#4089949 Reply to the post :

[jboss-user] [JBoss Seam] - Using multiple Databases in Embeddable EJB 3.0 Container

2007-09-29 Thread bravefencer
Hello, My Question is, how i can install more then one database in the Embeddable EJB Container and then switch between them via Seam? All the databases have the same database schema, and therefore the same entity bean Mapping classes per Table in the source code(Mabye one single database has

[jboss-user] [Javassist user questions] - Re: Inconsistent stack height 0 != 1

2007-09-29 Thread bblfish
I am rewrtiting the javassist code to make it easier to debug. By the way, I highly recomment the jad decompiler for people working with javassist. It's like switching on the light. Finally I can see what is going on! It does seem to work better allready! View the original post :

[jboss-user] [JBossWS] - 2.0.1SP1: When?

2007-09-29 Thread Juergen.Zimmermann
http://repository.jboss.com/jboss/jbossws/2.0.1.SP1 shows some jars for 2.0.1SP1. However, at http://labs.jboss.com/jbossws/downloads there is no distribution, yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089952#4089952 Reply to the post :

[jboss-user] [Beginners Corner] - why ? - exception: error during JRMP connection establishmen

2007-09-29 Thread reckless_jack
hi can nyone tell me why problem mentioned in subject line is occuring below here my code; package example; import javax.naming.Context; import javax.naming.InitialContext; import java.util.Properties; public class HelloClient { public static void main(String[ ] args) throws Exception {

[jboss-user] [Installation, Configuration DEPLOYMENT] - 4.2.2CR ?

2007-09-29 Thread Juergen.Zimmermann
The JBossAS roadmap shows that 70 of 80 issues have been resolved for 4.2.2GA. Will a CR be available before GA? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089955#4089955 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Facelets 1.1.14 released (I think)

2007-09-29 Thread [EMAIL PROTECTED]
Seam CVS is now using Facelets 1.1.14 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089956#4089956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089956 ___ jboss-user mailing

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Closing a result set you left open!, MySQL

2007-09-29 Thread BGMF
Hello Marcus, unfortunately I cannot help you with your Problem, but maybe you can give me an Advise how to bound MySQL. I tried to do a working mysqlds, but it doesn't work... What have you done? I would be glad to have your problems :-/ Yours, BGMF View the original post :

[jboss-user] [JBoss Seam] - Re: Can I manually commit a Transaction?

2007-09-29 Thread [EMAIL PROTECTED]
Can someone file a JIRA issue requesting better docs for raiseTransactionSuccessEvent please? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089958#4089958 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089958

[jboss-user] [JBoss jBPM] - Re: Is it possible to include some meta data in the task dec

2007-09-29 Thread kukeltje
correct, taskcontroller in java and attach it to the jpdl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089959#4089959 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089959 ___

[jboss-user] [JBoss Seam] - How does seam determine web client's context default 1st pag

2007-09-29 Thread roxello
Hello - I've been working with facelets examples from the JBoss Seam book using JBoss 4.0.5 w/ ejb, seam 1.2.1, java 1.5_10. Its time to write an app of my own, but I have not been able to figure out how to configure the 1st page served. So for example if the context is 'booking' and the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.2.2CR ?

2007-09-29 Thread [EMAIL PROTECTED]
No CR. We'll releases a GA directly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089961#4089961 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089961 ___ jboss-user mailing

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

2007-09-29 Thread palace
Dan Allen is also in the process of writing Seam in Action. Read more here: http://www.mojavelinux.com/blog/archives/2007/09/announcing_seam_in_action/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089963#4089963 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-29 Thread [EMAIL PROTECTED]
I'm sorry i didn't see this thread before but as Pete said it is beta and we are working on getting all the bugs out. If you look at the jira we received over a 100 reports the last 4 weeks and we have closed 60 of these; that doesn't look to me like we are standing still and ignoring

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Closing a result set you left open!, MySQL

2007-09-29 Thread MarcusDidiusFalco
Hi BGMF, 1. Download a JDBC driver from the MySQL site. http://dev.mysql.com/downloads/connector/j/5.0.html and put it into the lib or deploy directory of your server configuration. 2. Copy JBoss_Home\docs\examples\jca\mysql-ds.xml to your deploy directory and adjust it. Basically you simply

[jboss-user] [JBoss Seam] - Problem with page using param

2007-09-29 Thread rnicob
Hi, I'm using Seam 2 CR1 and Glassfish V2. When I call a page with params: page view-id=/registration/activate.xhtml | param name=email value=#{email} / | param name=activationcode value=#{activationcode} / | action

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deploy Multiple Project importes with SVN under Eclipse

2007-09-29 Thread etiOO
Hello i am not a newbie on JBoss I have more than one project imported on Eclipse with SVN, i add Mavec Plugins on Eclipse all the projects have a pom.xml file and are not dynamics web projects; the pom.xml file that manage all is is in the root folder. My problem is that i have to deploy all

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Mapping a URL to a local store

2007-09-29 Thread yj4jboss
Hi, Thnx for the help ... It worked ... now i need to know how i give access to this repository only to users who are logged on my web application. I am using JBoss Seam. Regards, Jankee Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089970#4089970

[jboss-user] [JBoss Messaging] - Re: Clustering appears okay, but no clustered messages

2007-09-29 Thread fuzzybinary
Does that mean I have to set up two instances on the same machine at the same IP? If so, does one of the examples allow me to test a distributed queue on two separate machines? (Sorry, not at work and not close to the documentation at the moment. Will double check everything when I go in

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-09-29 Thread gus888
Can any other experts give me a help? I have this problem for a while. I really don't know why my system allows only one concurrent long-running conversation. When I try to @Begin another long-running conversation, my system always ask for @Begin with join=true. From Seam coversationList, it

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Not identify network printer when JBoss start as windows

2007-09-29 Thread harshi
Thanks. Yes it works when i create and register the service with a user account which has doman access. further i use Run as command to specify the user and kill the task. Thanks again View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089973#4089973 Reply to

[jboss-user] [JBoss Seam] - Seam text and pdf support

2007-09-29 Thread jrosskopf
Hello, I`d like to print seam-text formatted text in an pdf document. Is there a simpler solution than building my own antlr parser bases jsf tag? Regards --- Joachim View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089974#4089974 Reply to the post :

[jboss-user] [JBoss Seam] - Re: core:resource-bundle and how to use it

2007-09-29 Thread [EMAIL PROTECTED]
factory name=msg auto-create=true value=#{messages} / Yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089975#4089975 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089975

[jboss-user] [JBoss Seam] - Re: Question about SFSB

2007-09-29 Thread [EMAIL PROTECTED]
Completely up to you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089976#4089976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089976 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Can I manually commit a Transaction?

2007-09-29 Thread matt.drees
http://jira.jboss.com/jira/browse/JBSEAM-2004 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089977#4089977 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089977 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Framework and EJB3 bugs

2007-09-29 Thread supernovasoftware.com
I have been watching these issues, and the last comment implies String remove() is a spec violation for both local and remove ejb3 interfaces. If this is true what is the probability that the Seam Framework could be refactored to have a different name for this method? View the original post

[jboss-user] [Security JAAS/JBoss] - Can I use RequestDispatch.include to call j_security_check?

2007-09-29 Thread cyclops49
web.xml | url-pattern/auth/*/url-pattern | | login-config | auth-methodFORM/auth-method | form-login-page/MyLogin.jsp/form-login-page | MyLogin.jsp | form action=MyLoginServlet | input type=text name=j_username | input type=password name=j_password |

[jboss-user] [Beginners Corner] - Details---along with code

2007-09-29 Thread reckless_jack
I am getting exception- error during JRMP connection establishment : nested exception java.net.SocketException- Connection Reset chek out my ejb - -Hello.java- package example; import javax.ejb.*; import java.rmi.RemoteException; public interface Hello extends

[jboss-user] [JBoss Getting Started Documentation] - Re: I cann't find jbossj2ee-src.zip file! Please help.

2007-09-29 Thread wudc
Does anyone have problem building the Duke's Bank example? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089982#4089982 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089982 ___

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-09-29 Thread wudc
I couldn't get it to build. The compilation step from the jBoss-build.xml was looking for the client directory under the Java tutorial directory. How did you get past that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089984#4089984 Reply to the post :

[jboss-user] [EJB 3.0] - Re: hibernateexception: wrong column type in entity bean

2007-09-29 Thread waynebaylor
look at @Column's columnDefinition attribute. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089985#4089985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089985 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - is there a way to programmatically get LDAP user registry in

2007-09-29 Thread patwary_shiva
When using an LDAP user registry, is there a way to programmatically obtain the host name, port, and base DN configured in the application server's login-config.xml file? There's some extra user attributes I'd like to fetch from the directory via JNDI and I don't like the idea of having to

[jboss-user] [JBoss Seam] - Seam remoting and persistence

2007-09-29 Thread tamirw
I'm just starting to play with Seam remoting, and I'm having the following problem with persistence : My POJO actions are able to query the DB just fine, but when trying to create a new entity instnace, the persist() method seems to return without doing anything in the DB. I'm attaching the

[jboss-user] [JBoss Seam] - Examples for nested data

2007-09-29 Thread robshep
Dear SEAM users, i'm just starting out with SEAM. It's a fairly steep learning curve as this is my first project using any EE concepts. I'm looking for a simple example of a CRUD style app which has a nested/hierchial object model. I.e each object has a OneToMany relation with child objects

[jboss-user] [EJB/JBoss] - Re: transaction problem

2007-09-29 Thread jaikiran
What transaction attribute have you specified for your addKnowledgeBase method? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089998#4089998 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089998

[jboss-user] [JBoss Seam] - Re: How can I integrate CAS client into Seam?

2007-09-29 Thread matt.drees
I don't think there's a standard way to do it yet. I took the Jasig cas client and configured it with Seam instead of spring, and though I'm not really using it the way it was intended, it's working. It's not in a place where I could easily share what I have right now, but I hope to put

[jboss-user] [EJB 3.0] - Re: hibernateexception: wrong column type in entity bean

2007-09-29 Thread X490812
waynebaylor wrote : look at @Column's columnDefinition attribute. I did look at columnDefinition, and here is what I found: anonymous wrote : | columnDefinition | | public abstract String columnDefinition | | (Optional) The SQL fragment that is used when generating the DDL for

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Mapping a URL to a local store

2007-09-29 Thread Raist_Majere
I haven't used Seam, but if you use the method described in http://wiki.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories , then, as said by Tomcat here http://tomcat.apache.org/tomcat-5.5-doc/config/context.html , this directory is like any other context you can deploy within the predefined in

[jboss-user] [JBoss Seam] - about s:fileupload

2007-09-29 Thread dago
use s:fileupload, can I upload a file to produce a separate file on server side, not into db? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=408#408 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=408

[jboss-user] [JBoss Seam] - Re: Seam Remoting Push ?

2007-09-29 Thread samdoyle
Anyone ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089991#4089991 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089991 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Seam] - How can I integrate CAS client into Seam?

2007-09-29 Thread wuhaixing
Is there any 'deep' integration solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089993#4089993 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089993 ___ jboss-user

[jboss-user] [JBoss Portal] - Can not get user role from LDAP server

2007-09-29 Thread saigon_man
Hello, Following up my previous post about an LDAP connection error http://www.jboss.com/index.html?module=bbop=viewtopict=119428 I found the way to make it work. It turned out that Jboss portal somehow doesn't work well with ApacheDS (well, at least it doesn't work for me) so, I switch to

[jboss-user] [JBoss Getting Started Documentation] - Where to find a binary download?

2007-09-29 Thread xgretsch
Help - I'm a newbie and confused. I can find a source download by following a link in the installation guide (http://labs.jboss.org/portal/jbossas/download/ gets me to a file jboss-4.2.1.GA-src), but I can't seem to find a binary download. Tantalisingly, I can see a page with what looks like a