[jboss-user] [JBoss Portal] - Re: Portal LDAP integration problems

2008-04-07 Thread bdaw
This indeed looks like a bug. Could you create a JIRA with a patch and reference to this thread? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141948#4141948 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4141948

[jboss-user] [JBoss jBPM] - Problem in running the samples of jBPM BPEL

2008-04-07 Thread danesharman
Dear All I am going to run the samples of jBPM BPEL 1.1GA and have three questions and it would be great to get appropriate answers. 1) I can deploy the hello sample, but when I want to test the process the following error message is shown: detect.wsdl: get.published.wsdl: check.mapping:

[jboss-user] [Installation, Configuration DEPLOYMENT] - HELP MY JBoss SHUTDOWN

2008-04-07 Thread djbuddhi
i have installjboss on ubuntu 7.10 ,following error will appear and shutdown JBOSS automatically what will be the error JBoss Bootstrap Environment JBOSS_HOME: /home/jboss JAVA: /usr/lib/jvm/java-1.5.0-sun/bin/java JAVA_OPTS: -Dprogram.name=run.sh -Xms128m -Xmx512m

[jboss-user] [JBossWS] - JBossWS POJO register as JMS listener

2008-04-07 Thread nheminge
Hi, I am having problems implementing a web service POJO that also registers as a JMS listener. I need a web service to recieve updates from a JMS topic and maintain a stateful list of data that is then returned from the webservice when it is called. I tried creating a topic connection and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: HELP MY JBoss SHUTDOWN

2008-04-07 Thread FrankTheTank
Your JBOSS_HOME and actual jboss-home are not the same. | JBOSS_HOME: /home/jboss | CLASSPATH: /home/pentaho/jboss | Might be a problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141954#4141954 Reply to the post :

[jboss-user] [Beginners Corner] - Startup problem in Jboss

2008-04-07 Thread [EMAIL PROTECTED]
Hi, While starting jboss tomcat im getting the follwing error, === . JBoss Bootstrap Environment . JBOSS_HOME: C:\Program Files\jboss3.0\jboss-3.2.2RC1_tomcat-4.1.24\bin\\.. . JAVA: C:\Program

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: HELP MY JBoss SHUTDOWN

2008-04-07 Thread jaikiran
anonymous wrote : Caused by: java.lang.RuntimeException: Exception creating identity: union: union Probably something wrong with the contents of your etc/hosts file. See these posts for details: http://www.jboss.com/index.html?module=bbop=viewtopicp=4116927#4116927

[jboss-user] [JBossWS] - Re: JBoss web service client

2008-04-07 Thread gaurishjboss
Thanx Pramod for replying.already done with the wsconsume part..tell me something about the client.got some kind of error related to SOAP messages. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141964#4141964 Reply to the post :

[jboss-user] [JBossWS] - javax.xml.ws.WebServiceException: java.lang.UnsupportedOpera

2008-04-07 Thread nikhilkshirsagar
Hi I am new to web services.Recently I deployed a 'Say Hello' web service on jboss .The IDE I used was eclipse. I also suceeded in developing the client by using stubs generated by jbossws.How ever when the client tries to call the web service I get an error.The stack trace is as follows

[jboss-user] [JCA/JBoss] - DataSource.getConnection problem

2008-04-07 Thread realvalkyrie
Thank U 4 all from beginning !!! my code is below: private InitialContext initial = null; private DataSource dataSource = null; public synchronized Connection getConnection(String name) { try { if(name==null) name = ;

[jboss-user] [EJB 3.0] - Re: Is this a JBoss bug?

2008-04-07 Thread hdmonty
Hi, I have not read the message in detail but may it is a wrong java version. Do not run jboss 4.x with jdk 6! jboss 4.x don't supports this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141972#4141972 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: using drools on linux

2008-04-07 Thread jaikiran
I don't think there's any difference when using Drools on Linux. Drools has its own active mailing list where you can ask this question. See this for details http://www.jboss.org/drools/lists.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141973#4141973

[jboss-user] [Beginners Corner] - Re: using drools on linux

2008-04-07 Thread jaikiran
Please do not post the same question in multiple forums http://www.jboss.com/index.html?module=bbop=viewtopict=133139 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141974#4141974 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portal LDAP integration problems

2008-04-07 Thread juhani_g
Ok, I will do that ASAP. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141977#4141977 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4141977 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: *-ds.xml not being bound to JNDI Name

2008-04-07 Thread jaikiran
jej2003 wrote : ah, ok, so it is not the j2ee standard to place these at the root of your app, is there somewhere I can read about thigns like tihs? | | I usually read the wiki http://wiki.jboss.org/wiki and the documentation http://www.jboss.org/jbossas/docs/index.html View the

[jboss-user] [Beginners Corner] - Re: EAR packaging webservice endpoint location changes

2008-04-07 Thread mortena
Thanks. I found the webservice at: http://127.0.0.1:8080/EarName-JarName/BeanName?wsdl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141980#4141980 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4141980

[jboss-user] [EJB 3.0] - Re: ClassCastExeption while invoking a Bean

2008-04-07 Thread atul.iims2005
Dear Sir, I am new to ejb, my problem is when i run my client program i get this error. Anyone suggest me what i am doing wrong... This is my Exception which is generated during the client program execute... Exception in thread main java.lang.ClassCastException

[jboss-user] [Performance Tuning] - Re: how to Dynamically change the Capacity Assignment for E

2008-04-07 Thread gomygo
I want to say : how to Dynamically change the Capacity Assignment for EJB Instance pool View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141998#4141998 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4141998

[jboss-user] [JCA/JBoss] - Re: DataSource.getConnection problem

2008-04-07 Thread vickyk
http://wiki.jboss.org/wiki/WhatHappensToJBossIfIRestartTheDatabase View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142004#4142004 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142004

[jboss-user] [JBoss jBPM] - Re: cannot get variables to default in when creating a task

2008-04-07 Thread kukeltje
- it is not working - the planning is in the jira (if it has an 'fix version') - others that use it manually populate it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142003#4142003 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: DataSource.getConnection problem

2008-04-07 Thread realvalkyrie
waiting ,any one help me , 3Q View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141994#4141994 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4141994 ___ jboss-user mailing

[jboss-user] [Performance Tuning] - how to Dynamically change the Capacity Assignment for EJB I

2008-04-07 Thread gomygo
may someone give some tips ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141997#4141997 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4141997 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: ClassCastExeption while invoking a Bean

2008-04-07 Thread jaikiran
This part looks odd to me: anonymous wrote : | Properties properties=new Properties(); | properties.setProperty(Context.INITIAL_CONTEXT_FACTORY, org.apache.openejb.client.RemoteInitialContextFactory); | properties.put(java.naming.provider.url,ejbd://localhost:4201); This is what i

[jboss-user] [JBoss Tools (users)] - Re: Wizard for creating of h/rich:dataTable using fields

2008-04-07 Thread amitev
Ah! This great functionality is already there. Unfortunately the dataTable wizard is not described in the guide. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4141991#4141991 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Connection not bound final solution

2008-04-07 Thread esteveavi
Excuse me, actually is | jee:jndi-lookup id=dataSource jndi-name=OracleDS | resource-ref=false/ | Exception: | factory.BeanCreationException: Error creating bean with name 'dataSource': Invocation of init method failed; nested exception is

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-ds_1_5.dtd Validation problems

2008-04-07 Thread dlmiles
This issue got fixed by breaking the !DOCTYPE in the deploy/foobar-ds.xml file by turning it into a comment like !-- DOCTYPE by adding -- into it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142028#4142028 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Cant`l log to jbpm-console on weblogic server

2008-04-07 Thread kukeltje
yes, configure WLS to use the same database for authentication that jBPM uses (or the other way around). This has been discussed before in the forum, so maybe you can find more detailed info when reading the other posts View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: Connection not bound final solution

2008-04-07 Thread jaikiran
anonymous wrote : jee:jndi-lookup id=dataSource jndi-name=Oracle | resource-ref=false/ Shouldn't this be jndi-name=OracleDS? Also, please post the exception stacktrace that you are seeing. And when does this occur, while deploying the application or while accessing the

[jboss-user] [JBoss jBPM] - Re: jPDL-Designer

2008-04-07 Thread Pebbels
Hi there, no, I like to use Eclipse. I was just looking for an alternative IDE to compare them. Regards, Tina View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142023#4142023 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - using drools

2008-04-07 Thread kamalkant
what doc should i use to create my own rules or to get thorough knowledge of drools. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142034#4142034 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142034

[jboss-user] [JCA/JBoss] - Re: DataSource.getConnection problem

2008-04-07 Thread realvalkyrie
3Q did i set the max-pool-size to huge, so i get the connection from datasource , at that moment it has been remove by the jboss . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142009#4142009 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Can we have a sytem bug discussion?

2008-04-07 Thread kukeltje
anonymous wrote : I think it would save a lot of time if I knew those bugs before. That is true for everybody anonymous wrote : Can we just post the bugs of specific version on the top of the forum? If you doubt, you can, but include real good testcases to demonstrate the alleged bug. If you

[jboss-user] [JNDI/Naming/Network] - Connection not bound final solution

2008-04-07 Thread esteveavi
Hi everybody, I've been surfing the web for the 'CONNECTION NOT BOUND' error and its everywhere, but without a clean solution. I've tried every combination without success. I'm using spring 2.5, hibernate 3.2 with JPA. My config files are as follows: Spring: | jee:jndi-lookup

[jboss-user] [JBoss Cache: Core Edition] - Opinions wanted: Generics in the Cache interface - good idea

2008-04-07 Thread [EMAIL PROTECTED]
What do people think of the genericisation of the Cache interface - introduced in Habanero for the 2.X series? Are they useful or a pain to use? And more importantly, should they be removed in 3.X? View the original post :

[jboss-user] [Beginners Corner] - .properties file and .xml file

2008-04-07 Thread snon
Hi, JBoss Portal 2.4.1 Jboss AS 4.0.4 I'm having problems using a propertie file in order to set values in a .xml file. I have a myapp.war in /deploy directory. In this war, in the WEB-INF directory, I have a config.xml file having keywords in it. I have setted all keywords in myapp.properties

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-07 Thread mcdan311
This is the message that is being detected when security performs a scan on the server. 23842(8080/tcp) JBoss JMX Console Unrestricted Access Vulnerability CGI abuses Synopsis : The remote web server allows unauthenticated access to an administrative Java servlet. Description : The remote web

[jboss-user] silent ntlm authentiaction using spnego and jcifs

2008-04-07 Thread Rohnny Moland
Hello, I am trying to get a j2ee application up and running on jboss with sso. For that, I have followed this: http://wiki.jboss.org/wiki/NegotiateKerberos To test it, I have set up a dns server and a domain controller and a user in active directory service which belongs to a group named

[jboss-user] [JNDI/Naming/Network] - Re: Connection not bound final solution

2008-04-07 Thread jwenting
The correct name is java:OracleDS. That's why the first call gives a NameNotFoundException. The second error indicates a failure to get a bean factory in Spring. This is a problem with your Spring configuration or the Spring integration with JBoss, not the JNDI lookup. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: *-ds.xml not being bound to JNDI Name

2008-04-07 Thread jwenting
There is no standardised way to create and maintain datasources, that's left to the appserver implementors. JBoss does it through these xml configuration files, others might store the data in an internal database accessible only through a frontend of some sort, others again might use properties

[jboss-user] [Clustering/JBoss] - Re: Only one scheduler across all nodes in the cluster

2008-04-07 Thread tpawankumar
Hi All, Please let me know how did you deploy in jboss. Is this ***-service.xml is inside .sar or deployed seperately in /deploy folder. This is not working for me.Please help me. Thanks, Pavan. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142052#4142052

[jboss-user] [JNDI/Naming/Network] - Re: Connection not bound final solution

2008-04-07 Thread esteveavi
But I can make it work in JBoss 4.0.5 and in Tomcat. I'll make a try in Spring forums. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142053#4142053 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142053

[jboss-user] Re: silent ntlm authentiaction using spnego and jcifs

2008-04-07 Thread Rohnny Moland
Okay, figured it out in a way. The number I got is just decoded. Doing this I get the user name: final String user = NegotiateUtil.extractUserId(req); But I still dont get why I get a decoded user instead of the real user. Somebody here knows what I am missing? Regards, Rohnny On Mon, Apr 7,

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss cache as second level cache in hibernate

2008-04-07 Thread alexanderb
Hello All. I have couple problems in using JBoss cache in hibernate. The problem occurs when hibernate try to add items into second level cache. Here is message from logs. I am not able to find root cause of this problem. | 2008-04-07 16:14:00,454 DEBUG [org.hibernate.engine.TwoPhaseLoad]

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss cache as second level cache in hibernate

2008-04-07 Thread alexanderb
The nex message will appeared javax.ejb.EJBTransactionRolledbackException: TreeCache is a fully transactional cache: View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142060#4142060 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss cache as second level cache in hibernate

2008-04-07 Thread alexanderb
The nex message will appeared javax.ejb.EJBTransactionRolledbackException: TreeCache is a fully transactional cache: View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142059#4142059 Reply to the post :

[jboss-user] [Beginners Corner] - error in deploying a war file in jboss

2008-04-07 Thread saikrish100
Hi iam saikrishna, I deployed a warfile in jboss/server/default/deploy but it is showing methe requested resource not available error what should i do? please help me to rectify this error also can you please tell me how to deploy it in admin console View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 3.2.7 no longer deploys due to site reorganizatio

2008-04-07 Thread gregnolle
All the DTDs seem to have been taken down. I spent all morning trying to figure out why our JBoss deployment wouldn't start up! Commenting out the DTD allows the deployment to start, but it's not ideal. Having said that, if the DTD URL has to resolve for a deployment to start, I don't think we

[jboss-user] [EJB 3.0] - Re: ClassCastExeption while invoking a Bean

2008-04-07 Thread jwenting
He's not using JBoss (or is but has gotten his jndi parameters from something completely different). He's not using EJB3, so he's asking his question in the wrong forum. He's hijacking a dead thread for an unrelated message. And finally he's trying to narrow his EJB stub to the home interface

[jboss-user] [JBossWS] - Re: JBoss web service client

2008-04-07 Thread pramod_bs
Can you please post your code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142070#4142070 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142070 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - drools

2008-04-07 Thread kamalkant
how many rules we can put in a .drl file , and how to run standalone application of drule with out using any ide. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142071#4142071 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Newest hibernate version in JBoss-4.2.2.GA

2008-04-07 Thread holger_u_s
We need the newest hibernate libraries in JBoss-4.2.2.GA. I replaced the hibernate libraries in server/default/lib, but I think this is not the right way. But when I do all the changes, which are listed in ClassLoadingConfiguration / Isolation with Overriding Server Classes, I get this error:

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

2008-04-07 Thread jaikiran
anonymous wrote : But when I do all the changes, which are listed in ClassLoadingConfiguration / Isolation with Overriding Server Classes, I get this error: | java.lang.ClassCastException: org.hibernate.search.event.FullTextIndexEventListener I remember discussing a similar topic sometime

[jboss-user] [JBossWS] - Specifying a null wsdlLocation on Service constructor

2008-04-07 Thread bortx
Hello, I have an application written in jbossws 1.2.1 wich uses this code to invoke a web service | QName qname = new QName(http://myapp.com/webservices/impl;, TestService); | TestService_Service service = new TestService_Service(null, qname); | TestService stub =

[jboss-user] [JBossWS] - [METRO] com.sun.xml.ws.api.pipe.TubelineAssemblerFactory

2008-04-07 Thread Ratoo
Hello! I'd like to know if JBoss team planning to support METRO SPIs like TubelineAssemblerFactory, com.sun.xml.ws.api.BindingIDFactory and so on... Now I have warnings: WARN [RuntimeModelDeploymentAspect] Unable to resolve SPI for type :

[jboss-user] [JBossWS] - Re: Basic Authentication

2008-04-07 Thread jmoring
OK no replies. That either means that I posed a very stupid question or that no one know the answer. After poking around a little it appears that the web.xml that is generated in the background has no security constraint section. I don't know if that is pertinent or not. This should not be this

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 4.22 doesn't accept external http requests

2008-04-07 Thread CharlsCross
Hello, I'm doing some tests with JBoss Seam on a CentOS virtual machine. If I try to connect via Http from another host I can't (http:IPadress:8080), is there any conf file where I have to tell it to accept remote requests?? Thank you View the original post :

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-07 Thread r12345_2003
Hi All, Thanks very much for the replies. As suggested by jeff.rosen I tried the following: | InitialContext ic = new InitialContext(); | Context jndiRoot = (Context) ic.lookup(jnp://localhost:1099); | CalculatorRemote calculator =

[jboss-user] [Messaging, JMS JBossMQ] - Problem shutting down persistant JMS queue.

2008-04-07 Thread Finix
. Is this a known bug or is something with my configuration not right. Thanks and greets, Alex A simple testcase which sends just incrementing Longs as messages and a MDB which just logs them out has this log: | WorkManager(2)-111 1777034 INFO 20080407 16:43:16,082 upload.TestQueueMDB [15] Got: 806

[jboss-user] [JBoss Tools (users)] - Re: using HQL editor with JBoss Tools

2008-04-07 Thread asookazian
I stated above that I selected JPA for type. Is this what you mean or what? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142103#4142103 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142103

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem shutting down persistant JMS queue.

2008-04-07 Thread Finix
Seems that it has nothing to to with a persitant queue. A non persistant has the same result. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142105#4142105 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142105

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.22 doesn't accept external http requests

2008-04-07 Thread jaikiran
Use the -b option to start JBoss. See this for details http://wiki.jboss.org/wiki/JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142106#4142106 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142106

[jboss-user] [JBoss/Spring Integration] - Re: looking up a spring bean from jndi

2008-04-07 Thread esteveavi
Where can I get more info? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142109#4142109 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142109 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Listener for CMT commit/rollback

2008-04-07 Thread [EMAIL PROTECTED]
Unfortunately, this solution isn't as straight forward as it may seem. The problem seems to be, when a transaction is COMMITTED, my notification routine may contain code that calls stateless session bean methods. This causes problems (at this stage) due to the container thinking the transaction

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JNDI not bound spring + Hibernate JPA

2008-04-07 Thread esteveavi
Hi everybody, I've been surfing the web for the 'CONNECTION NOT BOUND' error and its everywhere, but without a clean solution. I've tried every combination without success. I'm using spring 2.5, hibernate 3.2 with JPA. My config files are as follows: Spring: Code: jee:jndi-lookup

[jboss-user] [JBoss/Spring Integration] - Re: looking up a spring bean from jndi

2008-04-07 Thread alesj
esteveavi wrote : Where can I get more info? The code or this sticky page: - http://www.jboss.com/index.html?module=bbop=viewtopict=106598 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142118#4142118 Reply to the post :

[jboss-user] [JBossWS] - Re: Web services client

2008-04-07 Thread PeterJ
Did you do a search in the forums on the error message? (Searching on setProperty must be overridden is sufficient.) This issues has come up quite often. Also, what version of JBossWS are you using? And what version of the JDK? View the original post :

[jboss-user] [JBoss/Spring Integration] - JNDI Problem with spring jboss

2008-04-07 Thread esteveavi
Hi everybody, I've been surfing the web for the 'CONNECTION NOT BOUND' error and its everywhere, but without a clean solution. I've tried every combination without success. I'm using spring 2.5, hibernate 3.2 with JPA. My config files are as follows: Spring: Code: jee:jndi-lookup

[jboss-user] [JBossWS] - Re: Loading a file into an InputStream within webservice cod

2008-04-07 Thread PeterJ
Try: URL f = Thread.currentThread().getContextClassLoader().findResource(transformation.xslt); | FileInputStream xxx = new FileInputStream(f); and place transformation.xslt in the base directory of the JAR file. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 4.22 doesn't accept external http requests

2008-04-07 Thread CharlsCross
Thank you very much, It's been very helpful View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142134#4142134 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142134 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: Startup problem in Jboss

2008-04-07 Thread PeterJ
You are trying to run JBossAS 3.2.2 with JDK 6? You are braver than I am! Use JDK 1.4. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142135#4142135 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142135

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem shutting down persistant JMS queue.

2008-04-07 Thread Finix
I have maxSession = 200 @ActivationConfigProperty(propertyName = maxSession, | propertyValue = 200) Seems to be better with a smaller value. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142133#4142133 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-07 Thread PeterJ
Open a browser at http://localhost:8080/jmx-console, and what do you see? You should get a logon request. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142137#4142137 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142137

[jboss-user] [Beginners Corner] - Re: error in deploying a war file in jboss

2008-04-07 Thread PeterJ
Please post the full stack trace that appears in the console log. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142138#4142138 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142138

[jboss-user] [Beginners Corner] - Re: error in deploying a war file in jboss

2008-04-07 Thread PeterJ
Oh, and what version of JBossAS are you using? And which version of the JDK? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142139#4142139 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142139

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - IllegalArgumentException( argument type mismatch) when using

2008-04-07 Thread peter_zat
I'm porting my app from Seam 1.2 to Seam 2.0 and I've got a problem that is completely baffling me. I don't think it really has anything to do with Seam (I've pretty much removed Seam and still have the problem), but the Seam change is the biggest difference. The problem only occurs when I

[jboss-user] [Security JAAS/JBoss] - How to use the RunAs annotation?

2008-04-07 Thread rruppel
Hi all, I have an application that already use the security system. Now, I want to create a webservice (Caller) that will inject and call the methods from another EJB (Executor). This is how I designed: | | @Stateless | @SecurityDomain(myDomain) | @RolesAllowed(ADMIN) | class

[jboss-user] Re: Problems with oracle datasource with UseJBossWebLoader set to true

2008-04-07 Thread Jay Kraly
Anybody have any ideas why I can't use a jboss ds file when I have UseJBossWebLoader set to false (I believe this is the default)? I'm using JBoss 4.2.2 GA with a default/deploy/oracle-ds.xml datasource setup. The problem happens in a custom login module. When I request the datasource through

[jboss-user] [JBossWS] - Changing soap:address location= /

2008-04-07 Thread mjremijan
Is there an Annotation which I can put in my Java source file to change the alue of soap:address location= / The 127.0.0.1 IP shouldn't be there. I want to use the name of my virtual domain instead. | - service name=AccountJwsService | - port binding=tns:AccountJwsBinding

[jboss-user] [JBoss Portal] - Re: Fileupload with Portal 2.6.4?

2008-04-07 Thread CarstenRudat
Hi Julien, yes, you're right - so expected the extra configured filter not to solve my problem. Do you know a configuration, which make me able to use a fileupload-control inside JBoss Portal/a portlet with JSF? Thanks, Carsten View the original post :

[jboss-user] [JBossWS] - Re: Changing soap:address location=

2008-04-07 Thread PeterJ
Did you try starting the app server with the -b option? Using -b 0.0.0.0 will set the soap address location to the host name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142150#4142150 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Creating a EJB3 Entity bean?

2008-04-07 Thread redbird
I just installed the JBoss Tools, and I was wondering if there is a wizard to create an EJB3 Entity Bean from an existing table? I couldn't find one. But maybe I'm not looking in the correct place. Or is manually creating the Entity bean still the only way to do this? Thanks. View the

[jboss-user] [JBoss Tools (users)] - Re: Creating a EJB3 Entity bean?

2008-04-07 Thread [EMAIL PROTECTED]
Create a hibernate configuration and you have the option of generating ejb3 entity beans from the database schema via Run Hibernate Code Generation. If you use Seam, New Seam Entity will create a simple entity bean. View the original post :

[jboss-user] [JBoss jBPM] - jpdl designer-form controller

2008-04-07 Thread amybasu
Hi guys, I am using jbm 3.1.2 When I try to add certain input elements to a task node, I do it using the default controller of the task node. But the problem is I can only text boxes using it. Whatever variables I add, show as text boxes in my jsp. I would like to add a few select boxes. Also I

[jboss-user] [JBoss Tools (users)] - Re: using HQL editor with JBoss Tools

2008-04-07 Thread [EMAIL PROTECTED]
ah ...i just noticed that exception says: Launch configuration ICOMSSecurityAudit reference s non-existing project ICOMSSecurityAudit Does that project actually exist ? With that exact spelling/casing ? View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-07 Thread mcdan311
I get the following message: The page cannot be displayed The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings. Michael McDaniel, Can you call me at 301-763-5294 around 9:00 am EST?

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-07 Thread mcdan311
Could this be a false positive? This application is imbedded in a server application call Mercury Quality Center. And I believe that the application interfaces with JBoss. There is no Jboss services running on the server. View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-07 Thread PeterJ
If JBossAS is not running on the machine but Mercury Quality Center is telling you that JBossAS in u8nsecured, then yes, this is a false positive. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142175#4142175 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-07 Thread PeterJ
Did you use the exact URL I gave or did you change the host name? If you used the exact URL, are you running the browser on the same machine on which JBossAS is running? I do not see how the security tool can say that the jmx console is unsecured if you cannot even access the jmx console from

[jboss-user] [JBossWS] - Request Message not mapping to Request Object Properly

2008-04-07 Thread regget
Hi, I have generated my wsdl beans with my wsdl file and deployed the jbossws web service onto my application server. When I try to call my web service with my soap message, the request message doesn't translate to the request object correctly. For instance, say the request message is

[jboss-user] [JBossWS] - Re: NullPointerException when processing response

2008-04-07 Thread pramod_bs
It seems like the client is not sending the header. I think you can use some tool like tcpmon (https://tcpmon.dev.java.net/) to see what is going out of your port. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142182#4142182 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: How to use the RunAs annotation?

2008-04-07 Thread rruppel
ok, I could make it working just adding a jboss.xml with this content: | jboss | unauthenticated-principalanonymous/unauthenticated-principal | /jboss | I thought that this could mean that it wont have any security at all, but I removed the @RunAs annotation and it stopped

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 @SecurityDomain and @RunAs or @RunAsPrincipal not w

2008-04-07 Thread rruppel
I found this solution: http://www.jboss.com/index.html?module=bbop=viewtopicp=4142183#4142183 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142184#4142184 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142184

[jboss-user] [JBossWS] - SAML support for jbossws-native

2008-04-07 Thread pramod_bs
Is there a roadmap for SAML support from native stack. I saw an issue being closed. http://jira.jboss.org/jira/browse/JBWS-1544 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142178#4142178 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Problems in using Oracle 9i OCI driver specified in orac

2008-04-07 Thread clementcm
Hi dsn, We are having the same problem and we followed every thing you did. It is still throwing the same exception. Please help. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142187#4142187 Reply to the post :

[jboss-user] [JBossWS] - Re: Request Message not mapping to Request Object Properly

2008-04-07 Thread regget
I realize annotations are missing from the wsdl beans. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142191#4142191 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142191 ___

[jboss-user] [JBoss Tools (users)] - Re: using HQL editor with JBoss Tools

2008-04-07 Thread asookazian
I just renamed my project to ICOMSSecurityAudit and re-created the Hibernate console config and still getting same types of errors. Errors only display in Hibernate perspective, not in the JavaEE perspective. Is it ok to leave the property file blank? I don't know what to put for it. Also,

[jboss-user] [JBossWS] - Use Map as return type/parameter in a web method..

2008-04-07 Thread raags
I tried to use Map as a return type in one of my web service methods but I got a JAXB error stating that it does not support Map because it's an interface. So I added an adapter for the Map but it gets ignored. Is it because JBossWS 1.2.1 GA does not support JAXB annotations on its classes? Do

[jboss-user] [EJB/JBoss] - EJB 3 examples with JBoss 5.0

2008-04-07 Thread SecretSquirrel
Hello, Anyone have any suggestions for EJB 3 examples with JBoss 5.0? The docs for JBoss 5.0 are here: http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Getting_Started_Guide/beta500/html-single/index.html#About_the_Example_Applications And they state If you installed the

[jboss-user] [JBoss Tools (users)] - Re: using HQL editor with JBoss Tools

2008-04-07 Thread asookazian
I'm going to try this again with a different project... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4142198#4142198 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4142198 ___

[jboss-user] [JBoss Tools (users)] - Re: using HQL editor with JBoss Tools

2008-04-07 Thread asookazian
anonymous wrote : Table 3.1. Hibernate Console Configuration Parameters | | Persistence unit Name of the persistence unit to use No default value (lets Hibernate Entity Manager find the persistence unit) http://www.hibernate.org/hib_docs/tools/reference/en/html/plugins.html#d0e189 so

  1   2   >