[jboss-user] [Installation, Configuration & Deployment] - jboss 4.0.5GA - Not able to build webservice

2006-10-27 Thread abumca
Hi all, I downloaded the source for jboss 4.0.5GA and tried to build it. I found that the Webservice is NOT built as part of the build because of which I'm not able to deploy my own webserivce file into jboss. Request to provide more/detailed info on the same. Regds, Abuthahir View the origi

[jboss-user] [JBoss Seam] - Re: error : In attribute requires value for component , why

2006-10-27 Thread EddieLee
"monkeyden" wrote : @ In(required=false) | | private ContentDaoImpl contentDaoImpl; | | OR | | @In | | private ContentDaoImpl contentDaoImpl; | | | | @Factory("contentDaoImpl") | | public void loadContentDaoImpl(){ | | //create it | | //save it to some con

[jboss-user] [JBoss Portal] - Re: Memory leak in JBoss portal 2.4

2006-10-27 Thread rsreddy_tsky
We are planning to use Jboss Portal 2.4 GA. We would like to know whether the above mentioned Memory Leak problem still exists in the version Jboss Portal 2.4 GA. Please help us by providing this information at the earliest. Thanks & Regards, RS REDDY View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Re: error : In attribute requires value for component , why

2006-10-27 Thread monkeyden
@ In(required=false) | private ContentDaoImpl contentDaoImpl; OR @In | private ContentDaoImpl contentDaoImpl; | | @Factory("contentDaoImpl") | public void loadContentDaoImpl(){ | //create it | //save it to some context | } View the original post : http://www.jboss.com/index

[jboss-user] [Installation, Configuration & Deployment] - Re: Best way to deply an XML file with an ear?

2006-10-27 Thread xiangya
No, it's a normal behavior. Class or ClassLoader should work correctly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981497#3981497 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981497 ___

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread y_zl
Security Example: It seems that Authenticator.instance().authenticate(user.getUsername(), user.getPassword()) in LoginAction always return true. It seems jboss-service.xml login-config.xml are not used any more. The sutentication configuration guide still apply to 1.1? View the original post :

[jboss-user] [JNDI/Naming/Network] - Re: ejb not bound (no security manager: RMI class loader dis

2006-10-27 Thread jaikiran
How is your application packaged? Is it an ear or a war? >From the command line please try the following command on your archive: jar -tf myAppName.ear replace myAppName.ear with the name and extension of your archive that is deployed in JBoss. Please post the output. This will display the con

[jboss-user] [JBossWS] - Re: JBossWS and UDDI

2006-10-27 Thread [EMAIL PROTECTED]
I guess Noel needs to update the example with the new JBossWS stack on JBoss 4.0.4 and above. If you want to retain the ws4ee stack on 4.0.4.GA (not recommended), http://wiki.jboss.org/wiki/Wiki.jsp?page=JAXROnWS4EEDowngrade View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Beginners Corner] - Re: Failed to boot JBoss:

2006-10-27 Thread jaikiran
As already suggested by genman, please try a new version of JBoss, since i dont think you have any specific requirement of sticking to the older version. And as far as the cause of this exception is concerned, looks like the installation of JBoss is not proper. View the original post : http:

[jboss-user] [JBoss Seam] - Re: Trying to inject FacesContext generates

2006-10-27 Thread EddieLee
| @Stateless | @Name("login") | public class LoginAction implements Login { | @In FacesContext facesContext; | | | like this . it' s ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981492#3981492 Reply to the post : http://www.jboss.com/

[jboss-user] [EJB/JBoss] - Re: Problem deployment EJB Local

2006-10-27 Thread jaikiran
Mentioning the JNDI_NAME in your RFPLocalHome.java is of no use as far the application server is concerned. You will have to make an appropriate entry in the jboss.xml, specifying the JNDI name for the bean. Have you done that? The jboss.xml dtd will provide you more details as to how to specify

[jboss-user] [JBoss Seam] - Trying to inject FacesContext generates

2006-10-27 Thread rmemoria
When in try to inject a FacesContext variable in a stateless bean I get the following message: Caused by: org.jboss.seam.RequiredException: In attribute requires value for component: login.fc And bellow is part of the code: anonymous wrote : @Stateless | @Name("login") | public class Logi

[jboss-user] [Installation, Configuration & Deployment] - Re: Isolation/CallByValue on 4.0.5

2006-10-27 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions Specifically the jmx-console method mentioned over there. That might help you in identifying the issue. I am not sure what has changed between the two server version which you mention, that should result in this behav

[jboss-user] [JBoss Seam] - error : In attribute requires value for component , why ?

2006-10-27 Thread EddieLee
Content.java | package com.vsoft.aixinweb.view ; | | import java.util.Date; | | import javax.ejb.Stateless; | import javax.faces.context.FacesContext; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Logger; |

[jboss-user] [Security & JAAS/JBoss] - Re: Principal from Servlet to EJB not propagating?

2006-10-27 Thread jaikiran
anonymous wrote : I am wondering if the ClientLoginModule is consulted before calls are made to EJB! I *guess* that's right. I saw your application policy. Just for the sake of confirming this, try changing it to: | | | | | | Note tha

[jboss-user] [JBoss jBPM] - Re: How can I integrate Active BPEL with JBOSS

2006-10-27 Thread [EMAIL PROTECTED]
Switch to jBPM BPEL ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981485#3981485 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981485 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - wait activity

2006-10-27 Thread [EMAIL PROTECTED]
One hour? Now I'm confused. When you say: anonymous wrote : But I encountered another problem: it does NOT work when I put a wait before and a wait after an invoke of a partnerLink[...] It timed out. What timed out? I thought you meant the web service request. View the original post : http://w

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - special characters and XML

2006-10-27 Thread [EMAIL PROTECTED]
Now I see the problem. The XML parser reads the escaped left angle bracket into the character itself and writes it literally to the SOAP message, thus producing ill-formed markup. Try escaping the escape sequence so that it appears literally in the resulting SOAP message: < View the original

[jboss-user] [Advanced Documentation] - Re: duke's bank example doesnot compile in jboss4.0.4

2006-10-27 Thread ip0
Have you tried 4.0.5? Would be interesting ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981482#3981482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981482 ___ jboss-us

[jboss-user] [Clustering/JBoss] - Fail over working, but load balancing not happening in JBoss

2006-10-27 Thread robocop
We are running JBoss 4.0.2 (JBoss_4_0_2 date=200505022023) in a cluster mode and everything works fine like fail-over, SSL, HTTPS invoker etc., but for load balancing for Stateless EJB. It loads one server till that server goes down and then loads the other server. Would appreciate any help on

[jboss-user] [JBoss jBPM] - Re: Is it possible to update a process def without versionin

2006-10-27 Thread arshadnj
Hello All, Any update on this? Is this new API/tool available for use now? Obviously, in most of the organisations process definitions change as business changes and so the need for migration. In our particular case, we have implemented JBPM workflow for an order management system and since i

[jboss-user] [JBoss Seam] - Re: Unable to call a method on my statefull session bean

2006-10-27 Thread bytor99999
So I then have this form that has values to #{location.xxx}, In the statefull session bean, I would then have a property called Location location that has an @In annotation on it for the bean to have access to that object created by the form. Correct? View the original post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: Unable to call a method on my statefull session bean

2006-10-27 Thread bytor99999
Thanks, I also noticed that my comment above about parameters in an action method is not allowed. In looking at all the examples I noticed this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981478#3981478 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread [EMAIL PROTECTED]
Right. Its not finished. Thats why it has not been release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981477#3981477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981477 ___

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread sducas
I'm using 4.0.4 patched with EJB3 RC9... I'll try 4.0.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981476#3981476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981476 __

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread sducas
ok thanks, security exemple (freshly updated from CVS) don't work for me for two reasons: - first one: I think seam.properties should be renamed into component.properties and the corresponding line inserted into build.xml (at line 42 for me) ... then it starts for me... but when started.. -

[jboss-user] [JBoss Seam] - Class-loading issue using seam and jbpm web console app in t

2006-10-27 Thread ashok777
I have a need to run the jbpm console webapp alongside a seam app. So when packaging the example seam app [jboss-seam-dvd.ear] I drop in the 3.1.2 version of jbpm.war. The consolidated .ear file is then deployed to a jboss-4.0.5.GA server. The JBoss server reported the following error when loadin

[jboss-user] [JBoss Seam] - Re: Unable to call a method on my statefull session bean

2006-10-27 Thread [EMAIL PROTECTED]
@In and @Out go on a field or property setter, not on the action method. please follow the Seam examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981473#3981473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread [EMAIL PROTECTED]
It means we worked with the Ajax4JSF guys to fix the incompatibilities. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981472#3981472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981472 ___

[jboss-user] [JBoss Seam] - Re: Unable to call a method on my statefull session bean

2006-10-27 Thread bytor99999
I just read one thing in the JSF Javadocs that the h:commandButton action must call a method that takes no parameters? Could that be the reason why? And the @In annotation is enough to get my object in the method, then how do I reference that object? View the original post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread sducas
and about A4J integration? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981471#3981471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981471 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Seam] - Re: Unable to call a method on my statefull session bean

2006-10-27 Thread bytor99999
Oh, basically the bean is not being called and the page stays on the exact same page it was on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981468#3981468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981468

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread sducas
Personaly I changed directly seam sources into: SeamApplication11{... public MethodBinding createMethodBinding(String ref, Class[] params) throws ReferenceSyntaxException { //return new ActionParamMethodBinding(application, ref); return getDelegate().createMethodBindin

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread [EMAIL PROTECTED]
I have already fixed this issue in CVS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981469#3981469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981469 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Unable to call a method on my statefull session bean

2006-10-27 Thread bytor99999
Again, I must be overlooking something simple. So I have a page that has a header/footer. menu on the left and content in the center right. So the menu on the left is working with a stateless session bean, They click a link on the left and a form appears in the center, with two buttons a Begin

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread sducas
I have just tryed it!!! I have one bug report yet: it seems the ActionParamMethodBinding returned by SeamApplication11.createMethodBinding doesn't take care of methods parameters: I use sandbox autocomplete component and the backbean method signature is List getSuggestion(String)... when I lau

[jboss-user] [JBoss jBPM] - Deploying jbpm.war(3.1.3) to jboss as 4.0.5GA

2006-10-27 Thread MrHighTech
I am trying to deploy jbpm-3.1.3 to jboss as 4.0.5ga. Thus far, i have only managed to deploy the sar. The war gives the following exception : 18:51:20,421 INFO [SchedulerThread] runtime exception while executing timers org.hibernate.HibernateException: Could not parse configuration: hibernat

[jboss-user] [Management, JMX/JBoss] - Re: Custom service seems to be ignoring tag

2006-10-27 Thread toddjtidwell
Just a small update to this: It seems I was incorrect in assuming that this was working correctly during a hot deploy. It doesn't matter whether it's a hot or cold deploy, if my dependencies are not deployed, the custom service that depends on them still deploys as long as it extends another o

[jboss-user] [JBoss Portal] - Re: JBoss Portal vs. Tiles + Alfresco

2006-10-27 Thread walbar
Hi, Thanks a lot for your answer. I couldn't find such portlet. If you found it please paste a link here. :-) Regards, Waldemar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981460#3981460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: EL embedded in message bundles broken in 1.1?

2006-10-27 Thread petemuir
Thats working for me now. Thanks Stan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981461#3981461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981461 ___ jboss-user mail

[jboss-user] [Installation, Configuration & Deployment] - Re: ear hot deployment

2006-10-27 Thread genman
Try doing "touch .../application.xml' to get JBoss to reload your app. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981459#3981459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981459

[jboss-user] [Installation, Configuration & Deployment] - Re: Please help resolve java.lang.LinkageError

2006-10-27 Thread genman
http://wiki.jboss.org/wiki/Wiki.jsp?page=LinkageError View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981458#3981458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981458 ___ j

[jboss-user] [EJB 3.0] - NameNotFoundException in client using Windows Service

2006-10-27 Thread a_sooky
Hi, I am using JBoss as a Windows Service. When I try to connect from my client, I get NameNotFoundException. I see the following in the Global JNDI Namespace: +- tstudio.ejb.CoreDataService (proxy: $Proxy83 implements No ClassLoaders found for: tstudio.ejb.CoreDataService (no security manager

[jboss-user] [Installation, Configuration & Deployment] - Re: Conguring JBoss to talk to a proxy server

2006-10-27 Thread arjun.subramanian
Since I am inside a private networrk, I need some way to let Jboss know to hit the proxy when needing to access the general internet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981455#3981455 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread [EMAIL PROTECTED]
Fixed in CVS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981456#3981456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981456 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [EJB 3.0] - Re: JNDI Problems by deploying an EJB 3 stateless session be

2006-10-27 Thread a_sooky
Hi, I use the syntax that was suggested by PeterJ, but I still get the error. The big difference is, I guess that my JBoss is started as a Windows Service. If I start it normally it just works fine. Any Idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread [EMAIL PROTECTED]
ugh. embarrassing View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981453#3981453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981453 ___ jboss-user mailing list jboss-user@li

[jboss-user] [Installation, Configuration & Deployment] - Re: EJB-installation-problems

2006-10-27 Thread genman
Do "export JBOSS_HOME" then run the ant script. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981449#3981449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981449 ___ jboss-u

[jboss-user] [Installation, Configuration & Deployment] - Re: XPath newInstance() runtime error

2006-10-27 Thread genman
It's probably loading the XML libraries from the server. One thing you can do is check this out: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration Or, try a newer JBoss version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981452#3981452 R

[jboss-user] [JBoss Seam] - Re: Seam 1.1 beta 1

2006-10-27 Thread [EMAIL PROTECTED]
Ooops. This was a bad bug in beta1, created during some last-minute refactoring :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981451#3981451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981451 __

[jboss-user] [Installation, Configuration & Deployment] - Re: Conguring JBoss to talk to a proxy server

2006-10-27 Thread arjun.subramanian
Hello genman :) I need to make posts to an external site using web services. Those web service calls needs to go through the proxy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981450#3981450 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Installation, Configuration & Deployment] - Re: Conguring JBoss to talk to a proxy server

2006-10-27 Thread genman
What do you mean talk? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981448#3981448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981448 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Seam] - Re: cannot simultaneously fetch multiple bags

2006-10-27 Thread petemuir
No. This question is to do with hibernate not Seam so I would suggest asking on the Hibernate forums View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981447#3981447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981447

[jboss-user] [Installation, Configuration & Deployment] - Conguring JBoss to talk to a proxy server

2006-10-27 Thread arjun.subramanian
Hello! I was wondering if someone here could help with this. I am trying to configure JBoss to talk to a proxy server that governs access to the internet. I thought this would be easy to find instructions on, but it seems to be surprisingly hard to find. Does anyone here know? I would really a

[jboss-user] [JBoss Seam] - Re: some help with please...

2006-10-27 Thread petemuir
I added this to the SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981446#3981446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981446 ___ jboss-user mailing

[jboss-user] [Beginners Corner] - Re: Persistence Manager Fails to Start - Clues to look for

2006-10-27 Thread jsteijn
Thanks, that is indeed the area that I have been looking at. While searching the archives I came across a message claiming that the Hypersonic database that comes included here is pretty weak and buggy, and recommends replacement with MySQL or even Oracle in a production environment. Should I be

[jboss-user] [JBoss Seam] - Re: some help with please...

2006-10-27 Thread petemuir
JSF only runs validatation (in this case the HibernateValidator via the s:validate/s:validateAll tags) if the input field isn't empty. To check that a field is not null / not an empty string you need to use the required="true" attribute on the JSF component tag. View the original post : http:

[jboss-user] [JBoss Portal] - SAR deployment problem

2006-10-27 Thread emdlc
Since the helloWorldIPC seemed to require that the portlets be deployed together in a SAR pattern, in order to minimize the differences from the helloWorld app, I organized it the same way, and deployed it the same way, the same folder structure, zipped up, and hot deployed. My question is that

[jboss-user] [JBoss Portal] - Portal 2.4 + JSF + IPC Navigation not properly navigating

2006-10-27 Thread emdlc
As in the IPC example in the documentation, I have a portletA, the source portlet window, and portletB, the destination portlet window. My current setup has one portlet-shared code-base that deploys into one zipped SAR file. The two portlets using IPC are defined together in one portlet.xml fi

[jboss-user] [Beginners Corner] - Re: Persistence Manager Fails to Start - Clues to look for

2006-10-27 Thread genman
You might be able to massage the hsqldb-jdbc2-service.xml file to get it to work -- take a look at the stock 3.2.3 release and later ones. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981441#3981441 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Beginners Corner] - Re: ASP

2006-10-27 Thread genman
http://www.jboss.com/products/jbossweb ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981439#3981439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981439 ___ jboss-user mai

[jboss-user] [EJB 3.0] - Group by Date/Timestamp part in EJBQL?

2006-10-27 Thread jagthedrummer
Hey everybody, I was wondering if there's a way to group by just a part of a date field using EJBQL. Basically I want to get a report of the total number and total value of all transactions that happened over a year, grouped by month. I've tried the following query, but it doesn't do the trick

[jboss-user] [Beginners Corner] - Re: FiboTutorial

2006-10-27 Thread GBlack
My question, my answer. :-) For other miserable owners of this problem I give solution. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86925 special thanks for Brian Stansberry. GB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981437#3981437 Repl

[jboss-user] [JBossWS] - WS Samples-Failed to authenticate principal=null

2006-10-27 Thread johnurban
Digging, but can't find the answer to this one. I am able to compile all of the example w/o errors (following the steps buried in this forum). When I go to run the test for just the jsr181pojo by typing: ant tests Here is what I get: | C:\JavaTools\jbossws-samples-1.0.3.GA\jsr181pojo>ant te

[jboss-user] [Beginners Corner] - Re: Persistence Manager Fails to Start - Clues to look for

2006-10-27 Thread jsteijn
It would be nice to have that luxury. This is a commercial off-the-shelf product. The vendor has just notified me that their support staff can't figure it out and they need additional funding to kick it up to their "experts." I am not impressed. Perhaps I can upgrade jboss in place and see if t

[jboss-user] [Installation, Configuration & Deployment] - Re: Isolation/CallByValue on 4.0.5

2006-10-27 Thread johnflinchbaugh
I'm having the same difficulties trying to move previously working apps from 4.0.4 to 4.0.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981434#3981434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981434 _

[jboss-user] [JBossWS] - Re: WSDL-->Java Can JBoss wstool generate both client and se

2006-10-27 Thread jjchen
Thank you! jjchen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981432#3981432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981432 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBossWS] - Re: Question on accessing keystore/truststore that is not re

2006-10-27 Thread [EMAIL PROTECTED]
Yes its on the roadmap, but it is scheduled for after the 2.0 release (JAX-WS). Please vote for it if it is important to you. http://jira.jboss.com/jira/browse/JBWS-638 Thanks, -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981431#3981431 Reply to t

[jboss-user] [Installation, Configuration & Deployment] - Re: Best way to deply an XML file with an ear?

2006-10-27 Thread flarosa
Yes that does seem to work; thanks for the tip. I'm suprised that this.getClass().getResource("/WEB-INF") actually returns the right path even though I'm calling it from an EJB. Hopefully this is not just an example of an undefined behavior that happens to be working in my particular case. Vie

[jboss-user] [JBossWS] - Re: web services samples

2006-10-27 Thread [EMAIL PROTECTED]
Good point, we will add that to our release notes http://jira.jboss.com/jira/browse/JBWS-1319 | org.jboss.ws.WSException: Serv | ice already registerd: jboss.ws:context=jbossws-samples-wssecurity-sign,endpoint | =HelloService) | This means that the jar is already deployed on the serv

[jboss-user] [JBossWS] - Re: WSDL-->Java Can JBoss wstool generate both client and se

2006-10-27 Thread [EMAIL PROTECTED]
You can use the artifacts for both. The problem is that when going from wsdl to java you still have to hand write the webservices.xml file. The 1.0.4 release will add support for generating it. -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981427#39

[jboss-user] [JBoss Portal] - Re: Is JBoss Portal ready for prime enterprise use?

2006-10-27 Thread [EMAIL PROTECTED]
These questions are commonly answered by our sales engineers, but Ill take a crack at the ones I can answer: "walbar" wrote : | - Can a development be started with JBoss Portal 2.6 in its current state? What are the risks? Our first production deploy would be in February. In case this isn?t

[jboss-user] [Installation, Configuration & Deployment] - Re: Can any type of file go in the farm dir?

2006-10-27 Thread jiwils
"AndrewBoyd" wrote : Yes I'd really apreciate you posting it. Its coming...I've been very busy outside of work these past few days. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981421#3981421 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBossWS] - Re: ws-security: Problem using encryption

2006-10-27 Thread [EMAIL PROTECTED]
That should also work, but using this you won't be able to send secured messages outbound. What encryption options did you use with the sun stack? Also, can you post a copy of the message the client is sending? Thanks -Jason View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBossWS] - Re: Problems returning arrays from Webservice Method

2006-10-27 Thread [EMAIL PROTECTED]
Jira is our bug reporting system. I created a report for you. It is located here for you to monitor/vote on. http://jira.jboss.com/jira/browse/JBWS-1318 -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981420#3981420 Reply to the post : http://www.jbo

[jboss-user] [Installation, Configuration & Deployment] - Re: EJB-installation-problems

2006-10-27 Thread puck
anonymous wrote : [EMAIL PROTECTED]:/home/chris$ echo $JBOSS_HOME | /opt/local/usr/jboss/ | And what should I do now? I don't understand, sorry. Gruss Christian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981423#3981423 Reply to the post : http://ww

[jboss-user] [JBoss Seam] - cannot simultaneously fetch multiple bags

2006-10-27 Thread jbossjbh
Does anyone know what the following exception means? org.hibernate.HibernateException: cannot simultaneously fetch multiple bags thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981422#3981422 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBossWS] - Re: Binding exception - prefix

2006-10-27 Thread [EMAIL PROTECTED]
Sure, Take a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQBuildAndInstall -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981419#3981419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981419 _

[jboss-user] [JBoss Portal] - Re: Myfaces Tomahawk Components in JBOss Portal ?

2006-10-27 Thread bstevenson
Can you provide an example (instructions) on how to use tomahawk jsf componets within a JSR-168 portlet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981415#3981415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=398

[jboss-user] [Security & JAAS/JBoss] - Re: Principal from Servlet to EJB not propagating?

2006-10-27 Thread forumer
I am wondering if the ClientLoginModule is consulted before calls are made to EJB! However, the web-layer doesn't do this consulting as it relies only on the request object! I am just guessing! What do you think? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [Beginners Corner] - ASP

2006-10-27 Thread amill
Can someone tell me if I can run ASP files in JBoss. I have been unsuccessful as of yet, it seems that JBoss is just ignoring the ASP sections of code. Is there another module I need to install. I have come up empty on any searches dealing with ASP and JBoss. View the original post : http:/

[jboss-user] [Installation, Configuration & Deployment] - Isolation/CallByValue on 4.0.5

2006-10-27 Thread dhannum
Hi, I'm seeing a fairly common error message, it would seem: A ClassCastException on the narrow call after retrieving the home interface of an EJB2. I have read all the docs saying to ensure that Isolation and CallByValue are on so the server is J2EE 1.4 compliant. In 4.0.3SP1, that was suffici

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - wait activity

2006-10-27 Thread wugf
No. I mean 60 MINUTES. Actually, PT60M8S to be exact, and the result delay was 3608 seconds. As of the weird issue :-( The pulling interval is 1 second: | | | schedulerServlet | org.jbpm.scheduler.impl.SchedulerServlet | | interval | 1000 |

[jboss-user] [JBossWS] - URGENT ....Duplicate names in the generated WSDL !! cannot c

2006-10-27 Thread sursha
Hi, I'm using JBOSS 4.0.4 GA and have ejb3 exposed as web services. Ran into an issue where the generated wsdl has same definition of my class twice. Very odd... My interface has methods like public ReportBean getReportBean(int[] accounts); public long submitJob(Job aJob); Job has ReportBea

[jboss-user] [JBoss Portal] - Re: Some problems with JBoss Portal 2.6 DR version...

2006-10-27 Thread [EMAIL PROTECTED]
I am committing my code now on submenus over the tabs. They are pure CSS-driven, so not to require javascript on the client-side. ;-) This is only in 2.6, so expect to see it in the next release. I believe the subs are what you had in mind. They made the most sense. Dropdown menus onHover. Wit

[jboss-user] [Management, JMX/JBoss] - Re: Custom service seems to be ignoring tag

2006-10-27 Thread toddjtidwell
Good catch. Actually, that was a typo on my part. You're right, I do need the implements bit. However, the problem still exists. It deploys fine if I copy the sar in while JBoss is running, but if I start JBoss with the sar already in the deploy directory, it starts the service without hon

[jboss-user] [JBoss Portal] - Re: Problem with Stock News Portlet.

2006-10-27 Thread portalgeek
Hi, It worked. Thanks very much. Appreciate it. thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981410#3981410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981410 _

[jboss-user] [Management, JMX/JBoss] - Re: Custom service seems to be ignoring tag

2006-10-27 Thread genman
| | public class MyService | extends CustomService | *IMPLEMENTS* CustomServiceMBean | { | | } | Not sure it matters, but I think you need the implements part. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981409#3981409 Reply to the po

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Eclipse Plugin and WSDL Polymorphism

2006-10-27 Thread omatzura
Hi Kalvin, I'm not sure about the jbossws stack and the associated wstools (which are used by the eclipse plugin), but the underlying webservice logic in the plugin *should* support polymorphism as you describe.. ie you should be able to import a WSDL containing a portType with the same operati

[jboss-user] [JBoss Seam] - Re: Seam application Authentication against Windows User Log

2006-10-27 Thread xiangya
Sure, I remembered there is NTLoginModule (JAAS) in jboss, try to search it. By the way It's relative to jboss server not seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981406#3981406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Installation, Configuration & Deployment] - Re: EJB-installation-problems

2006-10-27 Thread xiangya
try echo $JBOSS_HOME, if you get the ant install error before and sure that set this var, so please kick your release vendor'sss, because of impossible mission.:) Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981405#3981405 Reply to the post : htt

[jboss-user] [JBoss Eclipse IDE (users)] - Class path settings for a JBoss server

2006-10-27 Thread aashishvora
I have creted a new server in JBoss for my application and also have a different folder structure and I need help to setup classpath settings for it. Following is my server structure Jboss-4.0.2 | Server | Myserver | deploy |xxx.war | pro

[jboss-user] [Installation, Configuration & Deployment] - Re: EJB-installation-problems

2006-10-27 Thread puck
Oh sorry I didn't mention it. Yes I set JBOSS_HOME JBOSS_HOME=/opt/local/usr/jboss/ Gruss Christian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981403#3981403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981403 _

[jboss-user] [Installation, Configuration & Deployment] - Re: Best way to deply an XML file with an ear?

2006-10-27 Thread xiangya
Could you do it utilizing Classloader or Class method: getResourceAsStream()? Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981402#3981402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981402

[jboss-user] [JBoss Seam] - Re: EL embedded in message bundles broken in 1.1?

2006-10-27 Thread [EMAIL PROTECTED]
I committed a change to SeamApplication11.java. This should fix the problem but I have no easy way to test it. Can one of you guys try it out for me? Thanks, Stan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981401#3981401 Reply to the post : http://ww

[jboss-user] [JBoss jBPM] - jBPM database USAGE

2006-10-27 Thread moonrainbow
I've looked at jBPM database schema. It's very normalized, which might not be too good if it does a lot of selects (joins). How does jBPM uses the DB? It probably reads process definitions and all the related tables at the process initialization (fetches them from the cache?) but what about the

[jboss-user] [JBoss Seam] - Seam application Authentication against Windows User Login

2006-10-27 Thread Shinerella
If somebody can give me some directions to follow, Im developing web applications for the company I work for, Im using jboss AS 4.04 GA (running as a Windows 2003 server Service), and the jboss seam1.01GA. Currently, My applications have a login form where I get the user and password, but I wan

[jboss-user] [JBoss Seam] - some help with please...

2006-10-27 Thread bsmithjj
Hello, I am using the new tag. I have this facelets component: | | | | | Permission Name | | | | | | | | | |...more stuff | which is included from another facele

[jboss-user] [JBoss Seam] - Re: No active event context

2006-10-27 Thread [EMAIL PROTECTED]
"andyd" wrote : Stan, | I'm trying to understand why the StartupServletContextListener exception is thrown in a Portal setup. With JBoss 4.0.5GA, MyFaces 1.1.4, Portal 2.4, Seam 1.1beta Facelets and Ajax4JSF we are seeing problems again. It looks to me that this is triggered by the exception

[jboss-user] [JBoss jBPM] - Re: Process-state: can't create a process instance when proc

2006-10-27 Thread Saviola
Hi, ayang! I think the problem arises from the fact that the subprocess is not actually in the database before you close the jbpmContext. Try and investigate in that direction. Regards, Saviola View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981396#398139

  1   2   3   >