[JBoss-user] [JBoss Portal] - Re: JBoss Portal for PDAs

2006-07-06 Thread dhartford
I, too, would be interested in this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955974#3955974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955974 Using Tomcat but need to do more? Need to support web services, s

[JBoss-user] [EJB 3.0] - Audit Log implementation for EJB3 persistence

2006-06-20 Thread dhartford
Hey all, I read through section 5.1 of the entity manager documentation regarding Entity Listeners (http://docs.jboss.org/ejb3/app-server/HibernateEntityManager/reference/en/html_single/index.html) And also an open issue here related to this topic - http://opensource.atlassian.com/projects/hiber

[JBoss-user] [JBoss Portal] - 508 accessibility - what are the pieces?

2006-05-26 Thread dhartford
Hey all, What are the pieces of the Jboss Portal and the jsr-168 portlets that would be concerned regarding Section 508 Accessibility (United States Section 508, or in-general website Accessibility for blind/handicap)? *Jboss Container itself? *Layouts? *Themes? *The Portlets themselves? Just l

[JBoss-user] [JBoss Portal] - Re: Personalization in 2.4

2006-04-19 Thread dhartford
Have not heard of any information, so grabbed 2.4 out of CVS. It builds fine, when trying to deploy or exploded-deploy to jboss 4.0.4CR2, errors like these pop up when starting: | 14:21:29,729 WARN [ServiceController] Problem starting service portal:service=CMS | java.lang.IllegalStateExc

[JBoss-user] [JBoss Portal] - Managing portal pages - removing instance?

2006-04-11 Thread dhartford
Hi all, How can you remove a portlet instance when trying to manage a page? The only way I've found is to destroy the page and make it again :-( referencing the bottom of [url]http://docs.jboss.com/jbportal/v2.2/user-guide/en/html/dynamicity.html [/url] thanks, -D View the original post : ht

[JBoss-user] [JBoss Portal] - Re: Personalization in 2.4

2006-04-11 Thread dhartford
+1 on personalization. This actually has been a big turn-off for adoption. Users have expectations of portals from Yahoo, gmail/google, hotmail/msn to have personalization options. Themes are great, but being able to manage their own portal windows, portlets, layouts, navi-tabs, etc is a big

[JBoss-user] [JBoss Portal] - Re: help in starting portal server (No null layout allowed h

2006-04-10 Thread dhartford
Jboss 4.0.4CR2 with jboss-portal-2.2.1RC3 binary, confirm these modifications fixed my install as well. -D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936347#3936347 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-04-07 Thread dhartford
I re-tested just my ejb3-client (from a different VM) to do an RMI call on my secured EJB3. With JndiInitialContextLookup, all security items work as expected, incorrect passwords fail, correct username/passwords based on roles work as expected. When I change it from JndiLoginInitialContext to

[JBoss-user] [Security & JAAS/JBoss] - Re: Web to EJB authentication

2006-04-06 Thread dhartford
sounds similar to: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77760 debug tracing is available in the above thread. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935649#3935649 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-04-06 Thread dhartford
env.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | //env.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.naming.NamingContextFactory"); | | env.setProperty(Context.PROVIDER

[JBoss-user] [JBoss jBPM] - Re: EJB examples with jBPM?

2006-04-06 Thread dhartford
regardless of tense, the text is mis-leading easily percieved that it already exists to offer clustering...not all of us are lawyers trying to read between the lines ;-) Why would someone add that text to the users guide anyway? View the original post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss jBPM] - Re: proposal - replace VariableAccess with VariableDefinitio

2006-03-31 Thread dhartford
I'm looking for a reply back soon as it is an important decision for long-term goals of using jBPM. I want to avoid modifying the original jBPM because of compatability problems in the future, but I'm unable to get jBPM to do what is needed otherwise. Please, can someone either add this to the

[JBoss-user] [JBoss jBPM] - proposal - replace VariableAccess with VariableDefinition

2006-03-30 Thread dhartford
rializable; | | /** | * @author dhartford | */ | public class VariableDefinition implements Serializable { | | private static final long serialVersionUID = 1L; | | public static String TYPE_STRING = "String"; | public static String TYPE_ARRAYOF_STRING = "ArrayOfStr

[JBoss-user] [JBoss jBPM] - Re: Example custom TaskControllerHandler pls

2006-03-29 Thread dhartford
example: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933521#3933521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933521 --- This SF.Net email is sponsore

[JBoss-user] [JBoss jBPM] - Re: Example custom TaskControllerHandler pls

2006-03-29 Thread dhartford
example: | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933522#3933522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933522 --- This SF.Net email

[JBoss-user] [JBoss jBPM] - Example custom TaskControllerHandler pls

2006-03-29 Thread dhartford
Hey all, I am having a bit of a time trying to figure out HOW to write a custom TaskControllerHandler based on the information provided. Is there an example somewhere? As a usecase, if you wanted to add another property to the controller tag called 'type' that could be a Java/XML/.NET whateve

[JBoss-user] [JBoss jBPM] - Re: Decision node & expressions - this is not working

2006-03-28 Thread dhartford
Hi Saviola, Thanks, using the expression="" format (JSP EL?) worked when the other expressions did not. I may have been using older examples. I use the mapped-name more as a label (i.e. webapp), so that may be part of my previous problem. -D View the original post : http://www.jboss.com/inde

[JBoss-user] [JBoss jBPM] - Re: Decision node & expressions - this is not working

2006-03-27 Thread dhartford
Sorry, jbpm-3.1 starter kit. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932969#3932969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932969 --- This SF.Net emai

[JBoss-user] [JBoss jBPM] - Decision node & expressions - this is not working

2006-03-27 Thread dhartford
hey all, Trying to get the following to work: | | | | | | | | | | | decinfo=="I" | | | decinfo=="E" | | | | executionCon

[JBoss-user] [JBoss jBPM] - Re: jbpm rmi

2006-03-21 Thread dhartford
Hi jesse, I think we are exactly on the same page ;-) I'm doing the RMI through a Stateless EJB bean at the moment. I took this approach versus Stateful as I may want to expose these as webservices at some point in the future. As far as LazyInitializationExceptions, what you said regarding call

[JBoss-user] [JBoss jBPM] - jbpm rmi

2006-03-20 Thread dhartford
Hello all, I am trying to reverse the excellent webapp example to expose some of the jBPM methods for an RMI-based api (for, eventually, and Eclipse RCP based jBPM application). I am running into some issues related to the hibernate lazy-loading, but rather go into the details about that prob

[JBoss-user] [Security & JAAS/JBoss] - Re: Can you a list of roles from a principal?

2006-03-16 Thread dhartford
Hi markfrench, I have run into this problem as well and through JAAS have found no way of doing this when keeping to the API. You can either extend your own JAAS implementation to add additional API to list the roles a user has access to, or pull that information based on your implementation (i

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-03-16 Thread dhartford
To more clearly restate the problem: * A EJB application server runs EJB beans with secured, RMI access. This is tested and works fine with client-side code. This client-side code works correctly remotely from the web application server. * A web application server runs a web application that i

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-03-16 Thread dhartford
Did I find a bug then? I am using 4.0.4RC1 binary with the embedded tomcat and I am still having issues. You mentioned NOT using the JndiInitialContext, is this still true? As for web page secured: "dhartford" wrote : web.xml | | | | | | | | |

[JBoss-user] [JBoss jBPM] - Extending Controller

2006-03-15 Thread dhartford
Hello all, Noob still learning Jbpm. The existing controllers (as evident through the webconsole and various sample processdefinition.xml's) support setting Access for read/write that is interpreted in the UI. What should someone look at to extend the controller interface to add additional hin

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-03-15 Thread dhartford
Forgive my ignorance, but what is the recommended approach for transparent propagation of Security credentials from the web tier to a remote ejb3 call? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930332#3930332 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - web-tier to intialcontext remote ejb3 call

2006-03-09 Thread dhartford
Hey all, Forgive the repost, but I have not had any resolution to this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77760 Basically, I have a web application that uses JSF. The web application runs on jboss 4.0.4RC1 binary-drop on one box with JAAS security and makes a remote

[JBoss-user] [Remoting] - Re: EJB3 remoting - RMI (good), HTTP (bad)

2006-03-08 Thread dhartford
Was a little fast on the submit - The problem with JNDI was 'authorization' not authentication. The test was done on CVS-snapshot of jboss-4.0.x on 3/7/2006. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928846#3928846 Reply to the post : http://www.jboss

[JBoss-user] [Remoting] - EJB3 remoting - RMI (good), HTTP (bad)

2006-03-08 Thread dhartford
Hey all, I have had great success with EJB3 test-application and using the remoting support for socket-based RMI with great success! Now I have moved on to test support for RMI-over-HTTP, and having some issues. Two problems specifically: * Using the servlet or EJB invoker over HTTP. * The JNDI

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-03-06 Thread dhartford
and, yes, I'm using 4.0.4RC1 binary drop which, according to the notes, uses EJB3 RC5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928295#3928295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928295 -

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-03-06 Thread dhartford
correction to above post (trying to de-sensitize): System.out.println(aM.hello()); should be System.out.println(st.hello()); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928294#3928294 Reply to the post : http://www

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-03-06 Thread dhartford
JSF Session Bean: | public void securityCheck(){ | try { | | //This is null | System.out.println("Principal: " + SecurityAssociation.getPrincipal()); | //This is null | System.out.println("Credential: " + SecurityAssociation.getCredential()); |

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-03-06 Thread dhartford
When the SecurityAssocation on the webtier is NULL, this is an EJB problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928253#3928253 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928253 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-02-27 Thread dhartford
"[EMAIL PROTECTED]" wrote : There is no principal in the InitialContextFactory environment properties under the Context.SECURITY_PRINCIPAL for this NPE to occur. Well, yes, that's kind of my point for this thread. I want to use already logged-in credentials from the web-tier. As such, I don't

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-02-24 Thread dhartford
I found references to using the clientLoginModule in 'multi-threaded' mode, so added those configurations to the webapp jboss server: | | true | useFirstPass | | I also enabled security debugging, and here is the error: | 11:26:00,012 ERROR [STDERR] java.lang.NullPoint

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-02-24 Thread dhartford
I'm stretching here, but could this be related to http://jira.jboss.com/jira/browse/JBAS-2311 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926104#3926104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926104 --

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-02-22 Thread dhartford
bump View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925605#3925605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925605 --- This SF.net email is sponsored by: Splun

[JBoss-user] [Security & JAAS/JBoss] - web-tier to intialcontext remote ejb3 call

2006-02-20 Thread dhartford
Hey all, I have a web application configured with web.xml and jboss-web.xml that points to a 'testSecurity' realm. The webapp works fine, as expected, with requiring logins, roles, and using ClientLoginModule, etc. I have a secured, ejb3 running on a different server (happens to be pointing to

[JBoss-user] [Security & JAAS/JBoss] - Re: Tomcat Standalone / JAAS / JBoss EJB Container

2006-02-16 Thread dhartford
edit above: I am using: env.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jboss.security.jndi.JndiLoginInitialContextFactory"); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924403#3924403 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [Security & JAAS/JBoss] - Re: Tomcat Standalone / JAAS / JBoss EJB Container

2006-02-16 Thread dhartford
I'm using the embedded tomcat for jboss 4.0.4rc1, and also using secured, remote ejb3 calls. Even with the ClientLoginModule configured (for the webapp jboss server), the credentials used to log into the webapp is not carried over to the initialContextLookup for the ejb3 call (i.e. always calls

[JBoss-user] [EJB 3.0] - Re: Remoting with EJB3

2006-02-13 Thread dhartford
There doesn't seem to be a way to take advantage of the jboss remoting with EJB3 (at least no responses). I was hoping to test between the serializationtype=java and jboss, but oh well. For anyone else interested, the following is all you need to do: jndi.properties | java.naming.provider.u

[JBoss-user] [EJB 3.0] - Remoting with EJB3

2006-02-10 Thread dhartford
Hey all, Using what appears to be the old JNDI port 1099 way, I can do remote ejb3 tasks. That's cool, but the transport is adding a lot of time to the call. So, jboss remoting seems to be a good idea. However, I can't seem to understand HOW to use jboss remoting. I'm keeping the standard ejb3

[JBoss-user] [Security & JAAS/JBoss] - ejb3, client.java, and JAAS

2006-02-09 Thread dhartford
Hey all, First, I'm referencing this document as it seems to be the most recent: http://wiki.jboss.org/wiki/Wiki.jsp?page=Ejb3TransactionAndSecurity I have a client.java remotely talking to a secured EJB3 business bean, yay! The problem however is exactly as stated in the above document - anonym

[JBoss-user] [EJB 3.0] - Sahoo 'using java Persistence JEE 5' blog

2006-02-09 Thread dhartford
[url]http://weblogs.java.net/blog/ss141213/archive/2005/12/using_java_pers.html [/url] For this to work in jboss, so far these changes need to be made: *needed to add a META-INF/application.xml (it IS required for jboss) *The persistence.xml gives an error on deployment of - Caused by: java.lan

[JBoss-user] [Clustering/JBoss] - apache 2.2, jboss 4x, and proxy_loadbalancer/mod_proxy_ajp?

2006-01-27 Thread dhartford
I been searching for more information if anyone has production-ready configuration for Jboss4x using Apache-2.2 and the new mod_proxy_ajp. The Mod_jk documents all reference mod_proxy_ajp as the new replacement, but no documentation on using jboss with mod_proxy_ajp. Hopefully I'm just blind a

[JBoss-user] [Security & JAAS/JBoss] - Re: LdapLoginModule to ActiveDirectory, could it be a bug?

2006-01-26 Thread dhartford
"clcarff" wrote : | = | Org.jboss.security.auth.spi.LdapLoginModule | Line 347 (cvs:HEAD) | | roleFilter.append("=*)"); | | should be changed to | | roleFilter.append("={0})"); | = | Confirmed on 4.0.4beta, fixed my

[JBoss-user] [Security & JAAS/JBoss] - Same ldap configuration, different behavior by jboss version

2006-01-26 Thread dhartford
Hey all, Related to ActiveDirectory and the LdapLoginModule. I have a configuration that has been working fine for jboss 3.2.3, 3.2.4, 4.0.1, but when I try 4.0.3sp1 jboss (and 4.0.4beta), it no longer works. Has there been any known changes that would effect the LdapLoginModule to behavior dif

[JBoss-user] [EJB 3.0] - Re: How to create an POJO View made of other POJOs

2006-01-26 Thread dhartford
I'm also interested in this question from the 'Business Delegate' point of view. i.e. Build an application that has 'Business Delegate' POJO's, but the application talks to diverse database schemas that may contain the same information. View the original post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss Portal] - Re: LDAP and portal 2.2.1RC1

2006-01-26 Thread dhartford
psuedo-useful code example in the thread above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919822#3919822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919822 -

[JBoss-user] [JBoss Seam] - Re: Feedback requested

2006-01-20 Thread dhartford
Hi Gavin, I'm using the jboss seam skeleton app, and I'm coming across that switchableOutcome you referenced. Code example looks like this: | ... | return conversation.switchableOutcome( "editTableOne", getDescription()); | | return conversation.switchableOutcome(doneOutcome, doneDe

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE, Eclipse 3.1 and upcoming WTP versions

2006-01-18 Thread dhartford
With Jboss-IDE 1.5 final, I am unable to use the Eclipse ORM/Dali project - http://www.eclipse.org/dali/ . In my other regular eclipse/wtp installs, this works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918257#3918257 Reply to the post : http:/

[JBoss-user] [JBoss Seam] - Re: CVS Seam against which version of JBOSS

2006-01-17 Thread dhartford
This thread was useful. I had the exact same problem with the jboss4.0.3sp1 installer with EJB3 and the CVS-version of jboss-seam. So the jboss 4.0.3sp1 is incompatible if you want to use SEAM, oh well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917944#

[JBoss-user] [JBoss jBPM] - Re: Running DB example problem

2006-01-04 Thread dhartford
If you are testing, I had to expose the Hypersonic database via TCP in Jboss. Check the hsql-ds.xml file I believe there are comments in there regarding between the ways you can setup (TCP/IP versus the other ways - default is NOT TCP/IP). This was for testing, if you are deploying it within

[JBoss-user] [JBoss jBPM] - TDD and 3.1-alpha2 Websale example

2006-01-03 Thread dhartford
Hey all, I'm trying to get a better understanding as to the best 'test' setup for jBPM. Looking at the WebsaleTest class, it looks straightforward other than it extends org.jbpm.db.AbstractDbTestCase. AbstractDbTestCase then also needs org.jbpm.AbstractJbpmTestCase. Within AbstractJbpmTestCas

[JBoss-user] [JBoss jBPM] - Re: Token splitting?

2005-12-29 Thread dhartford
Hi kukeltje, Thanks for your answers! Case 2 I could see require custom programming -- always good to get confirmation. As for Case 1, my concern is the original idea is the 'base' token would exit the process and the newly split tokens would continue forward (at least that's the verbal descri

[JBoss-user] [JBoss jBPM] - Token splitting?

2005-12-28 Thread dhartford
Hey all, Not even sure if the subject is the right idea, but the business use-cases are as follows: *A multipage fax comes in as an individual fax token. A user looks at the fax and may want to split it into several new faxes before continuing the rest of the process. Each of the new faxes sh

[JBoss-user] [EJB 3.0] - ejb3-embed (standalone) in a SAR?

2005-12-01 Thread dhartford
Hi all, I've created a persistence jar using the embedded version of EJB3 (i.e. persistence.xml that points directly to a database, not JDNI). This has been tested and works fine. When I deploy the persistence jar directly to /deploy (with an ejb3.deployer-enabled jboss), it deploys fine. Howe

[JBoss-user] [JBossWS] - Re: JBossWS-1.0EA released

2005-11-09 Thread dhartford
Now that would be a great way to start off the New Year :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906315#3906315 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906315 -

[JBoss-user] [Security & JAAS/JBoss] - Seperate Authorization mechanism from Authentication by app?

2005-09-23 Thread dhartford
Hello all, I am presently using the org.jboss.security.auth.spi.LdapLoginModule for authentication with great success, and also have it successfully used for basic Authorization by group. However, I would like to take a step further on Authorization where my application would like to use attrib

[JBoss-user] [JBossWS] - JSR-181 - beehive/jbossWS on JbossAS4.0.X?

2005-09-22 Thread dhartford
Does anyone have any good information/tutorial/example on enabling webservice annotation support with Jboss AS 4.0.X? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896361#3896361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [Management, JMX/JBoss] - mbean consistency for changing hosts for different services

2005-08-10 Thread dhartford
I'm concerned about how configurations are handled in Jboss - mail-service.xml is a managed resource, but so is hsqldb-ds.xml -- so why are they so different file-wise and mbean-wise? I'm looking to create an additional MBean on top of the existing CMP persistance layer so that it could be more

[JBoss-user] [Management, JMX/JBoss] - Re: [noob] JMX for remote configuration?

2005-08-05 Thread dhartford
I'm not liking this so far...I can read and write to a property file - if I do it programatilly in the MBean code but not via any other means. I'm also concerned about how configurations are handled in Jboss - mail-service.xml is a managed resource, but so is hsql-ds.xml -- so why are they so d

[JBoss-user] [Management, JMX/JBoss] - Re: [noob] JMX for remote configuration?

2005-08-05 Thread dhartford
/service.xml file) of services for my application? Thanks, still figuring this out -D /** | * @author dhartford | * @jmx.mbean | * name="atest:service=TestService" | * extends="org.jboss.system.ServiceMBean" | * @jboss.service servicefile="jboss&

[JBoss-user] [Management, JMX/JBoss] - [noob] JMX for remote configuration?

2005-07-28 Thread dhartford
Hey all, I plead ignorance to JMX, but it seems like this may be the right place to ask. Is JMX the proper technology to allow for remote configuration of services? For example, the mail-service.xml seems to tie to an MBean...but in the jboss JMX-Console, most of those properties are read-only

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-22 Thread dhartford
I don't quite remember, but I do recall some of the issues were resolved with WSCOMPILE when you used fork="true". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886092#3886092 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-12 Thread dhartford
"[EMAIL PROTECTED]" wrote : If you want to protect your investment, focus on standard web service annotations as defined in JSR-181. This already works in HEAD (jboss-5.0.0alpha) Thanks, I guess I'm concerned about tools support when jumping too far ahead. When will Jboss5 with annotations be

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-08 Thread dhartford
Change: On the WSCOMPILE task, switched from: features="documentliteral" to: features="rpcliteral" This seems to be working better, and actually have single ValueObject beans going back and forth fine. However, Arrays of ValueObject beans is NOT working, which was what held me back last time

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-08 Thread dhartford
Question on _ResponseStructs - is this something that is/could be generated from the BeanSerializer or some other tool? On deploy, getting 'ClassNotFound' for these _ResponseStructs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884232#3884232 Reply to the

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-08 Thread dhartford
Update: For generating the entity beans, if you use EJBDoclet make sure to use version XDOCLET-1.2.2! xdoclet-1.2.3 has a new getReadOnly*ValueObject methods that breaks the BeanSerializer. There does not seem to be an option yet to disable this method in ejbdoclet. Working on WSCOMPILE for

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-07 Thread dhartford
Thanks for the info Jason! I did download jboss-4 branch and jboss-head branch to see if I could find the jbossWS tools, but without much luck. Where are they located? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884054#3884054 Reply to the post : http

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-07 Thread dhartford
"[EMAIL PROTECTED]" wrote : Also, eventually Java 5 annotations will be replacing xdoclet, and the new stack we are developing supports JSR181 (webservice) annotations. Yes, I'm looking forward to those! But, there are still projects that need to stick with J2EE 1.4! I'm trying to find the (

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-07 Thread dhartford
bingo - just changing to ejb 2.1 fixed the service-endpoint in the ejb-jar.xml! So using WSEEdoclet (with ejbdoclet) can: *Generate ejb-jar.xml (with service-endpoint defined). *Generate the actual *Endpoint.java files. *Generate a reasonable webservices.xml file. WSEE can also do: *create basic

[JBoss-user] [JBossWS] - using WSEE doclet

2005-07-07 Thread dhartford
Finally, some success! Pure WSEE doclet webservice without WSCompile. It uses RPC/Literal, but hopefully more support can be added for the other types. The one missing piece was ejb-jar.xml gets generated but is missing this under < session > and needs to be added manually with xdoclet-1.2.3 [fo

[JBoss-user] [JBossWS] - Re: Hey ... I need a complete example of web service ... cou

2005-07-06 Thread dhartford
Probably looking for an example to go with this one: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSandXdoclet xdoclet-1.2.3 seems to have corrected some of the little annoyances. My sample project I'm still getting on jboss-4.0.2 deploy: [TypeMappingDescription] Class not found: MyBean But I

[JBoss-user] [JBossWS] - Re: Education question - literal/encoded, RPC/Document

2005-04-05 Thread dhartford
great responses and references, thank you!! md5georg, I confirm some of the warnings regarding .NET compatibility. RPC/encoded seems to work flawlessly (for the simple cases), while RPC/literal doesn't seem to play nicely. The Document Literal does work, just a different way of thinking (and e

[JBoss-user] [JBossWS] - one ejb, multiple webservice types

2005-04-04 Thread dhartford
Hey all, Trying to deploy a single bean with multiple webservices: RPC/Encoded RPC/Literal Document/Literal Everything looks good until the end: | 15:50:51,517 INFO [EjbModule] Deploying BasicTypesBean | 15:50:51,564 INFO [EJBDeployer] Deployed: file:/C:/jboss/jboss-4.0.2RC1/server/all/d

[JBoss-user] [JBossWS] - Education question - literal/encoded, RPC/Document

2005-04-04 Thread dhartford
I've been trying to find a good, general reference between the four different types of WebServices. RPC/encoded RPC/literal Document/encoded Document/literal Please help in educating the populace with hopefully a good general understanding. My understandings to date, with (?) in assumption are

[JBoss-user] [JBossWS] - Re: Deploy Problem ArrayOf_xsd_string

2005-04-02 Thread dhartford
I am having this same problem on Jboss4.0.2RC1, although I also am using the Java2WSDL pacakge as well. The WSDL for the complex type looks fine regardless of the tool used to generate it (and confirm same problem with ArrayOf_xsd_dateTime). y_zl, have you found a workaround or solution for t

[JBoss-user] [JBossWS] - Re: Unsupported number of service elements in wsdl document

2005-04-02 Thread dhartford
I had the same problem. Confirm problem up to 4.0.1sp1. Confirm 4.0.2RC1 fixes problem. :-) -D View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872352#3872352 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872352 ---

[JBoss-user] [Installation & Configuration] - Apache2, Jboss/tomcat, with SSL Front-end MOD_PROXY

2005-01-06 Thread dhartford
Hey all, Trying to use MOD_PROXY with Apache 2.0.52 and Jboss4.0.0. Assuming same server (or minor changes if different servers), setting up is pretty easy: | ServerName myapp.jboss.com | ProxyRequests On | ProxyPass / http://myapp.jboss.com:8080/ | ProxyPassReverse / http://mya

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Apache and JBoss under SSL

2005-01-06 Thread dhartford
try adding "SSLProxyEngine On" to access a back-end SSL. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860978#3860978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860978

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with saving BINARY data with CMP

2004-12-08 Thread dhartford
The database (with byte[] entity field and BLOB database column) stores the data as real byte data, not a serialized java object. As such, you can store and retrieve the BLOB to/from normal binary file manipulation using tools/languages other than Java. -D View the original post : http://www

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with saving BINARY data with CMP

2004-12-08 Thread dhartford
Hey thl-mot, If the problem is the JDBC_TYPE, you may want to look at VARBINARY. The jdbc types don't seem to be as standardized as one may hope. I personally configured the entity to also be a byte[], and the database column as a BLOB, and this works fine (it makes it large, but at least can as

[JBoss-user] [Beginners Corner] - J2EE Application testing framework?

2004-11-08 Thread dhartford
Hey all, Been going down the road of an assumption (for a while), and since assumptions are bad, asking the question: What tools/frameworks are available for testing J2EE Applications that are running on Jboss? My assumption has been that the only open-source tool that will support in-containe

[JBoss-user] [EJB/JBoss] - Re: Future of EJBs

2004-09-28 Thread dhartford
Outside of technical, from a business standpoint it is strictly working with a standard. You can find training for EJB/J2EE (plug Jboss Inc's own training here). Can you for the other frameworks? The availability of experienced skilled people for EJB/J2EE is much higher than the other fram

[JBoss-user] [Installation & Configuration] - Re: JBoss Multiple VM

2004-09-23 Thread dhartford
anonymous wrote : What I am looking for is to be able to deploy a J2EE application | to JBoss and have it automagically run it in it's own VM. I am doing that now, and although you did not mention it, I'm assuming on the same server. All you have to do is: 1. Each J2EE application needs to h

[JBoss-user] [Installation & Configuration] - Re: Low JBoss performance on Linux

2004-09-02 Thread dhartford
quick reply - my own tests last year also showed jboss better on Win2000 vs linux. And, it was more evident on dual-processor boxes vs single-processor (talk about a suprise!). But that was win2000 vs redhat 9, dual-boot boxes, with Sun jdk 1.4 (can't remember if it was 1.4.1 or 1.4.2). Still

[JBoss-user] [JBoss.NET] - Re: Which WS Toolkit to use with Jboss 3.2.4?

2004-08-25 Thread dhartford
The Jboss.NET works, and is really easy and very quick to deploy if using the xdoclet-jboss-net module (just add a little bit to your existing ejb/business code and go). But you'll have to talk to the dev's about how easy/impossible it will be to migrate webservices from Jboss.NET to JBoss4/WS4

[JBoss-user] [Management, JMX/JBoss] - [newbie] jboss4.0rc1/ejb2.1 timers and JMX

2004-08-02 Thread dhartford
Hey all, Newbie to the ejb2.1 timer service and JMX, so please forgive my ignorance. I am trying to setup a 'cron' on a SLSB to do a process every midnight (24 hours). What I do not understand is how to 'init' an SLSB timer service in ejb2.1 without an external event(i.e. not call a JSP page o

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unique constraints and surrogate keys

2004-06-08 Thread dhartford
In the past, I write into the code these kind of checks before insertion. i.e. send a ValueObject to a Session bean to handle all create/updates of values for your Entities, and have the Session bean return descriptive errors for constraints you know will exist. You could check through lookup i

[JBoss-user] [Persistence & CMP/JBoss] - 3.2.4 CMP - big improvement!

2004-06-07 Thread dhartford
Kudos to everyone who worked on the CMP engine for Jboss 3.2.4! I'm only one person, but it solved one problem I had with Comodification and Concurrent updating, as well as significantly increase the performance of bulk-load create/update processes. yay! -D View the original post : http://www

[JBoss-user] [Beginners Corner] - How to store/access Properties files?

2004-05-25 Thread dhartford
Hey all, I have an application where I need to pull files from a CIFS share. I'm using jCIFS jar, and the application works fine as long as the hard-coded username/passwords do not change. Is there a way to store the jCIFS properties file seperately, or some other solution where the username/p

[JBoss-user] [Persistence & CMP/JBoss] - Re: Value object use

2004-05-20 Thread dhartford
heya, Try changing: * @ejb.value-objectmatch = "*" to: * @ejb.value-object | * name="Language" | * match = "*" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835663#3835663 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MaxMessages - is not respected?

2004-05-12 Thread dhartford
Thank you for your positive feedback Adrian. I did find the answer in the FAQ, although I really needed to know what the answer was first before I could find it. The FAQ is a one-place with everything in it and it is rather difficult to sort through it all. And yes, I also have the pay-for doc

[JBoss-user] [Messaging, JMS & JBossMQ] - MaxMessages - is not respected?

2004-05-11 Thread dhartford
Hey all, Been trying to setup some MDB's to process ONLY one message at a time. To be more specific, process only one message until that message is complete, or is sent to the DLQ. Here is the configuration I've added to standardjboss.xml under MDB, but this does not seem to work: | 1 | T

[JBoss-user] [JBoss.NET & SOAP] - Generating Webservice client stubs

2004-05-10 Thread dhartford
Hey all, To-date, I've been using the jboss-net xdoclet module to generate the WSR, then deploy the application with WSR's, and finally use Lomboz to generate the webservice stubs. Is there a way to generate the webservice stubs BEFORE deployment to the Jboss server (possibly to include with the

[JBoss-user] [Persistence & CMP/JBoss] - Re: storing byte[] CMP field with size > 2000k

2004-05-05 Thread dhartford
couple of options: -Compress the byte array using ZIP/JAR utilities (and uncompress on the other end). -Switch field type. I do not know about Oracle, but in MySQL switching to LONGBLOB can hold an insane amount. -D View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-user] [Installation & Configuration] - SFTP service available on Jboss?

2004-05-05 Thread dhartford
Hey all, I know there is the mail service, but is there an existing SFTP service available on Jboss? Thanks, just curious before writing against a client library (sshtools) for my application, would be wiser/easier to use just another Jboss service. -D View the original post : http://www.jboss

[JBoss-user] [Persistence & CMP/JBoss] - optimistic locking, finder/ejbselect/ejbstore(), and version

2004-04-22 Thread dhartford
Hey all, I've been attempting to get optimistic locking to work (think value-object pattern). This is what I have tried so far: @ejb.bean use-soft-locking="true" -looks like will be depreciated anyhow @jboss:optimistic-locking modified-strategy="true" -and @jboss:optimistic-locking version-colu

[JBoss-user] [Installation & Configuration] - Re: Port already in use - Jboss 3.2.3 Problem

2004-04-15 Thread dhartford
TCPView is a good start, and you can also use 'netstat -a' to see all ports that are in use. On Windows platforms, you need to be aware of various services that will randomly take ports. Some examples are Windows Update, Exchange/Outlook, and as you noticed IM tools, and many more than can be

  1   2   >