[jboss-user] [JBoss Seam] - Re: Using DataModelSelection and @Out for an

2006-12-14 Thread SmokingAPipe
"[EMAIL PROTECTED]" wrote : There is nothing wrong with the donothing method. It is needed. but it would be better to make it a page action (or an s:link action) than to use a commandButton. Ok, interesting, I had thought there must be some other way, but I guess not. I will then use do-nothin

[jboss-user] [JBoss Messaging] - Re: JmsXA vs XAConnectionfactory and durable topic subscript

2006-12-14 Thread mclu
"timfox" wrote : BTW, any reason why you're not just using MDBs? Hmm Yes! As I said I have a Topic where messages comes in. These must be processed and send to a queue for each connected system. I don't want so hardcode his so it must be self maintaining. My Idea: Have a service which starts or

[jboss-user] [JBoss Seam] - Re: Using DataModelSelection and @Out for an

2006-12-14 Thread [EMAIL PROTECTED]
There is nothing wrong with the donothing method. It is needed. but it would be better to make it a page action (or an s:link action) than to use a commandButton. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994135#3994135 Reply to the post : http://www.j

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

2006-12-14 Thread SmokingAPipe
anonymous wrote : In Seam 1.1, Seam-managed persistence contexts are very efficient in a clustered environment, and I strongly recommend them. SMPC is one of the pillars of Seam. Without SMPC it's pretty frustrating. I was floundering until I figured out that I needed to use SMPC. I wish tha

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

2006-12-14 Thread [EMAIL PROTECTED]
1) http://www.jboss.com/products/seam/exceptions-1.1.dtd Its also in the Seam jar. 2) The negative consequence is that you can have multiple objects from the same persistent identity, for the same conversation. In Seam 1.1, Seam-managed persistence contexts are very efficient in a clustered

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

2006-12-14 Thread SmokingAPipe
anonymous wrote : What are best practices or suggestions regarding what to bind fields in the webpage to - session beans or entities? Bind them to what they should be bound to! If you're manipulating an object like a "Car", that has color, price, model name, etc, those should be bound directl

[jboss-user] [JNDI/Naming/Network] - jndi reference problem(urgent)?

2006-12-14 Thread augustfox
My environment is myeclipse4.1.1+jboss4.0.1sp1+DB28.2. When I wanna get a database connection,i meet with a problem,the error as follows: 14:38:06,343 INFO [STDOUT] javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: jdbc not bound] 1

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

2006-12-14 Thread lightbulb432
1) Is there a DTD or some detailed documentation that is available for exceptions.xml? I did a web search on this file and noticed a link (http://jira.jboss.com/jira/browse/JBSEAM-186?page=comments) that showed a lot of proposed activity, and I'm just wondering what the final set of functional

[jboss-user] [JBoss Eclipse IDE (users)] - Entities in EJB3.0

2006-12-14 Thread mahesh.mylavarapu
Can any one tell me how to create entities of EJB3.0 using JBoss IDE wizards. I am also looking for any tutorial for getting started with EJB3.0 in JBoss IDE. Any help in this regard is highly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994

[jboss-user] [JBoss Seam] - Using DataModelSelection and @Out for an "are you sure" page

2006-12-14 Thread SmokingAPipe
Here's the scenario: I use a DataModel in my SFSB to present a table to a user. Let's say it's a table of important things that you wouldn't normally delete, like a table of Customers. I display this table, using the DataModel, and next to each Customer there is a "delete" button. Clicking "

[jboss-user] [JBoss jBPM] - Re: Missing processdefinition after Jboss server restart

2006-12-14 Thread anu123suya
i did not use any such line in my cfg.xml file. any other suggestions pls? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994128#3994128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994128 ___

[jboss-user] [JBoss Seam] - Re: [OT] Seam and Tomahawk - lost property?

2006-12-14 Thread popcorn09
"Bischoje" wrote : +1 on working towards better cooperation between Tomahawk and Seam (both the Products and the Teams ;) +1 from my side too! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994127#3994127 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBossCache] - Re: Performance Issue with Jbosscache

2006-12-14 Thread [EMAIL PROTECTED]
Wait a minute, your CacheMode is REPL_ASYNC, which means that JBossCache tries to replicate each modfication ! Change that to LOCAL if you don't want replication, or use (a) transactions or (b) a replication queue if you want to bundle modifications. View the original post : http://www.jboss.c

[jboss-user] [JBossCache] - Re: URGENT: Need documentation for down_thread and up_thread

2006-12-14 Thread [EMAIL PROTECTED]
Which cache ? JBossCache ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994125#3994125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994125 ___ jboss-user mailing list jbos

[jboss-user] [JBossCache] - Re: URGENT: Need documentation for down_thread and up_thread

2006-12-14 Thread [EMAIL PROTECTED]
"manojpn" wrote : Thanks for your reply, really appreciate that. So are you suggesting that I should set these to false always for each protocol ? Is there any reason why I would set these to true for any protocol ? | I am using jgroups 2.2 | | Usually, yes, but with 2.2, I don't know. 2

[jboss-user] [JBoss Seam] - Re: Seam generate-entities failing

2006-12-14 Thread [EMAIL PROTECTED]
to limit the reverse engineering to a specific schema set hibernate.default_schema in build.properties. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994123#3994123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39941

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-12-14 Thread vt00098
hi diwa, u r every kind.i really appreciate your help. regards and thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994122#3994122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994122 ___

[jboss-user] [JBossCache] - Re: Performance Issue with Jbosscache

2006-12-14 Thread muthukumaran_m
Thanks for your interest. Actually we didn't have any cluster setup, while we took the performance results. We actually wanted to get the performance of the application with a single server instance. Kindly advice me, whether I am missing some setting here? Then, regarding the JGroups version,

[jboss-user] [JBoss Seam] - Re: could not get id of: org.jboss.seam.framework.Home.insta

2006-12-14 Thread [EMAIL PROTECTED]
Seam was swallowing the real exception, which was from Hibernate Validator. This is now fixed in CVS. You should be using required=true on your JSF fields. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994120#3994120 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Portal] - Weather Portlet

2006-12-14 Thread sridhark79
Hi, How is the Weather portlet is able retreive to the region set the by the user in the edit mode for that user. What is the link between the POrtlet data and the user in the Portal Database.? Any clues.?? Thanks in adavance Sridhar View the original post : http://www.jboss.com/index.html?

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

2006-12-14 Thread thejavafreak
Nice guide. Really nice Now I can run a seam-gen generated application on JBoss AS 5.0.0Beta1 I'm loving this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994118#3994118 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Portal] - Re: jboss-portal-2.4.1CR2 cms links broken

2006-12-14 Thread hurzeler
Can you tell me which class I need to overwrite? Tha View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994117#3994117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994117 ___ jb

[jboss-user] [JBoss Portal] - Re: jboss-portal-2.4.1CR2 cms links broken

2006-12-14 Thread [EMAIL PROTECTED]
ahhhthat maybe an issue. right now, /content is mapped to the default page with the cms portlet on it using the CommandMapper framework in portal for your new page, you will need to write another command mapper to do that similar to the one written for the original. Thanks Sohil View the

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-12-14 Thread diwa_pv
hi, i was just about to send u the reply to your problem. but you found the way out of it! Its really good to see most of them are successfully deploying jbpm on tomcat after seeing this post! regards and thanks diwa View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-12-14 Thread vt00098
I resolve the pb. I didn't init the userbean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994114#3994114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994114 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Add in a message bundle from a component jar

2006-12-14 Thread [EMAIL PROTECTED]
anonymous wrote : Ok. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994113#3994113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994113 ___ jboss-user mailing list jboss-user@lists.jboss.org https://l

[jboss-user] [JBossCache] - Re: UnsupportedOperationException with WAS 6.0, CMT , Hibern

2006-12-14 Thread lakida
Opened bug in Jira http://jira.jboss.com/jira/browse/JBCACHE-907 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994112#3994112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994112 __

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

2006-12-14 Thread [EMAIL PROTECTED]
1) You don't need to call @Remove, since Seam will call the @Destroy method, which removes the bean, at the end of the conversation. The reason for @Destroy @Remove is to make sure that the conversation can't possibly be destroyed without the SFSB being removed. 2) No, it is definitely not requ

[jboss-user] [JBoss Seam] - Re: Seam web.xml question

2006-12-14 Thread [EMAIL PROTECTED]
Use whatever version of the schema works for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994109#3994109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994109 ___ jboss

[jboss-user] [JBoss Seam] - Re: Injecting EJB3 into a POJO

2006-12-14 Thread [EMAIL PROTECTED]
Definitely it is not possible using @EJB. It is possible using @In, but you must use the local interface type, not the bean class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994108#3994108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Portal] - Re: jboss-portal-2.4.1CR2 cms links broken

2006-12-14 Thread hurzeler
That helps but only so far. After deleting the data directory and the DB the links work ok on the default page. However I have put the CMS portlet on my own page called 'Home'. As soon as I do that the links are not working any more. Do we have to change the links somehow when the CMS portlet is

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2006-12-14 Thread PeterJ
Let's try one more thing. Set this environment variable: set _JAVA_LAUNCHER_DEBUG=1 Add the 'output' attribute to the < java > task so that you can capture the program output in a file. In addition, add the -verbose:class JVM argument. So the < java > task would look like: | | If y

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE, Eclipse 3.1 and upcoming WTP versions

2006-12-14 Thread fubar08888
when is the trailblazer going to be available? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994106#3994106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994106 ___ jboss-us

[jboss-user] [JBoss jBPM] - Re: BPEL : asynchronous invocation

2006-12-14 Thread saugatakc
Thanks for the reply. This example is of a simple request-response invocation of a web-service. I'm looking for an example of asynchronous invocation, where the BPEL process invokes the web-service and the web-service calls it back. Particularly I want to know how the reply-to address is passed.

[jboss-user] [JBoss Portal] - Re: jboss-portal-2.4.1CR2 cms links broken

2006-12-14 Thread [EMAIL PROTECTED]
I just ran this locally on my box: The following link comes up with the page just fine: http://localhost/portal/content/default/project.html You may want to delete your portal database and let the cms reinitialize the content. Also, delete the /data directory under your server configuration in

[jboss-user] [JNDI/Naming/Network] - Re: jndi.properties jnp.timeout=60000000 ignored

2006-12-14 Thread fubar08888
sorry, the fix by llucifer works updating the jboss-service.xml file socket://0.0.0.0:3873/?socketTimeout=30 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994103#3994103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JNDI/Naming/Network] - Re: jndi.properties jnp.timeout=60000000 ignored

2006-12-14 Thread fubar08888
Does anyone know how to solve the above problem, I have a bean method that takes a little bit more than 60 secs and I get the timeout, is there a way to set it higher? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994102#3994102 Reply to the post : http://

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.ClassNotFoundException: org.jnp.interfaces.Nam

2006-12-14 Thread forumer
Here is an excerpt from build.xml. myClient.jar are my classes. Classpath must be ok as things work when I place the JNDI variables in system variables! | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: Seam web.xml question

2006-12-14 Thread caigao
Hi, i have the same question as you. Anyone can answer us about this? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994101#3994101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994101 ___

[jboss-user] [JBoss Seam] - Re: Injecting EJB3 into a POJO

2006-12-14 Thread [EMAIL PROTECTED]
Meant to say @In(create=true) causes that stuff. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994100#3994100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994100 ___ jboss-

[jboss-user] [JBoss Seam] - Re: Injecting EJB3 into a POJO

2006-12-14 Thread [EMAIL PROTECTED]
@In cause the stuff below: anonymous wrote : | Caused by: java.lang.IllegalArgumentException: Could not set field value by reflection: DragDropBean.kohdeEditor on: fi.jab.jsf.icefaces.DragDropBean with value: class org.jboss.seam.intercept.Proxy$$EnhancerByCGLIB$$36c63494 | at org.jboss.

[jboss-user] [JBoss Seam] - Injecting EJB3 into a POJO

2006-12-14 Thread [EMAIL PROTECTED]
Hello, I don't quite recall this stuff correctly but is it possible to inject (either @In or @EJB) SFSB into a plain java class? Or is there just something wrong with the syntax? | @Name("dragDropBean") | @Scope(value = ScopeType.SESSION) | public class DragDropBean implements Renderabl

[jboss-user] [JCA/JBoss] - Re: JCA/CICS has problem with JBoss4.0 RC1

2006-12-14 Thread [EMAIL PROTECTED]
That would be my guess. Could you turn on tracing when you deploy your *-ds.xml file and then send it to me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994097#3994097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

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

2006-12-14 Thread lightbulb432
That works, thanks. 1) I've left my destroy() method as in the example from the previous post. What I don't understand, though, is don't @Remove and @End conflict in any way? It seems like if @End is called, the conversation ends, and if @Remove is called, then the SFSB is removed? But I never

[jboss-user] [JCA/JBoss] - Re: HSQLDB connection problem

2006-12-14 Thread [EMAIL PROTECTED]
I am not sure what you are saying. Do you want to use HSQLDB outside of JBoss, are you having a problem looking up your datasource, what? Please read: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Also, you should take a look at all the sticky threads at the beginning of this forum. This

[jboss-user] [JCA/JBoss] - Re: JCA/CICS has problem with JBoss4.0 RC1

2006-12-14 Thread bkseow
Hi, The adapter was installed as I can see the following entries through jmx-console: : : name=cicseci,service=ConnectionFactoryBinding name=cicseci,service=ManagedConnectionFactory name=cicseci,service=ManagedConnectionPool name=cicseci,service=TxCM : : The CICS resource adapter that I am

[jboss-user] [JBoss jBPM] - Re: Request didn't include a SOAP Message

2006-12-14 Thread [EMAIL PROTECTED]
Hi Bertrand, If I understand correctly, jBPM is sending an HTTP request to a partner service, but the SOAP envelope being transmitted is not what the service expects. In this case, I'd like to take a look at the outgoing SOAP message and the partner WSDL document for determining the possible ca

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-12-14 Thread kukeltje
hmm I was beaten again (with the quickness of responding) but want to end this discussion again with a remark I made only a few days ago.: Remember, we love you ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994090#3994090 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: Seam 1.1 GA, at last!

2006-12-14 Thread williamhe
Very good, very grateful , extremely grateful for all your efforts!!! I want to know, use Myface tomahawk in jboss-seam, Need some special allocation? Thanks advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994089#3994089 Reply to the post : http://www

[jboss-user] [JBoss Messaging] - Are there performance numbers available comparing MQ vs Mess

2006-12-14 Thread batter
Just curious if people posted their numbers comparing MQ vs Messaging. I am trying to determine if my project should use messaging and keep our fingers crossed that it will release in the next few months and need some data to convince others higher in the decision tree :-) Of course if those n

[jboss-user] [Installation, Configuration & Deployment] - EAR Deployment, Third-party libraries and Struts

2006-12-14 Thread KooKoolen
Hello everybody, I'm currently developing a J2EE software which uses EJB3 for the business layer and a web front-end to access and input data. I started developping the two modules separately and deploying them separately. It worked fine. Now, I want to package them in a single EAR file. Since

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-14 Thread kukeltje
hmmm what is it that makes it a non regular webapp by just using jsf? It is the standard ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994086#3994086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994086 _

[jboss-user] [JBoss Portal] - Re: jboss-portal-2.4.1CR2 cms links broken

2006-12-14 Thread hurzeler
http://localhost/portal/portal/content/default/project.html does not give an error but brings up the index.html page instead and that is not write either?!?! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994083#3994083 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-12-14 Thread kukeltje
James, It is a dead horse. I was the first who got 'frustrated' by people who think OS means free, detailed support. Sorry, to not fullfil that. Cocampo has to some extend taken over the task to educate people, cause that is what I think it is, educating them. If you think the jBPM documentat

[jboss-user] [JBoss Portal] - Re: jboss-portal-2.4.1CR2 cms links broken

2006-12-14 Thread [EMAIL PROTECTED]
What about: http://localhost/portal/portal/content/default/project.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994081#3994081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994081 __

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-12-14 Thread cocampo
Yeah, you're correct, I should let Java-noobs pollute the forum with nonsense (at least regarding jBPM) questions. However, in this particular case, the guy had NO clue at all regarding jBPM (even after reading -or at least he said so- the manual and the wikis). After a while, someone told him t

[jboss-user] [JBoss Portal] - jboss-portal-2.4.1CR2 cms links broken

2006-12-14 Thread hurzeler
Hello there, It seems that in CMS the hyperlinks do not work anymore. Is there a way around that? On the default page is a link (Click here) under Project Information to http://localhost/portal/auth/content/default/project.html that give a 404 error (resource not found). Subsequently my custom

[jboss-user] [JBoss Seam] - Re: Seam generate-entities failing

2006-12-14 Thread bunzee
Hi, I think there's a general issue when seam-gen is used to generate-entities from sqlserver (or postgresql). Basically the system table also got processed too and hibernate complains about missing primary key and whatnot. Does any one know how to set it such that only the non-system tables g

[jboss-user] [JBoss Seam] - Re: Add in a message bundle from a component jar

2006-12-14 Thread petemuir
Ok. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994077#3994077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994077 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/ma

[jboss-user] [EJB 3.0] - Re: Getting Syntax error with EJB 3.0.

2006-12-14 Thread ALRubinger
"dvuday" wrote : configuration: | | JDK: 1.5.0 | JBOSS: 4.0.3SP1 | Eclipse: 3.1 | | Ah. I can't remember what versions of which, and where the JARs were from that far back... JBoss 4.0.4-GA (I believe) shipped w/ EJB3 RC7, and 4.0.5 has RC9. I'd recommend wither upgrading JBoss

[jboss-user] [JBoss Seam] - Re: Add in a message bundle from a component jar

2006-12-14 Thread [EMAIL PROTECTED]
What you're trying to do can't work. There is no way for two configurations to be "merged", one always overrides the other. If all you need is an override, you can use http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994074#3994074 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Can't get Seam managed persistance working in an app sco

2006-12-14 Thread [EMAIL PROTECTED]
Solution is to include the jndi properties in hibernate.cfg.xml (prefixed with hibernate.jndi.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994075#3994075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994075 __

[jboss-user] [Security & JAAS/JBoss] - Re: Bug in SecurityAssociation(?) - EJB3 MDB Calls a SLSB wh

2006-12-14 Thread sappenin
Does anybody have any thoughts/opinion about the questions in my second post (above)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994073#3994073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994073

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

2006-12-14 Thread [EMAIL PROTECTED]
Specifally, see the example here: http://docs.jboss.com/seam/1.1GA/reference/en/html/framework.html#d0e6711. That's not using an EJB3 persistence context, but it does show the override mechanism. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994072#3994072

[jboss-user] [JBoss Seam] - Re: Add in a message bundle from a component jar

2006-12-14 Thread [EMAIL PROTECTED]
Are you really wanting to merge them? Would it not work to simply give your other resource bundle a different name? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994071#3994071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: Referencing global view-id variables from .jpdl.xml

2006-12-14 Thread [EMAIL PROTECTED]
You can have any number of entities, but entities are not allowed in attribute values. If it were me, I wouldn't try to solve this problem using entities. I don't like the use of entities in general, and I particularly dislike using them in this manner. I would simply do textual transformatio

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2006-12-14 Thread svadu
I just tried the jpa example and it works wonders, I guess the problem isn't as critical anymore :) I raised an issue at Resin anyway. Hopefully things will get better! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994068#3994068 Reply to the post : http:/

[jboss-user] [JBoss jBPM] - Re: how to get jBPM working without the starterkit

2006-12-14 Thread [EMAIL PROTECTED]
Not to beat a dead horse, but you guys can be real asses. Gees, the guy was struggling, so he asked for help. If it's that painful to answer, don't. Somebody else will, or he'll continue looking somewhere else. What's the point in making them feel like an idiot? Truth is, I find the jBPM do

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

2006-12-14 Thread [EMAIL PROTECTED]
Yes, its quite possible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994067#3994067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994067 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2006-12-14 Thread svadu
Yes hibernate example works fine, I just wanted to use entity manager from ejb-3 which is somewhat simpler to use than hibernate... I guess the world isn't as perfect as we all want :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994066#3994066 Reply to th

[jboss-user] [JBoss Seam] - The "Java way" to use the entity-query component

2006-12-14 Thread [EMAIL PROTECTED]
Hi, The doc does not say it. But can I use Java code to configure the entity-query component in the CRUD framework? I want to inject an EJB3 managed entityManager to the query component ... Thanks a lot. cheers Michael View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2006-12-14 Thread [EMAIL PROTECTED]
Do you have to use EJB3 session bean components? If EJB3 is broken in Resin, chances are you are not using any EJB3-specific services anyway. :) Would POJO components + JPA sufficient for you? I think Seam POJO apps such as the "jpa" and "hibernate2" examples should run in resin. View the origi

[jboss-user] [JBoss Seam] - Add in a message bundle from a component jar

2006-12-14 Thread petemuir
I was hoping to be able to add an extra message bundle to the seam message bundle (it should be added as the lowest priority) from an included jar (in WEB-INF/lib). I tried | | | org.jboss.seam.selectitems.messages | | | in

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2006-12-14 Thread svadu
I have a little update: the ejb-30.jar is only javax.ejb.* and javax.persistence.* interfaces for ejb and persistence. Once I copied those from jboss seam the booking application which uses ejb-3 micro-container worked. It seems to be that for Resin it is enough to update the interfaces (I wish

[jboss-user] [JBoss Seam] - Re: Can't get Seam managed persistance working in an app sco

2006-12-14 Thread [EMAIL PROTECTED]
Sure. [EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994059#3994059 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994059 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Seam] - Re: Can't get Seam managed persistance working in an app sco

2006-12-14 Thread lle
again, it got truncated. Gavin, Can I send it to your email instead? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994058#3994058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994058 __

[jboss-user] [JBoss Seam] - Re: SEAM and JBPM

2006-12-14 Thread juangiovanolli
did you try using the s:link button instead of h:commandbutton??? i don't remember exactly my problem, but i remember that one of my solutions was use s:link. Good Luck! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994057#3994057 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: @IfInvalid is out, so?

2006-12-14 Thread SmokingAPipe
AYE SANTA MARIA that was painful. I spent about a day going over examples etc to figure out why that wasn't working. That fixed it. If you have a @Length validation on the bean, put a required="true" attribute into the inputText JSF component, and it works as expected. Here's the URL for t

[jboss-user] [JBoss Seam] - Re: Can't get Seam managed persistance working in an app sco

2006-12-14 Thread [EMAIL PROTECTED]
Um, that got truncated, it seems... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994052#3994052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994052 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: @IfInvalid is out, so?

2006-12-14 Thread petemuir
@Length doesn't work on its own, you need to use the required attribute in the JSF. See the problems FAQ. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994048#3994048 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=399

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2006-12-14 Thread svadu
I just tried to 'fake' the interface so that the reflection wouldn't complain but there are more interfaces that have the same problem. I am not sure now if it's worthy patching unpatchable (or almost equal to fixing ejb-3 on resin). View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: @IfInvalid is out, so?

2006-12-14 Thread SmokingAPipe
What's happening is that the action is being called even though the input is not valid. My thought was that if the object is not valid, the page should re-display, without calling the action, right? Here's some code: In test.jsp: | | |

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2006-12-14 Thread svadu
It would be great if you could patch it for me! But I will raise the issue on resin site anyway, the problem is that ejb-3 isn't getting much of priority there (that ejb-30.jar isn't changing for several versions. Thanks in advance! View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss AOP] - Re: NullPointerException at advised._getInstanceAdvisor();

2006-12-14 Thread robotics80
I have the same problem when I use Method call pointcut with load time weaving activateAnyone could help us with this problems? I tried even with jboss aop 2.0.0.alpha1 but it is the same thing! Is it a bug or we aren't able to use the pointcut expressions? View the original post : http://

[jboss-user] [JBoss Seam] - Re: Can't get Seam managed persistance working in an app sco

2006-12-14 Thread [EMAIL PROTECTED]
OK, that much looks good. Now post a debug-level Seam log. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994042#3994042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994042

[jboss-user] [EJB/JBoss] - java.lang.ClassCastException in EJB-Proxy

2006-12-14 Thread tonioc
Hi, I'm usign 4.0.5/EJB3 and an independent Tomcat 5.5 Ububntu 5-10 java 1.5.08. Using StatelessSessionBean with a BusinessDelegate as a facade. The application is a web-service front end to EJB methods, it is working ok, but: Every now an then, sometimes after re-deploying, sometimes after

[jboss-user] [JBoss Seam] - Re: Can't get Seam managed persistance working in an app sco

2006-12-14 Thread lle
Sorry, forgot to mention that in my jboss-beans.xml, i got this: | | com.mysql.jdbc.Driver | jdbc:mysql://localhost:3306/ga_db | root | sadmin | java:/hibernateDatasource-mysql | 0 | 10 | 1000 | 10 | |

[jboss-user] [JBoss Seam] - Re: Can't get Seam managed persistance working in an app sco

2006-12-14 Thread [EMAIL PROTECTED]
And what is in jboss-beans.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994038#3994038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994038 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: NotSerializableException in JBossCache with Log4J Level

2006-12-14 Thread Marlig
I'm afraid the problem still exists. However, it was hidden for a while behind another serialization problem regarding java.lang.reflect.Method. Seems we/some of the frameworks we use are putting this into the Session. After searching for quite a long time I kind of gave up and just removed the

[jboss-user] [JBoss Seam] - Re: Can't get Seam managed persistance working in an app sco

2006-12-14 Thread lle
This is what I got in my components.xml (based on the hibernate2 example) | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994037#3994037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=399403

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - server.rootdir not defined properly

2006-12-14 Thread rsood72
I have a blank struts project configured inside eclipse. I am running JBoss4 from within eclipse, Every time i start the server I get an error javax.servlet.ServletException: server.rootDir property not defined Does anyone know whats going on or what I need to do. Where is this rootDir defined. V

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Can't Access JBoss 4.0.2 via IP address while running in

2006-12-14 Thread [EMAIL PROTECTED]
Can you elaborate what you mean when you say you cannot "access" the server via IP? Do you mean you cant create it? Or you can't start / stop it? Which step, exactly, fails? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994035#3994035 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.1 on Resin

2006-12-14 Thread [EMAIL PROTECTED]
I probably could catch and swallow that exception (you could easily patch Seam youself, in fact), but is that really the best solution? So the problem is that Resin has an older or incorrect implementation of the EJB3 API. It's best to get the Resin guys to fix that, I suppose. Anyway, if you r

[jboss-user] [Security & JAAS/JBoss] - Cant authenticate against jaas when set up through a context

2006-12-14 Thread ChristianNelsen
I wanted to expose a specific directory on my system to the web and found a way to do it by adding a Context element into my server.xml. | | which works fine, http://localhost:8080/mylogs gives me a directory listing. However, when I try to secure it with the same security I h

[jboss-user] [JNDI/Naming/Network] - java.lang.ClassCastException in EJB-Proxy

2006-12-14 Thread tonioc
Hi, I'm usign 4.0.5/EJB3 and an independent Tomcat 5.5 Ububntu 5-10 java 1.5.08. Using StatelessSessionBean with a BusinessDelegate as a facade. Every now an then, sometimes after re-deploying, sometimes after restarting jboss, a call to Business-Method (isUserAuthorized) from my tomcat applica

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.ClassCastException in EJB-Proxy

2006-12-14 Thread tonioc
Sorry, this is not the correct forum, I'll repost it in EJB/Jboss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994032#3994032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994032 _

[jboss-user] [JBoss Seam] - Re: Referencing global view-id variables from .jpdl.xml

2006-12-14 Thread spambob
Hey Norman, thanks a lot for your help. But IMHO this xml solution isn't really good because: 1. it is not possible to have more than one entity per file (please correct me if I'm wrong on that), therefore one would end up with a lot of files just containing '/foo.xhmtl', '/bar.xhtml', ... 2.

[jboss-user] [JBoss Seam] - Re: Can't get Seam managed persistance working in an app sco

2006-12-14 Thread [EMAIL PROTECTED]
So in your environment, what is bootstrapping the datasource? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994028#3994028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994028 _

[jboss-user] [JBoss Seam] - Re: Can't get Seam managed persistance working in an app sco

2006-12-14 Thread lle
I tried and it still didn't work. Same exception occurs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994026#3994026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994026 _

[jboss-user] [JBoss Seam] - Re: si:selectItem error parsing

2006-12-14 Thread lowecg2004
Pete, Changing to @Out worked - thanks for your assistence! BTW - adding support for @DataModel would be most welcome. Anyway, thanks for contributing the component. Kris, I know I was using a list rather that using enums, but to get my @Out value working I had to replace my @Factory with

  1   2   3   4   >