[jboss-user] [JBoss Web Services Users] - Re: Creating two difference WS-Eventing events in the same c

2009-09-22 Thread earniedyke
After some more trial-and-error I have discovered that if I have more than one Event Source endpoint defined in a war within an ear the last endpoint defined as a servlet in the web.xml becomes the soap:address in the wsdl:service definition for all Service endpoints. Can I only define one servi

[jboss-user] [JBoss Web Services Users] - Creating two difference WS-Eventing events in the same conte

2009-09-21 Thread earniedyke
Greetings all, As I understand the WS-Eventing section of the doc, I need to create a class that extends AbstractEventSourceEndpoint and one that extends AbstractSubscriptionManagerEndpoint for each event I want to define. The reason being that each event, presumably, has a different wsdl assoc

[jboss-user] [JBoss Web Services Users] - WS-Eventing SubscriptionEnd problem

2009-09-02 Thread earniedyke
Greetings all, I am trying to trap the SubscriptionEnd messages but an having no luck. Below are my Class, WSDL and Stacktrace. I am sure it is something small I am overlooking but I can't see it. Any and all help is appreciated. Earnie! Class package org.ebsinc.targeteer.ws; | | import j

[jboss-user] [EJB 3.0 Users] - EAR not finding class in server\default\lib

2009-08-28 Thread earniedyke
Greetings all, I have a jar that I deploy in server\default\lib and then deploy a .war and a .ear. The .war doesn't seem to have a problem finding my classes. The .ear however gets a NoClassDefFoundError. Should this not work? I am using JBoss AS 5.1 Earnie! View the original post : http://w

[jboss-user] [JBoss Web Services Users] - Working WS-Eventing example

2009-08-25 Thread earniedyke
Does anyone have a working example of WS-Eventing they would be willing to share? I have been through the user guide and the source code but I am still missing something. Thanks in advance for any and all help. Earnie! View the original post : http://www.jboss.org/index.html?module=bb&op=view

[jboss-user] [JBoss Web Services Users] - Re: How to implement WS-Eventing

2009-08-24 Thread earniedyke
Joe, You ever figure this out? I am stuck also. Chap 16 just isn't clear on a number of issues. Earnie! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251175#4251175 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=425

[jboss-user] [JBossWS] - Re: Where can I find jbwse.xsd

2009-08-20 Thread earniedyke
Specifically which sample? And I have looked at the User Guide and still find I have these questions. Earnie! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250630#4250630 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBossWS] - Re: Where can I find jbwse.xsd

2009-08-20 Thread earniedyke
Thanks Richard. I find an eventing.xsd in jbossws-native-core.jar. What about the associated wsdl? I am using JBoss 5.0.1 is that makes a difference. Also, should I need to include the .xsd and .wsdl in my jar when I deploy? Earnie! View the original post : http://www.jboss.org/index.html?mo

[jboss-user] [JBossWS] - Where can I find jbwse.xsd

2009-08-20 Thread earniedyke
Greetings all, I am trying to create a simple WS-Eventing prototype and I cannot locate jbwse.xsd. Anyone know where I can find it? Earnie! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250610#4250610 Reply to the post : http://www.jboss.org/index.html?mo

[jboss-user] [JBossWS] - Compile errors with wsconsume generated source

2008-03-10 Thread earniedyke
Greetings all, I am trying to use wsconsume to generate the artifacts for a very simple web service (see wsdl below). Here are the results of executing the command: C:\JBoss\jboss-4.2.2.GA\bin>wsconsume -k -p org.ebsinc.adalert.ws -o c:\ebs\work | spaces\ws-adalert\adalert-service\src -s c:\e

[jboss-user] [JBoss Seam] - Re: Including generated HTML in an xhtml

2008-02-13 Thread earniedyke
As is usually the case, 2 minutes after I submit a question to a forum I find the answer to my problem. does the trick. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129169#4129169 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Including generated HTML in an xhtml

2008-02-13 Thread earniedyke
Greetings all, I have an application in which I use and HTML editor which generates HTML as a string. When I "save" this HTML, I have an action on a page that pulls the HTML from a request parameter and saves it. What I need to be able to do is render this HTML on the xhtml page so that the use

[jboss-user] [JBoss Seam] - Scoped datamodel

2008-01-14 Thread earniedyke
Greetings all, If I have the following class: @Stateful | @Scope(SESSION) | @Name("conferenceManager") | public class ConferenceManager implements ConferenceManagerLocal, Serializable { | | @DataModelSelection("administerableConferences") | @Out(required = false, scope = PAG

[jboss-user] [JBoss Portal] - Re: Classpath error??

2007-11-21 Thread earniedyke
For those interested, this problem was solved by making sure jboss-app.xml (see below) was in META-INF of the .ear file. I had been tinkering with the build.xml file and had inadvertently removed the code necessary to copy this to the .ear. Earnie! | WAITC | | org.e

[jboss-user] [JBoss Seam] - Seam 2 and portlets

2007-11-15 Thread earniedyke
Greetings all, Thanks to what I can only think was some very diligent work there is now an example of Seam 2.0 with portlets. I downloaded the example and have tried to duplicate the success with a JBP 2.62.GA/Seam 2.0.0.GA app that I have built. I have the jsf-portlet-bridge jars in WEB-INF\l

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA is out

2007-11-14 Thread earniedyke
Can you give us a timeframe please? Days? Weeks? I have a boss who is very anxious for me to get a Seam app deployed into a 2.6.2 portal. Thanks for the hard work! Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104779#4104779 Reply to the post : ht

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA is out

2007-11-14 Thread earniedyke
I too am interested in the portlet example that is referenced in the reference guide. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104762#4104762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104762 ___

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread earniedyke
I will put upgrading from 1.4.0.GA to 1.4.0.SP1 first on my list of things to do Monday. Thanks for the advice. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101451#4101451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread earniedyke
Tim, I found 1.4.0.GA and downloaded it, copied over mysql-persistence-service.xml and it is working now. Must be very particular about things. Thanks for the help Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101446#4101446 Reply to the post

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread earniedyke
OK, but according to the ESB 4.2.1.GA release notes, the version of Messaging is 1.4.0.GA. Is that perhaps the problem? I can't find 1.4.0.GA to download though. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101440#4101440 Reply to the post : htt

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread earniedyke
I downloaded jboss-messaging-1.4-0.SP1.zip an hour ago and extracted it. I moved the DELETE_MESSAGE line up one 1 in the file to see if the error changed. That's the only thing I have done to it. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101430

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread earniedyke
Thanks Daniel for the quick response. I read the posts and it seems to me the problem was resolved by installing mysql 5.0. I am already running 5.0 :-( Any other suggestions? Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101427#4101427 Reply to th

[jboss-user] [JBoss Messaging] - Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread earniedyke
Greetings all, I have ESB 4.2.1.GA installed and I am trying to configure it to use MySQL 5.0.41 on windows. I downloaded and copied mysql-persistence-service.xml to server\default\deploy\jboss-messaging.sar. I am getting an error in Messaging startup however that I have been unable to resolve

[jboss-user] [JBoss Portal] - Classpath error??

2007-11-01 Thread earniedyke
Greetings all, I am trying to run a Seam 1.2.1.GA application with RichFaces 3.1.2.GA and Faceltes and I continue to receive the error below. Even though the Sun RI is supposed to be the installed JSF implementation, the Admin portlet seems to still be using MyFaces. I can find FacesContext in

[jboss-user] [JBoss Portal] - Seam portlet problem

2007-10-30 Thread earniedyke
Greetings all, I have a Seam 1.2.1GA app with Richfaces 3.1.0 using facelets and Ajax4jsf that I am trying to deploy to portal 2.6.2GA and I am getting the following error. I have tried a number of combinations of things but I can't seem (no pun intended) to get past this error. I have also inc

[jboss-user] [JBoss Seam] - Re: Problem implementing business logic

2007-10-26 Thread earniedyke
So how should I be doing it if not using em.merge? Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099358#4099358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099358 ___

[jboss-user] [JBoss Seam] - Problem implementing business logic

2007-10-26 Thread earniedyke
Greetings all I have the following code which I intended to execute the hibernate based validation first (via the em.persist) then test for business rules. The documentation for @End says the conversation is NOT ended if the method returns null but what is happening is the em.persist is wri

[jboss-user] [JBoss Seam] - Re: Multiple methods calls and SFSB creation

2007-10-18 Thread earniedyke
I think I discovered at least part of my problem. As for a new SFSB being created, the selectedCsessionValueChangeListener was getting an exception from a query and it wasn't being log/handled anywhere. Once I fixed this problem, a second SFSB is NOT created. Still looking for why it calls the

[jboss-user] [JBoss Seam] - Multiple methods calls and SFSB creation

2007-10-18 Thread earniedyke
Greetings all, I have the following code. When the page is displayed, the surveyManager.eventTrackSessions method is called three times. And within that chain of calls, a new instance of the SFSB is created. Can anyone tell me why this is happening? Earnie! Seam 1.2.1 JSF 1.2 Richfaces 3.1.0

[jboss-user] [JBoss Seam] - Square buttons

2007-09-26 Thread earniedyke
Greetings all, I used seam-gen to generate an Eclipse seam project and when I run the app, all of my html input type="button"s are 2d squares not rounded 3d buttons. What did I do incorrectly? Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088801#40

[jboss-user] [EJB 3.0] - Re: Injected EJB in a web app

2007-09-17 Thread earniedyke
Benson, On the main page for this forum, there are three announcements at the top of the list and the sticky note is fourth on the list. That's where I found the answer to my question. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084990#4084990 R

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Value of identity column with JBoss 4.0.5 JPA entity manager

2007-09-06 Thread earniedyke
Greetings all, I have an EJB3 stateless bean that defines the following entity manager: @PersistenceContext | @PersistenceUnit(unitName = "SimPersistence") | EntityManager em; When I persist a new object via em.persist(o) I need to get the value of the identity column back. How can I do tha

[jboss-user] [EJB 3.0] - Re: Injected EJB in a web app

2007-08-31 Thread earniedyke
Duh!!! Sticky note says it all. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080129#4080129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080129 ___ jboss-user mai

[jboss-user] [EJB 3.0] - Injected EJB in a web app

2007-08-31 Thread earniedyke
Greetings all, I have an EJB3 that is deployed in 4.0.5 from a jar file. In the same 4.0.5 I have a war file with a JSF backing bean that needs a reference to the EJB. I have: @EJB | private MyEJB3 myejbe; | coded in the backing bean but when the web app executes, myejb3 is always null.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: MyFaces problem

2007-08-30 Thread earniedyke
Solved my own problem. I was using the url http://localhost:8080/Sim/Sim.jsp rather than Sim.faces. Told you this was my first JSF application didn't I? :-) Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079653#4079653 Reply to the post : http://w

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - MyFaces problem

2007-08-30 Thread earniedyke
Greetings all, I am trying to develop my first Java Server Faces application on 4.0.5 and I am getting the error below. As you can see, it does not appear to be loading myfaces-api or myfaces-impl. I have upgrade to MyFaces 1.1.5 as suggested but I am still getting this error. Below are my web.

[jboss-user] [JBossWS] - Re: Applet invoking a web service

2007-08-23 Thread earniedyke
Thanks for the info Tom. Because of the large number of dependent jars required, I decided to create a servlet as a proxy which calls my web service from the server. This makes for a smaller applet and now I can deploy my web service anywhere not just to the server where the applet resides. Ear

[jboss-user] [JBossWS] - Re: Applet invoking a web service

2007-08-22 Thread earniedyke
As an update, I was able to get around this by adding: permission java.util.PropertyPermission "javax.xml.rpc.ServiceFactory", "read" to my java.ploicy file but I don't want to have to do that for every client. So I am still looking for a workable solution. Earnie! View the original post : ht

[jboss-user] [JBossWS] - Applet invoking a web service

2007-08-22 Thread earniedyke
Greetings all!! I have a problem I am hoping someone can help me solve. I have the following code in an APPLET URL url = new URL(webRoot + "/" + JBPM_WEBSERVICE + "?WSDL"); | QName qname = new QName("http://webservice.jbpm.abc.org","JbpmBeanService";); | ServiceFactory factory = ServiceFacto

[jboss-user] [JBoss Messaging] - Re: Simple client can't send to queue

2007-06-20 Thread earniedyke
Please disregard this message. I discovered my problem to be mixing jars from a AS 4.0.5 with the ESB 4.2MR2. There are definitely some differences there. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056168#4056168 Reply to the post : http://www.j

[jboss-user] [JBoss Messaging] - Simple client can't send to queue

2007-06-20 Thread earniedyke
Greetings, I have installed ESB 4.2MR2 (w/JBM 1.2.0sp1) which has several default JMS queues. I am trying to send a message to queue/A from a Java 1.5.0_12 app and an getting this error: javax.naming.CommunicationException | [Root exception is java.lang.ClassNotFoundException: org.jboss.jms.

[jboss-user] [Installation, Configuration & Deployment] - Re: Jar files not deploying

2007-05-04 Thread earniedyke
Of course as soon as I hit the "submit" button it came to me: I copied the installation from another server and did NOT delete the tmp and work directories. Stopped, deleted, restarted and all is well. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [Installation, Configuration & Deployment] - Jar files not deploying

2007-05-04 Thread earniedyke
Greetings all, I have a new 4.0.5.GA installation with several jar files and two war files. The war files deploy but the jar files do not. What would cause JBoss NOT to deploy jar files? Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043291#4043291

[jboss-user] [JBoss jBPM] - Re: Web Services and JBPM

2007-05-02 Thread earniedyke
Do you mean by using a web service that comes are part of jBPM? I would think it would be pretty straight foward to create a web service that takes the process name, initiates one and returns the instance id. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss jBPM] - Deploying a new process definition

2007-04-27 Thread earniedyke
Greetings, What is the best technique to use to deploy new/updated process definitions? I have read the section in the UG and am still unsure of the best approach. I have the IDE Beta 2 installed and when I try to deploy through it/eclipse I get: org.apache.commons.fileupload.FileUploadExcepti

[jboss-user] [JBoss jBPM] - Deploying a .par file

2007-04-26 Thread earniedyke
Greetings! I have created a simple process definition and wrapped it in a .par file. I drop the .par file in my running JBoss 4.0.5GA deploy directory and the console tells me it was deployed; however, when I look in the database I do not see the process definition. Any idea what I could be doi

[jboss-user] [Installation, Configuration & Deployment] - Already registered mbeans when stating 4.0.5

2007-03-30 Thread earniedyke
Greetings, I just downloaded 4.0.5 and tried to start it. When I do I get a lot of mbean already registered messages. Snippet from the log is below. Am I doing something wrong? Earnie! 09:55:24,932 INFO [Server] Starting JBoss (MX MicroKernel)... | 09:55:24,932 INFO [Server] Release ID: JB

[jboss-user] [Installation, Configuration & Deployment] - Automating update of login-config.xml

2007-03-05 Thread earniedyke
Greetings all!!! Does anyone have an automated process for updating login-config.xml? In our environment our Windows engineers deploy all of our updates. When it comes to editing XML documents, they are not very adept. When we have a new application policy node to add I have to provide them wit

[jboss-user] [EJB/JBoss] - Strange problem

2007-01-24 Thread earniedyke
Greetings, I have a strange problem I hope someone can help me with. I have a java app that runs on a server separate from my JBoss 4.0.1sp1 instance. This app connects and tries to get a stateless EJB from JBoss. The lookup works fine but when I do home.create the method ends without an except

[jboss-user] [Installation, Configuration & Deployment] - log4j 1.3 and JBoss 4.0.1sp1

2006-11-08 Thread earniedyke
Greetings!!! I would like to use Chainsaw to access my log4j logs but it requires log4j v1.3. Has anyone upgraded their log4j to 1.3? Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984324#3984324 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: Help getting a condition to work

2006-09-12 Thread earniedyke
Thanks for the help. You are correct the variable in the controller was not valid. This is what I have now that works: | | | | | | | | | | | | | | executionContext.getContextInstance().setVariable("m

[jboss-user] [JBoss jBPM] - Help getting a condition to work

2006-09-11 Thread earniedyke
Greetings all I have been trying all day to get, what I think, is a simple process to work. I can never get it to think the account is NOT locked. No matter what value I set the locked variable to it always takes the default transition. I have tried every style of condition I could find ref

[jboss-user] [JBoss jBPM] - Re: NullPointerException in Eclipse Graph

2006-09-05 Thread earniedyke
No reason. Had downloaded 3.0.8 a while ago and just got time to work with it. I will try 3.1.2. Thanks! Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969568#3969568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss jBPM] - NullPointerException in Eclipse Graph

2006-09-05 Thread earniedyke
Greetings all. I have searched the forum and I can find no problem similar to mine. I am in Eclipse, I have added a node-leave event with an action. If I right click on the action in the outline and click properties then click Handler,I can add the java class just fine but no matter what combin

[jboss-user] [JBoss jBPM] - Re: gpd.xml opens in XML editor

2006-08-31 Thread earniedyke
Thanks. My original search was a little to narrowly defined. When I searched for gpd.xml I found a soulution. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968743#3968743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss jBPM] - gpd.xml opens in XML editor

2006-08-31 Thread earniedyke
Greetings all, I have just installed jBPM and the JBoss Eclipse IDE. I have created a new process project and a new process definition within the project but when the gpd.xml is opened, the XML editor opens it NOT the graph editor. Any ideas why this may be doing this? Thanks! Earnie! View t

[jboss-user] [Clustering/JBoss] - Clustering problem

2006-08-11 Thread earniedyke
Greetings all. We have two nodes, each on its own Win 2000 server, in our production environment. A couple of weeks ago we had to reboot the servers and restart the JBoss instances. Both instances started fine but they no longer see each other as a cluster. No changes where made to cluster-serv