[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-08-07 Thread [EMAIL PROTECTED]
ill try to take care of this today/tomorrow. i just have to decide if we go for multiple aoppath elements ala: | jboss-aop.xml | or just the pathseparator thats used in ant. - ill probably go for the above since the use of pathseparator isnt very portable... View the original post : htt

[jboss-user] [JBoss Seam] - Re: SEAM2 fails to inject EntityManager

2007-08-07 Thread bulloncito
Such a quick response, such a simple thing, yet such big accomplishment. Thank you ; ) ... now some other things are broken, but I can take it from here ; ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071845#4071845 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Live Sites Using SEAM?

2007-08-07 Thread jlstyle
The company I work for has recently launched a new version of our site using Facelets, EJB3, and JSF/Seam. Although I see a lot of activity on these boards, I have yet to see any other sites built on this stack. I know they are out there! Can anyone point me to a few? Thanks! View the

[jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock

2007-08-07 Thread viggo.navarsete
Thomas, thanks for all support you give, and short response time!! I will try putting up a prototype with this combination today to see if it works: JSF RI 1.2 JBoss AS 4.2.0.GA JBoss Portal 2.6 RichFaces (perhaps also Tomahawk, as I need a tree component with checkboxes next to each node in the

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-07 Thread [EMAIL PROTECTED]
A wiki page has started to list the supported components if you try some and sucessfully have them working in a portlet environment please update the page: http://wiki.jboss.org/wiki/Wiki.jsp?page=JSFInPortletEnvironment View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock

2007-08-07 Thread [EMAIL PROTECTED]
Actually, there are other comments saying that it should work, so i'm puzzled like you, till i try by myself (But don't have the time right now). Sorry for the confusion. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071837#4071837 Reply to the post : htt

[jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock

2007-08-07 Thread [EMAIL PROTECTED]
I think he just used the drag and drop. See: http://anonsvn.jboss.org/repos/portal/branches/2_6_RichFaces_POC To see it in action View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071835#4071835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-08-07 Thread viggo.navarsete
indyJones: do you know if all tomahawk components can be used inside a portlet? I'm curious starting to use RichFaces, but according to another thread, the JBoss Portal 2.6 isn't ready for RichFaces yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071833#4

[jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock

2007-08-07 Thread viggo.navarsete
Do you know which components Shohil successfully tried using 2.6? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071831#4071831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071831 _

[jboss-user] [JBoss jBPM] - Re: can't delete a taskinstance from my database

2007-08-07 Thread vtysh
And i think you can't delete directly TaskInstance row, because task instance has relationships with other objects (see TaskInstance.hbm.xml) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071830#4071830 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key?

2007-08-07 Thread nickarls
"[EMAIL PROTECTED]" wrote : So, I don't get *why* that affects the EntityConverter. The integer ID is the one to use... The key stays the same of course and thats why I said in post #3 that the change would probably be to SelectItems and not to convertEntity "me, myself and I" wrote : | Cou

[jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock

2007-08-07 Thread [EMAIL PROTECTED]
Actually i don't see the reason why it would work better on 2.4, one of the problem they face has to do with the fact that there is no filter on portlets, and that portlets have their own session. btw Sohil successfully used Richfaces with 2.6, but all the components won't work. View the orig

[jboss-user] [JBoss Seam] - Re: Stateless vs Stateful Bean

2007-08-07 Thread fquimbay
Greetings, Pete ... About your last post, what other considerations do I have to take account, in case I develop an application with JBoss Seam for an clustering enviroment? I don't know... if I take care of this aspect, with SLSB/SFSB, Entity Beans or Seam Pojos for an clustering environment ?

[jboss-user] [Beginners Corner] - Re: Cannot Get InitialContext Lookup to Work

2007-08-07 Thread kurzweil4
Thanks for your reply. I will try it. By the way ...once I do that ...what is the correct lookup string for my service class? Kurzweil4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071825#4071825 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Is there a way to change the .seam file extension

2007-08-07 Thread blackers
You should be able to change your servlet mapping to whatever you want | Faces Servlet | *.seam | to | Faces Servlet | *. | should do the trick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071821#4071821 Repl

[jboss-user] [JBoss Seam] - Re: SEAM2 fails to inject EntityManager

2007-08-07 Thread blackers
In Seam 2.0 you need to change the namespace from core to persistence for the managed-persistence-context element. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071820#4071820 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071820 ___

[jboss-user] [Clustering/JBoss] - Re: Clustering Problem

2007-08-07 Thread atomicGun
maybe you tried to start 2 server at the same time, so they can't see each other... I have a problem also, let's say i have node A and B seeing each other as cluster members, and i tried to shutdown A, B will take-over and the failover works. but when i tried to restart A, A cannot detect B as

[jboss-user] [Beginners Corner] - Recommended development process for deployment on remote JBO

2007-08-07 Thread [EMAIL PROTECTED]
Hello, I would appreciate suggestions on how to configure my testing, building, and deployment environment for Enterprise Applications. In other words what is the recommended way to deploy a WAR or EAR to a remote JBOSS server? I have looked but could not find any mention about doing this i

[jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock

2007-08-07 Thread viggo.navarsete
And what are the big differences between Jboss portal 2.4 and 2.6. Perhaps I'll just downgrade my portal if necessary, because I really need to support a JSF component library like Richfaces, or Tomahawk, or both. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss4.0.5 Datasource connection too slow

2007-08-07 Thread [EMAIL PROTECTED]
Hi All, I wonder if anybody else has faced this problem but, we are facing the following issue: * Connection object from the JBoss connection pool setting below: DefaultDS jdbc:mysql://localhost:3306/einstix com.mysql.jdbc.Driver 5 20 EncryptDBPassword

[jboss-user] [JBoss Seam] - SEAM2 fails to inject EntityManager

2007-08-07 Thread bulloncito
Trying to migrate from jBoss4.0.5.GA+Seam1.2.1.GA to jBoss4.2.1.GA+Seam2.0.0.B1, after updating lots of code, app deploys properly, but when I try to acces initial page, an EntityHome complains and sends me to error page: In attribute requires non-null value: complexHome.entityManager at this

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss Upgraded. Mysql failure

2007-08-07 Thread stanclee
ava.net.UnknownHostException: mysql-hostname View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071806#4071806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071806 ___ jboss-user

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Use of XML Schema and DTD

2007-08-07 Thread stuart_wildcat
I'm not sure exactly what forum this post belongs in but this seems like the best. Is there any reason that so many of the XML configuration files for JBoss are still based on DTDs and not Schemas? It seems like XML schemas are the preferred method of defining XML structure. The main benefit

[jboss-user] [JBoss Portal] - help me with Jboss Forums Problem?

2007-08-07 Thread Scott_Feng
Hi, All. I have encountered a porblem, when running jboss-forums. I use jboss-portal 2.6. I have modified the web.xml undering "jboss-4.2.1.GA\server\default\deploy\jboss-web.deployer\conf" and added myfaces 1.1.5 jars, as http://wiki.jboss.org/wiki/Wiki.jsp?page=Running2.6WithJBossAS4.2.xAn

[jboss-user] [JBoss Seam] - Re: Nested EL in .xhtml and s:hasRole hard-coding removal

2007-08-07 Thread matt.drees
Not sure if this will work, but you could look into using an el function to return the string. So, something like: | "#{s:hasRole(my:admin())}" | Of course, now you're "hard coding" a method name in a string, which is probably as difficult to refactor as the string itself. Personally, I

[jboss-user] [JBoss Seam] - Re: How to end a conversation with free form navigation

2007-08-07 Thread matt.drees
"ilya78" wrote : but it still active(memory leak) It's not really a memory leak. The conversation will timeout at some point, and everything will get garbage collected fine. Like you mentioned, back-buttoning makes it impossible to guarantee that a conversation won't be left hanging. View

[jboss-user] [JBoss Seam] - Clean way to attach debugger for drools

2007-08-07 Thread zaya
I'm trying to debug drools by attaching the debugger. This is my code: | | @Name("workingMemoryControl") | @Scope(ScopeType.EVENT) | public class WorkingMemoryControl { | | @In | WorkingMemory workingMemory; | | @Observer("org.jboss.seam.postCreate.working

[jboss-user] [JBoss Seam] - Re: login re-direct (possible doco problem 13.4.6)

2007-08-07 Thread matt.drees
Yeah, it should be "expression" instead of "execute". Slightly confusingly, if you want to put an action in a < page> element in pages.xml, you use "execute", not "expression". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071797#4071797 Reply to the post

[jboss-user] [JBoss Seam] - Can s:selectItems work in this scenario?

2007-08-07 Thread chrismalan
As I am still new to Seam (read the book twice, looked at a lot of the docs and examples), I decided to build an application to get my feet wet. The application is based on the hotel booking demo, but quite different. One by one the problems have yielded, sometimes not without spirited resistan

[jboss-user] [Testimonials] - Re: JBoss Portal list of successful sites

2007-08-07 Thread rharari
another site being developed with jboss-portal http://www.planetacontabil.com.br/portal it´s still under development but you can see some features. regards r.harari View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071790#4071790 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key?

2007-08-07 Thread starascendant
"[EMAIL PROTECTED]" wrote : I don't understand how this relates to legacy databases. The property you mark @Id is always the ID. Sure, the ID can have no meaning, but unless you want to do stuff using the dom, it doesn't really matter. Because a database may have a relationship (enforced or n

[jboss-user] [Beginners Corner] - Re: Issue with JBoss 4.2.1

2007-08-07 Thread j_lalith
I do not have CLASSPATH env variable set up, I think this is something to do with the classloading Yes you are correct, we got two options 1) delete the log4j from the other projects 2) update the jboss log4j with other projects even though above works, It doent look nice, the best way is how

[jboss-user] [Beginners Corner] - Re: Before Start we need your advice

2007-08-07 Thread j_lalith
Thank you so much for the reply, Yes you have a point, one of the ways to move forward is 1) Jboss latest release + EJB previous release+Hibernate latest release, Hope above is a good combination instead of 1) Jboss latest release + EJB 3.0 (with inbuilt hypernate) Hope you agree on the above

[jboss-user] [JBoss Seam] - Re: please document library versions

2007-08-07 Thread tynor
Created JIRA task: http://jira.jboss.com/jira/browse/JBSEAM-1773 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071784#4071784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071784 _

[jboss-user] [Management, JMX/JBoss] - Re: Writing and registering a custom mbean

2007-08-07 Thread ckaushalya
Hi, Thanks a lot for the tip. I have managed to create a custom mbean service using SAR as you have mentioned. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071783#4071783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - please document library versions

2007-08-07 Thread tynor
I am running into a bug which from googling may be fixed in a newer hibernate or ejb3 release, but I can't be sure -- I can't tell from the jboss-seam-1.2.1-GA.zip file just what versions of various jars are bundled. The Seam 2.0-BETA distribution does not appear to be any better documented. Be

[jboss-user] [EJB 3.0] - Re: Entity relationship and remove operations

2007-08-07 Thread icordoba
Hi there, I haven't been able to solve this same problem ("deleted entity passed to persist" exception when deleting a OneToMany with cascade all relation(). You say you just have to "refresh" the parent, but you were saying that you delete the parent and you expect the children to be deleted. I

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Bind ip for JBOSS 4.2.1

2007-08-07 Thread PeterJ
The Service Wrapper uses a wrapper.conf file to provide the configuration for the server. This file will already contain this line: wrapper.app.parameter.1=org.jboss.Main and might also contain these lines: wrapper.app.parameter.2=-c wrapper.app.parameter.3=default In which case you can add th

[jboss-user] [JBoss Seam] - @Destroy-annotated method is not getting called when SFSB is

2007-08-07 Thread zzzz8
It seems as though my stateful session beans (in this case, session scoped) are not being "destroyed" correctly. I have a method which is annotated with the @Remove and @Destroy annotations. When the stateful session bean is being destroyed (after the HTTP session times out - and yes, my SFSB

[jboss-user] [JBossWS] - Re: JBossWS Tools Overview (wstools, wsprovide, wsconsume)

2007-08-07 Thread rocken7
Here is an idea: why not put the required server version somewhere on the wsconsume docs? Man, I spent like an hour trying to find wsconsume b/c I have jboss-4.0.5.GA and it only ships in later versions ... The whole jboss ouvre of docs is so messed up with no sense of version unless of cou

[jboss-user] [JBoss Seam] - Re: login re-direct (possible doco problem 13.4.6)

2007-08-07 Thread [EMAIL PROTECTED]
Is there a workaround for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071777#4071777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071777 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Bind ip for JBOSS 4.2.1

2007-08-07 Thread nayabingi
Hello, The Notes for jboss 4.2.x states JBossAS now binds its services to localhost (127.0.0.1) default instead of binding to all available interfaces (0.0.0.0). I know if I execute run.sh -b 0.0.0.0 I can get it to bind to this address. Is there any other way I can set the bind address to 0.0.

[jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working

2007-08-07 Thread [EMAIL PROTECTED]
Ah. Yes, you can easily run a 1.1 component library on 1.2 (e.g. Trinidad trunk, ajax4jsf). I'm not entirely sure *why* they are checking for UIComponentBase (this certainly isn't a requirement for the component to be a 1.2 component), but I guess its to ensure that 1.1 components have those

[jboss-user] [JBoss Seam] - Re: Is there a way to change the .seam file extension

2007-08-07 Thread amitev
No. .seam is not hard coded. I'm using .jsf and it's working just fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071774#4071774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071774

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-07 Thread mgrouch
anonymous wrote : 3) No support for xml mapped entities (and you're not going to get this to work afaics) It is possible to get it work using Hibernate API. We need access to hibernate session object and entity. getSession().getSessionFactory().getClassMetadata(getPersistentClass()).getIdentif

[jboss-user] [JBoss Seam] - Session scope causes ArrayIndexOutOfBoundsException

2007-08-07 Thread sysex
Looks like a bug. I'm not a contributor or anything. Should this be added to JIRA? This error came up when I first viewed my home page (containing a bean using the @Scope(ScopeType.SESSION) annotation) using Firefox, then switched to a new session with Konqueror hitting the same page. 12:47:1

[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException

2007-08-07 Thread tnine
I'm also experiencing this. I'm using JBoss 4.0.5, and trying to look up a remote JMS Queue. I can start the server on my localhost, and use the following properties. | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs= org.jboss.naming:org

[jboss-user] [JBoss Seam] - Is there a way to change the .seam file extension

2007-08-07 Thread sysex
One of those crazy client requests. Does anyone know of a way to change the .seam extension to something else (like index.foo instead of index.seam)? I tried messing around with the web.xml and even took some time to look over the Seam source code (ServletFilter etc). Grep brings back about ever

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-08-07 Thread anders3
I have now build the maven plugin into all (both) AOP compiles in jboss portal. I need to add dependencies like | org.jboss.maven.plugins | maven-jbossaop-plugin | 1.0-SNAPSHOT | | And this means that all the internal maven plugin stuff gets on the nested d

[jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working

2007-08-07 Thread stephen.friedrich
Hm, to check for the global version of the JSF implementation they already check for existence of Application.getExpressionFactory() That still does not answer the question if a particular component class is JSF 1.1 or 1.2. (Is it really possible at all to run a 1.1 component library on a 1.2 i

[jboss-user] [EJB 3.0] - Re: EJB3 and Timeout.

2007-08-07 Thread jc7442
In my case all transaction are required. Tra,saction is open by the container for the MDB but timeout for messagen driven seems not to be used. I move to bean managed transaction for my MDB and I set the timeout before beginning the transaction. It works fine and it solve another problem that I

[jboss-user] [JBoss Seam] - Re: How to end a conversation with free form navigation

2007-08-07 Thread ilya78
a typo: "ilya78" wrote : | 1) If conversation started and in the middle of the conversation, the user clicks a button from the link | i meant: ... a button from the menu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071766#4071766 Reply to the post

[jboss-user] [JBoss Seam] - How to end a conversation with free form navigation

2007-08-07 Thread ilya78
The application has a main menu with various links. One of them starts a wizard with several pages, that I have implemented as a conversation(started with @Begin). While the wizard is active, the main menu should be available. So I have folowing problems: 1) If conversation started and in the m

[jboss-user] [EJB 3.0] - Re: Microconatiner and @Depends, @Service annotations ...

2007-08-07 Thread jc7442
Thanks ! That's better. I also have to deploy my MBean. MBeanServer.registerBean(...). If I just add the class in th class to deply in the bootstapr (I do that for session bean for example, it is nt deployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [Beginners Corner] - Re: logging with log4j under JBoss4

2007-08-07 Thread genman
Is this filter configured properly? | | | | | ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071763#4071763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071763 _

[jboss-user] [Beginners Corner] - Re: Where to find jboss.net patch for v3.2.6

2007-08-07 Thread genman
Where did you see this? 3.2.6 is pretty old. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071762#4071762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071762 ___ jboss-user

[jboss-user] [JBoss Portal] - Portal Runtime context in a portlet

2007-08-07 Thread explorer
Guys, Please can any one tell me how to get the portalruntimecontext in a portlet. I found that it can be got from Navigation.getPortalRuntimeContext(). But this is returning null. Is there any specific way to get this. Does it need any xml decelerations. Thanks in advance. View the original

[jboss-user] [Beginners Corner] - Re: Spawning processes from JBoss App Server

2007-08-07 Thread genman
No, not by default. You might want to post your code. My advice is to come up with a baseline implementation that works (perhaps just calls "ping 127.0.0.1") then develop the code into the more complex commands you need to run. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Beginners Corner] - Re: Before Start we need your advice

2007-08-07 Thread genman
The entity manager API that's with EJB 3.0 is a bit more conservative (limited) compared to the full set of functionality available with Hibernate. EJB 3.0 is intended to satisfy most complex query cases, but there sure a lot of them. In EJB3, Queries can be written in native SQL syntax as sort

[jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam

2007-08-07 Thread fzaker
Jira Feature Request: http://jira.jboss.com/jira/browse/JBSEAM-1772 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071759#4071759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071759 ___

[jboss-user] [Beginners Corner] - Re: JBoss Integration with Predeveloped Java NIO Sockets Cli

2007-08-07 Thread genman
With JBoss, you can write services that are plain MBeans and deploy them. You could even come up with a bean shell script ( http://wiki.jboss.org/wiki/Wiki.jsp?page=BSHDeployer ) and deploy a socket listener that way. I would probably consider using HTTP instead of a plain socket listener for

[jboss-user] [JBoss Seam] - deleted entity passed to persist

2007-08-07 Thread ellenzhao
A list of items are displayed in a h:dataTable and there is a column which contains a h:commandButton. When the button is clicked, the item would be removed. But I constantly got this exception: | 23:30:27,345 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_2] Tw

[jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key?

2007-08-07 Thread [EMAIL PROTECTED]
So, I don't get *why* that affects the EntityConverter. The integer ID is the one to use... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071754#4071754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071754 _

[jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working

2007-08-07 Thread [EMAIL PROTECTED]
I can't comment on issues there, perhaps you could? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071753#4071753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071753 ___ jbo

[jboss-user] [Beginners Corner] - Re: JBoss for Sales and Marketing people

2007-08-07 Thread genman
Ask him what certain things JBoss cannot do. Also, what software does he suggest using instead of JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071752#4071752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071

[jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working

2007-08-07 Thread [EMAIL PROTECTED]
Thank you :) Another way is to check for a method on the FacesContext which only exists in 1.2 e.g. getELContext() (this is much safer). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071751#4071751 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [Management, JMX/JBoss] - Re: Writing and registering a custom mbean

2007-08-07 Thread genman
You don't have to extend any JBoss classes to deploy your MBean. Simply create a jboss-service.xml and (optionally) put it in a .sar file. Google turned up this, which might be a good example to follow and meets your requirements: http://vladimirvivien.com/blogs/ot/2007/01/this-write-up-provide

[jboss-user] [EJB 3.0] - Re: EJB3 and Timeout.

2007-08-07 Thread marcelkolsteren
The timeout specified in jboss.xml is only used if the EJB3 container needs to create a new transaction when the method in the session bean is called. A new transaction is only created in the following two cases: - the transaction attribute is Required and there is no transaction running - the t

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-07 Thread [EMAIL PROTECTED]
"mgrouch" wrote : Yes. Requirement to use SMPC is a problem for me. | I load list of entities via Stateless Session EJB call (so no SMPC). | The entities are reverse engineered from DB at build time by hibernate tools (so no equals() method there). Hmm. Yes, in this case s:convertEntity won't

[jboss-user] [JBossCache] - Re: Getting InterruptedException while putting into tree cac

2007-08-07 Thread genman
JBoss Cache uses the older Doug Lea concurrent library which throws InterruptedException from all lock methods if the thread was interrupted. The newer 1.5 concurrent methods mostly don't do this. It's mostly done as a favor. If a thread is interrupted, typically the purpose of this interrupt

[jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key?

2007-08-07 Thread nickarls
I can think of cases where a table has some String-type field that could technically work as an @Id, but the table has had an new Integer @Id added later on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071743#4071743 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working

2007-08-07 Thread stephen.friedrich
I had some help from the trinidad mailing list and did some more debugging. Ultimately it seems the bug is in facelets. They try to determine a component's JSF version by checking if it subclasses UIComponentBase, which fails for Trinidad (which has its own UIXComponentBase). This makes facelets

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuration Problem - Incompletely deployed packages

2007-08-07 Thread PeterJ
The 'all' configuration assumes that it will be clustered with multiple app servers. As such, it requires more from your network than a non-clustered configuration. I recommend that you try the 'default' configuration first. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: DataModelSelection is null

2007-08-07 Thread ilya78
"tim_ph" wrote : try scope CONVERSATION or wider Thanks, I have tried: It only works with session and long running conversation. But using such a wider scope introduces more complications, like ending the conversation, cleaning the data from the session, etc. I understood from the docs that Page

[jboss-user] [JBoss Seam] - CVS - build failed - PluginDescriptor was not found

2007-08-07 Thread oblivion1200
I downloaded jboss seam from cvs and try to compile. I get exception ant | Buildfile: build.xml | | initcore: | [echo] Build JBoss Seam Core 2.0 | | select-compiler: | | antlr: | | compilecore: | [javac] Compiling 26 source files to /home/pete/bin/jboss-seam/clas

[jboss-user] [JBoss jBPM] - Re: task-node attribute create-tasks

2007-08-07 Thread arjunbalraj
If i understand this right, when you specify the create-tasks attribute for a task node in the process defintion, it automatically creates a taskinstance when the processinstances enters the node. Then it depends on the signalling flag(Rule to exit the node on task completion) of the node 'last'

[jboss-user] [JBoss Seam] - Re: taskInstanceListForType Size

2007-08-07 Thread harpritt
lol old hack... i love that but how does it work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071733#4071733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071733

[jboss-user] [JBoss Messaging] - Re: exception while starting JBoss Messaging in a cluster

2007-08-07 Thread icruz
Problem solved: I was passing a name in -b option, the same name in both nodes, which resolved to each node address through /etc/hosts. It seems to confuse jbossremoting... I was supposing it to resolve the name before using it in a URL View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss jBPM] - task-node attribute create-tasks

2007-08-07 Thread warfster
I'm currently working in a jbpm3.1.3 environment. I have run into an unexplained behavior with the create-tasks attribute of the task-node element. In a process definition where task-nodes do NOT contain this attribute, instantiating a new process instance and task instances, then signalling the

[jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key?

2007-08-07 Thread [EMAIL PROTECTED]
I don't understand how this relates to legacy databases. The property you mark @Id is always the ID. Sure, the ID can have no meaning, but unless you want to do stuff using the dom, it doesn't really matter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=407

[jboss-user] [JBoss Seam] - SEAM Labels resourceBundle.bundleName

2007-08-07 Thread harpritt
Hi Lads / Ladies ive a Jar with all my seam beans + seam.properties and a War with all my xhtml and config files including messages.properties, messages_en.properties and messages_dn.properties (in WEB-INF\classes) now, where and how the heck do i specify which property file to use through out

[jboss-user] [JBoss Seam] - Nested EL in .xhtml and s:hasRole hard-coding removal

2007-08-07 Thread asookazian
I created a class to store all the user roles as static constant Strings. I'd like to reference these constant Strings in my .xhtml files instead of hard-coding the role as follows: Is it possible to do this (use a constants class and reference the values in the .xhtml via EL?) How

[jboss-user] [JBoss Seam] - Re: Problem with leaked connections

2007-08-07 Thread monkeyden
Simply upgrading Hibernate Core to v3.2.5GA seemed to work out fine. The compatibility matrix was helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071728#4071728 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: What is the CONFIG_LISTEN_CLASS, and why is my app unabl

2007-08-07 Thread birwin
Looks like there was an error in my jsf_core.tld. The entry |CONFIG_LISTEN_CLASS| should have been com.sun.faces.config.ConfigureListener This appears to have fixed my problem. I am wondering why, when I replaced my WAR file with one that did not have this tld file, that I was still getting th

[jboss-user] [JBoss Seam] - Re: Seam conversations and third party JSF components libs

2007-08-07 Thread mgrouch
Still no luck trying to resolve this. Any help is very much appreciated. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071724#4071724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071724 ___

[jboss-user] [JBoss Seam] - Manager component, Factory method and page action

2007-08-07 Thread hubaghdadi
Hi. Can I use "Manager component" to attach an action listener to non JSF requests (GET requests) ? When to use "Factory" methods over Manager component? Why to use page action if I already have two ways? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] Embedding JBoss Naming

2007-08-07 Thread rpepersack
Hi all, Thanks in advance for your help. Sorry if this is a duplicate post. My work e-mail didn't work, so I'm using my personal e-mail. How can I embed JBoss' naming server in my own Java application? I've tried creating a new org.jnp.server.Main and invoking its start() method, but I get

[jboss-user] [JBoss Seam] - Re: DataModelSelection is null

2007-08-07 Thread tim_ph
try scope CONVERSATION or wider View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071721#4071721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071721 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Embedded EJB3 container and Microkernel

2007-08-07 Thread hubaghdadi
Hi. What is difference between the "Embedded EJB3 container" and the "Micro kernel"? When to use each one? Thanks for help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071720#4071720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JNDI/Naming/Network] - Embedding JBoss Naming

2007-08-07 Thread rpepersack
Hi all, Thanks in advance. Does anyone know how to embed JBoss' naming server in my own Java application. I'm trying, but I get exceptions. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071719#4071719 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Saving my Spring invesment

2007-08-07 Thread hubaghdadi
Hi. Let's say I have have an application built using Hibernate and Sprnig. Transaction management is done through Spring AOP. If I want to employ Seam, can I still be using Spring AOP for transaction management or I have to use Seam facilities? Thanks. View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Sneak Peak/Teaser on Seam support in JBoss Tools/RHDS

2007-08-07 Thread [EMAIL PROTECTED]
You found the error - you won! thanks ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071714#4071714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071714 ___ jboss-user

[jboss-user] [Installation, Configuration & DEPLOYMENT] - What is the CONFIG_LISTEN_CLASS, and why is my app unable to

2007-08-07 Thread birwin
I am getting this error when I try to deploy the simplest of applications in my JBoss application server 4.2.0-GA and 4.2.1-GA (basic web.xml with a JSP). Error configuring application listener of class |CONFIG_LISTEN_CLASS| java.lang.ClassNotFoundException: |CONFIG_LISTEN_CLASS| Any ideas what

[jboss-user] [Clustering/JBoss] - Re: Clustering Problem

2007-08-07 Thread Andre1001
Same problem. I've been trying with JBoss 4.2.1 and Windows XP with "-b 0.0.0.0" startup configuration. I've also tried to change loopback parameter, but without success. - On Windows machines, because of the media sense feature being broken with multicast | (even after dis

[jboss-user] [JBoss jBPM] - Re: jsp´s are r eady, and now, what?

2007-08-07 Thread iaga21
Hi! I'm new in JBPM and i don't understand how can i integrate or execute a JSP file with a state in the process definition?? I want to change the interface in that state! Please help me! Thks! iaga View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071713#40717

[jboss-user] [JBoss Seam] - Re: Sneak Peak/Teaser on Seam support in JBoss Tools/RHDS

2007-08-07 Thread nickarls
Looks nice. The last label in the New Seam Project Wizard should probably be Test Package Name? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071712#4071712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071712 _

[jboss-user] [Security & JAAS/JBoss] - Re: BaseCertLoginModule fails to pick up client certificate

2007-08-07 Thread [EMAIL PROTECTED]
You may get support if you ask in the web services forum. But I do not think it makes any difference because the ejb driven web services use the same security domain concept as the web archives. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071711#4071711 R

[jboss-user] [Security & JAAS/JBoss] - Re: rough start with JBossPDP

2007-08-07 Thread [EMAIL PROTECTED]
Thanks for the comment on the user guide. It will go towards improving it. :) Why don't you just download the source jar which contains the source code and tests? If you want to use subversion, the link is: http://anonsvn.jboss.org/repos/jbossas/projects/security/security-xacml/tags/2.0.1-BETA/

[jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key?

2007-08-07 Thread nickarls
I raised http://jira.jboss.com/jira/browse/JBSEAM-1768 for it. Besides legacy databases it is useful for us when some entities goes between systems where the ID has no meaning and the relation has to be "denormalized" to something that the recieving end understands. Sure, you could probably d

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-07 Thread mgrouch
Yes. Requirement to use SMPC is a problem for me. I load list of entities via Stateless Session EJB call (so no SMPC). The entities are reverse engineered from DB at build time by hibernate tools (so no equals() method there). Please, take a closer look at my code. Do you think solution provided

  1   2   3   >