[jboss-user] [Beginners Corner] - How to define start order ?

2006-07-12 Thread jaleyba
Hi I've a web app that depends of a service. How could I force it to start after related service is started ? I've seen how to do it with services, but I couldn't found how to do it with services and webapps. Thanks in advance J View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss jBPM] - Reference to old docs !!

2006-07-12 Thread kukeltje
Guys, http://labs.jboss.com/portal/jbossjbpm/docs/index.html still points to old docs. Not a problem the old ones are there, but the new ones should be added to View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957247#3957247 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Re: remove beans from seam contexts

2006-07-12 Thread Basel
Try setting the variable to null: Contexts.getSessionContext().set("user", null); You can read more about this under section "2.1.8. Context variables" in the documentation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957248#3957248 Reply to the post :

[jboss-user] [EJB 3.0] - Re: NullPointerException in HelloWorld

2006-07-12 Thread qbacomarch
And what to do with this NPE?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957249#3957249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957249 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Portlet tag interpretation sequence

2006-07-12 Thread louise_za
In the above code excerpt I forgot to add the return statement in the getChildren method. The code should look as follows: | public String getChildren(String id) | { | String children; | children = "\t\n" + | "\t\t\n" + | "\t\n" + |

[jboss-user] [JBoss Seam] - Re: Ajax¤JSF wi th Seam

2006-07-12 Thread tobad
Hi Gavin Sorry for not nullifiying this thread. It turned out that Facelets when not finding a tag library instead of putting up an ugly error message ingnores it and instead tries to evaluate the EL as a property access. Regarding Ajax4JSF it works pretty perfectly for me now and is very easy t

[jboss-user] [Security & JAAS/JBoss] - Restricting Users Login From IP Adresses

2006-07-12 Thread soheil_has
Hi, Is there any way in jboss-sx to implement a login module to restrict a login with the corresponding ip address? Is there any way to get the user's ip address? I mean restricting a user just login from a specific ip address. Regards, Soheil View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Portal] - Re: Portlet tag interpretation sequence

2006-07-12 Thread louise_za
Is there a specific point during the compilation of a jsp when all the portlet specific variables/tags are interpreted and converted into their actual values? Any help will be much appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957254#3957254 Re

[jboss-user] [JBoss Seam] - Re: remove beans from seam contexts

2006-07-12 Thread denis-karpov
I think the better do like this: Contexts.removeFromAllContexts(name); or Contexts.getSessionContext().remove(name); because "set" does not remove variable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957255#3957255 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Portal] - Re: Portlet tag interpretation sequence

2006-07-12 Thread louise_za
Sorry, made another mistake...what happens when you don't want to post all your code and there is no edit button! The code exerpt above detailing the actual value of the string returned should be: | | | |

[jboss-user] [JBossCache] - Re: Global caching

2006-07-12 Thread jboss2005_01
Hi, thanks for your reply :-) Nothing seems to be processed by the cache server. Can I activate some kind of logging for the cache server or for the cache that I configured at the instance that runs the cache server? When I try a testapplication that stores the current date in the session I see

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

2006-07-12 Thread louise_za
If you want to keep you images out of the portal sar then you can do the following: In your WebContent directory of your war/web app (or the directory where your WEB_INF dir is located), make an 'images' directory and put all your images in there. Then, in your jsp you can get to those images

[jboss-user] [JCA/JBoss] - Re: JBoss 4.0.2 Connection Pool Bug

2006-07-12 Thread johnda
It's been a while since we communicated on this topic and the silence on replies confirms that this is a genuine bug with JBoss connection pooling. In the meantime, I wrote persistence management code to take care of the allocation of connections dynamically whilst still using the EJB layer and

[jboss-user] [JBoss Messaging] - Using ServiceBindingManager with Messaging

2006-07-12 Thread rtm333
Hi, We would like to start several JBoss instances with Messaging on the same machine. This leads to a "port already in use" conflict for port 4457. Can this port be mapped with the ServiceBindingManager? Thanks for any hints. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - Run process using SuperState on Jbpm-server

2006-07-12 Thread Remider
I read and wrote this process-definition on Eclipse but I don't understand activite of process ... ... Can someone give me a complete process-definition using SuperState? Or can someone explain me about activity of any process-definition using SuperState ? Thanks.

Re: [jboss-user] unsubscribing ?

2006-07-12 Thread Paul Abery
Me too, the admin page says its sending me a confiirmation but I never get it.More to the point I've been unsubscribed from this list for years, then two days ago it started again. On 7/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: am unable to unsubscribe to the list. to what address should

[jboss-user] [JBoss jBPM] - Re: Run process using SuperState on Jbpm-server

2006-07-12 Thread Remider
I read and wrote this process-definition on Eclipse but I don't understand activite of process < process-definition> ... < state name="preparation"> < transition to="phase one/invite murphy"/> < /state> < super-state name="phase one"> < state name="invite murphy"/> < /super-state

[jboss-user] [EJB 3.0] - Re: Problem with MDB not finding it's queue

2006-07-12 Thread malmei
Yes, that solved it. Is this documented somewhere? Which annotation overrides others? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957264#3957264 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957264 ___

[jboss-user] [JBoss jBPM] - Re: JBPM_LOG: who performed the transition?

2006-07-12 Thread Hannes
I have changed the 'ProcessLog.java' and 'ProcessLog.hbm.xml' by adding a property named 'actorId' which is set in the constructor: 'actorId = Authentication.getAuthenticatedActorId();' hbm: This was made with 3.0, but maybe it works for 3.1 too. View the original post : http://www.jboss.

[jboss-user] [JBoss Portal] - Re: No transaction manager provided

2006-07-12 Thread adik
araiguma thanks a lot!! I saw your answer just now, it's woking! till now I didn't find any solution I realy appriciate it! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957267#3957267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBossWS] - Re: problem on invoking WS

2006-07-12 Thread heapifyman
Hi. I had the same error message when using the ServiceFactory but when changing it to jboss' ServiceFactoryImpl in the client code everything worked fine. | ServiceFactoryImpl factory = new ServiceFactoryImpl(); | Greetings, philip View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBossWS] - Re: problem on invoking WS

2006-07-12 Thread heapifyman
Oh, I forgot: you may have to pass another Parameter to the createService() method then containing the URL for the jaxrpc-mapping.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957269#3957269 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with ClassNotFoundException while trying to add

2006-07-12 Thread jaikiran
I tried out a standalone application which creates a new Level and logs using that level. Everything worked fine for me. I tried uploading the sample project onto some site, but my firewall blocks those sites. So, here's the code, which is working. There are 2 java files involved. One correspond

[jboss-user] [JBossWS] - Re: JBossWS 1.0.1GA JSR181 and WS-Security

2006-07-12 Thread ramazanyich
have the same issue :(. And didn't find for a moment any clue how to do it. Maybe we could open an JIRA issue with simple test case? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957271#3957271 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBossWS] - Re: wstools problem

2006-07-12 Thread wayha
"klease" wrote : Could be due to your XML configuration. If you are using a specific version of xerces via the endorsed facility, it could be different than the one used in jboss (2.7.1). Try removing your endorsed xerces or changing it to use the one in jboss_home/lib/endorsed. Thanks, I adde

[jboss-user] [JBoss jBPM] - Re: Best way of implementing pagination using JBPM

2006-07-12 Thread sgodden
Since many applications (including ours) need to store additional app-specific information abouts task instances, another solution is to have handlers on task-create and task-end which write out task instance information to your own data store (cross-referenced by task instance id). You can the

[jboss-user] [JBoss jBPM] - Re: Best way of implementing pagination using JBPM

2006-07-12 Thread kukeltje
that is always an issue. How to combine task data and own data. We (the company I work for) put the relevant info as metadata in the process, but limit this to one or two fileds View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957274#3957274 Reply to the post

[jboss-user] [Installation, Configuration & Deployment] - Re: How to deploy a connector in an ear file

2006-07-12 Thread pegasenz
Thanks a lot. It works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957276#3957276 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957276 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss AOP] - Re: Formal definition of pointcut specification language?

2006-07-12 Thread [EMAIL PROTECTED]
We don't have any "formal documentation" as such. If you are familiar with javacc/jjtree syntax you can find the definition file here. http://fisheye.labs.jboss.com/viewrep/JBoss/jboss-aop/src/main/org/jboss/aop/pointcut/ast/pointcut.jjt#bBranch_AOP_1_5 View the original post : http://www.jbos

[jboss-user] [JBoss jBPM] - LDAP AND JBPM

2006-07-12 Thread jmix2006
Hi, how to configure an LDAP (open ldap for example) to replace the identity module (or only autentification in JBPM_ID_USER) Regard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957279#3957279 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [EJB 3.0] - Re: NullPointerException in HelloWorld

2006-07-12 Thread wolfc
Try the following code: InitialContext ctx = new InitialContext(); | | HelloRemote bin = (HelloRemote) ctx.lookup("HelloBean/remote"); It needs some exception handling. Depending on the method of deployment the JNDI name may vary. Look in the JMX console -> JNDIView for the true name. View

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.4 problem

2006-07-12 Thread [EMAIL PROTECTED]
Thanks for the report, I fixed it in 2.4 CVS and it should be in the CR2 release. I noticed that you did not add security constraint in the -object.xml of your war file, you should rather use : | | | overwrite | default | | Phonebook |

[jboss-user] [JBoss jBPM] - Re: Best way of implementing pagination using JBPM

2006-07-12 Thread sgodden
Yes I agree. So for instance we also put the FQCN and id of the object against which the process has been started as process variables, enabling all actions to know what they're working with. But when taking it further, with lots of app-specific data against tasks which needs to be queried eff

[jboss-user] [JBoss jBPM] - ANT and generated script

2006-07-12 Thread jmix2006
Hi, I want to generate JBPM's[3.0.3] script of SQL server 2000 . I do the procedure normaly[Run As -->Ant Build] this is the screen of console | Buildfile: C:\JBPM\jbpm-starters-kit-3.0.3\jbpm-db\build.xml | mssql.scripts: | prepare: | compile.jbpm: | compile.jbpm.test: | compile.id

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - PB with wrapping my oracledatasource

2006-07-12 Thread clodeindustrie
hi, I'm trying to use an Oracledatasource to acces my db from a servlet but I' have an error: java.lang.ClassCastException: org.jboss.resource.adapter.jdbc.WrapperDataSource here is my code: Context ctx; try { ctx = new InitialContext(); OracleDataSource ds; ds = (OracleDataSource) ctx.lookup("j

[jboss-user] [JBoss Seam] - Re: help with Maven 2 and SeamTest (part 2)

2006-07-12 Thread oranheim
I'm struggeling a lot in order have Embedded EJB3 container running for TestNG cases. Can you provide me with an example of configuration. What do you place under: | /src/main/resources | | /src/test/resources | Please note that I use JBoss 4.0.4 + Seam 1.0.1. I have ported Seam DVDS

[jboss-user] [EJB 3.0] - Re: Problem with inheritance and aop in MessageDrivenBeans (

2006-07-12 Thread jnerd
p.s.: I also cross posted a link to this thread to the AOP / EJB3 dev forum: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86559 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957290#3957290 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [EJB 3.0] - Caching EJB3 entity beans in standalone installation

2006-07-12 Thread MSchmidke
Hello, I'm currently upgrading my application from JBoss 4.0.3SP1 to 4.0.4GA. Until now, I used in my persistence.xml, but since I've installed 4.0.4GA with EJB3 non-clustered profile, there does not seem to be any TreeCache anymore. Which cache can I use instead? I never liked TreeCache,

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.4 problem

2006-07-12 Thread ericmacau
Thanks, I changed it after sending the WAR to you. Eric View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957294#3957294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957294 _

[jboss-user] [JBossWS] - Re: jbossws 1.0.1GA sample not working

2006-07-12 Thread palin
We succeded in deploying the sample and running the tests after modifying the JAVA_OPT in run.sh in order to set the VM default encoding ( -Dfile.encoding=ISO-8859-1 ). The problem no longer occurs setting ISO-8859-1 or UTF-8. However please note that ISO-8859-15 is a very common setting in Wes

[jboss-user] [Beginners Corner] - File Path in EAR..!!!

2006-07-12 Thread AshuDagr8
Hi Forum, Here is the situation: WAR file.. | |..conf/config.xml |..web-inf/classes/toppackage/subpackage/read.class | | Now i have to read data from config.xml in read.class.How should i specify the path for the config.xml in code ? I have tried with in = new fileReader(./conf/config.xml) but i

[jboss-user] [Beginners Corner] - Re: File Path in EAR..!!!

2006-07-12 Thread jaikiran
Try this out: InputStream inputStream = this.getClass().getClassLoader().getResourceAsStream("conf/config.xml"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957297#3957297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBossCache] - Re: TreeCache/Hibernate/JBossAS optimistic locking problem

2006-07-12 Thread floefliep
Just checked out the latest Hibernate source from http://anonhibernate.labs.jboss.com/trunk/Hibernate3, but I can't find a method testNoVersioningProvided() in there ... where should this be included? Anyway, my guess is still remains: TreeCache doesn't work fine if you mix non-versioning and

[jboss-user] [JBoss Seam] - Persistence provider caller does not implement EJB3 spec cor

2006-07-12 Thread balamg
12:11:48,651 WARN [Ejb3Configuration] Persistence provider caller does not impl ements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null. this is with 4.0.4 GA and ejb3 rc8 installations. any fix for this ? View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBossCache] - Re: Transactions in JBossCache 1.4CR2

2006-07-12 Thread KChvilyov
Thank you for answers and questions. We are not using any transaction in error situation. But is it necessary for each operation with cache? Last fix have not resolve our problem for using transactions with 1.4 version. I have gotten last head JBossCache version from CVS. Now error trase is: 06-0

[jboss-user] [JBoss jBPM] - jBPM customers

2006-07-12 Thread dovecote
Hi, I'm currently looking for a customers list of jBPM and their feedbacks. Is there some place where can I found it? Thanks by advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957301#3957301 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [Clustering/JBoss] - Re: Changing Ports (two nodes, same machine, 4.0.4)

2006-07-12 Thread burakbayramli
Yes it does seem like a packaging issue. Rebuilding from sources: I tried as best as I could. Following directions in JBoss Dev Process Guide and after downloading 600 MB of CVS src/jar (ant synchronize), I had to mkdir the following directories manually (the build process needs some work IMHO

[jboss-user] [JBoss Portal] - where did the IPC documentation go to?

2006-07-12 Thread hubertg
in version 2.4 docs i'm missing the documentation for the inter portlet communication (IPC) as it existed for version 2.2. can I assume that 2.4 equals docs for 2.2 or are there major changes? br, hubert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=395730

[jboss-user] [Beginners Corner] - Re: File Path in EAR..!!!

2006-07-12 Thread AshuDagr8
Thanks for reply.. Atually i have a third party method that takes as input object of type java.io.Reader. So, after using FileReader in = new FileReader(filelocation) i have to pass the "in" object to this method... So i am afraid i cannot use getResourceAsStream()... How can i get through this

[jboss-user] [JBoss Portal] - How can i do Search in uploaded files

2006-07-12 Thread Leonardpaul
Hi i want to search the match cases in all uploaded file. Is there any potlet instance is available or i have to code a potlet. kindly help me to do the searhc. Cheers A.Peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957307#3957307 Reply to the pos

[jboss-user] [JBoss Seam] - Re: how is DataModelSelection populated

2006-07-12 Thread bfo81
@Gavin: I don't know how to get the ListDataModel object. The only thing I have is a annotated java.util.List. @balamg: The page main.seam is called, main.seam (or main.xhtml in reality) uses the hotelSearch managed bean, which is in reality the HotelSearchingAction instance. And this one gets

[jboss-user] [JBoss jBPM] - swimlane mapping to sub-processes (JBPM-572?)

2006-07-12 Thread sgodden
When defining a process that might be composed into other processes (or not), then we need a method of mapping swimlanes from the parent process to the child process. For instance, a sales order processing (SOP) process might have "customer" and "order processing clerk". A standard issue resol

[jboss-user] [JBoss Seam] - Re: how is DataModelSelection populated

2006-07-12 Thread petemuir
I think Gavin means | @Out | private ListDataModel myList; | It will then be accessible in another bean as | @In | private ListDataModel myList | and the selection can be accessed | myList.getRowSelection(); | assuming that myList is available as a context variable. Doc

[jboss-user] [Security & JAAS/JBoss] - Re: Restricting Users Login From IP Adresses

2006-07-12 Thread soheil_has
Sorry for my question, I found IPAddressLoginModule. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957312#3957312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957312 ___ j

[jboss-user] [JBoss Seam] - Re: Persistence provider caller does not implement EJB3 spec

2006-07-12 Thread petemuir
I suspect this is because part of the JBoss EJB3 impl hasn't been updated to the released spec (it is still an RC after all!). But the EJB3 forum would be a better place to ask. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957313#3957313 Reply to the post

[jboss-user] [Beginners Corner] - Re: File Path in EAR..!!!

2006-07-12 Thread jaikiran
anonymous wrote : third party method that takes as input object of type java.io.Reader This is what you can do: InputStream inputStream = this.getClass().getClassLoader().getResourceAsStream("conf/config.xml"); | | InputStreamReader inputStreamReader = new InputStreamReader(inputStream) ;

[jboss-user] [JBossCache] - Help needed for JBoss cache

2006-07-12 Thread wimalasuriyaib
Im trying to configure JBoss cache with my app. (Im using spring/hibernate and using weblogic 8.1 ) 1. I configure the SessionFactory-bean.xml transactional

[jboss-user] [JBoss jBPM] - Assigning task instances to logical group

2006-07-12 Thread sgodden
IIUC, it is only possible to assign task instances to an actor or a resolved list of actors. However, in certain scenarios it is very desirable to have one level of indirection, by assigning only to a logical group, whose membership can change over time. For instance, say I operate a helpdes

[jboss-user] [JBossCache] - Re: Problem registering JTA with Hibernate (JBossCache)

2006-07-12 Thread wimalasuriyaib
Hi, Sorry Im not replying you to give you an answer. But Im having problems with JBoss Cache. Im using spring+hibernate+weblogic 8.1. Can you tell me what are the configurations you have done in your work. Thank in advance. Sorry for the trouble Indika View the original post : http://www.jbo

[jboss-user] [JBossWS] - Re: JBossWS 1.0.1GA JSR181 and WS-Security

2006-07-12 Thread ramazanyich
added JIRA issue: http://jira.jboss.com/jira/browse/JBWS-1071 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957318#3957318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957318 _

[jboss-user] [JBossCache] - Re: Global caching

2006-07-12 Thread jboss2005_01
Hello, I modified the different configuration files mentionned above to the following configuration which seems to work quite well. I appended the configuration script below within the tc5-cluster-service.xml . | | true | | org.jboss.cac

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-12 Thread ampieb
This tool is quite impressive. Any plans to take it even further, almost like a NakedObjects on Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957320#3957320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957320

[jboss-user] [Beginners Corner] - Re: File Path in EAR..!!!

2006-07-12 Thread AshuDagr8
Thanks for Patience ..!!! but things are still not working... i am prompted with the exception like java.lang.NullPointerException at java.io.Reader.(Unknown Source) at java.io.InputStreamReader.(Unknown Source) Any help ??? -Ashu View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Portal] - Re: how can i implement struts with portlets

2006-07-12 Thread Leonardpaul
Hi How your action class get the session from the portlet. can u past the code snip Regards A.Peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957321#3957321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957321 _

[jboss-user] [Beginners Corner] - Re: Need help with setting up database with Duke's Bank

2006-07-12 Thread stevendodd
I also encountered this problem: The docs neglect to tell you that you also need to comment out the reference above the MBean declaration jboss:service=Hypersonic Did that as well and it all worked fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39573

[jboss-user] [JBoss Seam] - Re: Question on SeamServletFilter and IllegalStateException

2006-07-12 Thread bsmithjj
Faces Servlet? good guess! I had this in my web.xml | | Faces Servlet | javax.faces.webapp.FacesServlet | 1 | | | | Faces Servlet | *.seam | | | | Faces Servlet | *.ajax | | I got rid of the *.ajax mapping and the

[jboss-user] [JBossWS] - Web Service Client : Could not transmit message

2006-07-12 Thread asarubbi
I'm trying to deploy an J2EE application wich needs to consume web services located outside my server. Actually, the web services are published in a JBoss server. Followed tutorials from JBossWS to deploy a JNDI service to call from my client. Here is the exception first than all: | java.rmi

[jboss-user] [Security & JAAS/JBoss] - Re: Restricting Users Login From IP Adresses

2006-07-12 Thread j2ee_junkie
Soheil, That mechanism has been deprecated. You should consider using http://wiki.jboss.org/wiki/Wiki.jsp?page=AccessingServletRequestForAuthentication instead. cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957329#3957329 Reply to the post : h

[jboss-user] [Beginners Corner] - Re: File Path in EAR..!!!

2006-07-12 Thread jaikiran
anonymous wrote : java.lang.NullPointerException Looks like the inputStream was null. Which means that the xml file was not found by the getResourceAsStream method. Try out the following, add a System.out.println("Inputstream is: " + inputStream); after the call to getResourceAsStream method. Se

[jboss-user] [JBoss jBPM] - jBPM + iBatis

2006-07-12 Thread dlipski
It is possible to integrate application witch uses other Data Mapper(ex. iBatis) then Hibernate with jBPM ? Im talking about such integration where existing domain logic can be executed within the same transaction as jBPM statements (or jBPM statements can be executed within 'domain transactions

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-12 Thread [EMAIL PROTECTED]
we want to take it further; are you up for contributions ? :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957332#3957332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957332 ___

[jboss-user] [JBoss Portal] - Re: Slow load up time for Portal 2.4.0 CR1

2006-07-12 Thread kraptor
Actually it isn't an IE problem... the portal at times just takes ages to load up and is unacceptable in a business such as mine. Can someone give me suggestions as to how to speed up the generation of the page? How much does the hosting environment matter? I'm currently running it on Window

[jboss-user] [Security & JAAS/JBoss] - Re: Apache mod_jk / JBoss SSL question

2006-07-12 Thread j2ee_junkie
B, Isn't the redirect port set in tomcat's server.xml file... | | | cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957334#3957334 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957334

[jboss-user] unsubscribe

2006-07-12 Thread Dug
  ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBossWS] - How get MessageContex in WebService implemented as EJB

2006-07-12 Thread krzsam
I use JBoss.4.0.4.GA Patch1 I want to implement "session" managing with webservices, using JbossWS. My webservices are implemented as Stateless EJB-s, and I want to use wsaddressing for this purpose. But I have some problems: - there is no such static method MessageContext.getCurrentContext() (I

[jboss-user] [JBoss Portal] - Re: Slow load up time for Portal 2.4.0 CR1

2006-07-12 Thread [EMAIL PROTECTED]
First thing to do would be to localize your problem, i never heard any experience like that. So trace down what is taking that time, it could be many things like: DNS problem ? Network issue ? JSP compilation for first time access ? ... ... View the original post : http://www.jboss.com/index.h

[jboss-user] [EJB/JBoss] - JBOSS is crashing..

2006-07-12 Thread augustinm
I have deployed EJB's of my application in JBoss 3.0.8 server. The application is running pretty good. Java.exe usually runs occupying around 200MB of memory. Once in a while, it shoots to 1GB within minutes and the CPU Usage of the server goes to almost 100%. I used Java Service Wrapper to run

[jboss-user] [EJB/JBoss] - Re: JBOSS is crashing..

2006-07-12 Thread augustinm
Oops. I forgot to add the following comment to the above message. As JBoss is occupying a lot of CPU and memory, it would be easy to debug if I know what it is doing at that point. I saw in JMX-console that i can list the threaddump. But. i could not make any meaning out of it. How do i find

[jboss-user] [JBoss Seam] - Re: how is DataModelSelection populated

2006-07-12 Thread bfo81
Hmm... I have the following code in my mind: ... | @DataModel | private List whatEverList; | | @PersistenceContext | private EntityManager em; | ... | | @factory("whatEverList") | public void populateList() { | whatEverList = em.createQuery("from WhatEver").getResultList(

[jboss-user] [JBossWS] - Re: jbossws 1.0.1GA sample not working

2006-07-12 Thread asarubbi
got the same problem. i'm not running the examples, but a real app consuming web services. no luck so far. : ( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957343#3957343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBossWS] - Re: jbossws 1.0.1GA sample not working

2006-07-12 Thread pablojavierpy
Sarobbbi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957345#3957345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957345 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Continuously server restarting

2006-07-12 Thread petemuir
Consider exploded deployment, eclipse debugger hot code replace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957346#3957346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957346 __

[jboss-user] [JBoss jBPM] - Re: Suspending active timers... what should happen on Resume

2006-07-12 Thread cpob
I actually just wanted to start some discussion and get jBPM-familiar people talking about it, hopefully spurring off some good design talk :) It's already something we know we're going to have to code up ourselves, as we need it. At the least, I'll probably create a JIRA Feature Request, and a

[jboss-user] [JBoss Seam] - Re: how is DataModelSelection populated

2006-07-12 Thread [EMAIL PROTECTED]
You can create/expand Wiki pages. Your list of "commons mistake" already exists: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ Feel free to add stuff that you think is relevant. All you are talking about is the goal of the Wiki, please contribute. View the original post : http://www.

[jboss-user] [JBoss jBPM] - Re: automatic generation of form

2006-07-12 Thread antitrust1982
Yes I have seen this and I want to create a similar application in a portlet, but I don't understand how can I bring the element controller contain in my xml in order to print on my screen. It's why I look after the classe which permit this. Thank you antitrust1982 View the original post : h

[jboss-user] [Security & JAAS/JBoss] - JAAS / JBoss 3.2.5 / JBoss 3.2.8

2006-07-12 Thread Timperator
Hello, My application runs an Quartz job at start up, this works perfectly on 3.2.5, on 3.2.8 i'am getting following error: | javax.security.auth.login.FailedLoginException: Password Incorrect/Password Required | at at.anite.tb.quartz.PropertyMgmtAdapter.getSysAdminManagerRemote(Proper

[jboss-user] [JBoss Portal] - Re: content search by title or description

2006-07-12 Thread juan_pane
Thanks Roy. That is what I wanted, the only problem is that I have no idea about how to get the the "session" from a Tapestry aplication in order to call the following line. (Workspace ws = session.getWorkspace();) I'm new to all this framework, Can you give me a hand? Many Thanks... View the

[jboss-user] [JBossCache] - Re: Problem registering JTA with Hibernate (JBossCache)

2006-07-12 Thread Pragmaticus
Indika, send an email to [EMAIL PROTECTED] and I will send you the configuration and maybe I can provide some assistance for how to setup the basic configuration setup. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957352#3957352 Reply to the post : http:/

[jboss-user] [JBossWS] - can not get user and password from header

2006-07-12 Thread pkroman
Hallo. I have written a simple WebService called TrivialService on JBoss 4.0.4: package org.jboss.test.ws.samples.rpcstyle; | import java.rmi.Remote; | import java.rmi.RemoteException; | public interface TrivialService extends Remote | { | String request(String string1, String stri

[jboss-user] [JBoss Portal] - Re: Changing default pages

2006-07-12 Thread puneet_khurana74
I am trying to change the name and contents of Test and default tabs of JBoss Portal page. If any one has done the same thing then please help. I also could not see the CMS page on JBoss Portal server, when I do login admin/admin I see the error page j_security_check. If anyone can tell how to C

[jboss-user] [JBoss Portal] - content search using Fisheye.

2006-07-12 Thread Ramaze
Hi All, Im trying to use Fisheye to perform content search within the JBoss portal repository (ie. jackrabbit) , but when I tried to configure Fisheye it asks for cvs root directory.Is it possible to make use of the repository of JBoss portal.If possible kindly let me know the path. Rega

[jboss-user] [JBossCache] - Re: Transactions in JBossCache 1.4CR2

2006-07-12 Thread [EMAIL PROTECTED]
Why dont you try it out from 1.4 release? I assume you are grabbing the cvs from JBossCache, of which is head for 2.0 now. We have branched out JBossCache_1_4_GA that has the code fix (for 1.4). I haven't ported the fix since I am doing heavy refactoring in head now. :-) View the original post

[jboss-user] unsubscribe

2006-07-12 Thread Josep Carles
Title: Untitled Document unsubscribe -- -- Josep Carles Collazos Jefe de Proyecto -- Área de Sistemas de Información tecsidel Avda Príncep d'Astúries, 43-45, 2º5ª 08023 Barcelona Tel: (+34) 93 292 21 10 Fax: (+34) 93 292 28

[jboss-user] UNSIBSCRIBE

2006-07-12 Thread Glib
Want to be your own boss? Learn how on Yahoo! Small Business. ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user

RE: [jboss-user] unsubscribe

2006-07-12 Thread Vincent Wong
Vincenthttp://www.screameleons.com[EMAIL PROTECTED](571)437-0642 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-12 Thread ampieb
I might just be :-). I recently did a tool using UML stereotypes and tagged values to generate a JSF interface. I would love to explore what commonalities there might be with your vision... Migrating from UML taggedvalues to annotations should not be View the original post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: how is DataModelSelection populated

2006-07-12 Thread petemuir
http://docs.jboss.com/seam/latest/reference/en/html/annotations.html#d0e5913 http://myfaces.apache.org/api/apidocs/javax/faces/model/ListDataModel.html This is where some familiarity with the frameworks seam glues together is good. The wiki has an examples section (where patterns could be posted)

[jboss-user] [JBoss Portal] - Re: Slow load up time for Portal 2.4.0 CR1

2006-07-12 Thread kraptor
I'm unsure what part the network might be playing in slowing down the connection... but it could be a JSP compilation issue. The page renders slowly the first time it is accessed. The more I use the page, the faster it loads up. But as soon as I leave it idle or open the page in a different brow

[jboss-user] [JBossWS] - deployment exception

2006-07-12 Thread wayha
Hi, during deployment following exception occurs: | 15:28:35,265 ERROR [MainDeployer] Could not create deployment: file:/C:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp50144ws2.ear-content | s/ws2_ejb.jar | java.lang.NullPointerException | at org.jboss.ws.server.WebServiceDeploy

[jboss-user] [Performance Tuning] - JVM internal error with -Xrunhprof and UseParallelGC enabled

2006-07-12 Thread fpereira
When trying to start jboss with JVM -Xrunhprof option, the JVM crashes with an internal error. Other relevant option are -XX:+UseParallelGC because if these is not selected the JVM with hprof does not crash. I can post the crash logfile if needed. OS: SuSE Linux 10.0 Java VM: Java HotSpot(TM)

  1   2   3   4   >