[jboss-user] [JBoss Messaging] - Re: Clustered temporary queue problem

2009-04-27 Thread nyeste
Hi Tim, Thanks for the fast reply! I've tried to wait 10 seconds or more after the creation of the temp queue. The request/reply case, which is in the example, is working without any wait. So if I create a temp queue on the client side, create a message, set the replyTo property to the created

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-27 Thread japase
An example of a bean declaration and injection with some other typical annotations (all our generated beans are more or less same): | package ifs.application.administrateuserprofiles; | | import ifs.fnd.log.*; | import ifs.fnd.record.*; | import ifs.fnd.record.serialization.*; | impo

[jboss-user] [JBoss jBPM] - Re: Bean deployment question

2009-04-27 Thread tttito
Ok, problem solved. It works copying the class in ...\jboss-5.0.0.GA\server\default\deploy\jbpm\jsf-console.war\WEB-INF\classes\com\cart\jbpm and restarting the server. t View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226912#4226912 Reply to the post : h

[jboss-user] [Beginners Corner] - Re: Missing SecurityProxy.class in jboss5.0 application

2009-04-27 Thread Wolfgang Knauf
Hi, "jbosssx-client.jar" can be found in your JBoss server in the directory "client". And it should be much newer than 2007. Probably "www.java2s.com" contains a much older file from an earlier version than 5.0Beta2. Best regards Wolfgang View the original post : http://www.jboss.org/index.

[jboss-user] [JBoss Messaging] - Re: How to clean up uncommit JMS transactions on jboss 4.2.3

2009-04-27 Thread timfox
I can see from your stack trace that you're using JBoss MQ. This the JBoss Messaging forum - JBoss Messaging is a different project from JBoss MQ. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226909#4226909 Reply to the post : http://www.jboss.org/index

[jboss-user] [JBoss Messaging] - Re: Clustered temporary queue problem

2009-04-27 Thread timfox
Temporary queues can take a little time to propagate across the network. Are you creating a temp queue then immediately sending a message with that queue as replyTo? Are you creating a new temp queue for each message sent? (That would be a classic anti-pattern). Have you tried sleeping a littl

[jboss-user] [EJB 3.0] - Re: Exception during passivation a stateful session bean

2009-04-27 Thread dpl007
Hello jaikiran, thank you for reply. Is there a way to find which class is not serializable? Because when I use PersistenceContextType.TRANSACTION then I get no errors and passivate/activate run OK. Thank you again! Dmitri View the original post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Accessing ActionHandlers at runtime

2009-04-27 Thread jamesrender
Hi there, I'm trying to write a junit testcase that runs a bpm definition. My difficulty is that the ActionHandlers I have call out to external systems. In an ideal world, I would be able to retrieve the actionhandlers in the test, and inject some Mock objects into the ActionHandler.. any

[jboss-user] [Security & JAAS/JBoss] - Re: DatabaseLoginServerModule implementing problems

2009-04-27 Thread Wolfgang Knauf
Hi, there is a typo in your users query: anonymous wrote : select passwd from users username where username=? Your "jboss-web.xml" uses an incredibly old dtd, better use a newer one: | http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd";> | | | ... | If this does not help: activa

[jboss-user] [Beginners Corner] - Getting J BossAS Bind-Address/Host

2009-04-27 Thread TobiasW
Hi, i am already a while in development with a JBoss Application Server but now i'am searching for advice in this forum first time. Im not if im in the right corner but now on topic. I have a Webapplication that is running on serveral JBoss Installations at different places. In last time i was

[jboss-user] [JBoss Portal] - SecurityException on stopping JBoss Portal Server

2009-04-27 Thread dorothy
Hi All I am quite a newbie with JBoss PS. I have recently configured the evalutaion version oj JBoss Enterprise Portal Server 4.3 in eclipse ganymede 3.4. I am able to start the server succesfully from within the IDE, but when I try to stop the server I get the following error messages. Also my

[jboss-user] [JBossWS] - Does not recognize xsd:datetime

2009-04-27 Thread uannight
I have a webservice with integer,string and Date, the wsdl generate a xsd:datetime but when i am trying to launch the webservice i am having this error. arguments java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang. String,java.lang.String,java.lang.String,java.util.G

[jboss-user] [JBoss Messaging] - Re: Bridge - Cannot get once and only once working

2009-04-27 Thread rnicholson10
I suppose it's always true that until you ask a question you never figure out the answer yourself! I had forgotten to change the ServerPeerID to a different value on one of the servers. Just a quick change to deploy/messaging-service.xml and it works! View the original post : http://www.jboss.

[jboss-user] [EJB 3.0] - Re: Deployment error using Service beans

2009-04-27 Thread jaikiran
anonymous wrote : 11:00:51,814 INFO [JBossASKernel] installing bean: spe-input:service=inputServiceBean | 11:00:51,814 INFO [JBossASKernel] with dependencies: | 11:00:51,814 INFO [JBossASKernel] and demands: | 11:00:51,814 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService

[jboss-user] [JBoss Messaging] - How to clean up uncommit JMS transactions on jboss 4.2.3

2009-04-27 Thread glenwood
Hi, I was using jboss HAJMS with a customized PERSISTENT TOPIC, I accidently stop message consuming for a while,which cause my JMS die,when I try to restart jboss server,I found following errors while jboss was trying to deploy jbossmq-httpil.sar under JBOSS_HOME/server/all/deploy-hasinglon/jms

[jboss-user] [JNDI/Naming/Network] - jbossesb-server-4.5.GA not able to deploy Jbpm.esb after add

2009-04-27 Thread rajani1980
hi, I have a processDefination in jbossesb-server-4.5.GA deployed. Now I want to access this from my rmi remote client. Firstly, it was not assessible from remote client. Then I found after googling, I found that adding false in the jbpm-ds.xml will enable to look up from outside the jbos

[jboss-user] [EJB 3.0] - Re: Deployment error using Service beans

2009-04-27 Thread rnicholson10
I'm using the latest beta release 5.1.0.Beta. Here are the console logs: First deploy including service bean jar: | 10:59:37,526 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3 | 10:59:37,591 INFO [EJBContainer] STARTE

[jboss-user] [JBoss Tools (users)] - Re: Jboss Seam tool for eclipse issue

2009-04-27 Thread akazakov
You can debug an application even if you deploy classes into /classes folder. /dev folder is used for hot deployment. If you put both classes to src/main folder, does it work? In case of using /main folder, you will have to restart your application on server every time you change the source. Vi

[jboss-user] [JBoss Messaging] - Clustered temporary queue problem

2009-04-27 Thread nyeste
Hi, I have problem using temporary queues in a clustered environment. - jboss-messaging-1.4.2.GA-SP1 - clustered post office - jboss-remoting 2.2.2.SP11 - jboss-4.2.3.GA cluster I want my client application to create a temporary queue, send it's name to the server and receive messages from the s

[jboss-user] [JBoss jBPM] - Re: Bean deployment question

2009-04-27 Thread tttito
Thanks for your reply. In a JSF appl I would put my classes inside the app's WEB-INF My question concerns the Jbpm upload tooll and how it is configured. t View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226881#4226881 Reply to the post : http://www.jboss

[jboss-user] [JBoss Messaging] - Re: Problems after Migration from WebSphere to JBoss (Broken

2009-04-27 Thread dahm
BTW: We also updated the Remoting to version 2.5.1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226873#4226873 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226873 ___ jbos

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-27 Thread jaikiran
Some more information - you are injection bean XYZ into bean ABC. What type of beans are XYZ and ABC (ex: slsb or sfsb or mdb or @service)? Can you post those relevant pieces of code for these beans, including import statements (no need to post the methods in those beans) and code from any base

[jboss-user] [JBoss Tools (users)] - package archiover and dependency

2009-04-27 Thread xmedeko
Hi, I've just started playing with the package archiver. It looks nice. I think Eclipse should use this one instead of its weird JAR Archiver. Anyway, I have a question. I have a two archives, one is x.jar (compressed) and x.ear (exploded). x.ear contains a fileset, which includes x.jar. So my

[jboss-user] [EJB 3.0] - Re: Deployment error using Service beans

2009-04-27 Thread jaikiran
Which version of the AS do you use? Can you please post the relevant console logs (not the server.log) from the point where your application is being deployed (for the first time) till this error? And also please include any exception stacktraces that you see on the console. View the origina

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-27 Thread jaikiran
Thanks. Will take a look and update this thread. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226862#4226862 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226862 ___ jbos

[jboss-user] [JBoss Tools (users)] - Re: Launching JBoss AS 5.0.1 from within Eclipse

2009-04-27 Thread kva
My complaint is that the server view goes from Starting to Terminated. I also see the exception below in the log of the plugin. | org.jboss.ide.eclipse.as.core.server.IServerStatePoller$PollingException: IOE; nested exception is: | java.net.SocketException: Connection reset | at

[jboss-user] [Performance Tuning] - Re: Physical vs Virtual Memory

2009-04-27 Thread ntnlljboss
the posted configuration is wrong, this is the actual configuration: -Xmn256m -Xms1024m -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=512m -XX:+UseParallelGC View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226860#4226860 Reply to the post : http://www.jboss.or

[jboss-user] [JBoss jBPM] - Is mail blocking?

2009-04-27 Thread frinux
Hi, I want to know if the mail node is blocking the process flow or not? Is it better to put the mail node in a Fork or direclty inside the process flow? Here is my workflow design: http://www.casimages.com/img.php?i=090427111831651970.jpg View the original post : http://www.jboss.org/index.htm

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate...help..!!!!

2009-04-27 Thread hubaer
Any new date, when the "little maintenance" on hibernate.org is over and the site is back online? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226855#4226855 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226855 ___

[jboss-user] [JBoss Tools (users)] - Re: Launching JBoss AS 5.0.1 from within Eclipse

2009-04-27 Thread rob.stry...@jboss.com
When the server is first starting, typically there is no connection at all from JNDI because the server hasn't even started JNDI yet. This is why you get the javax.naming.CommunicationException: A few seconds later, JNDI is bound, but JMX is not. JNDI responds to the request, and the request r

[jboss-user] [EJB 3.0] - Deployment error using Service beans

2009-04-27 Thread rnicholson10
If I remove a service bean jar from an ears application.xml and redeploy, I get deployment errors for the missing jar file as if it should still exist. Here's the first ear I deploy: | | http://java.sun.com/xml/ns/javaee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version=

[jboss-user] [Security & JAAS/JBoss] - Re: Regarding the SubjectFactory and SecurityDomainJndiName

2009-04-27 Thread jeff.zhang
The reason is you use mbean to configure datasource, so you should inject the subjectFactory, try this: add line | | see if it works BTW: if you use *-ds.xml to deploy datasource, you wouldn't see this fails. anonymous wrote : | | bv.ds:service=ManagedConnectionPool,name

[jboss-user] [Performance Tuning] - Physical vs Virtual Memory

2009-04-27 Thread ntnlljboss
Good morning, i'm configuring JBoss 4.0.2 on Windows Server 2003 and i have a lot of problem concerning the memory managment. On this server are configured 10 VM for JBoss instances with this configuration: -Xmn1024m -Xms1024m -Xmx1100m -XX:PermSize=512m -XX:MaxPermSize=512m -XX:+UseParallelGC

[jboss-user] [JBoss Portal] - Re: DEPLOYING JBOSS PORTAL 2.7.0 ON GLASSFISH

2009-04-27 Thread pooja.ambre
Thanks for d reply can u plz tell me on which other AS can jboss portal be deployed? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226842#4226842 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226842 __

[jboss-user] [Microcontainer] - Re: Hashtable Bean in microcontainer XML configuration

2009-04-27 Thread jmesnil
"alesj" wrote : | There is no such (exact) example. | Unless you expect us to cover every bean possible. :-) Isn't that too much too ask? ;) Thansk for the answer Ales, I did not know about the install element but I should have thought about using the Hashtable's constructor to populate my

[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss

2009-04-27 Thread japase
Hi again, I have now recreated the problem with a somewhat smaller application and the previously mentioned version of JBoss. The server.log file and console output are attached, as before, to the JIRA 1751 (japase.zip). Content of the application.xml file: | | http://java.sun.com/dtd/app

[jboss-user] [JBoss Portal] - Re: LDAP integration with jbossportal

2009-04-27 Thread pooja.ambre
after configuring opensso and opends with jboss portal wen i try this link http://www.pooja.com:8080/portal I m rediercted to the opensso login page but after emtering the usrname and password as admin it shows that it is redirecting to the portal but it does not procced.it keeps on processi

[jboss-user] [JBoss Portal] - Re: LDAP integration with jbossportal

2009-04-27 Thread pooja.ambre
Hi... In d server .log file I get dis error Redirect to OpenSSO login URL: http://www.pooja.com:8081/opensso?goto=http://www.pooja.com:8080/portal/auth/portal/TEG/Members 2009-04-27 13:46:14,852 DEBUG [org.jboss.portal.identity.sso.opensso.OpenSSOAuthenticationValve] Failed to obtain SSO Token:

[jboss-user] [JBoss Tools (users)] - Launching JBoss AS 5.0.1 from within Eclipse

2009-04-27 Thread kva
We are using JBoss 5.0.1 and Eclipse with the latest JBoss Tools support. Launching a server from within Eclipse frequently fails with a variety of exceptions. These exceptions get logged in the log file of plugin org.jboss.ide.eclipse.as.core. Sometimes we see javax.naming.NameNotFoundExceptio

[jboss-user] [Beginners Corner] - Re: [JBoss Rules with DSL] Unable to expand

2009-04-27 Thread tom.collet
Still having the same problem : First rule : --- | package tom | import java.util.Date; | | expander TctMyDSL.dsl | | rule "TctMyRule" | | when | now : Date() | then | Afficher "TctMyRulethen" | end | -> It works Second r

[jboss-user] [JBoss Portal] - can ingres ve configured with jboss portal

2009-04-27 Thread pooja.ambre
Hi friends i am working on fedora linux, with jboss potrtal 2.7.0 and I have switched from the default database hsql to mysql and postgres I wanted to know if we can switch ingres as the database.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226827#422682

[jboss-user] [Beginners Corner] - php in jboss-4.0.3SP1

2009-04-27 Thread sharevenki
Hi I am using jboss-4.0.3SP1 server. Is that possible to run both php and jsp in this server.Please provide me the configuration steps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226826#4226826 Reply to the post : http://www.jboss.org/index.html?modul

[jboss-user] [JBoss Portal] - how to get PortalRuntimeContext from portlets

2009-04-27 Thread aspdeepak
Jboss App Server V 4.2.2 Jboss Portal - V 2.7.0 DB - Mysql 5.0 I currently have 4 portlets. All are deployed as independent web applications. I need to share some objects among these portlets. I tried using PortletSession, but its scope is limited, I am also afraid of making it APPLICATION_SCO

[jboss-user] [JBoss jBPM] - Re: Bean deployment question

2009-04-27 Thread kukeltje
I think you'd better ask this question on a JSF forum since it is not jBPM related View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226822#4226822 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226822 __

[jboss-user] [JBoss Portal] - Re: Unable to login to Jboss portal 2.7.2

2009-04-27 Thread viked
Hi Peter, Thanks for the reply. I looked in the database and there is no jbpm_users table though there is a jbp_users table and that is empty. But my database seems to be properly configured because these tables are getting created which means that portal is able to connect to the db. Can you

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2009-04-27 Thread PeterJ
I don't thnik that I changed anything. The php5servlet.dll supplied must have been compile with old sources and still referred to an old package name. The sources I downloaded contained the correct package name and after compiling them worked without issue. That is why I never raised a JIRA - th

[jboss-user] [JBoss Messaging] - Re: Sending a message to a queue is slow sometimes.

2009-04-27 Thread gaohoward
Hi, if the reason is GC, can you enlarge the heap size of you app? for example: -Xms1024m -Xmx1024m View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226810#4226810 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226810

[jboss-user] [Security & JAAS/JBoss] - Re: Regarding the SubjectFactory and SecurityDomainJndiName

2009-04-27 Thread kesi.wei
I send the datasource file to your mailbox. thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226809#4226809 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226809 ___ jb

[jboss-user] [JBoss Tools (users)] - Re: Jboss Seam tool for eclipse issue

2009-04-27 Thread quintenjiang
Yes, I can see session bean deployed into dev folder, and entity bean deplyed into folder classes, if servlet source code put under session bean folder, system can not find this servlet class, but if servlet source code put under entity bean folder, system can find it, but servlet can not inject

[jboss-user] [JBoss Cache: Core Edition] - RPCManager statistics exception

2009-04-27 Thread zeravlai
Hi all, I have an entity cache configured and I'd like to activate RPCManager statistics in order to know the number of successful / failed replications in the cluster, but I'm getting an exception when doing it through the JMX web console (click on true and apply changes): 23:21:58,219 ERROR

[jboss-user] [JBossWS] - http proxy error profile

2009-04-27 Thread zurchman
Does this error profile suggest anything to anyone? The program sets endpoints dynamically and works correctly with two of four endpoints. The trace below is from one of the endpoints that fails. I don't recall seeing the "Squid" message on the endpoints that work. It appears that the client

[jboss-user] [JBoss Tools (users)] - Re: Jboss Seam tool for eclipse issue

2009-04-27 Thread akazakov
Have you check /dev /classes folders? Are there Servlet and sessioan bean classes? If so then it seems to be a runtime issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226797#4226797 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Re: Bean deployment question

2009-04-27 Thread tttito
I'm on Jbpm 3.2.6SP1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226794#4226794 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226794 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss jBPM] - Bean deployment question

2009-04-27 Thread tttito
I am using a Bean in a JSF page. I have registered the bean in .../jboss-5.0.0.GA\server\default\deploy\jbpm\jsf-console.war\WEB-INF\faces-config.xml ... | | InstallBean | com.cart.jbpm.InstallBean | request | | After deployment from eclipse to /jbpm-console/upload I get th

[jboss-user] [Beginners Corner] - EAP, SOA etc etc

2009-04-27 Thread elwis
Just a question about these versions. I downloaded JBoss from the Red Hat Network and got a little confused about the packages. I got the Developer studio - pre packaged with EAP, but this one doesn't seem to include the ESB? There is a SOA package and a SOA standalone package but I don't know th

[jboss-user] [JBoss jBPM] - Process Step Exception

2009-04-27 Thread dthunderblade
Hi I got following exception when i move from one step to another Error signalling token: An exception of type "java.lang.ClassCastException" was thrown. The message is: org.jbpm.msg.jms.JmsMessageServiceFactory cannot be cast to org.jbpm.svc.ServiceFactory Now its a simple process where in it

[jboss-user] [Beginners Corner] - Missing SecurityProxy.class in jboss5.0 application

2009-04-27 Thread JRookie_2402
Hi all, I am trying to build a security related application for jboss5.0.0GA While buiding with ant I get [javac] F:\Entwicklung\JBoss_5.0\jw-0215-ejbsecurity\example\src\main\com\mkeym\customsec\ejb\TradingAccountSecurityProxy.java:16: canno | t find symbol | [javac] symbol : class

[jboss-user] [JBoss jBPM] - Re: jbpm Process Deployment Exception

2009-04-27 Thread dthunderblade
Sorry I forgot to mention the jbpm version: Its Jbpm 3.2.6SP1 on Jboss AS 5.0 Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226775#4226775 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226775

[jboss-user] [JBoss Portal] - Re: How to set drag and drop functionalities to user

2009-04-27 Thread vivek_saini07
A non admin user can go to dashboard and configure his own dashboard. Dashboard is available to all authenticated users, and every authenticated user can configure his dashboard by clicking "configure dashboard" link. According to out of box feature available in JBP, a portal named "template"

[jboss-user] [JBoss jBPM] - jbpm Process Deployment Exception

2009-04-27 Thread dthunderblade
Hi When i try to deploy the project, eclipse throws the following exception: Exception happened while deploying - java.lang.NullPointerException at org.jbpm.gd.jpdl.ProcessDeployer.addClassOrResource(Unlown Source) at org.jbpm.gd.jpdl.ProcessDeployer.addClassseAndResources(Unlown Source) at org.

[jboss-user] [JBoss Portal] - Re: How to set drag and drop functionalities to user

2009-04-27 Thread peris
Vivek Dont mistaken me. If I want to access dashboard context means first we have to configure the dashbord correct. Admin side only have the option to configure the dashboard. My question is how to configure the dashboard for user? I am not clear in this . If anything wrong please. View the

[jboss-user] [EJB 3.0] - Re: ClassCastException with detached entities and memcached

2009-04-27 Thread mparsian
Hi, Did you find the answer to this question (I am experiencing the same problem). Thank you. Mahmoud (mpars...@yahoo.com) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226767#4226767 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[jboss-user] [JBoss Cache: Core Edition] - Re: Using JBC 3 with Hibernate (3.3)

2009-04-27 Thread zeravlai
Hi guys, I'm also testing Hibernate 3.3.1 and JBoss Cache 3.0.2 from a standalone application, but it seems my app can't get the TransactionManager reference from JNDI. This is the hibernate config file I'm using as stated in hibernate-jbosscache doc: | | org.hibernate.transaction

[jboss-user] [JBoss Portal] - Re: LDAP integration with jbossportal

2009-04-27 Thread prabhat....@jboss.com
Do you see any error in server log? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226753#4226753 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226753 ___ jboss-user mailing

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2009-04-27 Thread mladen.t...@jboss.com
Peter, What were the changes you made for the php5servlet? Was it just a new build or you fix something? Regards Malden View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226750#4226750 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Portal] - LDAP integration with jbossportal

2009-04-27 Thread pooja.ambre
Hi friends, http://blog.jboss-portal.org/2007/10/jboss-portal-with-opensso-and-opends.html I have followed the steps in above link and configured opends with opensso...but i m unable to login to opensso with the users which i have created in opensso the user are being displayed in under the

[jboss-user] [JBoss Tools (users)] - JBDS: Visual and Source editors orientation can be changed n

2009-04-27 Thread dmaliarevich
Option to change orientation of the visual and source editors was added to the JBoss Developer Studio. Now user can split editors either horizontal or vertical, editors also can be swapped. Rotate icon was added to the tool bar of the visual part of VPE. You can see some screenshits here: http:

[jboss-user] [Clustering/JBoss] - Re: Pull New Deployments on Startup Jboss 4.2.3

2009-04-27 Thread bstansbe...@jboss.com
You're right. :( I'd say it's more of a buggy design issue. A possible fix would be to parse the value of the "depName" variable (e.g. "farm/foo.ear") into a parentName string (e.g. "farm") and a fileName string ("foo.ear"). You then use the findParent(parentName) method to get the File that p

[jboss-user] [JBoss Messaging] - Sending a message to a queue is slow sometimes.

2009-04-27 Thread croy
Hi, I am experiencing periodic performance issues when sending an object to a message queue on jboss 5 jmessaging. Normally this operation takes 10 ms but sometimes(1%) I see 5+ seconds below is the code. I have ruled out Garbage collection as the cause. Any advice on the code below specific

[jboss-user] [JBoss Portal] - Re: How to set drag and drop functionalities to user

2009-04-27 Thread vivek_saini07
see, do not confuse with dashboard context with portal context. There are two things. When you access url /portal/auth/dashboard/... you are at dashboard context, and when you are accessing url like /portal/auth/portal/... you are at portal context. Till now you have set DnD for dashboard cont

[jboss-user] [Microcontainer] - Re: Retrieve all metadata from a deployment unit.

2009-04-27 Thread alesj
Sure, afaic there shouldn't be any problems. Or you can wait for me to do it, as I have to port the 5_x changes anyway - probably the following week. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226715#4226715 Reply to the post : http://www.jboss.org/index

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

2009-04-27 Thread ozguy
could be something do with the way cluster is discovered. if both nodes are in the same subnet than they will be able to discover each other but if they in different subnet, they you need extra config at the router level etc to get the UDP discovery work correctly. or you can use TCP instead of

[jboss-user] [JNDI/Naming/Network] - Re: Error Deploying Tomcat war into Jboss Server

2009-04-27 Thread ozguy
your resource is not properly configured. in web.xml you need the resource ref config and than in jboss-web.xml you need to map that resource to actual jndi name the datasource is deployed under. search the jboss wiki on jboss-web.xml for examples. View the original post : http://www.jboss.or

[jboss-user] [JBoss Messaging] - Re: Where can download jboss-messaging-1.4.4-GA?

2009-04-27 Thread timfox
There's no such release as 1.4.4. All the downloads are on the download page. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226712#4226712 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226712

[jboss-user] [Microcontainer] - Re: Retrieve all metadata from a deployment unit.

2009-04-27 Thread alessio.sold...@jboss.com
Thanks Ales; btw I see you moved jboss AS Branch_5_x to using the 2.0.6.GA deployers, can we do the same for AS trunk? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226710#4226710 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [Security & JAAS/JBoss] - DatabaseLoginServerModule implementing problems

2009-04-27 Thread NSchweig
Hi, I am very confused about implementing a simple example with the DatabaseLoginServerModule. Is there anywhere an example-project I can use? I only found http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch8.chapter.html and that is not really an example. Here is my problem: I have got a web

[jboss-user] [JBoss Portal] - Re: How to set drag and drop functionalities to user

2009-04-27 Thread peris
Sorry Vivek some text is missing in priviuos post. I have created one portal. I have set "core.login.namespace" value is "dashboard" and "theme.dyna.dnd_enabled" is true in the following files jboss-portal.sar/conf/config.xml and default-object.xml . when user login I hvae transfer the user t

[jboss-user] [JBoss Portal] - Re: How to set drag and drop functionalities to user

2009-04-27 Thread peris
Hi Vivek Thanks for your reply. I have one more question. I have created one portal in admin(create portal link) side. assigned this portal to one user. I have set the "theme.dyna.dnd_enabled " is true and dashboard . I have to do any configuration to create dashboard for that particular user

[jboss-user] [JBoss Tools (users)] - Jboss Seam tool for eclipse issue

2009-04-27 Thread quintenjiang
Normally Jboss seam tool for eclipse generate two src folders, one is src/hot, to store session bean, and another is src/main to store entity bean, then deply src/hot code into WEB-INF/dev, and deply src/main code into WEB-INF/classes. So if I create a custome Servlet under src/hot, then System

[jboss-user] [JNDI/Naming/Network] - Error Deploying Tomcat war into Jboss Server

2009-04-27 Thread bhimesh
Hi folks, I created the war file using tomcat server and i when i am trying to deploy the war in JBOSS server, getting the problem...like... Jboss Version : 4.0.3 O/S - XP Java : 1.5 Thanks in advance.. 13:05:06,375 ERROR [ContextLoader] Context initialization failed org.springfram

[jboss-user] [Clustering/JBoss] - Pull New Deployments on Startup Jboss 4.2.3

2009-04-27 Thread ozguy
Hi, Having some problems with Jboss clustering and just wanted to see if i have missed anything importent. Problem: Whenever a node startsup, it always pulls the deployed applications from the Coordinator node even if that application is already on the node that which just restarted. This is c

[jboss-user] [JBossMQ] - JBossMQ supported database

2009-04-27 Thread orbwen
JBoss4.0.5 predates MS-SQL2005 and I only find mention of SQL2000 in the documentation. Does JBoss support/recommend/advise for or against the use of MS-SQL2005 with JBoss4.0.5 -- specifically with JBossMQ? Any differences in JMS configuration? Experiences of other users? Any information is

[jboss-user] [JBossMQ] - Re: JMS Persistence Manager Exception

2009-04-27 Thread usubhash
Hi Adrian, I ran into the same situation where I have load balancer environment and both instances are trying to create entry into JMS_MESSAGES table with the same primary key. The exception that I am getting is : org.jboss.mq.SpyJMSException: Could not store message: 4276 msg=4275 h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: NoSuchMethodError when accessing library class.

2009-04-27 Thread PeterJ
Which class is making this call (if you would have posted the full exception stack trace I would know this...)? Where did it get loaded from? Both the callee class, and the HSSFCell class, at compile time, agreed on the signature of the setCellValue() method or else the compiler would have comp

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: NoSuchMethodError when accessing library class.

2009-04-27 Thread leomrlima
PeterJ, thanks for your reply. I enabled the option. The output confirmed that the correct .jar is being used: [Loaded org.apache.poi.hssf.usermodel.HSSFCell from file:/data/jboss/server/default/lib/poi-3.5-beta5.jar] ... java.lang.NoSuchMethodError: org.apache.poi.hssf.usermodel.HSSFCell.setCe

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Disable WAR classloader isolation

2009-04-27 Thread altavatar
"jaikiran" wrote : Which exact version of AS5 do you use? I haven't seen that error or the class reporting that error before (i don't have a system where i can check for that class). I've tried both AS 5.0.0 and AS 5.0.1 I tried to do as you suggested in the other thread - setting the following

[jboss-user] [JBoss Tools (users)] - Re: Load Seam example into Eclipse JBoss Tools?

2009-04-27 Thread oneworld95
Thanks. But only 5 or 6 Seam projects are listed that way. What about the other 15 examples that come with Seam? There must be a way to successfully load those in Eclipse. Hmmm. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226659#4226659 Reply to the post

[jboss-user] [JBoss Tools (users)] - Re: Load Seam example into Eclipse JBoss Tools?

2009-04-27 Thread akazakov
http://docs.jboss.org/tools/3.0.0.GA/en/GettingStartedGuide/html/project_examples.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226658#4226658 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226658

[jboss-user] [JBoss Tools (users)] - Re: Load Seam example into Eclipse JBoss Tools?

2009-04-27 Thread akazakov
Hi, Help->Project Examples View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226656#4226656 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226656 ___ jboss-user mailing list jbos

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

2009-04-27 Thread koen.a...@jboss.com
Currently it can be done using the API. Look in the examples to see how. But stay tuned, the other options are on the way ;-) Cheers, Koen View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226649#4226649 Reply to the post : http://www.jboss.org/index.html?modu

[jboss-user] [JBoss jBPM] - Re: Bugs in GPD jBPM 3.2.6.SP1

2009-04-27 Thread koen.a...@jboss.com
This is actually not really a GPD issue but an issue with the runtime. The runtime publishes information (contained in the version.info.xml file and some other locations) on which the GPD relies to create the project and the sample files. The problem is that this file was moved and that the info

[jboss-user] [JBoss Tools (users)] - Load Seam example into Eclipse JBoss Tools?

2009-04-27 Thread oneworld95
I've been trying to load the examples that come with Seam into Eclipse JBoss Tools and don't have a clue how to do this. Searching on Google didn't yield much. How do you do this. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226645#4226645 Reply to

[jboss-user] [JBoss jBPM] - Mutiple timers in a task node problem

2009-04-27 Thread Tal
Hello, I'm adding a timer on a task node, and attaching the timer to an action with an expression, Then I'm adding another timer (with another action as an expression) to the same node, When I'm creating an instance of the deployed process, and looking on the task node, two jobs are created in

[jboss-user] [JBoss Tools (users)] - Re: Cannot build bottom up web service in eclipse using JBos

2009-04-27 Thread gkim
I am having the same issue - "Error: Could not load class [and]. Did you specify a valid --classpath?" when I try to create a web service using the JBossWS stack. I have Eclipse 3.4.1 and JBoss 4.2.3 installed on Windows XP. I believe I have the latest JBoss Tools (JBoss Tools 3.0.0.GA-R2009031

[jboss-user] [JBoss Tools (users)] - Re: getting null on statless session injection

2009-04-27 Thread PeterJ
The @EJB injection into servlets is not support in 4.2.x - you need 5.0.x to get that functionality. By the way, this should have been posted in the EJB forum because this has nothing to do with JBoss Tools. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226

[jboss-user] [JBoss jBPM] - Suggested strategies for federation of process state (on a g

2009-04-27 Thread rpomeroy
Of course this may be too sweeping a question... Has anyone in the JBPM community had to deal with deployment of business processes on a global scale? My company is composed of offices spread across the globe and our business processes span branches worldwide. The company has gone to great le

[jboss-user] [JBoss Portal] - Re: How to set drag and drop functionalities to user

2009-04-27 Thread vivek_saini07
anonymous wrote : I have creted 100 user . I have to set the drag and drop functionalities to all the user. How can I do this. No you need not set drag and drop manually for 100 users. Just set theme.dyna.dnd_enabled to true in default-object.xml http://docs.jboss.com/jbportal/v2.7.1/referenceG

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: NoSuchMethodError when accessing library class.

2009-04-27 Thread PeterJ
Perhaps at runtime you are picking up a stray version of the POI JAR file. Try this: add the "-verbose:class" JVM option to JAVA_OPTS in run.bat (Windows) or run.conf (Linux). Redirect stdout and stderr to a file (you will get a lot of output). When you runn, each time a class is loaded the JVM

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Change DefaultDS

2009-04-27 Thread PeterJ
anonymous wrote : 2009-04-24 16:31:40,171 DEBUG [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) Unabl | e to retrieve orb This is a debug message, you can ignore it. anonymous wrote : 2009-04-24 16:31:48,234 WARN [org.jboss.ejb3.timerservice.quartz.QuartzTimerServiceFactory]

[jboss-user] [JBoss Cache: Core Edition] - ExpirationPolicy not working

2009-04-27 Thread krishnan366
Hi , I am setting up expirationalgorithm in my code as follows | long timeout = 60*1000; | Long expTime = new Long(System.currentTimeMillis()+timeout); | ExpirationAlgorithmConfig expirationConfiguration = new ExpirationAlgorithmConfig(); | expirationConfiguration.setTimeTo

  1   2   >