[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: about jbossall-client.jar in JBOSS 5.0 CR version

2008-08-13 Thread chaitra
hi, we are creating a monitor to collect performance data from JBOSS server related to JMS. for eg: Message cache hits Messge cache size etc. this is the error displayed in server.log. anonymous wrote : 2008-08-13 11:19:31,343 DEBUG [org.jboss.invocation.http.servlet.InvokerServlet]

[jboss-user] [JBoss jBPM] - changing the database as Postgresql

2008-08-13 Thread ms_shitole
I want the guide for configuring postgresql DB for JBpm. guide is available inside doc, but anyone who switched to postgresql then give a thorough steps for integrating postgresql with jbpm View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170232#4170232 Reply

[jboss-user] [JBoss Portal] - Re: Portlets on differents wars to same page

2008-08-13 Thread samppaa
Hello and thanks for the reply! I tried setting if-exists to overwrite but it did not solve the issue. Now what happens is that only the portlet on the war that is deployed last is shown on the page. Both portlet instances are created as expected but on the Test page there's only one window

[jboss-user] [JBoss jBPM] - database query

2008-08-13 Thread ms_shitole
I am updating the actorId for each taskInstance but in one taskinstance it was not updating, so what the issue? I m using default hsql DB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170234#4170234 Reply to the post :

[jboss-user] [JBossWS] - Re: More soap:address problems

2008-08-13 Thread karypid
Try using @WebContext. It works for me using JBossWS-Native 3.0.2 (which is the latest stable version). For example:@WebContext(authMethod = BASIC, transportGuarantee=true, secureWSDLAccess = true) | @WebService | public class MyService ... { | ... | } Make sure to enable the

[jboss-user] [JBoss Messaging] - Re: Invalid authentication attempt, principal=null error...

2008-08-13 Thread pkorros
Thanks for your reply, I will try to increase the jaas default cache timeout and see what happens. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170241#4170241 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170241

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.2.2 MBean getClientHost java.rmi.server.ServerNotActiv

2008-08-13 Thread guy_rouillier
Ok, I finally got this figured out. For those who may stumble upon this thread, here is a quick summary of what I had to do to get this to work. If someone can tell me where to post a code sample, I'll do that when I get some time: (1) Implement a client interceptor that captures the client

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBOSS Migration issue from 3.2 to 4.0 NullPointerException

2008-08-13 Thread marajukiran
Hi, Is there any steps to follow migrating application from JBOSS 3.2 to JBOSS 4.0 .i am migrating my application from JBOSS 3.2.6 to JBOSS 4.0.5 and getting the following NullPointerException JDOservice get() method. The same code is working properly with JBOSS 3.2.6 but, when i migrating to

[jboss-user] [Installation, Configuration DEPLOYMENT] - http to https redirection

2008-08-13 Thread sunlinux
Hi, Installed jboss 4.2 on redhat with ssl certificate.. my problem is how do it redirect http request towards https automatically . Pls. guide. rgds View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170244#4170244 Reply to the post :

[jboss-user] [JBoss Portal] - How to display customized http status error page?

2008-08-13 Thread littleprince
Hi all, How to customise/redirect to a error page when there is a http status error page like error 404, 403? i tried to put the code below at my portlet web.xml but not seems to work. error-page error-code403/error-code /error/error.jsp /error-page Any

[jboss-user] [JBoss Portal] - JBoss Portal 2.6.6 and DB UTF8 encoding

2008-08-13 Thread chuaky
hi all, I try to run Jboss portal 2.6.6 with Postgres 8.3.3 , but encountered this error during startup: java.sql.BatchUpdateException: Batch entry 1 insert into JBP_PORTAL_OBJECT_DNAMES (INSTANCE_PK, LOCALE, TEXT) values (59, ru, ?) was aborted. Later, i try to recreate the jbossportal

[jboss-user] [JBossWS] - Re: WS-RM violates both ExactlyOnce/ and InOrder/ ?

2008-08-13 Thread [EMAIL PROTECTED]
There's no support for in order delivery at the moment. See: JBWS-2039 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170260#4170260 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170260

[jboss-user] [JBossWS] - Re: Can't get WS-RM to do ExactlyOnce + InOrder

2008-08-13 Thread [EMAIL PROTECTED]
There's no support for in order delivery at the moment. See JBWS-2039 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170261#4170261 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170261

[jboss-user] [JBoss/Spring Integration] - Re: Using JBoss Spring Deployer

2008-08-13 Thread alesj
Hmmm, looks like an issue beyond SpringDeployer. As you stated, you can see that it did its job == deployed your bean. :-) You can post the config here, but then try to reference this post to some other forum, where they deal with RMI. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.2.2 MBean getClientHost java.rmi.server.ServerNotActiv

2008-08-13 Thread jaikiran
guy_rouillier wrote : If someone can tell me where to post a code sample, I'll do that when I get some time: | | The JBoss Wiki http://wiki.jboss.org/wiki is a good place. I guess, you can add this to the Why do I section at http://wiki.jboss.org/wiki/JBossFrequentlyAskedQuestions

[jboss-user] [JBoss AOP] - Re: JBOSS AOP and Exception Handling

2008-08-13 Thread [EMAIL PROTECTED]
You could use javassist directly to modify java.lang.Exception, and then use -Xbootclasspath/p: to make the JVM use your copy. See 3.4 in http://www.csg.is.titech.ac.jp/~chiba/javassist/v1/tutorial.html This is a hack, and there are some licensing issues with the JDK if you choose to go down

[jboss-user] [Beginners Corner] - @EndpointConfig Trouble

2008-08-13 Thread tototiesto
Hi, I use a webservice as an EJB. On the server side, we have an EJB define like that : @javax.jws.WebService(endpointInterface=ihe.iti.xds_b._2007.DocumentRegistryPortType, serviceName = DocumentRegistryService, targetNamespace = urn:ihe:iti:xds-b:2007) @Stateless

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS Migration issue from 3.2 to 4.0 NullPointerExcepti

2008-08-13 Thread jaikiran
anonymous wrote : java.lang.NullPointerException | at com.mypackage.services.jdo.JDOService.get(Unknown Source) The NullPointerException is coming from com.mypackage.services.jdo.JDOService class, which does not belong to JBoss. You will have to look into the code of the get method in this

[jboss-user] [JBossWS] - Need help: SAXParseException: An invalid XML character (Unic

2008-08-13 Thread xinhua
Hi, I encounter an exception by requesting my soap application. | Caused by: java.io.IOException: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x1f) was found in the element content of the document | at org.jboss.wsf.common.DOMUtils.parse(DOMUtils.java:160)

[jboss-user] [JBoss Portal] - problem of using ext js with jbp2.66

2008-08-13 Thread jsports
I have a web application using struts,it runs well. Now I write a portlet that do as struts action do,and return to the same page,with the same attribute value, generate almost the same HTML and js(use ext). but in the portlet,nothing I can see,though there is no errors. in the jsp

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS Migration issue from 3.2 to 4.0 NullPointerExcepti

2008-08-13 Thread marajukiran
Hi, The same code is working fine without errors in JBoss 3.2 but throwing nullPointerException in JBoss 4.0. will there be any difference when we migrate cods from JBoss 3.2 to JBoss 4.0 Regards, Kiran View the original post :

[jboss-user] [JBoss jBPM] - Re: workaround for StackOverflow exception

2008-08-13 Thread vanyatka
anonymous wrote : Pure jBPM should work, or even in combination with Seam. Just configure jBPM to not participate in an already running transaction It is kind of confusing to distinguish jBPM transactions from Seam + EJB3-JPA. I thought jBPM doesn't meddle with application level transactions,

[jboss-user] [Remoting] - Re: Using JBoss Remote API in the JBoss App server

2008-08-13 Thread crr
I got it !! Iam able to run in the Jboss Server using MBean I have another Query !! Can we use Only ServerSide API(especially for Socket) with out using at the client side.that is I have a client that will use the Plain Java Socket API to connect the Server, But at the Server side can i use

[jboss-user] [Beginners Corner] - Re: JBoss 4.2.2 with myfaces - java.lang.RuntimeException: C

2008-08-13 Thread michele.curioni
Although this post is quite old, I see there is no final solution, so I'll post something I discovered: - when I deploy the war as part of an ear file, I could not get it to work; - when I deploy the way file separately, it works as long as I don't specify a context-root in jboss-web.xml. It

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS Migration issue from 3.2 to 4.0 NullPointerExcepti

2008-08-13 Thread jaikiran
Without knowing what the com.mypackage.services.jdo.JDOService.get does, i can't say. But in general, since its a major version migration, there are bound to be changes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170286#4170286 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-13 Thread jinpsu
thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170294#4170294 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170294 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss AOP] - Re: JBOSS AOP and Exception Handling

2008-08-13 Thread rajeshandjava
Hey Kabir Thanks ! Could you please send me a doc link for the tutorial on how to handle exceptions using Jboss AOP . I went thru Chapter 8 of the AOP tutorial but did not found it much helpful. If You have any other docs could you please fwd that link Regards Rajesh View the original

[jboss-user] [JBoss Messaging] - Re: Classloader issues when running Mule in JBoss

2008-08-13 Thread rramaiah
Thank you, I'll pass this advice on to Mule Support. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170323#4170323 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170323 ___

[jboss-user] [JBoss Portal] - Re: How do JBossPortal support multi lingual?

2008-08-13 Thread avalendino
I am exactly in the same case of littleprince, but i have not understood one thing: how you can write a servlet that works with jboss portal? i've tryed to write a servlet, i have modified the web.xml of the portal-core application and the sevlet is correctly initializeb, but it is never

[jboss-user] [JBoss jBPM] - Re: changing the database as Postgresql

2008-08-13 Thread salaboy21
Hi! it's really easy to do that.. if you are working with jbpm-enterprise.ear you must do the following: Modify the jbpm-enterprise.ear/lib/jbpm-configs.jar/hibernate.cfg.xml file. You have 2 options here: 1) Use a DataSource, provided by JBoss, in this case you must create a data source with

[jboss-user] Huge start-up time for JBoss-5.0.0.CR1

2008-08-13 Thread Joe Schleiptner
On my laptop the start-up time for a clean JBoss 4.2.1 installation is 42 seconds - for JBoss 5.0.0.CR1 start-up takes 2:50 minutes (4 times longer). My System configuration: Windows Vista SP1, JDK 1.6 (update 7). Is this bad behavior intentional or dependent on my configuration? If not, what

[jboss-user] [JBoss Portal] - Re: Is it possible to run JBoss Portal with WSRP on a server

2008-08-13 Thread slimsladey
I have downloaded the previous version of JBoss Portal 2.4.2 CR1 and it seems to work fine without an Internet connection. Thanks for your reply. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170331#4170331 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to configure JBOSS to connect to two databases schem

2008-08-13 Thread badam571
PeterJ Good point. I will try to ignore it altogether. thank you for your help. Best Regards badam571 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170332#4170332 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Executing Multiple Node parallel without Fork

2008-08-13 Thread kukeltje
execute mulitple nodes in parallel is possible with either a fork or by starting multiple processes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170333#4170333 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170333

[jboss-user] [JBoss Cache: Core Edition] - Re: Problem with expiration eviction

2008-08-13 Thread lovelyliatroim
Have a read here http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/2.2.0.CR6/userguide_en/html_single/index.html#d0e3603 Looks to me that your missing the equivalent of this | // sets the expiry time for a node |

[jboss-user] [JBoss/Spring Integration] - jboss-service.xml not found

2008-08-13 Thread jharby1
I downloaded the Spring Deployer 3.1 from SourceForge and followed the instructions on the Wiki. When I tried to deploy it into JBoss 4.2.2 I got an exception that the jboss-service.xml file was not found. Is there another version I should download? View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: jboss-service.xml not found

2008-08-13 Thread alesj
Versions marked with 3.x are meant for JBoss5 - hence no jboss-service.xml -- moving to Microcontainer beans. Take a look at the last 2.x version. Or if you upgrade JBossAS. :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170337#4170337 Reply to the post :

[jboss-user] [JBoss Tools (users)] - NullPointer on Entitymanager using Seam Project

2008-08-13 Thread Smoeker
hi there, i am new to Jboss - development with seam and have problems with my first Database - project : I generated a SeamWebProject by Jboss Tools for Eclipse and ReverseEngineered a Database into the Seam - Project, e.g. the Class ArticleHome : / Generated 13.08.2008 15:14:13 by

[jboss-user] [Beginners Corner] - Re: failed on all configuration, but ok on default configura

2008-08-13 Thread gan.gary
H iJakiran, you meant this? Example 6.8. The MDB jboss.xml descriptor | | ?xml version=1.0? | jboss | enterprise-beans | message-driven | ejb-nameTextMDB/ejb-name | destination-jndi-namequeue/B/destination-jndi-name | resource-ref

[jboss-user] [EJB 3.0] - Removing stateless session if it is idle for certain period

2008-08-13 Thread rmurugs
Hi Is there way to remove the stateless session bean if the bean is idle for certain period of time? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170343#4170343 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170343

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss as Windows service - stopping the service powers d

2008-08-13 Thread PeterJ
I have JBossAS running as a service on a Windows 2003 server and I shut it down every night for the backup and the server has never shut down. Also post the results of this command (replace service-name with the service name in service.bat): sc sq service-name View the original post :

[jboss-user] [Beginners Corner] - Re: failed on all configuration, but ok on default configura

2008-08-13 Thread jaikiran
Nope. I meant creating your queue through some file named my-destination-service.xml which can be placed in %JBOSS_HOME%\server\all\deploy-hasingleton\jms folder. The contents of this file can be something like this: ?xml version=1.0 encoding=UTF-8? | | !-- $Id:

[jboss-user] [JBoss Messaging] - Re: Classloader issues when running Mule in JBoss

2008-08-13 Thread [EMAIL PROTECTED]
You could of course get rid of the error by adding your user jar to maybe mule's classpath. Anyway.. that's something for you to deal on mule's support/forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170347#4170347 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Invalid authentication attempt, principal=null error...

2008-08-13 Thread [EMAIL PROTECTED]
I would advice you to use the Database. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170348#4170348 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170348 ___ jboss-user mailing

[jboss-user] [JBoss/Spring Integration] - Re: jboss-service.xml not found

2008-08-13 Thread jharby1
Thanks for the response. We can't use JBoss 5 in production since it is still just a CR. I don't see any jboss-service.xml file in the 2.1 release of Spring Deployer, can you tell me specifically which version to use? View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2 Session Is Closed exception in JobSession

2008-08-13 Thread akrachev
Hello, One solution that worked for me is: In components.xml persistence:hibernate-session-factory name=jbpmSessionFactory / persistence:managed-hibernate-session name=jbpmSession auto-create=true scope=CONVERSATION

[jboss-user] [JBoss/Spring Integration] - Re: jboss-service.xml not found

2008-08-13 Thread alesj
Use the latest 2.x. There is probably no jboss-service.xml, since it hasn't changed at all. I was only uploading jboss-spring.jar that changed. Search over this forum to see how deployer versions relate to Spring lib versions - I somehow forgot :-(, should have kept it written down somewhere

[jboss-user] [Security JAAS/JBoss] - Re: How to authenticate to the JBoss server without FORM aut

2008-08-13 Thread ragavgomatam
anonymous wrote : This application that I'm developing doesn't have to have any security restrictions Questions I have are :- (1) If Security is not desired, then why bother. Most certainly you can have unsecured ejb's . This is absolutely ok. (2) If you do not provide any security restrictions

[jboss-user] [Security JAAS/JBoss] - Re: EJB invocation occurs over a single thread

2008-08-13 Thread ragavgomatam
anonymous wrote : And I want each activation of the Action Explain what exactly you mean here ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170355#4170355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170355

[jboss-user] [Security JAAS/JBoss] - Re: NullPointerException in getCallerPrincipal()

2008-08-13 Thread ragavgomatam
Can you please publish your code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170356#4170356 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170356 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: best way to expose ejb3 as web service?

2008-08-13 Thread jaki
Thanks, that worked! But I have got another problem now. To avoid changing the existing stateless beans, for each, I have created a wrapper sort of stateless bean having the web service annotations and calling the methods in the existing beans. (This had to be done since the client app can't

[jboss-user] [EJB 3.0] - Re: best way to expose ejb3 as web service?

2008-08-13 Thread jaikiran
Post the code and the entire exception stacktrace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170360#4170360 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170360 ___

[jboss-user] [Security JAAS/JBoss] - Re: NullPointerException in getCallerPrincipal()

2008-08-13 Thread jaikiran
Being discussed at http://www.jboss.com/index.html?module=bbop=viewtopict=140070 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170361#4170361 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170361

[jboss-user] [Beginners Corner] - Re: The requested resource is not available.

2008-08-13 Thread lall2
Hi rnugraha, It might be a little late, but this is how it worked for me: | web-app xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |xsi:schemaLocation=http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd;

[jboss-user] [JBossWS] - Re: setHeader and setServerURL, using javax.xml.ws.Service?

2008-08-13 Thread [EMAIL PROTECTED]
Wow it's already been a year. Kbhdk1976, to be honest I just used Axis. As far as I can tell JBossws1.2 SP1 doesn't support headers of complex type. I haven't tried the new jbossws so I can't comment on it. View the original post :

[jboss-user] [Clustering/JBoss] - The host Header in Jboss

2008-08-13 Thread Metal Jboss
Hi everyone!! Im new in this forum so I am not sure if it is the correct forum, and I dont know if Jboss has a solution to my doubt, well, I have a Jboss Server in my job to make some services, and I would like to know if I can make that the Jboss Server can keep displayed the URL by entering

[jboss-user] [Security JAAS/JBoss] - Re: How to authenticate to the JBoss server without FORM aut

2008-08-13 Thread Marcos_APS
ragavgomatam wrote : | (1) If Security is not desired, then why bother. Most certainly you can have unsecured ejb's . This is absolutely ok. First I thought that in order to make EJB calls I had to be authenticated. So, it was crucial to me to have a place to log out, cancelling the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Running JBoss in Eclipse (in Linux)

2008-08-13 Thread a_alam
JAVA_HOME = /usr/local/jdk1.5 for both user and root JBOSS_HOME=/opt/jboss4.2.3 ANd the user owns JBOSS_HOME cheers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170377#4170377 Reply to the post :

[jboss-user] [JBoss Portal] - Portal 2.7 beta: OutOfMemory Error

2008-08-13 Thread iamnew2jboss
Hello there, We just downloaded Portal2.7beta (bundled). It is throwing following exception / OutOfMemory error when you try to launch: http://localhost:8080/portal. Any clue? thanks for the help. | 09:45:52,250 ERROR [[PortalServletWithPathMapping]] Servlet.service() for servlet

[jboss-user] [Installation, Configuration DEPLOYMENT] - javax.servlet.ServletException: Unable to compile class for

2008-08-13 Thread [EMAIL PROTECTED]
Hi. I have been getting the 'unable to compile class for JSP' because 'package org.apache.jasper.runtime does not exist'. I found jasper-runtime.jar, which contains the package org.apache.jasper.runtime in: .../jboss-4.0.0RC1/server/marketingcalendar/deploy/jbossweb-tomcat50.sar/ My app,

[jboss-user] [JBoss Portal] - Re: Portal 2.7 beta: OutOfMemory Error

2008-08-13 Thread [EMAIL PROTECTED]
Please add -XX:MaxPermSize=128m to run.conf in bin folder View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170381#4170381 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170381 ___

[jboss-user] [EJB 3.0] - EJB3 transaction / lazy loading issue

2008-08-13 Thread zilbi
Hi, got an entity with a few lazy collections in it. also got a stateless session bean that uses this entity in an ejb method. the method does no changes to the entity, only reads the entity's data and returns it. now if i use: @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) i

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: about jbossall-client.jar in JBOSS 5.0 CR version

2008-08-13 Thread PeterJ
The mbean you are querying is for JBossMQ, which was the messaging server provided with JBossAS 4.0.x. In JBossAS 5.0, the messaging server is JBoss Messaging. Therefore, you should now be looking at one of the jboss.messaging:* MBeans (use jmx-console to find the one you want). View the

[jboss-user] [Javassist user questions] - Re: Help on class anotation

2008-08-13 Thread theyurinator
To be a little more specific, this is the exact code I have public static void main(String[] args) { | ClassPool pool = ClassPool.getDefault(); | CtClass cc = pool.makeClass(sample); | ClassFile cf = cc.getClassFile(); | ConstPool cp =

[jboss-user] [EJB 3.0] - controlling MDB pool size

2008-08-13 Thread zilbi
Hi, am a previous user of weblogic 8.1. in weblogic 8.1, (that used ejb2) i use to control the pool size of my MDBs to do that i would add the part in bald below to the the specific ejb deployment descriptor (called weblogic-ejb-jar.xml) | weblogic-enterprise-bean |

[jboss-user] [Beginners Corner] - Re: Clustering in jboss 4.2

2008-08-13 Thread PeterJ
Step 1: Read the clustering guide http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Clustering_Guide/beta422/html/index.html Step 2: Try it Step 3: If you run into problems, post the specific problem here. View the original post :

[jboss-user] [JBossWS] - ERROR [SOAPFaultHelperJAXWS] SOAP request exception org.jbos

2008-08-13 Thread prabhun
Hi, We have a web service developed using JbossWS (JAX-WS). It works fine when invoked from a java client. But the same throws the Cannot find child element: arg0 exception when invokde from a Oracle PL/SQL soap call. Please let me know what could be the problem. Thanks, Prabhu View the

[jboss-user] [JBossWS] - SOAP exception - Cannot find child element: arg0

2008-08-13 Thread prabhun
Hi, We have a web service developed using JbossWS (JAX-WS). It works fine when invoked from a java client. But the same throws the Cannot find child element: arg0 exception when invokde from a Oracle PL/SQL soap call. Please let me know what could be the problem. Thanks, Prabhu View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Running JBoss in Eclipse (in Linux)

2008-08-13 Thread PeterJ
If you try to start jbossas from a terminal (not from within Eclipse), does it work? Also, post the results of java -version View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170396#4170396 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: The host Header in Jboss

2008-08-13 Thread Metal Jboss
I tried with virtual host, but It didnt work :S View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170398#4170398 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170398 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2 Session Is Closed exception in JobSession

2008-08-13 Thread kukeltje
Thanks, but could you post again with the xml in [ c o d e ] tags (without the spaces) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170402#4170402 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170402

[jboss-user] [JBoss jBPM] - Re: database query

2008-08-13 Thread kukeltje
anonymous wrote : so what the issue? The issue is that there is way to little info for anyone to be of any help... please provide more info (a unit test that demonstrates the problem e.g.) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170403#4170403 Reply

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-13 Thread kukeltje
anonymous wrote : So, what happens with an ended process instance? It stops running anonymous wrote : Is still available There is something in the database yes anonymous wrote : and able to be restarted again? Depends... you can make the end date of the process null, then it is 'running'

[jboss-user] [JBoss jBPM] - Re: Task Node Question - How to end blocking tasks

2008-08-13 Thread kukeltje
please provide a unit test that demonstrates the problem (without the workarounds) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170405#4170405 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170405

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-08-13 Thread Antoine_h
Hello Etienne, I think it's somewhere in the forum but you can figure it out... hem, joking... For what I remember, the default portal object configuration in the xml ... is only for the default page of a portal. but not the default portal. to change the default portal, you have to modify one

[jboss-user] [JBoss jBPM] - Re: Help: BPEL designer

2008-08-13 Thread kukeltje
the eclipse bpel editor is part of eclipse and it might become part of JBoss Tools. jBPM itself will most likely not be providing this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170407#4170407 Reply to the post :

[jboss-user] [Javassist user questions] - Re: Help on class anotation

2008-08-13 Thread theyurinator
Please ignore this topic, I have realized that javap does not printout annotations unless I put the -verbose flag on. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170409#4170409 Reply to the post :

[jboss-user] Delivery Notification [EMAIL PROTECTED]

2008-08-13 Thread Postmaster
This is a delivery status notification, automatically generated by MTA mail.isc.chubu.ac.jp on Thu, 14 Aug 2008 03:46:53 +0900 Regarding recipient(s) : [EMAIL PROTECTED] Delivery status : Failed. Message could not be delivered to domain isc.chubu.ac.jp .Failed while initiating the protocol.

[jboss-user] [Javassist user questions] - NullPointerException at javassist.bytecode.annotation.ArrayM

2008-08-13 Thread theyurinator
Hello, I am getting a NullPointerException somewhere beyond my control. Here is my code ClassPool pool = ClassPool.getDefault(); | CtClass cc = pool.makeClass(class_name); | cc.stopPruning(true); | ClassFile cf = cc.getClassFile(); |

[jboss-user] [EJB 3.0] - EJB3 transaction propagation

2008-08-13 Thread rphadnis
Hello, I need help with transactions in EJB3. I have an EJB which is called at a regular frequency using a timer. The EJB has a method with the @Timeout annotation. The method also specifies the REQUIRES_NEW transaction attribute. In this method, I am retrieving a list of records from the

[jboss-user] [JBoss Portal] - Re: Portlets on differents wars to same page

2008-08-13 Thread PeterJ
My general rule of thumb is that once a portlet has been deployed, after that I never modify the configuration files to change the deployment - instead I use the admin portal to do that. Alternately, you can wipe the database and thereby redeploy the porltlet. For example, during development,

[jboss-user] [JNDI/Naming/Network] - Re: When deploying stateful session bean, it shows via JNDI

2008-08-13 Thread alistairblack
Hi, I'm experiencing the same problem as described in the original post. I've read the information within the link regarding ClassCastExceptions but cannot resolve the issue. My EAR file is being packaged via Eclipse (Ganymede) and the Bean itself resides within a JAR at top level described

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Upgrading hibernate in JBoss 4.2.2.GA

2008-08-13 Thread jinpsu
OK, I can't seem to get this working. I'm clearly doing something wrong. Essentially, I want my ear application to use hibernate v3.2.6. Here is the structure of my ear (containing the upgraded hibernate): | myEar | |-- META-INF | | |-- application.xml | | |-- jboss-app.xml | |

[jboss-user] [Beginners Corner] - how to setup inline frame portlet or iframe portlet

2008-08-13 Thread rosetulip
I have a webmail website. I want to know how to put a webmail website into jboss as an inline frame portlet. I login to jboss as admin. try to find a channel to set up inframe portlet. But, I don't find it. Can you tell me how? Also, how to avoid login twice? I mean after you login to jboss,

[jboss-user] [JBossWS] - Re: Location of keysore and truststore for jboss-ws-server.x

2008-08-13 Thread kosulin
here is the reason: https://jira.jboss.org/jira/browse/JBAS-3442 Looks like there is no solution yet. This is just weird because we have to give our developers access to our production keystore! Also, every time we get new client, we will have to redeploy the application :-( View the original

[jboss-user] [JNDI/Naming/Network] - Re: When deploying stateful session bean, it shows via JNDI

2008-08-13 Thread PeterJ
Yes, having the ejb jar file appear both in the ear and the war will cause a problem. The ejb will be created using the class definition from the jar in the ear, and then when code in the war attempts to access it, the jar in the war will be used for the class definition, and those are not the

[jboss-user] [EJB 3.0] - Re: EJB3 transaction propagation

2008-08-13 Thread zilbi
not sure but i think what happens is the the call you make for update() are not recognized by the container as ejb calls and that's why a new transaction is not opend. think you need to get a ref to this ejb using the session context and invoke update using it. should look something like

[jboss-user] [JBoss Messaging] - Topic Messages not being delivered

2008-08-13 Thread viniciuscarvalho
Hello there! What are the dependencies that need to be fulfilled in order to send messages to a Topic? I have an MBean configured like this: | server |mbean name=SynosPortal:service=Deployer,name=SynosPortalDeployer code=com.synos.portal.registry.deployer.SynosPortalDeployer |

[jboss-user] [JBoss Messaging] - Re: Topic Messages not being delivered

2008-08-13 Thread PeterJ
Are the listeners already running? When you send a message to a topic, only those listeners who are active at the time the message is sent will receive the message. Unless, of course, the listener earlier registered with the topic as a durable subscriber. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: How to authenticate to the JBoss server without FORM aut

2008-08-13 Thread ragavgomatam
anonymous wrote : But with these unsecured EJBs, does JBoss still manage the release of resources of the users that are not using the application anymore automatically for me? Clarify what do you mean by anonymous wrote : JBoss still manage the release of resources What resources are you

[jboss-user] [JBoss Messaging] - Re: Topic Messages not being delivered

2008-08-13 Thread viniciuscarvalho
Thanks Peter, that was the problem Best regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170441#4170441 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170441 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss as Windows service - stopping the service powers d

2008-08-13 Thread jonathanztaub
PeterJ wrote : I have JBossAS running as a service on a Windows 2003 server and I shut it down every night for the backup and the server has never shut down. | | Also post the results of this command (replace service-name with the service name in service.bat): | | sc sq service-name

[jboss-user] [JBoss Portal] - Does dependency injection work in portlets?

2008-08-13 Thread croft
Does dependency injection work in JBoss Portal portlets? I am trying to do something like this: | public final class MyPortlet | extends GenericPortlet | { | | @Resource ( name = jms/ConnectionFactory ) | private ConnectionFactory connectionFactory;

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss as Windows service - stopping the service powers d

2008-08-13 Thread jonathanztaub
Forgot. I'm running JBoss 4.2.3. The service.bat had JBoss 5 for various description messages. Perhaps it is incompatiable with 4.2.3? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170446#4170446 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss as Windows service - stopping the service powers d

2008-08-13 Thread PeterJ
JBoss Native 2.0.4 is the latest version, and yes it names the service JBAS50SVC in anticipation of the JBossAS 5.0 release, but I have used 2.0.4 with both AS 4.2.2 and 5.0.0.CR1 without any problems (it should work with 4.2.3 with no problems). One way to tell if you are running the 64-bit

[jboss-user] [J2EE Design Patterns] - J2EE+Jboss4.0.2+jade

2008-08-13 Thread graparg
Hello I need aid to be able to integrate jade with jboss4.0.2 I have found that jademx can be used but the tutorial that shows is very general with respect to like forming with jboss if somebody can help me thank you very much since I am inexperienced in the subject. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - jndi.properties and RMI

2008-08-13 Thread jagdeep
Hi All, I have two applications in JBoss app1 and app2 inside two configuration folders of the same name. They have code to communicate using RMI (app1=server app2=client). When I use try to define custom ports using the jndi.properties file, I get connection refused eeception for both. When I

[jboss-user] [Clustering/JBoss] - HASingleton EJBException

2008-08-13 Thread rodrigo.baquero
Hi, I'm running JBoss 4.2.2 and deployed an EJB and a Spring application inside a HASingleton. I also have a Tomcat application that can successfuly use the EJB. The problem I'm facing is between the HASingleton and the EJB. When the HASingleton tries to use the EJB, the following stack trace

[jboss-user] [Beginners Corner] - Re: failed on all configuration, but ok on default configura

2008-08-13 Thread gan.gary
no, I still could not get it: Global JNDI Namespace | +- TransactionSynchronizationRegistry (class: com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionSynchronizationRegistryImple) | +- UserTransactionSessionFactory (proxy: $Proxy14 implements interface

[jboss-user] [JBoss Portal] - Re: How do JBossPortal support multi lingual?

2008-08-13 Thread littleprince
i put the code at jboss-portal.sar\portal-server.war\WEB-INF\web.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170459#4170459 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4170459

  1   2   >