[jboss-user] [JBoss Seam] - Re: Can I define some

2007-08-29 Thread anescu
Thanks guys, I made it work. For now just some String values, but I will probably transform them into a "config" class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079436#4079436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: @AutoCreate and create = true does not work

2007-08-29 Thread matt.drees
You need | @In EXAccessPoint entryGate; | The field name needs to match the name of the component you want injected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079435#4079435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem trying to run a Scheduler MBean from a deployed

2007-08-29 Thread sandesh.tallera
i'm also facing the similar problem. Can any one provide the solution. Its very urgent. thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079434#4079434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079

[jboss-user] [JBoss Seam] - Re: @AutoCreate and create = true does not work

2007-08-29 Thread thejavafreak
Try: @In(create=true) EXAccessPoint exAP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079433#4079433 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079433 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: the intercept component don't work!

2007-08-29 Thread matt.drees
Yes, you use @Name to define a seam component. So, if you called Component.getInstance("interceptsTest"), the @Logger field would be filled. But when Seam instantiates an interceptor from the class you specify, it just treats it like a normal object. It doesn't inject @Loggers or give it inte

[jboss-user] [JBoss Seam] - Re: UnsupportedOperationException when using h:selectManyLis

2007-08-29 Thread wise_guybg
Thanks, that worked. As it turns out, there is no need to call entityManager.merge() at all. As the Exam entity is always in the entityManager, any call to entityManager.flush() will do the job of updating the database. I guess no one has got my problem because I shouldn't have called merge() i

[jboss-user] [JBoss Portal] - Re: preferences in portlet-instances.xml

2007-08-29 Thread habicht
ups! used quote instead of code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079428#4079428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079428 ___ jboss-user mailing lis

[jboss-user] [JBoss Portal] - preferences in portlet-instances.xml

2007-08-29 Thread habicht
hi! i'm trying to read preferences out of the portlet-instances.xml but it doesn't work. i've read other posts concerning the same topic but i couldn't find a solution. the only thing that works is getting the value from the portlet.xml file. anonymous wrote : public class PortletA extends Gene

[jboss-user] [JBoss Seam] - Re: the intercept component don't work!

2007-08-29 Thread chlol
that's ok,thank you! but how to define a seam component? Is not it to use @Name to define? pardon my prolixity! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079425#4079425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: Datmodel(Selection with facelets) does not work

2007-08-29 Thread baz
Any ideas/explanations/pointers? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079424#4079424 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079424 ___ jboss-user mailing lis

[jboss-user] [Beginners Corner] - org.jboss.system.ServiceMBeanSupport

2007-08-29 Thread shankha
Hi, Can any body please suggest me which jar contains org.jboss.system.ServiceMBeanSupport class ? I am not able to find this class in my JBOSS lib ditectory /sh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079423#4079423 Reply to the post : http

[jboss-user] [JBoss Portal] - Re: Need IPC Sample

2007-08-29 Thread habicht
does that code example from the link 2 posts above work for Portal 2.6? do i have to create a jboss-service.xml, if yes where, or do i have to copy this mbean-code into an existing file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079422#4079422 Reply to

[jboss-user] [JBoss Seam] - Instances get lost - strange behavior in conversational comp

2007-08-29 Thread maku01
hi, I've a really strange problem with a Seam Component which scope is "CONVERSATION" I read a Entity List (roomList) with JPA in the case the member variable is null --> getRoomList(). Then I want to hold the instance as long the component exists. When I operate on this component from the re

[jboss-user] [JBoss Seam] - @AutoCreate and create = true does not work

2007-08-29 Thread gothmog
Hi, I have two APPLICATION scoped components and one needs to be @In jected with the other, however I get SEVERE: Error Rendering View[/cgsimulateentry.xhtml] | org.jboss.seam.RequiredException: In attribute requires non-null value: entrySimulation.exAP Seam recognizes the components and the

[jboss-user] [JBoss jBPM] - Re: Urgent Help Required

2007-08-29 Thread muddsar
Thanks for the reply.Can anyone please guide me about configuring oracle as my database with JBPM.i shall be really thankful View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079417#4079417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: General object-locking gizmo

2007-08-29 Thread nickarls
any theories on this lock-release-on-session-expire-thing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079416#4079416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079416

[jboss-user] [JBoss Seam] - Re: can not access a member of class ... with modifiers

2007-08-29 Thread fernando_jmt
So, it seems something related with some properties' modifiers. I saw something related here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114028 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079415#4079415 Reply to the post : http://www.jboss

[jboss-user] [Beginners Corner] - Re: jboss 4.2.1 and my servlets . . . . HEEEEELP!!!!!!

2007-08-29 Thread navarrolopez
Thank you for your answer. I finally solve this problem. But now i cant call a EJB with success. Jboss 4.2.1 throws me ClassCantCastException. 00:31:12,157 INFO [Server] Starting JBoss (MX MicroKernel)... 00:31:12,161 INFO [Server] Release ID: JBoss [Trinity] 4.2.1.GA (build: SVNTag=JBoss_4_2_

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-08-29 Thread jitendrasupe
Victoria, As I explained in my post you need to explicitly add contents in JBPM repository for sample examples. Queries for same are available in the folder "\jbpm-jpdl-3.2.1\server\server\jbpm\data\hypersonic\jbpmDB.script" for hypersoninc db. You need to migrate this script to compatible sc

[jboss-user] [Beginners Corner] - Re: Connect to the MBean Server

2007-08-29 Thread PeterJ
You could start here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=88662 That post contains other handy links to more info. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079409#4079409 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Portal] - Re: Cannot build jboss-portal-2.6.1.GA-src

2007-08-29 Thread PeterJ
To build the portal, go to the build directory (not to the core directory) and run build. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079408#4079408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079408

[jboss-user] xsl:import issue

2007-08-29 Thread Alan Andrade
I have a xsl file in my ear application and it refers to another file in the same folder. the reference is as follows: this does not work . It throws the error : Had IO Exception with stylesheet file: . Where should the files refer to ? Alan --

[jboss-user] [JBoss Portal] - Re: CMS - How to include css file ?

2007-08-29 Thread PeterJ
Did you place the html file in the base folder in CMS, or did you place it into a subfolder? For example assume I placed xxx.html into the webapp folder, and then main.css into the webapp/docs/css folder. I would have to change my css reference to: By the way, I am assuming that you also uplo

[jboss-user] [Beginners Corner] - Re: jboss 4.2.1 and my servlets . . . . HEEEEELP!!!!!!

2007-08-29 Thread PeterJ
I have successfully deployed several servlets that worked in 4.0.2 on 4.2.1, without changes. Care to share with us what problem you are seeing? Perhaps we can then help. Also, tell us a little about your servlets, such as are you using struts, spring, etc. View the original post : http://www.

[jboss-user] [JBoss Seam] - Re: s:fileUpload error

2007-08-29 Thread [EMAIL PROTECTED]
There is a method, FileUploadRendererBase.unwrapMultipartRequest() which should be able to unwrap a request even if it is wrapped by some other filter (i.e. tomahawk). It would be great if you could set a breakpoint in this method to see what's happening with your tomahawk request. View the or

[jboss-user] [JBoss Seam] - Re: Themes question

2007-08-29 Thread [EMAIL PROTECTED]
Basically I have a similar requirement. Not on request.agent but on request.servername. How can I automagically make the shown skin dependent on facesContext.externalContext.request.serverName without any user interaction? I'm currently developing a multi-user, multi-domain site with seam - s

[jboss-user] [JBoss Seam] - Re: Problems with Seam 2

2007-08-29 Thread monkeyden
Has this been fixed in CVS? I'm a little confused as to what the resolution was. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079403#4079403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079403

[jboss-user] [Security & JAAS/JBoss] - remote standalone ejb client authentication and authorizatio

2007-08-29 Thread mengyi
Hi, I am developing a typical client-server application where my server will be basically just an ejb module (without web module). My client will be a pure java RCP application that connects to the server ejb module through http tunneling. I would like that i generate a self signed cert and d

[jboss-user] [JBoss Seam] - Trying to build seam-2.0.0.BETA1

2007-08-29 Thread monkeyden
Anyone else seen this? Do I need maven to build Seam now? \jboss-seam-2.0.0.BETA1\build.xml:1045: The following error occurred while executing this line: \jboss-seam-2.0.0.BETA1\build.xml:1054: \jboss-seam-2.0.0.BETA1\maven\core\boot not found View the original post : http://www.jboss.com/ind

[jboss-user] [EJB 3.0] - Please help me !!

2007-08-29 Thread changemylife
Hi all! I use jboss-4.0.5.GA, EJB 3.0 I writed a EJB project by Eclipse. Then, I have a client application. My works are ok! Now want export my EJB project to EJB Jar file. But I can't. I need some documents about it. Please help me. Thanks very much. View the original post : http://

[jboss-user] [JBoss Seam] - Re: Dynamic data sources with EntityManager

2007-08-29 Thread olvin
Anybody has experimented a solution for that ? And a concrete example ? Thanks, Olivier View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079392#4079392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079392 _

[jboss-user] [JBoss jBPM] - Re: jbpm task forms as generated by jpdl eclipse plugin

2007-08-29 Thread kukeltje
??? you mean without having to add the 'required=true' manually in the form? Only one solution, change the formgenerator in the GPD and contribute the fix back... ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079385#4079385 Reply to the post : http://w

[jboss-user] [JBoss jBPM] - Re: Modifying a process already in progress

2007-08-29 Thread kukeltje
create a custom fork (see the wiki and/or search this forum) that way you can use processvariables to feed the fork and behave differently View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079382#4079382 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss jBPM] - Re: Unable to insert new process definitions.

2007-08-29 Thread kukeltje
this all is even in the wiki!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079380#4079380 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079380 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Urgent Help Required

2007-08-29 Thread kukeltje
i'm sure there is more info. Your server is most likely totaly misconfigured on the databaselevel (not jbpm related) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079378#4079378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - Re: Properties do not appear in designer

2007-08-29 Thread kukeltje
they are warnings no errors... and like I said before, afaik, it never worked (yet) to right click on a tasknode in a diagram and have the 'add task' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079377#4079377 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Can I define some

2007-08-29 Thread stu2
Btw take a look at the wiki example. There's a pretty nice example of doing exactly this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079371#4079371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079371 ___

[jboss-user] [JBoss/Spring Integration] - Re: Answer to Why Spring in Jboss question

2007-08-29 Thread khkachn
Yes, you are right, it was a unfair question for the forum. Thanks for taking a stab at it and I will check out the items you have mentioned. Ken View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079368#4079368 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Decoupling between application and business layers using

2007-08-29 Thread [EMAIL PROTECTED]
Monkeyden thanks for the response. If I am using the Session beans or Entity Beans(as per Gavin's example on the well known ppt), in that case EBs/SBs are backing bean. Thats the proposal that Gavin makes. In that case the entity beans are moreover value objects. So this kind of the framework m

[jboss-user] [JBoss Seam] - Re: How to make JBoss (+seam) to use my development xhtml fi

2007-08-29 Thread smithbstl
Take a look at deploying an exploded directory structure instead of an ear/war http://docs.jboss.org/seam/1.2.1.GA/reference/en/html/gettingstarted.html#d0e2438 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079365#4079365 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: can not access a member of class ... with modifiers

2007-08-29 Thread floba
yup. I have: public void destroy(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079363#4079363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079363 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: can not access a member of class ... with modifiers

2007-08-29 Thread fernando_jmt
Do you have defined such method in the business interface? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079362#4079362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079362 __

[jboss-user] [JBoss Seam] - can not access a member of class ... with modifiers

2007-08-29 Thread floba
Hi Forum, I'm using SessionBeans with a @Destroy @Remove public void destroy() { } Method. Seam complains: WARN [org.jboss.seam.Component] Exception calling stateful session bean default @Remove method: myBean java.lang.RuntimeException: exception invoking: d

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Setting up an auto generated non-id column in JBoss

2007-08-29 Thread dekno
I am trying to set up a non-id column in my project that is auto generated, but it doesn't seem to be working with JBoss. I am posting my code below to show what I am trying to do. Can anyone tell me how to do this, please? Thanks, D @Id @SearchableId @Column(name = "s

[jboss-user] [JBoss Seam] - Re: s:selectItems problems Seam 2 Beta1

2007-08-29 Thread smithbstl
Ok it seems that my equals() method in DepartmentSection is failing which I am sure is the problem public boolean equals(Object object) { | | if (object == this) return true; | if (!(object instanceof DepartmentSection)) return false; | DepartmentS

[jboss-user] [JBoss Portal] - Re: Problem deploying portlet to Portal Server 2.6.1.GA

2007-08-29 Thread [EMAIL PROTECTED]
it looks like duplicate jars in your app View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079355#4079355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079355 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: How to make JBoss (+seam) to use my development xhtml fi

2007-08-29 Thread phpguy99
I just found that Red Hat Developer Studio actually does quite nice job "Preview"-ing xhtml. A part from that, be nice if I can tell JBoss to get xhtmls from a particular directory w/o copying or deploying a complete EAR. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Seam] - s:selectItems problems Seam 2 Beta1

2007-08-29 Thread smithbstl
I am having a strange problem with a selectOneMenu and s:selectItems I have a series of menus that filter based on the previous selection. | | | | |

[jboss-user] [JBoss Seam] - Re: Decoupling between application and business layers using

2007-08-29 Thread monkeyden
When I first started with Seam, I was a bit confused as to how I might design an application with it. Now that I have worked with it for a year or so, I can't understand why people have trouble with this. The fact is, Seam changes nothing about this type of design. I don't even use EJBs as ba

[jboss-user] [JBoss Seam] - Re: Facelets fallback?

2007-08-29 Thread grettke_spdr
"[EMAIL PROTECTED]" wrote : In our JPA examples for WAS, we chose to do | -Relocate all of the resources and references to from meta-inf to web-inf | Ugly, but it seemed to work. Thanks for letting us know Michael! Nice to know someone else already addressed this. (We already bought both you

[jboss-user] [JBoss Seam] - Re: How to make JBoss (+seam) to use my development xhtml fi

2007-08-29 Thread monkeyden
I just use a .bat file to copy the {project root}/view directory to my deployment directory. Add it as a builder for the project, set it to execute for auto-builds and off you go. Couldn't deal with Ant firing up for every XHTML change. View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: Facelets fallback?

2007-08-29 Thread [EMAIL PROTECTED]
In our JPA examples for WAS, we chose to do -Relocate all of the resources and references to from meta-inf to web-inf Ugly, but it seemed to work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079345#4079345 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - How to make JBoss (+seam) to use my development xhtml files?

2007-08-29 Thread phpguy99
Hi, I'm pretty new to JBoss/Seam. I'm writing some .xhtml files and during page-design (css+html) I found it so cumbersome having to deploy it to JBoss everytime I make some small changes in css/xhtml and want to see the results. Is there anyway (like in PHP) to tell JBoss to point everything und

[jboss-user] [JBoss Seam] - Re: I would like to propose a talk on JBoss Seam Testing/Agi

2007-08-29 Thread dhinojosa
eh, stupid forums titlesthe talk would be at JavaWorld. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079341#4079341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079341 ___

[jboss-user] [JBoss Seam] - I would like to propose a talk on JBoss Seam Testing/Agile a

2007-08-29 Thread dhinojosa
I just don't want to step on anyone's toes. So I am wondering if I have the group's blessing to do so. My topic won't be an introduction to Seam or anything like that. It would just be on how to unit test, integration test, acceptance test, report coverage, and continuously integrate jboss s

[jboss-user] [JBoss Seam] - Seam mail ...

2007-08-29 Thread minamti
I am trying to send an email from my Seam application. I have the following classes Notification interface has a send method declared @Asynchronous NotificationBean @Stateless and implements the send method. invokes Renderer.render("/sendEmail.xhtml") The Bean gets invoked. The mail does not

[jboss-user] [JBoss Seam] - Decoupling between application and business layers using Sea

2007-08-29 Thread [EMAIL PROTECTED]
I have been observing the JBoss Seam documentation on the web. It seems there is not much talk on the decoupling aspects for the application and business layer. Would like to know how can seam with JSF/ICEFaces and Session beans/ Entity Bean decouple the layers? Can it really? View the original

[jboss-user] [JBoss Portal] - Problem deploying portlet to Portal Server 2.6.1.GA

2007-08-29 Thread NilsOEdstrom
A portlet that deployed to JBoss Portal Server 2.6.0-CR2 does not deploy to 26.1. I receive the exception: java.lang.ClassCastException: com.sun.faces.application.ApplicationAssociate cannot be cast to com.sun.faces.application.ApplicationAssociate. Any ideas of what to do to overcome this probl

[jboss-user] [JBoss Seam] - Re: Facelets fallback?

2007-08-29 Thread [EMAIL PROTECTED]
Not pay IBM anymore. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079330#4079330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079330 ___ jboss-user mailing list jboss-user

[jboss-user] [JBossWS] - Re: NullPointerException with jbossws 2.0.1

2007-08-29 Thread gumnaam
By any chance do you set the following property in your run.{sh/conf/bat} file ? -Dcom.sun.management.jmxremote I was having the exact same problem, when I had the above string, in my run.conf. I had put it there to enable jmx local agent, so that I can use jconsole against jboss. But somehow

[jboss-user] [JCA/JBoss] - Re: IDLE Connections and Pool ConnectionDestroyedCount near

2007-08-29 Thread vickyk
"skajotde" wrote : | According to jmx-console all connections are "in use" (InUseConnectionCount) and none of them are closed (ConnectionDestroyedCount, near zero, but sometime incease, but very slow) | Check the listInUseConnections() operation in the CachedConnectionManager Mbean from th

[jboss-user] [JBoss Seam] - Facelets fallback?

2007-08-29 Thread grettke_spdr
Hi all, Thus far we have used facelets and it has been great. We even used facelets for pdf generation and that worked well. Lo and behold we find out that facelets don't run on WAS at the moment: http://www-1.ibm.com/support/docview.wss?uid=swg1PK50311 Basically the classloader can't can't lo

[jboss-user] [EJB 3.0] - Re: failed to lazily initialize a collection of role:

2007-08-29 Thread wquraishi
One thing I discovered is if you override the toString() method and output the relationships, it'll force the container to load the relationship related fields. I'm thinking it accomplishes the same thing as fetchtype.eager but i've had more luck with this. Plus it works dual fold since I use

[jboss-user] [EJB 3.0] - Re: Lazy collection load

2007-08-29 Thread wquraishi
One thing I discovered is if you override the toString() method and output the relationships, it'll force the container to load the relationship related fields. I'm thinking it accomplishes the same thing as fetchtype.eager but i've had more luck with this. Plus it works dual fold since I use

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

2007-08-29 Thread wquraishi
One thing I discovered is if you override the toString() method and output the relationships, it'll force the container to load the relationship related fields. I'm thinking it accomplishes the same thing as fetchtype.eager but i've had more luck with this. Plus it works dual fold since I use

[jboss-user] [JBoss Seam] - Re: New LazyInitializationException from beta1 to CR2

2007-08-29 Thread wquraishi
One thing I discovered is if you override the toString() method and output the relationships, it'll force the container to load the relationship related fields. I'm thinking it accomplishes the same thing as fetchtype.eager but i've had more luck with this. Plus it works dual fold since I use

[jboss-user] [JBoss Seam] - Re: help needed! error

2007-08-29 Thread wquraishi
One thing I discovered is if you override the toString() method and output the relationships, it'll force the container to load the relationship related fields. I'm thinking it accomplishes the same thing as fetchtype.eager but i've had more luck with this. Plus it works dual fold since I use

[jboss-user] [JBossWS] - Re: WIKI down

2007-08-29 Thread fgsouza
Any schedule to have the Wiki back online? Could you please mirror the JBossWS FAQ at the temporary address? (http://labs.jboss.com/jbossws/docs/index.html ) []s Fabiano G. Souza View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079305#4079305 Reply to the po

[jboss-user] [Security & JAAS/JBoss] - Classloader problem in principal propagation from WAR to EAR

2007-08-29 Thread jainsau
I have a custom principal class which I want to use for SSO. I have a login service EJB (in an EAR) which creates this CustomPrincipal instance and returns the same to a client WAR when the client logs in to the web app. On further EJB invocations (which lie in the EAR which has the Login servic

[jboss-user] [JCA/JBoss] - IDLE Connections and Pool ConnectionDestroyedCount near zero

2007-08-29 Thread skajotde
Hello I have seeking on forum but with no effects. JBoss 4.0.3SP1 Posgtres 8.x I have problem with production serwer. Per one day all connections from pool are excused and connections not come back to pool (they are IDLE - I checked with ps aux | grep posgtres) According to jmx-console all

[jboss-user] [Security & JAAS/JBoss] - Re: Multiple login modules - LDAP and DB failover

2007-08-29 Thread DeanoUK
No not as yet, I still need to do it at some point though, so if you find anything let me know - and vice versa. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079296#4079296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Portal] - Re: Need IPC Sample

2007-08-29 Thread [EMAIL PROTECTED]
i update the wiki, ty prabhat ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079295#4079295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079295 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - EntityQuery hints map string value

2007-08-29 Thread dcastannon
How can i set hibernate query hints using EntityQuery if the map values are strings? For example: hints.put("org.hibernate.cacheMode", CacheMode.REFRESH.toString() ); give Caused by: java.lang.IllegalArgumentException: Value for hint Hibernate setHint of QueryImpl expects an CacheMode Ob

[jboss-user] [Security & JAAS/JBoss] - Re: Multiple login modules - LDAP and DB failover

2007-08-29 Thread jhedden
did you ever resolve this? I am trying to implement something similar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079292#4079292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079292 ___

[jboss-user] [JBoss Seam] - Re: selectOneMenu in dataTable

2007-08-29 Thread mladen.babic
Hi again, it works when I use t:selectItems:)).Is it this issue a bug?? Best regards, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079290#4079290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079290 ___

[jboss-user] [JBoss jBPM] - Re: Properties do not appear in designer

2007-08-29 Thread pedroluppi
When I compile the code, I got 38 warnings like this bellow. I do not know if it was related. 1. WARNING in C:\pedroluppi\workspace\jbpm.3\designer\jpdl\org.jbpm.gd.jpdl.build\target\workspace\plugins\org.jbpm.gd.jpdl\src\org\jbpm\gd\common\editor\Editor.java (at line 32) [java] [javac]

[jboss-user] [JBoss jBPM] - Urgent Help Required

2007-08-29 Thread muddsar
Hi All, i am new to JBPM and i am trying to use Oralce as my database,i tried to follow the instructions given on this post http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116029 but after following this instruction i am getting following error,please suggest me some solution. 22:19:0

[jboss-user] [Beginners Corner] - Could not get EJBHome

2007-08-29 Thread stefan_jing
Hi all, i am trying to run the client: package de.ejbkomplett.reisebuero.client; import de.ejbkomplett.reisebuero.usecase.*; import javax.ejb.EJBMetaData; import javax.ejb.HomeHandle; import javax.naming.*; import javax.rmi.PortableRemoteObject; import java.sql.Date; import java.util.*; public

[jboss-user] [Messaging, JMS & JBossMQ] - JBossMQ ThreadPoolFullException

2007-08-29 Thread bowlere
Hi, I'm running JBoss 4.2.1, with an external program delivering JMS messages to and MDB. The whole setup seems to run for a little while, but pretty soon, I start getting exceptions thrown, and after a few mins get the exceptions below. In the MDB I have a try / catch (Throwable) around the

[jboss-user] [JBoss jBPM] - Re: Unable to insert new process definitions.

2007-08-29 Thread kinshuk_in
This did'nt work for me, both for ISASYNC_ and all other bit columns. No matter which version and driver I used on mySQL. What worked was changing all the bit fields in mysql to tinyint(1). This issue is probably due to - http://jira.jboss.com/jira/browse/BPEL-182 or http://jira.jboss.com/jira/

[jboss-user] [EJB 3.0] - Re: Create timer -

2007-08-29 Thread rpiaggio
Ooopps... It's all in jcstaff's post above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079278#4079278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079278 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Modifying a process already in progress

2007-08-29 Thread lfelser
Definitely looking to solve the general case. In the typical case, the process is not changed once started, but occasionally either the task assignment has to change (prior to the task being assigned) or a new user and new task assigned. Sometimes the task is removed, but that's a relatively ea

[jboss-user] [JBoss Seam] - Re: Hibernate : insertion in DataBase with java code.

2007-08-29 Thread dustismo
Yes, ChargeCollaborateuraffecteHome is a Component and needs to be initialized by Seam (i.e. you can't just do 'new ChargeCollaborateuraffecteHome()' and expect it to work). So you either inject the Component using @In or use org.jboss.seam.Component.getInstance View the original post : htt

[jboss-user] [Messaging, JMS & JBossMQ] - Stopping an MDB programmatically

2007-08-29 Thread binh
How do I stop an MDB programmatically running on JBoss AS, using Oracle as the JMS store. I think I should use MBean, but I'm not sure where to start. Thanks. Binh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079274#4079274 Reply to the post : http://w

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ Remote Client receives java.io.EOFException

2007-08-29 Thread NANJUNDA
Hi , I am getting this error when i sent Message which size is big (Around 13MB). here below pasted my exception, Please any one can help me on this ? DEBUG : 20070829.123141.972 : ServerSocketManagerHandler : UIL2.SocketManager.Re adTask#11 client=138.8.17.249:32950 : Exiting on IOE java.io.E

[jboss-user] [JBoss Seam] - Re: iText PDF not working with DocumentStore and SeamServlet

2007-08-29 Thread wquraishi
Woohooo...I got it working. For everyone else that's in this situation, in order to rectify the problem, I simply commented the following: Document Store Servlet org.jboss.seam.pdf.DocumentStoreServlet

[jboss-user] [JBoss jBPM] - Re: Modifying a process already in progress

2007-08-29 Thread bephinney
Is this a one-off situation where you just need to fix this particular process instance or are you looking for a more complete solution moving forward e.g. having a dynamic multiple choice after AA task is complete so that XX and YY could also be options but not known up front? View the origin

[jboss-user] [JBoss Seam] - Re: Login Redirection

2007-08-29 Thread rlhr
It appeared I just forgot the following in components.xml | | | | | | | Works much better now :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079271#4079271 Reply to the post : http://www.jboss

[jboss-user] [JBoss Seam] - selectOneMenu in dataTable

2007-08-29 Thread mladen.babic
Hi, Is is possible to put h:selectOneMenu component in data table when value of selectitems of selectOneMenu is list created by call to bean method and parameter of that function is row of datatable. When page is displayed list of selectOneMenu component is populated correctly only for first ro

[jboss-user] [JBoss Seam] - Re: Hibernate : insertion in DataBase with java code.

2007-08-29 Thread nemya
Component View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079266#4079266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079266 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Portal] - Re: Need IPC Sample

2007-08-29 Thread [EMAIL PROTECTED]
Or this one is a bit shorter. http://hudson.jboss.org/hudson/job/jboss-portal-nightly-doc/lastSuccessfulBuild/artifact/daily-doc/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079267#4079267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Portal] - Re: Nightly build of doc

2007-08-29 Thread [EMAIL PROTECTED]
The new location is: https://hudson.jboss.org/hudson/job/jboss-portal-nightly-doc/lastSuccessfulBuild/artifact/daily-doc/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079268#4079268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [EJB/JBoss] - instance variables and a SLSB returning to JBoss instance po

2007-08-29 Thread asookazian
what happens to the instance variables if they have already been set to a value during the client's session? are they cleared/nulled out? or left for the next client session with the same set values?? Trying to understand this from a Seam/EJB3 backing bean perspective and when you should use

[jboss-user] [JBoss Seam] - Re: Hibernate : insertion in DataBase with java code.

2007-08-29 Thread dustismo
ChargeCollaborateuraffecteHome chargeCollaborateuraffecteHome = new ChargeCollaborateuraffecteHome() | ; is wrong, should be: ChargeCollaborateuraffecteHome chargeCollaborateuraffecteHome = (ChargeCollaborateuraffecteHome)Component.getInstance("chargeCollaborateuraffecteHome",true); | -Dus

[jboss-user] [JBoss Portal] - Re: Need IPC Sample

2007-08-29 Thread [EMAIL PROTECTED]
Hi Guys, The URL that Thomas posted works inside vpn only. For public, replace the machine name with hudson.jboss.org. Here you go: https://hudson.jboss.org/hudson/view/JBoss%20Portal/job/jboss-portal-nightly-doc/lastSuccessfulBuild/artifact/daily-doc/referenceGuide/html/portalapi.html Cheers,

[jboss-user] [JBoss Portal] - Re: Need IPC Sample

2007-08-29 Thread [EMAIL PROTECTED]
Done: http://dev45.qa.atl.jboss.com:8585/hudson/job/jboss-portal-nightly-doc/lastSuccessfulBuild/artifact/daily-doc/referenceGuide/html/portalapi.html Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079261#4079261 Reply to the post : http://www.jboss.c

[jboss-user] [JBossWS] - New user needs help

2007-08-29 Thread AnisBM
Hi all, I'm working on project already developped by someone else and i need some help. I have to test a web service in this project. I found the interface of the web service but not a class implementing it nor a wsdl file. Is this normal ??? I'm working with JBossWS 1.2.0 & JBoss IDE 2.0. Sor

[jboss-user] [JBoss jBPM] - Re: MYSQL + JBOSS JBPM 3.2 --> do NOT work together .. hel

2007-08-29 Thread vperez
i am using this version -> jbpm-jpdl-suite-3.2.1.zip first i used this -> http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html but some of these files donĀ“t exist in this version (3.2.1). so i was searching in the wiki and de forum, and i found this articuls: ---> http://wiki.jboss.org/wi

[jboss-user] [JBoss Seam] - Re: iText PDF not working with DocumentStore and SeamServlet

2007-08-29 Thread wquraishi
yes, the itext example works for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079255#4079255 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079255 ___ jboss-user maili

[jboss-user] [JBoss jBPM] - Re: jbpm task forms as generated by jpdl eclipse plugin

2007-08-29 Thread rossputin
Ah, I see what you mean, I can now specify mandatory fields upon pressing the 'save' button... my problem is that I always want to automatically show a form whenever there is one for a given task, so on my web page I have the form, its 'save' button, and all of my transition links, so I would

  1   2   3   >