[jboss-user] [JBoss Portal] - fix the position of portlet window in a page

2006-12-14 Thread sirishy
Hi all I'm using jboss portal 2.4 bundled version. Is it possible to fix the position of the portlet window in a page? plz explain using an example. How can I design my own layout and theme? Also is it possible to fix the width and height of the portlet window and if the content (if I use jsp

[jboss-user] [JBoss Seam] - Re: Basic Seam questions

2006-12-14 Thread lightbulb432
Okay, so are you supposed to call that method? Based on @Remove, aren't you supposed to call a method marked with that annotation to signify the end of the stateful conversation? I tried this (i.e. putting @Destroy @Remove on a business method that I call) which then gives an error about how

[jboss-user] [JBoss Seam] - Re: Using ui:include with page action

2006-12-14 Thread rlhr
No I haven't a solution yet. When I get more time, I'll try to implement it and post it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993721#3993721 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993721

[jboss-user] [JBossWS] - Re: Needed WS4EE jars missing in JBoss4.0.5.GA

2006-12-14 Thread kcp
Since Jboss 4.0.4 the old axis-based webservice Stack WS4EE has been replaced by the new JbossWS stack. Therefore, the old ws4ee-jar are not longer present in JBoss 4.0.5. (http://wiki.jboss.org/wiki/Wiki.jsp?page=WebServiceStacks) Somewhere in the forum (or wiki) I am not qute sure it was

[jboss-user] [Beginners Corner] - Re: Portlet using lucene gives ArrayIndexOutOfBoundsExceptio

2006-12-14 Thread francsi
Hi! Ok, same Portlet but deployed to Apache Pluto... and it works fine! So it must be a JBOSS problem. Any suggestion? CU, Jan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993728#3993728 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Basic Seam questions

2006-12-14 Thread SmokingAPipe
No, when a conversation ends, the @End method is called. Not all stateful session beans are conversation scoped, in which case they wouldn't even need an @End. But you are right, if there's some task that needs to happen at the end of a conversation, the @End method would be the right place

[jboss-user] [JNDI/Naming/Network] - java.lang.ClassNotFoundException: org.jnp.interfaces.NamingC

2006-12-14 Thread forumer
JBoss 4.0.4-CR2, EJB 3.0 I have a client which accesses EJB's successfully when I create the InitialContext as follows: | ctx.addToEnvironment(java.naming.factory.initial, org.jnp.interfaces.NamingContextFactory); |

[jboss-user] [Security JAAS/JBoss] - Re: User credentials lost after remote EJB call

2006-12-14 Thread annie1234
I have tried this with SP1 with 4.0.5GA as suggested and still encountered the same problem. Just to clarify: Before we make the remote call, we can see the original user: org.jboss.security.SecurityAssociation.pushSubjectContext,subject=Subject:

[jboss-user] [JBoss Portal] - Re: Portal Request Architecture

2006-12-14 Thread [EMAIL PROTECTED]
Oups, sorry you're right it's using JSPs not facelets. Hopefully Roy will come up with something using Facelets. Nuxos ? or Nuxeo maybe ? AS far as i know they are not using any JSR 168 portlet yet but they do use Facelets and most of the JBoss stack, JBoss AS, Seam, jBPM... About the JSF

[jboss-user] [JBoss Seam] - Re: Basic Seam questions

2006-12-14 Thread lightbulb432
I have made a simple example below that doesn't seem to be working. It creates an entity (Person) over two independent JSF action methods: @Stateful | @Name(register) | public class RegisterBean implements Register { | | @PersistenceContext(type=EXTENDED) | private

[jboss-user] [JBoss Portal] - Re: fix the position of portlet window in a page

2006-12-14 Thread djmacpac
Hi for Theme and Layout examples look into the Theme and Layout Folders, there are the standard Themes and you can look how they work! THe other problem: I Have it too! I also need to fix the portlet size, so that if the jsp content ist longer than the portlet width, the line just breaks to

[jboss-user] [JBoss Portal] - Re: fix the position of portlet window in a page

2006-12-14 Thread [EMAIL PROTECTED]
You then need to adapt your theme. But at the end of the day, you still have to fight with HTML and different interpretation of HTML in the different browsers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993739#3993739 Reply to the post :

[jboss-user] [JBoss Portal] - Re: End user customization

2006-12-14 Thread [EMAIL PROTECTED]
The end user can edit his portlet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993738#3993738 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993738 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - how to display tasks using JBpm API

2006-12-14 Thread skpeddi
Hey! iam new to jbpm .could you please tell me how to display the tasks using JBPM API View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993740#3993740 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993740

[jboss-user] [Beginners Corner] - Exextion when deploying EJB's

2006-12-14 Thread md_tanveer_pasha
Hi all , iam getting an exception when iam deploying EJB 's on Jboss can anybody suggest me whats wrong and a solution to this problem Regards Tanveer Pasha 13:46:03,233 INFO [EjbModule] Deploying TodoEntityBean 13:46:03,327 WARN [EjbModule] Could not load the

[jboss-user] [EJB 3.0] - Re: RC9 mappedBy and InheritanceType.JOINED problem

2006-12-14 Thread andydale
Hi Jason, I don't think the null pointer exception is caused by EJB RC9 but rather by Hibernate 3.2.0.GA that ships along with JBoss 4.0.5GA. To get it to work it will require you to manually patch the fromClause.java (very simple patch, only 1 or 2 lines). I have entered a bug in the

[jboss-user] [EJB/JBoss] - Re:

2006-12-14 Thread atamur
atamur wrote : same problem with current version of installercompilation of jboss from svn by hand solved the problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993745#3993745 Reply to the post :

[jboss-user] [JBoss Seam] - JBoss Seam version compatibility

2006-12-14 Thread popcorn09
Hi, In an existing application I am using, J2EE 1.4, JBoss 4.0.3SP1, MyFaces 1.1.4, Tomahawk 1.1.5 (SNAPSHOT), EJB 2.0. I am looking to evaluate Seam for use with some components of the application. Is there a version of Seam that works with these? I can just find all resources saying J2EE

[jboss-user] [Beginners Corner] - Re: Applets communicating with EJBs

2006-12-14 Thread newhere
Does anyone know if this is a bug or not? Or if this is not the appropriate place to ask if this is expected behavior, does anyone know where I should ask? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993748#3993748 Reply to the post :

[jboss-user] [JBossWS] - Re: Needed WS4EE jars missing in JBoss4.0.5.GA

2006-12-14 Thread mp123
Hello, Thank you for the reply. I have done the changes said in (http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEDowngrade) and the MedRec Application works fine with JBoss 4.0.5.GA. Is there any other way to upgrade WS4EE based axis applications to WS in JBoss ?? View the original post :

[jboss-user] [JBoss Seam] - Re: Basic Seam questions

2006-12-14 Thread [EMAIL PROTECTED]
The @Destroy method is called by Seam. The application does not need to call it. Any SFSB should have an @Destroy @Remove method so that Seam can destroy the bean when the context ends. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993751#3993751 Reply to

[jboss-user] [JBoss Seam] - Re: Basic Seam questions

2006-12-14 Thread [EMAIL PROTECTED]
If you have an extended persistence context, and a conversation, you don't need to use merge. But what is really wrong with your code is that you should be starting a conversation with @Begin on firstName() and ending it with @End on lastName(). View the original post :

[jboss-user] [Security JAAS/JBoss] - Flushing credential cache upon EAR redeploy

2006-12-14 Thread jazir1979
Hi all, We are having problems with credentials remaining cached when we do a hot redeploy of our EAR, despite the HttpSession (obviously) being lost. Our login module is not called into at all when we login after the redeploy. We found the Wiki link with info on how to flush the credential

[jboss-user] [JBoss Seam] - @IfInvalid is out, so?

2006-12-14 Thread SmokingAPipe
@IfInvalid is deprecated, with the notation that it's very broken and can't be fixed. I don't understand what that means but I'll take the Seam team's word for it. Anyway, so it looks like the replacement is to use the s:validateAll tag around all the elements in the form that are to be

[jboss-user] [JBoss Seam] - Re: JBoss Seam version compatibility

2006-12-14 Thread [EMAIL PROTECTED]
Which version of Seam would work with JBoss 4.0.3 SP1? 1.1.0.GA Why is that so? It's buggy and low-quality and does arbitrary things with the JSF lifecycle. There are MUCH superior JSF libraries available. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Lower case context for WebApp

2006-12-14 Thread pander
OK, But I'm not using Apache or any other webserver, I'm simply using JBOSS which obviously has Tomcat as part of it is there somewhere in Tomcat that I can set this up? Regards, Paul. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993758#3993758 Reply

[jboss-user] [JBoss Seam] - Re: JBoss Seam version compatibility

2006-12-14 Thread [EMAIL PROTECTED]
Search this forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993761#3993761 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993761 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Differnce in Web-Service

2006-12-14 Thread subramaniam.venkat
Hello, I have a probelm in my application. We are where using JBoss-3.2.4 and for the deploying the web-services we used to deploy the web-service.xml and the wsdl file will be generated. Mainly for the Exception clases we had the following wsdl generated complexType

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - BMP and the N+1 Problem

2006-12-14 Thread tknerr
Hello, I have a question for the BMP experts out there: We want to realize data access to a non-standard database, thus CMP does not work and we have to write our own SQL-like code to access it. It does not support transactions. Now, the idea was to use BMP Entity beans to realize this

[jboss-user] [EJB 3.0] - Mapping String attribute in EntityBean to CHAR(size) in DB

2006-12-14 Thread [EMAIL PROTECTED]
I have a composite PK class that consists of {int, int, String, String}. Both attributes of type String are mapped to CHAR(size) instead of VARCHAR2(size) in an Oracle DB. My Problem: The EntityManager's find(Class entityClass, Object primaryKey) method returns null instead of an EntityBean.

[jboss-user] [JBoss Seam] - Re: JBoss Seam with JBpss jBPM

2006-12-14 Thread petemuir
Seam works well to integrate JSF (so the pages would need to be converted to JSF - you can use JSP syntax in JSF) and jbpm. The numberguess example shows using pageflows (i.e. a finegrained workflow) and dvdstore shows using processes (coarse grained, can contain a number of pageflows). View

[jboss-user] [JBoss Seam] - Re: JBoss Seam version compatibility

2006-12-14 Thread popcorn09
Well I cannot find any specific where things were breaking because of tomahawk. It is usually because people can't configure it correctly and ask for help here instead of asking on the myfaces mailing list. I do not think that is enough reason to certify a framework as poor quality. I have

[jboss-user] [JBoss Seam] - Re: JBoss Seam version compatibility

2006-12-14 Thread petemuir
I would recommend trinidad. I've had no problems with it Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993768#3993768 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993768

[jboss-user] [EJB 3.0] - Re: Mapping String attribute in EntityBean to CHAR(size) in

2006-12-14 Thread andydale
Hi, Could you not just annotate the getter/variable with something like so: @Column(columnDefinition=VARCHAR2(size)) Cheers Andy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993767#3993767 Reply to the post :

[jboss-user] [EJB/JBoss] - Procedure call(could not execute native bulk manipulation qu

2006-12-14 Thread [EMAIL PROTECTED]
Hi I am calling oracle procedure in my EJB3 application. Procedure performs alot of tasks (There are several insert/update queries in it). Query regProc=em.createNativeQuery(Call PROC_REGISTRATION(:i_ACCESS, :i_PLANID, :i_FRANCHISEEID, :i_ADDRESS, :i_BILLINGADDRESS, :out_RESPONSE));

[jboss-user] [JBoss Seam] - Trinidad Problems

2006-12-14 Thread dave.rogers
Despite having few problems getting tomahawk up and running it seemed like a good idea to switch to trinidad after reading, several times, that tomahawk was still in alpha and was not to be trusted. It suprised me then to discover that trinidad seems less well supported, fewer forum entries,

[jboss-user] [JCA/JBoss] - Re: JCA/CICS has problem with JBoss4.0 RC1

2006-12-14 Thread bkseow
Hi, The resource adapter is in the deploy directory. No, the rar file is not embedded in ear. I have performed the similar steps in JBOSS 3.x and the problem does not appear. Any difference in 4.x as compared to 3.x in deploying resource adapter ? Thanks. Seow View the original post :

[jboss-user] [JBoss Seam] - Re: Seam and myfaces 1.1.4-SNAPSHOT

2006-12-14 Thread imario
german.delacruz wrote : Perhaps this filter can't accept that there is certains beans which cannot be cached. | | The source code for it is there

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Are RMI Stubs in JNDI Thread-safe?

2006-12-14 Thread micho
I have a servlet talking to a Sessionbean. Is it allowed -regarding threadsafeness - to obtain the manager in the servlets init() method and store it in an instance-membervariable of the servlet. public class LzServlet extends HttpServlet { | | MandantenManager mm =null; | |

[jboss-user] [EJB/JBoss] - Re: Scheduler vs. EJB Timer Service

2006-12-14 Thread torf
Hi, we call a SLSB from a org.jboss.varia.scheduler.Scheduler implementation, and our deployment goes like this: deploy/applications/MyApp/ contains: - MyApp-all.ear - MyApp-api.jar deploy-hasingleton/applications/MyApp/MyApp-timer-service.xml: | ?xml version=1.0 encoding=UTF-8? | server

[jboss-user] [JBoss Seam] - Re: Trinidad Problems

2006-12-14 Thread dave.rogers
I removed the following line from my faces-config.xml file and it worked: view-handlercom.sun.facelets.FaceletViewHandler/view-handler View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993785#3993785 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Tomahawk datascroller loose conversationId

2006-12-14 Thread imario
Is there any information how seam append its conversationId (or whatever) to the link? I had a look at the DataScroller and it simply create a HtmlCommandLink dynamically, so it uses a standard JSF component to render the link. Don't see what tomahawk does wrong here. However, I'll point you

[jboss-user] [JBoss Seam] - Re: Trinidad Problems

2006-12-14 Thread dave.rogers
Yes, I have the render kit. I'll take a look at that example. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993783#3993783 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993783

[jboss-user] [JBoss Seam] - Re: @IfInvalid is out, so?

2006-12-14 Thread petemuir
What validation is causing the problem - @NotNull/@Length? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993779#3993779 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993779 ___

[jboss-user] [JBoss Seam] - Re: Trinidad Problems

2006-12-14 Thread dave.rogers
Right. But which should I be using? Because although a shared code-base oracle ADF and trinidad have two different setup processes. Anyway this is a minor point - does anyone know what is wrong with my setup and why trinidad won't work? View the original post :

[jboss-user] [JBoss Seam] - Re: Trinidad Problems

2006-12-14 Thread petemuir
There is also an example on the wiki http://wiki.jboss.org/wiki/attach?page=JBossSeam%2Fregistrationtrinidad.zip Have you specified the renderkit in faces-config.xml? application | default-render-kit-idorg.apache.myfaces.trinidad.core/default-render-kit-id | /application View the

[jboss-user] [JBoss Seam] - Re: Trinidad Problems

2006-12-14 Thread dave.rogers
Are you suggesting I should install the adf-faces off the oracle website? Or simply that that is what I should use as a search term? As I have already tried using the oracle ADF faces package and it didn't work either, in a slightly different way. Which should I be using and why? and what about

[jboss-user] [JBoss Seam] - Re: Trinidad Problems

2006-12-14 Thread [EMAIL PROTECTED]
If you search for Oracle ADF Faces, you will do better. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993774#3993774 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993774 ___

[jboss-user] [JBoss Portal] - Re: 401 error on selecting dashboard....

2006-12-14 Thread macjboss
OK, Not much feedback here :) However, I have made some progress. The default portal page that I log in to contains a number of custom pages and portlets that I have deployed. If I add a security constraint to any of these pages (in the object.xml of the page definiton) where I do not have

[jboss-user] [JBoss Seam] - [OT] Seam and Tomahawk - lost property?

2006-12-14 Thread imario
Hi! I wonder about the style used in this forum when it comes to posts where user complain about the interoperability between Seam and Tomahawk. In the past we (I) tried some stuff in Tomahawk-sandbox which might have had some influence with Seam, but this has been fixed (as far as I know).

[jboss-user] [JBoss Seam] - Re: [OT] Seam and Tomahawk - lost property?

2006-12-14 Thread imario
imario wrote : | Maybe we should sign a contract with Jboss about the effort to make our techniques better compatible. | Just as everyone do with M$ these days. | For sure, this was meant ironic :-) View the original post :

[jboss-user] [JBossCache] - Buddy Replication and data consistency

2006-12-14 Thread mica
Hi, Some issues which are not clear for me after reading docs: if I execute put(fqn, key, value, option) command with autogravity option concurrently on two distinct cache instances (let say put(key, val1) on cache1 and put(key, val2) on cache2) 1) with SYNC_REPL - invokes will be ordered

[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2006-12-14 Thread [EMAIL PROTECTED]
ddieckma, 1.4.1.CR1 should solve those data version mismatch problems. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993797#3993797 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993797

[jboss-user] [JBoss jBPM] - How to get the jbpm context ?

2006-12-14 Thread [EMAIL PROTECTED]
Hi All, I am converting the jbpm websales to jportal portlet. I found that: the | JbpmContext.getCurrentJbpmContext() | method doesn't work, in other words, it returns NULL But | JbpmConfiguration.getInstance().createJbpmContext(); | works fine. It also can get the default jbpm

[jboss-user] [JBoss jBPM] - BPEL : asynchronous invocation

2006-12-14 Thread saugatakc
Hi, Can anyone please provide an example of asynchronous invocation in BPEL. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993799#3993799 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993799

[jboss-user] [JCA/JBoss] - Re: Sybase database pool not claiming used connections

2006-12-14 Thread viniciuscarvalho
Weston, many thanks for the great support and help. We are testing the application here, first we will conduct a mass functional test of the entire app with tracing enabled hoping we could find a leak, then we are gonna move to jTDS. Thanks a lot Best Regards View the original post :

[jboss-user] [JBoss Seam] - Re: [OT] Seam and Tomahawk - lost property?

2006-12-14 Thread [EMAIL PROTECTED]
I mean, you are free to do what you like. Use Tomahawk, please, that's totally up to you. But if you choose to not take our well-meaning advice, then don't you think its unreasonable to expect us to support your decision by answering lots of forum questions? View the original post :

[jboss-user] [JBoss Seam] - Re: Seam and myfaces 1.1.4-SNAPSHOT

2006-12-14 Thread german.delacruz
Thanks! I'll try it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993804#3993804 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993804 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - In/Outjection prefixes

2006-12-14 Thread tiomalandra
Seam Team: I want to know if in a future seam release, you can include a new feature that make easy the in/outjection of prefixed components By example, there are two classes in our model: | @Name(com.mycompany.person) | class Person{} | | @Name(com.mycompany.employee) | class

[jboss-user] [JBoss Seam] - Re: [OT] Seam and Tomahawk - lost property?

2006-12-14 Thread [EMAIL PROTECTED]
Whatever. I try to give people advice that will help them have success on their projects. It's pretty easy to tell when certain products are unhelpful by simply seeing the number of, and the nature of, problems that users experience. I'm not making this judgment in a vacuum. I'm comparing the

[jboss-user] [JBoss jBPM] - Re: SuperState DB tests - the fix throws Exception when one

2006-12-14 Thread gmournos
I applied the above fix but then undeploying a process definion throws Excpetions. The test case broken is: public void testUndeploy() { | ProcessDefinition procDef = new ProcessDefinition(testUndeploy); | State s = new State(testnode); | procDef.addNode(s); |

[jboss-user] [JBoss Seam] - Re: [OT] Seam and Tomahawk - lost property?

2006-12-14 Thread [EMAIL PROTECTED]
anonymous wrote : Even if you had this experience in the past didn't mean that they are still true. Fair enough, I'm willing to give you guys a chance. anonymous wrote : And - what gives you the right to judge in such a drastic way. What gives me the right is I'm the one people are asking for

[jboss-user] [JBoss Seam] - Problems using joins in EntityQuery

2006-12-14 Thread Jark
Hello, I'm a student at the Hogeschool Arnhem en Nijmegen in the Netherlands and I have to make a project for my school course. We have to make (part of) a project for a a real company, however I have a problem making an EJB join work in the EntityQuery object. I'm working with an legacy

[jboss-user] [JBossCache] - Performance Issue with Jbosscache

2006-12-14 Thread muthukumaran_m
We are using TreeCache as a placeholder in our application; we also have made this TreeCache as cluster aware. Following is the Jboss Cache configuration file | ?xml version=1.0 encoding=UTF-8? | | !-- = -- | !--

[jboss-user] [Installation, Configuration Deployment] - Re: Lower case context for WebApp

2006-12-14 Thread thejavafreak
Tomcat is not a webserver. I think you still need to use a webserver to achieve this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993817#3993817 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993817

[jboss-user] [JBoss Seam] - Re: [OT] Seam and Tomahawk - lost property?

2006-12-14 Thread [EMAIL PROTECTED]
If you want to know, you guys will get really far with: anonymous wrote : yes, we acknowledge that there were some problems in the past, but we've worked hard to get them fixed and, hey, what we'll do is we'll go ahead and test our stuff with Seam before the next release, and try to help out

[jboss-user] [Messaging, JMS JBossMQ] - Re: ping timeout after successful reconnect to server

2006-12-14 Thread hskiran
Hi Cathernilo, Even I am facing the same problem, the pong timeout exception which u received. If you have the full implementation of the ExceptionListenerImpl class, can you pls paste it here. Thanks. hskiran View the original post :

[jboss-user] [JBoss Portal] - Re: Is it possible to develop with eclipse?

2006-12-14 Thread macjboss
Walid, When you say 'develop portlets', there are a number of different ways to write portlet applications and the specific IDE has little to do with it. Personally I use Spring Portlet MVC, which is working out quite nicely, and yes, I use Eclipse for development. However, you can use

[jboss-user] [JBoss Seam] - Seam 1.1.5 SeamSecurity...

2006-12-14 Thread sherkan777
Hi Gavin! I read on form here http://www.jboss.com/index.html?module=bbop=viewtopict=96461, what U said about SeamSecurity 12 Jan is an approximate date. (to finish), but on Jira page, production status is Blocker what that this mean? Will you finish those security module? View the original

[jboss-user] [JBoss Portal] - Inter Portlet Communication with three portlets on apage

2006-12-14 Thread anu123suya
Hi, I have tried out the sample for the IPC.It works fine. I would like to have three portlets say PortletA PortletB PortletC on the same portlet page. I would like to achieve IPC between these portlets. As per the reference document JBoss Portal IPC enables a one-to-one relationship between

[jboss-user] [JBoss jBPM] - Missing processdefinition after Jboss server restart

2006-12-14 Thread anu123suya
Hi, I am using default hypersonic database. Each time when i restart the jboss appserver, processdefinition entry is missing in the DB table. I need to freshly deploy it once again. can any one suggest me what could be the problem? code used for deployment is, JbpmConfiguration jbpmConfig =

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5 SeamSecurity...

2006-12-14 Thread [EMAIL PROTECTED]
Blocker means blocking the release. ie. we can't release 1.1.5 without it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993827#3993827 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993827

[jboss-user] [EJB 3.0] - Using Quartz Timer Service Implementation

2006-12-14 Thread dilator
Hi, I'm having trouble getting the Quartz EJB Timer Service running. I set the org.jboss.ejb3.timerservice.factory property as suggested in JIRA 619 but now no TimerService is injected. I take it there is more to it! Thanks in advance - Ben View the original post :

[jboss-user] [JBoss Seam] - Re: [OT] Seam and Tomahawk - lost property?

2006-12-14 Thread imario
WE always work hard fixing our bugs if we are aware of them, though, some of us are idealistic open-source developers, means, they are not hired by a company which has a separate department just for open-source development. Some of use (me included) spend many, many hours of our private time to

[jboss-user] [JBossCache] - UnsupportedOperationException with WAS 6.0, CMT , Hibernate

2006-12-14 Thread lakida
Environment: Hibernate 3.1 , Websphere 6.0, Jbosscache 1.3.0SP4, Jbosscache 1.4.0GA I have enabled Jboss cache as second level cache for Hibernate. Currently it is in a non-clustered and replicated environment. The application uses EJBs and I have a session bean method which participates in a

[jboss-user] [JBossCache] - Re: UnsupportedOperationException with WAS 6.0, CMT , Hibern

2006-12-14 Thread [EMAIL PROTECTED]
What type of locking are you using? Pessimistic or Optimistic? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993832#3993832 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993832

[jboss-user] [JBossCache] - Re: UnsupportedOperationException with WAS 6.0, CMT , Hibern

2006-12-14 Thread lakida
locking mode is Pessimistic. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993834#3993834 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993834 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - JmsXA vs XAConnectionfactory and durable topic subscription

2006-12-14 Thread mclu
Hi out there! I have problems using jmsxa on a durable topic subscription. I am using: JBoss 4.0.5 JBoss Messaging 1.0.1 GA JBoss EJB3 RC9 What I need: Inside the Container I have a Topic where messages comes in. Via a EJB3 Service Pojo I instantiate Objects with its own thread which register

[jboss-user] [JBoss Seam] - Minor newbie

2006-12-14 Thread peterg.miller
Referring to http://seam.demo.jboss.com/exp/loginExp.html, the page variable is user, the bean name is User, yet there is an annotation @Name(user). Minor point, but that seems redundant. Will the http://jira.jboss.com/jira/browse/JBSEAM-495 roadmap item address that Gavin? Cheers, Pete View

[jboss-user] [JBoss jBPM] - Re: jbpm webapp login

2006-12-14 Thread fuligj
Thank You again for reply! Yes, that's right! I know this site. I have deployed here many workflows and changed the HSQL DB to MySQL DB to change users who can login this site and all of them works fine. But I would like to change the user-login method to this site. For example: audit the

[jboss-user] [JBoss jBPM] - Re: creating a work item and closing a work item using jbpm

2006-12-14 Thread skpeddi
Hey Ronald, I didn't find that examples\testcases.Could you please give where is the exact location of this path. Thanks Regards Suresh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993836#3993836 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Minor newbie

2006-12-14 Thread [EMAIL PROTECTED]
We have discussed adding an @Component annotation which defaults the name. The trouble is, I'm not sure that it would be obvious to new users that user refers to User. They might think names were not case sensitive I probably should put this one to the vote - how many people hat having to

[jboss-user] [JBoss Portal] - Portlet Customization

2006-12-14 Thread sridhark79
Hi All, Does the Jboss 2.4 has the User Customization Capabilities? That is in simple terms the user should be able to position their portlets in their desired way. Can such a feature be implemented in 2.4? i know that these are available in 2.6 Developer release as part of Dashboard. If not

[jboss-user] [JBoss Portal] - Re: End user customization

2006-12-14 Thread sridhark79
Hi, Even i too want tthe feature of User Customizing their Portlet appearence in 2.4. IS is available.? Please let us know. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993846#3993846 Reply to the post :

[jboss-user] [JBoss AOP] - Re: NoClassDefFoundError HeirarchicalLoaderRepository3

2006-12-14 Thread wallayta
flavia.rainone wrote : If you want to do load-time with jrockit, you just can't do that in the jdk1.4 manner. | You need to use the native classloader hooks of jrockit. | | http://labs.jboss.com/portal/jbossaop/docs/1.5.0.GA/docs/aspect-framework/reference/en/html/running.html#d0e3208 |

[jboss-user] [Security JAAS/JBoss] - Re: Unexpected Security Identity Propagation Switch

2006-12-14 Thread stefschul
Hi, I have a similar problem with jboss-4.0.5.GA: Calling stateless session bean 2 from stateless session bean 1 using 'runAs' makes me loose the caller principal. It changes to 'anonymous'. I filed the follwing bug report http://jira.jboss.com/jira/browse/JBAS-3945 which contains a test

[jboss-user] [JBoss Messaging] - Estimated release date for 1.2?

2006-12-14 Thread cameronjones
Hi jboss, I was wondering if you have an estimate as to when the GA or a release candidate for 1.2 will be available? We're using the product in a couple of production environments and have been experiencing some known issues which have been fixed in this version - we're a bit hesitant about

[jboss-user] [Security JAAS/JBoss] - Re: Cant get processManualLoginNotification() and getUserPri

2006-12-14 Thread [EMAIL PROTECTED]
njw- you are correct. This is documented on the project wiki at: http://labs.jboss.com/portal/index.html?ctrl:cmd=renderctrl:window=default.wiki.WikiPortletWindowpage=StartFedSSOlanguage=EN in the last part. As a note, the projects wiki is very extensive and covers low level details. Thanks

[jboss-user] [JBoss Portal] - Re: Portlet Customization

2006-12-14 Thread sridhark79
Thank you so much Sir. for taking you time out. I am very grateful for the quick response. So its only in 2.6 we get to see all the user level customizations. Very very eager to get that version Any idea abt the release date or is it too confidential for now to be released. Anyway thank you so

[jboss-user] [JBoss Portal] - Re: Portlet Customization

2006-12-14 Thread sridhark79
Sir, I have adoubt to be clarified.Sorry for nagging. The JBP_PORTal_OBJECT_PROPS stores the portlet orientation in two properties namely theme.order:- theme.region:- I belive these properties are at the global level and so no customization can be made at present in 2.4 IS this a right

[jboss-user] [JBoss Eclipse IDE (users)] - JBoss IDE

2006-12-14 Thread mahesh.mylavarapu
Hi, I am using MyEclipse IDE and on the top of it, i wanted to use the features of JBossIDE for EJB3.0. Please help me Thanks in Advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993850#3993850 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portlet Customization

2006-12-14 Thread [EMAIL PROTECTED]
There is nothing confidential, you can grab the source from Subversion or you can get the developer release from the Download section. About the 2.6 final release we target the end of Q1 2007 You can read more about the roadmap here:

[jboss-user] [JBoss jBPM] - 3.2alpha2 unable to load process archives

2006-12-14 Thread dhartford
Hello all, I'm experiencing some problems with the 3.2alpha2 whenever I deploy a process archive. Server log: | 15:50:43,773 ERROR [GraphSession] java.lang.ClassCastException: org.jbpm.graph.def.Node_$$_javassist_59 | 15:50:43,773 ERROR [[ProcessUploadServlet]] Servlet.service() for

[jboss-user] [JBoss Seam] - Entity Manager Woes

2006-12-14 Thread msduk
Ok I have oficially downgraded myslef to n00b after a large amount of previous success with seam. Basically I am trying to use the entity manager from an external thread. I have the entity manager. | EntityManager em = null; | | try { |

[jboss-user] [JBoss jBPM] - Re: Failure when ending process

2006-12-14 Thread JimKnopf
Thanks for ur answer. And sorry for the late answer from me :(. I did it now like u said and it is working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993859#3993859 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993859

[jboss-user] [JBoss Seam] - problem to load classes

2006-12-14 Thread JoviJojo
Hi, i got error message of problem when loading classes, as according to one of the discussion topics that, suggestion could be to add jboss-seam.jar file in ear file, well, i have the jboss-seam.jar file in the ear file alright, but jboss server still nagging about problem of loading classes.

[jboss-user] [EJB 3.0] - Re: How to get EnitityManager in SLSB without injection??

2006-12-14 Thread msduk
I have manged through jndi lookup EntityManagerFactory emf = (EntityManagerFactory) jndi.lookup(java:/myEntityManagerFactory); em = emf.createEntityManager(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993861#3993861 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Web Deployment

2006-12-14 Thread barula
Exactly View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993863#3993863 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3993863 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - SecurityException on Session EJB remove after JMS Messaging

2006-12-14 Thread uji
Hello I have experienced the following problem after having installed JMS Messaging on JBoss 4.0.3SP1 (also tryed 4.04): when invoking remove of an Stateless Session Bean I get a SecurityException (principal=null) note that before it was working. of course the invoker IS authenticated and has

[jboss-user] [Installation, Configuration Deployment] - Unable to start JBoss 3.2.3 with JDK1.5

2006-12-14 Thread vallamkondu
Just trying to upgrade jdk from 1.4 to 1.5 as part of client request. But due to this we are unable to start JBoss-3.2.3. Following Error thrown while starting the Jboss-3.2.3 Failed to boot JBoss: javax.management.InstanceNotFoundException:

  1   2   3   4   >