[jboss-user] [JBoss Portal] - Re: JBoss portal, tomahawk and user roles

2009-06-10 Thread Deady
One must add User to portlet.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236893#4236893 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236893

[jboss-user] [JBoss Portal] - JBoss portal, tomahawk and user roles

2009-06-10 Thread Deady
I have a portlet with I've created user, gave him 'User' role in Identity Management Portlet, logged in as this user, visited portlets's page, but command link was disabled. What's wrong? Using debug I can see that my user's principal has needed roles in FacesContext. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Provider PK not found

2008-11-20 Thread Deady
I use jboss 4.2.3 In my mbean I have: | try { | | new Configuration() | .addXML(mappings) | .setProperty("hibernate.session_factory_name", "hibernate/Test") | .setProperty("hibernate.dialect", "org.hibe

[jboss-user] [Beginners Corner] - Re: Howto install custom classloader

2008-11-07 Thread Deady
| import javax.management.ObjectName; | import java.net.URL; | import java.io.FileInputStream; | import java.io.IOException; | | /** | * User: Deady | * Date: 06.11.2008 | * Time: 16:58:53 | */ | | public class DBClassLoader extends RepositoryClassLoader { | | | protected

[jboss-user] [Beginners Corner] - Howto install custom classloader

2008-11-06 Thread Deady
Hi, I want to write MBean deployer for dar archives, dar archive is simple jar archive with dbclasses.properties in its META-INF dir. In the properties file I'll describe db connection parameters and packages, which can be loaded from db. Next I want to create my classloader to fetch classes f

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: jsf pluggable pages?

2008-03-04 Thread Deady
http://forum.java.sun.com/thread.jspa?messageID=10134324 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133934#4133934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133934 __

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - jsf pluggable pages?

2008-03-04 Thread Deady
I have jsf application, written using facelets. I want it to be extedable with custom modules. Module is simple jar with faces-context.xml in it. I can place it in /WEB-INF/lib directory, register somehow in my app, for example by specifying main class of module, so later, after deploy, I can re

[jboss-user] [JBoss jBPM] - Re: How to integrate jBpm into EJB3 based application

2007-12-12 Thread Deady
I've downloaded jsf-1.2_07 sources: they already contain pathched version of this class, but it doesn't work. The problem is in the libs in my /server/tomcat/jsf-libs/. I have there: | [EMAIL PROTECTED] jsf-libs]$ ls | commons-beanutils-1.7.0.jar commons-validator-1.3.1.jar jstl.jar

[jboss-user] [JBoss jBPM] - Re: How to integrate jBpm into EJB3 based application

2007-12-12 Thread Deady
"Deady" wrote : I have the same error with jas-1.2_05 jsf-1.2_05 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112189#4112189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss jBPM] - Re: How to integrate jBpm into EJB3 based application

2007-12-12 Thread Deady
I have the same error with jas-1.2_05 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112188#4112188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112188 ___ jboss-user mailin

[jboss-user] [JBoss jBPM] - Re: How to integrate jBpm into EJB3 based application

2007-12-12 Thread Deady
I replaced jsf libs with 1.2-b20-FCS (found here: https://javaserverfaces.dev.java.net/servlets/ProjectDocumentList?folderID=5420&expandFolder=5420&folderID=5420 ), now jbpm-console deploys ok, but I recieve this error when I go to http://localhost:8080/jbpm-console/: | 12:01:37,265 ERROR [

[jboss-user] [JBoss jBPM] - Re: How to integrate jBpm into EJB3 based application

2007-12-11 Thread Deady
"alduro" wrote : Thanks kukeltje for your quick answer. | As to question, this is the error stacktrace: | (It seems there are some compatibility issues with JSF libraries included into jbpm-console.war. This problem disappear when I replaced jsf libraries for jsf 1.2_05 version. My Jboss ver