[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-13 Thread jaikiran
Since your client is 4.0.x talking to JBoss 3.2.x, the parameter to be passed is -Dorg.jboss.j2ee.LegacySerialization As per this JIRA http://jira.jboss.com/jira/browse/JBAS-2718 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084311#4084311 Reply to the po

[jboss-user] [JBossWS] - Re: Unable to load Provider: Failed to load javax.xml.ws.spi

2007-09-13 Thread richard_opalka
Hi, you are missing: jboss-common-client.jar for JBoss AS 4.x jboss-common-core.jar for JBoss AS 5.x Cheers, Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084310#4084310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Wrong column type in object with Hibernate 3.2.4sp1

2007-09-13 Thread yj4jboss
Hi All, I am currently porting my JBoss Seam application from seam 1.1.0 to seam 2.0 beta 1 which includes Hibernate 3.2.4sp1. I have been using Hibernate 3.2.3.GA previously with seam 1.1.0. I get the following error when deploying my application. | | --- MBeans waiting for other MBean

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread dleerob
You are right. For long term, I wont use my quick fix, but for now, until the bug is fixed, I will use it. Thanks Ronald and Olivier for all your input and help. Much appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084308#4084308 Reply to the pos

[jboss-user] [JBoss AOP] - Re: jboss aop

2007-09-13 Thread marimuthub
Hi, Thanks. I have implemented successfully. but the implementation is not working after accesing the target application. it means if i apply point cut expression at runtime after accessing target application, the point cut expression is not applied when i access application subsequently. Re

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-13 Thread avthosar
Hello, I tried using the -Dorg.jboss.j2ee.Serialization option, but I am still getting the following exception. Any idea what could be the reason? 11:54:50,538 ERROR [STDERR] Caused by: java.io.InvalidClassException: org.jboss.util.id.GUID; local class incompatible: stream classdesc serialV

[jboss-user] [Clustering/JBoss] - discarded message from different group

2007-09-13 Thread grdzeli_kaci
hi all, i use jboss 4.2.1.GA i have multiple jboss app. servers on network, all of them has different partition name. i use partition name parameter on startup script: | screen ./run.sh -c all -b 0.0.0.0 -Djboss.partition.name=Partition_151 | | screen ./run.sh -c all -b 0.0.0.0 -Djboss.pa

[jboss-user] [JBoss Seam] - Re: inputText / empty string versus NULL

2007-09-13 Thread toni
Thanks Matt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084303#4084303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084303 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Seam] - page flow question

2007-09-13 Thread [EMAIL PROTECTED]
hi... ok, to apply page flow rule on all pages i can write http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084301#4084301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084301 ___ jboss-user mailing lis

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Multiple Application deployment, multiple instance questions

2007-09-13 Thread tmerrill
I have a few questions: Which is better running multiple apps on a single jboss instance or multiple jboss instances? How do I configure multiple applications to connect to different databases using one mysql data connector? Can I do that? How can you run multiple portal.sars in a single jboss

[jboss-user] [JBoss Seam] - Re: Inserting into primary and secondry table using bean

2007-09-13 Thread kaviarasu
Hi thanks for ur reply it worked atlast View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084293#4084293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084293 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: Cleaner RESTful urls? Any suggestions?

2007-09-13 Thread [EMAIL PROTECTED]
anonymous wrote : solidly documented facts... it may be hard to find exact references OK... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084292#4084292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084292 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: IIS and mod_jk 1.2.25 problem

2007-09-13 Thread cyclops49
I solved it! Because IIS is v6 (in w2k3), so it needs to add the dll as a Web Service Extension View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084290#4084290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084290 _

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss SSL

2007-09-13 Thread deepblueli
You have to put SSLEnabled="true" Cheers, Deep Blue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084289#4084289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084289

[jboss-user] [Security & JAAS/JBoss] - Security of JNDI

2007-09-13 Thread deepblueli
Hi, Is there any way to secure JNDI? I have been doing research on google, but couldn't find a way to secure JNDI. Basically, anyone can connect to JNDI via port 1099 and access to DataSource, JMS Queue, etc... I am porting the application from Weblogic to JBoss. Weblogic can use "java.namin

[jboss-user] [JBoss Seam] - Re: Cleaner RESTful urls? Any suggestions?

2007-09-13 Thread EricJava
"[EMAIL PROTECTED]" wrote : So, these are rumors and hearsay posted on random weblogs. Is there any link, like, to Googles own description of its bot? These are not rumors and hearsay, these are solidly documented facts. They are so well-known that they are common knowledge, and it may be hard

[jboss-user] [JBoss Portal] - Re: [ServiceController] Problem starting service portal:serv

2007-09-13 Thread [EMAIL PROTECTED]
delete your server/default/data folder and restart portal Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084286#4084286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084286 _

[jboss-user] [JBoss Portal] - [ServiceController] Problem starting service portal:service=

2007-09-13 Thread azamax
hi... i have these problem that i can't resolve :( i configured jboss as to change hypersonic and use postgress; i follow these documents to do that: 1) http://www.gogis.nl/en/public_documentation/jboss/index.html 2) Jboss a developers notebooks (o'reilly) - chapter 9 later, i want to use jboss

[jboss-user] [JBossCache] - Re: Testing JBossCache cluster nodes:

2007-09-13 Thread [EMAIL PROTECTED]
Sure; just check out the source code and look in the testsuite. A very large portion of the unit tests start up a couple caches in the same process, bound to the same interface. Basically, you just programatically create a couple caches using the same config, and they'll cluster. The docs exp

[jboss-user] [JBoss jBPM] - Re: JobExecutor, maxLockTime, and the LockMonitorThread: Wha

2007-09-13 Thread kukeltje
anonymous wrote : Question: If the execute method on the Node completes w/o error and did its job and moved on to the next node, why does it make sense to rollback the process instance? Isn't this the same as transactiontimeouts work in j2ee? Roling back something that just took to long but fin

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread kukeltje
You are right it should not work this way. I'll definately have a look at the 3.1 branche tomorrow (Friday ) (it's now 03:15AM CET) Many strange things here... :-( I would not recoomend doing it this way, at least not for the long term. This should be fixed (imo it is a bug) I'll notify the

[jboss-user] [JBoss Seam] - Re: SFSB and Hibernate Validator -

2007-09-13 Thread gersonk
"[EMAIL PROTECTED]" wrote : Seam needs to be able to look up a model.value to find the relevant validation annotation, @In doesn't do that. Sorry, I didn't understand yet. If I submit the form (call some method on SFSB), Seam could validate immediately after injecting the model View the or

[jboss-user] [JBoss Seam] - Re: clearing values in text fields after navigating back

2007-09-13 Thread jacob.orshalick
@End(beforeRedirect=true) should work if the first name and last name are scoped to the conversation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084277#4084277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084277

[jboss-user] [JBoss Seam] - Re: conceptual question about concurrency

2007-09-13 Thread matt.drees
Thanks for answering! So, now I have two questions. 1. Is Seam's reference documentation incorrect when it says "The EJB container allows stateless components to be accessed concurrently, and throws an exception if multiple threads access a stateful session bean"? It's hard for me to see ho

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: jsessionid

2007-09-13 Thread dfarr
That was my understanding. But that does seem to happen if you do a 302. Look at dull headers output. You can see the cookie being set and the Location having the jsessionid. Any idea why I'm getting both? Thanks | http://www-mysite.com:8081/client | | GET /client HTTP/1.1 | Host: w

[jboss-user] [JBoss Messaging] - Re: messages being picked up across nodes different clusters

2007-09-13 Thread [EMAIL PROTECTED]
Take a look on the JGropus Port/IP... I believe the partitionName is intended to the Multiplexor right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084271#4084271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=408

[jboss-user] [EJB 3.0] - Foreign keys with 0 and not NULL

2007-09-13 Thread lafr
We have a legacy application which is prepared to use NULL values for most datatypes (exception: date and timestamp). So a foreign key field of type integer is filled with a zero instead of null in the database. Using Entity Beans now with relations we get this: Caused by: javax.persistence.Persi

[jboss-user] [JBossCache] - Testing JBossCache cluster nodes:

2007-09-13 Thread jnorris10
Is it possible to configure multiple nodes (in the same cluster) of JBossCache (JGroups) on a single machine and bound to the same networking interface? The motivation for wanting to do this is to be able to test multiple JBossCache nodes in the same cluster on a single machine. Is this possi

[jboss-user] [JBoss Seam] - clearing values in text fields after navigating back

2007-09-13 Thread asookazian
Jboss 4.0.5.GA Seam 1.2.1.GA I'm using the following code in pages.xml to navigate back to a screen after the user finishes a conversation (use case): | | | | | | | The fields for first name and last name rendered by

[jboss-user] [EJB 3.0] - Key class conflict with OneToOne relation

2007-09-13 Thread lafr
Using JBoss-4.2.2.GA. Using a uni-directional OneToOne Relation between two entities with a composite PK. First class: @Entity | @IdClass(value=MbiMsgpa.PK.class) | @Table(name="mbi_msgpa") | public class MbiMsgpa implements java.io.Serializable | { | @Id | @Column(name="msghd

[jboss-user] [JBoss Messaging] - messages being picked up across nodes different clusters

2007-09-13 Thread mohali
I have two different clusters setup. There are 4 nodes in the clusters (2 per cluster) that are spread across two machines. So on each machine there are two nodes each in a different cluster. Each of the node in each cluster has a unique ServerPeerID. Also looking at the PostOffice JMX Bean on n

[jboss-user] [JBossWS] - Cannot obtain java type mapping for {http://business/jaws}Li

2007-09-13 Thread jaguaraci
Hello, I'm using Jboss 4.0.5G, JbossWS 1.0.3, SDK 1.5.0_9 and Windows XP_SP2. I have created theses classes using EJB3 annotation: package business; import java.rmi.Remote; import javax.jws.WebService; import javax.jws.soap.SOAPBinding; import javax.jws.soap.SOAPBinding.Style; @WebService @SO

[jboss-user] [EJB 3.0] - Re: How to map this?

2007-09-13 Thread lafr
No, it's uni-directional. So in the part bean I have the key-fields marked with id and so on. No hint that part is used in a relation. @Entity | @IdClass(value=Part.PK.class) | @Table(name="part") | public class Part implements Serializable | { | @Id | @Column(name="msghd_seria

[jboss-user] [EJB 3.0] - Re: Foreign Key fields not set for child entity

2007-09-13 Thread lafr
Is this a restriction of the JBoss version or what? All examples I saw on the net an in the book I bought didn't do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084257#4084257 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: Seam TLD namespace not recognized in jsp

2007-09-13 Thread jgreene
Sorry, silly mistake. I didn't realize jboss-seam-ui.jar was not in the project. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084255#4084255 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084255

[jboss-user] [EJB 3.0] - NPE in ManagedEntityManagerFactory.getNonTxEntityManager

2007-09-13 Thread d-rock
Hi, This bug http://jira.jboss.com/jira/browse/EJBTHREE-665 Has been open for a while. I checked the source: http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/trunk/ejb3/src/main/org/jboss/ejb3/entity/ManagedEntityManagerFactory.java?r1=61136&r2=61993 and it looks like William fixed this b

[jboss-user] [JBoss Seam] - Re: FlushModeType not working in Seam 1.2.1 GA?

2007-09-13 Thread [EMAIL PROTECTED]
So use an SMPC (read the docs) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084245#4084245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084245 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:selectItems (Resolved)

2007-09-13 Thread srpantano
I think I found the problem: http://jira.jboss.com/jira/browse/JBSEAM-1528 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084243#4084243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084243 ___

[jboss-user] [JBoss Seam] - Re: seam and richfaces 3.1 incompatible?

2007-09-13 Thread [EMAIL PROTECTED]
Seam 2.0.0.BETA uses richfaces 3.0.1, Seam CVS uses 3.1.0. Upgrade Seam. Or don't use verify objects. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084242#4084242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084242

[jboss-user] [JBoss Seam] - Re: Cleaner RESTful urls? Any suggestions?

2007-09-13 Thread [EMAIL PROTECTED]
Christian has done a good job with the wiki getting the links into this format (e.g. http://in.relation.to View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084241#4084241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=408

[jboss-user] [JNDI/Naming/Network] - binding to local name space at startup

2007-09-13 Thread lent
Hi, I want to bind an object to local namespace at startup, similar to how datasources are bound to local namespace by specifying them in *ds.xml files. I know that it is possible to bind to the global namespace using JNDIBindingServiceMgr (in jboss-service.xml). Is it possible to bind to a

[jboss-user] [JBoss Seam] - Re: SFSB and Hibernate Validator -

2007-09-13 Thread [EMAIL PROTECTED]
Seam needs to be able to look up a model.value to find the relevant validation annotation, @In doesn't do that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084239#4084239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Seam] - s:selectItems

2007-09-13 Thread srpantano
I'm using s:selectItems in a rich:dataTable, but the h:selectOneMenu is the same for the all rows and I change one, it makes refresh in all. Why? | | #{messages['Profile']} | | | |

[jboss-user] [JBossWS] - Re: How do you override soap:address location from WSDL at r

2007-09-13 Thread Maffewl
i think its something like this: ((BindingProvider) service.getPort()).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, serviceURL) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084236#4084236 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Messaging] - Re: Configuring Destinations in MDB's

2007-09-13 Thread nkhadakk
thank you for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084235#4084235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084235 ___ jboss-user mailing list jboss

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache HTTPD + mod_jk +ssl+Jboss

2007-09-13 Thread igain
is there any way to configure a remote machine which is running jboss, as a SSL virtual host in apache httpd?? If yes then what all settings that i need to do ? or is there any documentation ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084230#4084230 Rep

[jboss-user] [JBoss jBPM] - JobExecutor, maxLockTime, and the LockMonitorThread: What's

2007-09-13 Thread jeffj55374
Hi, I'm having a hard time finding any detailed documentation about the maxLockTime of the JobExecutor. So I resorted to looking at the code, but I'm still not sure I understand its intent and implementation. Background: We are using jBPM to implemented data processing flows. We use async node

[jboss-user] [JBoss Portal] - Configuring a different JSP name for login does not work

2007-09-13 Thread NM-156
I am trying to change the web.xml file of the portal to point to a different login file name. I created a new jsp called testlogin.jsp, and changed the following entries in web.xml: Under the "Authenticated" security constraint I have: /* Under the section I have: /testlogin.jsp I placed th

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging / Spring JMS compatibility?

2007-09-13 Thread nkhadakk
I guess that answers my question regarding using JmsXA to move connection caching responsibility off the consumer to the provider. thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084225#4084225 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss AOP] - Re: Using AOP with JBossWS

2007-09-13 Thread [EMAIL PROTECTED]
Good news :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084224#4084224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084224 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Messaging] - Re: Configuring Destinations in MDB's

2007-09-13 Thread [EMAIL PROTECTED]
anonymous wrote : a. Is it ok to create new QueueConnections every time ? Especially since i use the java:/JMSXA connection factory ? | Yep.. that's ok!t anonymous wrote : b. Is it ok to create Sessions and QueueSender every single invoke ? | With the JmsXA adapter you can create a sing

[jboss-user] [JBoss Messaging] - Configuring Destinations in MDB's

2007-09-13 Thread nkhadakk
JBoss Messaging 1.3/ JBoss AS (4.2.1) We have an incoming message Queue and a pool of MDB's listening. The MDB's process the data and have to post results onto another Queue. This is the code for the posting to the reply Queue: | @Resource(mappedName = "java:/JmsXA") | private static Queue

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread dleerob
There may be another bug. When calling taskInstance.end(), it now throws an exception (great!), but unfortunately, that exception does not stop the ending of the task instance. So the task instance is indeed considered "ended" anyway, even though you have required variables that are missing. Se

[jboss-user] [JBoss Seam] - Re: SFSB and Hibernate Validator -

2007-09-13 Thread gersonk
Actually I'd like to know why the code worked fine when I got rid of the '@In'. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084217#4084217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084217 ___

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging / Spring JMS compatibility?

2007-09-13 Thread [EMAIL PROTECTED]
Caching consumers is certainly not the JMS provider responsability. The same way it's not your database's responsability to cache connections. Using JmsXA will make you cache JMSConnections. If you don't want to do that, you will have to find another way to do it. View the original post : htt

[jboss-user] [Security & JAAS/JBoss] - Re: Form based auth is successful but gives HTTP 408 error

2007-09-13 Thread adlepoo
I am having the same problem but only when I disable cookies, it works fine when cookies are enabled!! Please help me too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084216#4084216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging / Spring JMS compatibility?

2007-09-13 Thread nkhadakk
Clebert, If Spring is configured so as not to cache consumers ... it creates new consumer for every receive poll. To avoid this from creating new connections on the Jboss server side should i be using : java:/JMSXA as the connectionFactory ? Even if i do not use transactional messages ?

[jboss-user] [JBoss Seam] - Re: Cleaner RESTful urls? Any suggestions?

2007-09-13 Thread gagool
I need this feature too, because in my case the URL will point to a user home and must be as easy as possible to remember. It is also my opinion that slashes are more aesthetically pleasing than ampersands. Complete control of the URL can also make it easier to understand what it points to if f

[jboss-user] [JBossWS] - Re: How do you override soap:address location from WSDL at r

2007-09-13 Thread drblmb
...And I don't want 1,000 copies of the WSDL on my client, either - one for each service location... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084206#4084206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084206 _

[jboss-user] [JBoss Seam] - Re: conceptual question about concurrency

2007-09-13 Thread wschwendt
anonymous wrote : But it also mentions that stateless beans can be accessed concurrently. So, what prevents the injected variables from being overwritten by injection from another concurrent thread? The EJB container ensures this. Session Beans are NOT multithreaded, neither stateless session

[jboss-user] [JBossWS] - Dispatch + wssecurity

2007-09-13 Thread fonseca
Hi, I'm having a bit of trouble figuring this out - I'm trying to create a simple standalone dispatch for communication with an already set up webservice. I got everything working as expected if I use no security system - the problem arises when trying to invoke a request message involving an W

[jboss-user] [JBoss Seam] - Re: Seam deployment problem

2007-09-13 Thread goku2
Try this: 1) Shutdown your JBoss AS 4.0.5.GA 2) Delete the folder server/default/tmp/ . It contains deployment info and some times creates conflict with entities. 3) Go to your project folder and run: ant clean 4) Run ant undeploy 5) Then do the deploy(wit hthe profile you need) ant deploy 6) Th

[jboss-user] [Beginners Corner] - help! stuck with redhat developer studio beta 1 and ejb3 on

2007-09-13 Thread wiggy
Bit of a long shot - cant find a topic for redhat developer beta feedback - logged in at redhat and registered and cant any fora other than the jboss ones in a lloop again. problem: i'm running jboss AS4.2 in the redhat developer download bundle. I create a seam project which sets up a project

[jboss-user] [JBossWS] - Unable to load Provider: Failed to load javax.xml.ws.spi.Pro

2007-09-13 Thread sselvia
Using the wsrunclient and I'm having the following problem: wsrunclient com.datamentors.web.DMWebClient javax.xml.ws.WebServiceException: Unable to load Provider: Failed to load javax.xml.ws.spi.Provider: org.jboss.ws.core.jaxws.spi.ProviderImpl at javax.xml.ws.spi.Provider.provider(Prov

[jboss-user] [JBoss Seam] - Re: Seam deployment problem

2007-09-13 Thread dkane
The same problem but with Seam 1.2.1GA . Tried Project..Clean in Eclipse, no effect. Restarted JBoss, Eclipse, emoved files manually - no way. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084192#4084192 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss AOP] - Re: Using AOP with JBossWS

2007-09-13 Thread bblasko
1.5.5GA seems to correct the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084188#4084188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084188 ___ jboss-user mailing

[jboss-user] [JNDI/Naming/Network] - Re: Remote JNDI lookup fails with JBoss4.2.1GA, while it wor

2007-09-13 Thread ecrxs
I resolved the remote jndi lookup by using -b 192.168.33.36 which is the ip address of the machine JBoss4.2.1 is running. So now the JNDI lookup works. However my HAJNDI is broken. I still do not understand why -b 0.0.0.0 is not working for remote jndi lookup though. View the original post :

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

2007-09-13 Thread drblmb
I don't understand how to do this. Using JBossWS 2.0.1GA - and still can't figure out how to override the end point address. What Stub? Let's suppose you are running in production, and have a web service running at 1,000 different locations (IP Addresses). You don't want the overhead of having

[jboss-user] [JBoss Seam] - seam and richfaces 3.1 incompatible?

2007-09-13 Thread kgoedert
Hi, I was using richfaces 3.0.1 and ajaxjsf with my seam project and everything was fine. I decided to migrate to richfaces 3.1 today and started to have some deploy problems as described in this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=118629 To solve the deploy problem,

[jboss-user] [JBossWS] - Re: Client Discovery of Service Endpoint in Production Envir

2007-09-13 Thread drblmb
I do understand the question. My question is pretty much the same: Let's suppose you are running in production, and have a web service running at 1,000 different locations (IP Addresses). You don't want the overhead of having to go pull down the WSDL everytime you get the port, so you statical

[jboss-user] [JBoss Seam] - Re: SFSB and Hibernate Validator -

2007-09-13 Thread matt.drees
I'd recommend reading the source code. It's pretty cool, I think. Check out ui/src/main/java/org/jboss/seam/ui/validator/ModelValidator and src/main/org/jboss/seam/core/Validators View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084177#4084177 Reply to the p

[jboss-user] [Microcontainer] - Re: No run output on jboss Microcontainer

2007-09-13 Thread alesj
"PatruzZRocK" wrote : I've just installed Jboss Microcontainer, I have java 1.6 and ant 1.6.5. What about if you try with Java5? Are you running examples from the current trunk? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084176#4084176 Reply to the post

[jboss-user] [JBoss Messaging] - Re: createConnection hangs

2007-09-13 Thread [EMAIL PROTECTED]
I would need a thread dump on client/server to verify... Trace logs would also help! Clebert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084174#4084174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084174 ___

[jboss-user] [JBossWS] - How do you override soap:address location from WSDL at run t

2007-09-13 Thread drblmb
Let's suppose you are running in production, and have a web service running at 1,000 different locations (IP Addresses). You don't want the overhead of having to go pull down the WSDL everytime you get the port, so you statically link with a .WSDL file stored locally. The problem, however, is

[jboss-user] [JBossWS] - Custom exception/fault with JBoss & JWSDP

2007-09-13 Thread bernhard_pauler
I'm struggling with this issue for a good while now - I hope somebody can help me... I want to develop a web service interface with methods that throw a custom exception. I have been using the developerWorks article on exception handling (http://www.ibm.com/developerworks/webservices/library/ws

[jboss-user] [JBoss Seam] - subclassing Variable Resolver

2007-09-13 Thread laksu
Hi, I am trying to build some sort of framework with dynamic forms& variables. In this context, I suppose, I need to go and build a variable resolver of my own. I read in the forum that Seam plugs its own variable resolver in to resolve components. I kind of need to intercept it and introduce my

[jboss-user] [JBoss Messaging] - createConnection hangs

2007-09-13 Thread bob_walker99
Hi, I've been seeing this for a while and alsways put it down to classpath issues, but I'm quite an expert at which jboss client jars work and which don't, and what needs to go where, so I'm no longer convinced that this is the issue. What's happening is that at seemingly random junctures, cal

[jboss-user] [JBoss/Spring Integration] - Re: jboss 4.2.1 with spring 2.0.6 causes NoTransactionExcept

2007-09-13 Thread alesj
Moving this to Transactions forum, since it has nothing to do with actual JBoss/Spring integration (see Sticky). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084161#4084161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread Olivier_Debels
Ah right, I didn't spot that else part, that explains why removing the 'read' access didn't help. Is this the behaviour we want? This kills the meaning of isRequired IMO. So I would opt to remove the else part. Anyway, I guess your code is indeed a valid way to fix this in your case. Or you

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting generated ID by sequence

2007-09-13 Thread rjstanford
I'm having a similar problem - using MySQL as the backend (not that I think it matters) and just the default @GeneratedValue option. I've seen references in other sites that imply that if you use a generated value, the Id will be updated as soon as you call persist(). In our case, before calli

[jboss-user] [EJB 3.0] - Re: @Enumerated with @ID Usage Issue

2007-09-13 Thread fkifle
Correction: I am using 4.2.1GA version of Jboss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084148#4084148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084148 ___ jboss

[jboss-user] [EJB 3.0] - Re: Returning an EJB from other

2007-09-13 Thread francesquini
Yes. The problem is how do I create a remote reference to an EJB passing an argument. A JNDI lookup, as I am doing now, doesn't allow that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084152#4084152 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread dleerob
Well incase this will help anyone else, my quick fix will probably be running the following code before calling the taskInstance.end() method: Map variables = taskInstance.getVariablesLocally(); | if (variables != null) { | for (Iterator it = variables.keySet(

[jboss-user] [Security & JAAS/JBoss] - InstanceNotFoundException in jboss.security:service=JaasSecu

2007-09-13 Thread cffranco
Hi people, I have one problem with JaasSecurityManager, when I used my application it is occurred the following errors: 007-09-13 09:19:05,510 DEBUG [AgendaCorporativa.model.br.com.unimed.fwp.control.LoginAction] execute() - action: LOGIN 2007-09-13 09:19:05,520 DEBUG [AgendaCorporativa.mode

[jboss-user] [JBoss Seam] - Re: SFSB and Hibernate Validator -

2007-09-13 Thread gersonk
It worked! Could you explain how it works? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084143#4084143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084143 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: Is there a way to get more than 1 ip address (localhost)

2007-09-13 Thread [EMAIL PROTECTED]
For $5.99 plus shipping and handling you can make your machine a networked machine in the absence of a real network: http://www.computercablestore.com/detail.aspx?ID=3632 If you configure that interface for static ips, you can assign multiple addresses to it. View the original post : http://w

[jboss-user] [JBossWS] - Re: NoSuchMethodError in remote client WS call

2007-09-13 Thread fabiopmiranda
I'm getting the same error... I used the wsdl4j.jar in the client dir but still not working. I'm using JDK 5 and I think this is a problem with a wrong of some jar... Exception in thread "main" java.lang.NoSuchMethodError: com.ibm.wsdl.xml.WSDLReaderImpl.setEntityResolver(Lorg/xml/sax/EntityRes

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread dleerob
If you take a look at the initializeVariables method, it actually does copy across the variables locally, but with a null value. Basically, the validation won't ever work because it doesn't take null values into account, and a null value is always copied acrossed to the local task instance, even

[jboss-user] [JBoss Seam] - Seam TLD namespace not recognized in jsp

2007-09-13 Thread jgreene
Hello - I'm having to convert a few facelets to jsps (don't ask), and we want to use jsp instead of jspx. But when I change the xmlns definition at the top of the page to <%@ taglib uri="http://jboss.com/products/seam/taglib"; prefix="s" %>, eclipse says it can't find the tag library descriptor

[jboss-user] [EJB 3.0] - ClassCastException with detached entities and memcached

2007-09-13 Thread jagthedrummer
Hello everyone, I'm trying to speed up object retrieval by using memcached and things work fine at first. When I redeploy my app and try to retrieve and object from memcached I get a class cast exception. If I kill memcache and restart it things go back to working OK, but I've lost all the cac

[jboss-user] [JBoss Seam] - Losing params from Pages.xml

2007-09-13 Thread Delphi's Ghost
I've got a problem with params defined in pages.xml disappearing. The problem can be seen by adding the following button to the search.xhtml page in the seam contact list demo : | | If you add this after the search button, open up the seam contact list demo, type in a first

[jboss-user] [JBoss AOP] - Re: Using AOP with JBossWS

2007-09-13 Thread [EMAIL PROTECTED]
Please, try running with JBoss AOP 1.5.5.GA and let me know if the error still occurs.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084128#4084128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084128 __

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread dleerob
anonymous wrote : btw, hasVariableLocally should not contain the variable if it has no 'read' attribute, see the initializeVariables in the TaskController or the snippet in my post above. Strange I don't think it's working like it should then. I tried the following: And retrieved all local

[jboss-user] [JBoss Seam] - Re: FlushModeType not working in Seam 1.2.1 GA?

2007-09-13 Thread kotlusa
I obtain a persistence context like this: @PersistenceContext(type=PersistenceContextType.EXTENDED) | private EntityManager em; | I changed my managed persistence context to match my code (since I use it as em in several places): That didn't fix it, cancelEdit still saves th

[jboss-user] [JBossWS] - Re: Help with development environment

2007-09-13 Thread mleite
Hi, thanks for your help, but i really need some more help. Could you give some tips on how to create this environment? For instance, what JARs from JBossWS should i use in my project, should i use EJB or POJO as Web Services... Is you have any link with this information... Best Regards Marce

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread kukeltje
ok.. duplicate analysis... nice I'm almost 10% sure this is an unnoticed regression from 3.1 since there are no unittests for this.(anymore?) btw, hasVariableLocally should not contain the variable if it has no 'read' attribute, see the initializeVariables in the TaskController or

[jboss-user] [JBoss Seam] - Problem using seam example in websphere 6.1

2007-09-13 Thread anandhs
Hi Am a newbie to jboss seam. Need to evaluate it on websphere. The version of seam is 1.2.1 GA and the example if hibernate2. When I start the application it I get this exception. Not able to find much on google, any help appreciated. [9/13/07 10:22:19:656 PDT] 0023 SystemOut O 10:22:

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread kukeltje
Olivier is 100% right I'm afraid in the Taskcontroller code: initializing variables: | if (variableAccess.isReadable()) { | String variableName = variableAccess.getVariableName(); | Object value = contextInstance.getVariable(variableName, token);

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: copy jboss install to other nodes

2007-09-13 Thread enoxard
id like to avoid throwing a single point of failure into the cluster. wonder what nfs performance dings wed take for doing that.. in a round about way you answered my question. if any server is able to use the files from an nfs, then simply copying those files to any local server should work si

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread dleerob
Code in VariableContainer: public boolean hasVariableLocally(String name) { | return ( (variableInstances!=null) | && (variableInstances.containsKey(name)) |); | } The validation uses the method above, and as you can see, it simply checks if the variable exi

  1   2   3   >