[jboss-user] [JBoss Seam] - Re: configurable Skinning with Richfaces

2007-03-23 Thread baz
i tke it back. Where to fast. Will investigate thre wiki example. But i am interestetd why the mentioned error occurs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030943#4030943 Reply to the post :

[jboss-user] [JBoss Seam] - Re: use Seam to respond with bytes (not XML) ?

2007-03-23 Thread baz
I have done it like in this post: http://www.jboss.com/index.html?module=bbop=viewtopict=103039 But the wiki page is quite pretty. So i will give it a try. Peter, any chance that we get the Resource class into seam? View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - java.lang.IllegalArgumentException: Invalid property name 'd

2007-03-23 Thread jagdish.nasit
Hi, We have a small application developed with struts. Its working fine locally in my machine. But when I deploy in test/development server i am getting error 2007-03-22 20:30:21,906 ERROR [org.apache.struts.util.RequestUtils] Error creating form bean of class

[jboss-user] [JBoss Seam] - Re: Exceptions on Seam CVS20070322

2007-03-23 Thread [EMAIL PROTECTED]
java.lang.NoSuchMethodException always means that you have incompatible jars floating around. Probably two copies of jboss-seam.jar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030947#4030947 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exceptions on Seam CVS20070322

2007-03-23 Thread [EMAIL PROTECTED]
Oh, I'm sorry, that's NoSuchMethodError, of course. The cause of this one is an incompatibility b/w Seam 1.2 and icefaces. It's our fault, I actually had been warned that icefaces is using that method of our internal APIs and there is a comment in the code. However, we broke it by this commit:

[jboss-user] [JBoss Seam] - Re: pageflow annotation and pages.xml

2007-03-23 Thread [EMAIL PROTECTED]
Dunno, looks very strange. Use your debugger to figure out why the pageflow does not begin in ConversationInterceptor.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030949#4030949 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Getting user and group information from withing a portle

2007-03-23 Thread bvogt
The information provided by RenderRequest.getRemoteUser is unique too, so if you just intend to identify related data, why not using this? Of course, it's not a number but this shouldn't matter. Burkhard View the original post :

[jboss-user] [JBoss Seam] - Re: Please, help to find optimal strategy for multiple itera

2007-03-23 Thread petemuir
It's better design - you don't clutter up your model with workarounds for JSF flaws. As for sorting, just use a sorted set (Hibernate includes a few ways of sorting from annotations), the list should then be i the same order. View the original post :

[jboss-user] [JBoss Seam] - Re: use Seam to respond with bytes (not XML) ?

2007-03-23 Thread petemuir
Norman, I think the approach is still valid - it's sort of an orthogonal approach to using a AbstractResource. I'll review it properly when I get a chance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030954#4030954 Reply to the post :

[jboss-user] [Microcontainer] - Re: ServiceMBeanSupport in the Microcontainer world

2007-03-23 Thread alesj
No need for this. Just have a separate -beans.xml with your 'low-level commands'. But be sure to include proper dependencies. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030956#4030956 Reply to the post :

[jboss-user] [JBossWS] - Re: dynamic clients for JBossWS/JAX-WS endpoints

2007-03-23 Thread oskar.carlstedt
Hi!! Sorry, my mistake - didn't read client. You should go for dispatch when it comes to clients. Then you have full control about everything. Best Oskar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030957#4030957 Reply to the post :

[jboss-user] [JBoss Portal] - Re: HUGE BUG in JBoss Portal

2007-03-23 Thread portal_man
Forgive me Peter. I was anxious that anyone will answer my question. Now, I got a solution (in ) and I can work. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030958#4030958 Reply to the post :

[jboss-user] [JBoss Portal] - Re: HUGE BUG in JBoss Portal

2007-03-23 Thread portal_man
(in this topic : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030696#4030696 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030959#4030959 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030959

[jboss-user] [JBossWS] - Re: dynamic clients for JBossWS/JAX-WS endpoints

2007-03-23 Thread oskar.carlstedt
Hi again, Have a look at the dispatch section in the JBossWS user guide. here is a link with a code snippet. http://jbws.dyndns.org/mediawiki/index.php/JAX-WS_User_Guide#Dispatch //Oskar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030960#4030960 Reply to

[jboss-user] [Testimonials] - Re: Migration from Weblogic to JBoss 4.0.5

2007-03-23 Thread prakash.dumbre
I have resolved ClassCastException problem. It is alll about classloader and webloader problem. I have to removed classes folder from WEB-INF folder from war file Thanks Prakash View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030961#4030961 Reply to the

[jboss-user] [JBossWS] - Re: dynamic clients for JBossWS/JAX-WS endpoints

2007-03-23 Thread mreis
After some more research I'm pretty sure that in the case of a truly dynamic client (i.e. no client-side stub generation from a remote WSDL before running the client that then invokes the WebService call) that should interact with a WebService operation, that has one or more custom complex

[jboss-user] [JBoss Portal] - Re: portal cms and oracle db error

2007-03-23 Thread dparisi
Sohil, thanks for your reply. we use a jboss-4.0.5.GA installed from jems (portal configuration). Can you explain me what i need to do to solve the problem? I have not understood if i need to use jackrabbit 1.1 or not ??? Thanks again. Davide View the original post :

[jboss-user] [JBossCache] - Re: java.lang.IllegalStateException: there is already a writ

2007-03-23 Thread mindflyer
[EMAIL PROTECTED] wrote : Have you tried the teast case attached in JBCACHE-740? (You may need tomodify this a bit since 740 was contributed by someone using JOTM) Firstly, I added logging to MultithreadedTxTest.Worker.run into catch section: catch (Exception e) | { |

[jboss-user] [JBoss Portal] - Re: Securing Portlet Modes

2007-03-23 Thread tinico
Thank you !! I've made my own DecorationRenderer after seen that it's the class responsible to display the icon... It work !! Thank you !! But, I can't get the user to make a filter. I search to do that !! View the original post :

[jboss-user] [JBoss jBPM] - Re: console url changed to http://localhost:8080/jbpm-consol

2007-03-23 Thread fuligj
I think, i found the problem. In the websale example the first task' source is form.create.xhtml. In this file the second line is http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; and when your computer has no internet connection, this is unreachable. Any idea to solve this problem?

[jboss-user] hasingleton and EJB3 MDB

2007-03-23 Thread Jeanmougin, Francois
Hi, My first mail didn't get a response, I admit it was posted using a webmail and was probably unreadable for some of you. My question is simple, I have an EJB3 MDB, I want to run the MDB only on the master node (where the JMS server resides). I tried several configurations (using a barrier

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss 4.2.0CR only binds to localhost

2007-03-23 Thread Markus D�ring
http://www.jboss.com/index.html?module=bbop=viewtopict=103312 anonymous wrote : * JBossAS now binds its services to localhost (127.0.0.1) *by default*, instead of binding to all available interfaces (0.0.0.0). This was primarily done for security reasons because of concerns of users going to

[jboss-user] [JBossWS] - Re: dynamic clients for JBossWS/JAX-WS endpoints

2007-03-23 Thread RomeuFigueira
You can always look into SAAJ, with some effort (initial one), you can develop some classes and make a dynamic client. As for generating SOAP messages, try SOAPui, either the standalone app or the Eclipse plugin for JBoss IDE. View the original post :

[jboss-user] [JBoss jBPM] - Re: Enable / Disable specific log entry types ?

2007-03-23 Thread kukeltje
Nope, not as far as I know. You have to override the node types to achieve this. Could be a nice feature though. Please file a jira issue for this against 4.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030980#4030980 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-23 Thread grdzeli_kaci
anonymous wrote : | JBOSS + Exadel IDE | is there any deadline when would it be ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030984#4030984 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030984

[jboss-user] [JBoss jBPM] - Re: Scheduled TaskInstances within a ProcessInstance?

2007-03-23 Thread kukeltje
the jpdl processdefinition can be extended by custom elements. You can e.g. add an attribute 'estimatedManHours' to a task element and retrieve the processdefinition runtime and get this parameter. You currently have to turn of validation on the server side for this as the

[jboss-user] [JBoss Messaging] - Re: JMS Exceptions / Mismatch of JBossSerialization version

2007-03-23 Thread imaeses
Actually, what I said in the previous post is simply not true. Setting socket.check_connection did have an effect, but not the intended one. The Exception reported doesn't result in any messages being lost. However, in our system it was one of several types of exceptions coming from JBoss

[jboss-user] [JBoss jBPM] - Re: Exception when completing a task in websale example

2007-03-23 Thread kukeltje
please provide a full stacktrace and maybe even some debug logging. That would make it easier for us to help you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030989#4030989 Reply to the post :

[jboss-user] [JBoss Seam] - TimerService in Seam app

2007-03-23 Thread Stateless Bean
Hi, I have Seam app, but i need to create global = application context bean that excecute each 1minute some method. Method take some records from db and do somethink... Is ejb3.0 timmer service good for that? I found some tutorial how to use timmer service, and i see there: | @Resource |

[jboss-user] [JBoss Seam] - Re: TimerService in Seam app

2007-03-23 Thread petemuir
http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/jms.html#d0e9255 is my recommendation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030991#4030991 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030991

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-23 Thread [EMAIL PROTECTED]
summer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030992#4030992 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030992 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - advise needed (object relational mapping)

2007-03-23 Thread hasc
hi, i need an advise. i want to display a select box on a page. the objects i wanna display are stored in a relational database table. the names (different languages) of the objects are stored in another table and referenced via foreign keys. i'm not sure how to realize that. sould i do a

[jboss-user] [JBoss Portal] - Get user loggin

2007-03-23 Thread tinico
Hi, I've make my own DecorationRenderer class, but, I want to make something depending of the role of the connected user !! How can I make that ?? The function prototype which one I want to work is : renderModeAndStateLinks(RenderContext ctx, WindowResult result, String selector); Thank you

[jboss-user] [JBossWS] - Re: How to retrieve my WebServices' URLs?

2007-03-23 Thread centecbertl
http://localhost:8080/jbossws/services you might want to look at the regarding Servlet Implementation in the jbossws source code generating the page | ./integration-jboss42/src/main/java/org/jboss/ws/integration/jboss42/JBossContextServlet.java |

[jboss-user] [JBoss Seam] - Will anyone volunteer to create Seam logo?

2007-03-23 Thread thejavafreak
Hi all, Since Seam is getting bigger and bigger, will anyone here volunteer to make the logo for Seam? Cheers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031002#4031002 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JMS Exceptions / Mismatch of JBossSerialization version

2007-03-23 Thread mskonda
imaeses, that was a good post. I can't deny your conclusions about Solaris, but only I can add my observations: I have had no problems with Solaris/Linux machines but Windows. So, I am not sure whether this problem is related with machines/OSs at all. However, as it was hitting our

[jboss-user] [JBoss Messaging] - Re: JMS Exceptions / Mismatch of JBossSerialization version

2007-03-23 Thread mskonda
Also, as Ovidiu suggested, as you are still having the issues with SP4, re-open the bug: http://jira.jboss.org/jira/browse/JBMESSAGING-749 Thanks Madhu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031010#4031010 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: deployment in JBoss

2007-03-23 Thread kukeltje
Nope, not specifically. Continuous improvement shout happen regardless of BPM. BPM as a process (e.g. supported by six-sigma) achieves this. The consequences for technical redeployment of processes and al that surrounds this, should not be underestimated. Things like: should the already started

[jboss-user] [Testimonials] - Re: Migration from Weblogic to JBoss 4.0.5

2007-03-23 Thread prakash.dumbre
Hi Now i am facing prblem with Entity beans. When server is starting that the entity bean takes following jndi name 16:20:44,347 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'BusinessSKUEntity' to jndi 'local/[EMAIL PROTECTED]' How it takes that name? and each time '@23128226' value

[jboss-user] [JBoss jBPM] - Re: how to update early jbpm processdefinition?

2007-03-23 Thread [EMAIL PROTECTED]
Also, there are some incompatibilities between the old and the new branch. The xml elements in the gpd.xml file have undergone some changes, hence the problem. If you change the 'process-diagram' element into 'root-container' and 'transition' into 'edge' than it will probably work. A tool to

[jboss-user] [JBoss jBPM] - Re: jBPM and Eclipse JWT Project

2007-03-23 Thread [EMAIL PROTECTED]
Hi Thomas, I am sure that some exciting things will happen in the near future indeed. As you may know, jBPM was build from the beginning with multi language support in mind. Supporting XPDL seems a logical step, isn't it? As for the JWT, it is also a logical step to cooperate with this project

[jboss-user] [JBoss Portal] - Session not changed after login/logout

2007-03-23 Thread bvogt
Hi, I know it's more a question related to jBoss AS but the portal is affected and therefore I place the question here... With jBoss AS 4.0.5 and Portal 2.4.1 the underlying Tomcat-Session seems to be re-used for the sequence: - anonymous portal access | - login | - named portal access

[jboss-user] [JBossWS] - Re: beginner needs help

2007-03-23 Thread nean
vitor_b wrote : Hello | | Thank you for your reply. | | I haven't tried your solution, since i created ant task, which generates mapping and wsdl files for me. With these files my web service (even with more complex input and output) works fine. | And i didn't have to add these tags.

[jboss-user] [JBossWS] - How can I show the certificate info with WS-Security

2007-03-23 Thread martin.capote
HI, sorry for my bad english. I have a swing client, which send and recives signed SOAP messages using JBossWS and WS-Security. How can I show (in the client side) the signer information of the received response? I want to show in a JLabel the message: The response was signed with the

[jboss-user] [JBoss jBPM] - Re: JBpm-Designer - Change Font-Size?

2007-03-23 Thread [EMAIL PROTECTED]
No, alas there is no way to do this yet. It also does not have our focus currently as we are mostly working on language and node pluggability features. But I agree it would be nice, so if you would like it somewhere on the roadmap, please file a JIRA feature request. Regards, Koen View the

[jboss-user] [Clustering/JBoss] - HASingletonDeployer

2007-03-23 Thread yruizw
Hello, I'm trying to configurated a SingletonDeployer in jboss 3.2.7 , but when i set a depends with the next value : | dependsjboss.ha:service=HASingletonDeployer,type=Barrier/depends | The jboss show me the next error: 12:47:52,203 ERROR [FarmMemberService] Incomplete Deployment

[jboss-user] [JBoss Seam] - Hibernate Search on Seam

2007-03-23 Thread damatrix
Hi Gavin, Read this on TSS. http://www.theserverside.com/news/thread.tss?thread_id=44735 Though it may be early days yet, i'm interested in what features or level of support you intend Seam to have for Hibernate Search. Thanks. View the original post :

[jboss-user] [JBoss jBPM] - Re: Help: BPEL designer

2007-03-23 Thread [EMAIL PROTECTED]
Hi Agus, No there is no other tool AFAIK. I have some integration code in CVS, but I am waiting for some server side tools to be able to properly integrate the Eclipse editor. Be patient and stay tuned, I would say... Regards, Koen View the original post :

[jboss-user] [JBoss jBPM] - Re: jBPM and Eclipse JWT Project

2007-03-23 Thread tsandor
Hi Koen, Thanks for the response. My company is evaulting jBPM and we love its framework, but we'd like to use it with XPDL. Before we think of implementing it onto jBPM, is there any kind of progress there on your side? So we shoud not start from scratch. Also, with which version will you

[jboss-user] [Messaging, JMS JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-03-23 Thread vitor_b
Hello I have a solution for you. The key is JMX API. As you know there is a MBean which you can view using jboss jmx console. One thing we have to do is to acces that MBean. Here is some code i have written for you: String domain = jboss.mq.destination; | String service =

[jboss-user] [JBoss jBPM] - Re: Modify the JBPM-Eclipse-Designer

2007-03-23 Thread [EMAIL PROTECTED]
This is a very complicated thing to do. Certainly with the 3.0.x branch of the designer. And it is not yet implemented in the 3.1.x branch. So the only method is to dig deep into the code I am afraid. Regards, Koen View the original post :

[jboss-user] [JBoss Portal] - Re: 2 identical portlets in the same page

2007-03-23 Thread [EMAIL PROTECTED]
PeterJ is correct. portal_man, maybe reading the JSR-168 specification would be benefitial... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031031#4031031 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031031

[jboss-user] [Messaging, JMS JBossMQ] - Queue - I can send but cannot receive

2007-03-23 Thread vitor_b
Hello JBoss: 4.0.5 GA I'm still facing some problems working with JMS. The last problem is that i cannot receive message from queue. I can send it, but cannot receive it later. All from mothod inside simle stateless session bean. This method works in a transaction (Container, Required).

[jboss-user] [JBoss Portal] - Re: Getting user and group information from withing a portle

2007-03-23 Thread kreilly
Yes, your right. I hadn't thought of that. But my question is more along the lines of what is the best practice? Is it possible to confine myself to the javax.portlet interfaces and get a user object. If not why? Is this a shortcoming of the portlet API or am I missing something? Thanks

[jboss-user] [JBossWS] - Re: How to retrieve my WebServices' URLs?

2007-03-23 Thread yurimorais
I know the URLs are available at http://localhost:8080/jbossws/services, but I want that the component itself retrieve its own URL for after that, call my persistence service sending this URL. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031034#4031034 Reply

[jboss-user] [Messaging, JMS JBossMQ] - Re: Queue - I can send but cannot receive

2007-03-23 Thread [EMAIL PROTECTED]
To do a receive you will need to call start() on the connection. Otherwise, messages will not be delivered. The reason the MDB works is because this is done automagically under the hood for you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031036#4031036

[jboss-user] [JBoss Seam] - Re: Will anyone volunteer to create Seam logo?

2007-03-23 Thread [EMAIL PROTECTED]
Uhm, I'm not sure the Red Hat brand book allows random logos for products (in other words: No way). So please don't spend time on this, write code and contribute something else. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031038#4031038 Reply to the post

[jboss-user] [JBoss Portal] - Re: Getting user and group information from withing a portle

2007-03-23 Thread [EMAIL PROTECTED]
If you want to go the JSR 168 way and being independent of any portal you have no choice but going with bvogt solution. There is no User object that is defined by the spec. As he said, the username can act as an id. In theory you could have a portal vendor that doesn't associate that username

[jboss-user] [JBoss jBPM] - Re: Scheduled TaskInstances within a ProcessInstance?

2007-03-23 Thread perrylucas
Hmm, yeah I guess that makes sense... for some reason I had it set in my mind that since all the task instances for a process instance weren't created from the get go, that I wasn't going to be able to plan ahead, but obviously the process definition itself could be accessed runtime! Thanks

[jboss-user] [JBoss jBPM] - Newbie question : Process Instances

2007-03-23 Thread viniciuscarvalho
Hello there! I've just started with jBPM, I'm reading the docs and checking the forums, but I have an immediate question that I need to feedback my project stakeholder: Does jBPM supports multiple applications accessing the same project instance? I mean, could I have several web apps sharing

[jboss-user] Problem with multiple jar version and classloading

2007-03-23 Thread Olivier Fabre - EBM WebSourcing
Hi, I wanna deploy a Wep App that makes use of commons-httpclient jar version 3.0.1. The problem is that an other version of commons-httpclient jar (version 2.0.2) is already present in JBossRoot/lib and in JBossRoot/server/default/lib. These two versions of the jar contains the same class

[jboss-user] [JBossCache] - Re: Starting a cache instance at application startup

2007-03-23 Thread ottuzzi
Hi there, I did exactly as you (sonicfab) suggested: I created a CacheManager singleton and I initialize/destroy cache in a ServletContextListener. Pay attention during redeploy: if I redeploy a webApp using TreeCache in WebLogic 8.1 it hangs during cache shutdown; everything works as expected

[jboss-user] [JBossWS] - Re: Enforcing a WSDL without doing WSDL first development (t

2007-03-23 Thread ngtdave
dwin wrote : Ok, correction...some ant scripts did not deploy right. | | enforcing the WSDL through wsdlLocation does work and it is used. | | You just have to ensure that the wsdl in wsdl location does not contradict the web service implementation. | | So if you want to add

[jboss-user] [JBoss Portal] - Re: portal cms and oracle db error

2007-03-23 Thread [EMAIL PROTECTED]
Davide- If you need this immediately, If you want to give Portal 2.6 a shot: I would recommend grabbing the 2.6 beta release from here: http://labs.jboss.com/portal/jbossportal/download/index.html For Portal 2.4: You can grab the latest code from the 2.4 branch in our subversion repository

[jboss-user] [JBoss Seam] - [Security] Message-Key for Please login first

2007-03-23 Thread mugwump
I found two keys related to security somewhere in the forum: org.jboss.seam.loginSuccessful org.jboss.seam.loginFailed but there must be a third key with a default-value of Please login first which is added, when a security-exception triggered a redirect to the login-page. Does anyone know

[jboss-user] [JBoss Portal] - Re: how to get reqest parameter [multi lang -for Big5 (ta

2007-03-23 Thread kevnlin
21:35:11,498 INFO [STDOUT] opmode=add 21:35:18,514 INFO [STDOUT] UTF-8 this is out.println req.getCharacterEncoding()); 21:35:18,522 INFO [STDOUT] [EMAIL PROTECTED] 21:35:18,523 INFO [STDOUT] ??? first print 21:35:18,733 INFO [STDOUT] ???EDIT 21:35:18,735 INFO [STDOUT] opmode=addup

[jboss-user] [Clustering/JBoss] - Re: Problem with Topics and Clustering.

2007-03-23 Thread [EMAIL PROTECTED]
Deploy your queues/topics in server/all/deploy-hasingleton. See section titled Deploying Queues and Topics in an HAJMS Environment that I just added to http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQHAOverview. View the original post :

[jboss-user] [JBossWS] - Providing your own wsdl instead of the generated one.

2007-03-23 Thread ngtdave
Alright, it took me a long time to put all the pieces together after searching the forums and jira. If you want to serve up your own wsdl instead of the generated one you do the following: In the interface you specify the wsdlLocation: @WebService(name = Echo, targetNamespace = http://echo/;,

[jboss-user] [JBossWS] - Re: Enforcing a WSDL without doing WSDL first development (t

2007-03-23 Thread ngtdave
Okay, never mind, I figured it out. http://www.jboss.com/index.html?module=bbop=viewtopicp=4031052 I did a few things wrong: 1) put the wsdlLocation in the implementing class, not the interface 2) put the wsdl in WEB-INF/wsdl for a while 3) edited the wron wsdl file, so I didn't see any changes

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem creating new JBoss configuration

2007-03-23 Thread wdh61
Nevermind. I figured it out. This is the Eclipse 3.2.2 not being compatible with Jboss IDE 1.6.0 GA problem. It also isn't compatible with the 2.0.0 Beta 2 release either. Bottom line, download one of the bundles and use that. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Yet another ClassCastException

2007-03-23 Thread djeanprost
forgot to mention I'm using JBoss 4.0.4 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031058#4031058 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031058 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: [Security] Message-Key for

2007-03-23 Thread fernando_jmt
See http://www.jboss.com/index.html?module=bbop=viewtopict=101074 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031059#4031059 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031059

[jboss-user] [JCA/JBoss] - Re: Datasource failover, sudden disconnection not working

2007-03-23 Thread [EMAIL PROTECTED]
Chances are the MySQL driver socket parameters should be tuned to address the case where the DB goes down at the network layer. From what it sounds like, the link goes down and the connections are simply blocked waiting for the socket to timeout. View the original post :

[jboss-user] [JBoss Seam] - Re: [Security] Message-Key for

2007-03-23 Thread mugwump
thx fernando, sorry that I oversaw you first answer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031065#4031065 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031065 ___

[jboss-user] [JBoss Portal] - Re: Securing Portlet Modes

2007-03-23 Thread tinico
I've made that you see : Antoine_h wrote : | to do that in the mean time (1) : | - set the window security to all user | - in the portlet rendering (for the decoration and put the mode icons) : rewrite one of the rendering class, configure it into the layout, configure the window so it

[jboss-user] [JBoss Seam] - Persistence Context vs. Seam-managed persistence context JPA

2007-03-23 Thread zdaler
I'm kind of new to Java JPA and Hibernate and after having read the Seam documentation, all the persistence options in Seam are kind of complex for a first start ... If I understand it right (also looking at the examples in Seam), there is 3 way to achieve Java persistence in Seam : - direct

[jboss-user] [JBoss Seam] - Re: Persistence Context vs. Seam-managed persistence context

2007-03-23 Thread petemuir
Use a Seam managed EntityManager - @In(create=true) EntityManager entityManager; (your option 2). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031070#4031070 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031070

[jboss-user] [Messaging, JMS JBossMQ] - Re: Queue - I can send but cannot receive

2007-03-23 Thread vitor_b
Thank you for this helpful reply. I added method start() at the begining and stop() method at the end. But that was not a good move. I received Exception: anonymous wrote : | javax.jms.IllegalStateException: This method is not applicable inside the application server. See the J2EE spec,

[jboss-user] [JBossWS] - Re: Providing your own wsdl instead of the generated one.

2007-03-23 Thread PeterJ
I did the same (see my post at http://www.jboss.com/index.html?module=bbop=viewtopict=104664). All of this works fine. Have you tried to access the web service from a client yet? When I attempt to do this, the web services container attempts to instantiate the interface instead of the class,

[jboss-user] [JBoss Seam] - Seam/hibernate search

2007-03-23 Thread Frippe
I am trying to integrate the Lucene search engine into a Seam application and found Hiberante search to help me with the task. This seems to work, but the implementation got a bit messy. I read that Seam 1.3 could have support for Hibernate Search which would be great. Do you guys have any

[jboss-user] [JBossWS] - Re: Providing your own wsdl instead of the generated one.

2007-03-23 Thread ngtdave
Yeppers, just started doing the clinet, and go the same thing: 07:39:04,886 INFO [ServiceEndpointManager] WebService started: http://127.0.0.1:8080/echo | 08:31:07,730 ERROR [SOAPFaultHelperJAXWS] SOAP request exception | java.lang.InstantiationException: echo.Echo | at

[jboss-user] [JBossCache] - Re: problem when attribute UseReplQueue is true...

2007-03-23 Thread [EMAIL PROTECTED]
Thanks for this Brian - I've targeted this against 1.4.1.SP4, release date yet unknown. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031082#4031082 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031082

[jboss-user] [JBossCache] - Re: JDBCCacheLoader config

2007-03-23 Thread [EMAIL PROTECTED]
anonymous wrote : | I am assuming this requires an XADataSource, right? | Yes. anonymous wrote : | Optimized locking seems to fail no matter what, with this except: | You need Hibernate's OptimisticTreeCacheProvider if you plan to use optimistic locking. See

[jboss-user] [JBossWS] - Re: Providing your own wsdl instead of the generated one.

2007-03-23 Thread PeterJ
I have tried a wide variety of combinations of elements on the WebService annotation on both the class and the interface to no success. The only thing that works is deleting the interface, renaming the class to Echo. That (and the fact that the wsdlLocation has no effect when added the

[jboss-user] [JBoss Seam] - Re: Hibernate Search on Seam

2007-03-23 Thread [EMAIL PROTECTED]
Well, we want a similar kind of ease-of-use that we have for JPA or Hibernate. But we can't actually start work on this until JBoss AS bundles a more recent build of Hibernate Core (ie. one which is compatible with Hibernate Search). View the original post :

[jboss-user] [JBoss Seam] - Re: Seam/hibernate search

2007-03-23 Thread [EMAIL PROTECTED]
What's messy about it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031087#4031087 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031087 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: seam-gen and @GeneratedValue

2007-03-23 Thread [EMAIL PROTECTED]
Currently the Hibernate Tools core is not able to detect autoincrement columns (there is nothing in the standard JDBC metadata for it), and it will never be possible to detect columns that are assigned from a sequence value. However, max is going to get the autoincrement detection working for

[jboss-user] [JBoss jBPM] - Re: Scheduled TaskInstances within a ProcessInstance?

2007-03-23 Thread kukeltje
I'm going to propose to make the processdefinition parser namespace aware, so it can parse it's normal jpdl tags, but allows custom namespaces, so jpdl:task cust:estimatedManHours=10h | ... | /jpdl:task will be possible Than, in the near future, Koen kan also add his gpd elements/attributes

[jboss-user] [JBossWS] - Re: Providing your own wsdl instead of the generated one.

2007-03-23 Thread ngtdave
I'll try doing some of what you suggest and see what I can get to happen. Over here http://www.jboss.com/index.html?module=bbop=viewtopict=99158 dwin seems to have been able to make it happen. I wonder if s/he ran a client. dwin mentions anonymous wrote : you just have to ensure that the

[jboss-user] [Installation, Configuration Deployment] - Log4j conflicts and classLoading nightmare in jboss 4.0.5

2007-03-23 Thread meissa
Hi all, I'm seriousely tearing my hair off with jboss 4.0.5 classloding problems We're trying to migrate from jboss 4.0.3.SP1 to jboss 4.0.5. About 10 applications are concerned (all of them are ears) and each of them have their loader repository defined like below in jboss-app.xml file Each

[jboss-user] [JBoss jBPM] - Re: Newbie question : Process Instances

2007-03-23 Thread kukeltje
pocessinstance you mean... yes, although afaik, jbpm uses pessimistic locking... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031093#4031093 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031093

[jboss-user] [JBoss jBPM] - jBPM 3.2 GA on JBoss 4.2CR1

2007-03-23 Thread viniciuscarvalho
Hello there! I'm not being able to use jBPM 3.2 with JBoss 4.2. It seems to be a conflict between the JSF libs. I tried to remove the libs from the jBPM-enterprise but still I'm getting errors. I need to use 4.2 since, 4.0.5 has a bug with JDK 6 and remote proxies for EJB3. I just got to a

[jboss-user] [JBoss Seam] - security in UI

2007-03-23 Thread cwash
Sorry, this more of a JSF than Seam question... If I've got an arbitrary block of JSF code I'd like to hide based on some security API call, what is the best component to wrap it in and slap a render attribute on? h:panelGroup works, but is there anything better? View the original post :

[jboss-user] [JBoss Portal] - Re: Getting user and group information from withing a portle

2007-03-23 Thread kreilly
Thanks, that answers my question. I'm wondering why there is no user object in the Portlet spec. I guess that would then lead to a group object and so on. But I think this is a question for another forum. Thanks for the help! View the original post :

[jboss-user] [JBoss Portal] - Re: how to get reqest parameter [multi lang -for Big5 (ta

2007-03-23 Thread [EMAIL PROTECTED]
Please open a new topic, the first post broke this thread we cannot read anything. Always put code between [ code ] [/ code] in this forum, thanks. (without spaces in the tags). Use the preview button to see your topic before posting I will delete this topic. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Some bugs inside jboss remote jdbc adapter.

2007-03-23 Thread eblasf
I use - jboss-4.0.5 - ojdbc14.zip - Oracle9i - WindowsXP I have found some bugs inside jboss when I access datasource remotly. 1. The code bellow throws NullPointerException when the blob field is empty. failed on org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService:553 |

[jboss-user] [JBoss Seam] - Re: security in UI

2007-03-23 Thread cwash
Wow I must be blind. RTFM -- anonymous wrote : The rendered attribute can generally be used on the control itself, or on a surrounding s:div or s:span control. Sorry for the noise! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031101#4031101 Reply to the

[jboss-user] [JBoss Seam] - s:link bug?

2007-03-23 Thread waynebagguley
I've got a h:datatable like this: | h:dataTable value=#{jobListHandler.jobList} var=jobStore | Nested inside are some h:column elements as you'd expect. I want to include an s:link in one of the columns but before I did that I noticed that 'jobListHandler.jobList' was getting called

[jboss-user] [JBoss Seam] - Re: security in UI

2007-03-23 Thread [EMAIL PROTECTED]
Or on s:fragment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031103#4031103 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4031103 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: facesMessages.addToControl and h:message not working wit

2007-03-23 Thread waynebagguley
Fixed my own problem. I should return null from the action method when I want to stay on the same page. Oops! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4031104#4031104 Reply to the post :

  1   2   >