[jboss-user] [JBoss jBPM] - Re: Stateless Process Engine executor threading issues

2007-03-01 Thread jorgemoralespou_2
Hi Ronald, I'm posting here the code. Web service | @WebService(name = ProcessTestService, targetNamespace = http://test/ws;, serviceName = ProcessTestService) | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class ProcessTestService { | |public String

[jboss-user] [JBoss Seam] - Re: How to use @Id @GeneratedValue(strategy=GenerationType.A

2007-03-01 Thread hstang
tonylmai wrote : | | Can I create a new object of this class with just the message and let Hibernate create the id? | Yes tonylmai wrote : | In the database end, do I create the table for this entity with column id declared as bigint? | Hibernate does this automatically for you

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-03-01 Thread petemuir
No. Don't put it in the lib folder. Follow the examples provided for packaging. It looks like converter isn't getting used. As for why... You should check with a breakpoint whether the converter is used. You could also try registering the converter by id - org.jboss.seam.EntityConverter

[jboss-user] [JBoss Seam] - Re: ResourceBundle in hebrew / default locale

2007-03-01 Thread trouby
Solved, It is required to use an editor that supports automatic encoding. Eclipse resourceBundleEditor from 'http://www.resourcebundleeditor' makes a perfect job here ;) Any clue why 'he' language being the default one although en_US was set in default-locale tag? thanks View the

[jboss-user] [Beginners Corner] - Re: Connection Pooling

2007-03-01 Thread [EMAIL PROTECTED]
ConnectionPooling for EE resources (JDBC connections, JMS connections etc) is provided by JBossJCA. The general Wiki can be found here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA and information specific to connection pools can be found here:

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-03-01 Thread swestbom
You seemed to have commented out the hack code for IE6 and 7: org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor in core Don't know if you meant to do it in a cleaner way or what View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024421#4024421

[jboss-user] [JBoss Seam] - Re: How to use @Id @GeneratedValue(strategy=GenerationType.A

2007-03-01 Thread trickyvail
In Enterprise JavaBeans 3.0 (O'Reilly 2006) it states The AUTO strategy tells the persistence provider that you are allowing it to generate the key for you (page 94). I don't specifically know the Hibernate implements this feature, but might I suggest that you utilize the features of your

[jboss-user] [JBoss Seam] - Re: Redirect to HTTPS

2007-03-01 Thread spambob
Hi Shane, while I'm certainly happy that http-https switching functionality is available (that's what I've been asking for) I was wondering if you implemented any security precautions because by switching from https back to http you open a security hole if you rely only on the jsessionid

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-03-01 Thread spambob
mjek2 wrote : ... I can only partially agree with it: sure, excel is proprietary, but it's a de-facto standard, whether we like it or not (and yes, I use OpenOffice too ;). And AFAIK OpenDocument file format is rather complex (and JExcel is rather simple and hence can be integrated faster). But

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-03-01 Thread swestbom
Never mind, just read up on the syntax. It is correct, it just isn't working View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024425#4024425 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024425

[jboss-user] [JBossCache] - Re: EvictionPolicyConfig

2007-03-01 Thread [EMAIL PROTECTED]
Is this Hibernate 3.2.0.GA? Just so you know, some CRs had a bug in the way Fqns were generated by Hibernate, and everything ended up as direct descendents of Fqn.ROOT. http://opensource.atlassian.com/projects/hibernate/browse/HHH-1796 View the original post :

[jboss-user] [JBossCache] - Re: memory leak

2007-03-01 Thread [EMAIL PROTECTED]
Thanks for this, will investigate. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024427#4024427 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024427 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: TreeCache config in cluster

2007-03-01 Thread [EMAIL PROTECTED]
Are the weblogic installs in different directories? Dow do you vary your weblogic configuration? Perhaps you could do something similar for your JBoss Cache configs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024429#4024429 Reply to the post :

[jboss-user] [JBoss Seam] - SessionBean Interface @Local Annotation

2007-03-01 Thread trickyvail
I was tracking down an error in my code and noticed that the Seam example code may be missing an annotation. Specifically the ShoppingCart.java interface in the DVD Store example does not have a @Local annotation although it does appear to define a locally accessed stateful session bean. Is

[jboss-user] [JBossCache] - Re: memory leak

2007-03-01 Thread [EMAIL PROTECTED]
See http://jira.jboss.com/jira/browse/JBCACHE-990 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024431#4024431 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024431 ___

[jboss-user] [JBossCache] - Re: long wait when cache is started

2007-03-01 Thread [EMAIL PROTECTED]
Could you enable trace level logging? Just to test where the time is being spent? Could be in obtaining database connections - are you pooling the connections? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024432#4024432 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Stateless Process Engine executor threading issues

2007-03-01 Thread kukeltje
Thanks, but... this is not something I can run out of the box. I need a webcontainer (that I have) , webservice loadtestclient (strange word, but I don't have it) etc...etc...etc... so unfortunately it's not usable for me this way (it's not a unit test). Do you think you can still create a unit

[jboss-user] [JBoss Seam] - safety of licenses of the libraries used in Seam ?

2007-03-01 Thread codelion
Noticing new .jar files in seam-gen generated code. Good, but having a moment of worry here. Where is a statement I can show a client that says something like whatever libraries are within the Seam distribution are safe to use in commerical projects, i.e. at least Apache License or something

[jboss-user] [JBoss jBPM] - Re: Stateless Process Engine executor threading issues

2007-03-01 Thread jorgemoralespou_2
I'll try to post it tomorrow morning. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024435#4024435 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024435 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Alter the flow of a process instance

2007-03-01 Thread adrianr
as i suspected this method doesn't log changes, so I think I need to consider your idea of adding temporarily transitions between the nodes, because I need logging the change. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024437#4024437 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Cannot use a custom Converter...

2007-03-01 Thread mgervais
Does somebody has an idea?I 'm doing the same thing as in examples... I've re checked everythng... I dnt understand why the exceptio says I've a String instead of a Converter class... Cannot convert [EMAIL PROTECTED] of type class java.lang.String to interface javax.faces.convert.Converter

[jboss-user] [JBoss Seam] - Re: Error javascript in s:selectDate

2007-03-01 Thread bsmithjj
yep - In Seam 1.2.0, the javascript appears to be broken (in firefox anyway) for s:selectDate /. | Error: __selectDate is not defined | Source File:

[jboss-user] [JBossCache] - Re: Performance Tests and TimeoutException

2007-03-01 Thread [EMAIL PROTECTED]
The problem with going up to more than say 5 or 6 nodes is that replication and 2 phase commits across a cluster become a big overhead and you will find that the app does not scale. I'm assuming you're using synchronous replication. As a solution, to help things scale better, either use

[jboss-user] [JBossCache] - Re: PojoCacheListener does not propagate in a cluster

2007-03-01 Thread [EMAIL PROTECTED]
Is this only with pojocache? Do you still have the problem with the vanilla cache as well? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024441#4024441 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024441

[jboss-user] [JBoss Seam] - Re: safety of licenses of the libraries used in Seam ?

2007-03-01 Thread [EMAIL PROTECTED]
Uhm, are you sure that makes sense? If a developer on our side tells you we think we do this and that, but I am not a lawyer, what good is that for the lawyer on your side? On the other hand, if there is no lawyer on your (or your customers side), we can tell you whatever we want? What I'm

[jboss-user] [Clustering/JBoss] - Clusters other than Jboss?

2007-03-01 Thread pc_cruiser
I haven't seen any posts concerning other clustering technologies and Jboss. More or less curious; I have obviously read a ton of material on the built-in clustering features in Jboss; but does Jboss work (or even integrate well) on other clustering platforms? Has anyone done this or seen this

[jboss-user] [JBossCache] - Re: Problems while using JBoss Cache Replication in Cluster

2007-03-01 Thread [EMAIL PROTECTED]
Could you paste a few of the log messages leading up to this exception? Also, have you tried this with 1.4.1.SP1 or SP2? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=402#402 Reply to the post :

[jboss-user] [JBoss Seam] - No more @CollectionId in Seam?

2007-03-01 Thread josephhu
Hi, I am porting some of my old Hibernate classes to Seam when I noticed that in /lib/hibernate-all.jar, org.hibernate.annotations.CollectionId is no longer present. Is this an oversight or are we not supposed to use @Collection in Seam? Thanks, -Joseph View the original post :

[jboss-user] [Installation, Configuration Deployment] - Upgrading Server, SQL Server, JBoss, Java, JDBC for Large sc

2007-03-01 Thread virtualblue
Hi. We are preparing to migrate a large(over a million lines of code) Java(beans, JSP servlets etc) reporting application from Windows NT to Windows 2003 Server, MSSQL server 7 to 2005, Jboss 3.02 to 4.04, Java 1.4 to 1.5(5) and JTurbo JDBC driver 3 to 2005. I am not the original developer and

[jboss-user] [JBoss Seam] - Re: safety of licenses of the libraries used in Seam ?

2007-03-01 Thread codelion
That's good enough for my peace of mind, a good faith effort. At least I've confirmed you're not knowingly or intentionally (or recklessly) inserting commerical libraries. Common sense told me that's what you do, but I couldn't find it in writing. View the original post :

[jboss-user] [JBoss Seam] - IceFaces with Seam Mail

2007-03-01 Thread karthikjboss
Hi, This is connected to JBSEAM-827. I have an IceFaces Menu bar which has menu items to the child level. When I invoke Seam e-mail functionality from this page, I get the following exception. java.lang.NullPointerException: at

[jboss-user] [JBoss Seam] - explicit conversation id issue

2007-03-01 Thread lle
Hi all, I am trying to begin a conversation with an explicit id sent as a HTTP request param. In my conversation-scoped bean, i have the following code: | @RequestParameter | private String conversationId; | | @Begin(id=#{conversationId},join=true) @Create | public String

[jboss-user] [JBossCache] - Re: Buddy Replication and Replication Queue

2007-03-01 Thread [EMAIL PROTECTED]
This is because by the time the replication queue fires, the buddy group membership may have changed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024451#4024451 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024451

[jboss-user] [JBoss jBPM] - Re: Alter the flow of a process instance

2007-03-01 Thread kukeltje
I just remembered something... What I (once) did was create one kind of 'I'm-doing-something-out-of-the ordinary' node. That node had an actionhandler on node-enter that logged something AND looked at a process variable to see what node to go to next. There were no incomming or outgoing

[jboss-user] [JBoss Seam] - Re: How to use @Id @GeneratedValue(strategy=GenerationType.A

2007-03-01 Thread tonylmai
It turned out that the @Id @GeneratedValue(strategy=GenerationType.AUTO) worked just fine. The problem with my code was that I had a constructor that takes in the message. In order for the id to be generated by the Persistent layer, I needed to construct the object using the default

[jboss-user] [JBoss Seam] - Re: ResourceBundle in hebrew / default locale

2007-03-01 Thread kukeltje
en_US not being available? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024455#4024455 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024455 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Injection intermittent problem on the example 'message'

2007-03-01 Thread tonylmai
Hello, I modified the code in the example 'messages' bundled with Seam. I injected a (session) UserAccount to the class MessageManagerBean and modified the findMessages to include a where clause in the query. It worked like a champ and all corresponding messages belong to this user were found

[jboss-user] [JBoss Seam] - view-handler disabled when using Ajax4JSF ?

2007-03-01 Thread codelion
Seam-gen in faces-config.xml now has a comment !-- Disabled when using Ajax4JSF -- | !-- | view-handlerorg.jboss.seam.ui.facelet.SeamFaceletViewHandler/view-handler | -- Glad there is a comment, but the missing view-handler confuses. I thought the view-handler

[jboss-user] [JBoss Seam] - Re: ResourceBundle in hebrew / default locale

2007-03-01 Thread tonylmai
Try setting 'he' as the default locale in your browser. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024458#4024458 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024458 ___

[jboss-user] [JBoss Seam] - Re: Ajax4jsf Filter -- I go wild page

2007-03-01 Thread SergeySmirnov
add forceparser as an init param set to false i.e. : display-nameAjax4jsf Filter/display-name filter-nameajax4jsf/filter-name filter-classorg.ajax4jsf.Filter/filter-class init-param param-nameforceparser/param-name param-valuefalse/param-value /init-param filter-mapping also,

[jboss-user] [JBoss Seam] - Re: Ajax4jsf Filter -- I go wild page

2007-03-01 Thread SergeySmirnov
for filter mapping: dispatcherREQUEST/dispatcher | dispatcherFORWARD/dispatcher | dispatcherINCLUDE/dispatcher View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024461#4024461 Reply to the post :

[jboss-user] [JBoss Seam] - Re: view-handler disabled when using Ajax4JSF ?

2007-03-01 Thread codelion
Found it in web.xml. Comment in faces-config.xml could have mentioned that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024462#4024462 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024462

[jboss-user] [JBossWS] - Re: jbossws 1.2.0.GA installation instructions confusion!!

2007-03-01 Thread mcc4u
Hi, I installed the jbossws-1.2.0.GA and noticed jboss-xml-binding.jar file is missing. Is there any other place to get it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024463#4024463 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: BPEL generate-artifacts error

2007-03-01 Thread [EMAIL PROTECTED]
The target generate-service creates binding and service definitions for your process. Look at the WSDL files it produces. The WSDL file that contains the service definition should have a targetNamespace that matches your BPEL file's: definitions targetNamespace=urn:samples:listadmin |

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-03-01 Thread mariuszs
pages.xml ending conversation is broken with 1.2, only works with plain navigation.xml! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024466#4024466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024466

[jboss-user] [JBoss Seam] - Re: ResourceBundle in hebrew / default locale

2007-03-01 Thread tonylmai
May I ask how you type Hebrew language into the resourceBundleEditor? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024468#4024468 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024468

[jboss-user] [JBoss Messaging] - JBoss Messaging 1.2.0.GA Released

2007-03-01 Thread [EMAIL PROTECTED]
JBoss Messaging 1.2.0.GA has been released and it is available for download on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and sourceforge (http://sourceforge.net/project/showfiles.php?group_id=22866package_id=157261). The 1.2.0.GA release comes with too many changes to

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-03-01 Thread [EMAIL PROTECTED]
I only have 10Gb limit a month on my ISP Plan. ;) These releases are coming thick and fast which is GREAT :). MyEclipse download was getting out of control at over 150MB (which now includes the complete Stack including Eclipse and MyEclipse in an ALL-In-ONE!)... and they now use some UBER

[jboss-user] [News Announcements] - JBoss Messaging 1.2.0.GA Released

2007-03-01 Thread [EMAIL PROTECTED]
JBoss Messaging 1.2.0.GA has been released and it is available for download on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and sourceforge (http://sourceforge.net/project/showfiles.php?group_id=22866package_id=157261). The 1.2.0.GA release comes with too many changes to

[jboss-user] [JBossCache] - System properties to load PropertyConfigurator

2007-03-01 Thread jivesociety
Is there a way to setup the PropertyConfigurator XML file with values from a System environment variable. More specifically I want to setup the cacheloader location property to be dynamic based on deployment environment. Like: location=${deployment.environment.location} View the original post

[jboss-user] [JBossWS] - JBossWS 1.2 on JBoss AS 4.0.5

2007-03-01 Thread loopingrage
I'm running JBoss 4.0.5 without EJB3 on JDK 1.5. I'm confused as to which version of JBossWS I should be using. The installation instructions say to use the standard release (non 14) on JDK 1.5 but when the server starts up, I get a message complaining about EJB3 not being started. View the

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-03-01 Thread meghanai_99
After much investigation and debugging I have confirmed that this is a bug in JBPM-BPEL / JBossWS [ I am not sure exactly where it happens during building partnerlinkTypes or internal to JBossWS]. It cannot read 'portType' correctly if it comes from different namespace. I have verified this in

[jboss-user] [JBoss Seam] - Re: ResourceBundle in hebrew / default locale

2007-03-01 Thread trouby
I dont understand the question, What do you mean by how? By standards,created file per language and typeed words in hebrew into the edited file. The editor handles the encodings correctly. Asaf. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Is CMP 1.1 with jaws.xml no longer supported?

2007-03-01 Thread snicholls11
I have a client who has some legacy CMP 1.1 code with finders configured in a jaws.xml file. When attempting to deploy the application on JBoss 4.0.4GA, they are now encountering an exception like the following: javax.ejb.FinderException: Unknown query: public abstract java.util.Collection

[jboss-user] [JBoss Seam] - shouldn't EntityManagerProxy be serializable?

2007-03-01 Thread [EMAIL PROTECTED]
| Mar 1, 2007 5:18:03 PM org.apache.catalina.core.StandardContext reload | INFO: Reloading this Context has started | 17:18:03,882 WARN [[/PIACSeam]] Cannot serialize session attribute org.jboss.seam.CONVERSATION#2$entityManager for session 27DF7109E51BB46D73A3D5A0D30CCF66 |

[jboss-user] [Messaging, JMS JBossMQ] - jboss MQ to websphere MQ Mapping

2007-03-01 Thread indrakshi
We are currently rewriting our application that sends message to ibm MQ to use jboss. I am trying to figure out the best way to connect ibm MQ from jboss. Is there way to map jboss queue to an ibm mq queue. Meaning if a sessionBean send a message to jboss MQ, it would finally end up in ibm MQ.

[jboss-user] [JBoss Seam] - Re: Trinidad / ajax4 jsf doesn´t work anymore in Seam 1.2.0

2007-03-01 Thread josephhu
Can you please post your web.xml after you got Trinidad to work again? Thanks, -Joseph View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024481#4024481 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024481

[jboss-user] [JBoss Seam] - Re: ResourceBundle in hebrew / default locale

2007-03-01 Thread tonylmai
I guess my question is due to the fact that I don't know how to use international language on a computer. :( I am trying to develop a site with Vietnamese yet I don't know to type Vietnamese using a computer, especially with a tool like Eclipse. I was thinking of asking a developer in Vietnam

[jboss-user] [JBossWS] - Re: jbossws 1.2.0.GA installation instructions confusion!!

2007-03-01 Thread [EMAIL PROTECTED]
I am sorry, we update. http://repository.jboss.com/jboss/jbossxb/1.0.0.CR9/lib/jboss-xml-binding.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024483#4024483 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024483

[jboss-user] [JBoss Portal] - Re: When will 2.4.2 be released?

2007-03-01 Thread [EMAIL PROTECTED]
Hey Jules, What about the next release of 2.6 ? I'm very keen to get hold of the fixed CMS that is now in Beta1. Is that newer code available for download in SVN ? Thanks, Ian View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024484#4024484 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: How to deploy the webapp outside the default location?

2007-03-01 Thread jacklty
Awesome! It works like a charm. Now I have the ear expanded and deployed outside the [jboss_server]/deploy/ . Thank you very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024485#4024485 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-03-01 Thread [EMAIL PROTECTED]
If operation details are not read into the javax.wsdl.Operation instance, then the problem is neither jbpm-bpel nor jbossws, but wsdl4j. Thanks a lot for your investigation. Now I can start with wsdl4j directly. View the original post :

[jboss-user] [JBossWS] - Re: org.jboss.ejb3.client.ClientLauncher in which Jar file?

2007-03-01 Thread alexsun
I can not find it in my Jboss AS 4.0.5 with Ejb3 + WS 1.20. In the 1.20 Sample, this class is used but I don't know where I could find the jar file. Any one can help me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024487#4024487 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-03-01 Thread [EMAIL PROTECTED]
anonymous wrote : So I guess I need to file JIRA issue? Please let me know which module is the correct one to file it - JBPM-BPEL or JBossWS. Also what is the average turnaround time for fixing bugs, I know the answer depends on various factors but some idea would be good. Please file it under

[jboss-user] [JBoss jBPM] - Re: Problem BPEL: SOAP Messages in a web service invocation

2007-03-01 Thread [EMAIL PROTECTED]
jBPM sends whatever content you put in the message parts. How does your BPEL process create the content of the parameters part? Please post the relevant portions of your process only. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024489#4024489 Reply to the

[jboss-user] [Messaging, JMS JBossMQ] - Re: jboss MQ to websphere MQ Mapping

2007-03-01 Thread [EMAIL PROTECTED]
Please see: http://wiki.jboss.org/wiki/Wiki.jsp?page=IntegrationWithWebSphereMQSeries View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024490#4024490 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024490

[jboss-user] [Messaging, JMS JBossMQ] - Re: jboss MQ to websphere MQ Mapping

2007-03-01 Thread indrakshi
Thank you!! I did start with this link. It talks about how to connect MQSeries from jboss AS. What I want to do is to write to jboss queue from session beans and jboss queue would somehow transfer them to MQSeries queue. Don't know if that is feasible. The link talks about a separate process

[jboss-user] [JBoss Seam] - Seam security with JAAS config

2007-03-01 Thread pdpantages
Hello Forum, seam 1.1.6.GA jboss-4.0.5.GA ajax4jsf-1.0.6 Facelets I am trying out the new seam security. I want to use the JAAS security as described in sec. 12.2.5.1 of the ref manual. I would like to know if there is a working example anywhere I could look at. What I have tried is: We

[jboss-user] [Messaging, JMS JBossMQ] - Re: jboss MQ to websphere MQ Mapping

2007-03-01 Thread [EMAIL PROTECTED]
The use case you describe is listed in the documentation. Whether you want to produce or consume from either JBoss or WASMQ, the concepts are the same. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024492#4024492 Reply to the post :

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0.GA NumberFormatException For ENDPOINT_ADDR

2007-03-01 Thread [EMAIL PROTECTED]
I believe the andpoint address is invalid because it doesn't have a context path. Shouldn't it be something like http://myhost:8791/some-context View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024494#4024494 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Ajax4jsf Filter -- I go wild page

2007-03-01 Thread svadu
Btw, the seam examples don't use the dispatcher tags in the ajax4jsf configurations... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024495#4024495 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024495

[jboss-user] [JBoss Seam] - Re: system requirements for jboss seam

2007-03-01 Thread svadu
Rights, I was already using ajax4jsf though. But just from my experience when I upgraded my webapp from JSF to Seam that runs on Resin on remote hosting I actually gained a lot of performance due to introduction of conversation (had to use request before) that allowed to use some sort of

[jboss-user] [JBossWS] - jboss WS-Security deployment descriptor (jboss-wsse-server.x

2007-03-01 Thread jerro
I'm relatively new to jboss and web services security. I need to enable security processing with JSR-181 endpoints, as described here http://labs.jboss.com/portal/jbossws/user-guide/en/html/wssecurity.html, My problem is the server side configuration file (jboss-wsse-server.xml). I am

[jboss-user] [JBoss jBPM] - jBPM Process Image Quirks

2007-03-01 Thread julian_k
Hi, I am using jBPM 3.0.x and the process image tag doesn't seem to position the table with the red border properly over the current node. It appears to work on certain nodes, but not others. I have tried to recreate the process image, but that makes no difference. The value in GPD.xml

[jboss-user] [JBoss jBPM] - Re: wscompile fails to generate artifacts for included xsd

2007-03-01 Thread meghanai_99
http://jira.jboss.com/jira/browse/JBWS-1553 Thanks, Meghana View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024499#4024499 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024499

[jboss-user] [JBoss jBPM] - Re: jBPM Process Image Quirks

2007-03-01 Thread julian_k
sorry forgot to mention that the red box y-axis value is too small. The first column in the table doesn't have the appropriate height. The value is calculated with the code (boxConstraint[0] - borderWidth) and I see nothing wrong with this. I guess it comes down to whether or not these

[jboss-user] [JBoss Seam] - Hibernate annotations and Lucene

2007-03-01 Thread beligum
Hi all, I'm trying to integrate Lucene into Seam (planning to write a wiki-item on this topic). It seems like it's possible, but there are some versioning-issues with the Hibernate packages. The hibernate-annotations.jar package contains the org.hibernate.search package, but it's not in the

[jboss-user] [Installation, Configuration Deployment] - Re: Upgrading Server, SQL Server, JBoss, Java, JDBC for Larg

2007-03-01 Thread genman
Well, it's a big project, and I doubt you'll get much help on every detail of it here. With regards to migration, the easiest thing is to simply throw your code on to the new JBoss and see what breaks. Now, the great thing about JBoss is that it is fairly backwards compatible. The trouble

[jboss-user] [JBoss Seam] - Seam breaks with Groovy

2007-03-01 Thread trouby
Hi, I have an annoying issue, I'm trying to pack Seam (jboss-seam.jar/thirdparty-all.jar) plus Groovy scripting language (http://groovy.codehaus.org/) As it seems, Seam uses ASM package (by Objectweb) while Groovy do the same. Problem is that Groovy comes with asm ver 2.2 while I'm not sure

[jboss-user] [Messaging, JMS JBossMQ] - Re: JmsMessageConsumer vs SpiMessageConsumer

2007-03-01 Thread genman
The docs will only explain external interfaces for users, and wouldn't mention the specific implementation details, which you are asking about. Just a guess (since it's been some time), one is used for MDB and the other for message listeners using the plain JMS api. Or I could be mistaken...

[jboss-user] [Remoting] - Re: InvokerCallbackHandler.getSessionId() ?

2007-03-01 Thread fatbatman
Hi Ron, ServerInvokerCallbackHandler.getClientSessionId() is exactly what I was looking for. Many thanks to both of you James View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024506#4024506 Reply to the post :

[jboss-user] [JBoss Portal] - Re: When will 2.4.2 be released?

2007-03-01 Thread [EMAIL PROTECTED]
The release process of beta 1 is going to start next week. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024507#4024507 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024507 ___

[jboss-user] [JBoss Seam] - Re: SessionBean Interface @Local Annotation

2007-03-01 Thread rmemoria
I suspect since it's not a full configured statefull bean, SEAM handles it as a Java Bean. Notice that in BestSellersBean.java there is a @In(create=true) | ShoppingCart cart; it references the Class and not the interface. best, Ricardo View the original post :

[jboss-user] [JBoss Seam] - Re: Seam breaks with Groovy

2007-03-01 Thread atao
Hello, thirdparty-all.jar doesn't contain the full asm library. The simplest way is to use the groovy archive with dependencies, that is groovy-all-1.0-RC-01.jar. Regards Pierre View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024509#4024509 Reply to the

[jboss-user] [JBoss jBPM] - Re: Unable to get the Hello World Example Running

2007-03-01 Thread meghanai_99
The user guide included in the jbpm-bpel-1.1-Beta3 explains the mechanics behind that class. You will find the file under jbpm-bpel-home\doc\userguide\pdf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024510#4024510 Reply to the post :

[jboss-user] [JBoss Seam] - Setting up an ajax4jsf + trinidad project

2007-03-01 Thread dustismo
I am trying to set up a new project using ajax4jsf+trinidad and having problems. I have followed this doc: http://wiki.apache.org/myfaces/TrinidadSeamAjax4JsfFaceletDetail I am getting this error: | 17:12:13,846 INFO [StartupServletContextListener] Serialization provider : class

[jboss-user] [EJB 3.0] - ejbql query-path of derived entity

2007-03-01 Thread gnulp
I tried to drill down the problem to following simple example: Address has a simple relation to Person which is derived from Employee ... | @javax.persistence.Entity | public class Address { | String street; | Long id; | Person person; | public String getStreet() {

[jboss-user] [JBoss jBPM] - Re: Beginner: invoce web services from process: Hello, ATM,

2007-03-01 Thread meghanai_99
I am little bit confused about providing the endpoint for the external webservice. The userguide says - anonymous wrote : | Note | The endpoint address comes from the port element in the WSDL file, not from the URL in the catalog. To | invoke a partner service, jBPM BPEL requires the full

[jboss-user] [Security JAAS/JBoss] - Re: I need helps from anyone about JAAS with DatabaseServerL

2007-03-01 Thread changemylife
I wonder that some informations (username and passwd) that user enter and informations that Jboss server get from mySQL were encoded ? So, they not match ! Have any ideals ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024515#4024515 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Latest JAAS Tutorial for Database communication

2007-03-01 Thread changemylife
Hi! I have same problem. I wonder that some informations that user entered (username and passwd) were encoded ? Some informations that get from mySQL is plain text ! So they can't match ! Have any ideal ? Thanks! View the original post :

[jboss-user] [JBoss Seam] - Re: Hibernate annotations and Lucene

2007-03-01 Thread [EMAIL PROTECTED]
As soon as we (Seam) get an updated version of E-EJB3 to work with. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024517#4024517 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024517

[jboss-user] [JBoss Seam] - Re: explicit conversation id issue

2007-03-01 Thread [EMAIL PROTECTED]
@Begin(id=#{param.conversationId},join=true) @Create | public String findSessions() { | ... | } View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024518#4024518 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024518

[jboss-user] [JBoss Seam] - Re: Error javascript in s:selectDate

2007-03-01 Thread [EMAIL PROTECTED]
Have you installed the Seam Resource Servlet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024519#4024519 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024519 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: IceFaces with Seam Mail

2007-03-01 Thread petemuir
What does your mail template look like - post any facelets involved. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024520#4024520 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024520

[jboss-user] [JBoss Portal] - Help deciding on using JBoss Portal

2007-03-01 Thread moux
Dear all, We're working on a 3 phrase project, for the first phrase we would like to have working portal up and running in less than a month. JBoss components and JBoss portal offer great features. I have following question which highly appreciate if get answered: 1) Which version to choose

[jboss-user] [JBoss Seam] - Re: Are Seam-managed transactions limited to JSF?

2007-03-01 Thread rmcdonough
Hey Gavin, Thanks a lot for the tips! It took a few trial and errors, but this is working like a champ now and I'm quite happy with the results. Now there's two frameworks to thank you for ;) Seam is freakin' great. Ryan- View the original post :

[jboss-user] [JBoss Seam] - Re: Seam security with JAAS config

2007-03-01 Thread [EMAIL PROTECTED]
Seam Security only uses JAAS for authentication, not for authorization. I'm guessing that your action is protected with some container security mechanism, rather than the authorization features provided by Seam? View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Latest JAAS Tutorial for Database communication

2007-03-01 Thread jaikiran
aleksab wrote : What about when you want to secure a client? | | I've added a policy to the conf/login-config.xml, which seems to work. It connects to the database, but the username is always null (found out by examining the mysql log) | | In the client i'm using a LoginContext, and

[jboss-user] [Security JAAS/JBoss] - Re: I need helps from anyone about JAAS with DatabaseServerL

2007-03-01 Thread jaikiran
anonymous wrote : Then, I run my main class and from console I enter username and passwd. But any informations that I entered can't call method on ActionBean (ex:obj.getCallInfo()). Do you see any exceptions?If yes, post the exception stacktrace. Also post the trace logs of security package

[jboss-user] [JBoss Seam] - Re: Redirect to HTTPS

2007-03-01 Thread [EMAIL PROTECTED]
Session management is provided by tomcat/the servlet spec, so unfortunately Seam has no control over this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4024526#4024526 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4024526

<    1   2   3   4   >