[jboss-user] [JBoss Seam] - Re: Error in & question regarding docs

2007-03-27 Thread [EMAIL PROTECTED]
anonymous wrote : Does this mean I can't use this hot deployment feature (independently from seam-gen) if I deploy my app as an EAR, not even for the WAR contained inside of the EAR? No, it means what it says. Why would I write "seam-gen" if I meant "Seam"? anonymous wrote : So I should be fine

[jboss-user] [Advanced Documentation] - Remotley deploying a applications war file in jboss usinj J

2007-03-27 Thread kashinath
Remotley deploying a applications war file in jboss usinj JON server giveing error connection refused eventhough i can shutdown remote jboss server using jon.it gives error canot put file coonetcion refused , any know this issue how to track. kashinath View the original post : http://www.jboss

[jboss-user] [Remoting] - Re: Connection between servers through JNDI?

2007-03-27 Thread [EMAIL PROTECTED]
Hi Claudia, anonymous wrote : | I'm pleased to hear that you made the multiplex server invoker more robust | If you're interested in the multiplex transport for its ability to support callbacks with clients behind firewalls, you ought to take a look at the new bisocket transport. The ori

[jboss-user] [JBoss Seam] - Seam-gen Login

2007-03-27 Thread eeckmann
How do you pull out IceFaces ? I am getting this msg when trying to login (with and without the Remember me checked): Caused by: javax.faces.el.PropertyNotFoundException: Base is null: authenticator at org.apache.myfaces.el.ValueBindingImpl.resolveToBaseAndProperty(ValueBindingImpl.java

[jboss-user] [Messaging, JMS & JBossMQ] - Re: File based persistence manager

2007-03-27 Thread genman
In my experience, hypersonic, since it's embedded, is as fast as a file based persistence manager. However, many contend that it is unreliable under load. If you are absolutely performance-minded, I suggest you use ActiveMQ or JBoss Messaging over JBossMQ. View the original post : http://www.j

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

2007-03-27 Thread milind.uc
"milind.uc" wrote : "milind.uc" wrote : Well I jsut came here now I am going to try it with the ejbs lets see ,,, I tried to serialize the object also but it didnt work . And yes do you have idea that how to find the scheduled and pending message count for the particular queue. As I said t

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

2007-03-27 Thread milind.uc
"milind.uc" wrote : Well I jsut came here now I am going to try it with the ejbs lets see ,,, I tried to serialize the object also but it didnt work . And yes do you have idea that how to find the scheduled and pending message count for the particular queue. As I said that as per our mbean

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

2007-03-27 Thread milind.uc
Well I jsut came here now I am going to try it with the ejbs lets see ,,, I tried to serialize the object also but it didnt work . And yes do you have idea that how to find the scheduled and pending message count for the particular queue. As I said that as per our meanserver methods I am g

[jboss-user] [JBoss Seam] - Error in & question regarding docs

2007-03-27 Thread spambob
1. I think the "copy & paste" devil got you and the last two lines in chapter 7.1.1 - the seam navigation rules - should state: | 2. This is probably more a problem with my "great" english skillz ;): The last sentence in chapter 2.7 states: anonymous wrote : However, seam-gen does not suppor

[jboss-user] [Clustering/JBoss] - Re: How to auto-start my singleton service?

2007-03-27 Thread [EMAIL PROTECTED]
Try renaming startSingleton() to start() and stopSingleton() to stop(). Methods create()/start()/stop()/destroy() are names of the standard lifecycle callbacks that the ServiceController will invoke as dependencies are satisfied. Since you're getting your HASingleton behavior via an mbean depen

[jboss-user] [JBossWS] - Re: JBoss WS 1.0.3 and JDK 1.6 not working

2007-03-27 Thread [EMAIL PROTECTED]
JDK 6 is not currently supported on any version since currently there are conflicts with the ws stack that is embedded in it. After EE5 we will look at JDK6 support. -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032296#4032296 Reply to the post : h

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss As Windows Service 1099 port problem

2007-03-27 Thread genman
Try to find what's using that port: http://webtools.live2support.com/windows/netstat.php If you can't remove the conflict, then edit your service/default/jboss-service.xml file, change the port for naming. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=403229

[jboss-user] [JBossWS] - Re: wsconsume with provider sample

2007-03-27 Thread [EMAIL PROTECTED]
Just so you guys know the reason this is happening is that the response and request element have the same name, so per the spec, a Holder is used. -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032294#4032294 Reply to the post : http://www.jboss.com/

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JBOSS webservices over HTTP and security issues

2007-03-27 Thread vavasthi
I am in process of deploying a commercial solution that uses webservices over HTTP as the primary mechanism of interaction between client and server. Is there a writeup available somewhere which can guide me on the steps that I could to make sure that security issues are taken care of in such a

[jboss-user] [EJB/JBoss] - Re: Invalidate cache for an Entity Bean?

2007-03-27 Thread mikolg
Hello sonu131 Did you find a solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032292#4032292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032292 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: Seam + jBPM + JNDI

2007-03-27 Thread [EMAIL PROTECTED]
You can deploy your jPDL anyhoo you like. Seam doesn't need to know anything about it (jBPM reads it from the process definitions from the database). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032291#4032291 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Seam + jBPM + JNDI

2007-03-27 Thread viniciuscarvalho
I have another (totally confusing) topic regarding this, let me rephrase in a at least human readable form... I need to use jbpm with Seam, but I need to use a configuration registred on the JNDI, I won't be including my jpdl inside my ear. So I start digging seam code and found the BusinessProc

[jboss-user] [JBoss Seam] - Re: Generate apps that has many to many table with seam-gen

2007-03-27 Thread [EMAIL PROTECTED]
seam-gen does not, at present, support many-to-many associations. Did you try using the latest seam-gen, in 1.2.1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032289#4032289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - Generate apps that has many to many table with seam-gen

2007-03-27 Thread thejavafreak
Dear all, Has anyone able to generate screen that has many-to-many relation table with seam-gen? I tried it but it didn't work. I think seam-gen assumes that it is a table without many-to-many relationship, just a single table that doesn't relate to the bridging table. Is there any workaroun

[jboss-user] [JBoss Portal] - How to get the portlet real path in jboss.

2007-03-27 Thread wangjianme
How to get the portlet real path in jboss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032287#4032287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032287 ___ jboss-user m

[jboss-user] [JBoss Portal] - Re: Trouble using JSTL

2007-03-27 Thread wangjianme
Hello ! try to use <%@ prefix="c" uri="http://java.sun.com/core_rt"%> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032286#4032286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032286 _

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1 Released

2007-03-27 Thread [EMAIL PROTECTED]
http://docs.jboss.org/seam/1.2.1.GA/reference/en/html/gettingstarted.html#d0e2438 Read it all the way through. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032285#4032285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - Re: lost parameter after login/forwarding

2007-03-27 Thread alteo
Gavin: I'm still facing the same problem after adding in the line in the pages.xml file. Well, my problem is slightly different from hendrik. I used the seam generator to generate the template for my application and the generator automatically generate the search page. Everything works fine

[jboss-user] [JBoss Seam] - Explicit transaction boundaries in tests

2007-03-27 Thread rabagley
Basic problem: I've been trying to find it, but I don't see a callback-based approach to explicit transaction demarcation that I can use in my tests. Most of the existing test code suggests that the "right" way to make part of a test method transactional is to have an EntityManagerFactory nearb

[jboss-user] [JBoss jBPM] - Re: Question About Launching a Workflow from Within Another

2007-03-27 Thread dslevine
I do this the way you suggest in bold. I implement it using custom Actions which use Java code to create new process instances. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032280#4032280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1 Released

2007-03-27 Thread atzbert
I can just guess the hot deploy does include the ability to make changes to the Java classes while the application is still running. Am I right? If so, how does it work? The documentation only says that I can hot deploy xhtmls w/o restarting. That's nothing new I guess... View the origina

[jboss-user] [JBoss Seam] - Re: seam-gen web 2.0 based

2007-03-27 Thread [EMAIL PROTECTED]
This is certainly possible - you should look into the capabilities of Ajax4JSF/RichFaces or icefaces. For now, I'm trying to keep seam-gen RESTful, so that search screens can be bookmarked. However, the latest release of seam-gen does use ajax4jsf for form validation. View the original post :

[jboss-user] [Clustering/JBoss] - How to auto-start my singleton service?

2007-03-27 Thread karanmg
I am using JDK 5, JBoss 4.0.5GA and Windows. I'm fairly familiar with clustering, but barely with MBeans and sar archives. I have gone through several posts, documentation and the wiki, and finally managed to make a MBean service. I deployed the sar to farm/ it gets copied to all nodes. When I

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-27 Thread lfelser
I have been floundering for a few hours here after upgrading to 3.2 and I think this little quote would answer all my problems, IFF I knew which "other post" you were referencing here: "kukeltje" wrote : you do not need to fill any other table. One important thing however is that you do have to

[jboss-user] [EJB 3.0] - Re: javax.annotation.Resource

2007-03-27 Thread [EMAIL PROTECTED]
How did you install EJB3? This jar is usually found in under the ejb3.deployer directory which in JBoss 4.0.5 is found in | jboss-home/server//deploy/ejb3.deployer | At the very least your find command should pick it up. Looks like something either wasn't installed right, or something wa

[jboss-user] [JBoss jBPM] - Re: No action triggered on Ubuntu

2007-03-27 Thread michea
Thank you for these links ! We indeed identified the problem as coming from Mysql 5 (cross connections tests were not properly done) and up to now we switch back to mysql4. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032267#4032267 Reply to the post : ht

[jboss-user] [JBoss Seam] - Multi-role components

2007-03-27 Thread awheeler
I have a backing bean which is used in both the session and conversation context as follows: | @Name("searchCompany") | @Scope(ScopeType.SESSION) | @Roles( [EMAIL PROTECTED](name="findCompany",scope=ScopeType.CONVERSATION)} ) | In order for the outjected datamodel list to pick up the

[jboss-user] [JBoss jBPM] - hibernate files needed in deployment

2007-03-27 Thread bgphp
I have a web application - deployed in JBoss. I copy my application specific JBPM configurations such as hibernate.cfg.xml and jbpm.cfg.xml to myapp/WEB-INF/classes/. I also copy all the JBPM jars to myapp/WEB-INF/lib/ If I understand JBPM uses hibernate (in memory). Now where do put hibernate

[jboss-user] [EJB 3.0] - Re: javax.annotation.Resource

2007-03-27 Thread ebergerson
And in what directory you do you find the jboss-ejb3x.jar. I have looked and can't find it anywhere. [EMAIL PROTECTED] /cygdrive/c/Program Files/jboss-4.0.5.GA-all$ find . -name "jboss-ejb3x.jar" [EMAIL PROTECTED] /cygdrive/c/Program Files/jboss-4.0.5.GA-all$ View the original post : http:/

[jboss-user] [JBoss Seam] - Re: jboss.com Nested exception: jboss.com <- HELP

2007-03-27 Thread [EMAIL PROTECTED]
You need to update your DTD versions in your pages.xml and components.xml files to 1.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032263#4032263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032263 __

[jboss-user] [EJB 3.0] - Re: javax.annotation.Resource

2007-03-27 Thread [EMAIL PROTECTED]
The | javax.annotation.Resource | can be found in the jboss-ejb3x.jar of your distribution. Generally, if an annotation or a specific class is from the EJB3 API (not JBoss specific) it can be found in this module. A simple | jar tvf jar-name.jar | will usually do the trick. V

[jboss-user] [JBossWS] - Re: Problem for publish a Web Service

2007-03-27 Thread omatzura
Hi! you probably need to switch to the Project Explorer view (not the Package Explorer).. regards! /Ole eviware.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032259#4032259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - Re: Planning to remove @Begin(id=..)? Help Needed!

2007-03-27 Thread [EMAIL PROTECTED]
I don't know why you just spent so many words on explaining me the current behavior. I know what the current behavior is. I know how it behaved in the test case you submitted. I'm happy with it. There is a massive difference between what happens when you call @Begin(id="...") when there is no l

[jboss-user] [Installation, Configuration & Deployment] - Jboss As Windows Service 1099 port problem

2007-03-27 Thread dduenas
Hi, my problem is : When i start up jboss using run.bat script, all works ok, but when i start up jboss as a windows service, port 1099 doesnt start... Some Ideas ? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032257#4032257 Reply to the post : h

[jboss-user] [EJB 3.0] - Re: javax.annotation.Resource

2007-03-27 Thread ebergerson
For that matter, how in general do you find the correct jar for any class using JBoss. I have been looking for the correct jar for javax.ejb.Stateless for 2 hours. Not a clue. Given the wide range of jars, and the number of locations (/lib, /client, /server//lib) they live in, really, how do

[jboss-user] [JBoss Seam] - Re: How can I do to obtain POST data ?

2007-03-27 Thread aristide
Sorry about my bad english, but for while I´m using an servlet to resolve the problem. I´d like suggestion about how I can implement an solution using seam to receive some parameters from an transaction that send data using http method post. Thanks. Aristides. View the original post : http://w

[jboss-user] [JBossWS] - Re: BUG: MTOM with JBossWS 1.2.0SP1 server and Axis2 client

2007-03-27 Thread biroj
Using SoapUI as client I collected the following trace at JBossWS side: | 2007-03-28 00:17:59,296 DEBUG [org.jboss.ws.core.server.ServiceEndpoint] BEGIN handleRequest: jboss.ws:context=ETI-ETI_Framework,endpoint=ETI_ReceiverBean | 2007-03-28 00:17:59,296 DEBUG [org.jboss.ws.core.soap.Mes

[jboss-user] [JBoss Seam] - Re: How to link to page using level of indirection

2007-03-27 Thread henrik.lindberg
Thanks awheeler - I tried the first but did not succeed. And thanks for the page navigation-rule example. I got confused thinking that I needed to have from-action include parameter - but your example makes it clear, I just have to keep x from the call to virewForUpdate in the ViewSelector ins

[jboss-user] [JBoss Seam] - Re: How to link to page using level of indirection

2007-03-27 Thread awheeler
Your selection action passes the object x. You may be able to return a string of the view such as "/myobjectview.seam?id=" + x.id. I haven't tried this. Better still you could use the navigation rules in pages.xml as per the seam documentation (section 5.1.1.2): | | | |

[jboss-user] [JBoss Seam] - Re: How to link to page using level of indirection

2007-03-27 Thread henrik.lindberg
I really need help - I am stuck on this. Basically I want to do: | some text | But I have failed to figure out how to create such an URL. If I use s:link I can call the method viewForObject and pass a paramter and get the view back, but then the parameter is lost (it is applied to the invoc

[jboss-user] [JBoss Seam] - Re: COMPOUNDs, ATOMs & MOLECULEs - don't try this at home!

2007-03-27 Thread javalars
You think this was the good easy screen for new seam developer and team ? :-)) We look at seam for all this week in Goteborg company. Today seam is working good already in many sample application (booking is very good) with jBoss distribution. seam is good on Eclipse IDEs. Seam gen is working goo

[jboss-user] [JBoss Seam] - Re: Planning to remove @Begin(id=..)? Help Needed!

2007-03-27 Thread [EMAIL PROTECTED]
This feature is not really "official" yet because it's not documented or demonstrated in any of the example apps. It's actually part of the groundwork we needed to do for the upcoming JBossWS/Seam integration in 1.3.0. To configure it, you need to add an entry like this to your pages.xml: Y

[jboss-user] [JBoss Seam] - Re: Conceptual/Best Practice Question

2007-03-27 Thread [EMAIL PROTECTED]
I also have a stateful page view that displays a list of as a @DataModel. I also have conversations external to the page that manipulate entries int he model. I call back from the conversations... and manipulate the mode. In my code that requires to manipulate the model Inject it. |

[jboss-user] [JBossCache] - Re: Clustered/Multiprocess shared filecacheloader reliabilit

2007-03-27 Thread genman
There's no locking, so there might be some interference when accessing the same file system. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032234#4032234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032234

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-27 Thread kukeltje
They are for fresh installs, not updates from 3.1 to 3.2 The only tables missing are the identity tables. but those are straightfoward View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032232#4032232 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBossWS] - Re: BUG: MTOM with JBossWS 1.2.0SP1 server and Axis2 client

2007-03-27 Thread biroj
I tried with SoapUI client, In this case JBossWS does not drop an exception, but the transmitted file has filesize 0 if I enable MTOM enabled in SoapUI request View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032225#4032225 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Re: Conceptual/Best Practice Question

2007-03-27 Thread [EMAIL PROTECTED]
Well, can't you use an action in the jBPM process definition for that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=403#403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=403

[jboss-user] [JBoss jBPM] - Re: setting and accessing process variables in jpdl

2007-03-27 Thread shea.phillips
ok - so I now have 'script' contents being executed. Had to uncomment the Script.hbm.xml reference from jbpm's hibernate config file and include bsh.jar in my classpath. There is doco on this, but it didn't jump out at me initially. IMO, having Script support disabled by default is a bit wei

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1 Released

2007-03-27 Thread [EMAIL PROTECTED]
I should also draw everyone's attention to the fact that RichFaces is now integrated into seam-gen. BTW, apparently the ice guys are experimenting with an icefacesized version of seam-gen, so I look forward to seeing that soon. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Seam in a J2EE Environment

2007-03-27 Thread [EMAIL PROTECTED]
1) Depends what you mean. We currently have no special integration of JBoss AOP into Seam (though it is something we will probably do at some point in the future). However, by nature, JBoss AOP can enhance *any* class, it does not need to be any special kind of component. OTOH, most things that

[jboss-user] [EJB 3.0] - javax.annotation.Resource

2007-03-27 Thread urswag
Which jar library does implement | javax.annotation.Resource | ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032216#4032216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032216

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - javax.el.ValueExpression

2007-03-27 Thread urswag
Which tag library does implement javax.el.ValueExpression? Thanks Urs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032215#4032215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032215 __

[jboss-user] [JBoss Seam] - Re: selectManyMenu validation error

2007-03-27 Thread petemuir
I've just updated the http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ to answer this. But I'm not feeling very literate tonight, so if it still doesn't make sense, post back ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032212#4032212 Reply to

[jboss-user] [JBoss Seam] - Re: question about SafeActions and s:link

2007-03-27 Thread c_eric_ray
throw, not through. my bad. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032211#4032211 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032211 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - question about SafeActions and s:link

2007-03-27 Thread c_eric_ray
why would at org.jboss.seam.core.SafeActions.isActionSafe through an IllegalArguementException when using s:link I'm using Seam 1.1.6 here's the jsf | | element is a Seam componement annotated SFSB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40322

[jboss-user] [JBoss Seam] - Re: @Logger does not inject

2007-03-27 Thread [EMAIL PROTECTED]
Good point, Seam does not do any kind of injection until the object is fully constructed. However, if you declare a @Logger field static, it will be init'd even in the constructor ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032208#4032208 Reply to th

[jboss-user] [JBoss Seam] - Seam 1.2.1 Released

2007-03-27 Thread [EMAIL PROTECTED]
Seam 1.2.1 is out now. In addition to the usual bug fixes and updates, this release introduces the new hotdeploy feature that allow code changes and configuration changes to be deployed into a live application without redeploying/restarting the application as a whole. You've definitely got to

[jboss-user] [JBossCache] - Clustered/Multiprocess shared filecacheloader reliability

2007-03-27 Thread jivesociety
Can anybody confirm the reliablity of setting up TreeCache in a cluster (where nodes are in different machines) with optimistic locking setup with a shared filecacheloader. Basically, I want to make sure that there will not be any locking issues or bad writes with a configuration having mulitpl

[jboss-user] [JBoss jBPM] - jBPM, BPEL and JBoss 5 ?

2007-03-27 Thread zauberlehrling
Hello, do you have in your road map to install jBPM and the BPEL-Extension in JBoss 5? Regards! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032204#4032204 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032204 _

[jboss-user] [JBossWS] - BUG: MTOM with JBossWS 1.2.0SP1 server and Axis2 client

2007-03-27 Thread biroj
Hi, I have a possible bug report: JBoss AS 4.0.5 JBossWS 1.2.0 SP1 EJB3 Axis2 client with MTOM enabled I exposed an EJB3 exactly as it is described in JBossWS Guide as WS (with MTOM enabled) Endpoint: | @Remote | @WebService(targetNamespace = "http://org.jboss.ws/xop/doclit";) |

[jboss-user] [JBossWS] - Re: Error consuption web service

2007-03-27 Thread PeterJ
JDK 1.6 ships with jax-ws jar files, which then conflict with the jax-ws jar files provided JBossWS 1.2. I recommend not using JDK 1.6 with JBossWS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032200#4032200 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-27 Thread viniciuscarvalho
"kukeltje" wrote : did you try to run this script for updating a 3.1 database to a 3.2 database? I'm looking into this, but afaik, this is for creating a new database (even if one already exists). | | I did it several times and did not encounter these errors. It's simple, if the fk's are no

[jboss-user] [JBoss Messaging] - RediveryDelay implemented yet?

2007-03-27 Thread cresny
In our tests of JBoss Messaging 1.2.0.GA, RedeliveryDelay values are not having any effect, either in a Destination or when set as DefaultRedeliveryDelay in ServerPeer. The delay seems to remain at zero no matter what ms values are set. Is there another api that affects/enables RedeliveryDelay?

[jboss-user] [JBoss jBPM] - Re: setting and accessing process variables in jpdl

2007-03-27 Thread kukeltje
why not create a new topic for this if you already know it is oftopic??? anyway... Sorry, I have no idea never tried multiple apps accessing the same process in a seam way. For jBPM itself it is no problem. Maybe you should ask in the seam forum oh wait. :-) View the original post :

[jboss-user] [Installation, Configuration & Deployment] - Re: Linux - Problem in Jboss server starting

2007-03-27 Thread PeterJ
Modify the run.sh script to not use the -server option. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032195#4032195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032195 ___

[jboss-user] [JBoss Seam] - Re: @Logger does not inject

2007-03-27 Thread kukeltje
always null, or just in the constructor? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032194#4032194 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032194 ___ jboss-user mai

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-27 Thread kukeltje
did you try to run this script for updating a 3.1 database to a 3.2 database? I'm looking into this, but afaik, this is for creating a new database (even if one already exists). I did it several times and did not encounter these errors. It's simple, if the fk's are not deleted, you cannot drop

[jboss-user] [JBoss Seam] - Re: inheritance bundle for i18n?

2007-03-27 Thread xigua
I tried to add multiple bundles to a view-id in pages.xml separated by ',', no luck. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032191#4032191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032191 _

[jboss-user] [JBoss Portal] - Re: Security constraints for portlets

2007-03-27 Thread tajh
Months later... I think there is a programmatic way to do this. I have had the same issue, using JBP 2.4. You can implement a custom org.jboss.portal.theme.render.DecorationRenderer, or just subclass org.jboss.portal.theme.impl.render.DivDecorationRenderer (assuming you are using the divRend

[jboss-user] [JBoss Seam] - selectManyMenu validation error

2007-03-27 Thread jonathan.shin
I created EJB3 ManyToMany entities. User has a many to many relationship with Role. A user can have zero or more roles, and a role can have zero or more users. But, I?m getting validation error (?roles: Value is not a valid option?) when I clicked the ?Save? button. User Entity: | @Entity

[jboss-user] [JBoss Seam] - Re: Conceptual/Best Practice Question

2007-03-27 Thread msduk
That should have read... conversation as it lacks the '' part such as for pageflows org.jboss.seam.endPageflow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032187#4032187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Portal] - Re: Post login processing and put results in Portlet session

2007-03-27 Thread glarenzie
We have many processes that run before any portlets are instantiated. The docs seem to elude that injecting services may be the answer to my question. An example would be a user logs in based on his credentials a call to a legacy app returns a list of patients that the user has a relationship

[jboss-user] [JBossWS] - Re: wsconsume with provider sample

2007-03-27 Thread JimDaues
superomega - the trick is to use custom jaxws bindings. e.g. jaxws-bindings.xml http://www.w3.org/2001/XMLSchema"; | xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; | xmlns:jxb="http://java.sun.com/xml/ns/jaxb"; | xmlns:jaxws="http://java.sun.com/xml/ns/jaxws"; | wsdlLocat

[jboss-user] [EJB 3.0] - j2ee-1.4 web module and jee5 ejb module??

2007-03-27 Thread balteo
Hello, How do I call a ejb 3.0 from a class that belongs to a j2ee-1.4 module? Thanks in advance, Julien. P.S. I use Jboss 4.0.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032185#4032185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Seam] - Re: Conceptual/Best Practice Question

2007-03-27 Thread msduk
Thanks for the response Gavin. As the refresh is a potentially expenisve operation I wanted to limit it to just the conversation that bean is involved in. I noticed the org.jboss.seam.endConversation in the docs before but assumed it was any conversation as it lacks the '' part such as for pag

[jboss-user] [JBoss Seam] - Seam in a J2EE Environment

2007-03-27 Thread neilac333
I am new to Seam and have read quite a bit of material on the topic. While I have been remarkably impressed with the brilliant work by Gavin and his team, I have yet to find a lot of of strong references that convey the power of Seam in a J2EE environment. I think this is a big deficiency sinc

[jboss-user] [JBoss jBPM] - Re: setting and accessing process variables in jpdl

2007-03-27 Thread viniciuscarvalho
Kinda OT, but maybe someone could help me: Can I access a process deployed outside a seam application using @CreateProcess, @EndTask etc.? Seems that seam only allows process that resides inside the application and are defined on the components.xml Regards View the original post : http://www.j

[jboss-user] [Management, JMX/JBoss] - Deploying JBoss scheduler as part of my webapp. Not a sepera

2007-03-27 Thread java123
I currently have a seperate sar file that configures to schedule some tasks. Problem is everytime I add new scheduling tasks, I need to add additional supporting classes to sar file. There are also other issues with classcastexception which I won't go into. Is it possible to deploy my sar file a

[jboss-user] [JBoss jBPM] - Re: setting and accessing process variables in jpdl

2007-03-27 Thread dslevine
i am using 3.1.2 and script works for my use cases. Can you post the specific code that is having problems? Here is a sample of script code I use, where contractSummary is a variable placed into the workflow context in Java code: | | | |

[jboss-user] [Management, JMX/JBoss] - Re: authorization

2007-03-27 Thread tomerbd2
i found this: http://wiki.jboss.org/wiki/Wiki.jsp?page=AccessControlForJMXConsole I think this answers my authorization question... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032175#4032175 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Seam + jBPM multiple applications

2007-03-27 Thread viniciuscarvalho
Hello there! I'm developing a SOA lab using JBoss solutions. So far what we need is to have multiple seam applications that will interact with a single jbpm process. The whole idea is to show to our customers that they can achieve process reuse through the use of JBoss solutions. Well I've just

[jboss-user] [JBoss jBPM] - Re: setting and accessing process variables in jpdl

2007-03-27 Thread shea.phillips
#$#%^& truncated againcan't use angle brackets apparently... last bit was: 'is it possible that 'script' is not fully supported in jBPM 3.1.4? thanks, Shea. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032167#4032167 Reply to the post : http://www.jb

[jboss-user] [JBoss jBPM] - Re: setting and accessing process variables in jpdl

2007-03-27 Thread shea.phillips
My last reply did get truncated - probably my fault. What got clipped was saying that I thought the script element would possibly do what I need. '$myVar; should have been '$recordId', which I have since learned should be accessible as a naked string in an expression (i.e. recordId). I have do

[jboss-user] [JBossCache] - Re: How to access TreeCache from MBean ?

2007-03-27 Thread [EMAIL PROTECTED]
Because I looked for a standard one in the JDK 5 Javadoc for 10 mins and didn't find one, and that was my time budget for responding to the post. :-) Thanks for pointing it out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032165#4032165 Reply to the post

[jboss-user] [JBossCache] - Re: PojoCache, Serializable object and cluster

2007-03-27 Thread [EMAIL PROTECTED]
Just a theory: perhaps the optimization that checks if the object is already bound is seeing it's the same object and ignoring the second putObject() call? I.e. the optimization isn't being bypassed if the object isn't Advised? View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - How can I do to obtain POST data ?

2007-03-27 Thread aristide
I´m sending an page to an CREDIT CARD server and it send me an page with POST data. I do an page like BLOG entry.xml and a stateless bean like EntryAction.java but I´m not obtaining POST data. How can I do ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40321

[jboss-user] [JNDI/Naming/Network] - Re: Tomcat Custom Resource

2007-03-27 Thread genman
Not sure context.xml is supported in JBoss ... You may need to create a jboss.xml or jboss-web.xml instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032158#4032158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JNDI/Naming/Network] - Re: Does JBoss support Oracle 10 g oracle.jdbc.pool.OracleDa

2007-03-27 Thread genman
There are examples in $JBOSS_HOME/docs ... Not sure there is (or needs to be) 10g specific files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032156#4032156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032156

[jboss-user] [JBossCache] - Re: How to access TreeCache from MBean ?

2007-03-27 Thread genman
I don't know why you guys suggest that class, and not the standard one: http://java.sun.com/j2se/1.5.0/docs/api/javax/management/MBeanServerInvocationHandler.html | | | If you have an MBean server mbs containing an MBean with ObjectName name, and if the MBean's management interface is d

[jboss-user] [JBoss jBPM] - Re: setting and accessing process variables in jpdl

2007-03-27 Thread dslevine
I think you can do all that. I dont see "$myVar" in your code sample, and your second sentence didn't quite finish. Look at decision nodes, and look at the script elements and variable tags in jpdl. Take a look in the docs and post here if you need clarification. View the original post : ht

[jboss-user] [JBoss jBPM] - Re: jBPM : Couldn't be that complicated...

2007-03-27 Thread viniciuscarvalho
"michea" wrote : To create the tables, I used the script given with 3.2 GA after : | - removing the firsts ALTER TABLE instructions | - adding ";" at the end of each line | | It seems to work, for the login/pass I just uses a properties file. | | We are still struggling with transact

[jboss-user] [EJB 3.0] - Re: CMP Entity and foreign keys

2007-03-27 Thread abhinav19
Hi Strunker I will check this out in my DB and reply again. I am also stuck in the problem. My post is following http://www.jboss.com/index.html?module=bb&op=viewtopic&t=104529 Please look into it. I am using Oracle 10g XE. Regards Abhinav View the original post : http://www.jboss.com/index.

[jboss-user] [JBossCache] - Re: PojoCache, Serializable object and cluster

2007-03-27 Thread jacek187
About PojoCache.putObject()PojoCache.getObject() (look into testPojo() method) Scenario is: 1. PojoCache is empty 2. Create instance of Serializable object 3. Call PojoCache.putObject() on first cache. 4. Get object fom second cache (object was replicated), 4. Change something in object 5. Because

[jboss-user] [JBoss Messaging] - Re: Running jboss-messaging client in the JBoss AppServer

2007-03-27 Thread jaink
We have same issue. We are using EJB3 MDBs and a servlet that creates a local listerner in the same server instance as JBM (1.2.0.GA). Could you please let me us know what finally worked for you? I have tried replacing remoting jar but EJB3 seems to stop working then. View the original post :

[jboss-user] [Performance Tuning] - Re: Slower JBOSS 4

2007-03-27 Thread jerrynolan
Have you had any luck in your research? We ourselves took a big performance hit when we upgraded to 4.x, although we made several new deployments at the same time that could be part of our decreased performance too. Here are a couple of links you might have already seen - if not, they are help

  1   2   3   >