[jboss-user] [JBoss Portal] - Re: source compile error because can not find the apacheds-c

2007-02-23 Thread bdaw
Just try to build from commandline (PORTAL_SRC/build/build.sh) and all thirdparty libs will be downloaded View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021527#4021527 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021

[jboss-user] [JBoss Seam] - Re: error deploying generated CRUD application

2007-02-23 Thread [EMAIL PROTECTED]
the code generated by hibernate tools plugin is not error free. Use seam-gen instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021518#4021518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021518

[jboss-user] [Installation, Configuration & Deployment] - Re: redirect the first screen

2007-02-23 Thread jwenting
just replace it with a servlet or JSP that just does a forward or redirect of the request to the new address. If you change the contentroot you may loose the admin and jmx consoles. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021514#4021514 Reply to the po

[jboss-user] [Installation, Configuration & Deployment] - Re: redirect the first screen

2007-02-23 Thread jwenting
just replace it with a servlet or JSP that just does a forward or redirect of the request to the new address. If you change the contentroot you may loose the admin and jmx consoles. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021515#4021515 Reply to the po

[jboss-user] [Installation, Configuration & Deployment] - Re: Urgent:Error while accessing deployed application in JBo

2007-02-23 Thread jwenting
"in the lib" doesn't mean anything really. What "lib" for example? If that "lib" on the classpath for the servlet? And even if it is, that doesn't mean the required classes are as ANT has of dependencies of its own. You'd best read the ANT documentation on how to integrate ANT tasks into your a

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-23 Thread tonylmai
I downloaded and unzipped 5.0Beta1 in hoping to run a demo deployed in a JBoss AS that is compatible with JSF 1.2. After running seam-gen for a new project for AS 5.0, I ran the build.xml provided by seam-gen. It deployed a seam-booking.ear (directory) and a seam-booking-dev-ds.xml into the D:

[jboss-user] [Remoting] - Re: InvokerCallbackHandler.getSessionId() ?

2007-02-23 Thread [EMAIL PROTECTED]
Hi James. Not sure what you are asking for? The InvocationRequest.getSessionId() comes from when a remoting Client is created and set on the InvocationRequest when making an invocation (although user could set their own session id via the Client's setter method). As for a session id being ass

[jboss-user] [Remoting] - Re: SocketTimeout in client

2007-02-23 Thread [EMAIL PROTECTED]
Will need to make sure the timeout is getting set for the client. If are using remoting discovery to get the locator url for the client to use, then need to make sure the isParam attribute is set to true in your invokers-service.xml. For example: | 6 | This way, when the client get

[jboss-user] [JBoss Seam] - Re: NPE in Expressions.java doing model validation

2007-02-23 Thread matt.drees
Actually, after some research and further thought, I don't think model validation is really helpful to me here. Mostly I wanted the decoration stuff, but I think I can get that without model validation. I'll probably write my own validator here. View the original post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-23 Thread tonylmai
I am using RI 1.2. The only other jar I suspect that caused the problem is jsf-facelets.jar. I am using facelets-1.1.12. Isn't it compatible? A only other version that is newer would be facelets-1.2-DEV-20061110. When I used this, JBoss threw this in the log: 19:27:43,125 ERROR [[/webclient]]

[jboss-user] [Beginners Corner] - Re: A new understanding of ClassLoaders...

2007-02-23 Thread mbabauer
I have tried to lick problem every which way from Sunday, but I keep running into the same classloader problems trying to find either classes or the Spring contexts. Riddle me this, Batman: What is the recommended route for deploying a single, self-contained EAR housing a shared DAO layer and

[jboss-user] [Installation, Configuration & Deployment] - Re: Urgent:Error while accessing deployed application in JBo

2007-02-23 Thread ushashi
Thanks for the reply. but ant.jar is present in the lib. Please give us an idea on what kind of configuration problem could be causing this problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021465#4021465 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Portal] - source compile error because can not find the apacheds-core-

2007-02-23 Thread isamu
I downloaded the portal source and third partys via eclipse according to the direction at the wiki. (UsingEclipse http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingEclipse). but compiler shows the following errors. I searched it but can not find. I want to know where can I get the three jar files? Pr

[jboss-user] [JBoss Seam] - Re: custom JSF component with facelets

2007-02-23 Thread ffischer
"dgallego" wrote : Thanks! Did you ever find a solution for this problem? I have the exact same situation. Regards, Frank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021434#4021434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Re: Seam 1.1.7 RC1 released

2007-02-23 Thread [EMAIL PROTECTED]
Oh and thanks Norman for doing the release. (We have decided to always do RCs from now on, in order to avoid the kind of probs we had with 1.1.5.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021433#4021433 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Feature request - @InOut

2007-02-23 Thread patrick_ibg
Maybe I'm being dense, but... if I read your post right, it sounds like you want your entity POJOs to be referenced through a JSF managed bean... so why not just make a stateful managed bean that has getters/setters for the entities? Something like: @Stateful | @Scope ( ... ) | @Name ("myMa

[jboss-user] [JBoss Seam] - Re: how to redirecto back to intented page after login

2007-02-23 Thread [EMAIL PROTECTED]
Nope, this is expected. Declare the parameters as page parameters and they will be preserved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021431#4021431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021431

[jboss-user] [Messaging, JMS & JBossMQ] - Administer JBoss - InvalidClientIdException

2007-02-23 Thread jake451451
Is there any way to view and kill and existing client connection when you get this message? javax.jms.InvalidClientIDException: This client id 'AA' is already registered! What's the best way to remove it from a running jboss server instance? Can you do it without having to restart the server?

[jboss-user] [JBoss Seam] - Re: Rich Text Editor

2007-02-23 Thread cavani
I am using TinyMCE... very good... http://wiki.apache.org/myfaces/WYSIWYG_Editor Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021428#4021428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021428

[jboss-user] [JBoss Seam] - Re: Seam 1.1.7 RC1 released

2007-02-23 Thread [EMAIL PROTECTED]
Many thanks to Michael! P.S. I should mention a couple of the seam-gen enhancements: * support for composite keys * Ajax4JSF integration * many-to-one association editing and also that Seam/Security now supports: * auto-redirect to HTTPS via the scheme=https in pages.xml * auto-redirect to the

[jboss-user] [JBoss Seam] - Re: Problem w/ 1.1.6 example Security Rules

2007-02-23 Thread [EMAIL PROTECTED]
You only need to import java.security.Principal if you're using it in your rules. It would have been the missing semi-colon that caused the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021416#4021416 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: how to redirecto back to intented page after login

2007-02-23 Thread [EMAIL PROTECTED]
I *think* this has been fixed in CVS. Could you try it with 1.1.7RC1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021426#4021426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021426

[jboss-user] [JBoss Seam] - Re: Seam 1.1.6 Security with ICEFaces

2007-02-23 Thread [EMAIL PROTECTED]
I came across this problem myself when I attempted to convert the icefaces example to use seam security. I believe that it's related to the fact that logout() invalidates the session (I don't think icefaces likes this) but I need to dig a little deeper to find out why. View the original post :

[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-02-23 Thread [EMAIL PROTECTED]
I haven't tried this myself but surely it should be easy to test? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021424#4021424 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021424 _

[jboss-user] [JBoss Seam] - Re: concurrent access to SFSB using SEAM Remoting

2007-02-23 Thread [EMAIL PROTECTED]
That's because the conversation is created in the first request, and if you delay the response then the remoting client won't know which conversation id was created. One alternative is to start your conversation when you first render the page and manually set the conversation id like this:

[jboss-user] [JBoss Seam] - Re: Rich Text Editor

2007-02-23 Thread Seto
http://wiki.fckeditor.net/Developer%27s_Guide/Integration/Java here is the article, just refer to it to set the servlet supporting upload and browse files, and use the fck-faces in sourceforge to use with jsf. BTW, the fck-faces has the bug of not supporting width and height. You should follow t

[jboss-user] [JBoss Portal] - Custom Login

2007-02-23 Thread ghyoju
Hi, I am using JBOSS 4.0.5 and Portal 2.4.1. I found out that I need to use org.jboss.portal.identity.auth.IdentityLoginModule (thanks to bdaw). When I tried to use the class, It does not let me use the inherited method getUsernameAndPassword() from super class org.jboss.security.auth.spi.User

[jboss-user] [JBoss Seam] - Re: how to redirecto back to intented page after login

2007-02-23 Thread mgombocz
ooops! Sorry, after another try it worked! I messed up with the pages.xml files of versions 1.1.6.GA and CVS of 02-18-2007. As soon as the request parameters are defined in | | | | | | | | | it works fine.

[jboss-user] [Installation, Configuration & Deployment] - redirect the first screen

2007-02-23 Thread herrera
I´d like to redirect the default app to another application . how to change the initial screen in http://localhost:8080 to other(to hide conf params) ? Herrera View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021409#4021409 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: NPE in Expressions.java doing model validation

2007-02-23 Thread matt.drees
I created a jira issue. http://jira.jboss.org/jira/browse/JBSEAM-913 Is there any way I could redesign this so I can use Seam model validation? It'd be handy. Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021408#4021408 Reply to the post :

[jboss-user] [JBoss Seam] - Re: how to redirecto back to intented page after login

2007-02-23 Thread mgombocz
Hi, I have following problem: if an inital GET request with parameters is sent to a restricted view, the redirect to the login page works fine, after successful authentication a redirect happens to the captured view, but the request parameters are NOT restored. This can be reproduced with the

[jboss-user] [JBoss Seam] - Re: Seam 1.1.7 RC1 released

2007-02-23 Thread [EMAIL PROTECTED]
Oh, before I forget,I'd also like to give a special thanks to Michael Youngstrom, our newest Seam committer, for his work on the Spring integration module. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021402#4021402 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Seam] - Seam 1.1.7 RC1 released

2007-02-23 Thread [EMAIL PROTECTED]
We've put out a candidate for the 1.1.7 release. 1.1.7 contains the much anticipated Spring integration module. Spring beans can now be used in a Seam application, and Seam's richer contexts and managed persistence management are available to Spring beans. Seam security now supports page an

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-23 Thread meghanai_99
Where do I get the console subproject? I have couple of BPEL processes running on JBPM now and would like to see them at runtime as I am sending requests. I am not expecting graphical UI. Just variables values is fine. Thank you, Meghana View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: NPE in Expressions.java doing model validation

2007-02-23 Thread [EMAIL PROTECTED]
You can't use s:validate(All) on an expression like registrationProcess.pageAnswers.valueString. But, OTOH, we should not blow up with an NPE. Please add an issue to JIRA asking for a better exception. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-02-23 Thread meghanai_99
I started with 'hello' example this time and added my wsdl to that project. The hello.wsdl looks like this hello.wsdl | | http://jbpm.org/examples/hello"; | xmlns="http://schemas.xmlsoap.org/wsdl/"; | xmlns:tns="http://jbpm.org/examples/hello"; | xmlns:xsd="http://www.w3.org/200

[jboss-user] [JBoss jBPM] - Re: De-Persistence problem with Node?

2007-02-23 Thread pramero
"estaub" wrote : | | I don't have an answer, but I do have a little info. | The CGLIB proxies are used by Hibernate. | | http://www.hibernate.org/hib_docs/reference/en/html/performance.html#performance-proxies | | Ah, this makes perfect sense. I was fully (ok, not fully) a

[jboss-user] [JBoss Seam] - Missing namespace entry in components.xml

2007-02-23 Thread schmatz
Hello, I'm using Seam-gen 1.1.6 and in the auto-generated components.xml file there's a xml namespace entry missing. It's: xmlns:framework="http://jboss.com/products/seam/framework"; Without it you're not able to define entity queries like Greetings, Mark View the original post : http://w

[jboss-user] [JBoss jBPM] - Re: De-Persistence problem with Node?

2007-02-23 Thread pramero
"symmetrysolutions" wrote : In the code that you posted, you never declare t2 and you're redeclaring n from a Node to a TaskNode. Sorry, I was re-writing it a bit (removing some profanity from the variable names) as I posted it, but didn't do a full/acurate job of my renaming. t2 is the same to

[jboss-user] [JBoss Eclipse IDE (users)] - Attaching source to Libraries in 2.0.0 Beta2

2007-02-23 Thread jlage
i can't seem to figure out how to attach the source to the libraries (like JBoss EJB3 Library). I am running the plugin on eclipse 3.2 on OSX View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021372#4021372 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: SeamLoginModule EntityManager injection difficulties

2007-02-23 Thread trickyvail
Thank you Gavin. I have made the change you recomended and it works perfectly. For anyone else that is follwing this thread please note that I edited the components.xml file to include the following: | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss Seam] - Re: Feature request - @InOut

2007-02-23 Thread andrew.rw.robinson
I find things defined in XML files to be very hard to maintain and try to stay away from them and use annotations instead. Also putting variables not tied to beans into the request scope also makes it hard to maintain -- as it is hard to determine what bean put them there. I like to "bean qualif

[jboss-user] [JBoss Seam] - Re: Rich Text Editor

2007-02-23 Thread fady.matar
wouldn't it be a good idea to have something like in Seam? I'll integrate this component and try to include it in the ui tag library. I'll upload the details to the wiki View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021360#4021360 Reply to the post : http:

[jboss-user] [JBoss Seam] - NPE in Expressions.java doing model validation

2007-02-23 Thread matt.drees
My app needs to render a list of questions whose type is database-driven. I'm using a few facelets TagHandlers to accomplish this. The view looks like this: | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: Rich Text Editor

2007-02-23 Thread gus888
Great! it is very appreciative. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021363#4021363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021363 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: error deploying generated CRUD application

2007-02-23 Thread pista666
;-) gavin thanks for ultrafast reply but are you sure ? hmm, generated source code compiles without problem (after replacing javax.ejb.Interceptors with javax.interceptor.Interceptors) and no code (except generated and compiled source) goes from Eclipse plugin to generated seamapp.ear and jbo

[jboss-user] [JBoss Seam] - Re: ProcessInstanceList updating seam-version

2007-02-23 Thread gus888
| | | | | it shoud be | | | | just suggestion. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021359#4021359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021359 _

[jboss-user] [JBoss Seam] - Re: Exception after file upload...

2007-02-23 Thread henrik.lindberg
Phew, finally found what was causing the problem. I had this on the template page: | | which for some reason made something very unhappy after a fileUpload. Toobad - it was quite handy to have the debug hotkey on pages... Greatful if someone had any ideas - maybe I did something wrong with

[jboss-user] [Remoting] - Re: JBoss Remoting & JDK 6.0 situation deadlock

2007-02-23 Thread alexg79
Not to my knowledge, but jbossall-client does not contain anything unique. It's just a bunch of existing jars thrown together for convenience. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021353#4021353 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Seam] - Re: error deploying generated CRUD application

2007-02-23 Thread [EMAIL PROTECTED]
I assume you're trying to use the Eclipse plugin, which does not support recent versions of Seam. I recommend you try seam-gen instead (and why not try the current CVS version, which is even better than the version in 1.1.6). The next release of Hibernate Tools will integrate seam-gen. View th

[jboss-user] [JBoss Seam] - Re: error deploying generated CRUD application

2007-02-23 Thread pista666
versions might help ;-) jboss-4.0.5.GA/ jboss-seam-1.1.5.GA/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021350#4021350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021350

[jboss-user] [JBoss Seam] - error deploying generated CRUD application

2007-02-23 Thread pista666
hi folks, need (probably) entry level advice. i'm getting following error, when trying to deploy generated CRUD application. anybody knows what mistake i'm doing? 22:43:07,150 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.

[jboss-user] [JBoss Seam] - Re: How to refer to multiple instances of Seam component in

2007-02-23 Thread fernando_jmt
Here there's a similar point and even a solution: [url] http://www.jboss.com/index.html?module=bb&op=viewtopic&t=100825 [/url][/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021348#4021348 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Rich Text Editor

2007-02-23 Thread gus888
Hi Seto, could you give a link to the Simone's article? I don't know whether it can be integrated into Seam project. It will be great if FCKeditor can be integrated into Seam UI. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021346#4021346 Reply to the pos

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problems Deploying using JTA, Hibernate 3.1, Jboss 4.0.5

2007-02-23 Thread ansancle
As a desperation measure, I reiinstalled the jboss AS and then tried again. This time no errors, the difference I noticed is that the following class was being used for Query Translation : org.hibernate.hql.ast.ASTQueryTranslatorFactory instead of this one in my original post : org.hibernate.t

[jboss-user] [Remoting] - Re: JBoss Remoting & JDK 6.0 situation deadlock

2007-02-23 Thread asylumx
I see jboss-remoting.jar, but is there an updated version of jbossall-client.jar available somewhere that will work on jboss 4.0.4GA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021344#4021344 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss jBPM] - Re: De-Persistence problem with Node?

2007-02-23 Thread symmetrysolutions
In the code that you posted, you never declare t2 and you're redeclaring n from a Node to a TaskNode. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021343#4021343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021343

[jboss-user] [JBoss Seam] - Re: How to refer to multiple instances of Seam component in

2007-02-23 Thread [EMAIL PROTECTED]
@Role/@Roles View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021341#4021341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021341 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Seam] - How to refer to multiple instances of Seam component in JSF

2007-02-23 Thread [EMAIL PROTECTED]
I have a Seam entity component with the following name @Name("mortgage") In my JSF page, I need to work with several instances of "mortgage". How do I refer to each instance ? In my session bean, I want Seam to inject the instances as @In(value="mortgage1") private Mortgage mo

[jboss-user] [JBoss Portal] - For Thomas Heute or Roy

2007-02-23 Thread jonnydscott
Hi. I realise this is an unacceptable way to approach you guys, and I won't do it again. I understand how overloaded you are and that much of your work, especially on these forums, is sheer good will and dedication. Please forgive me for approaching you directly in this way. I just want a dire

[jboss-user] [JBoss Portal] - Re: Portlet being called when other portlet is maximized

2007-02-23 Thread frontline
Well yes, but it actually is the only portlet visible on the page at the time, strange to call render methods on non-visible portlets... Maybe this is vendor specific, I recall other portals not calling non-visible portlets. But maybe I can live with this when its a known feature :) The spec actu

[jboss-user] [JBoss Seam] - Re: Simple example for Tomcat?

2007-02-23 Thread mlh496
Quick update: I downloaded the latest Seam from CVS (2/20/07). Everything now works fine on Tomcat... -Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021325#4021325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problems Deploying using JTA, Hibernate 3.1, Jboss 4.0.5

2007-02-23 Thread ansancle
I have been struggling to get a simple test application that has one entity bean and one stateless session bean to deploy. I am using Hibernate 3.1, Jboss 4.0.5GA, and EJB3.0 annotations. I have scoured the net and found nothing like the errors I am getting. I have setup my defaultDS in my jboss

[jboss-user] [JBoss Seam] - Re: ProcessInstanceList updating seam-version

2007-02-23 Thread heitmanm
I solved the problem using | | | | | instead of the s:button tag View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021318#4021318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021318

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-23 Thread [EMAIL PROTECTED]
For this: 11:52:14,937 ERROR [STDERR] java.lang.RuntimeException: java.lang.NoSuchMethodException: com.sun.faces.application.ApplicationImpl.addELResolver(javax.el.ELResolver) | It's loading the JSF 1.1 class definition for com.sun.faces.application.ApplicationImpl. Apparently, you've got a

[jboss-user] [JBoss Seam] - Re: Simple example for Tomcat?

2007-02-23 Thread mlh496
Just now I cleaned out my Tomcat 6 webapp folder and removed any cached stuff. I redeployed the booking application. It starts-up fine. However, whenever I try to submit a form it fails with the following errors: 13:00:17,369 ERROR [SeamExceptionFilter] could not roll back transaction | jav

[jboss-user] [JBoss Seam] - Exception after file upload...

2007-02-23 Thread henrik.lindberg
Hi, I am adding a fileUpload to my app. Right now, the only thing I am doing with the uploaded data is to output some data to the log. After I return from the method invoked for the "upload" action I get the following exception.. | 21:40:22,625 INFO [PublishAction] UPLOAD FILE fileName=build

[jboss-user] [JBossCache] - Re: can i replicate tree cache instance in all machines in a

2007-02-23 Thread genman
http://labs.jboss.com/file-access/default/members/jbosscache/freezone/docs/1.3.0.SP1/TreeCache/en/html/configuration.html See ReplQueueInterval, set this to 5 minutes (in milliseconds.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021300#4021300 Reply to th

[jboss-user] [JBoss jBPM] - Re: JBPM GPD Plugin Issues

2007-02-23 Thread jorell
Thanks. I tried the gpd in the jbpm.3 tree but see the same issues. When I build the plugin i see that same error in the launched eclipse. It also has the same issues in the plugin.xml wherein the contentTypeBinding for the editors is set to a content which is not defined in the plugin.xml. Vie

[jboss-user] [JBoss Seam] - ProcessInstanceList updating seam-version

2007-02-23 Thread heitmanm
I wanted to integrate the processInstanceList in my application. | Processes | | | There are no active processes. | | | | |

[jboss-user] [JBoss Seam] - ICEFaces Error

2007-02-23 Thread monkeyden
Anyone else get this? Why should ICEFaces care about portal? 15:17:25,175 DEBUG [FacesContextFactoryImpl] Portlet classes not available: java.lang.ClassNotFoundException: javax.portlet.PortletRequest | 15:17:25,175 DEBUG [D2DViewHandler] Seam Keyword shortcut found, new ViewRoot A long time

[jboss-user] [Remoting] - Re: JBoss Remoting & JDK 6.0 situation deadlock

2007-02-23 Thread alexg79
Probably when they fix the rest of the components (JGroups etc.) that have this same bug, since I don't think they'll make any official releases before they can run the complete test suite. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021292#4021292 Reply

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-23 Thread tonylmai
Have anyone been able to run the book example with 4.0GA + JSF 1.2 yet? After followed the guide in here, I still run into problem (see log below). Can someone help? Thanks 11:52:14,921 ERROR [STDERR] Feb 23, 2007 11:52:14 AM com.sun.faces.spi.InjectionProviderFactory createInstance INFO: JSF10

[jboss-user] [JBoss jBPM] - Re: De-Persistence problem with Node?

2007-02-23 Thread estaub
(This is a repost with the url's fixed.) I don't have an answer, but I do have a little info. The CGLIB proxies are used by Hibernate. See http://forum.hibernate.org/viewtopic.php?t=941095&highlight=&sid=1afdf50d756158fe8298285e49f7df9c and http://www.hibernate.org/hib_docs/reference/en/htm

[jboss-user] [JBoss Seam] - Re: Simple example for Tomcat?

2007-02-23 Thread [EMAIL PROTECTED]
(1) If you are working against current CVS, Tomcat deployment should be fixed now (it may also have been broken in 1.1.6, I'm not sure about that). (2) What errors do you get? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021284#4021284 Reply to the post :

[jboss-user] [EJB 3.0] - Can't get session timeouts and appropriate @PreDestroy to wo

2007-02-23 Thread jlessner
Hello everybody I'm trying to deploy a Stateful SessionBean with a timeout period of only a few seconds and an appropriate invocation of a PreDestroy method when the bean is discarded. I understood from various documents that I should either change the and attributes in standardjboss.xml of my

[jboss-user] [JBoss jBPM] - Re: De-Persistence problem with Node?

2007-02-23 Thread estaub
I don't have an answer, but I do have a little info. The CGLIB proxies are used by Hibernate. See http://forum.hibernate.org/viewtopic.php?t=941095&highlight=&sid=1afdf50d756158fe8298285e49f7df9c[/url] and [url]http://www.hibernate.org/hib_docs/reference/en/html/performance.html#performance-pro

[jboss-user] [JBoss Seam] - Icefaces example typo: duplicate servlet mapping

2007-02-23 Thread stu2
This mapping appears twice: | | Persistent Faces Servlet | /xmlhttp/* | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021283#4021283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021283 __

[jboss-user] [JBoss Seam] - Simple example for Tomcat?

2007-02-23 Thread mlh496
Hey everyone, I'm new to Seam and am very excited the framework. For reasons I won't go into, I need to deploy a simple example of a Seam app that uses a database to Tomcat. When I first installed Tomcat 6.0, I was able to successfully deploy the DVD store and Booking examples. However, now

[jboss-user] [JBoss AOP] - JBoss AOP with InfraRED

2007-02-23 Thread jcollins914
Hello, I am working with JBoss 4.0.4.GA, and am deploying an EAR project which currently contains a .war, and a .aop. I would like to try out InfraRED with this setup, and begin to enjoy the benefits of its code profiling abilities. http://infrared.sourceforge.net/versions/latest/ The produc

[jboss-user] [Remoting] - Re: JBoss Remoting & JDK 6.0 situation deadlock

2007-02-23 Thread aron-smith
I wonder when this will be available in an official release? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021273#4021273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021273 __

[jboss-user] [JBoss Seam] - Re: Feature request - @InOut

2007-02-23 Thread [EMAIL PROTECTED]
I think that looks like a mess. Is there a reason to not use @Factory or one of the other techniques seam provides for managing state? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021269#4021269 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [Beginners Corner] - Re: Unable to Run a JSF with JBuilder 2007 and JBoss

2007-02-23 Thread [EMAIL PROTECTED]
In your web.xml, you are referring to the initializer for the JSF RI implementation. The version of JBoss you are using comes with MyFaces pre-installed. The easiest thing for you to do is probably to load the initializer for MyFaces instead. See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-23 Thread bsmithjj
One last bit of info... A colleague of mine suggested putting the taglibs (seam-email, seam-ui, facelets, etc...) in both the ear and the war - a hack he had to do with weblogic in the past. I tried this, now email is working! Thanks, Brad Smith View the original post : http://www.jboss.com/

[jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching

2007-02-23 Thread eiben
well ... seems not. Or I'm doing something wrong :( That's what I read in some book, that using extened persistence and SFSB should overcome the problem of detaching entities. hmm ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021254#4021254 Reply to th

[jboss-user] [JBoss Seam] - Re: Problem w/ 1.1.6 example Security Rules

2007-02-23 Thread [EMAIL PROTECTED]
Fixed the doc in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021249#4021249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021249 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss jBPM] - Re: Finding tasks efficiently using ContextInstance?

2007-02-23 Thread michaelok
Of course, good point, I'm in my "commercial software" mindset I guess. This is the "That's how we've always done things" sort of thing. Fair enough, this will certainly be a consideration. Even as far as a decent Use Case, as I have seen in other situations with open source, that the core

[jboss-user] [JBoss Seam] - Re: SeamLoginModule EntityManager injection difficulties

2007-02-23 Thread [EMAIL PROTECTED]
Its much better to use auto-create=true for persistence contexts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021247#4021247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021247 _

[jboss-user] [JBoss Seam] - Re: SeamLoginModule EntityManager injection difficulties

2007-02-23 Thread trickyvail
That worked like a charm. This leaves me wondering how some of my other java bean componenets manage to have Seam inject the EntityManager (without create=true). I will assume some other component is instantiating it and outjecting it prior to those injection calls. Thank you both very much.

[jboss-user] [JBoss Seam] - Re: Problem w/ 1.1.6 example Security Rules

2007-02-23 Thread JohnEChesher
Found the solution myself, so thought I would post, as it may later help someone else... This appears to be a problem with the example in the 1.1.6 Reference Doc. However, I remembered that the "seamspace" example in the Seam Distribution uses Seam Security, so I looked at the security.drl file

[jboss-user] [JBoss Seam] - Re: SeamLoginModule EntityManager injection difficulties

2007-02-23 Thread [EMAIL PROTECTED]
create=true is not required if you set auto-create=true :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021233#4021233 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021233 ___

[jboss-user] [JBoss Portal] - Re: Extending the org.jboss.portal.identity.User class and j

2007-02-23 Thread [EMAIL PROTECTED]
Vijay- I would recommend to not modify/extend the core portal database schema. Because this can lead to messy data migration issues when upgrading to newer versions of portal. I would recommend creating new tables for your requirements and linking the data with the core portal schema. And y

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Issue with Oracle Datasource

2007-02-23 Thread natFarfan
Hello People: Can anybody help me with this issue?. I have been trying to configure an Oracle Datasource in Jboss Server and I am getting this error: 17:21:51,078 INFO [Server] Starting JBoss (MX MicroKernel)... 17:21:51,093 INFO [Server] Release ID: JBoss [WonderLand] 3.2.8.SP1 (build: CVSTa

[jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching

2007-02-23 Thread [EMAIL PROTECTED]
using extended persistence contexts can work also - which is how JBoss Seam does it, I believe. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021228#4021228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021228 __

[jboss-user] [JBoss Seam] - Re: How convertEntity works with the noSelectionLabel

2007-02-23 Thread lmen
Thanks a lot for the reply. I have followed the solution to change the entity converter (returning null) because it can be applied more easily to other pages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021227#4021227 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: SeamLoginModule EntityManager injection difficulties

2007-02-23 Thread fernando_jmt
Ttry with this: | @In(create=true) |private EntityManager entityManager; | Or Do you have configured the persistence context in your components.xml, like this: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021226#4021226 Reply to th

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-02-23 Thread kasim
Just a quick comment. The books may be out of date already (including the one i wrote) ... if you are an experienced Seam developer. However ... the books tend to go over a lot of the foundations and basics. These items arent changing drastically. And the other items like iText, etc ... once

[jboss-user] [EJB 3.0] - Re: eager vs. lazy fetching

2007-02-23 Thread eiben
but wait ... when I'm using SFSB and I make repeated calls, wouldn't that be like making those calls all from the same session bean? I mean ... I though using a SFSB in conjunction with an extended entity-manager should avoid that entities get detached. View the original post : http://www.jbos

[jboss-user] [JBoss Seam] - SeamLoginModule EntityManager injection difficulties

2007-02-23 Thread trickyvail
I am running Seam version 1.1.6 on a JBoss 4.0.5.GA server. While following the example from the Seam documentation (page 124) for creating a SeamLoginModule authentication method I have run into the following error: 09:37:41,228 ERROR [SeamLoginModule] Error invoking login method | javax.face

[jboss-user] [JBoss Seam] - Re: Rich Text Editor

2007-02-23 Thread Seto
FCKEditor, it's so powerful and easy to integrate. Follow the Simone's article to set the servlet and use the fck-faces project in the sourceforge to support jsf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021211#4021211 Reply to the post : http://www.j

  1   2   3   >