[jboss-user] [JNDI/Naming/Network] - Re: how to access joboss portal through ip address

2009-02-10 Thread jaikiran
akumarkind wrote : Hi Alll | | I am not enable to access jboss portal through IP address on various computer which are on my network(LAN).Means I want to access portal by http://192.168.1.150:9090/portal instant of http://localhost:9090/portal. | Please help me. | | Thanks

[jboss-user] [Microcontainer] - Re: Deployment callbacks fail on static methods

2009-02-10 Thread jaikiran
jaikiran wrote : The jboss-reflect does provide an overriden method... | I mean an overloaded method :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208390#4208390 Reply to the post :

[jboss-user] [EJB 3.0] - Re: My MdB receives the same message again and again

2009-02-10 Thread schausson
Well I finally made it work by moving most of my processing code in a SLSB that is invoked from my MdB, and for which I can tune transactions : I set a 10 seconds timeout on the entry point method, and set a REQUIRES_NEW transaction attributes on other methods to split my processing in

[jboss-user] [EJB 3.0] - Re: Prevent Persistence of EJB Timers

2009-02-10 Thread jaikiran
Which version of JBossAS and is it EJB3 or EJB2.x? Also please post the exact contents including the dtd/xsd declaration of your jboss.xml. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the

[jboss-user] regd jopr console

2009-02-10 Thread Sadat Khan
Hi there, I am using rhq server and agent on my windows machine. I have jboss service running on my machine which is detected by the server and shown in the dashboard. However when I click on a managed resource like a machine or a server or a service to see it's health I get an

[jboss-user] [Management, JMX/JBoss] - Is there an MBean for an entity EJB?

2009-02-10 Thread maxdiconoclast
HI, I need to access the method invocation times, availability, remove count, create count etc. of a deployed EJB through JMX MBean provided by jmx-console. I have deployed the entity bean and the stateless DAO bean that operates on the entity bean. I do find an MBean for this DAO in the

[jboss-user] [Remoting] - Re: Problem using JaxWS over HTTPS connection from within a

2009-02-10 Thread ron.si...@jboss.com
:) Hey hey, my my Rock and roll can never die There's more to the picture, than meets the eye Hey hey, my my View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208401#4208401 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Question regarding failover for JNDI lookup of Clustered

2009-02-10 Thread timfox
Use HAJNDI for the lookup, then it won't matter if the server is down. See wiki for more info (also see JBoss AS docs) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208403#4208403 Reply to the post :

[jboss-user] [JBossWS] - Re: Performance problem with Jbossws client

2009-02-10 Thread hifi
I have similar problem with poor jboss performance. I tried a simple example with 2 library sets - let's call them jboss sun | | jboss: | | | jboss-jaxrpc.jar | | jboss-jaxws.jar | | jboss-saaj.jar | | | | sun: | | | jaxb-xjc.jar | | jaxws-api.jar |

[jboss-user] [JBoss Portal] - Re: Dashboard configuration - drag and drop

2009-02-10 Thread thomas.he...@jboss.com
anonymous wrote : what i want to do is simple, copy the page to the dashboard the first time he accesses his dashbord and always point user to his dashboard. First time a user access the dashboard he gets a copy of the template portal. Which is defined in XML files for feeding. To redirect

[jboss-user] [JBoss Tools (users)] - Re: Full server capabilities only on localhost?

2009-02-10 Thread max.ander...@jboss.com
1) Any suggestion on how we should be able to start a remote server ? (restarting, monitoring and stopping is doable - but starting I can't see how we should be able to do that. 2) Could be done with Eclipse's virtual filesystem support - though for AS 5.x we would probably use the profile

[jboss-user] [JBossWS] - Re: Performance problem with Jbossws client

2009-02-10 Thread alessio.sold...@jboss.com
Profiling would probably help in understanding what's happing there. When wsdl contracts with huge type models are involved, the port creation can be quite time consuming because a lot of classes are created. Perhaps you could evaluate re-using the port instance once it has been created. In

[jboss-user] [JBoss jBPM] - Re: The point on jBPM 3.3.1 installation

2009-02-10 Thread frinux
Hum I found nothing in jira refering to this problem. All I try to do in fact is a manual installation of jBPM over a jBoss 5.0.0 server. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208417#4208417 Reply to the post :

[jboss-user] [The Lizzard's corner] - Re: test

2009-02-10 Thread sacha.labou...@jboss.com
hey, it seems to work!!! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208419#4208419 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208419 ___ jboss-user mailing list

[jboss-user] [JBossWS] - WebServices logging

2009-02-10 Thread mobaxkrs
We are using JBOSS 4.2.2 GA. We expose all our services as WEB Services and our client application inturn consumes them. Now, we need to log the Request and response objects for the web service calls. CAn we do it using log4j logging available in JBOSS. Searching the forums and articles, found

[jboss-user] [JBoss Portal] - Re: WSRP Error - JBoss Consumer to SAP Portal Producer

2009-02-10 Thread chris.lap...@jboss.com
Hi Scott, Could you please attach the SOAP message that is causing the issue? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208421#4208421 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208421

[jboss-user] [EJB 3.0] - 4.2 to 5.0 upgrade: UNRESOLVED Demands 'jboss.ejb:service=EJ

2009-02-10 Thread drichm
Upgrading to 5.0.0.GA Changed EJB annotation package names etc, added xml:ns to persistance.xml Now get anonymous wrote : ** UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService' ** on all deployed .ear files. I have found various comments about ejb-jar.xml needing a definition of some

[jboss-user] [JBossWS] - Re: Webservice Timeout

2009-02-10 Thread richard.opa...@jboss.com
It's JBossWeb (Tomcat) server configuration file you're looking for. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208435#4208435 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208435

[jboss-user] [JBossWS] - Re: Only JBoss AS support ?

2009-02-10 Thread richard.opa...@jboss.com
It's tested and supported only on JBossAS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208436#4208436 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208436 ___ jboss-user

[jboss-user] [JBossWS] - Re: Native versus Metro

2009-02-10 Thread richard.opa...@jboss.com
No, there's no up2date version of the aforementioned document. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208438#4208438 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208438

[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum

2009-02-10 Thread normann
My setup has the same issue, which was introduced in the JBoss 4.2 series that upgraded from Tomcat 5.5 to Tomcat 6. I suspect this has to do with the fact that Tomcat 6 doesn't support the *SpareThreads attributes on the connectors any more. The documentation says that one must define an

[jboss-user] [JBossWS] - Re: Redeploy Endpoint already registered

2009-02-10 Thread richard.opa...@jboss.com
This should be fixed with latest JBossWS 3.0.5 release. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208446#4208446 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208446 ___

[jboss-user] [EJB 3.0] - Re: 4.2 to 5.0 upgrade: UNRESOLVED Demands 'jboss.ejb:servic

2009-02-10 Thread drichm
Do you mean ejb3-timer-service.xml? - we do not use EJB2 The service is deployed - but deployed .ear files with no defined dependency on EJB3TimerService fail on it. Are there annotations that cause it to be 'sucked in'? Any reason why this would behave differently to JBoss 4.2? Dave View

[jboss-user] [JBossWS] - Re: ant tests errors: NoClassDefFoundError: org/jboss/wsf/te

2009-02-10 Thread alessio.sold...@jboss.com
https://jira.jboss.org/jira/browse/JBWS-2524 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208459#4208459 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208459 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: 4.2 to 5.0 upgrade: UNRESOLVED Demands 'jboss.ejb:servic

2009-02-10 Thread jaikiran
drichm wrote : Do you mean ejb3-timer-service.xml? - we do not use EJB2 | Nope, i meant ejb2-timer-service.xml :) Currently EJB3 is not using the EJB3TimerService being deployed through ejb3-timer-service.xml. drichm wrote : | Are there annotations that cause it to be 'sucked in'? Not

[jboss-user] [JBossWS] - Re: WebServices logging

2009-02-10 Thread alessio.sold...@jboss.com
http://jbossws.jboss.org/mediawiki/index.php?title=Log4J View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208465#4208465 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208465 ___

[jboss-user] [Performance Tuning] - Re: AJP Connector currentThreadCount stays at maximum

2009-02-10 Thread normann
TIt seems that the forum lets me write HTML in the message. My previous message should have read: The documentation says that one must define an Executor element (which defines a thread pool) and reference it in the connector. View the original post :

[jboss-user] [EJB 3.0] - Re: 4.2 to 5.0 upgrade: UNRESOLVED Demands 'jboss.ejb:servic

2009-02-10 Thread jaikiran
jboss.ejb:service=EJBTimerService is deployed through %JBOSS_HOME%/server/ serverName/deploy/ejb2-timer-service.xml. I would expect this file to be present in the AS. Is this a clean JBoss AS or has it been modified? Any idea if someone removed that file? View the original post :

[jboss-user] [JBossMQ] - How can I ensure that jboss mq just recieves the message onl

2009-02-10 Thread jakesong
My application is like this: I have a queue called A in weblogic,a queue called B in jboss mq. There is a weblogic messaging queue between A and B. When A message have been send to A,the weblogic messaging bridge will deliver the message to B. My question is how to ensuer that the jboss mq can

[jboss-user] [JBossWS] - Re: mysterious vanishing Service21

2009-02-10 Thread alessio.sold...@jboss.com
This has been fixed, branch5x now has JBossWS 3.1.0.CR2 including those deprecated classes. Thanks for pointing this out. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208471#4208471 Reply to the post :

[jboss-user] [JBossWS] - Re: Webservice deployment error: Endpoint already registered

2009-02-10 Thread alessio.sold...@jboss.com
http://www.jboss.org/index.html?module=bbop=viewtopicp=4208446#4208446 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208472#4208472 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208472

[jboss-user] [JBoss jBPM] - Re: JBPM starter kit

2009-02-10 Thread nehamaheshwari
Found it. Thanks. This kit has been renamed to jbpm-jpdl-suite-3.2.2.zip View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208473#4208473 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208473

[jboss-user] [JBoss Portal] - Re: have any one get chartcreator to work with jboss portal?

2009-02-10 Thread amit_deshpande05
Hi, I tried your patch, but I am still not able to get chart image on the portlet. Can you please share your code or if any other setting / configuration that you have done? This will be of great help. By the way I am using Websphere Portal Server 6.1. Thanks in advance, Regards, Amit View

[jboss-user] [JBossMQ] - How to ensure the message only is recieved once?

2009-02-10 Thread jakesong
My application is like this: I have a queue called A in weblogic,a queue called B in jboss mq. There is a weblogic messaging queue between A and B. When A message have been send to A,the weblogic messaging bridge will deliver the message to B. My question is how to ensuer that the jboss mq can

[jboss-user] [JBoss Messaging] - creating a private DLQ and redirect from a queue

2009-02-10 Thread ffranceschi
My Enviroment: JVM : 1.6.0_05 JRockit JBoss AS : 4.2.1 JBoss Messaging: 1.4.2 Hi all, I have a queue named SumusTicketQueue. When the message failed, the Jboss messaging redirect this message to DLQ. How I do the Jboss message redirect this message to my private DLQ (SumusTicketDLQ)? My

[jboss-user] [JBoss jBPM] - Re: BPMN events based Xor implementation

2009-02-10 Thread fmateo
That works just fine. I could implement that! Thank you! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208489#4208489 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208489 ___

[jboss-user] [JBoss Messaging] - Simple question about JBM 1.4.1.GA package

2009-02-10 Thread karypid
Hi all, This question is fairly basic, but a total newcomer has to ask it: I want to use the JBM bundled in JBoss AS 5.0.0.GA and therefore read the docs for it. Now, when the server starts, it tells me: 12:46:03,360 INFO [ServerPeer] JBoss Messaging 1.4.1.GA server [0] started So I'm

[jboss-user] [JBoss Portal] - Reset all Portlet modes?

2009-02-10 Thread thinwath
Hi there, is there any possibilty to reset all my Portlet modes within the portal? Such a global event or something like this? Any help will be appreciated. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208492#4208492 Reply to the post :

[jboss-user] [JBossWS] - Re: Should @EJB work in Pojo's deployed as a WebService?

2009-02-10 Thread alessio.sold...@jboss.com
This most probably falls under this issue: https://jira.jboss.org/jira/browse/JBWS-2074 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208493#4208493 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208493

[jboss-user] [EJB 3.0] - Re: 4.2 to 5.0 upgrade: UNRESOLVED Demands 'jboss.ejb:servic

2009-02-10 Thread drichm
No need to post logs I had removed ejb2-timer-service.xml Put it back, restarted, problem solved Thanks Dave View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208494#4208494 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: MySQL in Cluster question

2009-02-10 Thread jbabad
Hi, a couple more questions to add to the list... - in JBM_POSTOFFICE table, should the ALL_NODES field for the clustered queues be set to Y or N? In my setup it is 'N', the CLUSTERED column is 'Y' for both references to the clustered queue on each node. - I've noticed that when messages get

[jboss-user] [JBoss Cache: Core Edition] - Rolled back transactions sometimes failing to release locks

2009-02-10 Thread nathanmesser
We have a problem with JBoss Cache 3.0.2 (also present on 3.0.0) using MVCC locking, on Weblogic 10.3, running in a single instance, whereby a transaction can rollback due to a timeout but not release the locks it's holding. In normal use this happens fairly rarely, but often enough to be

[jboss-user] [Microcontainer] - Re: how do I use mdr in JCA project?

2009-02-10 Thread alesj
Deployers and AOP also use MDR. Probably currently the best usage is Kernel's IoC annotation lookup: - http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/kernel/src/main/java/org/jboss/kernel/plugins/annotations/CommonAnnotationAdapter.java Annotations being just one type of

[jboss-user] [JBossWS] - Re: WeFault and throws declaration

2009-02-10 Thread alessio.sold...@jboss.com
That's in JAXWS 2.1 spec, section 3.7. Btw the upcoming 3.1.0 jbossws version will also treat RuntimeException the same way because of the spec conformance requirement. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208499#4208499 Reply to the post :

[jboss-user] [Microcontainer] - Re: Deployment callbacks fail on static methods

2009-02-10 Thread alesj
This was more meant for real services == the one's that have a true instance. :-) I must admit I never really considered the static usage. It somehow seems unnatural around all those dynamic beans. But you can always turn that bean into singleton - per classloader. And then add new non-static

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-10 Thread nathanmesser
The full trace log for TxInteceptor and org.jboss.cache.lock, just for this transaction is 50MB, however I've attached the last few lines here in case they're helpful [ERR] 2009-02-10 10:58:36,581 259269 DEBUG Associated gtx in txTable is GlobalTransaction::28

[jboss-user] [Clustering/JBoss] - Re: Classloading failure in a new thread started from the cl

2009-02-10 Thread chtimi2
Thread.setContextClassLoader() What is the correct way to get a handle to the application ClassLoader (ear ClassLoader)? I couldn't find the info anywhere. I also tried to use | UnifiedClassLoader ucl = (UnifiedClassLoader) Thread.currentThread().getContextClassLoader();

[jboss-user] [JBoss Cache: Core Edition] - Re: Rolled back transactions sometimes failing to release lo

2009-02-10 Thread nathanmesser
I also realise my config file didn't come out very well in the forum posting, here it is: ?xml version=1.0 encoding=UTF-8? | | jbosscache xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns=urn:jboss:jbosscache-core:config:3.0 | | !-- | isolationLevel :

[jboss-user] [JBoss Portal] - Re: WSRP Producer: Need to set requiresInitCookie

2009-02-10 Thread chris.lap...@jboss.com
I have validated that the missing wsrp_rewrite is indeed an error: https://jira.jboss.org/jira/browse/JBPORTAL-2306. For the other issue, this is a SharePoint issue. Per the WSRP specification: anonymous wrote : If a Producer indicates that it uses cookies, the Consumer MUST ensure that any

[jboss-user] [JBoss Cache: Core Edition] - Re: Advice setting JBoss Cache up loading from hibernate and

2009-02-10 Thread joneian
Hi Brian, Thanks for your helpful response. You are absolutely correct - the reason I'm looking at doing this is that there are other (read only/reporting) users of the data in the database, who need it in a useful format and not in serialised blobs. I'll have a go at writing my own

[jboss-user] [JBossWS] - Jboss SOAPElementSerializer error

2009-02-10 Thread nbmenon
I am using Jboss 4.2.3 and trying to invoke BPEL process which has a decision service(a web service). I get the following error. -- ERROR [RequestHandlerImpl] Error processing web service request

[jboss-user] [JBoss Portal] - Re: jBPM Workflow Engine Integration - ??

2009-02-10 Thread meetoblivion
no... i copy and pasted section 23.1. 23.2 is purely about content. is 23.1 just an intro to 23.2? it seems odd since they're managed by different mbeans... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208515#4208515 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring ejb3-timer-service.xml (JBoss 5.0.0.CR1)

2009-02-10 Thread dimit...@jboss.org
Just get rid of ejb3-timer-service.xml, i.e. remove it. Ejb3 is configured by default to use the ejb2.x timer service and that should work. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208519#4208519 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Multiple domains on Apache, mod_jk, JBoss configuration

2009-02-10 Thread Qmpeltaty
Just create two virtual hosts and bind them to applications using uriworkermaps.properties. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208520#4208520 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208520

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss migration 405--423 SSL problem

2009-02-10 Thread Qmpeltaty
I have upgraded my JBoss application server from 405 to 423. Unfortunately https connection on TCP/8443 is not available after change. I've checked open ports using netstat -a and TCP/8443 has not been listed. I can't set this to TCP/443 couse Apache Web Server use it. 405 configuration : !--

[jboss-user] [Security JAAS/JBoss] - custom authenticators in war

2009-02-10 Thread mikala
I found in war-deployers-jboss-beans.xml this rem: anonymous wrote : | You can configure a set of authenticators keyed by http-auth method used. This | will apply the same set of authenticators across all web applications. You can | override the set of authenticators at the web

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss migration 405--423 SSL problem

2009-02-10 Thread Qmpeltaty
Hmm... configuration details has been deleted during sending post ... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208523#4208523 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208523

[jboss-user] [JBoss Portal] - Redirect portal

2009-02-10 Thread peris
How to redirect the user to particular portal based on their roles. ex: admin role redirect to adminportal, user role redirect to userportal,etc. If you have any idea please share with me. Thanks in advance View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss migration 405--423 SSL problem

2009-02-10 Thread Qmpeltaty
405 configuration : Connector port=8443 address=${jboss.bind.address} maxThreads=100 strategy=ms maxHttpHeaderSize=16384 emptySessionPath=true maxPostSize=0 scheme=https secure=true clientAuth=false keystoreFile=${jboss.server.home.dir}/conf/ssl/ssl.pfx

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: failed to start JBOSS 5.0

2009-02-10 Thread jaikiran
tanwilliam83 wrote : would this be a problem for jboss 5.0 on jrockit? | | Shouldn't be a problem. Let me see if i can reproduce this on my RHEL5 system. P.S: I am ruling out the issue of incorrect download version of JBossAS since your build date (build: SVNTag=JBoss_5_0_0_GA

[jboss-user] [JBoss jBPM] - Re: The point on jBPM 3.3.1 installation

2009-02-10 Thread frinux
I reverted to jBoss 4.2.3 ant it works well now. I still don't know what the problem for 5.0.0 is. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208530#4208530 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208530

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: failed to start JBOSS 5.0

2009-02-10 Thread jaikiran
Boots/deploys fine for me with the following system configuration: 18:20:11,801 INFO [ServerInfo] Java version: 1.5.0_15,BEA Systems, Inc. | 18:20:11,801 INFO [ServerInfo] Java VM: BEA JRockit(R) R27.6.0-50_o-100423-1.5.0_15-20080626-2104-linux-ia32,BEA Systems, Inc. | 18:20:11,801 INFO

[jboss-user] [JBossWS] - Re: Native versus Metro

2009-02-10 Thread bryan.kearney
OK.. thanks! From what I can see... both Native and Metro have good adoption of the soap/http transport and for the WSIT stack on top of that. However, if I want to look at non http or JMS, then Metro seems to be the choice. Am I missing something? Thanks again. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: failed to start JBOSS 5.0

2009-02-10 Thread jaikiran
anonymous wrote : Caused by: java.lang.ArrayIndexOutOfBoundsException | at org.jboss.reflect.plugins.MethodInfoImpl.(MethodInfoImpl.java:103) This reminds of another user reporting an issue with a different Java vendor. Had to something with annotation handling. I guess you too are running

[jboss-user] [EJB 3.0] - javax.transaction.RollbackException

2009-02-10 Thread mravikrish
Hello, I am ramu i am getting following exception while deleting project object. org.hibernate.StaleStateException: Batch update returned unexpected row count from update: 0 actual row count: 0 expected 1 And My piece of code is skillids ,bidIds are 2 ArrayLists Project

[jboss-user] [JBoss Portal] - Re: WSRP Producer: Need to set requiresInitCookie

2009-02-10 Thread jgrange
This is indeed a sharepoint issue - I have a service request open with microsoft on this (SRZ08091573). Analysis of the http traffic indicates that the problem is due to the fact that cookies are being correctly sent by the web part for the getMarkup operations, no cookies are being sent

[jboss-user] [JBossWS] - Re: What could cause a null Endpoint?

2009-02-10 Thread alessio.sold...@jboss.com
Hi, could you please show us the structure of your deployment (iow, where is the referenced bean actually declared). I'd like to add a testcase like this to the jbossws-cxf testsuite, to try reproducing your issue. View the original post :

[jboss-user] [JBoss jBPM] - Building jBPM4 trunk -- Missing dependency

2009-02-10 Thread wytten
Where to get gwt-console-server-integration.jar? Path to dependency: 1) org.jbpm.jbpm4:jbpm-enterprise:jar:4.0.0-SNAPSHOT 2) org.jboss.bpm:gwt-console-server-integration:jar:1.0.0-SNAPSHOT Thanks. View the original post :

[jboss-user] [JBossWS] - Re: JBossWS JAX-WS question using stateful

2009-02-10 Thread alessio.sold...@jboss.com
@javax.xml.ws.soap.Addressing will be supported starting from JBossWS-Native 3.1.0.GA, that's scheduled for the end of February 2009. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208550#4208550 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - how to access joboss portal through ip address

2009-02-10 Thread akumarkind
Hi All how to access joboss portal through by using http://ip_address/portal instant of http://localhost/portal in url on the same machine or another machine of LAN Thanks Regards Avanish View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208552#4208552

[jboss-user] [Installation, Configuration DEPLOYMENT] - how to access jboss application on local network by using

2009-02-10 Thread akumarkind
Hi All I have installed Jboss portal AS bundel 2.6. How can I access my AS application on local network(inrtanet).And how can I deploy application which is accessible on local network. Thanks Regards Avanish Kumar View the original post :

[jboss-user] [Beginners Corner] - Classloading possible?

2009-02-10 Thread andrewarc
To briefly outline the problem: I've got an application packaged as .ear, properly deployed and within one of the POJOs I'm trying to do the following: Use a ClassLoader to load a .class file from my file-system. | ClassLoader oldLoader = Thread.currentThread().getContextClassLoader(); |

[jboss-user] [JBoss Portal] - Re: WSRP Producer: Need to set requiresInitCookie

2009-02-10 Thread chris.lap...@jboss.com
Thanks for the update. JBPORTAL-2306 should be fixed now for both 2.6 and 2.7. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208558#4208558 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208558

[jboss-user] [Beginners Corner] - Re: Classloading possible?

2009-02-10 Thread andrewarc
Sorry, I incidentally submitted the last post... The code above fails with a ava.lang.ClassNotFoundException Is this the proper way of doing classloading within the JBoss appserver? Thanks for your help kr A. View the original post :

[jboss-user] [EJB 3.0] - Re: Prevent Persistence of EJB Timers

2009-02-10 Thread leobaz2
I am using EJB3 and JBoss 4.2.3. When dealing with EJB3, what is the name of the EJB? Is it the class name, the interface name, jndi name, or should I specify the name via annotations? | ?xml version=1.0? | | !DOCTYPE jboss PUBLIC | -//JBoss//DTD JBOSS 4.2//EN |

[jboss-user] [EJB 3.0] - Re: Prevent Persistence of EJB Timers

2009-02-10 Thread leobaz2
This is the code that I have in the beans that are creating the timers. getSessionContext().getTimerService().createTimer(intervalDuration, intervalDuration, divisionKeys); The getSessionContext() is an inherited method from the base class that declares a private field: @Resource(name =

[jboss-user] [JBoss Portal] - Error JSF lifecycle portlet

2009-02-10 Thread suzchr
Hi, I develop several portlets. For each portlet I see the same error in the console (batch window). The error is : ERROR [STDERR] Feb 10, 2008 11:41:09 AM com.sun.faces.portlet.LifecycleImpl$RenderResponsePhase execute | INFO : PS_CSFP0055:About to render view /WEB-INF/jsp/index.jsp This

[jboss-user] [JBoss Portal] - Re: Error JSF lifecycle portlet

2009-02-10 Thread suzchr
For more precision, I use Jboss portal 2.6.7 GA. Thx View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208582#4208582 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4208582 ___

[jboss-user] [Clustering/JBoss] - Re: Classloading failure in a new thread started from the cl

2009-02-10 Thread bstansbe...@jboss.com
A couple techniques to get a ref to a classloader: 1) Call getClass().getClassLoader() on some class that you know was loaded from the ear. From your stack trace com.navineo.sa.jmx.ha.taches.DummyTacheEgoiste1HAS seems like a candidate. 2) You can call

[jboss-user] [JBoss Portal] - error while doing performBlockingInteraction between sharepo

2009-02-10 Thread jan.hoeve
Currently we have a jboss portal 2.7.1 which produces a portlet. That portlet is to be consumed by a sharepoint portal. The portlet correctly shows up in sharepoint, and also navigation is working correctly. But when I try to do some action which triggers a performBlockingInteraction, the

[jboss-user] [JBossWS] - Re: Webservice Timeout

2009-02-10 Thread redCar
Hallo Richard, the Tomcat timeout it was not. Because of the message that the transaction is not active, I have increased the transaction timeout in the file: server/.../deploy/transaction-jboss-beans.xml I don't know if I can have disadvantages with this setting. The new value is 30.

[jboss-user] [JBoss Cache: Core Edition] - Getting Failed to insert node

2009-02-10 Thread atifoxon
I am using cache loader but getting following in log two syntax errors 1. while executing creating table 2. whil executing insert node sql insert node sql log org.jboss.cache.loader.AdjListJDBCCacheLoader insertNode SEVERE: Failed to insert node :A syntax error has occurred. query i am getting

[jboss-user] [JBossWS] - Re: Webservice Timeout

2009-02-10 Thread alessio.sold...@jboss.com
Yes, you need to configure the transaction timeout on the server as you did. Consider that value is in seconds, thus 30 might be really too much. Perhaps you can better estimate the maximum tx length you might expect and set that value accordingly. Also consider taking a look at the

[jboss-user] [JBoss jBPM] - Jbpm 3.3.1 Timer Exception on executionContext.leaveNode()

2009-02-10 Thread dleerob
Hi, In Jbpm 3.2.x, I never had this problem. But I recently upgraded to Jbpm 3.3.1, and now, on a State Node, if I have a timer set which repeats, and on the timers action I call executionContext.leaveNode(), I get an exception. If my timer is not set to repeat, I don't get the exception. This

[jboss-user] [JBoss Tools (users)] - Re: Full server capabilities only on localhost?

2009-02-10 Thread bmelloni
1) I see that it is difficult to do remote Start since you have nothing that you can be sure is listening. In Unix servers you might be able to use SSH as a way to access the remote server. I am not sure about windows. 3) I meant: 3a) Admins are likely to expose 'a folder' to the network

[jboss-user] [Installation, Configuration DEPLOYMENT] - About the new JBoss 5 web configuration

2009-02-10 Thread dimar1975
Hi all, I have downloaded the AS5 : from the release notes I have read that the new web configuration is a minimal configuration to deploy web applications: so is it just like using Tomcat ? do you have any advantage to use this server configuration against tomcat ? Thanks a lot marco View

[jboss-user] [Beginners Corner] - Re: installation questions on XP home.

2009-02-10 Thread PeterJ
You want Java IDE for Java EE Developers, the 163MB download. Then install JBoss Tools 3.0 into that like I suggested earlier. Your standalone JBoss AS 5.0.0.GA install is just fine, but see this post for a correction you need to make:

[jboss-user] [EJB 3.0] - Is it possible to inject a Remote bean in a client servlet?

2009-02-10 Thread rnicholson10
I'm using a remote bean from a servlet to make a remote call. The code snippet below works. But I'm wondering is it possible to inject this bean without needing to do the remote JNDI lookup. When using JMS I setup a RemoteJMSProvider and can inject both the connection factory and destination

[jboss-user] [JBoss Cache: Core Edition] - Content of ArrayList in Object cached, when retrieved is mis

2009-02-10 Thread cjnoyescrisp
Stored in cache is an object which has a number of member variables including two ArrayLists. Under certain circumstances, which are unclear when the cached object is retrieved, the array lists are empty. The data that is contained in the array lists are also present at other points in the

[jboss-user] [Management, JMX/JBoss] - Bug? Multiple interfaces in the implementation causes Deploy

2009-02-10 Thread dsteinwe
Hi, i have declared a mbean like that example: MyServiceMBean.java @Service(objectName=MyApplication:service=MyService) | @Management(MyManagementInterface.class) | public class MyServiceMBean implements MyManagementInterface { | | public void printOut(String text) { |

[jboss-user] [JNDI/Naming/Network] - Re: naming.NameNotFoundException problem

2009-02-10 Thread eyalm_nm
I'm trying to run my client from Netbeans 6.5 IDE. This exception thrown within the IDE. How can I debug my application? Thanks, Eyal. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208648#4208648 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: failed to start JBOSS 5.0

2009-02-10 Thread PeterJ
anonymous wrote : too bad to say that SUN has discontinued jdk release for itanium system. Not true. Sun provides JDK 6u10 and higher for Itanium. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208650#4208650 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - SELECT NEW: unable to locate POJO class

2009-02-10 Thread elenctic87
I am executing a query as follows. It results in a compiler error because the POJO class is not found. | Query q = entityManager.createQuery(SELECT NEW org.domain.b1.ui.NonMappedClass(b.prop1, b.prop2) ... | The compiler in eclipse finds an HQL Syntax Error: unable to locate class

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to localhost:1099

2009-02-10 Thread PeterJ
See if this discussion helps: http://www.jboss.org/index.html?module=bbop=viewtopicp=4121889 Pay special attention to the 'telnet' suggestion. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208653#4208653 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: Is there an MBean for an entity EJB?

2009-02-10 Thread PeterJ
You did not say whether EJB3 or EJB2.x, or JBoss AS 4.2.x or JBoss AS 5.0. But here are some: http://www.jboss.org/index.html?module=bbop=viewtopicp=4193837 (EJB 2.x and AS 4.2.x) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208658#4208658 Reply to the post

[jboss-user] [JBoss Cache: Core Edition] - Success story

2009-02-10 Thread FredrikJ
I wrote a small article regarding a project I did some time ago where we clustered our load-servers together using JBoss Cache to create a load server farm. It is not a complex solution by any means, but it's somewhat of a success story and outlines a simple distribution of work solution using

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss migration 405--423 SSL problem

2009-02-10 Thread PeterJ
anonymous wrote : configuration details has been deleted during sending post That is what the Code and Preview buttons are for... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208664#4208664 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - multiple authentication in a single web app

2009-02-10 Thread agusmag
I need your help to provide multiple authentication mechanisms for a single web application which has been developed on JBoss AS 4.2.3, Seam 2.1.1. What we want to do is (at the same time): - allow client certificate authentication (the username is extracted from a certificate coming from a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to access joboss portal through ip address

2009-02-10 Thread PeterJ
Are you running the Portal+AS bundle, or did you download AS and the Portal separately? If the latter, read the AS readme.html file, first item under JBoss AS 4.2.0 under Configuration issues. Or see this: https://www.jboss.org/community/docs/DOC-10179 By the way, Jaikiran provided the above

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to access jboss application on local network by us

2009-02-10 Thread PeterJ
How is this question different from: http://www.jboss.org/index.html?module=bbop=viewtopicp=4208552#4208552 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4208671#4208671 Reply to the post :

  1   2   >