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

2006-11-27 Thread diablo341
Do you know if the classloader issue with the tree component is resolved in this release? http://www.icefaces.org/JForum/posts/list/2919.page View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989111#3989111 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: Problem calling SFSB

2006-11-16 Thread diablo341
Thanks for your suggestions. I hadn't finished coding the save/delete methods yet and I will remember not to return null. How should the entity get into the conversation? This is just test code, since I've got to integrate a tree component before I can hook it all together. Anyway, the first

[jboss-user] [JBoss Seam] - Problem calling SFSB

2006-11-16 Thread diablo341
I'm stuck and need help. I've got a simple page that has a panelGrid backed by an entity bean. When the page first loads, i'm assuming the entity bean is created (in the request context) and the default values are displayed. I have a commandButton that calls a method on my SFSB to retrieve a

[jboss-user] [EJB 3.0] - Re: Persistence Unit NOTYETINSTALLED

2006-11-16 Thread diablo341
I had a similar problem. Make sure your datasource.xml file that defines your connection is in the server/default/deploy directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986499#3986499 Reply to the post : http://www.jboss.com/index.html?module=bb&o

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

2006-11-15 Thread diablo341
FYI, I just checked the ICEFaces.org forum (just done yesterday) and I did get a response yesterday from their tech about using tree component with Seam. Here's the response: anonymous wrote : New release is happening tomorrow. Preliminary Seam itegration is included. We have made pretty good p

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

2006-11-15 Thread diablo341
I was looking at their product last week, too. Definitely matured. I've read the posts on this forum and it sounds like the components don't work with Seam yet because of the conversationId not being passed around. Would it be possible for me to use their tree component on a page that uses aj

[jboss-user] [JBoss Seam] - Re: Connecting Booking demo to MySQL

2006-11-13 Thread diablo341
I figured it out. IDIOT! ;) I created a new -ds.xml and needed to copy it to the deploy directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985626#3985626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985626

[jboss-user] [JBoss Seam] - Connecting Booking demo to MySQL

2006-11-13 Thread diablo341
I've done this with jboss-4.0.4RC1, but I can't get it to work with 4.0.5GA. I get the following exception: 14:37:01,354 INFO [EARDeployer] Started J2EE application: file:/C:/jboss-4.0.5.GA/server/default/deploy/workforce-planning.ear | 14:37:01,364 ERROR [URLDeploymentScanner] Incomplete Dep

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

2006-11-08 Thread diablo341
So that's why I saw the tag! ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984203#3984203 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984203 ___ jboss-user mailing li

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

2006-11-08 Thread diablo341
Sorry, I should've disabled HTML... the sentence should read: Will this work with Seam or should I wrap my components with div tags and have an AJAX approach to render specific div's only. (not that I'm comfortable with this concept yet...) View the original post : http://www.jboss.com/index.

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

2006-11-08 Thread diablo341
I'm designing a new app and I want to know if it's a good idea to use frames with Seam/MyFaces/Facelets? In our j2ee 1.4 apps, we've always had a header frame with the menu, a content frame, and a footer frame with copyright info. Will this work with Seam or should I wrap my components with t

[jboss-user] [JBoss Seam] - Re: Still have issues with my installation

2006-11-04 Thread diablo341
jndiPattern=#{ejbName}/local I didn't put the projectName in front, b/c I thought I was using the EJB3 built into the server, but after reading Basel's post, I might've made an error. Okay, I've read more about the server. It's provides a *bridge* to EJB3.0. So that means the embedded EJB3 co

[jboss-user] [JBoss Seam] - Still have issues with my installation

2006-11-03 Thread diablo341
I installed AS 4.0.5.GA. I also installed EJB3-RC9. Is this the embedded ejb for testing? I'm confused. Doesn't the appserver have EJB3 installed? My components.xml has a property for EJB installed. I set it to false, b/c I saw that the component.properties file had an entry for embeddedEj

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

2006-11-03 Thread diablo341
I got it all working. Modifying build.xml and copying some jars around did the trick. I love u guys. ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983111#3983111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=398

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

2006-11-03 Thread diablo341
You got me there. :) Now I'm trying to figure out where ajax4jsf.jar is and getting it in my build. I saw y'all's jira issue. reading... ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983102#3983102 Reply to the post : http://www.jboss.com/index.html

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

2006-11-03 Thread diablo341
I used #{ejbName}/local. lol...now I'm getting more errors. Let me try to fix them before I keep wasting y'all's time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983100#3983100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

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

2006-11-03 Thread diablo341
Yes. I found ur post about the @jndiPattern@ and ant. What should I replace it with? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983098#3983098 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983098 ___

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

2006-11-03 Thread diablo341
Okay, I've found a bunch of posts about this. I'll follow those. Please ignore this thread. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983097#3983097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983097

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

2006-11-03 Thread diablo341
I fixed the version of Seam, but I'm still getting an exception. Not the original one in my last post, but similar. Any ideas? | 14:21:54,188 INFO [ServletContextListener] Welcome to Seam 1.1.0.BETA1 | 14:21:54,198 INFO [Initialization] reading components.xml | 14:21:54,198 INFO [Init

[jboss-user] [JBoss Seam] - Deploy error

2006-11-03 Thread diablo341
I've taken the Booking app and modified the build script for my project. When I deploy to the server, I get the following exception: 11:34:26,208 INFO [EJB3Deployer] Deployed: file:/C:/jboss_installs/jboss-4.0.5.GA/server/default/tmp/deploy/tmp59681wfp.ear-contents/wfp.jar | 11:34:26,218 INFO

[jboss-user] [JBoss Seam] - configuration issues!

2006-11-02 Thread diablo341
I want to use the booking app as a template for my new project. I imported the ear file, but got an error stating that the jboss-seam-booking.jar contains errors and cannot be used as a project. Not sure what that's about. How do I create a template project that uses facelets/jsf/seam/ejb3 an

[jboss-user] [JBoss Seam] - state_saving_method

2006-11-01 Thread diablo341
I've read a lot of posts about this, but I'm still curious. Should I use the client or server to save state? I've read several posts that say there isn't a bug with myFaces, rather facelets 1.1.11 fixes any server-side problems. So what is the recommendation? Thanks, John View the original p

[jboss-user] [JBoss Seam] - PhaseListenerManager Exception...

2006-10-31 Thread diablo341
I've done a lot reading of other posts, but I don't see anything immediately wrong with the my code. I've been trying (chuckle) to get the seam-gen wiki example to work. It's a sample app that uses jBPM. When I publish the ear and go to http://localhost:8080/sample/home.seam, I get the follow

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-10-31 Thread diablo341
I'm getting an error working through the guide. I installed AS 4.0.5.GA and jbpm starters kit 3.1.2. I get the following error when deploying the sample project: | 11:17:55,517 INFO [EARDeployer] Init J2EE application: file:/C:/jboss_installs/jboss-4.0.5.GA/server/default/deploy/sample.ear

[jboss-user] [JBoss Seam] - Does Seam work with EJB clustering?

2006-10-30 Thread diablo341
I saw a note in the SeamGEN wiki that says to install the AS 4.0.5 with EJB. Does it work with an EJB Clustering setup? Thanks, John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981960#3981960 Reply to the post : http://www.jboss.com/index.html?module=bb