[jboss-user] [Advanced Documentation] - How to deploy a portlet with out the parent ref?

2007-10-18 Thread pushpita_b
hi while deploying a portlet war in jboss portal we need to write in the *-object.xml the tag which gets deployed there .But in mine i gave it an acccess right. now every time i restart jboss its been deploying.if i keep the ifexixts tag as keep then also.Can i do it with out mentioning the

[jboss-user] [JBoss jBPM] - Re: Graphical Process Designer Problems

2007-10-18 Thread miroth
Thank you very much. I'm glad that it is not my fault. Regards, Michael View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096378#4096378 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096378

[jboss-user] [Beginners Corner] - Re: Must See: good for any problem!!

2007-10-18 Thread Ram_111
Form where do we get this whatsnew.pdf for jboss 4.0.x , actually I am getting the same problem in jboss 4.2 , then i changed the server version to 4.0 . Still have the problem. Pls any help will be very useful . View the original post :

[jboss-user] [JBoss Seam] - Re: seam remoting - can't get a string value

2007-10-18 Thread [EMAIL PROTECTED]
By the way, you can call ServletContexts.getInstance().getRequest() to get the HttpServletRequest. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096381#4096381 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096381

[jboss-user] [JBoss Portal] - Re: jboss portal under netbeans

2007-10-18 Thread pedalshoe
i just noticed this in my logs running in Netbeans. how did you fix this? -Christopher View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096382#4096382 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096382

[jboss-user] [JBossWS] - Re: Multithreading in Jboss 4.0.1

2007-10-18 Thread oskar.carlstedt
Hi! The most correct way to do this is to write your own MBean/Service. AFAIK threads are not allowed inside an EJB (some application servers will allow threads in the EJB). So writing your own MBean that will take care of multithreading might solve your problem. Creating MBeans is about

[jboss-user] [JBoss Seam] - JSR 250 - Common Annotations

2007-10-18 Thread shamoh
Hello. I would like to ask if there is any relation of JBoss Seam and JSR 250, especially security support. JSR 250 defines common annotations, e.g. * javax.annotation.security.PermitAll * javax.annotation.security.DenyAll * javax.annotation.security.RolesAllowed *

[jboss-user] [JBoss Seam] - Re: seam remoting - can't get a string value

2007-10-18 Thread [EMAIL PROTECTED]
You need to set the conversation ID for your remoting calls. Put this in your page somewhere: Seam.Remoting.getContext().setConversationId( #{conversation.id} ); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096380#4096380 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Form-based authemtication

2007-10-18 Thread shamoh
[EMAIL PROTECTED] wrote : No, we don't support FORM based authentication at this time. Is there a particular reason you need it? And do you plan to support form-based authentication in future releases? Thanks, -lk View the original post :

[jboss-user] [JBoss Seam] - Universal JSF-native confirmation box

2007-10-18 Thread nickarls
Hi, I know there are javascript-workarounds that enable you to use the JS confirm() to confirm actions on commandlinks but my question is: Is there some way of intercepting (e.g. with some actionlistener and captureCurrentRequest/redirect magic) a commandlink (or button) and popup a view?

[jboss-user] [JBoss Seam] - Re: Programmatic arbitrary redirection inside pageflow

2007-10-18 Thread thejavafreak
Try to use decision /. I think that is more relevant to your case View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096389#4096389 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096389

[jboss-user] [JBoss Seam] - SMPC:@In EntityManager or @PersistenceContext ?

2007-10-18 Thread dkane
Dear colleagues, I've read a lot about advantages of SMPC in this forum. In documentation, the recommended way to configure and use SMPC is : components.xml : core:managed-persistence-context name=bookingDatabase |auto-create=true |

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread abdujaparov
Hi I have read that guide but I haven't understood much. First I had to write the class that implements the service but then I don't know what I have to do. In that page there's this file xml: | web-app ... | servlet | servlet-nameTestService/servlet-name |

[jboss-user] [JBoss Seam] - External POST redirect problem

2007-10-18 Thread pwoj
I'm tryin' to the same as follows: FacesContext.getCurrentInstance().getExternalContext().redirect(https://externalHost.sth?id=200;) but using POST method instead of GET. So I want to pass params (id=200) by POST to external service and do redirect at the same time. Any idea how to do it? :)

[jboss-user] [JBoss Portal] - Can you give me some advise workingwith alfresco

2007-10-18 Thread nijiworld
Hello guys I am brand new in the Jboss portal field as well as CMS I did it as my conductor reqiured, the portal is Jboss portal and Alfresco for the CMS. I download the jboss-portal-2.6.1.GA with Jboss server AS 4.2.1 the version of alfresco is alfresco-community-war-2.1.0 we have

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Getting Error while executing servlet in Jboss server

2007-10-18 Thread pkalpana2k
Can you please give me solution for this problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096397#4096397 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096397 ___

[jboss-user] [JBoss jBPM] - About loading of hibernate configuration in HibernateHelper.

2007-10-18 Thread QuePasa
First, i want to sorry for my very intermediate english :) So... in jBPM config-file (jbpm.cfg.xml) exists a string when i try to execute this code JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | try { |

[jboss-user] [JBossWS] - Re: Web seervice with authentication and wsconsume

2007-10-18 Thread Christy
[EMAIL PROTECTED] Thank you very much that you are helping me! My problem is not solved. I downloaded jbossws-samples-1.2.1.GA and looked through jaxws-sample-context. In src/java/.. /context directory I found several classes and interfaces (EndpointEJB, EndpointJSE., EndpointNoInjectEJB,

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread jtestori
you can do the following: create a zip-file with the follwoing structure (folders are between and ) | +-- META-INF +-- WEB-INF +-- web.xml +-- +-- put your class-files here (including packages) rename the zip-file to a war-file and copy it to

[jboss-user] [JBoss jBPM] - Re: About loading of hibernate configuration in HibernateHel

2007-10-18 Thread QuePasa
Damn, xml formatted data is not supported in this forum :( so, those xml is: string name=resource.hibernate.cfg.xml value=/hibernate.cfg.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096405#4096405 Reply to the post :

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread jtestori
hm, something happened with the zip-file-structure: | | | +-- META-INF | +-- WEB-INF | +-- web.xml | +-- classes |+-- put your class-files here (including packages) | View the original post :

[jboss-user] [JBossWS] - Re: Web seervice with authentication and wsconsume

2007-10-18 Thread [EMAIL PROTECTED]
Christy wrote : [EMAIL PROTECTED] | Thank you very much that you are helping me! | My problem is not solved. I downloaded jbossws-samples-1.2.1.GA and looked through jaxws-sample-context. In src/java/.. /context directory I found several classes and interfaces (EndpointEJB, EndpointJSE.,

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Getting Error while executing servlet in Jboss server

2007-10-18 Thread [EMAIL PROTECTED]
apple.xprovision.ActionMenuServlet.doGet(ActionMenuServlet.java:81) Without a extract of the code of ActionMenuServlet.java around line 81 it is hard to tell what is wrong. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096411#4096411 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jPDL Designer 3.1.0SP1 and Eclipse 3.3: ClassCastExcepti

2007-10-18 Thread dleerob
The GPD 3.1 interface has changed slightly since it's previous version, so yes, it will look quite a bit different. The Getting Starting Guide was created with a previous version of the GPD. Try opening the jBPM JPDL Perspective. All your options are now in the Outline view, and the Properties

[jboss-user] [JBoss jBPM] - UserCodeInterceptor HowTo

2007-10-18 Thread Kabuto
For integrating jbpm with other applications i need to bridge especially at the start node and at available end nodes (maybe at every node within a workflow process). Before jbpm 3.2 i solved this requirement by using runtime actions adding at the first action node i had defined (we use jbpm

[jboss-user] [JBoss Portal] - Re: Can you give me some advise workingwith alfresco

2007-10-18 Thread nijiworld
hello, sir thanks for your reply maybe i need a bit more detail about the Alfresco portlet if you have time, would you please tell me how to operate? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096407#4096407 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Can you give me some advise workingwith alfresco

2007-10-18 Thread [EMAIL PROTECTED]
Alfresco has a portlet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096403#4096403 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096403 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: About loading of hibernate configuration in HibernateHel

2007-10-18 Thread QuePasa
*So... in jBPM config-file (jbpm.cfg.xml) exists a string: View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096404#4096404 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096404

[jboss-user] [JBoss Seam] - Re: Very slow initialization of Captcha

2007-10-18 Thread Toby451
Ok solved it ... Avast! antivirus + Vista = Captcha initializes in 1 min :-# Avast! antivirus + XP = Captcha initializes in 2 s :-| Avast! antivirus disabled + Vista or XP = Captcha initializes in 1 s :) Tobias View the original post :

[jboss-user] [JBoss Seam] - Re: Starting up Asynchronous Method at startup

2007-10-18 Thread [EMAIL PROTECTED]
Just try to add... Lifecycle.beginCall(); and then perform your code. This should init JSF und thus enables eMail Generation. (but not for sure :-) Greetz GHad View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096395#4096395 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Can you give me some advise workingwith alfresco

2007-10-18 Thread [EMAIL PROTECTED]
You should ask Alfresco :) I know that the portlet is not easy to find on their website, but you should find something by browsing their forums. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096416#4096416 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SelectOneMenu and OneToMany Seam 2.0 setup

2007-10-18 Thread thinkblue
Here is some more information...The stack trace error that I get when running my page: | | | java.lang.IllegalArgumentException: Expected a child component type of UISelectItem/UISelectItems for component type javax.faces.SelectOne(zipCodes). Found null. | at

[jboss-user] [JBoss jBPM] - Re: jPDL Designer 3.1.0SP1 and Eclipse 3.3: ClassCastExcepti

2007-10-18 Thread bhuber
hmm ok to add an action like in the getting started i have to - left click the evaluaton web order - go to the properties view of my Outline - choose Events - add an event (icon on the right side of the outline window) - select Event type node-enter - add a new action (icon on the right side) -

[jboss-user] [JBoss Tools (users)] - Re: Visual Editor Won't Start on Ubuntu 6 *with libxp6 insta

2007-10-18 Thread [EMAIL PROTECTED]
try and get the latest nightly build - here we use xulrunner which should avoid all these libxp needs and conflicts with existing browser(s). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096422#4096422 Reply to the post :

[jboss-user] [JCA/JBoss] - JBoss error:Trying to return an unknown connection2!.....Unr

2007-10-18 Thread liujw2001
Hello: when I run my jca through EJB, jboss dissplays the following Info: 16:18:29,312 INFO [NoTxConnectionManager] Throwable from unregisterConnection | java.lang.IllegalStateException: Trying to return an unknown connection2! null | at

[jboss-user] [JBoss Seam] - JBoss Seam and Mac OSX

2007-10-18 Thread vwiencek
Hi, i'm trying to compile Seam on a Mac OSX Tiger system, but I get the folowing exception : /Users/vwi/Documents/workspace/jboss-seam/build.xml:167: taskdef class org.apache.tools.ant.taskdefs.optional.ANTLR cannot be found I guess it's not a classpath problem, because a similar checkout

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread zeeshan.javeed
Hi, Thanks for your response. Again my question is still there. How to start from a scratch? Can you please eloborate how to make a simple HelloWorld Service. Which in ping send message, 'Hello World' My question goes, how to creat this class, how to use tools to create WSDL file. Its clear

[jboss-user] [JBoss Seam] - FacesMessages rendering and RichFaces

2007-10-18 Thread vwiencek
Hi, I'm facing the following problem : I've build a seam application, and I use FacesMessages a lot. What I understand is that FacesMessages are displayed when a page (not necessarily the same page) is rendered. But what if we use richFaces capability to render only some parts of the page ?

[jboss-user] [JBoss Portal] - Re: Unable to get JBoss portal to start

2007-10-18 Thread kierangreen
hi Peter, I do indeed see that error, i have depoyed jboss-portal.sar and the portal-mysql5-ds.xml descriptor. I have MySQL5 installed, and it has created the portal tables for me, but i get no reply from the server - not even a standard web app deployed on it. Many thanks Kieran heres an

[jboss-user] [JBoss jBPM] - Re: About loading of hibernate configuration in HibernateHel

2007-10-18 Thread mputz
by default, the hibernate.cfg.xml and jbpm.cfg.xml files are residing in the same directory, often bundled within a jar: [EMAIL PROTECTED] lib]$ jar -tvf jbpm-configs.jar | 0 Thu Aug 30 01:05:28 CEST 2007 META-INF/ | 71 Thu Aug 30 01:05:28 CEST 2007 META-INF/MANIFEST.MF | 18765

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread abdujaparov
Mmm, I must create a zip file with the class file that describes the web service like this: | @WebService | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class Test | { |@WebMethod |public String echo(String input) |{ |

[jboss-user] [Installation, Configuration DEPLOYMENT] - hi

2007-10-18 Thread raghu341
Hi...i deployed the app. then again start the my instance at the jboss..But i am unable to access my app. i am getting foll. exception from logs.. 06:00:25,235 WARN [ServiceController] Problem starting service jboss.web.deployment:war=petvivek.war,id=1870132285

[jboss-user] [JBoss jBPM] - jbpm.cfg.xml not getting picked up

2007-10-18 Thread cheets
Hi All, I am facing some problem trying to configure mail functionality in jbpm3.2.1.While trying to solve my previous problem (http://www.jboss.com/index.html?module=bbop=viewtopict=118858) I have now created an action handler which is fired on task-create event, to send mail to all people in

[jboss-user] [JBoss Seam] - Re: SelectOneMenu and OneToMany Seam 2.0 setup

2007-10-18 Thread damianharvey
You really should take a look at some of the examples and read the reference. I found it *extremely* useful to use SeamGen to start with. Gives you something that works right away. For starters, you need something to provide a list of zipcodes. In your page you have:s:selectItems

[jboss-user] [JNDI/Naming/Network] - Re: JNDI lookup for object in remote server returns local ob

2007-10-18 Thread DeLaBu
I have created a test project that recreates this behaviour. If anyone is interested, I can send it or upload it somewhere. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096441#4096441 Reply to the post :

[jboss-user] [JCA/JBoss] - When and Why Resource Adapter implement the ConnectionManage

2007-10-18 Thread liujw2001
Hello: There is a question puzles me for a long time: Now that the ConnectionManager should be implemented by application server in Managed Environment, Why the Resource Adapter in some examples implements it again? The implement of this ConnectionManager usually is very simple, only includes

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread jtestori
copy the web.xml and change the servlet-class to your webservice's class and the servlet-name (twice) to whatever you like to i don't know if it can be created automatically, i always do it manually View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096442#4096442

[jboss-user] [JBoss Messaging] - JBM 1.4.0GA freezes when reading queue

2007-10-18 Thread alfred.rsa
Hi guys I am using JBM 1.4.0GA on JBoss AS 4.2.1GA. I have Siebel clients connecting to one of the default queues (A) remotely. They are able to send data to the queue, but when they try to read it they don't get any messages and on my side I get the following exception: 10:30:56,051 WARN

[jboss-user] [JBoss Messaging] - Re: JBM 1.4.0GA freezes when reading queue

2007-10-18 Thread timfox
I have seen something similar when the patched remoting 2.2.2.SP1 jar is not used on the client side. Are you sure you have a) Dropped the jar into the server/your config name/lib directory on the server? b) Added the jar as the first entry on your client classpath? View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JBoss 4.2.1 GA Remote Access

2007-10-18 Thread Veroland
Hi We are moving to 4.2.1 GA and are having issues setting tomcat so that clients can access the server remotley. I have tried to set valve className=org.apache.catalina.valves.RemoteAddrValve allow=192.168.*.* deny= / (If I put a before valve it doesn't show) under my section in the

[jboss-user] [JCA/JBoss] - Re: When and Why Resource Adapter implement the ConnectionMa

2007-10-18 Thread vickyk
liujw2001 wrote : Hello: | There is a question puzles me for a long time: | | Now that the ConnectionManager should be implemented by application server in Managed Environment, Why the Resource Adapter in some examples implements it again? | The implement of this ConnectionManager

[jboss-user] [JCA/JBoss] - Re: JBoss error:Trying to return an unknown connection2!....

2007-10-18 Thread vickyk
Read this http://wiki.jboss.org/wiki/Wiki.jsp?page=CanJBossTellMeWhenIDontCloseAConnection View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096451#4096451 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096451

[jboss-user] [JBoss Seam] - Re: lacewiki in the cvs broken

2007-10-18 Thread wuhaixing
I fix it by remove the seam-remoting.jar from the lib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096452#4096452 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096452 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Running JBoss AS as a window service with JBossNative: probl

2007-10-18 Thread engela
I want to run JBoss AS as a window service. I am using JBossNative and it worked fine on my own machine (MS Windows XP Professional 2002). However I have problems stopping the service in our test environment (MS Windows Server 2003 Enterprise Edition). When stopping the service I get the error

[jboss-user] [JBoss jBPM] - transitionButton

2007-10-18 Thread lmichenaud
Hi, With the last designer sp1, the transition button is generated like this : tf:transitionButton to=Deny value=Refuse/ In the past version, the transition button was generated like this : tf:transitionButton transition=Deny value=Refuse/ It doesnot work with the new version( to attribute ).

[jboss-user] [JBossCache] - Problem with replication with new instance joining a cluster

2007-10-18 Thread nan2k_sweety
Hi, We have two cache instances one running on a shared cluster, one on Weblogic Server and other on Sun One Web Server. Weblogic cache instance is configured with Cache loader while Sun One Web Server Cache instance cannot access Database. If we start Sun One Web Server Cache first and if

[jboss-user] [JBoss Seam] - Re: JBoss Seam and Mac OSX

2007-10-18 Thread [EMAIL PROTECTED]
Thanks, I fixed this in CVS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096457#4096457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096457 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Hooking to JBoss Shutdown

2007-10-18 Thread arunkrishnank
Hi all, I want to add a JBoss shutdown hook, so that when the JBoss shutdown is activated I want to do some pre steps, which is implemented as a method in a SessionBean. But the problem is that the session bean gets unbound before the method and hence the lookup and creation bean itself

[jboss-user] [JBoss Portal] - Re: jboss portal under netbeans

2007-10-18 Thread dbraun
The is a use proxy box in the application server setup in netbeans. It still doesn't fully run though. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096460#4096460 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096460

[jboss-user] [JBoss Portal] - Window State of portlets

2007-10-18 Thread kcsavant
Hi, I am using jboss 4.0.4 GA version with jboss portal server. I have done some session invalidation on my JSP and my problem is.. If a maximize a particular portlet ,and then invalidates the session ,and then logs in again, I will find that portlet maximized not in normal state. (In same

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Creating a secure development environment

2007-10-18 Thread MMirabito
Thanks for you continued feedback. I agree with you all that if you are running on localhost there should not be problems. But I am beginning to think security teams operate under the concept of conspiracy theory and all development teams are and an due risk to the network. We already have a

[jboss-user] [JBossWS] - nor any of its super class is known...

2007-10-18 Thread nickarls
Hi, I'm running JB 4.2.1GA and have an annotated WebService that takes a List as parameters. However, I get an | [javax.xml.bind.JAXBException: foo.Bar nor any of its super class is known to this context] | How should I introduce this class to JAXB? Tried @XmlType and @XmlRootElement

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Hooking to JBoss Shutdown

2007-10-18 Thread [EMAIL PROTECTED]
I guess you can intercept the org.jboss.system.server.stopped notification: http://wiki.jboss.org/wiki/Wiki.jsp?page=NotificationsEmittedByJBossMBeans You can combine that with a BarrierController. See the example here, it's more or less tailored to what you want:

[jboss-user] [JBoss jBPM] - Re: jbpm.cfg.xml not getting picked up

2007-10-18 Thread kukeltje
What is 'later on'? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096466#4096466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096466 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: transitionButton

2007-10-18 Thread kukeltje
please file a jira issue for this... btw, what version of the engine/webconsole are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096467#4096467 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096467

[jboss-user] [JBoss Seam] - seam security and Restful parameters

2007-10-18 Thread vas_opel
Hi all, I am developing a product site using seam. The access to all pages is restricted to authorised users only. I use seam security for this purpose with a login page where each request is driven there if the user hasn't logged in. The problem i face is that i want't to use restful urls in

[jboss-user] [JBoss AOP] - Re: Where to run maven plugin in a ear

2007-10-18 Thread [EMAIL PROTECTED]
hi, from what i can see the aop weaving needs to be done on the model code. its always the class that you pointcut that gets changed/aop-weaved. there is not much info on the maven-jbossaop-plugin yet other than what you find in this thread:

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread zeeshan.javeed
Hi, Can you please do a favour and paste here the compelte files. Test.java (with all imports as I am getting compiling error) web.xml (refering to this Test.java). Please , kick us to start... Regards, Zeeshan. View the original post :

[jboss-user] [JBoss Seam] - EntityQuery and s:selectItems ???

2007-10-18 Thread terryb
Please help, I can't seem to get h:selectOneMenu using s:selectItems and s:convertEntity working with EntityQuery. My search pages is based on seam-gen's MyEntityList example. i am not sure if it is even possible? I have oneToMany between User and UserSecurityRole. On the UserSecurityRole

[jboss-user] [Installation, Configuration DEPLOYMENT] - Hot Deployment Exception: Invalid Package structure.

2007-10-18 Thread arunkrishnank
Hi All, I am getting deployment exceptions while hotdeploying the application. Please see the cases mentioned below: case 1: --- I have 2 ear (say A and B) that are using the same classloader defined in jboss-app.xml. The application B is accessing some classes defined in application

[jboss-user] [JBoss jBPM] - new eclipse new designer plug in version, broken process ima

2007-10-18 Thread rossputin
Hi guys, I just upgraded from Eclipse SDK classic 3.3.0 Build id: I20070625-1500 jboss jbpm jpdl designer 3.1.0.CR1 to eclipse wtp 3.3.1 Build id: M20070921-1145 jboss jbpm jpdl designer 3.1.0.SP1 all on a macbook pro, and now my existing processes have a broken layout in the diagram mode

[jboss-user] [JBoss jBPM] - Re: jPDL Designer 3.1.0SP1 and Eclipse 3.3: ClassCastExcepti

2007-10-18 Thread dleerob
@bhuber, im sure you found your answer from Koen on another thread. For those of you interested in why the docs are different to the latest GPD, read Koen's answer posted on this thread: http://www.jboss.com/index.html?module=bbop=viewtopict=121480 View the original post :

[jboss-user] [JBoss Tools (users)] - JBoss Tools Documentation

2007-10-18 Thread b1costa2
Hi, Is there any documentation available for JBoss Tools 2.0.0 (not JBoss IDE)? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096481#4096481 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096481

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Documentation

2007-10-18 Thread [EMAIL PROTECTED]
Press F1 in eclipse ;) The best ones otherwise available is here http://www.redhat.com/developers/rhds/index.html Any specific documentation you are missing ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096484#4096484 Reply to the post :

[jboss-user] [JBoss Seam] - Re: EntityQuery and s:selectItems ???

2007-10-18 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096482#4096482 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096482 ___

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread jtestori
java-source (you need jboss-jaxws.jar to compile it) | package ws.test; /* you can use any package */ | | import javax.jws.WebMethod; | import javax.jws.WebService; | import javax.jws.soap.SOAPBinding; | | @WebService | @SOAPBinding(style = SOAPBinding.Style.RPC) | public

[jboss-user] [JBoss jBPM] - Re: new eclipse new designer plug in version, broken process

2007-10-18 Thread dleerob
Yes, I sometimes have the same problem, along with a few others it seems. I use Eclipse 3.3 and jpdl designer 3.1.0.sp1. I have also raised a JIRA issue for this, you can take a look: http://jira.jboss.com/jira/browse/GPD-169 View the original post :

[jboss-user] [JBoss jBPM] - Re: jPDL Designer 3.1.0SP1 and Eclipse 3.3: ClassCastExcepti

2007-10-18 Thread Bish
Excellent. Thanks for your patience guys, we got there in the end. I think this thread will be helpful to others like me who come in with no previous knowledge of the product and don't know that the docs are out of date, so it certainly hasn't been wasted time. Cheers, Ian. View the

[jboss-user] [JBoss Portal] - Re: Unable to get JBoss portal to start

2007-10-18 Thread cry4dawn
i would think then its getting in to some kind of endless loop trying to get to the DB. does your user have add create permisions of tables and sequences in their schema? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096488#4096488 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Help securing 3 webapps

2007-10-18 Thread konstandinos
Hi I'm just nudging this to the top again. Any ideas on a solution to my problem? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096489#4096489 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096489

[jboss-user] [JBoss Seam] - Re: Starting up Asynchronous Method at startup

2007-10-18 Thread [EMAIL PROTECTED]
You can send emails async, but you are probably best off waiting for the application to be fully initialized before sending - therefore don't during initialisation, schedule it to be sent later (say 30s) View the original post :

[jboss-user] [JBoss Seam] - Re: Converters and Validators Problem

2007-10-18 Thread pettersonfp
That is it, ByPassInterceptors did the trick :-) Thanks Petterson View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096491#4096491 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096491

[jboss-user] [JBoss Seam] - Re: SMPC:@In EntityManager or @PersistenceContext ?

2007-10-18 Thread [EMAIL PROTECTED]
The docs discuss why an SMPC is an advantage. Some examples use one, some don't. Examples of ones that do: seamdiscs, seambay, seamspace. You can see a pattern - newer examples use it more extensively ;) View the original post :

[jboss-user] [JBoss Seam] - jboss seam remoting - Component returned failure code: 0x800

2007-10-18 Thread efticri
I have a web application with 2 tabs. Each tab is loaded using ajax and seam remoting (1.2.1). Clicking on the second tab while the first one is still loading is generating me this error: Component returned failure code: 0x80040111 (NS ERROR NOT AVAILABLE). I found out over here what this

[jboss-user] [JBoss Seam] - Re: Universal JSF-native confirmation box

2007-10-18 Thread [EMAIL PROTECTED]
I don't know of an easy (pre-built) way - but shouldn't be too tricky using pages.xml navigation rules... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096494#4096494 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096494

[jboss-user] [JBoss Seam] - The error

2007-10-18 Thread efticri
This is what firebug is getting in the console: [Exception... Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status] nsresult: 0x80040111 (NS_ERROR_NOT_AVAILABLE) location: JS frame :: http://localhost:8080/wr/seam/resource/remoting/resource/remote.js

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Running JBoss AS as a window service with JBossNative: p

2007-10-18 Thread engela
The problem was in the configuration of the JBoss AS on dev. It had been slimmed down (http://www.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming) and the JMX invoker service had been removed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096497#4096497

[jboss-user] [Beginners Corner] - Final Release of JBoss AppServer 5

2007-10-18 Thread maderhan
Hi, I just want to know the timeframe to the final AppServer 5 release. Iam planning the migration from 3.2.7 up to 5. Thanks very much. Regards, Hans-Dieter Mader Magna Steyr Graz View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096499#4096499 Reply to the

[jboss-user] [Beginners Corner] - Problem deploying MDB on JBoss 4.2.0

2007-10-18 Thread ashvidky
Hello, all I'm upgrading from jboss 3.2.5 to 4.2.0 and I encountered problem deploying MDB. On jboss startup I get next deployment description: FlowEventDispatcher - deployed MDB. FlowManager - destination queue. 2007-10-18 14:01:11,198 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker]

[jboss-user] [Messaging, JMS JBossMQ] - Problem deploying MDB on JBoss 4.2.0

2007-10-18 Thread ashvidky
Hello, all I'm upgrading from jboss 3.2.5 to 4.2.0 and I encountered problem deploying MDB. On jboss startup I get next deployment description: FlowEventDispatcher - deployed MDB. FlowManager - destination queue. 2007-10-18 14:01:11,198 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS

[jboss-user] [JBoss Portal] - Re: Unable to get JBoss portal to start

2007-10-18 Thread kierangreen
hi there, I used the portal login to create the database and have assigned all available privedleges to the jbossportal database to the portal login. It creates 58 tables and a lot of indexes for me, but i cannot find anything ni these tables. I will try writing a small app to access the

[jboss-user] [JBossWS] - Re: Jbossws Tutorial.

2007-10-18 Thread zeeshan.javeed
Hi, Thanks for such a great help. Now files are compiled and deployed sucsessfully but I am not able to see any published service on JBOSSWS page. for example http://localhost/jbossws/ is the url where i can see that jbossws is running and up. how I see my my published service?? Regards,

[jboss-user] [JBoss Seam] - Re: FacesMessages rendering and RichFaces

2007-10-18 Thread [EMAIL PROTECTED]
Yes, e.g. the booking example uses facesmessages to display validation messages for a input onblur event. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096486#4096486 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096486

[jboss-user] [JBoss Seam] - Re: the method invoked twice, when render the page once!

2007-10-18 Thread [EMAIL PROTECTED]
Use lazy initialization e.g. @Create or @Factory. Do not put expensive logic in javabean methods View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096505#4096505 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096505

[jboss-user] [JBoss Portal] - Re: Unable to get JBoss portal to start

2007-10-18 Thread kierangreen
I should be more specific ... when i start the server it created 58 tables and a lot of indexes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096504#4096504 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096504

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss 4.2.1 GA install problem

2007-10-18 Thread light1
Thanks Peter, It is running fine now. Have a great day!!! light. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096506#4096506 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096506

[jboss-user] [JBoss Seam] - Re: seam-gen EntityList, how to disable auto search

2007-10-18 Thread [EMAIL PROTECTED]
griffitm - start a new topic for new subjects View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096508#4096508 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096508 ___ jboss-user

[jboss-user] [JCA/JBoss] - Re: JBoss error:Trying to return an unknown connection2!....

2007-10-18 Thread liujw2001
Thank you vickyk! When I invoke this function in ManagedConnection: void connectionClosedEvent() |{ | Iterator it = connectionListeners.iterator(); | while (it.hasNext()) | { | ConnectionEventListener listener = |

[jboss-user] [JBossCache] - JBoss Cache 2.1.0.BETA1 released

2007-10-18 Thread [EMAIL PROTECTED]
2.1.0, codenamed Alegrias, has just been released. Details on the JBoss Cache blog. Cheers, Manik View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096511#4096511 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4096511

[jboss-user] [JBoss Seam] - Re: Seam 2 breaks all-on-one-page application

2007-10-18 Thread damianharvey
org.jboss.seam.framework.Home.clearInstance() was introduced in Seam 2.0.0.CR1. So I call this after I clear the contexts. Works fine. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4096513#4096513 Reply to the post :

  1   2   3   >