[JBoss-user] [JBoss Portal] - Blank Screen on Log In

2006-06-28 Thread jgilbert
Portal starts up with no errors and I can access the default and test pages. However, when I go to Standard Login and login as admin or user I get a blank screen. No errors show up on the console or in the log. Is anyone else seeing this? Any ideas? I used the jboss-4.0.4.GA-Patch1-installer.ja

[JBoss-user] [JBoss Portal] - Re: JBoss AS 4.04.GA and Portal 2.2.1 deployment

2006-06-25 Thread jgilbert
I used the jboss-4.0.4.GA-Patch1-installer.jar with the ejb3 configuration and jboss-portal-2.2.1-SP2.zip with the hsql data source. Everything starts without errors and I can get to the default page. However, when I login as admin I get a blank screen. Nothing shows up in the console or the l

[JBoss-user] [EJB 3.0] - Re: Nullpointer exception in embedded JBoss unit test when I

2006-06-05 Thread jgilbert
no, go ahead and report it. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948979#3948979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948979 ___ JBoss-user mailing

[JBoss-user] [EJB 3.0] - Re: Nullpointer exception in embedded JBoss unit test when I

2006-06-05 Thread jgilbert
I am getting the same thing with alpha8. I'm thinking it is a bug, because I can get the principal from org.jboss.security.SecurityAssociation.getPrincipal(), but not from the Session Context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948963#3948963 Re

[JBoss-user] [EJB 3.0] - Should @RunAs work in Embedded alpha8?

2006-06-05 Thread jgilbert
I am getting some wierd results. I have 3 SLSBs with permissions defines, 2 MDBs with RunAs, and 1 junit test which connects with credentials. The junit test calls slsb0 successful, which publishes a message to a topic. The mdb1 calls slsb1 successfully, with or without @RunAs configured. Wierd

[JBoss-user] [EJB 3.0] - Using @Depends annotation in Embeddable ejb3 container

2006-05-02 Thread jgilbert
I am using the @Depends annotation to inject an mbean into my stateless session bean. This works great when I run in the app server. However, it doesn't seem to work in the embeddable container. Should this work? This line in DependsFieldInjector throws an IndexOutOfBoundsException. |

[JBoss-user] [JBoss Seam] - Can't find resource for bundle java.util.PropertyResourceBun

2006-03-06 Thread jgilbert
I am getting the following error: Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key validator.length The booking example works, but my app can't find the resource. From what I can tell they are setup the same and hibernate-annota

[JBoss-user] [JBoss Seam] - Re: Exception: java.lang.IllegalArgumentException: could not

2006-03-05 Thread jgilbert
I am getting the same error: Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key validator.length The booking example works, but my app can't find the resource. From what I can tell they are setup the same and hibernate-annotations