[jboss-user] [JBoss Portal] - Re: Developing portlet using eclipse

2007-03-06 Thread [EMAIL PROTECTED]
You don't need anything. The JBoss IDE plugins can help you (re)deploy your application but you can go without. A Portlet application is not much different that a Web Application, you need to use the portlet-api-lib.jar that is in included in JBoss Portal. You also need to package your applicat

[jboss-user] [JBoss Seam] - Re: How to use ice:dataTable and @DataModel?

2007-03-06 Thread Newlukai
Thanks for your answers. But the thing is that - under certain circumstances - the sorting does work in my application. My problem is a little bit more complex. Imagine that you just want to show up companies (danoakland) or organisations (Tony) that match certain criterias which can be varied

[jboss-user] [JBoss Portal] - Re: access to outer request/session from within portlet

2007-03-06 Thread [EMAIL PROTECTED]
If you are just trying to access the HTTP Session of the Web archive containing your portlet you can use the APPLICATION_SCOPE when you set and get an attribute. What are you trying to achieve exactly ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025686#4

[jboss-user] [JBoss Seam] - Re: Hot redeployment

2007-03-06 Thread [EMAIL PROTECTED]
Okay, I must admit that I am a bit lost here: What is the difference between WEB-INF/dev and WEB-INF/classes? What if the content of those two dirs go out of sync? I am guessing that in the "debug" mode, Seam only loads classes from WEB-INF/dev and ignores WEB-INF/classes? Am I way off here? :)

[jboss-user] [JBoss Seam] - SeamSelectItemsNewDesign Problem with converting

2007-03-06 Thread grdzeli_kaci
hi petemuir, i found your project "SeamSelectItemsNewDesign", i tryed to use it, download selectitems-1.1.1beta4. than i put selectitems.jar and selectitems-ui.jar into my WEB-INF/lib. then i tryed to fill application combo with application name Application class is simple database entity bean

[jboss-user] [EJB 3.0] - Re: howto? new entity persist with aggregates that are alrea

2007-03-06 Thread wolfc
"hanasakijiji" wrote : NewInstance.get/setValue are defined below: | @OneToOne(cascade=CascadeType.ALL) | | @JoinColumn(name="aggregate_fk", insertable=false, updatable=false, referencedColumnName="pk") | | public Aggregate getValue() { return aggregate; } | Either remove insertable

[jboss-user] [JBoss Seam] - Seam gen wire() problem

2007-03-06 Thread y_zl
Hi!, I just migrated from 1.1.7 to 1.2.0, the view pages gnerated by seam generate-entites don't work. when | public void wire() { | if (role != null) { | getInstance().setRole(role; | } | } is executed from the .page.xml the following exception were thrown. Any extr

[jboss-user] [JBoss Seam] - Re: Hot redeployment

2007-03-06 Thread [EMAIL PROTECTED]
ie. this gives you the same development cycle for JavaBean components that we have today for facelets pages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025679#4025679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - Hot redeployment

2007-03-06 Thread [EMAIL PROTECTED]
I've just committed a new feature to CVS that lets code changes made to Seam JavaBean components be visible immediately without a container restart. What you need to do is deploy the JavaBean component classes into the WEB-INF/dev directory, and run in debug mode with jboss-seam-debug.jar in WE

[jboss-user] [JBossWS] - Is @WebServiceRef Supported On Jboss 4.0.5GA/JBossWS 1.2.0?

2007-03-06 Thread joshlam
Hi I am using JBoss 4.0.5GA with JDK 5 and JBossWS 1.2.0GA. I am trying to work through some of the samples on @WebServiceRef and I noticed that the jboss-client.xml has: http://www.jboss.org/j2ee/dtd/jboss_5_0.dtd";> I looked at the jboss_4_0.dtd and there isn't any reference to so the fol

[jboss-user] [JBoss Seam] - Re: Help with StaleObjectStateException needed

2007-03-06 Thread krica
Nobody? ... Please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025674#4025674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025674 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBossWS] - Re: Wanna know how to configure jaxws on jboss

2007-03-06 Thread [EMAIL PROTECTED]
JBossWS 1.2.0.GA is the current stable release with JAX-WS support. See the docs: http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025672#4025672 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBossWS] - JBossWS 1.2.0.GA Tools Overview (wstools, wsprovide, wsconsu

2007-03-06 Thread [EMAIL PROTECTED]
Here is a quick overview, please review the full docs here: http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide | * wstools - Only for legacy JAX-RPC services, use the JAX-WS tools listed below where possible. | * wsprovide - Generates portable artifacts and provides offline gener

[jboss-user] [JBossWS] - Re: Generate wsdl from JSR 181 POJO

2007-03-06 Thread monowai
"[EMAIL PROTECTED]" wrote : This should be fixed in jbossws-1.2.0 Having moved to 1.2, things seem a lot smoother. thanks for all the effort Thomas, I can only imagine what goes in to getting this right. wsproduce and wsconsume seem to do a fine job and the reduced level of annotations to get

[jboss-user] [JBossWS] - JBossWS-1.2.0.GA - ws-eventing sample fails parsing ws-addr.

2007-03-06 Thread dprentice
I am using Java 1.5.0_10. I have successfully deployed jbossws-1.2.0.GA on JBoss 4.0.5.GA per the install instructions. I have successfully built the jbossws-samples-1.2.0.GA. When I run the wseventing SysmonTestCase, an error parsing ws-addr.xsd occurs when the jaxws-samples-wseventing.war fi

[jboss-user] [Beginners Corner] - JBoss IDE for Eclipse 3.2.1 for Mac OS X

2007-03-06 Thread landrew
Hi, I'm trying to find JBoss IDE for OS X to install with Eclipse 3.2.1. >From Update Manager, looks like I need to give a URL for New Remote Site... - >I tried www.jboss.org but the Update Manager could not go from there. Also >tried Google for it but nothing to the point turned up. Can somebod

[jboss-user] [JBossWS] - Re: JBossWS-1.2.0.GA invalid wsdl generated when using @jXml

2007-03-06 Thread [EMAIL PROTECTED]
Due to the complexity of this case, can you create a Jira issue and attach an example of this? I will take a look at what is going on. http://jira.jboss.com/jira/secure/CreateIssue!default.jspa -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025665#402

[jboss-user] [JBoss Seam] - NetBeans, Seam, Hibernate, JBoss problem using MySQL

2007-03-06 Thread sandman202
Yesterday I downloaded the seam-1.2.0.PATCH1. I then ran the seam setup to define my information, then ran the seam new-project. JBoss is defined to use MySQL. The first problem I noticed is that Seam setup did not modify the jboss-beans.xml file. It was still defined to use hsqldb, not MySQL

[jboss-user] [EJB 3.0] - Ejb3Unit - has anyone tried this?

2007-03-06 Thread patrick_ibg
http://ejb3unit.sourceforge.net/index.html Seems like a relatively new project... not too many references to it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025663#4025663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - s:selectDate not properly rendered inside a rich:panel

2007-03-06 Thread rmemoria
I don't know if this question should be post here or in the new RichFaces forum... anyway... I've included richFaces 3 in my not so old app using SEAM 1.2patch1. I have a page with the following code | .. | .. | | | | |

[jboss-user] [JBossWS] - Soap client side MessageFactory NoSuchMethod exception

2007-03-06 Thread monowai
I'm using Jboss 4.05 with WS 1.20ga I have a service that appears to be deploying successfully and I can see it quite clearly from my http://localhost:8080/jbossws url. After using wsconsume to produce the client side objects (from the WSDL created by wsprovide), I get the following when I try

[jboss-user] [EJB 3.0] - Re: Problem Starting EJB3StandaloneBootstrap

2007-03-06 Thread safarje
Sorry forgot to mention that it is the ALPHA 9 version of embeddable. jean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025660#4025660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025660 __

[jboss-user] [EJB 3.0] - Problem Starting EJB3StandaloneBootstrap

2007-03-06 Thread safarje
Hi, Trying out the tutorial (simple-tutorial), I can't seem to make it work in the simplest case. If someone has some clue as to how to progress, I'd appreciate. I run this with jdk1.5.0-10 and I have jboss-ejb3-all, hibernate-all, thirdparty-all, jcainflow and jms-ra in that order in my clas

[jboss-user] [JBoss Seam] - Remember Me Exception

2007-03-06 Thread PatrickMadden
Hi, I have a strange null pointer exception when trying to implement the Remember Me functionality. It seems to be a null pointer exception in org.jboss.seam.core.Selector.setCookieValue(Selector:77). I've looked at the code and it appears that the response object is null which to me is strange

[jboss-user] [JBoss Seam] - HibernateException: Missing sequence or table

2007-03-06 Thread cparham
Hello: I'm trying to deploy a Seam app that uses an entity bean to persist data. For some reason, when I deploy, I get the following exception: | 21:50:52,274 INFO [DatabaseMetadata] table not found: FRAMEWK.RECORD_SEQ | 21:50:52,461 INFO [DatabaseMetadata] table not found: RECORD_SEQ |

[jboss-user] [JBoss Portal] - Developing portlet using eclipse

2007-03-06 Thread Kborna
Hello all, I'm new to JBoss portal development. What do I need to deveople a portlet using eclipse? do i need to to get the JBoss plugin for eclipse? if so where? Also any document that can guide me how to setup the development envirnoment? Thanks Borna View the original post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: JSF IDE support

2007-03-06 Thread suresk
Yeah, how funny is that? I post here on the forum and my blog, and the very next morning you guys announce something that is exactly like I was talking about. Now that's what I call being responsive to your users ;) Seriously though, that is great news - it really should make Seam (and other JE

[jboss-user] [JBoss Seam] - typo in doc

2007-03-06 Thread codelion
doc/reference/en/modules/events.xml probably should say something else but JSFadn View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025652#4025652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025652

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

2007-03-06 Thread h.cahyadi
Last night I upgrade to seam 1.2 Patch 1 and I get different error like this : | 08:57:28,671 INFO [Lifecycle] starting up: org.jboss.seam.security.identity | 08:57:28,750 ERROR [PhaseListenerManager] Exception in PhaseListener RENDER_RESP | ONSE(6) beforePhase. | java.lang.IllegalStateE

[jboss-user] [JBoss Seam] - Re: SeamPortletPhaseListener Vs TransactionalSeamPortletPhas

2007-03-06 Thread h.cahyadi
Thanks for your quick reply gavin, if I am deployed seam application in portal environment, can I get all seam "magic" like I deploy it as an stand alone application, can you give me more brief description about the SeamPortletPhaseListener Vs TransactionalSeamPortletPhaseListener, but maybe I

[jboss-user] [Security & JAAS/JBoss] - Re: exception when run jboss-4.0.4 with the jboss federation

2007-03-06 Thread charles751
I change jdk from 1.4.2 to 1.5.0 and tested the sso framework,but there were still some errors. I guested these errors maybe be associated with the file of users_en.properties in the jboss-identity-management.jar. what should i do to deal with the following errors? the errors: 2007-03-06 17:

[jboss-user] [EJB 3.0] - why? 2nd call to session bean method detaches entity beans..

2007-03-06 Thread hanasakijiji
There is a servlet that gets a stateless session bean by its JNDI binding name. The servlet makes several calls to the session bean. Each call manipulates one, or more, entity beans. In some cases, an entity bean (CMP) is returned to the caller in the servlet. When this same entity bean inst

[jboss-user] [JBoss Seam] - Re: seam gen - which one?

2007-03-06 Thread stu2
Oops! Let's try that again... "[EMAIL PROTECTED]" wrote : anonymous wrote : is support for the WTP planned? | | This is a subject of debate between myself and Max. I'm sure supporting the typical WTP project structures would make seam-gen and the build script substantially more complex, an

[jboss-user] [JBoss Seam] - Re: seam gen - which one?

2007-03-06 Thread stu2
"[EMAIL PROTECTED]" wrote : anonymous wrote : is support for the WTP planned? | | This is a subject of debate between myself and Max. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025644#4025644 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Can't pass action successfully to custom source tag

2007-03-06 Thread supernovasoftware.com
pass them to the template like this | | This works for me, but I wish I could just pass in the action. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025643#4025643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: How can i popup a browser window?

2007-03-06 Thread fhh
I'm sorry but that is all there is to it. There is no more code to send. If you post what part of my example you don't understand, then I'll try to explain. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025642#4025642 Reply to the pos

[jboss-user] [JBoss Seam] - Re: s:formattedText

2007-03-06 Thread [EMAIL PROTECTED]
I just fixed this in CVS. Please try it out, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025641#4025641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025641 ___ jb

[jboss-user] [JBoss Seam] - Re: static checking of components?

2007-03-06 Thread [EMAIL PROTECTED]
There's something to be said for this. It would not be at all difficult to implement. Note that I could not actually throw an exception, since I can't detect the use of Context.set(name, value), but I could log a WARN. Add a feature request to JIRA. I think its a great idea. View the original p

[jboss-user] [JBoss Seam] - Re: Can't pass action successfully to custom source tag

2007-03-06 Thread steveant
I've tried many variations and they've all failed so far. Would I have to write a custom component with interceptor instead of using a source template for the tag library? It seems a tag overkill. Has anyone has had similar experience in writing a tag library component using source & ui:compos

[jboss-user] [JBoss jBPM] - Re: Regarding JBPM and WS-security

2007-03-06 Thread meghanai_99
Has anyone implemented this successfully? Are there new developments around ws-security support since then? Thank you, Meghana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025637#4025637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Seam] - Re: s:formattedText

2007-03-06 Thread svadu
The problem (at this moment) looks like as if there are any unexpected tags (like I had tried to use full wiki syntax), attributes or even spaces the whole syntax after the error may have unexpected results. For example, having an image at the end of a line in a list produces the mentioned abo

[jboss-user] [JBoss Seam] - static checking of components?

2007-03-06 Thread cja987
It's nice that there's more than one way to create and name components in seam, but it certainly takes some discipline on the part of the programmer to organize them thoughtfully, and minor slips in naming result in null values getting injected. This is easy to catch when not using required=fal

[jboss-user] [JBossWS] - Re: WSDL - Schema definitions

2007-03-06 Thread superomega
Thank you Thomas, things with annotations I have tried out. And wsprovide is making a nice wsld. Yesterday I tried the IE on Windows to show the wsld of the webservice and what I have to see? The namespace declarations are all there. This firefox browser is hiding the namespace declarations, whi

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-03-06 Thread spambob
Ahh, I see. Thank you very much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025633#4025633 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025633 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-03-06 Thread [EMAIL PROTECTED]
No, JSF is dumb. You could create a Facelets function and call it like this: #{myFunctions:myToString(o)} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025632#4025632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025

[jboss-user] [JBoss Seam] - Re: s:formattedText

2007-03-06 Thread [EMAIL PROTECTED]
You need two newlines to indicate a paragraph break. This is pretty standard for wikitext. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025631#4025631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025631 ___

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-03-06 Thread spambob
Sorry to jump in here but I actually had the same problem! "[EMAIL PROTECTED]" wrote : ...And the last and best way is to put it into the conversation context in the first request, name the context variable in the action method as a parameter, and let Seam look it up from the conversation conte

[jboss-user] [JBossWS] - Any possibility to understand Delphi?

2007-03-06 Thread superomega
Hallo, with gSoap I don't have problems to talk at the moment. But with Delphi 6 of course: When I speak with a JavaClient to my WebService the message looks like this --> | http://schemas.xmlsoap.org/soap/envelope/";> | | http://ws.wh.org/";> | Stefan | | |

[jboss-user] [Remoting] - behavior on failure

2007-03-06 Thread login4jbr
Greetings. The org.jboss.remoting.Client class offers the invoke() and invokeOneWay() methods to do calls to the server side. If an error (not produced by my code) occurs during the call, for example: * The call is not delivered to the server. * The call's return value is not delivered

[jboss-user] [JBoss Seam] - Re: nested conversation with explicit id

2007-03-06 Thread ebu
So, is there any way to annotate a method with @Begin so that it will nest conversation if no conv. with given id exists and pick up existing one if it's available? Something like this: | @Begin(nested="true", id="update#{item.id}" | public void editItem(){ | } | Actually, i don't nee

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-03-06 Thread [EMAIL PROTECTED]
Btw, don't use JSTL with JSF, it's a bad combination. You are already using Facelets, so add xmlns:ui="http://java.sun.com/jsf/facelets"; and work with instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025625#4025625 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: How to implement cross cutting classes jar in a seam ear

2007-03-06 Thread trickyvail
I've got my utility classes working. Here's how: Added utility.jar to the root of project.ear. Edited project.ear/META-INF/application.xml and added | utility.jar | Thanks for yout reply, I was not seeing that this approach worked because I had introduced another similar error

[jboss-user] [Beginners Corner] - Re: Remote access to MBeans

2007-03-06 Thread PeterJ
I use this jndi.properties file: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.provider.url=jnp://localhost:1099 | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces For the gory details, see http://docs.jboss.com/jbossas/guides/j2eeguide/r2/

[jboss-user] [JBoss jBPM] - Re: jBPM Process Image Quirks

2007-03-06 Thread julian_k
Ok, well I was looking at the GPD.xml and saw a few values that had negative integers set as the y values. I then went into the designer, highlighted all the elements on the screen, and drag them downwards (towards the bottom of the screen). I then delete the gpd.xml and then saved the process

[jboss-user] [JBoss Seam] - s:formattedText

2007-03-06 Thread svadu
Hi All, Is anybody using ? I have problems with new lines not appearing below images. Should I create JIRA issue? Regards, Siarhei View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025617#4025617 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Portal] - Re: Accessing HttpServletRequest from RenderRequest

2007-03-06 Thread Antoine_h
hello, I have the same problem with this way. I did it this way : http://jboss.org/index.html?module=bb&op=viewtopic&p=4025615#4025615 It is the same with RenderRequest and PortletRequest... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025616#4025616 Repl

[jboss-user] [JBoss Portal] - Re: access to outer request/session from within portlet

2007-03-06 Thread Antoine_h
hello, this get the dispatched request, which seem not be usefull in my case (retrieve the session for setting a whole portal session parameter, that is the locale for all the portlet). I did this, through the PortletRequest, PortletInvocation and AbstractInvocationContext class. Not sure it

[jboss-user] [JBoss jBPM] - Re: jBPM Process Image Quirks

2007-03-06 Thread julian_k
Koen, Thanks for the reply, unfortunately this does not seem to be the case as I moved all the nodes around in the GPD and the box still doesn't line up. The y coords are just to small (aka the red box is closer to the top of the screen). It seems the x, width, and height coords are ok. Any

[jboss-user] [Beginners Corner] - Re: Remote access to MBeans

2007-03-06 Thread colomb
"PeterJ" wrote : I have not been able to get a connection using JMXServiceURL. Instead, I use the RMI adaptor. See http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#d0e2207 Where do you specify the target server and port? My guess is the jndi.properties file, but I have no id

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException upon jndi lookup after upgrade from 3

2007-03-06 Thread hgsdc
Hi jaikiran Yup, exactly what I would suspect to happen. Thanks for link. It was exactly what I was trying to do. No more classloading problems whatsoever. Simple put: GREAT. Thanx Best wishes and regards Henrik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Messaging] - Re: ejb3mdb example

2007-03-06 Thread colsona
I just built the source and deployed jboss-4.0.5-GA-ejb3 and got the same error when running ejb3mdb example. The ejb example won't run against the non ejb3 jboss that is also created. The build methodology doesn't seem to be the issue. Asa View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-03-06 Thread [EMAIL PROTECTED]
So you need to find another way to pass an "object" from request to request. One way is to pass its identifier and to load it from the database in the second request. Another is to stick it into the session an retrieve it from there by identifier. And the last and best way is to put it into the

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-06 Thread petemuir
"lisaanm" wrote : the team should provide a short integration guide for RichFaces-Seam AFAIK you would set up a project as if for ajax4jsf (seam-gen will do this for you :) and just drop the richfaces jar into WEB-INF/lib View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [Beginners Corner] - Re: Remote access to MBeans

2007-03-06 Thread PeterJ
I have not been able to get a connection using JMXServiceURL. Instead, I use the RMI adaptor. See http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#d0e2207 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025604#4025604 Reply to the post : h

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException upon jndi lookup after upgrade from 3

2007-03-06 Thread jaikiran
If the class is meant to be used by both the war and the ejb-jar, the way i package it is - i create a separate jar (common-util.jar maybe) and make it available to both the war and ejb modules by specifying the common-util.jar as java module in the application.xml file of the ear. You can find

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-06 Thread petemuir
There are BIG plans in store for the IDE to make it rival .NET - and will take the pain out of writing XML :) Once the dust has settled Red Hat Developer Studio's JIRA will start to fill up I'm sure ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025602#402

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException upon jndi lookup after upgrade from 3

2007-03-06 Thread hgsdc
Hi jaikiran Thanks for the link. Exactly that link did not catch my attention as I was searching the wiki :-( But as I am diving into this issue I guess I know what to do to resolve. Repackage the ear. I have already done so and it is bringing me further. With respect of this beeing the JNDI f

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-06 Thread rmemoria
That's really GREAT!!! (Seam + Ajax4JSF + RichFaces) and (JBOSS + Exadel IDE) all together. >From the deep of my heart... CONGRATULATIONS for a such good product. It has >helped me a lot... But... I've seen the MS Visual Studio 2005. The IDE is super, but unfortunately it is M$ .NET. The

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-03-06 Thread javarebel
I can't use DataModel and DataModelSelection because I can't use DataTable. I need to render the links horizontally. Is there anyway I can render DataTable horizontally? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025597#4025597 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-03-06 Thread [EMAIL PROTECTED]
You need to look at the Seam example applications, or really, any JSF example application. I often had the same reflex when I started learning JSF and tried the same approach as you. You can not pass "objects" between requests by putting them into a link. Check the booking demo app and how it

[jboss-user] [JBoss Seam] - Re: How to implement cross cutting classes jar in a seam ear

2007-03-06 Thread petemuir
anonymous wrote : - adding the jar to project.ear/ and adding a module tag inside application.xml (bean class has no local, webservice or remote interfaces defined) This works if the components are just Seam JavaBeans View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBossCache] - PojoCache can't find classloader

2007-03-06 Thread chip_schoch
I have a two server cluster and am trying to cache a sessionData object using PojoCache. When I initially start the app and try it I see the exception listed at the bottom. I am kind of confused about what I am supposed to do. I am using jdk5.0, Cache 1.4.1 SP2. I don't get any exception whe

[jboss-user] [JBoss Messaging] - Re: ejb3mdb example

2007-03-06 Thread colsona
I got the same error. I didn't use the example but my own MDB. This seemed to work in earlier releases. Asa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025592#4025592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: Weird behaviour with outjection

2007-03-06 Thread rlhr
So I'm finally back to this issue and narrowed down the problem. I have 2 SFSB named testAction (defined in previous post) and anotherAction that actually outject the User bean. The scope of both SFSB is conversation and the outjection on both SFSB is defined as: | @Out(required=true) | pr

[jboss-user] [JBoss Seam] - How to implement cross cutting classes jar in a seam ear?

2007-03-06 Thread trickyvail
I'm trying to split my utility classes away into their own jar file so I can easily reuse them from different seam projects and maintain a single source tree. I've created a jar containing the classes but I have not been able to add the jar into my ear (or war) correctly. I've tried a few diffe

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-03-06 Thread javarebel
My requirement is to get an identifier in which link I have clicked in the backing bean. I am able to find a solution for this. In XHTML File - In Backing bean --- @RequestParameter private String linkId; public void next()

[jboss-user] [Beginners Corner] - Remote access to MBeans

2007-03-06 Thread colomb
There are countless MBeans exposed through the JBoss AS jmx-console. I've enabled remote jmx access using the | JAVA_OPTS="-Dcom.sun.management.jmxremote.port=3543 $JAVA_OPTS" | JAVA_OPTS="-Dcom.sun.management.jmxremote.authenticate=false $JAVA_OPTS" | JAVA_OPTS="-Dcom.sun.management.jmxr

[jboss-user] [EJB 3.0] - Where is RC10?

2007-03-06 Thread wolfc
The simple answer to this question is: we'll skip RC10. With the release of RC9 we realized that the build is tightly coupled to the Application Server. This meant that RC9 only functions in AS 4.0.5. We're planning to refactor EJB3 into a binary plugin for use in AS 4.x and 5.x. So are we dead

[jboss-user] [Messaging, JMS & JBossMQ] - Problem with ejb3 mdb after going clustered

2007-03-06 Thread atamur
Everithing worked just fine, then I decided to go clustered and made all modifications required: oracle defaultDS and correspondig xml files. Now I'm getting pretty odd exception: 2007-03-07 00:04:57,893 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=singlecity-debug.ear,jar=singl

[jboss-user] [JBoss jBPM] - Deploy jBPM in an existing Jboss App Server

2007-03-06 Thread inacio-silva
Is it possible deploying jBPM in an existing Jboss App Server. It's possible cohexists current deployed applications with jBPM engine? If yes, how can I do that? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025584#4025584 Reply to the post : http:/

[jboss-user] [JBossCache] - Remote Call to Pojo Cache

2007-03-06 Thread annette
I have to carry out a stress test on JBoss PojoCache, which runs on a server. The required architecture is: One or more clients call JBoss Cache on a remote Server. No JBoss Cache runs on the client machines. How can I do it. The examples, shipped with JBossCache only work with local reference

[jboss-user] [JBoss Getting Started Documentation] - Cannot use jaas for ejb on duke's bank

2007-03-06 Thread alexboyer
Hi, I was able to secure the 4.0.5GA web side fine with the getting started guide for 4.0.4. I am using the j2ee 7 tutorial and the additional jboss source. But when I add the java:/jaas/dukesbank element to jboss.xml for the ejb side I get an exception. 14:25:31,126 ERROR [LogInterceptor] EJBE

[jboss-user] [JBoss Seam] - Re: Could not create instance of org.jboss.seam.persistence.

2007-03-06 Thread msystems
"[EMAIL PROTECTED]" wrote : http://jira.jboss.org/jira/browse/JBSEAM-996 OK - thanks :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025578#4025578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025578

[jboss-user] [JBoss Seam] - Re: Could not create instance of org.jboss.seam.persistence.

2007-03-06 Thread [EMAIL PROTECTED]
Yup, makes sense. The bug is fixed in CVS. You can do a local patch if you like, just make EntityManagerProxy implement Serializable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025577#4025577 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBossCache] - Remote Call to Pojp Cache

2007-03-06 Thread annette
I have to carry out a stress test on JBoss PojoCache, which runs on a Server This is the required architecture ___ ! ! Client 1 ! Server ! ! !

[jboss-user] [JBoss Seam] - Re: Could not create instance of org.jboss.seam.persistence.

2007-03-06 Thread msystems
"[EMAIL PROTECTED]" wrote : Oooops. Embarrassing bug. | | This only happens with @PersistenceContext, right? Not with Seam-managed PCs, I assume | | At the moment I'm only using @PersistenceContext and @PersistenceContext(type = PersistenceContextType.EXTENDED). View the origina

[jboss-user] [JBoss Seam] - Re: Could not create instance of org.jboss.seam.persistence.

2007-03-06 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBSEAM-996 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025572#4025572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025572 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: wrong error when seam component not found

2007-03-06 Thread petemuir
This is really JSF not Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025571#4025571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025571 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Could not create instance of org.jboss.seam.persistence.

2007-03-06 Thread [EMAIL PROTECTED]
Oooops. Embarrassing bug. This only happens with @PersistenceContext, right? Not with Seam-managed PCs, I assume View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025570#4025570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: Could not create instance of org.jboss.seam.persistence.

2007-03-06 Thread msystems
BTW: This only occurs for 1.2.0 - The EntityManagerProxy don't exist for <1.1.6. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025565#4025565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025565 __

[jboss-user] [JBossWS] - Wanna know how to configure jaxws on jboss

2007-03-06 Thread ntimesc
Hi, I am using jaxws 2.1 and i have tried many examples on TOMCAT 5.5.20 not i want to configure jaxws 2.1 on jboss-5.0.0.Beta1 .. so if anyone knows some basic steps then please do post here Thanks a lot for the answer in Advance ntimesc. View the original post : http:

[jboss-user] Order of preference in war files!

2007-03-06 Thread Zakai Kinan
I have a war file that includes mysql-connector-java-3.1.8 file and this same file is also included in the lib directory. Which of these two files has preference in the war file? I thought it would be the one included in the war file, but I am not sure. TIA, ZK

[jboss-user] [JBoss Portal] - Re: CSS & header injection

2007-03-06 Thread fahlen
Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025558#4025558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025558 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss jBPM] - How to use xhtml generated form

2007-03-06 Thread roccolocko
Hi, I'm using the 2.0 beta version of the Jboss IDE, which gives me and option to generate a form for a task, this option automatically generates an xhtml form. The question here is, how can I make the task to point to that xhtml form instead of pointing to the default created form. Is it posibl

[jboss-user] [JBoss Seam] - Re: How to use ice:dataTable and @DataModel?

2007-03-06 Thread [EMAIL PROTECTED]
I map it to the "model"... @DataModel private Organisation[] organisations; (Easier to work with IceFaces with an Array!) Thats all.. >From Page... | | >From backing Bean | /** | * @author Tony Herstell | * @version $Revision: 1.5 $ $Date: 2007-02-13 04:46:40 $ | */

[jboss-user] [JBoss jBPM] - Re: jBPM Process Image Quirks

2007-03-06 Thread [EMAIL PROTECTED]
Julian, There is a bug in the GPD which I think produces the behaviour you see. If you leave the node at it's place where you dropped it, you will see the mentioned behaviour that the overlay of the red rectangle is not good. If you move the node after dropping it, the overlay should appear ok.

[jboss-user] [JBoss Seam] - Re: Booking example, Tomcat, EJB3 and thou...

2007-03-06 Thread mlh496
The components.xml file is in the /web-inf directory in the war file. In fact, I've added a context to Tomcat pointing to an exploded directory containing my web app, so I can confirm that the components.xml file is in the right place. Here is an expanded excerpt from the log file: 10:18:37,01

[jboss-user] [JBoss jBPM] - Re: Problem: SOAP Body Encoded

2007-03-06 Thread [EMAIL PROTECTED]
We support RPC/literal and document/literal but not RPC/encoded. The WS-I Basic Profile essentially deprecated use of encodings, so there is no real motivation to implement it. If RPC/encoded support is a must for you, feel free to create a feature request for it in Jira. Please be aware it i

[jboss-user] [JBoss jBPM] - Re: jBPM jPDL GPD 3.1.0 alpha3 released

2007-03-06 Thread [EMAIL PROTECTED]
Bernd, Create a JIRA issue and attach the files that produce this phenomenon. Link the issue to this thread. Thanks, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025550#4025550 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-03-06 Thread swestbom
JS menus for pages within a tab do not work in IE6 again in last night's build (really all week and last week) Can you add this check to your regression checking before checking in please? I am up the creek without a paddle if this doesn't work for our production work. Also, the page nestin

  1   2   3   >