[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Turn off: Automatic session close at end of transaction

2007-12-05 Thread arnieAustin
Can't find the configuration option for this...where is it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110685#4110685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110685 ___

[jboss-user] [JBoss Portal] - Re: LDAP Authentication & Authorization to eDirectory

2007-05-23 Thread arnieAustin
I did pull the latest (ie HEAD) out of the repository (it took quite a while). Emptying the database to start over just generated reams of errors from the JBPM module. Bleh. This isn't worth the effort. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048059#

[jboss-user] [JBoss Portal] - Re: LDAP Authentication & Authorization to eDirectory

2007-05-23 Thread arnieAustin
I tweaked a setting and now get: | 2007-05-23 10:08:39,765 DEBUG [org.jboss.portal.identity.ldap.LDAPExtUserModuleImpl] findUserByUserName(): username = admin | 2007-05-23 10:08:39,765 DEBUG [org.jboss.portal.identity.ldap.LDAPExtUserModuleImpl] Search filter: (cn={0}) | 2007-05-23 10:08

[jboss-user] [JBoss Portal] - Re: LDAP Authentication & Authorization to eDirectory

2007-05-23 Thread arnieAustin
Well, THAT was an exercise in futility! :) No change what so ever. I did notice that the ant builds were creating the sar and wars as ZIP files. So I unzipped the jboss-portal.sar file to a folder in the ./deploy folder. Then I placed the other wars into the .sar folder. Note that I simply remov

[jboss-user] [JBoss Portal] - LDAP Authentication & Authorization to eDirectory

2007-05-22 Thread arnieAustin
I am working with the jboss-portal-2.6-CR2 bundle. After getting it configured for MySQL and logging in as 'admin', I reconfigured it for LDAP using the LDAPExtUser/RoleModuleImpl classes. We are using Novell eDirectory setup in an Identity Vault configuration (nearly flat directory with differe

[jboss-user] [Beginners Corner] - Using Hibernate.sar with WAR

2007-03-09 Thread arnieAustin
Is it possible to use the hibernate.sar when only developing a war? I've looked high and low and cannot find the hibernate.sar anywhere and downloading the JEMS installer didn't install one either. Where from do I download it? View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Portal] - HOWTO: Replace portal authentication and authorization

2007-02-12 Thread arnieAustin
I need to replace the portal's internal methods with a custom class we wrote internally. Though LDAP is used to authentication, the base functions aren't detailed enough for our needs. Authorization is done based on data from a database. I know I'm supposed to implement UserModule and RoleModul

[jboss-user] [JBoss Eclipse IDE (users)] - Strange Behavior on OS X 10.4.8

2007-02-10 Thread arnieAustin
Running Eclispe 3.2.1, Build id: M20060921-0945. JBoss IDE 1.6.0.GA. JBoss is installed under /usr/local/jboss/jbossStnd (I have different versions). I own and have full rights to the folders. Java 1.5.0.6-64 Working on a JSF/JBoss application. Program compiles and deploys. Server object is a

[jboss-user] [Beginners Corner] - AppServer won't start from Eclipse

2007-02-01 Thread arnieAustin
I downloaded the AS (did not use JEMS) and configured my -ds.xml file and supplied the drivers. If I start the AS from the command line, it starts w/o issue and the application runs (well, at least up to the bug I'm trying to diagnose). But if I start it from w/i Eclipse, it begins to start, the

[jboss-user] [JBoss Portal] - Re: Error from JSF app deployed as portlet

2007-01-09 Thread arnieAustin
Ah, so. My bad. Forgot about that. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999649#3999649 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999649 ___ jboss-user m

[jboss-user] [JBoss Portal] - Re: Error from JSF app deployed as portlet

2007-01-09 Thread arnieAustin
The code is below. But like I said, as a portlet, it never gets called (the debugger never stops there). | public String doSearch () { | // get the current user by pulling from the session object | String ls_user_name = null; OagIdVaultAccount oagIdVaultAccount

[jboss-user] [JBoss Portal] - Error from JSF app deployed as portlet

2007-01-09 Thread arnieAustin
I have a working two-page JSF application which I'm trying to deploy as a portlet. The various XML files are built and being deployed, the new tab shows up when /portal/ is accessed. I have to tweak security a bit, but otherwise, the portlet seems to be auto-configuring correctly. The first page

[jboss-user] [JBoss Seam] - Re: more seam resolver issues - how to handle a list that is

2006-11-15 Thread arnieAustin
Granted, I'm inexperienced with JSF. But in all fairness, I created this application following the examples and using the seam-gen program. I was able to alter the first form and got it to work. I've been looking through the example programs as well, including the DvdStore project and it doesn'

[jboss-user] [JBoss Seam] - more seam resolver issues - how to handle a list that isn't

2006-11-15 Thread arnieAustin
I am trying to build a simple, two page app that performs a login and if valid, proceeds to the second form that has search fields across the top and displays any valid records below the form (if any). The login works fine and forwards to the 2nd page. I would expect seam not to find anything i

[jboss-user] [JBoss Seam] - Re: Seam cannot find component

2006-11-14 Thread arnieAustin
I keep seeing messages that the seam.properties file has to be in various places for seam to pick up the class files. Well, in my projectEJB.jar, its in there, in the /meta-inf/ path. If it needs to be else where, just how/where using Eclipse do I get it in the resultant jar file? View the orig

[jboss-user] [JBoss Seam] - Re: seam component not found: user

2006-11-14 Thread arnieAustin
I keep seeing messages that the seam.properties file has to be in various places for seam to pick up the class files. Well, in my projectEJB.jar, its in there, in the /meta-inf/ path. If it needs to be else where, just how/where using Eclipse do I get it in the resultant jar file? View the orig

[jboss-user] [JBoss Seam] - Seam cannot find component

2006-11-14 Thread arnieAustin
I have a seam component (it is not an Entity since there is no table related to it in this application) that at run time cannot be located for some reason. I've included the errors from the log below. The User class is used in the UserLogin/UserLoginAction class, populated via the userLogin.xhtm

[jboss-user] [JBoss Seam] - seam component not found: user

2006-11-07 Thread arnieAustin
I used to have this working but now it doesn't. When I click the Login button on my form, I'm getting an error back on the user name field of "conversion error". My guess is its getting a null pointer exception because seam isn't creating the user object before trying to populate the variables:

[jboss-user] [JBoss Seam] - Re: why, Why, WHY?!

2006-11-06 Thread arnieAustin
I'm also seeing 14:33:54,859 INFO [[/DPSLicenseInquiry]] resource bundle messages could not be found Its like the files under the root project that are supposed to be included in the Ear aren't being included. Is there a setting somewhere? View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: why, Why, WHY?!

2006-11-06 Thread arnieAustin
They are in the mail project under /lib, they weren't under server\default\deploy\jbossweb-tomcat55.sar Argh! Wasn't seam-gen supposed to configure all this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983548#3983548 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - why, Why, WHY?!

2006-11-06 Thread arnieAustin
Why is it after fighting for hours to get something to either compile and/or deploy without exploding, does it throw more bogus errors that no one else has had? Any ideas as to that THIS means?! 14:23:54,531 ERROR [STDERR] Nov 6, 2006 2:23:54 PM com.sun.facelets.compiler.TagLibraryConfig loadI

[jboss-user] [JBoss Seam] - Re: Project Compiles, Deploys, JBoss starts... app doesn't r

2006-11-06 Thread arnieAustin
figured out the was pointed to DPSLicenseInquiryWeb instead of DPSLicenseInquiry. Fixed that - only to get another message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983544#3983544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Errors on Deploy

2006-11-06 Thread arnieAustin
Found several messages online but all were unanswered or were dead-ends. BUT, I found one that mentioned having to create a /META-DATA/services folder with these files that referenced the actual class names that implemented the Sun face classes. Got those built and things got a little better.

[jboss-user] [JBoss Seam] - Errors on Deploy

2006-11-06 Thread arnieAustin
I have been attempting to create a new Seam app based on the code generated by Seam. I then modified the code and pages, fleshed out the first page (a user login) and that part was working. Then when I tried to build the second page (the query/view results page), things when wrong: | 09:51:3

[jboss-user] [JBoss Seam] - Unable to find XML mapping file in classpath: orm.xml

2006-10-25 Thread arnieAustin
I am trying to get the orm.xml file recognized. It is stored in my projects' EJB-sub project /ejbModule/META-INF but it ends up in the WAR in WEB-INF/lib. Even so, i still get the error message: anonymous wrote : 13:13:09,328 INFO [Configuration] Reading mappings from resource: orm.xml | 13:

[jboss-user] [JBoss Seam] - HOWTO: EJB3 Persistence w/Seam - mapping file location and i

2006-10-24 Thread arnieAustin
I'm writing my first SEAM application and rather than create Hypersonic tables that aren't permanent, I need to access a real database. This application is a search only, two-page application. After the login page, the user is presented with a page that has search fields at the top and if there