[jboss-user] [Remoting] - Remoting release 2.5.1 is available

2009-04-16 Thread ron.si...@jboss.com
Remoting version 2.5.1, the version targeted for JBoss Application Server 5.1.0.CR1, is available. It features * a security fix * improved configurability * a number of bug fixes To see the release notes, go to

[jboss-user] [JBoss Portal] - Clustering

2009-04-16 Thread ssidhanta
How do I setup a horizontal cluster for JBoss portal 2.6.7GA? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225793#4225793 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225793

[jboss-user] [Remoting] - Review of JBossRemoting + JBossSerialization: Nice. Very nic

2009-04-16 Thread ron.si...@jboss.com
Check out JBoss Remoting + JBoss Serialization kills JavaRMI and Spring Remoting, a blog about the combination of JBossSerialization and JBossRemoting: http://www.theserverlabs.com/blog/2009/02/19/jboss-remoting-jboss-serialization-kills-javarmi-and-spring-remoting/comment-page-1/#comment-1530

[jboss-user] [Remoting] - Re: Messaging blocked by long time-out

2009-04-16 Thread ron.si...@jboss.com
timfox wrote : | Ron, do you have a JIRA and ETA for this? | JBREM-1120 Add a socket write timeout facility. I was hoping to get something into Remoting 2.5.1, which I just released, but time didn't allow. I've scheduled JBREM-1120 for releases 2.2.2.SP12 and 2.5.2. -Ron View the

[jboss-user] [JBoss Tools (users)] - Re: JBoss property files error

2009-04-16 Thread krasig
.project | ?xml version=1.0 encoding=UTF-8? | projectDescription | nameOdit/name | comment/comment | projects | /projects | buildSpec | buildCommand | nameorg.eclipse.wst.jsdt.core.javascriptValidator/name |

[jboss-user] [JBoss Portal] - Active Directory Single sign on

2009-04-16 Thread mviktor
Hi! I successfully configured Jboss Portal (portal 2.6.5. SP1) for Active Directory. Is it possible to don't ask username/password from the users who already logged in to AD? So i already loggen in to my computer and when i open the portal to work, it ask my login data again. How can i

[jboss-user] [JBoss jBPM] - Re: What happened to jBPM 3.3.x ?

2009-04-16 Thread gchanteb
http://www.jboss.org/index.html?module=bbop=viewtopicp=4208999#4208999 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225806#4225806 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225806

[jboss-user] [JBoss jBPM] - Re: Best Practice to get SessionFactory

2009-04-16 Thread Toriton
Hi all again :), i found another way to get SessionFactory, and i want know if this is a most clear solution. I use this code in a DAO class. anonymous wrote : | JtaDbPersistenceServiceFactory jtaDBFactory =

[jboss-user] [JBoss jBPM] - Re: Best Practice to get SessionFactory

2009-04-16 Thread Toriton
Sorry bad cut :) this is how the SessionFactory is returned : anonymous wrote : | JtaDbPersistenceServiceFactory jtaDBFactory = (JtaDbPersistenceServiceFactory)JbpmConfiguration.getInstance().getServiceFactory(persistence); | return (SessionFactory)

[jboss-user] [JBoss OSGi] - Re: Exporting bundles as MBeans

2009-04-16 Thread thomas.dies...@jboss.com
You should be able to see them in the jmx-console. http://jbmuc.dyndns.org:8280/hudson/job/jbossosgi-jdk16/ws/jboss-osgi/build/distribution/target/auto-install-dest/docs/userguide/html/ChapDeveloperGuide.html#SecJMXView Maybe you connect to the wrong MBeanServer View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2009-04-16 Thread f...@gmx.net
alesj wrote : | Ah, yes. | I totally forgot about this change. :-( | - https://jira.jboss.org/jira/browse/JBAS-5803 | Hi Ales, could you please update the sourceforge downloads? I also ran into this problem and only did find this post by luck. I could have spent days to figure that

[jboss-user] [JBoss/Spring Integration] - Re: TransactionManager and UserTransaction

2009-04-16 Thread Balmark
Quick check .. see how many jars you have with JTA in it in all your lib folders :P then in your .ear/.war/WEB-INF/lib move the jta.jar (if here) to a different folder outside the classpath View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225820#4225820 Reply

[jboss-user] [JCA/JBoss] - ManagedConnectionFactory lifecycle

2009-04-16 Thread bortx
Hi, I have created a new post that continues this one http://www.jboss.org/index.html?module=bbop=viewtopict=154012 because I think this subject describes better what I want to discuss, so if administrators want to delete the old post and continue this one I think it would be better.

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2009-04-16 Thread alesj
f...@gmx.net wrote : | could you please update the sourceforge downloads? | Sure, np. I need to change some of the stuff anyway since I extracted the spring-int code out of the jbossas project. I'll let you know when the sf has been updated. View the original post :

[jboss-user] [JBoss Portal] - JBossRenderResponse cannot be cast to HttpServletResponse

2009-04-16 Thread Likurg
Hello. I have to make some additional code changes in project, which is built on jboss portal. Deployment is ok, but when I try to refres localhost:8080/portal page after deployment I get this: | java.lang.ClassCastException: org.jboss.portlet.JBossRenderResponse cannot be cast to

[jboss-user] [JBoss jBPM] - Assigning task to a Group with variable(variable-name) doesn

2009-04-16 Thread dleerob
Hi, I'm using Jbpm 3.2.6. According to documentation http://docs.jboss.com/jbpm/v3.2/userguide/html/taskmanagement.html#assignmentexpressions, it says: anonymous wrote : variable(variable-name) means the user or group is taken from the specified variable instance. The variable instance can

[jboss-user] [JBoss Portal] - Re: JBossRenderResponse cannot be cast to HttpServletRespons

2009-04-16 Thread Likurg
I also try to open localhost:8080/portal/portal/default/default page but I get the same page as localhost:8080/portal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225830#4225830 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Problem with custom Authenticator and Login Module

2009-04-16 Thread stephaner
I solved my problem. The problem was a NullPointerException in commit() method of the AbstractServerLoginModule because the logger was not initialize. Thank you to myself. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225838#4225838 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Different jboss-aop.xml files for unit testing

2009-04-16 Thread nizzy
Hi Flavia, I cannot seem to get the verbose mode to work! I have tried; 1. adding the -Djboss.aop.verbose=true setting to the VM Arguments of my JUnit test class's run configuration (eclipse) 2. Set the jboss.aop.verbose=true as a System property setting via

[jboss-user] [EJB/JBoss] - Re: Stateful Session Beans as Web Services on Jboss 5.0

2009-04-16 Thread xmedeko
Can web service be stateful? see http://www.coderanch.com/t/419120/Web-Services-Certification-SCDJWS/certification/Stateful-Web-Service View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225847#4225847 Reply to the post :

[jboss-user] [JBoss Tools (users)] - use RichFaces Beta for a single project within JBoss Tools

2009-04-16 Thread GermanDev
Hi! I am using the newest JBoss Tools for Eclipse to develop JBoss Seam RIA using the included RichFaces version 3.3.0. I now want to try a few new features of the new RichFaces beta. Is it possible to include the new richfaces version into JBoss Tools for only that single project? How do I

[jboss-user] [EJB 3.0] - Re: injection SFSB to SLSB

2009-04-16 Thread xmedeko
I have a similar problem with JBoss 5.0.1 GA. I have one SFSB (which holds some data) with only local business interface . And several SLSBs with remote interfaces. All SLSBs inject the SFSB using @EJB. I have a standalone Swing client accessing the SLBS. I have observed that: - Each SLSB

[jboss-user] [JBoss OSGi] - Re: Exporting bundles as MBeans

2009-04-16 Thread pilhuhn
Thomas, yes indeed I did connect to the wrong server. Just adding -D...jmxremote and using jconsole with the process id of the runtime does not work. I did not see the line anonymous wrote : | 12:10:39,303 INFO [JMXConnectorServerService] JMX Connector server:

[jboss-user] [JBoss Messaging] - Re: Exciting times for JBoss Messaging

2009-04-16 Thread gaohoward
That's a great move! I'm glad to see it's happening. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225864#4225864 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225864 ___

[jboss-user] [JBoss Tools (users)] - Re: use RichFaces Beta for a single project within JBoss Too

2009-04-16 Thread max.ander...@jboss.com
download richfaces and use those jars in your project instead of the current ones. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225865#4225865 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225865

[jboss-user] [JBoss Tools (users)] - Re: use RichFaces Beta for a single project within JBoss Too

2009-04-16 Thread akazakov
Hi, If you use EAR project: - update old /EarContent/richfaces-api.jar to new one - update old richfaces-impl.jar, richfaces-ui.jar in /WebContent/WEB-INF/lib to new ones Please don't rename these jar names otherwise you have to update /META-INF/MANIFEST.MF in ejb and war projects too. If you

[jboss-user] [EJB 3.0] - Using remote EJB by annotation

2009-04-16 Thread abednarski
Hi, My scenario is: a) jboss server A (ip a.a.a.a) - client - application wants to access through annotation (inject and execute method) on ejb located on other server b) jboss server B (ip b.b.b.b) - ejb - other server containing ejb which I want to access Where: a) jboss server A ip

[jboss-user] [EJB 3.0] - Re: EJB 3.0 with Stateless Session Bean as instance variable

2009-04-16 Thread wichkabashir
Yes I know, but my main concern is that stateless session beans should not get created endlessly, that is to say that if pooled message driven beAn is used to process a message, a pooled stateless session bean should be injected rather than creating a new one every time. Hope I make sense now.

[jboss-user] [JBoss Portal] - Re: JBossRenderResponse cannot be cast to HttpServletRespons

2009-04-16 Thread Likurg
P.S version: jboss-portal-bundled-2.4.1-SP1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225828#4225828 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225828 ___ jboss-user

[jboss-user] [EJB 3.0] - Injecting EJBS into Webservice in Servlet Layer

2009-04-16 Thread eigenbrodtm
This is actually more an Java EE 5 than en ejb 3.0 Question. Please point me to a more appropiate Forum if there is such. I've got a Class with @WebService packaged in a war together with an web.xml configuring it with the servlet and servlet-mapping tags. This class does not getFields

[jboss-user] [EJB 3.0] - Re: EJB 3.0 with Stateless Session Bean as instance variable

2009-04-16 Thread jaikiran
See this http://www.jboss.org/index.html?module=bbop=viewtopicp=4140142 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225877#4225877 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225877

[jboss-user] [JBoss Tools (users)] - Re: use RichFaces Beta for a single project within JBoss Too

2009-04-16 Thread GermanDev
thank you for your answers! is it possible to enable syntax completion for the new components as well? (the completion that is triggered by CTRL + Space) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225881#4225881 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: use RichFaces Beta for a single project within JBoss Too

2009-04-16 Thread akazakov
Please ignore last paragraph: anonymous wrote : Just copy new RichaFaces jars (richfaces-api-*.jar, richfaces-impl-*.jar, richfaces-ui-*.jar) to your web project (/WebContent/WEB-INF/lib) in case of war project. | If you use EAR then copy richfaces-api-*.jar to /EarContent ;) View the

[jboss-user] [JBoss Messaging] - Exciting times for JBoss Messaging

2009-04-16 Thread timfox
As many of you will be aware, for some time now Red Hat has had more than one messaging system implementation in house: JBoss Messaging - the project based at JBoss, (currently available in the JBoss EAP and JBoss SOA-P products), and Red Hat Messaging, based on the Apache Qpid project

[jboss-user] [JBoss AOP] - Re: Different jboss-aop.xml files for unit testing

2009-04-16 Thread nizzy
Hi Flavia, Can I just confirm a few things about my setup; 1. I would have thought the following pointcut would have worked | aspect class=com.ecebs.unittest.aop.aspect.ExceptionInjector scope=PER_CLASS / | | bind pointcut=call(public void

[jboss-user] [JBoss Getting Started Documentation] - unable to Integrate opends and opensso with jbossportal 2.7

2009-04-16 Thread pooja.ambre
Hi !!! I am using jboss portal 2.7.0 on linux(fedora 10) OS i tried integrating opends(LDAP server) and opensso witj jboss portal following the link http://blog.jboss-portal.org/search/label/ldap but the problem i am facing is i am not able to login to opensso nor does it give me a login

[jboss-user] [JBoss jBPM] - Re: Assigning task to a Group with variable(variable-name) d

2009-04-16 Thread kukeltje
Never used the expressions since they are not easily used with a custom identity solution, so I have no real clue. Maybe the unittests in the source can shed some light on this View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225885#4225885 Reply to the post :

[jboss-user] [Beginners Corner] - RMI IIOP Security

2009-04-16 Thread acastanheira2001
Hi, It is my duty to implement security over the app RMI/IIOP calls. How to do it? Thanks, Andre View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225894#4225894 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225894

[jboss-user] [JBoss Tools (users)] - Re: use RichFaces Beta for a single project within JBoss Too

2009-04-16 Thread akazakov
Code assist will work in JSP for new components. But not in XHTML. We are working on it to make this feature more flexible. In order to add new components to code assist for XHTML you have to add them to \eclipse\plugins\org.jboss.tools.common.kb-*\schemas\tld\Richfaces3_3.xml I hope we will

[jboss-user] [JBoss jBPM] - Re: Best Practice to get SessionFactory

2009-04-16 Thread kukeltje
this way you are dependent on what is explicitly configured (not using interfaces but and explicit implementation) imo that is not the best way (no examples show this, but do show what Volker advised) View the original post :

[jboss-user] [Security JAAS/JBoss] - Problem - if USB Token is removed, web application must not

2009-04-16 Thread ensoreus
Hi, I'm using JBoss 4.2.2.GA for a J2EE web application, running on a secured VPN. The application must all be SSL-enabled and the users accesing it must have an USB eToken Pro (with their client certificate on it). The application runs on Internet Explorer 7 (client requirement). If the

[jboss-user] [JBoss jBPM] - Re: Best Practice to get SessionFactory

2009-04-16 Thread Toriton
Is true, Kuke thanks for your reply. I missed that thing.. usually i use always Interfaces.. my bad to think about this as a solution :). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225897#4225897 Reply to the post :

[jboss-user] [EJB 3.0] - Re: injection SFSB to SLSB

2009-04-16 Thread xmedeko
Hmm, I think injecting of SFSB into SLSB is a wrong design: http://www.coderanch.com/t/436872/EJB-Other-Java-EE-Technologies/java/Dependency-injection-stateful-session-beans View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225900#4225900 Reply to the post :

[jboss-user] [JBoss Portal] - Re: IPC sample project ala JSR 286

2009-04-16 Thread samuel.michelot
Thanks everybody for your help. I manage to create two little portlets communicating ;-) The next step is to migrate a seam/richfaces application in several portlets view. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225912#4225912 Reply to the post :

[jboss-user] [JBossWS] - WebFault and Declared RuntimeException is wrapped by SOAPFau

2009-04-16 Thread skajotde
Hi All ! I'm writing webservice with JBoss 4.2.3 and jbossws-native-3.0.3.GA. When I declare checked exception, client can catch right unbinded exception. @WebMethod | public String testWyjatek003(@WebParam(name = paramString) String paramString) throws WyjatekTestowy, |

[jboss-user] [JBoss jBPM] - Re: jBPM on GlassFish - HTTP status 500

2009-04-16 Thread camunda
This seems to be still an issue, which is a bit disgusting for Glassfish users :-( Anybody has new thoughts on this? Or solved it without just removing sorting and filtering? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225917#4225917 Reply to the post :

[jboss-user] [EJB 3.0] - Re: injection SFSB to SLSB

2009-04-16 Thread xmedeko
Hmm, I have changed my all SLSBs info SFSBs, but it didn't help my problem. If fact, I need something like http session, but for session beans called from Swing client. I.e. the client calls a several session bean, they gets some object which are related to this client (a quick operation) and

[jboss-user] [EJB 3.0] - Re: injection SFSB to SLSB

2009-04-16 Thread itsme
Just a possibility to get rid of this problem could be to transfer the session informations between the client and server (like cookies). If this would be to big, you can also maintain all session information on the server side (database) and just transfer the session id. We are using the

[jboss-user] [JBoss jBPM] - Process deployment in jBPM4

2009-04-16 Thread vojtech
Hello, what are the options for process deployment in jBPM v4? I don't see neither org.jbpm.ant.DeployProcessTask nor the jbpm-console web app. And there is no deployment option in gwt-console. Thanks in advance, Vojtech View the original post :

[jboss-user] [JBoss Tools (users)] - svn plugin

2009-04-16 Thread kunalthakur15
Where can i find the svn version 1.6 plugin for jboss developer studio. I am using ver 1.1 CR1 of the jbossdevstudio and wen i commit files a message appears which says that please update your svn client as it is too old for the repository. View the original post :

[jboss-user] [EJB/JBoss] - Re: calling a web service from a web page

2009-04-16 Thread tajh
I'm no expert, but that would seem to require that you write a WS client in Javascript... no easy task. You'd be better off writing a servlet or JSP that contains the WS client and then using that to invoke the web service, then present the results in HTML. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: svn plugin

2009-04-16 Thread mareshkau
Jboss doesn't develop svn plugin, it's only provide third party svn plugin. I think you should try google. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225940#4225940 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225940

[jboss-user] [JBoss Tools (users)] - Re: svn plugin

2009-04-16 Thread akazakov
For example http://www.eclipse.org/projects/project_summary.php?projectid=technology.subversive View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225943#4225943 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225943

[jboss-user] [JBoss Tools (users)] - Re: JBoss property files error

2009-04-16 Thread scabanovich
Issue created https://jira.jboss.org/jira/browse/JBIDE-4195 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225944#4225944 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225944 ___

[jboss-user] [EJB 3.0] - Re: injection SFSB to SLSB

2009-04-16 Thread xmedeko
Well, then I do not see, why SFSBs exists. I have hoped they can do this for me. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225948#4225948 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225948

[jboss-user] [JBoss Portal] - Re: Active Directory Single sign on

2009-04-16 Thread PeterJ
What you are looking for is Windows Integrated Authentication. Someone in an earlier post mentioned a Java library that can do this, and I finally found the reference: http://www.ioplex.com/jespa.html I have not yet used this library (it's on my to-do list) so I cannot provide any further

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-16 Thread aman21cent
Thank you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225954#4225954 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225954 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: jBPM on GlassFish - HTTP status 500

2009-04-16 Thread kukeltje
Bernd, It's most likely caused by the same thing as why the console does not run out of the box on JBoss AS5. Solutions can be found in combining things from Jira and reading some posts in the forum for additional info. I unfortunately cannot make the time to fix these. Ronald View the

[jboss-user] [EJB 3.0] - Re: Specifying default values to @Service attributes (JBoss

2009-04-16 Thread csorbag
jaikiran wrote : anonymous wrote : | | The service element in not available in ejb-jar.xml. Its available only in jboss.xml. | | I tried both ejb-jar.xml and jboss.xml. None of them worked. I know the tutorial mentions only jboss.xml. The problem is that there is only a partial

[jboss-user] [JBoss jBPM] - Re: ActorId PooledActors

2009-04-16 Thread ardavan
Thank you my friend. There was an issue in my query. Now I am using this query and get the right information. public List findEndedPooledTaskInstancesByName(List actorIds) { | JbpmContext jbpmContext = Tools.jbpmConfiguration.createJbpmContext(); | try { |

[jboss-user] [Clustering/JBoss] - Re: Cluster nodes not discovered

2009-04-16 Thread FrankTheTank
Can they ping each other? Is there a firewall running? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225968#4225968 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225968 ___

[jboss-user] [JBoss Portal] - Re: Render Portlet in a pop-up window

2009-04-16 Thread wjackter
I would like this functionality as well. I have used other Portal vendors in the past, they had this functionality by setting a custom mode called SOLO. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225969#4225969 Reply to the post :

[jboss-user] [Beginners Corner] - Missing SecurityContextInterceptor while starting a HelloWor

2009-04-16 Thread JRookie_2402
Hello all, I try to run a very simple ejb3 application under JBoss5.0. It's just Hello World where you give a name and get the reply Hello . When I try to start the client I get this message: org.jboss.proxy.ejb.SecurityContextInterceptor (no security manager: RMI class loader disabled)

[jboss-user] [Beginners Corner] - Running JBoss 5 within Eclipse with a different set of ports

2009-04-16 Thread Oberiko
Hello. I can't use the default set of ports with JBoss and would like to run it with one of the alternative sets. I can do this on stand-alone JBoss by creating a new .bat file with the contents run.bat -Djboss.service.binding.set=ports-01, but I'm not sure how do to the equivalent when

[jboss-user] [EJB 3.0] - Re: Specifying default values to @Service attributes (JBoss

2009-04-16 Thread csorbag
csorbag wrote : | I tried both ejb-jar.xml and jboss.xml. None of them worked. I know the tutorial mentions only jboss.xml. The problem is that there is only a partial deployment descriptor in the tutorial that does not mention where I should put the service tag. Unfortunately I couldn't

[jboss-user] [Beginners Corner] - Re: Running JBoss 5 within Eclipse with a different set of p

2009-04-16 Thread Oberiko
I should specify, I'm running Eclipse 3.4.2 w/ JBoss Tools. The JBoss version is 5.0.1.GA. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225980#4225980 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225980

[jboss-user] [JBoss OSGi] - Deployment of EJBs as OSGi Bundles

2009-04-16 Thread wark2007
Hello! I am really interested in the progress of JBoss OSGi. As far as I understand JBoss AS 5 uses OSGi for loading services internally. Am I right? Is it already possible to deploy EJBs as OSGi bundles or will it be possible in the near future? That would be a really nice feature.

[jboss-user] [Beginners Corner] - Re: Missing SecurityContextInterceptor while starting a Hell

2009-04-16 Thread PeterJ
Most likely you are just missing some JAR files in your client's classpath. You should have jbossall-client.jar, your client's JAR file and a JAR file containing the interface(s) for your EJB(s). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225987#4225987

[jboss-user] [JBoss Portal] - Re: Render Portlet in a pop-up window

2009-04-16 Thread vivek_saini07
I am also looking for similar functionality wherein user can see the preview of portlet before adding it to page. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225988#4225988 Reply to the post :

[jboss-user] [EJB 3.0] - Re: injection SFSB to SLSB

2009-04-16 Thread xmedeko
I fact, when I use just one SFSB, then it works fine, just I have many methods there and sometimes ugly names like getCountForAAA(), getCountForBBB(). I still cannot believe there is not any nice easy way how to break my code into more objects :-) View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: How to encrypt MDB passwords

2009-04-16 Thread davija-001
Did you ever find a solution to this? I've been searching around for a couple days for a way to do this, but this is the only post that I found that has anything to do with what I'm needing to do. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225995#4225995

[jboss-user] [Security JAAS/JBoss] - Possible to encrypt/encode mdb-passwd?

2009-04-16 Thread davija-001
I'm working with JBoss 4.0.3SP1 and message driven beans. All users of any kind on the system have to auth with ldap to subscribe to any message queues. We currently have our ldap passwords encrypted in the xml files, but have yet to find a way to encrypt the mdb-password. I've been looking

[jboss-user] [Beginners Corner] - Re: Running JBoss 5 within Eclipse with a different set of p

2009-04-16 Thread PeterJ
I thought it should be as easy as specifying a property somewhere, but it appears that no such place exists. It even looks like Eclipse runs JBoss AS via a java command that it generates, rather than relying on the run.bat file, so it is not like you could edit the run file. Found it! Look in

[jboss-user] [Beginners Corner] - Re: Running JBoss 5 within Eclipse with a different set of p

2009-04-16 Thread PeterJ
Caveats: You have to change the XXX.launch file while Eclipse is not running - apparently the file is not reread when you start the server, and also the file is overwritten when you stop Eclipse. So stop Eclipse first, then change the file. Eclipse can no longer tell if the JBoss AS has

[jboss-user] [JBoss Portal] - Re: Jboss Portal Related Issues

2009-04-16 Thread vivek_saini07
anonymous wrote : 1 ) How to use drag and drop functionalities DnD property can be turned on both by xml and admin portlet. This link shows how to set it for dashboard. This property can also be applied to portals in similar way.

[jboss-user] [Beginners Corner] - Re: Missing SecurityContextInterceptor while starting a Hell

2009-04-16 Thread JRookie_2402
Hi Peter, thanks for the quick answer. Am I right, if I say ejb3 applications do not need a specific security configuration, they just run like servlets or JSPs on a JBoss 5.0 ? regards JRookie View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226005#4226005

[jboss-user] [JBoss/Spring Integration] - Re: IllegalArgumentException when trying to deploy an ear

2009-04-16 Thread Grexe
The only thing that helped was to replace the Spring-JARs that come with JBoss-WS/CXF (spring-beans, -context and -core) with pristine JARs from a clean Spring distribution. The ones that come with JBoss-WS seem to be borked somehow. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple data sources when using MySQL

2009-04-16 Thread cpslo1999
I eliminated this last error by shutting down JBoss, truncating the timers table, and then restarting JBoss. Another issue has come up with this configuration. I tried to install a second box (one of our testing serviers) using the final configuration from the above experiments and ran into

[jboss-user] [Beginners Corner] - Re: Missing SecurityContextInterceptor while starting a Hell

2009-04-16 Thread PeterJ
I think that is comparing apples and oranges. Using a stand-alone Java client to access an EJB is more like using a stand-alone client to access RMI, a JMS destination, or a web service. Servlets and JSPs, on the other hand are typically accessed via a browser. The so-called security error you

[jboss-user] [JBoss jBPM] - Re: Deploy Processdefinition via Ant

2009-04-16 Thread boercher
I'm using 3.2.6.SP1 too. Have you checked the content of the database after the deployment? Note that the target database of the deployment may be different from the one that is used by the jbpm-console. Make sure that both use the same connection/datasource. Volker View the original post :

[jboss-user] [Beginners Corner] - new to JBOSS .. need some help

2009-04-16 Thread iinfi
hi all, i am a linux admin at my company and i have been working in this field for not more than a year. i have asked to attend JBOSS administration training as we plan to provide JBOSS support to our clients. can someone please let me know how to go about it? i mean to ask, i am not a Java

[jboss-user] [Installation, Configuration DEPLOYMENT] - Classloading issue moving from 4.2.0 to 5.0.1

2009-04-16 Thread RayDeCampo
I have an application which is running without issue on JBoss 4.2.0. I am attempting to run the same application on JBoss 5.0.1 and I am hitting a classloading issue. It happens during deployment while Spring is instantiating my Spring managed beans. The class which cannot be found is in the

[jboss-user] [JBoss jBPM] - Re: Weird Jbpm exception.. need help...

2009-04-16 Thread boercher
The problem might be that no one has faced this error before... at least you posted too little detail and context. Have you looked up http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBeanname=jboss%3Aservice%3DJNDIView (check host/port) which names and types are registered and

[jboss-user] [EJB 3.0] - Re: @RunAs doesn't work in JBossAS 4.2.3?

2009-04-16 Thread amcdowell
I researched this a little more. My example above is actually wrong. I tried to simplify my actual problem, and simplified it too far. According to EJB 3.0 Section 17.2.5.2: anonymous wrote : | Note that isCallerInRole(String roleName) tests the principal that represents the | caller of

[jboss-user] [JBoss Portal] - Referencing path outside of portlet

2009-04-16 Thread Shazzaam
Hi, I have 2 or more portlets on a page that I want to use a shared js library for that exists outside of the portlet structure. If I add it to the jboss-portlet.xml for each: script type=text/javascript src=/../shared/js/jquery/jquery-1.2.6.min.js/ The browser loads the file twice because

[jboss-user] [Microcontainer] - Deployer test framework (Ruby and RSpec)

2009-04-16 Thread bob.mcwhirter
For my rails deployers, I wanted to be able to write tests using RSpec. I've been reworking the rspec-maven-plugin so that this will eventually work in your normal mvn test build. RSpec itself is a BDD testing tool, and tries to be fairly useful and self-documenting of tests. Here's what

[jboss-user] [Beginners Corner] - Re: new to JBOSS .. need some help

2009-04-16 Thread PeterJ
Here are two classes that might be of interest: https://www.redhat.com/courses/jb336_jboss_for_administrators/ https://www.redhat.com/courses/jb336c_jboss_administration_without_jboss_on/ There are also the JBoss AS docs at https://www.jboss.org/community/docs/DOC-12898 Finally, there is a lot

[jboss-user] [JNDI/Naming/Network] - How to locate MDB MXbean via JNDI? (crosspost from EJB/JBoss

2009-04-16 Thread tajh
Sorry for the duplication; this is a cross-post from the EJB/JBoss Forum because I am not sure which one is the right forum. Original post is here: http://www.jboss.org/index.html?module=bbop=viewtopict=154082 I've searched the documentation and the forums, wasn't able to find this particular

[jboss-user] [Microcontainer] - Re: Deployer test framework (Ruby and RSpec)

2009-04-16 Thread bob.mcwhirter
Following up to myself... I also have a handle DSL that's usable within the actual test-case to build a deployment and apply some structure. | it should use the unit's root as RAILS_ROOT do | deployment = deploy do | root do | dir 'config', :metadata=true do |

[jboss-user] [JBoss Tools (users)] - Entity relationship diagram (ERD) tool available?

2009-04-16 Thread asookazian
I have JBDS 2.0.0 and can't seem to locate a ERD tool. I setup the db source explorer but not sure if it can do this. does Hibernate tools or JBoss tools support this and if so, how can I create the diagram? thx. View the original post :

[jboss-user] [JBoss Portal] - Re: Render Portlet in a pop-up window

2009-04-16 Thread rohit000
Hi, Here is a way you can achieve opening a portlet in a popup window. 1. Link the Portlet to a Page. 2. Define a Page Property say WindowType and give it a value say NewWindow. 3. In Tabs.jsp while rendering the link for this page (identified based on the WindowType page property) use target =

[jboss-user] [Beginners Corner] - Re: Running JBoss 5 within Eclipse with a different set of p

2009-04-16 Thread Oberiko
Thanks Peter. Using what you said I think I found the solution. Instead of editing the launch configuration though, you can actually just double-click on the server from either the Servers or JBoss Server View views to open up the Overview window. From there, select Open launch configuration

[jboss-user] [JBoss jBPM] - Re: Weird Jbpm exception.. need help...

2009-04-16 Thread bradsdavis
What does your jbpm configuration look like? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226070#4226070 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226070 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: org.jbpm.jpdl.JpdlException

2009-04-16 Thread bradsdavis
Your zip doesnt contain the processdefinition.xml in the root pretty straight forward. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226071#4226071 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226071

[jboss-user] [JBoss jBPM] - Re: Assigning task to a Group with variable(variable-name) d

2009-04-16 Thread bradsdavis
Are you putting #variablename or just variablename? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226072#4226072 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4226072 ___

[jboss-user] [JBoss jBPM] - Re: EventListener hibernate mapping help needed!

2009-04-16 Thread bradsdavis
There are plenty of examples with 3.x. You should just deploy the process definition with the class for 3.x. Brad View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4226073#4226073 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JTATransaction Error

2009-04-16 Thread bradsdavis
Your fork 40,000 times will run in one transaction unless you make the subprocess run asynchronously. Thus, I would imagine that your transaction is timing out to cause this exception... as 4 processes would take a lot of time to spin up. When the transaction times out, the next would

[jboss-user] [JBoss jBPM] - Re: generated form fields cant be changed

2009-04-16 Thread bradsdavis
Make sure as you change form fields in the editor, you click enter to allow the form field change to take place in the eclipse plugin. Seems to be a bug, and the enter seems to be a work around. Try it and let me know. View the original post :

[jboss-user] [JBoss jBPM] - How to start SubProcess dynamically ?

2009-04-16 Thread ckadam
I have this requirement, where my process flow has a process-state to start the sub-processflow. However, I do not know the name of the sub-process at the deployment time. As a result, I could not add sub-process element name at the deployment time. However, the name of the sub-process is

[jboss-user] [JBoss Messaging] - Re: NoClassDefFound Exception from Sun AS 8.2 to JBM 1.4.0

2009-04-16 Thread dkuanwang
Hi JBM experts: After change the security policy setting from permission java.util.PropertyPermission *, read; to permission java.util.PropertyPermission *, read,write; The NoClassDefFoundError is gone and now I am getting the following exception when trying to do: connection =

  1   2   >