[JBoss-user] [EJB 3.0] - Long transaction and transaction timeout

2006-04-29 Thread leonell
Hello, I have the following stateless session bean: | @Stateless | public class UtilityBean implements UtilityRemote | { | @PersistenceContext(unitName="performance_persistence_unit") | EntityManager manager; | | @TransactionAttribute(TransactionAttributeType.REQUIRES_

[JBoss-user] [JNDI/Naming/Network] - Re: I seem to be having a simular problem

2006-04-29 Thread dsecondymail
"[EMAIL PROTECTED]" wrote : jboss does not use RMI/IIOP by default. It also does not provide an RMI registry. The 1099 port is a socket based JNDI implementation that supports access via an RMI/JRMP protocol by default. See the RMI Registry Service Provider section of the jdk javadoc for ways to

[JBoss-user] [EJB/JBoss] - Re: can I set ejb timeout?

2006-04-29 Thread dsecondymail
thanks for you reply. I know what 's your meaning. so the result is ejb 's session bean doesn't support timeout ( although you can set transaction timeout , but as you just said, it has a long term bug in jboss). but I found it so strange, why ejb couldn't support timeout on session bean's inv

[JBoss-user] [EJB 3.0] - query on embedded object failing

2006-04-29 Thread [EMAIL PROTECTED]
I'm not sure if I'm doing something wrong or if there is a problem with underlying EJB container. I have an entity with an @Embedded object along with some other fields directly defined in the entity (including its surrogate key which is an int). I want to query the object on just the embedded

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deploying application with 3rd Party Libraries

2006-04-29 Thread jaikiran
Glad to know, it helped you :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940350#3940350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940350 --- Using Tomcat

[JBoss-user] [JBoss jBPM] - Assign multi-users to auto-created tasks?

2006-04-29 Thread Neelixx
I've built an action (node-enter) to create a certain amount of tasks based on the users selected. This is not known at design-time, but it is known at run-time. | " + | " " + | "" + | " " + | " " + |

[JBoss-user] [JBossWS] - Re: Visual Studio 2005 interoperability problems

2006-04-29 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-771 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940347#3940347 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940347 --- Us

[JBoss-user] [JBossWS] - Re: emtpy argument becomes null?

2006-04-29 Thread [EMAIL PROTECTED]
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQJIRATests especially JBWS-732 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940346#3940346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940346 -

[JBoss-user] [JBoss Seam] - Re: Resources.getResourceAsStream not multiple war safe

2006-04-29 Thread [EMAIL PROTECTED]
Gavin - this is a bug in Seam. The current Seam code just happens to work. The WAR classloader does not contain the entire WAR file. It only contains WEB-INF/classses and WEB-INF/lib/*.jar. When you read "/WEB-INF/pages.xml" from the WAR classloader, you are actually getting it from the pare

[JBoss-user] [EJB/JBoss] - Re: javax.ejb.EJBException: Invalid invocation After migraci

2006-04-29 Thread intrasoftcolombia
look this foro http://www.jboss.com/?module=bb&op=viewtopic&p=3882728 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940344#3940344 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940344 --

[JBoss-user] [JBossWS] - Re: java.lang.ClassCastException: org.jboss.ws.server.Servic

2006-04-29 Thread [EMAIL PROTECTED]
Maybe this is an inconsistent installation the serviceID has changed from String to ObjectName View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940343#3940343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940343 -

[JBoss-user] [JBossWS] - Re: jboss4.0.4.CR2 with old ws14 stuff?

2006-04-29 Thread [EMAIL PROTECTED]
I update the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWS anonymous wrote : | JBossAS-4.0.x is a J2EE-1.4 compliant app server. It therefore targets jdk-1.4. If you want to use the EJB3 or JSR-181 features, you should use the ejb3 profile from the installer with jdk-1.5. | View

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deploying application with 3rd Party Libraries

2006-04-29 Thread sim085
"jaikiran" wrote : Have a look at... Hi wanted to thank you again. Have been working on those two articles you gave me. Must admit that at first I found it a little hard (still newby with JBoss) however finally I understood it :) and have my application working :) Thanks a lot for your post,

[JBoss-user] [JBossWS] - Re: Authentication problem in jUDDI

2006-04-29 Thread [EMAIL PROTECTED]
This should be addressed by http://jira.jboss.com/jira/browse/JBWS-869 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940340#3940340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940340 -

[JBoss-user] [JBoss Seam] - Re: Seam component hides managed bean with same name

2006-04-29 Thread [EMAIL PROTECTED]
It means there is a bean in a JSF context variable with the same name as a Seam component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940339#3940339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940339 -

[JBoss-user] [JBoss Seam] - Re: POJO bijection

2006-04-29 Thread [EMAIL PROTECTED]
You need to let Seam instantiate the component, you can't do this: PojoB b = new PojoB(); Instead, use Component.getInstance("pojoB", true) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940338#3940338 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [Installation, Configuration & Deployment] - Hot code replacement stops working until full JBoss restart

2006-04-29 Thread HanseHouse
Hi, in order to speed up the development with Tapestry I use JBoss exploded deployment: My eclipse project is structured like an unpacked EAR archive, containing my EJBs and the web (exploded war) project. In jboss-service.xml I added the project directory to the deployment scanner, so JBoss d

[JBoss-user] [JBossWS] - Re: Authentication problem in jUDDI

2006-04-29 Thread Sorkun
sorry, but this page doesn't help me out..maybe because I am using MySQL. Anyway I found another approach: I pasted the juddi.war file I downloaded from ws.apache.org/juddi together with the mysql-ds.xml into the deploy directory, added the mysqlconnector.jar into the lib directory and made appr

[JBoss-user] [Management, JMX/JBoss] - Re: custom deployment listener / classloader

2006-04-29 Thread [EMAIL PROTECTED]
You need to write a new (sub)deployer, either by extending org.jboss.deployment.SubDeployerSupport or org.jboss.deployment.SimpleSubDeployerSupport Try listDeployers (or something like that) from the jmx-console on the MainDeployer to find out the names/classes of the various registered subdep

[JBoss-user] [Management, JMX/JBoss] - custom deployment listener / classloader

2006-04-29 Thread poojac20
This question is two parts: 1. I want to write a custom deployment listner, for lets say.xdr files or -mydr.xml files. To achieve that, do I need to refer to the code for DeploymentManagementService in jboss and extend it to write my own MBean? How can I tell jboss deploymentservice to ignore m

[JBoss-user] [JBossWS] - Re: soap:address and

2006-04-29 Thread [EMAIL PROTECTED]
Have a look at http://fisheye.jboss.com/viewrep/JBossWS/trunk/src/main/java/org/jboss/ws/annotation/PortComponent.java?r=42 The JSR181 tests in the jbossws testsuite use it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940332#3940332 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: how to install jboss jbpm gpd

2006-04-29 Thread hosierdm
http://docs.jboss.org/jbpm/v3/userguide/gettingstarted.html#packagejbpmprocessdesigner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940331#3940331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940331 --

[JBoss-user] [JBossWS] - Re: Java 1.5 enum in a web service

2006-04-29 Thread [EMAIL PROTECTED]
related to http://jira.jboss.com/jira/browse/JBWS-231 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940330#3940330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940330 --

[JBoss-user] [JBossWS] - Re: SAAJ Question

2006-04-29 Thread [EMAIL PROTECTED]
LOL - you could pickup the phone and have a little "talk" with your partner (i.e. point him to the SOAP spec), or that channel of communication equally broken? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940329#3940329 Reply to the post : http://www.jbos

[JBoss-user] [JBossWS] - Re: Resolving problems with inheritance

2006-04-29 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-866 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940328#3940328 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940328 --- Us

[JBoss-user] [JBossWS] - Re: Custom type: org.jboss.ws.WSException

2006-04-29 Thread [EMAIL PROTECTED]
Is {http://ws.hska.de/jaws}KundeWS mapped in jaxrpc-mapping.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940327#3940327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940327 ---

[JBoss-user] [JBossWS] - Re: @SoapBinding annotation

2006-04-29 Thread [EMAIL PROTECTED]
This is a related to http://jira.jboss.com/jira/browse/JBWS-814 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940326#3940326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940326

[JBoss-user] [JBossWS] - Re: JSR181 EJB endpoint deployment failure

2006-04-29 Thread [EMAIL PROTECTED]
Could you please investigate this further? Start with the jbossws-1.0.0.GA samples. They also contain EJB3 endpoints. You need to run against jboss-4.0.4.GA-ejb3 | cvs -r Branch_4_0 jboss-4.0.x | cd jboss-4.0.x | build/build.sh (jdk-1.5) | View the original post : http://www.jboss.co

[JBoss-user] [JBossWS] - Re: EJB3 webservice tutorial

2006-04-29 Thread [EMAIL PROTECTED]
I'd like to see the stacktrace that relates to the NPE View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940324#3940324 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940324 --

[JBoss-user] [JBossWS] - Re: NullPointerException in wstools

2006-04-29 Thread [EMAIL PROTECTED]
Please give details on the xerces versions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940323#3940323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940323 --- Us

[JBoss-user] [JBossWS] - Re: 4.0.4.CR2 Namespace issue with Session EJB-based WS

2006-04-29 Thread [EMAIL PROTECTED]
Could you please verify the package/namespace issue with jbossws-1.0.0.GA. Also have a look at http://labs.jboss.com/portal/jbossws/user-guide/en/html/secure-ejb.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940322#3940322 Reply to the post : http://

[JBoss-user] [JBossWS] - Re: wstools: Duplicate namspace binding error?

2006-04-29 Thread [EMAIL PROTECTED]
Thanks for verifying View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940321#3940321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940321 --- Using Tomcat but need to

[JBoss-user] [JBossWS] - Re: JBoss 4.0.3SP1 and JWSDP 2.0

2006-04-29 Thread [EMAIL PROTECTED]
jbossws-1.0.0.GA works with standard J2EE-1.4 WS artifacts (JSR-109) wscompile as well as wstools generate these artifacts. For existing deployments, you should have no problem upgrading as long as you use standard JSR-109 deployments http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWS404Compatibilit

[JBoss-user] [JBossWS] - Re: JAAS Security Login with JBossWS

2006-04-29 Thread [EMAIL PROTECTED]
The EndpointMetaData supports |public void setAuthMethod(String authMethod) |{ | this.authMethod = authMethod; |} | |public void setTransportGuarantee(String transportGuarantee) |{ | this.transportGuarantee = transportGuarantee; |} | whi

[JBoss-user] [JBossWS] - Re: WSDL first to SLSB

2006-04-29 Thread [EMAIL PROTECTED]
jboss-1.0.0.GA is out. Try wstools to generate JSR-109 client artifacts from wsdl. Then create a SLSB that implements the generated SEI View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940317#3940317 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBossWS] - Re: EJB endpoints has WebServices and transaction propagatio

2006-04-29 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portal/jbossws/user-guide/en/html/wstransaction.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940316#3940316 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940316 --

[JBoss-user] [JBossWS] - Re: Sharing same DB connection for all published Web Service

2006-04-29 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=WebServiceStacks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940315#3940315 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940315 ---

[JBoss-user] [JBossWS] - Re: JIRA SOAP service client

2006-04-29 Thread [EMAIL PROTECTED]
Please create a jira issue, attach the wsdl and post the link to the issue here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940314#3940314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940314

[JBoss-user] [JBossWS] - Re: Authentication problem in jUDDI

2006-04-29 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JUDDIConfiguration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940313#3940313 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940313 -

[JBoss-user] [JBossWS] - Re: Problem getting transport.url from MessageContext in jbo

2006-04-29 Thread [EMAIL PROTECTED]
This is related to http://jira.jboss.com/jira/browse/JBWS-816 The Axis propriatary property transport.url has been removed. If really needed you can use org.jboss.ws.soap.SOAPMessageContextImpl to get at all unified meta data (UMD) View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBossWS] - Re: Problem in running JBossWS samples

2006-04-29 Thread [EMAIL PROTECTED]
Use the jboss-4.0.4.CR-ejb3 profile from the installer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940310#3940310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940310 --

[JBoss-user] [JBoss Seam] - Seam component hides managed bean with same name

2006-04-29 Thread armita
I am getting lots of: WARN [SeamVariableResolver] Seam component hides managed bean with same name What is the meaning of it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940309#3940309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBossWS] - Re: JBoss WS with attachment issues

2006-04-29 Thread [EMAIL PROTECTED]
rpc/encoded is not allowed by the basic profile View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940308#3940308 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940308 -

[JBoss-user] [JBossWS] - Re: JAXB 2.0

2006-04-29 Thread [EMAIL PROTECTED]
jbossws-1.0.0.GA does not support JAXB annotation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940307#3940307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940307 ---

[JBoss-user] [JBossWS] - Re: can not open the WSDL in a Deployed web service

2006-04-29 Thread [EMAIL PROTECTED]
You don't use wsdeploy. Have a look at http://labs.jboss.com/portal/jbossws/user-guide/en/html/getting-started.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940306#3940306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBossWS] - Re: using jbossws for ws security

2006-04-29 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portal/jbossws/user-guide/en/html/wssecurity.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940305#3940305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940305 -

[JBoss-user] [JBossWS] - Re: How do you get Web Services working

2006-04-29 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portal/index.html?ctrl:id=page.default.info&project=jbossws View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940304#3940304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940304 ---

[JBoss-user] [JBossWS] - Re: Serialize an object graph

2006-04-29 Thread [EMAIL PROTECTED]
XML schema does not support graphs, so a WS abstract contract as defined in wsdl + schema cannot define graphs either. rpc/encoded supported graphs but that is no longer allowed by the basic profile. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940303#39403

[JBoss-user] [JBossWS] - Re: change in run-time the soap:address location of wsdl.

2006-04-29 Thread [EMAIL PROTECTED]
Use the JSR-109 client deployment model, with in jboss-client.xml. There are plenty of examples in the testsuite. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940302#3940302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JBossWS] - Re: special character in string parameter

2006-04-29 Thread [EMAIL PROTECTED]
Resolved as won't fix. http://jira.jboss.com/jira/browse/JBWS-851 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940301#3940301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940301 --

[JBoss-user] [JBoss jBPM] - how to install jboss jbpm gpd

2006-04-29 Thread nancy.aggarwal
can somebody tall me plz how to install jboss jbpm gpd . if u hv some link that can help me then send it . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940300#3940300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394

[JBoss-user] [JBossWS] - Authentication problem in jUDDI

2006-04-29 Thread Sorkun
hi, Whenever I try to connect to Juddi from the uddibrowser I'm getting an error: "The user ID and password pair passed in a get_authToken message is not known to the Operator Site or is not valid." Until now I haven't found where to specify the password at all! Could someone please help me t

[JBoss-user] [Installation, Configuration & Deployment] - Authentication in jUDDI

2006-04-29 Thread Sorkun
Hello, I have set up jUDDI in Jboss and now I would like to add some Webservice information to the registry. However it shall be necessary for the publisher to submit a username and a password. By default no password validation takes place. I have already found the Link at: http://wiki.apache.

[JBoss-user] [JBoss Seam] - Re: jboss-seam-1.0.0.CR2 infinite loop instantiating localeS

2006-04-29 Thread armita
I faced exactly the same problem. And could npt solve it untill moverd the seam classes log threshhold to INFO View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940297#3940297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - EJB details

2006-04-29 Thread mhiriwalid
from which mbean attributes can I get statfull/statless session EJB details? Thanks in advance. walid View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940295#3940295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39402