[jboss-user] [Apache Tomcat Users] - Work arround

2009-08-23 Thread erahamim
I was able to find a work arround for this problem. My original IE request was like this: var xmlhttp = new ActiveXObject(Microsoft.XMLHTTP); xmlhttp.open(POST, URL, false); xmlhttp.send(xmlRequest); -- some xml I disabled the request user agent header by using to the folowing api:

[jboss-user] [JBoss Tools (users)] - Re: Can't intall jbossas plugin on eclipse 3.4.2

2009-03-19 Thread erahamim
Update to the release jboss tool: An error occurred while collecting items to be installed No repository found containing: org.jboss.ide.eclipse.firstrun/osgi.bundle/2.1.1.GA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4219474#4219474 Reply to the post :

[jboss-user] [JBossWS] - Re: Cannot obtain fault type for elemet

2009-03-18 Thread erahamim
Adding more details: My exception is: | package com.company.Exceptions | public class TriggerException extends Exception{ | private String msgName; | public TriggerException() { | } | public String getMsgName() { | return msgName; | } | public

[jboss-user] [JBoss Tools (users)] - Re: Can't intall jbossas plugin on eclipse 3.4.2

2009-03-15 Thread erahamim
Hi, I have update the site to http://download.jboss.org/jbosstools/updates/nightly/3.0.x/ When I tries to install jbossas version : 20.0.GA-N200903131158-h26 I still get the same error message. An error occurred while collecting items to be installed No repository found containing:

[jboss-user] [JBossWS] - Cannot obtain fault type for elemet

2009-03-12 Thread erahamim
Hi, I have just migrate from jboss 4.0.5 to jboss 4.2.3. In the new jboss I'm getting the following warning on my web services: JAXRPCMetaDataBuilder - Cannot obtain fault type for element: {http://www.opentv.co.il}TriggerException. TriggerException is an exception that is thrown from a number

[jboss-user] [JBoss Tools (users)] - Re: Can't intall jbossas plugin on eclipse 3.4.2

2009-03-05 Thread erahamim
Still doesn't work. I got: An error occurred while collecting items to be installed No repository found containing: org.jboss.ide.eclipse.firstrun/osgi.bundle/2.1.1.GA No repository found containing: org.jboss.tools.jmx.core/osgi.bundle/1.0.0.GA-R200903031917-H9 View the original post :

[jboss-user] [JBoss Tools (users)] - Can't intall jbossas plugin on eclipse 3.4.2

2009-03-03 Thread erahamim
Hi, I'm tiring to install jbossas tool plug-in on eclipse 3.4.2 using the jboss tool update site (JBoss Tools 3.0 Stable Updates). I followed the instructions on : http://www.jboss.org/community/docs/DOC-10044 I included (BIRT 2.3 Updates) and (Eclipse 3.4 Ganymede Updates) in my update sites.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - datasource pool is alocated twice

2007-01-08 Thread erahamim
Hi, I'm using jboss 4.0.5. I have XA datasource with oracle 10 as database. I init my application using a start up servlet. In the init method of the servlet I do some queries to database which are done ok. Then in the first time that I try to get a database connection using stateless ejb I

[jboss-user] [JBossWS] - web service address on jboss 4.0.5

2006-11-30 Thread erahamim
I recently upgrade from jboss AS 4.0.4 to 4.0.5. In jboss 4.0.4, there were jmx attributes: WebServicePort, WebServiceHost in jboss-service.xml . The values were exposed as the ServiceEndpointAddress. These attributes were removed from the new jbossw on jboss as 4.0.5. Where can I configure it