[JBoss-user] [JBoss Seam] - Re: Seam component with the same name

2006-07-05 Thread CptnKirk
The order-by is less intuitive, however it would be useful for defining drop in overrides. Lets say I wanted to package my component into a JAR and override the default simply by including the JAR in WEB-INF/lib. Allowing me to specify in my JAR's components.xml file that my component should b

[JBoss-user] [JBoss jBPM] - Re: about process-state

2006-07-05 Thread fwshk
Hi Remider, In my understanding of jBPM, the "simple" is the name of process. In other word, you should deploy a process named "simple" into jBPM before execute your process "go". Roy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955726#3955726 Reply to th

[JBoss-user] [JBoss Seam] - Re: Seam component with the same name

2006-07-05 Thread supernovasoftware.com
How about if this must be controlled by components.xml, which I agree with, that Seam throw an error if there are multiple components with the same name? If there is not a deterministic intuitive order that they will be loaded then I think overriding in the componets.xml should be mandatory for

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-05 Thread kukeltje
no, there is not. Just online docs, wiki, sources, testcases/examples etc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955723#3955723 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955723 Using Tomcat but need to do

[JBoss-user] [JBoss Seam] - SEAM Booking demo on Glassfish (Appserver 9.0)

2006-07-05 Thread wstrange
After a fair bit of tweaking, I was able to get the SEAM booking demo running on Glassfish (caveat: there are still a few minor things that are not working right). You can read about it here: http://blogs.sun.com/roller/page/warren#getting_the_seam_booking_example View the original post : h

[JBoss-user] [JBoss Seam] - Re: Seam component with the same name

2006-07-05 Thread jtucker
I like the idea where if the component is defined in component.xml, it overrides the default Seam scanning. So CptnKirk, like you imply in your post, you only want to end up with a single X component being managed by Seam - this would be the one defined in components.xml. Order-by doesn't see

[JBoss-user] [JBoss Portal] - Problems in Deploying Portlets in JBoss 2.2.1 SP2 Portal + A

2006-07-05 Thread sudhar
Hi, I'm a newbie to both JBoss and portal/portlets. I?ve placed the portlet WAR under the C:\JBoss\server\default\deploy folder. The name of my portal app is "funportal" and I've got 2 portlets viz. SettingsPortlet and ZodiacSignPortlet. My portlet.xml contains the correct data wrt the fully qu

[JBoss-user] [JBoss jBPM] - Re: jBPM books

2006-07-05 Thread diwa_pv
hi all, is there any book for jbpm atleast now? please respond if u have any idea regards diwa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955719#3955719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955719 Usi

[JBoss-user] [JBoss jBPM] - about process-state

2006-07-05 Thread Remider
Who help me about process-state? structure of process state as: i want know " what is " and where must i place process "simple" ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955718#3955718 Reply to the post : http://ww

[JBoss-user] [Messaging, JMS & JBossMQ] - Class Cast Exception - Hellodr

2006-07-05 Thread hellodr
Thanks genman.. The type of the Object is org.jboss.mq.SpyQueue . But I dont need to use SpyQueue or SpyConnectionFactory. I prefer to use QueueConnectionFactory and Queue Connection in my program. But When do a JNDI lookup like SpyConnectionFactory factory = (SpyConnectionFactory) ctx.lookup("

[JBoss-user] [JBoss Portal] - getting error while trying to use JBOSS portal

2006-07-05 Thread NikhilSrivastava
hi, I am new to JBOSS portal. I have done the installation using the user guide, but on typing http://localhost:8080/portal i am getting the following exception: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this reque

[JBoss-user] [EJB 3.0] - Re: Oracle10g dialect

2006-07-05 Thread dailo10
Merci beaucoup! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955715#3955715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955715 Using Tomcat but need to do more? Need to support web services, security? Get stuff d

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Class Cast Exception -- By HelloDr

2006-07-05 Thread hellodr
Thanks genman.. The type of the Object is org.jboss.mq.SpyQueue. But I dont need to use SpyQueue or SpyConnectionFactory. I prefer to use QueueConnectionFactory and Queue Connection in my program. But When do a JNDI lookup like SpyConnectionFactory factory = (SpyConnectionFactory) ctx.lookup("

[JBoss-user] [JBoss Portal] - Re: Cannot Render: Object Not Found

2006-07-05 Thread barddzen
Nope. I get the following exception: [CODE] 23:11:38,796 ERROR [MainDeployer] Could not start deployment: file:/C:/Documents and Settings/dyutzy/My Documents/My Downloads/jboss-portal-2.4.0-BETA1/server/d efault/tmp/deploy/tmp24764RVSISFRequests-exp.war/WEB-INF/ org.jboss.deployment.DeploymentEx

[JBoss-user] [JBoss Portal] - A simple mvc framework for portlet development

2006-07-05 Thread ericmacau
There is a pretty simple and easy use framework for portlet development. Please have a look at http://simflet.dev.java.net View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955712#3955712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[JBoss-user] [Performance Tuning] - Re: JBOSS vs JUNIT Performance Issue

2006-07-05 Thread tdanecito
Well, In order to determine what is good performance you need understand how much time it takes to get to the class through the EJB. I would like to know: 1. How are you invoking the bean via a web service or using RMI? 2. What happens if you run the test case via the EJB several times versus ju

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-07-05 Thread CptnKirk
Gavin won't be online until Sunday. Do you just want to go with contrib.seam.* and http://jboss.com/products/seam/contrib/* Tip of the hat or wag of the finger. I don't see much down side in moving ahead. Worst that happens is that we need to repackage and repost down the road. I need to

[JBoss-user] [JBoss Seam] - Re: primary auto increment for MySQL

2006-07-05 Thread CptnKirk
You'll have a better chance of getting a helpful response if you ask your question on the Hibernate or EJB3 forums. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955709#3955709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBoss jBPM] - Intalio vs jBPM

2006-07-05 Thread metabyte
Hi, We are evaluating the usage of a BPM/Workflow manager for both human activity and Web service orchestration. The best products we see out there are Intalio|BPMS and JBoss jBPM. Our requirements are: 1) Ability to model and deploy people processes quickly 2) Ability to put BPM in the hands

[JBoss-user] [JBoss Seam] - Re: Resuming parent conversation

2006-07-05 Thread CptnKirk
See if the docs on conversations and workspace management help. http://docs.jboss.com/seam/latest/reference/en/html/conversations.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955707#3955707 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Beginners Corner] - Re: Any idea why ELs, like ${user.email}, wouldn't work in J

2006-07-05 Thread SmokingAPipe
The problem is solved. As usual, it is something absolutely trivial, which does not show up on any debugging tool. The web.xml doctype was for 2.2, not 2.4. What a difference 0.2 makes. Because the doctype was for an older app, it was giving me JSP 1.2 or whatever, when I need JSP 2.0. This

[JBoss-user] [JBoss Seam] - Re: @Unwrap bug?

2006-07-05 Thread CptnKirk
This looks right to me. Seam delegates variable resolution to JSF if the component can't be found in your Seam context. By returning null from your @Unwrap method you're telling Seam that a component couldn't be created and that it should delegate to JSF. It does this and delegates to JSF, wh

[JBoss-user] [JBoss Seam] - Re: NullPointerException and No conversation context active

2006-07-05 Thread andrew.rw.robinson
nevermind, found out that if I set the preserve sort to false, the EL will not be evaluated during restore view View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955705#3955705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JBoss Seam] - Re: Session scoped javabean problem

2006-07-05 Thread CptnKirk
Are you sure you're not getting a new session each time (blocking cookies, or whatnot)? Just for kicks, what happens if you change your JavaBean to a SFSB? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955703#3955703 Reply to the post : http://www.jboss.co

[JBoss-user] [JBoss Seam] - Re: Session scoped javabean problem

2006-07-05 Thread CptnKirk
Oh, and there may or may not be a problem with the server side state saving in the facelets version that ships with Seam 1.0.1. Try adding: | | javax.faces.STATE_SAVING_METHOD | client | to web.xml and see if that helps. If so, DL the latest facelets.jar from https://facelets

[JBoss-user] [JBoss Seam] - Session scoped javabean problem

2006-07-05 Thread bjneuman
I've got a session scoped javabean that is not being "reused". A new one is created and put in session scope instead. @Name("RequisitionTabbedPaneBean") | @Scope(ScopeType.SESSION) | public class RequisitionTabbedPaneBean implements TabChangeListener { | public RequisitionTabbedPaneBean()

[JBoss-user] [JBoss Seam] - Re: request parameter vs @DataModelSelection

2006-07-05 Thread CptnKirk
Why not use Java EE security along with Seam's support for userPrincipal and isUserInRole instead? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955700#3955700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955700 Us

[JBoss-user] [EJB 3.0] - Problem with EJB3StandaloneBootstrap.shutdown() in ALPHA8

2006-07-05 Thread dunks
I just updated my tests to use embedded ejb alpha 8 from alpha 6. My first set of ejb tests run as normal. When I try to shutdown the the embedded ejb server i get the following errror | ... | 20:19:00,754 INFO [BaseTest] Shutting down embedded JBoss | Jul 5, 2006 8:19:00 PM Reposito

[JBoss-user] [JBossWS] - org.jboss.ws.tools.ToolsUtils bug

2006-07-05 Thread agun
I am using the following configuration to generate a wsdl from a java class in JBoss 4.0.4: http://javatype.mycompany.com"; type-namespace="com.mycompany.javatype"/> Once I have the wsdl, if I run the wsdl-java, irresespective of whether I do

[JBoss-user] [JBoss Seam] - Re: Seam component with the same name

2006-07-05 Thread CptnKirk
How about an order attribute in components.xml (like the servlet load-on-startup)? The named component in a given scope with the highest order wins. This would allow for the override of not only built-in components but others as well. Assume for the sake of argument that some contributor crea

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 Interceptors not Firing

2006-07-05 Thread Saish
Okay, I finally figured out a solution. Apparently, I had slightly older jboss-ejb3x.jar and jboss-ejb3.jar file versions. They referenced javax/ejb/InvocationContext. Thus, the annotations that I referenced in my compiled source were never located when the container was instead (apparently)

[JBoss-user] [Clustering/JBoss] - ClusterFileTransferException

2006-07-05 Thread logankiefer
Environment JBoss 4.0.4 using Farm clustering deployment. I'm getting the error message below when I start up a new jboss server on a different machine. It adds itself to the cluster, but when it tries to pull down the ear files I get the error below. It successfully pulled over the cluster-e

[JBoss-user] [JBoss Seam] - Re: i18n gotcha suggested by Seam manual

2006-07-05 Thread dbatcn
Thank you for pointing out that workaround. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955694#3955694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955694 Using Tomcat but need to do more? Need to support web serv

[JBoss-user] [JBoss jBPM] - jbpm.sar deployment from ant file lost when server is restar

2006-07-05 Thread brado
I am using the jbpm starters kit. When I invoke the deploy.service.archive target from the build.deploy.xml ant file, I successfully deploy my sar (service archive). However, if I then stop and restart jboss, the deployed service is no longer there. If I then go check the server configuration's

[JBoss-user] [JBoss Seam] - Re: NullPointerException and No conversation context active

2006-07-05 Thread andrew.rw.robinson
Well I just found the problem, but not a solution. The WIKI has the problem described: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ In my code, I have a data table that is bound to a list from a conversation scoped bean. It is dying when trying to resolve the bean during the restore

[JBoss-user] [JBoss Portal] - Re: NavigationPortlet problem

2006-07-05 Thread kraptor
Nevermind... The problem was the portlet instance theme settings. The Window, Decoration and Portlet renderer were set by default to "no selection" when they were meant to be set to "empty renderer". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955691#3955

[JBoss-user] [Clustering/JBoss] - Re: How to send a request to a node instance that I specify

2006-07-05 Thread chwang
Hi, Geert, I also read the link you gave me [url] http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_proxyWithJBoss[/url] there is this set up Add stickysession parameter to ProxyPass | | ProxyPass /jmx-console balancer://mycluster stickysession=jsessionid lbmethod=bytraffic nofailover=Of

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-07-05 Thread petemuir
I think that contrib is better than extensions. I'm pretty sure that the xml namespace must be a uri which limits choice somewhat. Seam Gods, what say ye? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955688#3955688 Reply to the post : http://www.jboss.com

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Request/response asynchronous message driven bean

2006-07-05 Thread genman
JMS is always async for sending. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955687#3955687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955687 Using Tomcat but need to do more? Need to support web services, secur

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Class Cast Exception -- By HelloDr

2006-07-05 Thread genman
What's the type of the object? E.g. Object o = ... System.out.println("class is " + o.getClass()); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955686#3955686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955686

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Frequent

2006-07-05 Thread znbailey
Rob, It would be great if that were a user-configurable option. We have a considerable deployment, such that when debugging it is not uncommon for it to take anywhere from 55s to 1:35s to fully start up. (this is according to the line that says "17:57:10,562 INFO [Server] JBoss (MX MicroKernel

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jms problem in jboss

2006-07-05 Thread genman
There are examples in JBoss, did you try them? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955684#3955684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955684 Using Tomcat but need to do more? Need to support web s

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-07-05 Thread CptnKirk
All good questions Pete. I'll defer to the Seam Gods. org.jboss.* may be reserved and imply that these are official JBoss modules. Maybe contrib.seam.extensions? Or following with the seam package structure, contrib.seam.annotations, contrib.seam.databindings, etc View the original post :

[JBoss-user] [JBoss Seam] - Re: javax.servlet.ServletException: No active application sc

2006-07-05 Thread javalover75
I originally had no jars in my war file. I included the following jars simply because the seam-booking example contained them. I am assuming the the jboss-seam-ui.jar is the critical one - but I have not tested this as deadlines are looming. el-api.jar el-ri.jar jboss-seam-debug.jar jboss-sea

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Frequent

2006-07-05 Thread [EMAIL PROTECTED]
The only thing I can think of for that error is if the server is taking longer than my defined timeout. How long is it taking your server to start? If it is actually close to where my timeout is, I can either try to increase the timeout or allow the user to do it. View the original post : h

[JBoss-user] [JBoss jBPM] - Database configuration confusion in the starter's kit

2006-07-05 Thread brado
Presently I am opening up generated jar files in the starter's kit (jbpm directory) to try to figure out how to change JBoss to use another database (Oracle) instead of the default Hypersonic db. The documentation is incomplete and doesn't completely address this, unless there is some part of th

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-07-05 Thread petemuir
I'm just packaging my @SelectItems implementation to put it on the wiki. What package name is best to use? Something under org.jboss.seam? org.jboss.seam.extensions.selectitems perhaps? Also what namespace for taglib.xml. Seam's uses http://jboss.com/products/seam/taglib so perhaps http://jbo

[JBoss-user] [Messaging, JMS & JBossMQ] - Request/response asynchronous message driven bean

2006-07-05 Thread srki
Hi, I would like to send a response to the client once the server is finished processing. Can I do this with message driven beans if the client sends the message to the server asynchronously? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955678#395

[JBoss-user] [JBoss Eclipse IDE (users)] - Frequent "failed to start" error

2006-07-05 Thread znbailey
Hi, I am running Eclipse 3.2 final on a Windows XP workstation, using JBoss AS 3.2.7 and JBossIDE 2.0 Alpha. I am finding that about 40% of the time when I am starting the server for debugging, I get a "failed to start" error with no more information - nothing is output on the console in terms

[JBoss-user] [EJB 3.0] - Re: How to specify default values for attributes in service

2006-07-05 Thread dabramov
I'm interested in this as well, but so far I haven't found a way. The JBoss J2EE deployment descriptor XSD which includes the POJO Service deployement descriptor does not seem to allow for arbitrary management properties, however. I also tried the using a -service.xml file as describe in this

[JBoss-user] [Beginners Corner] - Re: Any idea why ELs, like ${user.email}, wouldn't work in J

2006-07-05 Thread PeterJ
Are you sure that it is in Tomcat? I just checked 5.5.17 and none of the jars contain the javax.el.* package. (Just wondering if you enhanced Tomcat or installed as part of some other package, and that is how you got javax.el.*. I know that kind of a situation has happened to me before.) Vie

[JBoss-user] [Beginners Corner] - Re: Any idea why ELs, like ${user.email}, wouldn't work in J

2006-07-05 Thread SmokingAPipe
Never mind about that last post, that isn't right. javax.el.* is of course part of J2EE. JBoss should ship with an implementation of that package. That's where the problem is. Tomcat does have an implementation, but JBoss does not appear to, which I don't understand. View the original post

[JBoss-user] [EJB 3.0] - Re: detect changes into an ejb3 exploded jar

2006-07-05 Thread cmlopezalv
bdecoste, thanks for your comment, when i mean "it doesnt work" i mean the approach does not work for the application requirements. I've seen some posts like this one: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83952 (see 3 entry), you can see: "I had a good look at Ejb3Configu

[JBoss-user] [Clustering/JBoss] - Re: How to send a request to a node instance that I specify

2006-07-05 Thread chwang
Hi, Geert, Thank you very much. I used (request.getSession(true)).getId() to generate id. D914C93143AF95B2712C64E7637EED68.node1 is genrated by above code. I have a couple of questions. 1.) you mean I put this id in the cookie, like this: Cookie mycookie = new Cookie(D914C93143AF95B2712C64

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Cannot create debug-configuration

2006-07-05 Thread Hilwi
Hello! It's me again with the next problem... :-) I have looked at your video you mentioned a few posts ago and saw that you deployed your ejb-jar to the server by clicking on "Run on server". I have imported a project created with JBoss IDE 1.5 and wanted to deploy my ejb-jars in the same way

[JBoss-user] [JBoss jBPM] - How do I complete switch of JBPM db to Oracle from Hypersoni

2006-07-05 Thread brado
I have downloaded the jBPM starter's kit, read the user guide, and all jBPM and jBPM-db readmes. It seems that the subject of configuring jBPM and the subsequent deployment to an actual JBoss server instance is an uncovered topic. The only documentation I can find seems to only address how to ru

[JBoss-user] [JBoss Seam] - Re: Misunderstanding of how @In works.

2006-07-05 Thread c_eric_ray
That did the trick. It makes sense too. I don't know why I didn't catch that but I see now how the naming has to line up in order for the injection to work. Very cool. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955668#3955668 Reply to the post : http://

[JBoss-user] [Beginners Corner] - Re: Any idea why ELs, like ${user.email}, wouldn't work in J

2006-07-05 Thread SmokingAPipe
Well I think I found the problem. The class javax.el doesn't appear in any of the jars that ship with JBoss 4.0.4. So it looks like JBoss is in fact shipping with an older JSP setup. So I need to somehow install the new JSP jars and have JBoss use those instead. Any suggestions on this? Vi

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released!

2006-07-05 Thread [EMAIL PROTECTED]
In our released features there are some missing WTP dependencies, so our update site will only work if you pre-install WTP, EMF, GEF, and JEM from the Callisto update site. We should have this fixed in 2.0.0.Beta1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [JBoss Eclipse IDE (users)] - JBoss Eclipse IDE 2.0.0.Alpha released!

2006-07-05 Thread [EMAIL PROTECTED]
The JBoss Eclipse IDE Team is happy to announce JBoss Eclipse IDE 2.0.0.Alpha! This is our first Eclipse 3.2/Callisto compatible official release. Note that this is an Alpha/development release so you will need to use our development update site. Here are the relevant links: Sourceforge downlo

[JBoss-user] [JBossWS] - question regarding namespace in wstools

2006-07-05 Thread agun
I am looking at the JBoss 4.0.4 WS stack and see that the wstools requires the user to supply the package to namespace mapping (or vice-versa) for a java2wsdl or a wsdl2java invocation. Why is there no option of turning this off so that the JBossWS stack itself generates the default mapping? Why

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss postgresql pooling

2006-07-05 Thread PeterJ
1) I think MAX_INT (or MAX_LONG). :-) 2) You probably will not want to use MAX_INT because each pooled resource uses memory (space in the Java heap) and you only have so much available. How many you should set really depends on how many concurrent users you think that your application will hav

[JBoss-user] [JBoss Portal] - Re: Cannot Render: Object Not Found

2006-07-05 Thread Silicio
in -object.xml try: default View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955662#3955662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955662 Using Tomcat but need to do more? Need to support web services, security?

[JBoss-user] [Beginners Corner] - Re: Left Bracket

2006-07-05 Thread PeterJ
I just noticed that my supposedly nicely formatted post, which previewed properly, got totally screwed up in the final message. So here it is again: [code] |foo |bar | [/code] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955660#3955660 Reply

[JBoss-user] [JBoss Seam] - Re: Seam component with the same name

2006-07-05 Thread supernovasoftware.com
I would rather not leave off this annotation. It would be the default for many of the applications that would use the class. If I leave it off I would have to put it in every components.xml for every application that used this class instead of the few cases that need an overridding component.

[JBoss-user] [Beginners Corner] - Re: getResourceAsStream returns null when invoked from an EJ

2006-07-05 Thread offline
I'm not sure I understand: The resource is not in META-INF in config.jar, it's in the root of the jar, and is at the root of the classpath. My understanding of getResourceAsStream was that if you don't provide the leading "/" character, it looks relative to the current class, which is undesire

[JBoss-user] [Clustering/JBoss] - Re: Deployment exploded war to jboss cluster

2006-07-05 Thread ScottMarlowNovell
The archive needs to be J2EE deployable as it normally would need to be (including the WEB-INF). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955657#3955657 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955657 Us

[JBoss-user] [Beginners Corner] - Re: Any idea why ELs, like ${user.email}, wouldn't work in J

2006-07-05 Thread SmokingAPipe
I put in this page directive in my JSP: <%@ page isELEnabled="true"%> and when I accessed the page I got: org.apache.jasper.JasperException: /index.jsp(1,1) Page directive has invalid attribute: isELEnabled which indicates to me that JBoss is somehow not providing me with JSP 2.0. Is this co

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0.2 -> 4.0.4 (Problems with topic's JNDI lookup)

2006-07-05 Thread chief39
I replaced "jms" folder in 4.0.4 by analog from 4.0.2 And got the same. Downloading of Jboss-messaging-1.0.1.CR2 have been finished. Tomorrow will try to solve my trouble using it... Is here nobody, who was confronted with these difficulties? View the original post : http://www.jboss.com/index.

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: IllegalAccessError initializing ehcache.CacheManager

2006-07-05 Thread blankema
I am having the same problems. I am very interested in a solution. Does anyone know how to work around this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955654#3955654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBoss jBPM] - Re: Problem in installing BPEL extension with JBoss

2006-07-05 Thread [EMAIL PROTECTED]
Kashif, As pointed out in the jBPM BPEL manual, section 3.4.2, the primary testing target is JBoss 4.0.4, with 4.0.3.SP1 and 4.0.2 being secondary. Earlier versions are untested. Consider upgrading to the latest JBoss version. View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [EJB 3.0] - Re: detect changes into an ejb3 exploded jar

2006-07-05 Thread bdecoste
When you say "it doesn't work", do you mean that the redeploy does not work at all or are you saying that a complete undeploy/redeploy does not work for your application requirements? Currently, touching/modifying the primary deployment descriptor in an exploded archive will always perform a fu

[JBoss-user] [JBoss Seam] - Re: i18n gotcha suggested by Seam manual

2006-07-05 Thread petemuir
Try the alternative syntax: | | I agree, the dot notation is most useful as it allows you 'package' messages e.g. customer.name, button.ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955650#3955650 Reply to the post : http://www.jboss.com/inde

[JBoss-user] [EJB 3.0] - EJB 3.0 Interceptors not Firing

2006-07-05 Thread Saish
I'm sure this is the worst of all possible post types (e.g., no behavior rather than an error that one can diagnose). I am trying to write a very simple EJB 3.0 interceptor that will perform error logging and auditing. The interceptor itself is in a separate class and is referenced via the @In

[JBoss-user] [Beginners Corner] - Re: getResourceAsStream returns null when invoked from an EJ

2006-07-05 Thread lafr
We use this with JBoss-4.0.4 in a similar way. You may try is without the leading slash in the resource's name. If I remember correct, this is not needed | not allowed. The resouce is searched along the class path. If it's in a subdirectory, e.g. META-INF then "META-INF/config.properties" has to

[JBoss-user] [JBoss Seam] - Re: Misunderstanding of how @In works.

2006-07-05 Thread petemuir
Try changing | @In(create=true) | private CalculatorBean cb; | to | @In(create=true, value=calculator) | private CalculatorBean cb; | Seam uses the name of the component variable as the name of the context variable by default; in the code you gave the context variable c

[JBoss-user] [JBoss jBPM] - Re: How do I make jbpm web admin console to work in jbpm-bpe

2006-07-05 Thread [EMAIL PROTECTED]
Actually this issue had already been brought to my attention at JBoss World. I created BPEL-196 for tracking purposes. Thanks for providing details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955646#3955646 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [JBossCache] - Global caching

2006-07-05 Thread jboss2005_01
Hello everybody, I've searching around for the last two weeks trying to find a solution for the following set-up. What I would like to achieve is a set-up where 4 JBoss instances work together in a clustered environment. Two nodes are actually serving client requests while two other nodes are

[JBoss-user] [JBoss Seam] - Re: i18n gotcha suggested by Seam manual

2006-07-05 Thread dbatcn
Some more issues in internationalization for the unwary uninitiated: It's common in Java to use the period character to separate words in resource property names, e.g.: repeat.password=Repeat Password Unfortunately, this gets interpreted (by JSF, I think) as a series of properties, so it look

[JBoss-user] [JBoss jBPM] - Error in named query: SchedulerSession.deleteTimersForProces

2006-07-05 Thread [EMAIL PROTECTED]
I am using jbpm3.1 with Jboss4.0.3sp1 and hibernate3.I am getting the error while deploying the application. Can some body please help me with this issue.This issue in on JIRA. Error in named query: SchedulerSession.deleteTimersForProcessInstance org.hibernate.hql.ast.QuerySyntaxError: unexpected

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-05 Thread patrickvankann
I have tried to download the windows bundles from http://labs.jboss.com/portal/jbosside/downloads/nightly but each link appears broken. For example: http://download.jboss.org/jbosside/builds/nightly/200602282339-nightly/bundle/JBossIDE-200602282339-nightly-Bundle-win32.zip Should I try elsewher

[JBoss-user] [JBoss Seam] - NullPointerException and No conversation context active

2006-07-05 Thread andrew.rw.robinson
Environment: Facelets 1.0.14 MyFaces 1.1.4 Snapshot Seam 1.0.1 GA Problem: I have having an exception in the RESTORE VIEW of my page. My page flow is this: 1) User hits a listing page with a data table. User clicks a command link in a row of the table containing a tomahawk updateActionListener. 2

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: unprocessed jstl tags

2006-07-05 Thread patrickvankann
I had this problem also (The standard tags were not being processed, but no error was thrown). However, I was able to resolve it by ensuring that my web.xml had was defined according to the servlets 2.4 xsd. In other words, insure that your web.xml has this line at the top. http://java.sun.com/

[JBoss-user] [JBoss Portal] - Re: Cannot Render: Object Not Found

2006-07-05 Thread barddzen
Any response to this yet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955638#3955638 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955638 Using Tomcat but need to do more? Need to support web services, security? Ge

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Configuring Tomcat to support JSTL

2006-07-05 Thread rdoust
So, the problem was that the jsp pages that didn't work had an extension of jspf instead of jsp. Adding a servlet-mapping entry to Tomcat's web.xml file solved the problem. Thanks to all who tried to help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955637

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Cannot create debug-configuration

2006-07-05 Thread Hilwi
I didn't see your last post becase it was on the secon page of the topic - so sorry for my last post... I now have installed WTP and now I can open the JBoss-View - thank you for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955636#3955636 Reply

[JBoss-user] [Clustering/JBoss] - Re: Deployment exploded war to jboss cluster

2006-07-05 Thread mittalr
Thanks a lot Scott, I was reading the link. At the end it says "One way to solve would be to archive the contents of the exploded directory and farm deploy the archive instead (users can currently do this on their own). " Does this archive has to be J2EE compliant or I can just make use of fol

[JBoss-user] [JBoss Seam] - Re: Misunderstanding of how @In works.

2006-07-05 Thread c_eric_ray
To add some insight... I want to use the CalculatorBean to hold the data entered in the form and have it injected into the CalculatorAction. This way the calculate method can access the data in the bean to perform the actual calculations. This makes sense to me and seams (pun intended) logical

[JBoss-user] [JBossCache] - Re: Weblogic 91 and POJO Cache

2006-07-05 Thread sphinxmember
Hi , Got it working with both Pojo and Tree Cache. I didnt notice that it was throwing this exception on the admin server org.jboss.cache.statetransfer.StateTransferGenerator_1241] - failed initialing state transfer byte[] java.lang.NoClassDefFoundError: org/jboss/invocation/MarshalledValueOutput

[JBoss-user] [JBoss Seam] - Misunderstanding of how @In works.

2006-07-05 Thread c_eric_ray
I'm doing the following and it's just not working for me. I think I don't quite understand how to use the @In annotation. Any suggestions? I apologize for the long post, but I wanted to show the right amount of information. Thanks. Here's the error... javax.faces.el.EvaluationException: /calcu

[JBoss-user] [Beginners Corner] - Re: Any idea why ELs, like ${user.email}, wouldn't work in J

2006-07-05 Thread SmokingAPipe
Not really. EL is part of JSP 2.0 and has nothing to do with JSTL. Also, displaying things immediately using EL without needing a c:out tag is quite handy. So, any ideas on this? Is EL somehow turned off by JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [JBoss Seam] - Re: Request parameter arrays?

2006-07-05 Thread bkyrlach
This is now fixed in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955630#3955630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955630 Using Tomcat but need to do more? Need to support web services, security? Ge

[JBoss-user] [JBoss Seam] - Re: Maven2 and JBoss Seam DVD Store demo

2006-07-05 Thread oranheim
The components.xml was placed under /src/test/resources/WEB-INF. Here is my configuration: | | | | true | true | jboss-seam-dvd-1.0/#{ejbName}/local | | | | | 12 | | | | | | V

[JBoss-user] [Beginners Corner] - Re: Problem while deploying JBoss Seam on Tomcat 5.5.17

2006-07-05 Thread [EMAIL PROTECTED]
Use the Jems installer, see the getting started document on the JBoss Seam product page View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955628#3955628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955628 Using Tomcat

[JBoss-user] [Beginners Corner] - Re: Any idea why ELs, like ${user.email}, wouldn't work in J

2006-07-05 Thread PeterJ
Shouldn't you first reference the standard tag libraries in your jsp page, such as: <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%> and then use the core 'out' function, such as: Welcome, ! And you will need jstl.jar and standard.jar in WEB-INF/lib. View the original post : http

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Configuring Tomcat to support JSTL

2006-07-05 Thread rdoust
I have found that the problem only happens on one page! I'm very excited. Just have to find out what's wrong with that page now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955626#3955626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss Seam] - Re: Reverse engineering & seam

2006-07-05 Thread RuiRosado
Thank you Aristides. That was a good hint. I am one step (=jsf-page) further. When I fill in a form for finding or creating, I get another error. Going to check that now, but if you have any new hints ... Anyway, I will post my findings here. Rui View the original post : http://www.jboss.com

[JBoss-user] [Beginners Corner] - Any idea why ELs, like ${user.email}, wouldn't work in JBoss

2006-07-05 Thread SmokingAPipe
I have got my application working within JBoss so that it shows a signup form and a login form with JSF, and can now store the new users using EJB, and I now have an authorization filter to protect access to the /protected/* pages. That's all good. But within those pages, I created a index.jsp

[JBoss-user] [Clustering/JBoss] - Re: Deployment exploded war to jboss cluster

2006-07-05 Thread ScottMarlowNovell
Hi Rajesh, No, you cannot deploy exploded war(s) to the Jboss cluster. You could either build the war each time as you suggest or you could use non-clustered deployment on a shared file system (e.g. instead of using farm folder, use alternative deploy folder that is shared between server machi

[JBoss-user] [JBoss jBPM] - How do I make jbpm web admin console to work in jbpm-bpel?

2006-07-05 Thread jiehuan_li
I installed jbpm-3.1.1 on jboss as 4.0.4 GA patch 1, and it worked fine after I updated ehcache-1.1 to ehcache-1.2 under jbpm.sar. I was able to launch the jbpm web app at http://localhost:8080/jbpm to run the demo app and to monitor processes, however the administration tab gives a page with o

  1   2   3   4   >