[jboss-user] [JBoss Portal] - Re: automatically deploy one portlet inside the dashboard on

2008-10-28 Thread Andre1001
Hi, You should modify your template portal with admin user. After this, create a new user. This user must have your new dashboard configuration. Old users keep the old template configuration (the one when they were created). View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Portal] - Re: How to set the theme programatically

2008-10-27 Thread Andre1001
Hi, JBoss Portal 2.7.0 CR1. I have the same question, but I've noticed that it's possible to change the portal theme on a user basis using the dashboard area. Is it possible to change themes for regular portal objetcs like "admin" and "default" on a user basis?!? I've also noticed that users

[jboss-user] [JBoss Portal] - helloworldjsfmyfacesportlet sample issue?

2008-07-24 Thread Andre1001
Hi, I'm starting with JBoss Portal and following the track on Reference Guide. I could manage to get helloworldportlet.war, helloworldjspportlet.war and helloworldjsfsunriportlet.war working. But I had troubles with helloworldjsfmyfacesportlet.war. I'm using JBoss Portal 2.6.5.SP1 bundled and

[jboss-user] [JBoss jBPM] - Re: [Process Image Not Available] on jbpm-console

2008-06-30 Thread Andre1001
"kukeltje" wrote : correct, that is because you probably deploy the process via Seam and not via the jBPM console. The former just deploys the processinstance.xml, nothing more (since there is nothing more) Is there any workarround to see the .ear graphs on jbpm-console? Is it a Seam or jBPM fe

[jboss-user] [JBoss jBPM] - [Process Image Not Available] on jbpm-console

2008-06-30 Thread Andre1001
Hi, I am using JBoss JBPM 3.2.2 and deploying Seam's TODO quickstart in an 4.2.2 server. I noticed that the process (todo) shows up in jbpm-console process list, but there is no process image available (I get [Process Image Not Available] message on screen) followed by the warning above. When

[jboss-user] [EJB 3.0] - Re: Doesn't find orm.xml?

2007-10-18 Thread Andre1001
Ooops, the problem was the following. It was ignoring .xml files | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096667#4096667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [EJB 3.0] - Re: Doesn't find orm.xml?

2007-10-18 Thread Andre1001
| | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096663#4096663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096663 ___ jboss-user mail

[jboss-user] [EJB 3.0] - Re: Doesn't find orm.xml?

2007-10-18 Thread Andre1001
Maybe orm.xml should stay in EAR scope because there are 2 jar using its definitions!? How can I do that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096549#4096549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096

[jboss-user] [EJB 3.0] - Doesn't find orm.xml?

2007-10-17 Thread Andre1001
Hi, I am using JBoss 4.2.1 with Hibernate 3.2. I did a test just with Hibernate and it works, but inide JBoss I've got an deployment error. Maybe, JBoss isn't finding orm.xml (or maybe I've put it in wrong place). Anyway, it's supposed to be in META-INF directory. Thanks. My project has the

[jboss-user] [EJB 3.0] - Re: Parameters by context

2007-08-17 Thread Andre1001
Ok, org.jboss.proxy.SecurityInterceptor gets definitions from System, SecurityAssociation, etc... How can I get a variable from a client who can be any class with a ThreadLocal attached to it!? For example, ESBClient1: public static ThreadLocal language = new ThreadLocal(); | language.set(

[jboss-user] [EJB 3.0] - Re: Parameters by context

2007-08-16 Thread Andre1001
Hi Bill, thanks for your reply. Today these EJBs are local, but in the future they can be remote. The big question is: How can I get a field's content from the calling instance (ESB) on my client interceptor and put it inside a Invocation object!? View the original post : http://www.jboss.co

[jboss-user] [EJB 3.0] - Re: Parameters by context

2007-08-15 Thread Andre1001
The API says about InvocationContext class: "Essentially we can carry ANYTHING from the client to the server, we keep a series of redifined variables and method calls to get at the pointers. But really it is just a repository of objects." http://docs.huihoo.com/javadoc/jboss/4.0.1-sp1/server/or

[jboss-user] [EJB 3.0] - Re: Parameters by context

2007-08-15 Thread Andre1001
I've tried with... Client: | Properties properties = new Properties(); | properties.put("lingua","portugues"); | Context c1 = new InitialContext(properties); | EJB (Session Stateless): @Resource SessionContext ctx; | String x = ctx.getEnvironment().getProperty("lingua"); | but get

[jboss-user] [EJB 3.0] - Parameters by context

2007-08-14 Thread Andre1001
Hi, I'm a beginner and my question is simple (i guess :) ). I need a language parameter in all my EJB methods, but I don't want to polute their signatures. Is there a way to pass it by context!? I spent the day reading documentation and found stuff about Interceptors and InvocationContext clas

[jboss-user] [Clustering/JBoss] - TCP x UDP

2007-08-08 Thread Andre1001
Hi, I'm a beginner with JBoss clustered configurations. 1 ) What would be te recommended approach for JGroups with JBoss AS clustered? TCP or UDP? 2) Two JBoss ASs in cluster are not supposed to work with reliable messages? So, why UDP came as default in JBoss? 3) On the other side UDP perfor

[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] [JBossWS] - Re: JBossWS 1.2.0CR2 with JEMS 1.2 (and JBoss 4.0.5) fails

2007-05-03 Thread Andre1001
"[EMAIL PROTECTED]" wrote : This is a classpath issue. Make sure jboss-jaxrpc.jar is seen first. | | In 4.0.5 the legacy JAXRPC API is also in jbossall-client.jar. This will cahnge in jboss-4.2.0 Got the same problem with 4.2.0 and with 4.0.5 + jbossws-1.2.1.GA: http://www.jboss.com/index.

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Rules editor doesnot sinalize error in Problems View

2007-04-19 Thread Andre1001
Encuse me, sinalize comes from a Portuguese word. So, again... :) where should I configure my Eclipse to indicate DRL files erros/warnings on Problems View? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038861#4038861 Reply to the post : http://www.jbos

[jboss-user] [JBoss Eclipse IDE (users)] - Rules editor doesnot sinalize error in Problems View

2007-04-18 Thread Andre1001
Hi, where should I configure my Eclipse to sinalize DRL files erros/warnings on Problems View? This presentation seems to have this resource activated: http://labs.jboss.com/file-access/default/members/jbossrules/freezone/livetrails/cedit_viewlet_swf.html I've got Drools Rule Workbenck 3.0.5

[jboss-user] [EJB 3.0] - Design Decision (One-to-Many)

2006-09-18 Thread Andre1001
Hi, Please, tell me if I'm thinking the right way!! I have a PRODUCT, which has a relationship with INVENTORY in many-to-many mode. This relationship has also several attributes, so I must create a intermediary table (PRODUCT_INVENTORY). I'm in doubt among 3 solutions: 1 - Create a PRODUCT_INV

[jboss-user] [JBoss Seam] - Re: validation not performed after submit

2006-09-15 Thread Andre1001
I have a TEAM, which has EMPLOYEEs. How can I insert a EMPLOYEE being sure that a TEAM was chosen? That is, is possible @NotNull in this case? Or not, i have to do this manually? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971986#3971986 Reply to the p

[jboss-user] [JBoss Seam] - Re: ..:: Questions about Seam design!!!

2006-09-13 Thread Andre1001
Hi Angelo, do you have e-mail? I looking for Seam contacts in Brazil. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971352#3971352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971352 ___

[jboss-user] [JBoss Seam] - Re: Hibernate Validation issue

2006-09-13 Thread Andre1001
Solved. I've put required="true" in selectOneMenu tags. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971335#3971335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971335 ___

[jboss-user] [JBoss Seam] - Re: Hibernate Validation issue

2006-09-13 Thread Andre1001
Thanks for your answers. I've tried out with tag, but got another error. Now, even create method isn't working: | @Begin(join = true) | //@IfInvalid(outcome = Outcome.REDISPLAY) | public String create() { | if (entityManager.find(Equipesimac.class, instance.getC

[jboss-user] [JBoss Seam] - Hibernate Validation issue

2006-09-12 Thread Andre1001
Hi, I'm getting this error when I try to update my bean with an invalid parameter: | 21:40:19,953 ERROR [SeamExceptionFilter] uncaught exception handled by Seam | javax.servlet.ServletException: Could not commit transaction | at javax.faces.webapp.FacesServlet.service(FacesServlet.java

[jboss-user] [JBoss Eclipse IDE (users)] - Profiling with Eclipse?

2006-09-06 Thread Andre1001
Hi, I have Jboss 4.0.4 and Jboss IDE 2.0.0 Alpha installed. I haven't seen any references in the IDE's Manual about Eclipse Profiling Tools. Furthermore the option "Profile..." in Jboss Server View is not allowed. The question is simple. The only way to profile applications in Jboss is with

[jboss-user] [JBoss Seam] - Re: Where are my conversations?

2006-08-29 Thread Andre1001
Ooops... here... http://www.jboss.com/index.html?module=bb&op=viewtopic&t=87816 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968227#3968227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968227 _

[jboss-user] [JBoss Seam] - Re: Where are my conversations?

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

[jboss-user] [JBoss Seam] - Where are my conversations?

2006-08-29 Thread Andre1001
I tryed to show conversationList on my sreens but it didn't work. Seems there is nothing in conversationList, in spite of Seam Debug show me several conversations. JSP file | | | | Workspace |

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

2006-08-25 Thread Andre1001
Just a shot. I'm a beginner. :) I've generated my code with Hibernate plugin and these warnings happen when I access my Find funcionality. It could means that the managed bean is not still created by Seam in context when i access my Find funcionality. But it keep on showing these messages a

[jboss-user] [JBoss Seam] - "Unable to find component... (calling findComponent on...)"

2006-08-24 Thread Andre1001
Hi, What exactly it means? 11:29:34,827 WARN [HtmlLabelRenderer] Unable to find component 'codigoEquipe' (calling findComponent on component '_id2:_id30') | 11:29:34,874 WARN [HtmlLabelRenderer] Unable to find component 'estacao' (calling findComponent on component '_id2:_id32') | 11:29:

[jboss-user] [EJB 3.0] - Re: Two relationship one-to-many

2006-08-09 Thread Andre1001
Error: org.hibernate.HibernateException: cannot simultaneously fetch multiple bags Answer here... http://www.jroller.com/page/eyallupu?entry=hibernate_exception_simultaneously_fetch_multiple View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964205#3964205

[jboss-user] [EJB 3.0] - Re: Two relationship one-to-many

2006-08-09 Thread Andre1001
oops... little mistake... anonymous wrote : when I recall the Employee with findEmployee() method I see in my grafh: | | Employee - 01 | --- | startedOrders - 01 | finalizedOrders - 01 when I recall the Employee with findEmployee() method I see in my grafh: Employee - 01 --

[jboss-user] [EJB 3.0] - Two relationship one-to-many

2006-08-09 Thread Andre1001
Hi, I have two relationships between Employee and Order. One to get his "started" orders and the other to get his finished orders: Employee --- codEmployee Order -- EmployeeFinalizer EmployeeStarter When I try to persist a new Order with different Employees it's al

[jboss-user] [JBoss Eclipse IDE (users)] - "Jboss Server Event Log" view

2006-08-06 Thread Andre1001
Hi ... how can I activate "Jboss Server Event Log" view as showed in http://download.jboss.org/jbosside/demo/movies/JBossAS.htm I'm using JBossIDE version 2.0.0.Alpha1a. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963455#3963455 Reply to the po

[jboss-user] [JBoss Eclipse IDE (users)] - Re: cannot create EJB 3.0 applications with version 2.0.0.Al

2006-08-03 Thread Andre1001
Hi, I've found that http://trailblazer.demo.jboss.com/EJB3Trail/ If I had read this before I'd know that Zip instalation did not provide EJB 3 resource. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963067#3963067 Reply to the post : http://www.jboss

[jboss-user] [JBoss Eclipse IDE (users)] - Re: cannot create EJB 3.0 applications with version 2.0.0.Al

2006-08-01 Thread Andre1001
Thanks Max, I've just installed Jboss by Jboss' installation wizard and it's worked out. Is it possible to install the regular way (unpaking Jboss) and after this putting EJB 3.0 in some directory? Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Eclipse IDE (users)] - cannot create EJB 3.0 applications with version 2.0.0.Alpha1

2006-07-31 Thread Andre1001
Hi, I'm trying to create a project with JBossIDE wizard, but I've got this message box: "The selected configuration (Jboss-All) does not contain the expected EJB 3 libraries. Please, install Jboss with EJB 3 enabled, or try another configuration." Is not EJB 3 supposed to be enabled in Jboss