[jboss-user] [Beginners Corner] - Re: Is an application server the right tool?

2007-02-28 Thread dkrleza
Oh, I believe that app.server IS THE RIGHT TOOL for doing that. Use EJB's to incapsulate your business logic. You can allways use RMI/IIOP to create EJB's and access their methods. For that purpose, you don't need to have presentation layer, only EJB modules packaged inside enterprise applicatio

[jboss-user] [JBoss Seam] - Re: Problem with tree2

2007-02-28 Thread holtak
I collapse the tree with giving the TreeModel a new instance of TreeState. instead the old one stored in a SFSB. I have no function for expanding all nodes of the tree at once because this would be the ultimate performance killer when you are lazy loading nodes from the database like me. I som

[jboss-user] [Security & JAAS/JBoss] - EJB Security Question

2007-02-28 Thread apwalker
I migrating some apps from weblogic and it appear that weblogic takes a different approach to EJB security in that if you don't specify a method-permission element in the ejb-jar.xml then it defaults to allows unchecked access to those methods where as jboss you have to explicitly marked them a

[jboss-user] [JBoss Seam] - Re: Navigating through results pages problem

2007-02-28 Thread paradigmza
The PermGen thing worked, thanks Gavin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024105#4024105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024105 ___ jboss-user mail

[jboss-user] [JBoss Portal] - Re: wsrp and remote resources

2007-02-28 Thread karink
it is not hardcoded, but I do not use Portlet URL I used: writer.println(""); I will try it with PortletURL Regards Karin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024104#4024104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Beginners Corner] - deployment problem

2007-02-28 Thread ronakparikh
Hi I m deploying my application over JBoss and I got follwing exception Deploying:file:/C:/jboss_tomcat/jboss/tmp/deploy/Default/omsserver.ear failed to load jboss.xml. There could be a syntax error. org.jboss.ejb.DeploymentException: Error in jboss.xml for Bean BillingSimulator: found in jboss.

[jboss-user] [JBoss Seam] - Re: Myfaces Fusion proposal

2007-02-28 Thread baz
Same holds for this one. http://wiki.apache.org/myfaces/FacesFreeway Perhaps Seam needs some advertising. Or, on the other hand, people tend to NOT use software they don't have invented:-( Diversity could be good, but it splits development efforts in different directions. View the original post

[jboss-user] [JBoss Seam] - Myfaces Fusion proposal

2007-02-28 Thread baz
Hello, i found this proposal in the myfaces wiki.http://wiki.apache.org/myfaces/ApacheMyFacesFusion Are they reinvent the wheel or is this totally different from what i have with seam? Ciao, Carsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024100#402410

[jboss-user] [JBoss Seam] - minor seam security questions

2007-02-28 Thread ask4saif
Dear fellows, I am new to seam security, although i have studied the ref manual but i have few questions. Currently I am using seam 1.1.5 GA. Question 1: After the authentication of the user if I want to redirect the user to the required page. how can i do that, because the return type of authe

[jboss-user] [JBoss Seam] - Upgrading from 1.1.5 to 1.2

2007-02-28 Thread nekstrom
Is there a list of what changes need to be made in the security configuration when upgrading from 1.1.5 to 1.2? I tried to just do a library upgrade using seam-gen but when I tried to use my Authenticator it threw an error saying that it couldn't find the function. The stack trace is: anonymo

[jboss-user] [JBoss Seam] - Re: Problem with tree2

2007-02-28 Thread kooudy
Any solutions to this problem please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024096#4024096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024096 ___ jboss-user mailin

[jboss-user] [JBoss Seam] - Re: Problem with tree2

2007-02-28 Thread kooudy
I still have the same problem. Is there any solution to add fetaure expand all tree? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024095#4024095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024095 _

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Problem

2007-02-28 Thread gopinathb4u
I am using Jboss 3.2.7. It is not working. I got the below error while lookup. Help me to resolve. | | javax.naming.NameNotFoundException: Detects not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:490) | at org.jnp.server.NamingServer.getBinding(NamingSer

[jboss-user] [JBoss Portal] - Re: Portlet + Grails = Not Working.

2007-02-28 Thread [EMAIL PROTECTED]
"yesudeep" wrote : Right. I've followed the instructions given here to attempt to resolve | that conflict: | | http://grails.codehaus.org/FAQ | | The application works very well by itself on JBoss AS 4.0.5.GA. | | Regards, | Yesudeep. | [/url] I'm glad you found that useful.

[jboss-user] [JBoss jBPM] - migration from hsql db of jbpm to msql db

2007-02-28 Thread ramyasr
even after altering build.xml file and hibernate propertires as well as the class path, i'm still not able to get data in mysql db after deployment a new process. its going back to hsqldb. its not showing any particular error either. what must i do to migrate successfully to mysql? mysql version

[jboss-user] [JBoss Portal] - markup fragments in JBoss Layout

2007-02-28 Thread srinivasanj
Hai i had a problem in JBoss Layout i need What is markup fragments View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024083#4024083 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024083 __

[jboss-user] [JBoss Seam] - Re: propagation

2007-02-28 Thread gingming
"codelion" wrote : That implies currently there isn't a "simple" way to "end all nested conversations without keeping them around", i.e. not at the level above Java coding. Or is there? Is this related to the feature request http://jira.jboss.com/jira/browse/JBSEAM-566 ? I'd like the ability

[jboss-user] [Remoting] - Re: SSLHandshakeException when connecting to JNDI

2007-02-28 Thread [EMAIL PROTECTED]
Hi, The detectors will periodically ping the servers they know about to see if they are still alive. The ping is an actual invocation on the server, so, for sslsocket, there will be an SSL handshake, for which the client will need a truststore. Note the line | 2007-02-27 14:59:52,273 WARN

[jboss-user] [JBoss Seam] - scheme=

2007-02-28 Thread fernando_jmt
Hi everyone. I have a question (maybe trouble) related to new scheme attribute in the pages.xml. What should it happen if I specify | | for an application which does not have https support (only http)? The reference doc. says: "Of course, if none of the pages in your application use HTT

[jboss-user] [Beginners Corner] - Re: Migrating JavaBean s from Tomcat to JBoss

2007-02-28 Thread jaikiran
If i understand your question right, you are looking for the jboss-web.xml file where you can configure this. You can find the dtd for this xml here: http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd Here's an extract: anonymous wrote : View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Portal] - Strange Results With Firefox 2.0.0.2

2007-02-28 Thread jparker44
I have Portal 2.6 ALPHA2 (bundled) and am getting some strange behavior with Firefox. I have added an instance of the Forums Portlet, and created a new page with the portlet in the center column. (By the way, can the left column be moved to the left of center instead of to the right? Very conf

[jboss-user] [JBoss Seam] - Re: Multiple Window/Tabs isolated conversations

2007-02-28 Thread h.cahyadi
In the version 1.2 is there any changes with the .xml file descriptor, coz I look at the JIRA and found some changes, to the descriptor file, if in my application architecture I separate the business logic and the presistence logic, can I still used the entity query, currently I stuck with 2 pro

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

2007-02-28 Thread rmemoria
I used to work in a Win XP 512Mb RAM with JBOSS 4 + JBoss Eclipse. It was on the edge. With 1Gb of RAM it's perfect... but also consider a better processor. In my old AMD XP 2000/512M RAM -> 1min 30sec to start JBOSS from Eclipse In my new AMD Athlon 3800/1Gb RAM -> 25 sec Regards, Ricardo Vie

[jboss-user] [JBoss Seam] - Re: Changing Locale in Seam?

2007-02-28 Thread tonylmai
I replied before I saw your second posting. I like your first code snippet better. That way I can control time and other stuffs. I figured you meant injecting a LocaleSelector so that what I did. Here is how I coded it. | @In | LocaleSelector localeSelector; | | public

[jboss-user] [JBoss Seam] - Re: Changing Locale in Seam?

2007-02-28 Thread tonylmai
Seam does make it simpler doesn't it. ;-) Coded it. Will test it out as soon as I complete this half baked module that I've been working on all afternoon. 8( Thank Ricardo. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024056#4024056 Reply to the post : h

[jboss-user] [Beginners Corner] - Re: Looking up a @Stateful Bean fails cause of AOP Intercept

2007-02-28 Thread htran_888
Hi cwulf, Your recommendation was correct. By running only the Client program (EJB3ex512) using SDK 1.5 solved this issue. All session beans and other clients are still using SDK 1.6 without a problem. Thanks again, Henry View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: Changing Locale in Seam?

2007-02-28 Thread rmemoria
oooppps, my mistake... use this: Inject @In LocaleSelector localeSelector; .. set the language localeSelector.setLanguage("en"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024054#4024054 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Portal] - Re: Portlet + Grails = Not Working.

2007-02-28 Thread yesudeep
It extends javax.portlet.GenericPortlet which implements javax.portlet.Portlet. Regards, Yesudeep. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024052#4024052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024052 ___

[jboss-user] [JBoss Seam] - Re: Declaring session beans in ejb-jar.xml

2007-02-28 Thread persabi
Beat me to it. http://jira.jboss.org/jira/browse/JBSEAM-955 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024050#4024050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024050 __

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

2007-02-28 Thread meghanai_99
I made little progress today. I downloaded branch for JBossAS 4.0.5 and trunk for JBossWS. I built both on my machine by following instructions given here - http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall Now when I deploy my hello process I get different exception with more deta

[jboss-user] [JBoss Seam] - Re: Classloading problem I think.

2007-02-28 Thread holtak
Nobody says this is Seam`s fault, I just got bitten while using Seam and thats why I`m ranting here first. I expect that you don`t have this troubles on the servers where the Seam Example Apps run for the public. What is the magic behind that? The bug is in JBossAS JIRA and hopefully somebody w

[jboss-user] [JBossWS] - WSDL - Schema definitions

2007-02-28 Thread superomega
Hallo, I need some schema definitions in my wsdl. It should look like: | http://cardservice.handler.jaxws.company.com/service"; | xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; | xmlns="http://schemas.xmlsoap.org/wsdl/"; | xmlns:xsd="http://www.w3.org/2001/XMLSchema"; |

[jboss-user] [JBoss Seam] - Re: http://www.karwell.com/apropos/equipe/JMP/seam_me_gettin

2007-02-28 Thread xuzhenhua21
added the content like this in application.xml | jboss-seam.jar | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024045#4024045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024045 __

[jboss-user] [JBoss Seam] - Re: http://www.karwell.com/apropos/equipe/JMP/seam_me_gettin

2007-02-28 Thread xuzhenhua21
The problem is solved: by added this to application.xml: jboss-seam.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024044#4024044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024044 __

[jboss-user] [JBoss Seam] - Re: Classloading problem I think.

2007-02-28 Thread [EMAIL PROTECTED]
It is clearly not a problem inside Seam, so if you want to take it up in some appserver-related forum, please feel very welcome :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024043#4024043 Reply to the post : http://www.jboss.com/index.html?module=bb&op

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

2007-02-28 Thread [EMAIL PROTECTED]
Do you get the exact same exception? It'd be useful to see the stack trace, just to verify. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024042#4024042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024042 __

[jboss-user] [JBossWS] - JBossWS 1.2.0.GA NumberFormatException For ENDPOINT_ADDRESS_

2007-02-28 Thread greenbean
The URL is of the format http://myhost:8791. Any ideas why this causes an error? I set it like this: ((Stub)port)._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY,returnURL); The error: Caused by: java.lang.NumberFormatException: For input string: "8791?datatype=SOAPMessage" at java.lang.Nu

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

2007-02-28 Thread [EMAIL PROTECTED]
Hi Meghana, I got it. Thanks for sending it. -Alejandro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024040#4024040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024040 _

[jboss-user] [JBoss Seam] - Re: Classloading problem I think.

2007-02-28 Thread holtak
This isn`t about PermGen Space in my opinion. There is no PermGen.out.of.Space (or how it is called...) exception in the Stack. I`m also permanently watching JBoss with JConsole and PermGen isn`t at half the limit I set it up. View the original post : http://www.jboss.com/index.html?module=b

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

2007-02-28 Thread [EMAIL PROTECTED]
we plan to make the CR1 of 2.4.2 in a time frame of 3 weeks from now View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024036#4024036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024036 __

[jboss-user] [JBoss Seam] - Re: Classloading problem I think.

2007-02-28 Thread [EMAIL PROTECTED]
In production you don't repeatedly restart the web deployment, so you never run out of perm gen space. Did you *try* increasing perm gen? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024035#4024035 Reply to the post : http://www.jboss.com/index.html?modul

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

2007-02-28 Thread [EMAIL PROTECTED]
anonymous wrote : I do love the idea of the PDF templating using facelets in Seam for doing up quick documents and e-mails -- but the idea of adding Excel support then leads to the plethora of other output formats that you can think of.. and does all that fluff (and re-inventing of the wheel) re

[jboss-user] [Beginners Corner] - Re: Two basic questions from a new potential user

2007-02-28 Thread wjscott
Thanks genman, your help is greatly appreciated. Answer to question 1 is great. I have actually picked up this book now. I think it will be a great resource to getting JBoss implemented for our application. Regarding your answer to my second question, I am actually more concerned about deployi

[jboss-user] [JBoss Seam] - Re: Classloading problem I think.

2007-02-28 Thread holtak
forgot the mention that the proposed workaround in http://jira.jboss.com/jira/browse/JBAS-4052 restart the server seams to help me too, for some period of time... but this is for sure a production NO GO! :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss Seam] - Re: Changing Locale in Seam?

2007-02-28 Thread rmemoria
Don't use the JSF context. Instead inject the component localeSelector like that: @In Locale localeSelector; .. .. .. localeSelector.setLocale(Locale.ENGLISH); .. .. It shall work, regards, Ricardo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024029#40

[jboss-user] [JBoss Seam] - seam-gen : two attributes of same kind in an entity

2007-02-28 Thread atao
Hello, I use seam-gen (seam 1.1.7.RC1) to generate list and home classes from entities with jpaconfiguration . One class, Contract, has two attributs, seller and purchaser, with the same type Party. The generated ContractHome class contains: | @In(value = "#{partyHome.managedInstance}

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

2007-02-28 Thread [EMAIL PROTECTED]
anonymous wrote : I have an old machine and wanna use it for developing with jboss seam. Well, you can try, but I think its going to be very painful. I strongly recommend more memory than that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024027#4024027 R

[jboss-user] [JBoss Seam] - Re: Classloading problem I think.

2007-02-28 Thread holtak
After 3 weeks with seam and my app getting bigger I realise the same problems. Injection of components randomly fails. I still got no pattern, when this happens. Fast clicking seams somehow to force it, as somebody alredy mentioned. The NPE occurs at exactly the same place as in this bug report.

[jboss-user] [JBoss Seam] - Re: pages.xml issues after upgrade to seam 1.2

2007-02-28 Thread [EMAIL PROTECTED]
I have tested Seam 1.2 on JSF 1.2_03, it works fine. Make sure you follow these instructions: http://docs.jboss.com/seam/1.2.0.GA/reference/en/html/tutorial.html#d0e2089 (Right at the bottom of the page.)[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss Seam] - Changing Locale in Seam?

2007-02-28 Thread tonylmai
I have the following code | public class LocalChanger { | public String englishAction() { | FacesContext context = FacesContext.getCurrentInstance(); | context.getViewRoot().setLocale(Locale.ENGLISH); | return NavigationRuleNames.DISPLAY_SAME_PAGE

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss-5.0.0.Beta1 BUILD FAILED

2007-02-28 Thread PeterJ
What JDK are you using? Hopefully not 1.4.2 or 6.0 (you should be using 5.0). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024023#4024023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024023 _

[jboss-user] [JBossWS] - wsprovide/wsconsume vs wstools

2007-02-28 Thread joshlam
Does wsprovide and wsconsume replace the wstools as far as generating end point server and client artifacts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024021#4024021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - Re: How to use Seam Identity?

2007-02-28 Thread tonylmai
Got it. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024022#4024022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024022 ___ jboss-user mailing list jboss-user@list

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

2007-02-28 Thread cja987
Why not just try it and see? And yes, I would recommend using Tomcat. It's possible to slim down JBoss quite a bit, but it does have a good size out of the box footprint in the profile that's required for Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [Clustering/JBoss] - Re: Problem with datasources, they start, but my apps cannot

2007-02-28 Thread [EMAIL PROTECTED]
OK, that's fine. Then I assume you are deploying JMS as it's done in the 'default' config. If not, that's what you need to do. As for the NPE, please post the stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024019#4024019 Reply to the post : htt

[jboss-user] [Installation, Configuration & Deployment] - jboss-5.0.0.Beta1 BUILD FAILED

2007-02-28 Thread ebu
Hi, Can't build freshly downloaded jboss-5.0.0.Beta1 _default:compile-classes: [mkdir] Created dir: /home/bu/tmp/jboss-5.0.0.Beta1-src/mbeans/output/classes [mkdir] Created dir: /home/bu/tmp/jboss-5.0.0.Beta1-src/mbeans/output/gen-src [javac] Compiling 84 source files to /home/bu/

[jboss-user] [JBoss Seam] - Re: Using with a list of entities

2007-02-28 Thread pgmjsd
Okay, this looks like some sort of incompatibility with and . The NoSelectionConverter is effectively overriding the EntityConverter in the ConverterChain. I was able to work around the problem by using my own bean that generates SelectIems with labels and converts the select item values bac

[jboss-user] [Clustering/JBoss] - Re: Problem with datasources, they start, but my apps cannot

2007-02-28 Thread sebastianlacuesta
Yes, I get the same Incomplete Deployment listing on all servers, except the first I start, no matter which of all is. I don't want JMS being clustered, I want it standalone for each server. The DefaultDS uses a local mysql in each server. I have two more datasources which they point to two diff

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

2007-02-28 Thread jazir1979
I do love the idea of the PDF templating using facelets in Seam for doing up quick documents and e-mails -- but the idea of adding Excel support then leads to the plethora of other output formats that you can think of.. and does all that fluff (and re-inventing of the wheel) really belong in Sea

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0.GA

2007-02-28 Thread greenbean
This showed up sometimes as well... using the exact same request and response. 2007-02-28 22:55:55,877 ERROR [STDERR] [Fatal Error] :1005:26: XML document structures must start and end within the same entity. 2007-02-28 22:55:55,878 ERROR [org.jboss.ws.core.jaxrpc.SOAPFaultHelperJAXRPC] SOAP req

[jboss-user] [Installation, Configuration & Deployment] - Re: Using static resources outside the context root

2007-02-28 Thread jacklty
thank you so much. Now I can tell JBoss to load those images and pdfs from different location. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024010#4024010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024010 __

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

2007-02-28 Thread spambob
While this certainly sounds interesting I was wondering why you guys want to use MS Excel instead of OpenDocument file format (http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office#technical) ? Sure MS Office is widely spread but ODF is an international industry standard that is sup

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

2007-02-28 Thread miketech
Hi, I have an old machine and wanna use it for developing with jboss seam. It is a 600 MHz machine with 256 MB RAM, running an ubuntu linux. Do you think this is enough for jboss seam? Should I use the JBoss AS or Tomcat with seam? Tomcat should use less memory right? Greetings Mike View th

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0.GA

2007-02-28 Thread greenbean
I failed to mention that I deployed the jdk 1.5 version. I am using JBoss 4.0.5.GA. So I deployed the JBoss 40 version of the SAR. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024005#4024005 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: pages.xml issues after upgrade to seam 1.2

2007-02-28 Thread tazman
Hi Gavin! Thanks for the reply. It was a problem with JSF RI 1.2_03. This version doesn't work with Seam 1.2. Restoring JSF RI 1.2_02 solved my problems. tazman View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024004#4024004 Reply to the post : http://www.jb

[jboss-user] [JBossWS] - Re: jbossws-samples-1.0.4 build error: java.lang.NoSuchMetho

2007-02-28 Thread luan
My classpath points to an old jboss-xml-binding.jar, after I removed that, the sample works now. Luan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024003#4024003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024003

[jboss-user] [Installation, Configuration & Deployment] - howto headless install of ejb3 profile?

2007-02-28 Thread fbadt
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98757&start=-10&postdays=postDays&postorder=postOrder&highlight=highlight how can the jems installer be used to install headless and the ejb3 profile? don't see the command line options and the above URL says "headless" is broken. View the

[jboss-user] [JBoss jBPM] - Re: jPDL and BPEL Integration

2007-02-28 Thread kukeltje
yes it is mature enough. Although I do not work for JBoss/Red Hat, I'm under an NDA, so cannot disclose the names, but some major institutions are using it. So the time to get on the open source bandwagon is now, honestly. But be aware that these are not end-user or pure business tools (as you'v

[jboss-user] [Clustering/JBoss] - Re: Farmin Deployment on 4.0.4 GA

2007-02-28 Thread [EMAIL PROTECTED]
The wiki is still correct; the issue hasn't been resolved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023997#4023997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023997

[jboss-user] [JBoss Seam] - Re: EntityHome.persist - Getting the generated id?

2007-02-28 Thread dustismo
hmm.. If I set | @GeneratedValue(strategy = GenerationType.IDENTITY | on the id column of the entity it works.. I thought that GenerationType.AUTO would select IDENTITY when the database type is mysql? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

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

2007-02-28 Thread [EMAIL PROTECTED]
I agree with Felix. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023993#4023993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023993 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss jBPM] - Re: jPDL and BPEL Integration

2007-02-28 Thread mboldisc
Thanks for the quick response. It would be nice to model the entire process using one process-definition, but the separation of workflow and web service orchestration is acceptable. In your opinion, is JBoss jBPM mature enough to handle the combination of workflow (jPDL) and web service orches

[jboss-user] [Clustering/JBoss] - Re: Problem with datasources, they start, but my apps cannot

2007-02-28 Thread [EMAIL PROTECTED]
If you're getting that same Incomplete Deployment listing on more than one server in the cluster, that tells me you are not using JMS configured to deploy from the deploy-hasingleton directory, the way it comes in the 'all' config. If you want clustered JBossMQ, it should be deployed from deplo

[jboss-user] [JBossWS] - Re: .war Deployment fails after upgrade to jbossws-1.2.0.GA

2007-02-28 Thread alperez
"dwin" wrote : Ensure that JAXWS libraries are not in the classpath No, it is not. I checked. The only jaxws that is part of my deployment is jboss-jaxws.jar which currently resides in jboss_home/server/xxx/deploy/jbossws.sar View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBossWS] - JBossWS 1.2.0.GA

2007-02-28 Thread greenbean
I installed the JBossWS 1.2.0.GA. It looks ok so far. I see these errors in my logs repeated again and again. However, I am not sure what problems it is causing. I am testing things using jbossws 1.2.0.GA for both the client and server. 2007-02-28 21:52:46,469 ERROR [STDERR] org.xml.sax.SAX

[jboss-user] [JBoss Seam] - Re: Using with a list of entities

2007-02-28 Thread pgmjsd
So anyway... the end behavior is that I get: Invalid selection. Selected item cannot be loaded from persistence context When the form is submitted because the value in the option is the toString() of the User entity, which the EntityConverter doesn't understand. View the original post : http:/

[jboss-user] [JBoss Seam] - EntityHome.persist - Getting the generated id?

2007-02-28 Thread dustismo
Hi, I have an entity home class and I need to get the generated id (database generated) of the persisted object after calling persist (I would have thought this would be automatic?).. It always comes back as 0. Here is my entityHome class: | @Name("userHome") | public class UserHome exte

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Deploying exploded war with symlinks

2007-02-28 Thread lmellis85
I am also running into the same issue, was there any fix for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023984#4023984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023984

[jboss-user] [JBoss Seam] - Re: Seam Readers Choice - Vote...

2007-02-28 Thread smartbinary
I'll second that one! BRING ON WEB BEANS!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023983#4023983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023983 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam Readers Choice - Vote...

2007-02-28 Thread kukeltje
I'd like to vote for jsr-299... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023981#4023981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023981 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: http://www.karwell.com/apropos/equipe/JMP/seam_me_gettin

2007-02-28 Thread fhh
I'm not Gavin, but have you checked whether the jboss-seam.jar is in the right place? Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023982#4023982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023982

[jboss-user] [JBoss jBPM] - Re: JBPM Context variable lifecycle

2007-02-28 Thread ngeadah
Right on kukeltje; sorry about the crosspost. Instead of using the Seam ManagedJbpmContext and outjection to the business process scope, I used the good-old JBPM API to launch my process and set context variables manually. Since then, I have not been able to reproduce. View the original post :

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

2007-02-28 Thread fhh
anonymous wrote : | So how about creating s:dataTable which extends h:dataTable and adds support for | 1) Exporting to CSV,XML,Excel,PDF | 2) Sorting | 3) Paging | Well, this is definitly not the way I would go. (As a matter of fact tomahawk has done some of the stuff but last time

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

2007-02-28 Thread kukeltje
Yes, execution of nodes should occur in a context. For that a jBPM context is used. It does not mean it has to be the identical, same context. That is why I said you have to hold on to a tokenid or processid to use that to get to the token/process when opening a new context. Look at the example

[jboss-user] [Beginners Corner] - Migrating JavaBean s from Tomcat to JBoss

2007-02-28 Thread pdanielsen
Hi, I have an application originally developed with Tomcat 5.0.28 that I'm trying to port to JBoss 3.2.8 SP1. (I'm using that version of JBoss because this application works with another application that was developed to work with 3.2.x). I've created a jboss-web.xml file to accompany WEB-INF

[jboss-user] [EJB 3.0] - Re: NamingException: Could not dereference object - EJB 3.0

2007-02-28 Thread htran_888
Hi Jaikiran, Thanks for pointing me to a relevant post. I will try the suggestion and let everyone know. Cheers, Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023972#4023972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Clustering/JBoss] - Problem with datasources, they start, but my apps cannot use

2007-02-28 Thread sebastianlacuesta
Hi, I'm having a very strange behavior with a cluster. The main problem is that I have diferent datasources, that they appear to start correctly, when I try to use them I get a NullPointerException. There are some other strange things that occur: The first node starts without problem, no matter

[jboss-user] [JBoss Seam] - Re: Using with a list of entities

2007-02-28 Thread pgmjsd
Here's the view code: | | | | | Here's the SLSB: @Name("myBean") | @Stateful | @Logging | public class TestBean implements TestLocal | { | @PersistenceContext | private EntityManager em; | | privat

[jboss-user] [JBoss Seam] - Re: Is it possible to send mail from asynchronous method

2007-02-28 Thread piotr.walczyszyn
I checked it with myfaces, still there is a problem, I posted stack trace in JIRA issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023969#4023969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023969 _

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

2007-02-28 Thread meghanai_99
Hello Alex, Since I did not hear back from you I just wanted to confirm that you received the project file I sent you yesterday. Thank you, Meghana. frostp, Glad that I am not the only one getting that error :) Right now I am trying to build JBossWS myself so that I can debug this problem bet

[jboss-user] [JBoss jBPM] - Re: How to cancel a Timer dynamically?

2007-02-28 Thread kukeltje
Where do you get that from? the SchedulerService in my (latest) cvs only has void createTimer(Timer timer); | void deleteTimersByName(String timerName, Token token); | void deleteTimersByProcessInstance(ProcessInstance processInstance); | void close(); but that is the interface... th

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

2007-02-28 Thread sjewett
Hi All - Is there a target date when version 2.4.2 will be release? On JIRA, there are several issues (11) that have been addressed. Thanks, -sjewett View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023966#4023966 Reply to the post : http://www.jboss.com/in

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

2007-02-28 Thread jorgemoralespou_2
You might be right. And that probably explains the behaviour I'm observing, but how can I actually signal a Token if I'm not hold to a Context. Execution of nodes should occur within a Context, as long as I know, and since I signaling every node in the execution path, the execution get's done rig

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

2007-02-28 Thread alperez
Agreed. The installation notes for this release are in serious need of additional content. i.e. Is there an intended destination for the files in the /lib/jboss-jdk15/? jboss-jaxrpc.jar, jboss-jaxws.jar, jboss-saaj.jar In response to the first post on this thread... After looking at the fi

[jboss-user] [Beginners Corner] - Re: Looking up a @Stateful Bean fails cause of AOP Intercept

2007-02-28 Thread htran_888
Hi, Sounds like it is a JBoss 4.0.4/4.0.5 issue since I have had no problem when using SJASA PE 9.0 with the same Netbeans on the same JDK 6.0. Anyway, I will try it with JDK 1.5 to see whether it makes any difference. Cheers, Henry View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Using with a list of entities

2007-02-28 Thread pgmjsd
I'm passing a list of entities to and it looks like the createSelectItems() method is using using the toString() method on my entity in order to convert it to a value for the HTML rendering. It looks like what is happening is that the NoSelectionConverter is first in the ConverterChain. This

[jboss-user] [EJB/JBoss] - Re:

2007-02-28 Thread michael.litherland
Yeah, I tried the suggested fix and found it didn't help as well. Having to restart every time I redeploy when testing is a pain. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023951#4023951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Problem

2007-02-28 Thread jaikiran
anonymous wrote : I am new to EJB. Frankly speaking, it would difficult to explain or understand this without going through some sample EJB applications. Once you understand EJB, this will be an easy task to use the remote facade. So if its not a production application that you are currently w

[jboss-user] [Security & JAAS/JBoss] - Re: Programmatic Authentication in JBoss?

2007-02-28 Thread lujop
I have opened a feature request in the JIRA for if you found that interesting and you want to vote: http://jira.jboss.com/jira/browse/JBAS-4164 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023952#4023952 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Seam Readers Choice - Vote...

2007-02-28 Thread [EMAIL PROTECTED]
Doh! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023953#4023953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023953 ___ jboss-user mailing list jboss-user@lists.jboss.org

  1   2   3   4   >