[jboss-user] [JBoss AOP] - Compile Error in org\jboss\aop\Advisor.java

2006-12-26 Thread jagadeeshvn
Hi All, I am trying to compile the latest AOP source and I am getting a few compilation errors in Advisor.java ( ln:360 ). [execmodules] E:\JavaSource\JBoss_AOP\aop\src\main\org\jboss\aop\Advisor.java:36 0: hasAnnotation(java.lang.Class) in org.jboss.repository.spi.MetaDataContext ca nnot be

[jboss-user] [Security JAAS/JBoss] - Obtaining SecurityManagerService failed

2006-12-26 Thread awanisz
My collegue developed a programme for security during login..but upon login i get this error...how do i fix it??could u guys help me out...i really am a beginner... 2006-12-26 15:51:36,453 DEBUG [org.jboss.web.tomcat.security.SecurityFlushSessionListener] Obtaining SecurityManagerService

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-26 Thread SmokingAPipe
[EMAIL PROTECTED] wrote : Oh, and Facelets is trivial to set up. Have a look at the examples. I would NEVER go back to plain JSPs unless forced to. It simply is not trivial. It is far from trivial. I have been working on this all evening. I can't get past this exception, even though that

[jboss-user] [JBossCache] - removeObject do not fully remove when working with FileCache

2006-12-26 Thread emailmsgbox
with the same code from http://jboss.org/index.html?module=bbop=viewtopict=96896 I added a method to remove form the cache | public static TestData delTest(Integer sipID) { | | return o = (TestData) myCache.removeObject(new Fqn(TEST,sipID)); | | } | the Object is

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-26 Thread SmokingAPipe
After some more changes I am now getting: java.lang.IllegalArgumentException: Class org.jboss.seam.ui.facelet.SeamFaceletViewHandler is no javax.faces.application.ViewHandler | In my entire experience with JBoss and Seam, about 40% of the project time has been spent working on config files

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-26 Thread SmokingAPipe
And I just looked at that error, and looked at the source code. In src/ui/org/jboss/seam/ui/facelet/SeamFaceletViewHandler.java, it says: public class SeamFaceletViewHandler extends FaceletViewHandler so SeamFaceletViewHandler most certainly is a FaceletViewHandler. There must be a bug in

[jboss-user] [JBoss Portal] - Re: Jboss Portal Page Redirection after successful login

2006-12-26 Thread sridhark79
Thank you, That solution would be well suited if our deployed portlet page is part of the default portal. But here we have a seperate Portal on our own and we want to change it to the page with in that Portal. Can we change that as well through Admin? Regards Sridhar View the original post

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-26 Thread SmokingAPipe
Now I copied the myfaces jars from the facelets distribution, and I get: 00:59:18,186 ERROR [StartupServletContextListener] Error initializing ServletContext | javax.faces.FacesException: org.jboss.seam.jsf.SeamApplicationFactory | at

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-26 Thread SmokingAPipe
And now, after closely copying the seampay example, whenever I try to access a page with the .seam extension, I get: 01:32:04,519 ERROR [PhaseListenerManager] Exception in PhaseListener RESTORE_VIEW(1) afterPhase | java.lang.IllegalStateException: No phase id bound to current thread (make

[jboss-user] [JBossWS] - how can I get the soap envelope somewhere in my logs

2006-12-26 Thread gcolin
Hello, I am just beginning to deploy and test the samples delivered with the ws package and I was trying to find somewhere a log of the soap envelope as described in the user guide ... Where can I found it or how can I get it ... Many thanks for any help ...and sorry for my beginner question :)

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalStateException : No phase id bound to c

2006-12-26 Thread SmokingAPipe
Did anyone find a solution for this? I'm running into the same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996260#3996260 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996260

[jboss-user] [JBoss Seam] - Re: No active event context

2006-12-26 Thread SmokingAPipe
Did anyone find a solution to this problem? I'm getting it when I'm trying to use Facelets: 01:43:23,236 INFO [Events] no events.xml file found | 01:43:23,299 ERROR [PhaseListenerManager] Exception in PhaseListener RESTORE_VIEW(1) afterPhase | java.lang.IllegalStateException: No phase id

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-26 Thread SmokingAPipe
Ok, I looked some more in the seam-pay application, and I found that its application.xml file references: module | ejbjboss-seam-pay.jar/ejb | /module | module | javajboss-seam.jar/java | /module | module | javael-api.jar/java |

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-26 Thread spambob
Without knowing more about your configuration files I can't help you except saying they might be flawed (surprise ?!) - i.e. the org.jboss.seam.ui.facelet.SeamFaceletViewHandler is configured in my web.xml _not_ in faces-config.xml. If I were you I would use seam-gen (as described at

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-26 Thread SmokingAPipe
I got it working. Keys to the solution: el-*.jar must be in the ear and of course must be referenced in application.xml. I was trying a bunch of other things which gave me a bunch of other exceptions; once I did everything simpy, and just put the el-*.jars where they were needed, it worked.

[jboss-user] [JBoss Eclipse IDE (users)] - Missing user mailing list

2006-12-26 Thread nils_kassube
The link to https://lists.jboss.org/mailman/listinfo/jbosside-users only yields the information that there is no user mailing list. Cheers, Nils View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996267#3996267 Reply to the post :

[jboss-user] [JBoss Portal] - File Uploding

2006-12-26 Thread vikash.anand
Dear All; I need to upload one excel file to server and then to parse it to get it's contents. In JSP file i have following code: | form method=post enctype=multipart/form-data action=portlet:actionURL/ | File: input type=file name=file size=25 | input class=boldFlatbtn

[jboss-user] [JBoss Eclipse IDE (users)] - Re: XDoclet properties not displaying correctly

2006-12-26 Thread Antoine_h
see these : http://www.jboss.com/index.html?module=bbop=viewtopict=88947postdays=0postorder=ascstart=0 http://jira.jboss.com/jira/browse/JBIDE-189 seem a pb of a deprecated class that desappeared from eclipse 3.2 (with legitime reason from eclipse), and jboss ide not being modified in version

[jboss-user] [JBoss and NetBeans] - jBPm with Jboss netbeans IDE

2006-12-26 Thread nitinsindhwani
I want to develop my application using Jboss netbeansIDE. And I have to use jBPM as well as JSF in my project. Please advice me how could I get all the technologies under 1 roof. As jboss netbeans support JSF but there is no support for Jbpm. Please help me out as my project is going to be

[jboss-user] [Management, JMX/JBoss] - Can not load MBeanServerBuilderImpl

2006-12-26 Thread ingenu
Hi, I have found someone with the same problem. The answer was to go to the FAQ which I had already done but could not find any answers. I have looked my JAR files and all the classes are there. Is there something else I need to do on a fresh J2EE install to get rid of that error message?

[jboss-user] [Clustering/JBoss] - Clustered MDB load balance

2006-12-26 Thread cgrahl
Hi, all! I have 2 machines in clustered environment. The cluster works fine. But I need to configure the MDB pool size individually, on each machine. For example: One machine (which is a little bit slow) must have only 10 instances of MDB A, and the other machine (which is fast) must have 30

[jboss-user] [JBoss/Spring Integration] - Re: IllegalArgumentException when trying to deploy an ear

2006-12-26 Thread aegana
Yes, it was a class loading issue. I was told that the problem was that the Isolated class loader was enabled. I turned it off by setting the properties Isolated and CallByValue to 'false' in the '${..}/deploy/ear-deployer.xml' file. I still don't know why this worked but I'm happy ... Thanks

[jboss-user] [JBoss Portal] - Re: File Uploding

2006-12-26 Thread vikash.anand
Please note that i have not done any changes in web.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996278#3996278 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996278 ___

[jboss-user] [JBoss/Spring Integration] - Re: IllegalArgumentException when trying to deploy an ear

2006-12-26 Thread alesj
aegana wrote : Yes, it was a class loading issue. I was told that the problem was that the Isolated class loader was enabled. I turned it off by setting the properties Isolated and CallByValue to 'false' in the '${..}/deploy/ear-deployer.xml' file. | Ah yes, the isolation. We/I should do

[jboss-user] [JBoss jBPM] - HibernateException: null index column for collection

2006-12-26 Thread smichea
Hello, In a method of a stateless EJB3 I deployed the hello world process (of StarterKit) in a MySQL database, then manage to create an instance for it. Later in another function, I try to create a process instance with those 2 instructions | JbpmContext jbpmContext =

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Launching the Bundle on OSX

2006-12-26 Thread nils_kassube
Do not use the bundle on Mac OS X. Install Eclipse 3.2.1 and then add the JBoss IDE via the update manager. Cheers, Nils View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996283#3996283 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Is it a bug? ClassCastException for org.jboss.remoting.I

2006-12-26 Thread dodo.phoenix
have the same problem, but can't solve it. i deploy a test.ear |- test.jar -containing statless bean and interfaces |- test.war -conataining webproject with a simple jsp page |-META-INF ..|-application.xml jsp page should execute a method from statless bean. The Lookup and

[jboss-user] [EJB 3.0] - Re: Is it a bug? ClassCastException for org.jboss.remoting.I

2006-12-26 Thread dodo.phoenix
Solution: I had some ejb jars in the lib of webapp. so they conflicted without warning and caused this err. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996287#3996287 Reply to the post :

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalStateException : No phase id bound to c

2006-12-26 Thread [EMAIL PROTECTED]
The booking example use ajax4jsf - does that example run for you? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996290#3996290 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996290

[jboss-user] [JBossWS] - Re: how can I get the soap envelope somewhere in my logs

2006-12-26 Thread pshankar
Try deploying the sample web services and run the sample clients. The client will print the SOAP request/envelope log. If you use eclipse you can use the soap request monitoring feature. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996289#3996289 Reply to

[jboss-user] [JBoss Portal] - bookmarkable portlet urls

2006-12-26 Thread jgilbert
I have a JSF portlet and I would like to make some of the views bookmarkable. any ideas on how to do this or if it is possible. for exxample, i have a portlet that tracks Orders. It can filter and list Orders. Then it can navigate to a selected Order. I would like to create a URL that can be

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-26 Thread [EMAIL PROTECTED]
Yes. You can also build the seam examples to see working examples of how to build Seam with the various supporting technologies. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996292#3996292 Reply to the post :

[jboss-user] [JBossWS] - Re: how can I get the soap envelope somewhere in my logs

2006-12-26 Thread bbredohl
With a MessageHandler you can see the SOAP Message too. Look here: http://labs.jboss.com/portal/jbossws/user-guide/en/html/headers-handlers.html In a JSR-181 endpoint you can user the @HandlerChain annotation | @HandlerChain(name = handlerChain, file = resource://META-INF/handler.xml)

[jboss-user] [JBoss Seam] - Extended EL or ICEFaces rowSelector

2006-12-26 Thread jrosskopf
Hello, I (more or less) copied the following code from the seam-icesfaces example. | div id=adminList | h:outputText value=No Accounts Found rendered=#{accounts != null and accounts.rowCount==0} / |

[jboss-user] [Installation, Configuration Deployment] - Re: JBOSS Vs JAVA 6.0

2006-12-26 Thread aron-smith
Java 6.0 has many enhancements for Swing. If you can get the RMI communication between a 6.0 client and 5.0 JBoss, that would be a large step in my book. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996296#3996296 Reply to the post :

[jboss-user] [JBoss Seam] - Re: rendered problem for commandButton

2006-12-26 Thread VinceCallagan
I am using 1.1 GA with Jboss AS 4.05 The way I solved it for the moment is : rendered=#{contact.name!=''} View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996297#3996297 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996297

[jboss-user] [Testimonials] - Cost of JBOSS migration

2006-12-26 Thread newpotato
For those of you who have successfully migrated from a proprietary application server (e.g. WebLogic or WebSphere), I would like to know if you spend more/less/same on Administration, Maintenance, Upgrades, etc. Thank you! View the original post :

[jboss-user] [JBoss Portal] - Re: bookmarkable portlet urls

2006-12-26 Thread [EMAIL PROTECTED]
I think it is an implementation detail of the JSF bridge you are using. I don't know if it is possible to map the portlet render parameters to JSF parameters. JBoss Portal since 2.4 tries to shove the render parameters in the URL in clear format as much as it is possible View the original post

[jboss-user] [JBoss Portal] - Re: bookmarkable portlet urls

2006-12-26 Thread [EMAIL PROTECTED]
Probably that Santa Stan can tell us more about the myfaces bridge. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996301#3996301 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996301

[jboss-user] [JBoss Seam] - Question about concurrent-request-timeout

2006-12-26 Thread ekusnitz
In working through the examples, I see that the concurrent-request-timeout appears to be extremely small -- at most, 50 seconds. So, for example, if you start up a couple of conversations, they will timeout very quickly. My question is, is there a technical reason for this? Obviously, the

[jboss-user] [JBoss Seam] - Re: Question about concurrent-request-timeout

2006-12-26 Thread ekusnitz
Oh, yes, and a related question is, there appears to be no notion of a converstation type. If I start a conversation in one bean and start another in a second bean, the next @End will complete the current conversation, regardless of which bean started it. Is that correct? View the original

[jboss-user] [JBoss Portal] - Re: http://jira.jboss.com/jira/browse/JBPORTAL-459 You shoul

2006-12-26 Thread bsmithjj
Julien, Thanks for the update on the security API's, the documentation, and the guarantee to freeze the portal API's in this layer for the 2.X series. I will take a look at these and see if I can make progress with your documentation and example. Thanks again, Brad Smith View the original

[jboss-user] [JBoss Getting Started Documentation] - Cost of JBOSS migration

2006-12-26 Thread newpotato
This is also posted in Testimonials - For those of you who have successfully migrated from a proprietary application server (e.g. WebLogic or WebSphere), I would like to know if you spend more/less/same on Administration, Maintenance, Upgrades, etc. Thank you! View the original post :

[jboss-user] [JBoss Portal] - Re: Jboss Portal Page Redirection after successful login

2006-12-26 Thread sridhark79
Hi, I found out the solution. I was digging around the forum. There is a property that needs to set. The name of the property is found in the default-object.xml in the portal.sar\conf\data directory named default.objectname. The value must be a name of the portal that must be set as default.

[jboss-user] [JBoss Portal] - Re: Jboss Portal Page Redirection after successful login

2006-12-26 Thread sridhark79
Hi, How do i change the portal to the admin or to my portal depending upon the user who logs in. if the userid/password is admin/admin then my custom authentication should pass and direct the user to the admin pages of the original default portal shipped with Jboss. Now if the user is other

[jboss-user] [JBoss Seam] - Re: Question about concurrent-request-timeout

2006-12-26 Thread [EMAIL PROTECTED]
On the later question, yes. However, a conversation does have the concept of an intiator - the component that started the conversation. @Conversational components can declare that they are only allowed to take part in conversations that they initiate. Conversations can also have ids, so

[jboss-user] [JBoss Seam] - SelectDate Component classpath issue

2006-12-26 Thread jgilbert
I have two apps that use the Seam SelectDate component. Each app works fine independently. But when I deploy both apps at the same time the 2nd one to be accessed gets the following exception. Any ideas? It looks like a classpath issue. | com.sun.facelets.tag.TagAttributeException:

[jboss-user] [JBoss Portal] - Portal redirection after successful login

2006-12-26 Thread sridhark79
Hi, How do i change the portal to the admin or to my portal depending upon the user who logs in. if the userid/password is admin/admin then my custom authentication should pass and direct the user to the admin pages of the original default portal shipped with Jboss. Now if the user is other

[jboss-user] [JBoss Seam] - Re: SelectDate Component classpath issue

2006-12-26 Thread [EMAIL PROTECTED]
Are both applications in separate class loader repositories? Do the apps work fine separately? I'm not sure what the classloader issues are with portal in the mix, but I'll try with out portal example later if the issue isn't obvious. View the original post :

[jboss-user] [Security JAAS/JBoss] - Tomcat MemoryRealm

2006-12-26 Thread justin_sane
I have a project in Tomcat 5.5 that i want to migrate to JBoss. I have an authentication using tomcat's default MemoryRealm (conf/tomcat-users.xml). Is there anyway that I can implement this whitin JBoss or do I have to redefine it, and use JAAS? View the original post :

[jboss-user] [JBoss Portal] - 401 Error

2006-12-26 Thread cschmidt1271
I am trying to set up logging in on the server. My login is working. but I get a type Status report message description This request requires HTTP authentication (). every other link i click on or if I just push refresh over and over 1 out of 5 it might actual show up. JBoss Portal

[jboss-user] [Security JAAS/JBoss] - Encrypted Passwords in LDAP

2006-12-26 Thread kc5mzr
In my LDAP server the userPassword attribute is encrypted looks like: dn: cn=Jim Yates,ou=userAccounts,dc=accuserverx,dc=com objectClass: accuserverxPerson uid: jyates sn: Yates userPassword: {CRYPT}VDtMsA.7lGcqY givenName: Jim cn: Jim Yates I can authenticate users with clear text stored in the

[jboss-user] [JBoss Seam] - Re: SelectDate Component classpath issue

2006-12-26 Thread jgilbert
i'm pretty sure I saw the same issue when running two of the seam sample apps at the same time. for example, booking and jpa View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996317#3996317 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: JBOSS 5.0 Hot Deploymeny when?

2006-12-26 Thread hceylan
Any answer? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996319#3996319 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996319 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: my login method is accessed twice

2006-12-26 Thread [EMAIL PROTECTED]
Is this for your own jaas login or the one done by JBoss? One call maybe from the jbosssx and the other maybe from your own jaas auth. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996318#3996318 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: AssignmentHandler problem

2006-12-26 Thread dslevine
Could you please be a little more in depth as to how you remove the identity component and implement your own? If I create the class MyAssignmentHandler in my project, how do I tell jBPM to use that specific assignment handler? Are there any other steps you went through? Thanks! (I also

[jboss-user] [JBoss AOP] - Re: NullPointerException at advised._getInstanceAdvisor();

2006-12-26 Thread [EMAIL PROTECTED]
Hi, Robotics! Do you mean a pointcut like the one you posted above (call to constructor within a specific class?). If yes, I just can't reproduce the error you're describing. Sorry. Could you please send me a small example, by attaching it to a jira issue? View the original post :

[jboss-user] [JBoss AOP] - Re: Identification of classes intercepted by pointcuts

2006-12-26 Thread [EMAIL PROTECTED]
Hi, Fabio! The moment a JVM loads a class may vary depending on the JVM implementation... But, according to Java Specification, a JVM must have already loaded a class once it is actively used. This means that, after you use a class of your interest, this class will have been loaded. Like this:

[jboss-user] [JBoss Seam] - Re: SelectDate Component classpath issue

2006-12-26 Thread [EMAIL PROTECTED]
I deployed multiple non-portal applications using selectDate and was able to currectly use the date selector on all applications. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996323#3996323 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Compile Error in org\jboss\aop\Advisor.java

2006-12-26 Thread [EMAIL PROTECTED]
Hi, Jugs! Please, update your thirdparty directory, or download the jar from this location: http://repository.jboss.com/ Thank's! Flavia View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996324#3996324 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Loigin.jsp limitation?

2006-12-26 Thread siddharthags
does tomcat have any limitation that my webapp cannot have a file called Login/.jsp in its war? i have something like webapp/jsp/Login.jsp which if i try to reference gives me an error saying that the serve is not reachable redirecting it to https://lh:8080/war/jsp/Login/.jsp.. any help?

[jboss-user] [JBoss AOP] - Re: Identification of classes intercepted by pointcuts

2006-12-26 Thread fabiocsilva
This load can be made for classloader in load time weaving mode? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996327#3996327 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996327

[jboss-user] [Security JAAS/JBoss] - Re: Encrypted Passwords in LDAP

2006-12-26 Thread kc5mzr
I added the following to login-config.xml module-option name=hashAlgorithmMD5/module-option module-option name=hashEncodingbase64/module-option If I change my userPassword to {MD5}fGoYCzaJagqMAnh+6vsOTA== it wont work. If I remove the {MD5}, I can authenticate. Any ideas on how to solve this?

[jboss-user] [JBoss jBPM] - Re: Problem testing Hello BPEL sample

2006-12-26 Thread zauberlehrling
As mentioned above I get a NullPointer Exception on line 355 in the method getRequestParts in the class SoapHandler: private static Map getRequestParts(SOAPElement operationWrapper, | javax.wsdl.Message requestMessage) throws JMSException, SOAPException { | HashMap inputParts =

[jboss-user] [JBoss Seam] - Re: Question about concurrent-request-timeout

2006-12-26 Thread [EMAIL PROTECTED]
On the earlier question, concurrent request timeout is the timeout on concurrent requests in the same conversation. Seam serializes client requests in a session. If a second request comes in while another is still active, the request will block for concurrent-request-timeout ms. The

[jboss-user] [JBossWS] - SOAP over JMS

2006-12-26 Thread Shlomi938
Hi We need to develop a notification system where one application sends notifications to a few consumers. we will probably need synchronous and asynchronous requests. the applications are completely decoupled and therefor we will probably use soap services as the notification messages. it

[jboss-user] [Security JAAS/JBoss] - Re: How to return Group of Roles in getRoleSets() method

2006-12-26 Thread [EMAIL PROTECTED]
| Group grp = new SimpleGroup(Roles); | grp.addMember(new SimplePrincipal(role1); | grp.addMember(new SimplePrincipal(role2); | | return new Group[]{grp}; | This should work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996337#3996337 Reply to

[jboss-user] [JBoss Portal] - How to configure jboww-portlet.xml for Header Content Inject

2006-12-26 Thread dsharma
Does some know the steps for injecting header contents for a given portlet. In document it points to jboss-portlet.xml for an entry for the portlet in header-content element. It does not work for me. View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Tomcat MemoryRealm

2006-12-26 Thread [EMAIL PROTECTED]
Just provide two properties files under the conf directory. users.properties the following format: username=passwd roles.properties username=role1,role2 Tell me if that works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996338#3996338 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: JBoss with JAAS

2006-12-26 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ Q.15 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996339#3996339 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996339 ___

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 Endpoint Authentication Problems

2006-12-26 Thread [EMAIL PROTECTED]
Ask in the WS forums. They may direct you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996340#3996340 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996340 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: ICEFaces

2006-12-26 Thread hurzeler
What would be involved to get the navigation working. Which classes need to be changed. I urgently need navigation with my project. I will be using jbpm-3.2.1 with seam-1.1.0GA, icefaces-1.5.1 on jboss-4.0.5GA. I hope I can get this going! Thanks for your help. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Loigin.jsp limitation?

2006-12-26 Thread PeterJ
I cannot tell if you mistyped the file names (you mention both Login/.jsp and Login.jsp, which one is correct?) in your post, or if your mistyped you configuration (for example, the file is really named Login.jsp but you have indicated Login/.jsp in the web.xml). In my application, my login

[jboss-user] [JNDI/Naming/Network] - Re: Tomcat dabase in JBoss

2006-12-26 Thread PeterJ
In your application, how are you accessing the database? Directly via JNDI or are you using a data source defined within Tomcat? If the former, you don't have to make any changes (well, you do need to copy the JDBC driver jar file to the server/default/lib directory). If the later, you need to

[jboss-user] [Installation, Configuration Deployment] - Re: webconsole applet

2006-12-26 Thread brak2718
Ditto, I have the exact same problem. Running Sun jdk 1.5.0_06 on Linux (Ubuntu). On the same machine, Firefox crashes. Doesn't work in Opera, and doesn't work on another Windows XP box I have with IE (applet runs, but doesn't load any navigation tree). --Ryan View the original post :

[jboss-user] [JBoss AOP] - Re: Identification of classes intercepted by pointcuts

2006-12-26 Thread [EMAIL PROTECTED]
Exactly. JBoss AOP instruments the classes in load time, matching pointcut expressions and associating the classes to advisors, if you are using load time weaving mode. So, once the class has been loaded by the JVM, you know the pointcut matching has already occurred for that class. All

[jboss-user] [JBoss Portal] - Re: How to configure jboww-portlet.xml for Header Content In

2006-12-26 Thread PeterJ
What kind of header content are you attempting to inject? How do you know that what you attempted to inject was not injected? Did you look at the HTML source for the page, as provided by the browser? The injected content should be right before the /head tag. View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Help! Eclipse IDE Tutorial!

2006-12-26 Thread xinhua
hi, all i followed the Tutorial doc 1.5 in detail but got failure javax.servlet.ServletException: Lookup of java:comp/env/ejb/Fibo faild | at tutorial.web.ComputeServlet.init(ComputeServlet.java:58) | at

[jboss-user] [JBoss jBPM] - Implementing AssignmentHandler

2006-12-26 Thread dslevine
I'm just starting to try and implement my own AssignmentHandler. Simple question on the existing implementation, ExpressionAssignmentHandler. The code is: | public class ExpressionAssignmentHandler implements AssignmentHandler { | | private static final long serialVersionUID = 1L;

[jboss-user] [JBoss Seam] - Re: Any experience with SeamFaceletViewHandler?

2006-12-26 Thread sjmenden
Speak for yourself, just follow one of the example projects as a template. Setting everything up has been the easiest experience for me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996350#3996350 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - How to find out the problem when login doesn't work when usi

2006-12-26 Thread Kentzhou
hi, I try to config Jboss using sql server as security datasource. The datasource is okay when I test it. The file jboss-web.xml in war file as: jboss-web security-domainjava:/jaas/todo/security-domain /jboss-web In file login-config.xml, I add following info: application-policy name =

[jboss-user] [JBoss jBPM] - JBPM DB Upgrades

2006-12-26 Thread k.pravin
I am upgrading from jBPM 3.0.2 to jBPM 3.1, i need a generated upgrade SQL script (for Oracle).Does anyone have that upgarde script? Please provide me.Since i tried all the options like upgrade.old.schema.script ,'ant upgrade.db.script' , 'ant upgrade.db.script'to generate the

[jboss-user] [JBoss Seam] - Getting LazyInitializationErrors with a SMPC

2006-12-26 Thread SmokingAPipe
Ok, now I am totally baffled. I integrated Facelets into my Seam application, and now I have started getting LazyInitializationErrors, even though I'm using a Seam-managed persistence context (SMPC). I thought SMPC was supposed to almost completely eliminate LIEs, but they are back. Any

[jboss-user] [JBoss AOP] - Re: Identification of classes intercepted by pointcuts

2006-12-26 Thread fabiocsilva
Exists some method of jboss aop source code to make the measurement ?offline?? I am using metrics to evaluate jboss aop, but the dependence of the load of objects makes it difficult the evaluation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996354#3996354

[jboss-user] [JBoss Seam] - Re: Getting LazyInitializationErrors with a SMPC

2006-12-26 Thread SmokingAPipe
Ok, I found out a little bit more. I looked at the docs for SeamExtendedManagedPersistencePhaseListener. It says Deprecated. use TransactionalSeamPhaseListener. I took out the SeamExtendedManagedPersistencePhaseListener and replaced it with TransactionalSeamPhaseListener in my

[jboss-user] [JBoss Seam] - Usage of selectitems breaks application flow (weird!)

2006-12-26 Thread atzbert
I've been struggling with this for weeeks now. And I ultimately tracked it down to selectitems. Neither the f:selectItems with converter nor the si:selectitems will work. the selectitems will be displayed as expected in a drop-down box (i.e. selectOnemenu) but as soon as I want to execute any

[jboss-user] [JBoss Portal] - Re: WSRP: problem with portal url rewriting in WSRP wsdls

2006-12-26 Thread [EMAIL PROTECTED]
Still trying to figure out why only the hostname is used... In the mean time, you can try to pass the full host name using the -b option of the run command when you launch AS. If this doesn't work, you can also modify portal-wsrp-client.jar/META-INF/jboss-client.xml to read: | jboss-client

[jboss-user] [JBoss Seam] - Re: Getting LazyInitializationErrors with a SMPC

2006-12-26 Thread [EMAIL PROTECTED]
Yes, it works. It's just a new name. Are you using a seam managed persistence context? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996358#3996358 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996358

[jboss-user] [JBoss Seam] - Re: Getting LazyInitializationErrors with a SMPC

2006-12-26 Thread SmokingAPipe
[EMAIL PROTECTED] wrote : Yes, it works. It's just a new name. Are you using a seam managed persistence context? Yes, definitely. Here's the scenario, which is just like basically every other web application on the planet: A user goes to a login-page, logs in, the User object is stored in

[jboss-user] [Management, JMX/JBoss] - twiddle + java.lang.ClassNotFoundException: org.jboss.manage

2006-12-26 Thread massoo
hi, whenever I try to get the stats from the command line twiddle as : anonymous wrote : twiddle.sh -s jnp://10.10.25.40:1099 get jboss.management.local:name=ejb/SeakeyIncomingMessageParser,J2EEServer=Local,EJBModule=SeaKeyBackEndModule.jar,J2EEApplication=ejb.jar,j2eeType=StatelessSessionBean

[jboss-user] [JBoss Portal] - Re: How to configure jboww-portlet.xml for Header Content In

2006-12-26 Thread dsharma
I am trying to inject .css in the header. I am checking the HTML source from the finally rendered page. It does not contain the href entry for .css in the HEADER, I am giving in the jboss-portlet.xml for the portlet. View the original post :

[jboss-user] [JBoss Seam] - Re: Getting LazyInitializationErrors with a SMPC

2006-12-26 Thread hstang
You need an extended conversation context. Use @Begin in your source or s:link propagation=begin to begin a conversation. An SMPC will be setup in the conversation context where you would be able to avoid LIE, for that particular conversation. Seam's debug page (i.e. debug.seam) is helpful.

[jboss-user] [JBoss Seam] - Re: Getting LazyInitializationErrors with a SMPC

2006-12-26 Thread hstang
After re-reading your post, I may think you might not require an extended conversation context if it's a simple action. What happens if you try to access createCustomer object instead of customer object during the render phase (i.e. facelets .xhtml) ? As well you said that the customer object

[jboss-user] [JBoss Seam] - Re: Getting LazyInitializationErrors with a SMPC

2006-12-26 Thread hstang
Glad that it work out well for you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996367#3996367 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996367 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Getting LazyInitializationErrors with a SMPC

2006-12-26 Thread SmokingAPipe
Ah, that is indeed the problem. SMPC is CONVERSATION scoped, not SESSION scoped. I need to get that customer object into a conversation, which I will probably do with a @Begin method on the link. Easy to do. Wow that really tripped me up. Now I'm going to try that, but it seems obviously

[jboss-user] [JBoss jBPM] - Re: AssignmentHandler problem

2006-12-26 Thread dslevine
To be a little more clear, I have tried to use task name=MyTask | assignment class=com.myapp.MyAssignmentHandler expression=user(me)/ | ... | and I have tried to use swimlanes and do |swimlane name=SwimlaneMe | assignment class=com.myapp.MyAssignmentHandler

[jboss-user] [JBoss Seam] - Re: Usage of selectitems breaks application flow (weird!)

2006-12-26 Thread hstang
Lets see the JSPX/XHTML View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996369#3996369 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996369 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: AssignmentHandler problem

2006-12-26 Thread dslevine
Exact process def: ?xml version=1.0 encoding=UTF-8? | | process-definition name=websale | xmlns=urn:jbpm.org:jpdl-3.1 | | !-- SWIMLANES (= process roles) -- | | swimlane name=buyer / | | swimlane name=salesman | assignment

[jboss-user] [JBoss Seam] - Re: Getting LazyInitializationErrors with a SMPC

2006-12-26 Thread [EMAIL PROTECTED]
Just to lend some flavor to this, the key points are that to avoid a LIE, an entity has to be attached to an active persistence context and there has to be a be an active transaction. The seam managed persistence context is one that has it's lifecycle associated with a conversation. As long

[jboss-user] [Clustering/JBoss] - Re: Clustered MDB load balance

2006-12-26 Thread visolvejboss
Hello, You can set the pool size for MDB in the following file on jboss. At standardjboss.xml file in the path, JBOSS_HOME/server/all/conf/standardjboss.xml 189 invoker-proxy-binding |190namemessage-driven-bean/name |191invoker-mbeandefault/invoker-mbean |

  1   2   >