[JBoss-user] [JBoss Seam] - Re: Support for Internationalization

2006-06-08 Thread empty11
Thanks a lot. Gavin and sbryzak2. It works and run very well with I18N. Have a nice day!! # Ritchie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949778#3949778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949778

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Undeploy exploded web app

2006-06-08 Thread NickDeGraeve
Yes, but when you copy, files/dirs that aren't needed anymore, will not be deleted, they just remain. That's why I need to delete my entire app.war/ directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949789#3949789 Reply to the post : http://www.jbo

[JBoss-user] [JBoss jBPM] - Re: [BPEL_deployment] Proof Of Concept to convince my compan

2006-06-08 Thread Arnaud.SOYER
anonymous wrote : you did not quite follow the instructions in the user guide :-) ... jbpm-bpel-x.jar must be in your classpath Oh... What for a stupid mistake ! I think I should avoid any alcoholic drink ! Everything allright now, works well. Thanks for these explanations about Ant tasks (reall

[JBoss-user] [JBossWS] - Re: JSR-181 POJO and JAAS

2006-06-08 Thread fheldt
Thomas, thanks for your reply, i didn't know that fact. But: my sample is a EJB Endpoint, so the question remains: Why does it not work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949793#3949793 Reply to the post : http://www.jboss.com/index.html?module=

[JBoss-user] [Javassist user questions] - RuntimeException: cannot set to static

2006-06-08 Thread mburger
Hello! I wrote a class that removes final modifier from given classes, here's the most relevant method: public void instrument(CtClass clazz) { | | int modifiers = clazz.getModifiers(); | | if (Modifier.isFinal(modifiers)) { | logger.info("Will remove

[JBoss-user] [JBoss jBPM] - [jBPME][3.1.1] Transition in timer

2006-06-08 Thread ephemeris-lappis
Hello. I'm not sure i understand the user guide about transition in timer. In the following example, a timer is defined with a transition attribute. On timeout, the script is executed as expected, but the process stays on the same state, ignoring the given transition... | |

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - deloy EJB probems!

2006-06-08 Thread ancinsong
ejb-jar.xml ShoppingCart ejb ShoppingCartEJB ShoppingCartEJB session.cart.ejb.ShoppingCartHome session.cart.ejb.ShoppingCart session.cart.ejb.ShoppingCartEJB Stateful Container ejb/catalog/CatalogDAOClass java.lang

[JBoss-user] [JBoss jBPM] - Re: SubProcess Logging

2006-06-08 Thread [EMAIL PROTECTED]
David, I don't think JbpmContext.save(Token) will help you. I had a brief look at your problem and I did indeed not find an easy way to have this information logged. But maybe I am overlooking something. I will talk to Tom about it in case he doesn't see this post. Cheers, Koen View the origi

[JBoss-user] [JBoss Seam] - Re: Nullpointer Exception while accessing Seam Component

2006-06-08 Thread mcclurexl
Hey dwayneb, you got it, thanks a lot. The name of the pageflow-definition in the java-class was wrong. The first letter wasn't a capitel one, rest was correct. Greets, Frank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949802#3949802 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - JNDI Problems with sql server 2000

2006-06-08 Thread fabdib
Hi to everyone, i'm trying to connect to sql server 2000 db via jndi, the data source file is this: sqlDSAuth jdbc:microsoft:sqlserver://DOMWC02:1433;SelectMethod=cursor;DatabaseName=josso com.microsoft.jdbc.sqlserver.SQLServerDriver sa sa I'm us

[JBoss-user] [EJB 3.0] - Re: EmbeddedId and GeneratedValue

2006-06-08 Thread jc7442
Hi, Did you solve that problem, I have exactly the same. @GeneratedValue is ignored in User class. Consequently all created user have 0 as userId. I have a NonUniqueObjectException when the second user is created. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[JBoss-user] [JBoss jBPM] - Re: [BPEL_deployment] Proof Of Concept to convince my compan

2006-06-08 Thread kukeltje
There is no need to avoid alcaholic drinks, just do not work, drive, have sex at the same time View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949809#3949809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949809 _

[JBoss-user] [JBoss jBPM] - Re: Associate jBPM data with company data

2006-06-08 Thread kukeltje
use a process variable to store the reference. How you present it is another ballgame. You can either use transient variables that you fill via an actionhandler (which uses the reference in the process variable to retrieve the data, or you can customize the webapp. View the original post : htt

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Possible to use two port numbers on one Tomcat?

2006-06-08 Thread new4jboss
Hello, Thank you so much for the config info. Do you have any idea of how to setup two webapps to be published via these two different connectors ? That would make webapp A available thru connector X and webapp B available thru connector Y. My webapps are webservices but for now I just want to

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Migration Woes...

2006-06-08 Thread tim.cockle
Hi, I am moving my application from an old 3.2.1 server over to the 4.0.4 (at last). There is an odd behavior that I could do with some help on. I actually think I have worked out why but I think it indicates that I am missing something big here which could have a knock on effect. I haven't had

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Possible to use two port numbers on one Tomcat?

2006-06-08 Thread visolvejboss
Hello, To make two ports point to the same server we need to edit the server.xml file in the path: /deploy/jbossweb-tomcat55.sar We have to add additionally one more connector with the required port number. Already server.xml file has, | | Just need to add the following lines

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: PHP Support

2006-06-08 Thread [EMAIL PROTECTED]
The upcoming JBossWeb product will support PHP. See http://labs.jboss.com/file-access/default/members/jbossweb/freezone/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949772#3949772 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [EJB 3.0] - Re: EmbeddedId and GeneratedValue

2006-06-08 Thread squishy
http://jira.jboss.org/jira/browse/EJBTHREE-508 You'll have to do without a composite key :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949805#3949805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949805

[JBoss-user] [Beginners Corner] - Re: exception=java.io.OptionalDataException when running the

2006-06-08 Thread binario
I've got the exact same problem too. JBoss 4.0.4.GA, Windows XP. Any solution to this guys View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949800#3949800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949800 _

[JBoss-user] [Beginners Corner] - Is there a context propagation API?

2006-06-08 Thread wdirk
Hello, I have a little question. I'm looking for a possibility to propagate a context over the whole application. For WebLogic 9.1 there exists a context propagation API. Is there anything similar for Jboss? I was not able to find anything, but I'm new to Jboss and maybe a just looked at the wr

[JBoss-user] [JBoss jBPM] - Re: Error deploying a process

2006-06-08 Thread [EMAIL PROTECTED]
You are correct. This is a bug. I added this JIRA issue. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949804#3949804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949804 _

[JBoss-user] [JBoss Messaging] - Re: Problems at Startup with MySQL 5 and XAConnection

2006-06-08 Thread timfox
"bviveiros" wrote : Thanks Tim. Although I'm not sure that I understand the following: | | anonymous wrote : messaging doesn't require the database to support XA for it's purposes. | | I have a servlet that peforms some database inserts then posts a message to a queue, therefore I nee

[JBoss-user] [EJB/JBoss] - Re: 4.0.4.GA - @javax.persistence.OneToOne(mappedBy) with PK

2006-06-08 Thread fileset
Found a workaround, or the required solution: use the @PrimaryKeyJoinColumn annotation on both sides of the relation. | public class EbMaster { | ... | private EbPKJoinDetail myPkDetail; | @OneToOne(optional=true,fetch=FetchType.LAZY) | @PrimaryKeyJoinColumn(name="id",referencedColum

[JBoss-user] [Installation, Configuration & Deployment] - JBOSS Problems after specifying prepared-statement-cache-siz

2006-06-08 Thread Brk_U_Dn
Hi , My first post in this forum , hope to get a quick resolution :) I am using Jboss 4.0.0 on Oracle 9.2.0.4.0 In order to improve the app performance , I had specified prepared-statement-cache-size as 50 as follows , jdbc/sct jdbc:oracle:thin:@confidential:1560:sct1 Confidenti

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to choose Oracle DEFAULT value over NULL value?

2006-06-08 Thread Oyabun
Thank you for confirming this one. I'm not happy with it though. -- Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949780#3949780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949780 ___

[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-06-08 Thread mwelss
I'am sorry I didn't put a readme in the zip-file, but it's very easy to reproduce the leak with my testcase, just take a jboss messaging configuration based on ejb3. Adjust the settings at the beginning of my build.xml to your needs and run ant (without parameters). The leak will be obvious with

[JBoss-user] [JBoss jBPM] - Re: [jBPME][3.1.1] Transition in timer

2006-06-08 Thread kukeltje
I think there should be a transition with the same name as defined in the transition attribute so something like | | | | |

[JBoss-user] [JBoss Messaging] - Message Groups or Unit-of-Order support?

2006-06-08 Thread scotto
Hello. I am wondering whether there are plans to support any kind of clustered ordered message processing in JBoss Messaging? By this I mean some mechanism by which messages on a single queue can be 'grouped' together, such that the message broker guarantees that they are processed sequentiall

[JBoss-user] [JBoss jBPM] - Associate jBPM data with company data

2006-06-08 Thread MTG
Hi I doing a web app to manage orders and order lines. The webapp starts with a login and after that the screen shows a list of pending tasks (jbpm_taskinstance) for the given login(actor). My question is: - When the user clicks in a task instance how can i show the associate data (not the jBP

[JBoss-user] [JBossWS] - Re: JSR-181 POJO and JAAS

2006-06-08 Thread Juergen.Zimmermann
Pls. open a separate thread for your issue. I don't see any advantage in mixing EJB endpoints with POJO endpoints. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949808#3949808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBoss Seam] - Elegant way to make Seam components "visible"?

2006-06-08 Thread berserksangr
Hi First of all, thank you for this great piece of software! I use Eclipse and WTP in my project. Using this I have a robust and comfortable way to deploy my application assembled from several projects into Tomcat in a blink of the eye. Well almost... I cannot force Seam to recognize my @Name-

[JBoss-user] [JBoss Portal] - Reload a portlet without restarting the server

2006-06-08 Thread jaymuthus
Hi all, I just started to use JBoss server to develop a portlet. I am able to deploy the portlet. If I modify my JSP, the portlet is showing the modified content. But, if I modify, the portlet class, and redeploy the class files, its not taking the modified one. How can I redepoly a

[JBoss-user] [JBossCache] - StreamCorruptedException

2006-06-08 Thread matabo
Hello gentlemen, we are using JBossCache as a "state replicator" in a server side application. Environment is: two copy of the application running on two UNIX machines: HP UX, WebLogic 7, JBossCache 1.2.3, JDK 1.3.1 on the first machine and SunOs, Weblogic 7, JBossCache 1.2.3, JDK 1.3.1 on the

[JBoss-user] [JBoss jBPM] - Re: Associate jBPM data with company data

2006-06-08 Thread MTG
I'll try that. Thanks for your quick answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949812#3949812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949812 ___ JBoss-

[JBoss-user] [JBossWS] - deploy web services in different connectors please help!!

2006-06-08 Thread new4jboss
I was able to setup two differnt connectors like this: | | | | | | | | | | | | | | | | | | | | | | | | | |

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Possible to use two port numbers on one Tomcat?

2006-06-08 Thread new4jboss
I seem to have solved this but keep needing help. check http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949816#3949816 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949817#3949817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: web apps(ws) in different tomcat connectors, please help

2006-06-08 Thread new4jboss
I posted this question with some further developments in http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949816#3949816 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949818#3949818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss Getting Started Documentation] - hardware requirements for JBOSS on Windows

2006-06-08 Thread bwellbeloved
Can anyone tell me where to find the hardware requirements for running JBOSS on Win2K and 2003 servers? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949811#3949811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394981

[JBoss-user] [JBoss AOP] - Re: The issue of DBC's postcondition

2006-06-08 Thread xiaoqiao
I investigated some tools that support java DBC. As far as I know, iContract is a preprocessor for java, I think it is not convenient for development. Contract4J uses Java 5 annotations to define the condition tests and it uses "prebuilt" AspectJ aspects to advise the execution points. AspectJ

[JBoss-user] [Beginners Corner] - Portal Beginner

2006-06-08 Thread javateam
Hi I am new to jboss portal.I want to know that how to create a new portal page.Now i had been able to create portlet window in a portal.But i am not able to create a new portal or page. I follow the steps given in the reference guide, but still not able to create new portal or page. Ple

[JBoss-user] [JBoss jBPM] - Re: [jBPME][3.1.1] Transition in timer

2006-06-08 Thread ephemeris-lappis
I've tried this, but i doesn't change anything... The timer fires, but the transition is not activated. And, if the java code produces a signal on the root token, the next node is the normal transition, not the transition that is supposed to be selected by the timer... | |

[JBoss-user] [JBossCache] - Re: Trouble with aopc compiled class being loaded with a fac

2006-06-08 Thread [EMAIL PROTECTED]
Have you tried to use it outside WL first? I meant try to load the "instrumented" class using your example in a standalone Java program. Again, it is also a shot in the dark. :-) But can this be related to the WL classloader? View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBossCache] - Re: StreamCorruptedException

2006-06-08 Thread [EMAIL PROTECTED]
Can this be a bug between the HP UX and Solaris interop? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949822#3949822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949822

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBOSS Support for HTTPS

2006-06-08 Thread cool_bhanu
Hi Chris, yes i did edit the server.xml in tomcat.sar and uncommented the said lines for SSL TLS connector but even after that i dont get the page i look for i gave https://localhost:8443 but in vain please can you me details or steps to bring support for https iam struggling for long time Plea

[JBoss-user] [Security & JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-08 Thread cool_bhanu
Hi, yes i did edit the server.xml in tomcat.sar and uncommented the said lines for SSL TLS connector but even after that i dont get the page i look for i gave https://localhost:8443 but in vain please can you me details or steps to bring support for https iam struggling for long time Please plea

[JBoss-user] [JBossCache] - Re: Set MaxAgeSeconds for subnodes of region

2006-06-08 Thread [EMAIL PROTECTED]
In eviction policy configuration, you can have nested regions like: Region I: /customer Region II; /customers/children and they can have different policy applied to it. Please check the TreeCache documentation (Eviction section) for details. View the original post : http://www.jboss.com/inde

[JBoss-user] [EJB 3.0] - Re: EJB3 Specification...

2006-06-08 Thread [EMAIL PROTECTED]
It's good now ;) Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949826#3949826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949826 ___ JBoss-user mailing list JBos

[JBoss-user] [JBoss jBPM] - Re: Question about jBPM expression

2006-06-08 Thread johnlz
hi! Nobody can answer my question? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949813#3949813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949813 ___ JBoss-user mailing

[JBoss-user] [EJB 3.0] - Hibernate query hint org.hibernate.readOnly not working?

2006-06-08 Thread abl
we encounter following behaviour while optimizing our ejb3 application: - we have an Entity X with 2 collections of other entities - loading of a big list of X (> 8000) takes ca. 3 s - 2 subsequent loads of smaller lists of other entites in the same transaction take also 1-2 s - the hibernate log

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to generate hbm for existing POJO to existing schema

2006-06-08 Thread ragadeepika
Hello, Can anyone help me to generate the mapping files(hbm) for the existing POJO to existing schema. I know one methodoloy is XDoclet. But we have nearly 1500 POJOs are there and also schema is available. I want to generate mapping files for these POJOs to my schema. regards, Deepika View

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-06-08 Thread Kikito
Same problem than antti and Juergen.Zimmermann. I cant find those 3 files, someone can help us ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949830#3949830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949830

[JBoss-user] [JBoss Messaging] - Re: Message Groups or Unit-of-Order support?

2006-06-08 Thread timfox
Yes, this is planned. See http://jira.jboss.com/jira/browse/JBMESSAGING-375 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949831#3949831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949831

[JBoss-user] [JBossWS] - JSR-181 EJB Endpoint with BASIC Authentication

2006-06-08 Thread fheldt
I'm currently switching a EJB WebService from JBoss.NET to JBossWS (4.0.4GA) using JSR-181/EJB3 and now i'm running into problems. The old JBoss.NET Version had a .NET Client which authenticates via BASIC Authentication (and it works btw). In the new JSR-181 Version i used the @PortComponent A

[JBoss-user] [Beginners Corner] - Deploying web app

2006-06-08 Thread BurnieFox
Hi, JBoss newbie and web app newbie as well. Can someone point me toward a resource (online, book, whatever), that can guide my through the procedure for packaging a .war file and deploying the application within JBoss? I know I just need to copy the .war file to the [JBOSS_HOME]/server/defau

[JBoss-user] [Installation, Configuration & Deployment] - Re: how to configure the logging level in JBOSS

2006-06-08 Thread nguyentphu84
i have a same problem. jboss' logging file 's really too large. it increases to 15GB ^_^! any body has soved this problem. pls, email to me ^_^ my email's [EMAIL PROTECTED] thank you very much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949835#3949835 Re

[JBoss-user] [JBoss jBPM] - remove the "websale" from the web app??

2006-06-08 Thread ashiiid
hi, how can remove the process 'websale' from the liste in the web app?? regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949836#3949836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949836

[JBoss-user] [Clustering/JBoss] - SFSB 3.0, replication trouble

2006-06-08 Thread MarcReis
We are using a modified 4.0.4GA. StatfullRemoteProxyFactory, StatefullClusterProxyFactory, StatlessRemoteProxyFactory, StatelessClusterProxyFactory,RemoteProxyFactory and InvokerLocator have been changed. They now fetch the bindURL from a System.property, since we needed to use the host name. T

[JBoss-user] [JBoss AOP] - Re: Which jar for javaagent with EJB embedded/standalone

2006-06-08 Thread [EMAIL PROTECTED]
It's been a while since I looked at the embedded ejb 3 stuff, so I don't know how it is all packaged now, but all the magic takes place in the META-INF/MANIFEST.MF file of jboss-aop-jdk50.jar. The interesting entries are | Premain-Class: org.jboss.aop.standalone.Agent | Can-Redefine-Classe

[JBoss-user] [JBossWS] - Client stubs with JBoss 4.0.2

2006-06-08 Thread bh77
Does JBOss support using generated stubs to access web services ? eg could I use : //create service and port HttpProxySampleService service = new HttpProxySampleService_Impl(); HttpProxySamplePortType port = service.getHttpProxySamplePortTypeSoapPort(); port.doSomething(); or do I hav

[JBoss-user] [Installation, Configuration & Deployment] - Re: how to configure the logging level in JBOSS

2006-06-08 Thread nguyentphu84
Log4j Logging has a profound effect on performance. Changing the logging level to TRACE can bring the JBossAS to a crawl. Changing it to ERROR (or WARN) can speed things up dramatically. \ * By default, JBoss logs both to the console and server.log and by default it uses level "INFO".

[JBoss-user] [JBoss Seam] - myfaces / tomahawk javascript code

2006-06-08 Thread japplicoon
Hi! I'm bloody new to Jboss and Seam. My first steps do work with respect to the EJB3.0 and bijection, but I'm totally confused about the myfaces-tomcahawk-facelets in the classpath. I don't find any myfaces jar in the example's ear files confusing to me, how do things work? And in my tes

[JBoss-user] [JBoss Seam] - pageflow problems

2006-06-08 Thread mcclurexl
Hi, I have an application with several pages, each linked with a next and a previous button without any decision in it. My pageflow is dying within the second page. The flow starts correct with the first site. After pushing the next button the second site is loaded. Then neither the back nor the

[JBoss-user] [Installation, Configuration & Deployment] - Optional Package Support

2006-06-08 Thread jcoffee
Does JBoss provide Optional Package Support as defined by the J2EE Specification (e.g. J2EE Specification v1.4, Chapter J2EE.8.2)? Thanks for any advise. -Klaus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949843#3949843 Reply to the post : http://www.jb

[JBoss-user] [JBoss Seam] - Re: Elegant way to make Seam components

2006-06-08 Thread [EMAIL PROTECTED]
The other way is to explicitly list classes in org.jboss.seam.core.init.componentClasses. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949844#3949844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949844 __

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal does not get pass to JBoss server

2006-06-08 Thread lost_traveller
Ok thanks. Well I have remove the client login code from the servlet, and I have setup a realm using . All seems to be working ok except that we use a custom principal. I have made the change as described ont eh wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingCustomPrincpalsWith and all se

[JBoss-user] [JBossCache] - Re: StreamCorruptedException

2006-06-08 Thread matabo
We'll try to run the application on two WebLogic instances on one machine only and we'll see what happens. thank you matabo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949845#3949845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBoss Seam] - Re: Nullpointer Exception while accessing Seam Component

2006-06-08 Thread [EMAIL PROTECTED]
I changed Seam to throw a more meaningful exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949847#3949847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949847 ___

[JBoss-user] [JBoss Seam] - Re: myfaces / tomahawk javascript code

2006-06-08 Thread [EMAIL PROTECTED]
anonymous wrote : I don't find any myfaces jar in the example's ear files confusing to me, how do things work? The Java EE 5 spec requires that the application server provides a JSF implementation. So MyFaces is bundled with JBoss. I don't understand the rest of what you are talking about.

[JBoss-user] [Performance Tuning] - Re: JBoss Performance Tuning

2006-06-08 Thread tdanecito
Okay due to the level of intrest and the emails I have recieved I have decided every couple of days to leave some more tuning information. The info will cover all levels of a system design with emphasis on the best design based upon performance. With that in mind I wanted to mention that the n

[JBoss-user] [JBoss Portal] - Re: Reload a portlet without restarting the server

2006-06-08 Thread merlith
hi, if you have a portlet in external .war file, you shold only delete old-version .war file from deploy directory, and copy new-version without restart jboss. After second`s jboss will fire new version. reg. MB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [JBoss jBPM] - Re: Cant get jBPM to work with oracle - please help

2006-06-08 Thread mr.mofo
check out the wiki page now ^_^ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949852#3949852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949852 ___ JBoss-user mailing li

[JBoss-user] [JBoss Seam] - Re: pageflow problems

2006-06-08 Thread [EMAIL PROTECTED]
Your code looks basically good to me. Put the Seam sourcecode in your sourcepath and debug into the SeamNavigationHandler to see what is going on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949853#3949853 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [JBoss Seam] - Re: Seam question regarding @In annotation and request para

2006-06-08 Thread MmarcoM
hello, thanks.. i followed ur suggestion and it worked just fine >>To tell you the truth, I'm not really sure why you are using Seam to create your Item instances in the first place. i did it becuase i thought that with the @In annotation i could have injected an object that i could have

[JBoss-user] [JBoss Seam] - Re: myfaces / tomahawk javascript code

2006-06-08 Thread japplicoon
Hi! Thank you for the hint about the myfaces libs! The problem is that in my configuration of myfaces, facelets and tomahawk, the javascript code is not generated that is needed for the onclick events of , for example. There should be something like - copied from the booking example: function c

[JBoss-user] [EJB 3.0] - Casting arguments in an EJB Urgent !!!

2006-06-08 Thread dreuzel
How can I cast arguments in a bean bean.callprocess((Object) xxx) where the bean was defined as an object gives an execution failure any way to solve the problem any way to cast from one class to any parent class 15:53:12,578 ERROR [Main] Errname[javax.ejb.EJBEx

[JBoss-user] [JBoss jBPM] - Re: [BPEL_deployment] Proof Of Concept to convince my compan

2006-06-08 Thread sgao
Hi Can I use JBPM-BPEL Alpha4 as product level or it just a experimental edition. Since if we go for ActiveBPEL, it requires JBOSS4.0.3SP2 which use Axis, but unfortunately we just upgrade to 4.0.4 GA. We currenlt use JBOSS WS not AXIS. Any comments? Thanks View the original post : http://ww

[JBoss-user] [JBoss Getting Started Documentation] - Roster JEE5 Sample problems with JBoss 4.0.4 GA EJB 3

2006-06-08 Thread jbossjleplat
The roster sample in the latest Sun JEE5 tutorial fails when trying to remove player P24, It looks like it's down to the cascade = REMOVE in the Team and Player entities: the sample can't remove player P24 because when Team T6 was removed, player P24 (who's also in team T5) was removed. Is this

[JBoss-user] [JBossWS] - Migration to JBossWS

2006-06-08 Thread mailinator
Hi all, I made a small client to get a currency conversion rate width this WS http://www.webservicex.net/CurrencyConvertor.asmx?WSDL This client worked well with org.jboss.axis classes (in JBOSS 4.0.3). I need to migrate to JBOSS 4.0.4. But i'm too stupid to do it. Here is my code. Any idea ple

[JBoss-user] [Security & JAAS/JBoss] - Re: Principal does not get pass to JBoss server

2006-06-08 Thread lost_traveller
Ok I've fixed the problem, in JBossSecurityMgrRealm there is a protected method called getPrincipal(String) but it does not appear to be used when it should have. I have tested the following code and it fixes my problem, so it would appear to be a bug in JBoss, how do I get this checked in, i.e.

[JBoss-user] [JBoss Portal] - Re: 3rd Party SSO solutions

2006-06-08 Thread subvert
Just for clarification.. Integration with tomcat means a valve right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949864#3949864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949864 ___

[JBoss-user] [JBoss Seam] - Re: Elegant way to make Seam components

2006-06-08 Thread berserksangr
Thank you, Gavin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949865#3949865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949865 ___ JBoss-user mailing list JBoss-user@

[JBoss-user] [Management, JMX/JBoss] - Re: creating my own JMX Server

2006-06-08 Thread [EMAIL PROTECTED]
Moved to user forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949866#3949866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949866 ___ JBoss-user mailing list JBoss-us

[JBoss-user] [JBoss Seam] - Seam's Dependant Libraries

2006-06-08 Thread brianleonard
I've deployed a Seam application to the GlassFish container. In order to do so, I needed to include several dependent libraries. Do you recommend I grab these libraries from their sources? commons-logging-1.1.jar (jakarta.apache) dom4j.jar (dom4j.org) hibernate-annotations.jar (hibernate.o

[JBoss-user] [Installation, Configuration & Deployment] - Re: log4j within a WAR broke on 4.0.4.GA?

2006-06-08 Thread mt-rac
Had the same problem with a WAR that ran happily in 4.0.3. Got round the problem by recompiling with the JBoss-provided log4j jar and removing the log4j jar (which was labelled as 1.2.13 by the way) from my WAR. I'm not sure if log4j is the root cause or just a symptom ... will try some more te

[JBoss-user] [JBoss jBPM] - Persistence (Hibernate) problem

2006-06-08 Thread tmarafon
I'm having problems using JBPM persistence in my existing J2EE application that uses Hibernate. My application already has a sessiosFactory initialized and I'd want that JBPM uses that sessionFactory. So I did like that: jbpmConfiguration = JbpmConfiguration.parseResource( |

[JBoss-user] [JBoss Seam] - Re: Seam's Dependant Libraries

2006-06-08 Thread [EMAIL PROTECTED]
Ack, yes, this is an issue I need to sort out. You need whichever versions JBoss EJB3 is currently using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949870#3949870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949

[JBoss-user] [JBoss Seam] - Re: @RequestParameter does not work (for me)

2006-06-08 Thread fhh
Replying to myself: Stupid me. I forgot to declare the Interceptor in ejb-jar.xml. I think this may be a common mistake. I think it would be helpful to add a comment in the sources of the examples to make it more obvious that an interceptor has to be declared on EJBs. (Or use the @Interceptor-A

[JBoss-user] [JBoss Seam] - Re: @RequestParameter does not work (for me)

2006-06-08 Thread [EMAIL PROTECTED]
anonymous wrote : This sounds a bit like injecting into a stateless session bean is an uncommon design pattern. No, that is perfectly normal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949872#3949872 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Using CsIL

2006-06-08 Thread zajaczeq
I saw that method getObject is signed as 'not implemented'. Are there any plans to implement sending objects? Regards, Michal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949873#3949873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [EJB 3.0] - ERROR [UDP] exception=java.io.OptionalDataException

2006-06-08 Thread binario
Hi all, I've noticed this problem on jboss 4.0.4.GA when running under the all configuration. It's also a message in beginners corner, but it doesn't seem to be getting any joy and I thought perhaps someone here might have seen it too. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=8

[JBoss-user] [JBossWS] - signing SOAP requests

2006-06-08 Thread acxjbertr
I have successfully deployed an EJB (JSR-109) based Web Service using WSTools and JBoss 4.0.4 GA that requires WS-Security signatures. I wrote a DII client that can invoke this web service without WS-Security signatures. Of course, now I need to be able to sign my requests. How can I programmat

[JBoss-user] [JBoss jBPM] - Exception with ehcache while redeploying jbpm on jboss 4.0.4

2006-06-08 Thread camunda
If we redeploy jbpm on JBoss 4.0.4 we get an exception from ehcache: | Caused by: org.hibernate.cache.CacheException: Attempt to restart an already started EhCacheProvider. Use sessionFactory.close() between repeated calls to buildSessionFactory. Consider using net.sf.ehcache.hibernate.Singl

[JBoss-user] [JBoss jBPM] - Re: [jBPME][3.1.1] Transition in timer

2006-06-08 Thread kukeltje
wrong config. you reference the state in the transition attribute, not the transition name. Change 'activity-2' to 'to_activity-2' in the transition attribute View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949877#3949877 Reply to the post : http://www.jboss

[JBoss-user] [Installation, Configuration & Deployment] - Re: Installing and runing JBoss without JDK

2006-06-08 Thread PeterJ
Um, the tmp and work directories exist in 4.0.2 (and 4.0.3 and 3.2.6 and 3.2.7 and ...). Here is how I set JAVA_HOME: set JAVA_HOME=C:\Program Files\Java\j2re1.4.2_11 This is the default location where the JRE is installed. The batch file is used is the run.bat that came with JBoss, no modific

[JBoss-user] [JBossCache] - Re: Trouble with aopc compiled class being loaded with a fac

2006-06-08 Thread wildweasel
Thank you for the quick replies. I have removed weblogic from the equation and created the following unit test that gives me the same result. Note that I originally posted this to the cache forum, because that is where we are headed, but if need be, I could repost this to the AOP forum. We are

[JBoss-user] [JBoss Seam] - Re: Seam managed persistence and object attachment

2006-06-08 Thread iradix
I realized that shortly after I sent the post. Turns out serialization is occuring because I had my @DataModel outjected to the page scope. I can see why some type of storage within the component tree would be necessary between requests, but couldn't the value binding be stored instead and the

[JBoss-user] [Security & JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-08 Thread tefron
Does http://localhost:8080 works for you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949881#3949881 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949881 ___ JBoss-user

[JBoss-user] [JBoss Seam] - Re: Seam managed persistence and object attachment

2006-06-08 Thread [EMAIL PROTECTED]
Storing page-scoped state on the server would be very memory hungry. All you need to do is merge() before remove(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949882#3949882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Beginners Corner] - Re: Deploying web app

2006-06-08 Thread PeterJ
Here are the contents of one of my war files, as listed by jar: >jar -tf info.war | META-INF/ | META-INF/MANIFEST.MF | WEB-INF/ | WEB-INF/jsp/ | WEB-INF/lib/ | image/ | image/blue/ | WEB-INF/info-servlet.xml | WEB-INF/jsp/footer.jsp | WEB-INF/jsp/header.jsp | WEB-INF/jsp/home

[JBoss-user] [Management, JMX/JBoss] - No login available for security service

2006-06-08 Thread TheMadHatter
Windows 2003 SP1 (Popup blocker off), j2sdk1.4.2_11, JRE Std Ed 1.5.0_07-b03, JBoss 4.0.4 GA I enabled security service for the jmx-console, but I never get prompted for a login. So when I try to access the jmx-console, I get: --

  1   2   3   >