[jboss-user] [Messaging, JMS JBossMQ] - Problem with creating a Queue?

2008-05-12 Thread priyarao234
hi friends, i'm using JBoss4.2.2.GA in that is it possible to create a Queue in this form queue/examples/OurSampleQueue instead of queue/OurSampleQueu. in this form only i'm specifying the Queue in my example But now i have seen an example where they are specifyiyng a Queue

[jboss-user] [JBoss jBPM] - Re: how to save processinstance

2008-05-12 Thread kamleshkr
JBPM generally takes this approach - if multiple nodes and transitions can be executed synchronously, by default it won't commit any until all are done. Can you tell me how to change this default behaviour of jBPM?. I want to save the processinstance after execution of each node. Can i do

[jboss-user] WebLogic to JBoss App Server Migration Guide

2008-05-12 Thread Seh Chwan Lim
Hi all, just wondering if anybody has a migration guide on WebLogic App Server to JBoss App Server? I have a prospect who is asking for some guide to help them to assess the effort needed. Thanks in Advance. rgds Seh Chwan Solution Architect ASEAN

[jboss-user] [JBossWS] - Re: Annotation to specify WS url

2008-05-12 Thread [EMAIL PROTECTED]
See: http://jbws.dyndns.org/mediawiki/index.php?title=FAQ#How_does_rewriting_of_the_soap_address_in_WSDL_work.3F View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150045#4150045 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: getting messages by the order they were sent

2008-05-12 Thread subrata_jboss
Thanks Tim, I am using point to point model. So i am using queue (there is no durable subscriber) If we use Topic also for Durable then its same as Queue with persistance. So when my consumer is down it is getting saved in the database and the next time i am starting my consumer , i am

[jboss-user] [JBoss jBPM] - Re: Dynamic timers ?

2008-05-12 Thread dleerob
Is there a timer-create event? I cannot seem to find the option in the GPD. I would like to give each timer that is created for each instance of a task, a different name. Eg. statically, the timer is given a name with the following declaration: timer duedate=0 seconds name=Document Review

[jboss-user] [JBoss Messaging] - Re: getting messages by the order they were sent

2008-05-12 Thread timfox
I am failing to understand what this thread is about. JBM fully supports all ordering semantics as defined in the JMS spec. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150052#4150052 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: is there a way to tell jboss about an ear in an outside

2008-05-12 Thread jaikiran
Yes. Look at the URLs attribuite in the jboss-service.xml file present in %JBOSS_HOME%\server\ serverName\conf folder. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150065#4150065 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - is there a way to tell jboss about an ear in an outside fold

2008-05-12 Thread Elhananm
hi.. is there a way to tell jboss about an ear which is not located in it's folder (i rememberd tomcat has something like it). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150061#4150061 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-12 Thread erasmomarciano
check the server.xml, you will find the tag is already been configured. Exmaple Host name=testerasmo2 |autoDeploy=false deployOnStartup=false deployXML=false | configClass=org.jboss.web.tomcat.security.config.JBossContextConfig | |

[jboss-user] [Security JAAS/JBoss] - Re: Negotiate with Kerberos

2008-05-12 Thread eric.lvyan
I logon ok but still has exceptions like following: 16:48:49,739 TRACE [JBossSecurityMgrRealm] Begin authenticate, username=1210582129739 16:48:49,739 INFO [JBossSecurityMgrRealm] getting credentials: == 16:48:49,739 INFO [JBossSecurityMgrRealm] securityMgr class=class

[jboss-user] [Microcontainer] - Seam Component Returning Null In Seam Testing

2008-05-12 Thread mreddysudarsana
Hi, I am working on Seam Integration testing. my simple java class Stateful @Name(catalogueMasterSearch) @Scope(ScopeType.CONVERSATION) public class CatalogueMasterSearchAction implements CatalogueMasterSearch{ @org.jboss.seam.annotations.Logger Log log; AuditLogger auditLog =

[jboss-user] [Security JAAS/JBoss] - App server support

2008-05-12 Thread vijayamaladoss
Hi, I am seeing jboss sso deployed as SAR. I have a requirement where I need to deploy this to another J2EE compliant app server. Is this anyway possible ? Thanks and regards, Vj View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150079#4150079 Reply to the post

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Problem by using Tomcat (web) to access JBoss (app)

2008-05-12 Thread thomas2008ch
Hi all, I build an application based on http://trailblazer.demo.jboss.com/EJB3Trail/persistence/index.html;, which contains an EJB-project (JAR) and a Web-project (WAR). If I deploy both on the JBoss server, it runs wonderful. Now I deploy the web-project, i.e. the WAR to Tomcat Server 6.0.

[jboss-user] [EJB/JBoss] - Failed to communicate. Problem during marshalling/unmarshal

2008-05-12 Thread Sarfaraz
Server log: 2008-05-12 12:53:39,760 ERROR [org.jboss.remoting.transport.socket.ServerThread] Worker thread initialization failure java.io.EOFException at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:530) at

[jboss-user] [EJB/JBoss] - Re: Failed to communicate. Problem during marshalling/unmar

2008-05-12 Thread Sarfaraz
I request ur assisatnce is resolving this issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150084#4150084 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150084 ___ jboss-user

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem with creating a Queue?

2008-05-12 Thread jaikiran
Use the JNDIName attribute for your queue configuration, as mentioned at http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch6.chapt.html#d0e14693 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150082#4150082 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem with creating a Queue?

2008-05-12 Thread priyarao234
thanQ kiran dats fine... and me too know that creating the Queus What my problem is i hav downloaded an Application where they Configured Queue like queue/examples/OurSampleQueue but generally i have seen in most of the applications they have used like queue/testQueue,

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem by using Tomcat (web) to access JBoss (app)

2008-05-12 Thread thomas2008ch
The JSP looks as follow: | ... | %@ page | import=javax.naming.*,java.text.*,java.util.*,com.wei.chen.ejbs.stateless.*,com.wei.chen.ejbs.entity.*% | | %!private Calculator cal = null; | private NumberFormat nf = null; | | public void jspInit() { | try

[jboss-user] [JBoss jBPM] - get previous Node

2008-05-12 Thread Sowmya Yellamilli
Hi , We have problem retrieving previous node or from which transition we are entering a particular Task node without using contextInstance, Any help here is greatly appreciated. Thanks, Sowmya. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150088#4150088

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problem with Upgrading from jboss-4.0.2 to jboss-4.2.2.GA

2008-05-12 Thread venummca
We are Upgrading our application from jboss-4.0.2 to jboss-4.2.2.GA Environment we are using is: OS: Windows 2000 pro sp4 Server : jboss-4.2.2.GA JDK: java version 1.4.2_03 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) Java HotSpot(TM) Client VM (build 1.4.2_03-b02,

[jboss-user] [JBoss Messaging] - Re: getting messages by the order they were sent

2008-05-12 Thread subrata_jboss
--My producer is sending Message M1,M2,M3 to a queue /queue/q1 --no consumer is running that time, so i see M1,M2,M3 in mysql data base. -- I started my producer to send messages M4,M5,M6 and at the same time i started my consumer too. -- So in the consumer i see the messages M4,M5,M6 first

[jboss-user] [Installation, Configuration DEPLOYMENT] - Connection Tracking System

2008-05-12 Thread pank81
I have a query with regard to 'Connection Tracking System' available with JBoss Server. I am using the tracking system to get information on the following parameters : 1) InUseConnectionCount 2) AvailableConnectionCount 3) ConnectionCreatedCount 4) ConnectionDestroyedCount 5)

[jboss-user] [JBoss Messaging] - Re: getting messages by the order they were sent

2008-05-12 Thread timfox
That should certainly never happen. JBM will (as per JMS spec) always deliver messages in the order they were sent from a particular producer. Please post a simple test case demonstrating the issue. Also please mention what version of JBM you are using. View the original post :

[jboss-user] [Microcontainer] - Re: Seam Component Returning Null In Seam Testing

2008-05-12 Thread alesj
This should be asked on Seam forum, or Embedded. Not MC. ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150102#4150102 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150102

[jboss-user] [Messaging, JMS JBossMQ] - Problem with creating an .EAR file

2008-05-12 Thread priyarao234
Hi,I want to know how to deploy an MDB application in JBOSS server...? and i hav done like this i made an .ear file for my application and the i placed it in server/default/deploy directory of my JBOSS server but it throws an exception like org.jboss.deployment.DeploymentException: No

[jboss-user] [JBoss jBPM] - Re: Dynamic timers ?

2008-05-12 Thread dleerob
Hmmm...I tested changing the name of the timer in the action class that the timer calles, by calling executionContext.gettimer().setName(NewName); It updates the name of the timer, but now when the task instance ends, the timer is not removed. Im guessing the original name as defined in the

[jboss-user] [JBoss Portal] - Instance Level Portlet Preferences in Mysql

2008-05-12 Thread jdestef
Has anyone seen this error when trying to save instance level portlet preferences: org.jboss.portal.portlet.InvalidPortletIdException: Cannot configure producer offered portlets The problem has also been referenced in the mailing list, but it was not answered:

[jboss-user] [JBoss Portal] - Re: Instance Level Portlet Preferences in Mysql

2008-05-12 Thread nystaa
Can help you with that error, but from my experience with portlet preferences on instance level (PPIL) this is very uncomfortable because PPIL are not being persisted correctly and also not being cleared properly when removed which will cause a mess. View the original post :

[jboss-user] [Management, JMX/JBoss] - Accessing MBean Service from Remote Java Stand alone applica

2008-05-12 Thread sathiiish
Hi Friends, I have exposed one Service as simpleService in JBOSS 4.0. I want to access this service from the remote java standalone client application without using JNDI. Pls, help me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150125#4150125 Reply

[jboss-user] [JBoss jBPM] - Re: Dynamic timers ?

2008-05-12 Thread dleerob
It seems if I dynamically create the timer, they are not ended/removed when the task instance ends. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150126#4150126 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150126

[jboss-user] [Clustering/JBoss] - Re: Clustering with UDP or TCP - What is best?

2008-05-12 Thread [EMAIL PROTECTED]
First, suggest you have a look at the presentation Bela Ban and I did at JBoss World 2008, which gets into this and other topics you've recently asked about: http://jbossworld.com/downloads/pdf/wednesday/JBOSS_1-150pm_ClusterTuning_Bela_Ban.pdf . The basic answer to your question is the more

[jboss-user] [Clustering/JBoss] - Re: Sticky sessions not working properly

2008-05-12 Thread [EMAIL PROTECTED]
Do you have the UseJK param set to 'true' in the jbossweb-cluster.sar/META-INF/jboss-service.xml file? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150130#4150130 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150130

[jboss-user] [JBoss Getting Started Documentation] - IPv6 Compliant

2008-05-12 Thread dmartfw
Hello, Just a very quick question...Is the JBOSS AS 4.2.2.GA IPv6 compliant (for a Windows 2003 Server installation)? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150131#4150131 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Sticky sessions not working properly

2008-05-12 Thread naren08
Hi, I am sorry I did not find any UseJK param in jboss-service.xml under jboss-web-cluster.sar directory. Thanks, Naren View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150132#4150132 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Sticky sessions not working properly

2008-05-12 Thread naren08
Hi, I am sorry I did not find any UseJK param in jboss-service.xml under jboss-web-cluster.sar/META-INF folder. Thanks, Naren View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150134#4150134 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: IPv6 Compliant

2008-05-12 Thread PeterJ
There are number of IPv6-related JIRA issues. Go to http://jira.jboss.com/ and do a search on IPv6. Looks like some things work (I verified that a while back, but cannot recall which version of JBossAS I was using, might have been 5.0.Beta3), and some issues are still being fixed. View the

[jboss-user] [Clustering/JBoss] - Re: jboss 4.0.2 + cluster is not working

2008-05-12 Thread [EMAIL PROTECTED]
IIUC you are running Httpd on Vista. Correct? How do you run Apache Httpd, as service or via cmd.exe? If you are running it as a service try via console and see if it works. There are some problems with httpd and Vista security. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem by using Tomcat (web) to access JBoss (app)

2008-05-12 Thread jaikiran
anonymous wrote : InitialContext ctx = new InitialContext(); You will have to change this to pass the context information. That will help Tomcat know that you are looking for an object which resides on JBoss. | Properties props = new Properties(); |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem by using Tomcat (web) to access JBoss (app)

2008-05-12 Thread thomas2008ch
It helps! Many thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150150#4150150 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150150 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Bussines object based application

2008-05-12 Thread [EMAIL PROTECTED]
Hi, I am evaluating jBPM for use in our application. This is not a task based application (user doesn't have a task list) but an business object (BO) based. What I mean is that every page is a list of BOs or edit page for one BO. What is the best way to integrate jBPM with this kind of app? I

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB not

2008-05-12 Thread scooter4j
well... i deleted the contents of the file related to that queue b/c it wasn't working... but this is what I'm pretty sure I had: | /mbean | mbean code=org.jboss.mq.server.jmx.Queue | name=jboss.mq.destination:service=Queue,name=OrderQueue | depends

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB not

2008-05-12 Thread scooter4j
note the poor copy-paste results the code section of previous post... i included the closing mbean tag from the previous element... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150154#4150154 Reply to the post :

[jboss-user] [JBossWS] - Re: Turning off eager initialization of meta data model

2008-05-12 Thread deadrow
I do have teh same issue...please help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150155#4150155 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150155 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Anytime I close my program, I receive the error in Jboss

2008-05-12 Thread paradisonoir
Hi, I am using ant to run my applications and they're working fine with Jboss. However, whenever I close my application using Ctrl+C or because of raising an exception or error in my application, I would see errors. I would like to know if it should be like that or because of my bad Jboss

[jboss-user] [JBoss Portal] - Multiple portlet instances on same page

2008-05-12 Thread sborbas
I have one problem - i hope for it, it problem only for me. I developed two portlets, with JSF RI - and running with 2.6.1 GA Portal. The first portlet displaying an document, the second is diplaying an list. The two portlets are can communicate with each other by shared objects in

[jboss-user] [Beginners Corner] - Question regarding Dynamic AOP

2008-05-12 Thread jpsilva
Hi everybody. I'm not even new to JBoss, as I'm not using it just yet, but evaluating its possibilities. I have a question regarding its support for dynamic AOP. I post it here because as I'm more than a beginner, I don't know if I'm even asking the right questions. Please, feel free to move

[jboss-user] [Beginners Corner] - Message size in jboss database

2008-05-12 Thread paradisonoir
Hi, Is there any way to measure the size of demands when it is in Jboss database such as the default one hypersonic? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150160#4150160 Reply to the post :

[jboss-user] [Remoting] - Re: Create Data Source on Remote JBoss instance

2008-05-12 Thread srikanth_vals
Hi, I would like to use JBoss Remoting API to create data source on Remot Jboss instance? -sri View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150162#4150162 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150162

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Demand Size increases

2008-05-12 Thread [EMAIL PROTECTED]
All of this looks something very specific to your program. We aways recommend to not use HSQLDB, and we don't provide support. If you want support on HSQLDB you should look at HSQL team. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150161#4150161 Reply to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Demand Size increases

2008-05-12 Thread paradisonoir
So no matter if a message is persistent or none, it should have the same demand size. Right? If I want to use a different database, do I need to setup tables or it is easy like the hypersonic one? because I didn't change that database. View the original post :

[jboss-user] [JBoss AOP] - Re: Dynamic AOP and User-Defined Class Loader

2008-05-12 Thread shu_boston
Flavia, I still have a problem. Revised code throws the following exception. My class loader loads the test.Test$JoinPoint_print4216308509294254048 class , but javassist cannot see it. I have no idea what's happening. Can you please help me out? | java.lang.RuntimeException: Error

[jboss-user] [JBossWS] - ty for nothing

2008-05-12 Thread Hattori Hanzo
I already find the problem was the import of some librarys :D View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150171#4150171 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150171

[jboss-user] [JBoss jBPM] - Re: Dynamic task creation

2008-05-12 Thread scull
Hello massimiliano_cuccia I cant pu to work my process yet, I test it with your code but not work, and i'm not understand you whit if(!ti.hasEnded()) ti.cancel() please help me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150173#4150173 Reply to the

[jboss-user] [JBoss AOP] - Re: Dynamic AOP and User-Defined Class Loader

2008-05-12 Thread [EMAIL PROTECTED]
IMO, the error you're getting is unexpected. Since your ClassLoader loaded the referred class, and since the class pool is associated with this class loader, it should be able to find it. To help me track what is causing this problem, I need to know if you're using load-time weaving (without

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: HELP, please! -- [QuerySplitter] no persistent classes f

2008-05-12 Thread wvning
Strange to me -- it worked when I injected PersistenceContext instead of a Seam component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150178#4150178 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150178

[jboss-user] [JBoss AOP] - Re: Dynamic AOP and User-Defined Class Loader

2008-05-12 Thread shu_boston
Hi, I precompile Test class, where aspects are weaved, using aopc with . Is this load-time weaving? My classloader simply overrides findClass() to load class files as byte strings and call defineClass(), and I don't think getResource() is called. I tracked the error, and found ScopedClassPool

[jboss-user] [JBossWS] - ADF Oracle components are failing while deploying JSF Applic

2008-05-12 Thread VijaySri
Jboss Developer Studio works fine with the just JSF but not with the Oracle ADF Components. Trying to deploy ADF Oracle components on Jboss developer studio which comes with Jboss 4.2 server version fails.

[jboss-user] [JBoss AOP] - Re: Dynamic AOP and User-Defined Class Loader

2008-05-12 Thread shu_boston
Oops, a XML tag was gone. I precompile Test class, where aspects are weaved, using aopc with prepare expr=all(*)/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150184#4150184 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Thru MBean or any code get values in *-ds.xml file

2008-05-12 Thread srikanth_vals
hi, could you please send me an example link or point me to unit test in JBoss src? -sri View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150186#4150186 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150186

[jboss-user] [JBoss Portal] - CMS Service

2008-05-12 Thread aindigo
hello im developing a portlet with very special requirements, and the CMS service seems to adequate very well to my needs, but i cant find information in deep about the functionality of that service or how to use it properly. i need to know the objects that execute command returns , and that

[jboss-user] [JBoss jBPM] - Re: Send Mail in specified date.

2008-05-12 Thread jalamos
Ok , I can put action inside timer who send mail, but I can't to put a variable like #{Date} in a timer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150190#4150190 Reply to the post :

[jboss-user] [JBossWS] - Trying to deploy ADF Oracle componet in a jsf page getting j

2008-05-12 Thread VijaySri
javax.servlet.ServletException: javax.faces.application.ViewHandler.initView(Ljavax/faces/context/FacesContext;)V javax.faces.webapp.FacesServlet.service(FacesServlet.java:152) org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)

[jboss-user] [JBossWS] - WSDL is correctly modified to use the configured https port

2008-05-12 Thread rnagy
Hi, JBoss issue: When an ear file is deployed and used with the https protocol, the WSDL is not correctly modified to use the configured port numbers. Baseline setup: - JBOSS version JBOSS-4.2.2.GA - Linux 2.6.9-55.0 ELsmp - EchoService is packaged as .ear and contains JMX MBean to manage

[jboss-user] [JBoss Messaging] - Re: JMS client in a applet

2008-05-12 Thread [EMAIL PROTECTED]
timfox wrote : Not sure why you would need to patch JBM. | | AFAIK this is a JBoss Remoting issue. | | You should post this in the JBR forum so they are aware of this. Maybe Laurent is using an older TAG, since this seems fixed on Branch_CP. org.jboss.messaging.util.JBMExecutor is

[jboss-user] [Remoting] - Re: Compression marshalling

2008-05-12 Thread [EMAIL PROTECTED]
Hi Ganesh, Application Server 3.2.5 doesn't use JBossRemoting, and I don't know if there's even a compression marshaller available for that version. When you're ready to upgrade to AS 4.2, let me know and I'll help you with the Remoting compression marshaller. -Ron View the original post :

[jboss-user] [JBoss jBPM] - jBPM 3.2.2 on Weblogic 9.2

2008-05-12 Thread greenHand
Please bear with me. I am new to not only jBPM but also J2EE. I have been struggling and working on a proof of concept to use jBPM on Weblogic. I need to find out if I am on the right course. If I use the downloaded jbpm-enterprise.ear and manage to swap out jboss.xml with weblogic specific

[jboss-user] [Remoting] - Re: Memory leak in remoting objects

2008-05-12 Thread [EMAIL PROTECTED]
Every time you create a JBossMessaging connection, you're creating a Remoting bisocket connection, including a new BisocketClientInvoker.$PingTimerTask. When you close the JBM connection, the PingTimerTask should cancel itself. You're sure that you're closing the JBM connection? Now, the

[jboss-user] [Remoting] - Re: No jboss-remoting.jar in 2.2.2SP_4 and 2.2.2SP_7

2008-05-12 Thread [EMAIL PROTECTED]
Sorry. I'll try to get to that soon. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150202#4150202 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150202 ___ jboss-user mailing

[jboss-user] [Remoting] - Re: Create Data Source on Remote JBoss instance

2008-05-12 Thread [EMAIL PROTECTED]
The data layer is completely independent of Remoting. Of course, you can certainly use JDBC in you ServerInvocationHandler code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150203#4150203 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss Connection Socket usage in error scenarios

2008-05-12 Thread dkilley
Original Post, wrong area? - http://www.jboss.com/index.html?module=bbop=viewtopict=133873 Essentially to summarize, we've noticed that when a HA connection data source is configured with a new-connection-sql statement, that if the socket connection succeeds, but the new-connection-sql fails,

[jboss-user] [EJB 3.0] - Re: Recommended testing framework

2008-05-12 Thread tharter
Heh, JUnitEE may be 'dead' but it works... I even ginned up an Injector, so in my test cases I can use the @EJB and @Resource Annotation ;) In fact I even made annotations for DBunit and one that automagically auths my tests. Now, if only @Interceptors() only worked (at all) I'd be

[jboss-user] [Remoting] - Re: Memory leak in remoting objects

2008-05-12 Thread trustin
trustin wrote : Calling TimerTask.cancel() causes the registered task from being dereferenced in Timer's internal data structure. This sentence should be: Calling TimerTask.cancel() prevents the registered task from being dereferenced in Timer's internal data structure. View the original post

[jboss-user] [EJB 3.0] - @Interceptors not working

2008-05-12 Thread tharter
I've just been beating this problem to death for about 3 days now. Maybe a year or so back I wrote some custom EJB3 interceptors. All was well. Now I find for no reason I can discern that they simply do not get invoked anymore. Specifically there is nothing super complex going on. I have an

[jboss-user] [Beginners Corner] - Accessing a static method throws a null pointer exception

2008-05-12 Thread ilavenila
Hey, I have a very weird situation. I have a web app deployed in JBoss. I am getting a null pointer exception on a static method. Say, I have a class name StaticHelperClass which has a static method calculateItem. When I try to access this method in a second class such as

[jboss-user] [Remoting] - Re: Memory leak in remoting objects

2008-05-12 Thread trustin
It's a kind of bug in java.util.Timer. Calling TimerTask.cancel() causes the registered task from being dereferenced in Timer's internal data structure. It is because the Timer developers assumed that the cancellation of tasks would not happen that often. The solution is probably destroying

[jboss-user] [JBoss Portal] - Re: Class 'tidy' not found in PHP application on JBoss Porta

2008-05-12 Thread ernitingoel
Hi Peter, Could you please help me to resolve this error? Thanks, Nitin Goel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150214#4150214 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150214

[jboss-user] [JBoss AOP] - java.lang.NoClassDefFoundError. Cant find an interface at lo

2008-05-12 Thread elysch
Hello again. I'm still very new to all this. I haven't been able to get my application working for a long time now. I'm sure I'm doing something wrong. I hope I'm not asking a very dumb question, but I haven't been able to find a solution yet. I'm getting the following error in the jboss

[jboss-user] [Fwd: [Fwd: Problem Deploying TrailBlazer on JBoss-SOA-Platform 4.2 GA Dist]]

2008-05-12 Thread Seh Chwan Lim
hi, I would like to use the ESB TrailBlazer for a demo to a potential customer but can't seem to get it deployed on the JBoss-SOA-Platform 4.2 GA Binary Dist. Therefore, would appreciate if someone can help to shed some light. I have tried to run ant deploy from the TB root, but however, it

[jboss-user] [Beginners Corner] - something is lost int jboss4.2.2GA

2008-05-12 Thread zhang_zhao_wang
when i study the jboss4.2.2GA,i found the folder(/server/default/conf )have lack of some xml file. standardjaws.xml and jaws.xml is not under the folder.but the internet show the configure about datasource is all about this two file. is there has some isubstitute,where? View the original

[jboss-user] [Remoting] - Re: Compression marshalling

2008-05-12 Thread ganesh_sn
Thanks Ron. Will update you. Best Regards, Ganesh. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150220#4150220 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4150220 ___

[jboss-user] [JBoss Portal] - Re: CMS Service

2008-05-12 Thread nystaa
- 2.6.1 and 2.6.4 are much alike so documentation of 2.6.4 will fit both. - Also trying to upgrade to 2.6.4 is recommended - You can read about CMS in the CMS section at http://wiki.jboss.org/wiki/JBossPortal - You can grab the source ball of 2.6.4 from http://www.jboss.org/jbossportal/docs/

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with Upgrading from jboss-4.0.2 to jboss-4.2.2.G

2008-05-12 Thread venummca
Small Correction For the above post. java version 1.6.0_06 Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150222#4150222 Reply to the post

[jboss-user] [Beginners Corner] - Re: something is lost int jboss4.2.2GA

2008-05-12 Thread jaikiran
anonymous wrote : but the internet show the configure about datasource is all about this two file For configuring a datasource, you need a *-ds.xml file, which you will have to place in the %JBOSS_HOME%\server\ serverName\deploy folder. See this for more details

[jboss-user] [Beginners Corner] - Re: Accessing a static method throws a null pointer exceptio

2008-05-12 Thread jaikiran
Please post the entire exception stacktrace, the version of JBoss and Java you are using, the code in that static method and the piece of code from where you are invoking the method. While posting the logs or code or xml content, remember to wrap it in a code block using the Code button in the

[jboss-user] [Beginners Corner] - Re: Accessing a static method throws a null pointer exceptio

2008-05-12 Thread ilavenila
Thanks Jai-kiran. I was looking at the wrong version of the file. And of course, static method calls cannot throw a null pointer exception. Happy Days! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150225#4150225 Reply to the post :

[jboss-user] [JBoss Messaging] - Sending 512 kb of message Failing....

2008-05-12 Thread john_jbm
Hi, I am trying to send 512 kb size of message... it is giving followin error message The object is closed This is way i am creating the message for testing StringBuilder message = new StringBuilder(); for (int i = 0; i 32768; i++) {

[jboss-user] [Installation, Configuration DEPLOYMENT] - seam components at runtime

2008-05-12 Thread saasira
Hi, If hot deployment is enabled then will seam cretae the new seam components added at runtime. Thanks, Geeta View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150227#4150227 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Message driven bean and transaction

2008-05-12 Thread zahra2towin
Hi I have an interseptor on ejb method, when an exception occured in EJB method this interceptor catch the exception and send the exception to a message driven bean to log it in data base, the problem occured when the database exception or application exception that mark to rullback the

[jboss-user] [EJB 3.0] - Re:

2008-05-12 Thread mvsntakesh
I too had simmilar problem..Is there any way without removing log4j.jar coz i am using it in my application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4150229#4150229 Reply to the post :