[jboss-user] [EJB 3.0] - Re: EntityManager Injection, Null Pointer Exception. (Sorry.

2008-06-18 Thread repkin
I am so thankful for your helps, finally it worked. This is the final situation: I have changed ejb call part like that: | Context context = new InitialContext(); | PrStaffInterface prstaff = (PrStaffInterface)context.lookup("surgeonfish/PrStaffHome/local"); | prstaff.findById(new Intege

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query & Paging Results

2008-06-18 Thread jaikiran
I am running out of ideas. The only other suggestion i can give you is to use the correct (perhaps the latest) JDBC driver of Oracle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159164#4159164 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Clustering/JBoss] - Re: Load balancer to wit till the jboss server started

2008-06-18 Thread tosaravananm
Thanks bstansberry, My problem is not the order the services are deployed. Calls are hitting the jboss server from client, before my service gets deployed. Because the interceptor does not have any knowledge whether the service is deployed or not. (How can i tell my interceptor to forward the c

[jboss-user] [JBoss Cache: Core Edition] - getting "[CacheMarshaller210] Unknown Magic Number 97" excep

2008-06-18 Thread dorbd
I am getting the following exception: 08:18:25,820 ERROR [CacheMarshaller210] Unknown Magic Number 97 08:18:25,821 ERROR [RpcDispatcher] exception marshalling object java.lang.Exception: Unknown magic number 97 at org.jboss.cache.marshall.CacheMarshaller200.unmarshallObject(CacheMarshalle

[jboss-user] [EJB 3.0] - Re: TO Delete the entire records in a table

2008-06-18 Thread rabbiaqaswar
Try: Delete From rcVlanMacTable g View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159159#4159159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159159 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: error with a jsf portlet

2008-06-18 Thread subhajitpwc
I am facing the sdame problem while deploying a web application developed with JBOSS JBPM and SEAM. Did you find any solution to the above problem? Then please do guide me. Thanks in anticipation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159158#4159158

[jboss-user] [Beginners Corner] - Re: Does Jboss support PHP?

2008-06-18 Thread vikramap
Hi Peter, http://www.jboss.com/index.html?module=bb&op=viewtopic&t=125437&postdays=0&postorder=asc&start=20 By refering to the above thread, I was able to run php script on Jbossas. I just copied the php5servlet.dll into the bin folder of Jboss AS. & now it is working. There is some problem with

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Upgrade to JBoss 5.0.0Beta4

2008-06-18 Thread arulasha
No Thanks I have resolved issues by modifying the jms configurations. Again I got couples of issues related to ClassNotFoundExeception. Here are Exceptions WSServerConfig -> java.lang.ClassNotFoundException: org.jboss.wsf.common.management.AbstractServerConfigMBean vfsfile:/D:/Projects/JBoss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Multiple Strut-Config.xml

2008-06-18 Thread premnathk.chn
Hi all, I have just upgradee to Jboss 4.0.2 from 4.2.1 GA and when i use two struts-config.xml in my web application i get a problem that my second struts-config.xml is not at all recognised by my application server the same code isworking fine in 4.0.2. i am using struts1.2 with web2.3 and m

[jboss-user] [JBoss jBPM] - Re: Could not send mail

2008-06-18 Thread sanjayce107
I m getting this exception on portal. 10:11:44,772 ERROR [GraphElement] action threw exception: couldn't send email org.jbpm.JbpmException: couldn't send email at org.jbpm.mail.Mail.send(Mail.java:152) at org.jbpm.mail.Mail.send(Mail.java:116) at org.jbpm.mail.Mail.execute(M

[jboss-user] [JBoss Tools (users)] - Re: jboss ide

2008-06-18 Thread bmuralirao1980
iam using jboss ide for eclipse 2.0 beta versionpackage comes comes with both eclipse and jboss ide only need to install jboss server which is 4.0 which i have installedI want to know the procedure on how to create web application in that View the original post : http://www.jboss

[jboss-user] [JBoss Portal] - Re: Drag and Drop: Drag works, but Drop not working?

2008-06-18 Thread wesleyhales
Yep - This is because of the upgrade to the latest prototype and scriptaculous. It works in FF2 but something is going on with all the others. I will get this resolved asap. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159149#4159149 Reply to the post : h

[jboss-user] [EJB/JBoss] - Re: JBOSS 5 (rev 74649) having EJB rmote injection issues

2008-06-18 Thread rweed
As I said, this worked in Beta4 and the approach is right out of the Manning EJB3 book. Interface: package ic.poc.wc; | | import javax.ejb.Remote; | | @Remote | public interface CoverageWC { | public int retrieveSubmission(int covSubmissionId); | } Implementation: package ic.

[jboss-user] [EJB 3.0] - EJB number of retries

2008-06-18 Thread green804
I have a stateless session bean that is accessed over RMI. It's taking a lot of time. It appears that it's getting called multiple times when it's handing. Does anyone know how many times JBoss will retry it? Can anyone tell me where this might be configured? I'm looking to modify the time

[jboss-user] [JBossWS] - Re:

2008-06-18 Thread tbansal
I ran into a similar issue and fixed it. The interface stubs generated by wsconsume had namespaces defined for the header and the body in annotations. The annotations were not inherited by the implementation class. I manully carried over all the annotations including namespace bindings to the i

[jboss-user] [JBoss Portal] - Which class handles defining layout and theme?

2008-06-18 Thread Shazzaam
Hi, Can you tell me which class handles defining which layout and theme should be used when a user logs in? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159117#4159117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss jBPM] - Re: How to capture the connection line(Starting point, end po

2008-06-18 Thread kukeltje
ahh. that is correct. In another post in the forum, somebody described in detail how it should be and can be calculated. . minutes later. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=129274 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

[jboss-user] [Beginners Corner] - Re: Web folder

2008-06-18 Thread PeterJ
I just now tried it. It works for me. Where did you place the < Context > entry? It should be within the < Host > entry in the server.xml file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159111#4159111 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: How to capture the connection line(Starting point, end po

2008-06-18 Thread [EMAIL PROTECTED]
If you want the startpoint and the endpoint of the connection you will have to calculate it... Basic geometry ;-) Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159095#4159095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] Fwd: Problem getting Cipher object into JBoss!

2008-06-18 Thread Gerardo Velez
Hi Everybody! I just got an issue with JBoss and JCE (Java Cryptography Extension) Basically everytime the following line of code is executed Cipher cipher = Cipher.getInstance("DES"); the following exception is launched java.lang.ClassCastException: com.sun.crypto.provider.DESCipher Now, I

[jboss-user] [JBoss jBPM] - Re: logging jboss web console problem

2008-06-18 Thread echoi1975
wow, thanks for this tidbit, i was wondering why the other tables were blank when i was dbl checkign the queires that one of the xml files was using in the db valditaion block. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159108#4159108 Reply to the post :

[jboss-user] [Beginners Corner] - Re: looking for a

2008-06-18 Thread PeterJ
Hopefully your application is packaged as one of the standard Java EE archives (for example, WAR, EAR, SAR). Copy the file to the jboss_home/server/xxx/deploy directory, where 'xxx' is the configuration you are running (usually 'default'). You can find more information in the free chapter 1 down

[jboss-user] [Beginners Corner] - Re: Does Jboss support PHP?

2008-06-18 Thread PeterJ
Use the Code button when posting XML text - select the text and click Code. It will place [code ] ... [ /code ] brackets around the text. The error message "Can't find SAPI class, no libphp5servlet in java.library.path" is using the Linux name of the file. On Windows the name is php5servlet.dll

[jboss-user] [JBoss Portal] - Re: Drag and Drop: Drag works, but Drop not working?

2008-06-18 Thread [EMAIL PROTECTED]
True, this is a bug. I guess updating prototype is the culprit :( http://jira.jboss.org/jira/browse/JBPORTAL-1978 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159101#4159101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JNDI/Naming/Network] - Re: weblogic remotely link jndi to jboss problem

2008-06-18 Thread PeterJ
To access JNDI, you will need to include the client/jbossall-client.jar file in your client's classpath. And use this jndi.properties file: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.provider.url=jnp://hostname:1099 | java.naming.factory.url.pkgs=org.jbo

[jboss-user] [JBoss Portal] - Re: Content without portlet?

2008-06-18 Thread PeterJ
You do not necessarily need a portlet. Some of the content displayed appears because of the theme, and the stylesheet that governs the theme. In other words, you can easily put in common thematic elements that appear on multiple pages of the portal. But if you want to do something such as displa

[jboss-user] Problem getting Cipher object into JBoss!

2008-06-18 Thread Gerardo Velez
Hi Everybody! I just got an issue with JBoss and JCE (Java Cryptography Extension) Basically everytime the following line of code is executed Cipher cipher = Cipher.getInstance("DES"); the following exception is launched java.lang.ClassCastException: com.sun.crypto.provider.DESCipher Now, I

[jboss-user] [JBoss Portal] - Re: Two WSRP question

2008-06-18 Thread [EMAIL PROTECTED]
According to the specification: anonymous wrote : | All portlet URLs (i.e. those the Consumer needs to rewrite) are demarcated in the markup by a token (wsrp_rewrite) both at the start (with a "?" appended to clearly delimit the start of the name/value pairs) and end (proceeded by a "/" to fo

[jboss-user] [Beginners Corner] - looking for a

2008-06-18 Thread buddhabadboy
Hi all, I'm just a systems admin, not a programmer. I have to know how to install an application in jboss. I've downloaded, compiled and installed... and working on a redhat server. BUT, I really don't know how to download a demo application and install it. Can anyone help explain and point me

[jboss-user] [JBoss Tools (users)] - Re: Cannot deploy a recently created Seam Web Project into J

2008-06-18 Thread [EMAIL PROTECTED]
where are you seeing the startupServletContextListener ? afaik we dont add it in seam projects. I never see jboss 4.2 wait ? I would love if it did thought - report it in jira ;;;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159086#4159086 Reply to th

[jboss-user] [JBoss jBPM] - Re: query process instances using filter

2008-06-18 Thread kukeltje
anonymous wrote : I know that I could query the JBPM database directly but is this really the only way? anonymous wrote : | | | | This is the way jBPM also does it. Most common functions are put in the api but you can always get the current hibernate session from the jbpmContext and us

[jboss-user] [JBoss jBPM] - Re: Node as a milestone

2008-06-18 Thread kukeltje
You can also just let the processdesigners design the process and have the BAM/BI people define these 'specific' queries with the business and have them use these specific node names, events (e.g. leaving a join) or whatever... View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Portal] - Re: Cannot arrange portlets horizontally

2008-06-18 Thread michaelchan
someone help please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159080#4159080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159080 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Messaging] - Re: Clustering JBoss Messaging without Shared Database?

2008-06-18 Thread ebenezerlovelin
Hi Tim, I was unable to find the download for 1.4.0.SP3_CP02 and that is why I thought it 1.4.0.SP3 and 1.4.0.SP3_CP02 were the same. I looked at the http://www.jboss.org/jbossmessaging/downloads/ and I was unable to find the specified version. I even looked for 1.4.1.CR1 and was not able

[jboss-user] [Security & JAAS/JBoss] - Re: Federated SSO with JBoss Portal

2008-06-18 Thread [EMAIL PROTECTED]
Official Support as part of Portal codebase is on the roadmap. For now you can use the Portal Integration that is part of the jboss-sso codebase located here: http://anonsvn.jboss.org/repos/jboss-sso/dev/trunk/components/portal_integration/ Note this links points to the trunk codebase Thanks

[jboss-user] [JBoss Tools (users)] - Re: seam web project won't deploy using Jboss tools 2.1.1.GA

2008-06-18 Thread [EMAIL PROTECTED]
use the patch described in the release blog/announcment. (Eclipse Winter has issues with JEE 5 binary jars which we fixed) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159077#4159077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Beginners Corner] - Re: Nightly builds of JBoss 5 beta?

2008-06-18 Thread rweed
"PeterJ" wrote : You can always get it from the subversion repository at http://anonsvn.jboss.org/repos/jbossas/trunk/ and build it yourself. A lot of the docs here still seem to reference CVS usage, but I did finally figure out how to pull down the svn trunk and build it. I do periodic svn upd

[jboss-user] [Security & JAAS/JBoss] - Simple Auth for HelloWorld-Example not working...

2008-06-18 Thread j0llyr0g3r
Hey folks, since my first tries with JAAS and Jboss failed with a complex application, i made a simple HelloWorld application to exclude all possible errors. My application is really simple: RMI-client: | public static void main(String[] args) throws NamingException, RemoteException

[jboss-user] [Security & JAAS/JBoss] - Re: Federated SSO with JBoss Portal

2008-06-18 Thread dennismarcum
thanks for the replies. i had dropped the ear and sar into the portal deploy directory but did not realize that the portal had its own login-config.xml which is why i couldnt get it to work! does the portal provide any federated LoginModules and LoginProviders? Mahalo, Dennis View the origin

[jboss-user] [JBoss Portal] - Drag and Drop: Drag works, but Drop not working?

2008-06-18 Thread Shazzaam
Hi, When I go into the dashboard using the default theme and layout I am able to drag my portlets, but they aren't dropping into place after I move them. I'm using 2.6.5.SP1 and this happens with the bundle as well as with my src install. I'm not getting any javascript errors, and this is occ

[jboss-user] [Security & JAAS/JBoss] - difference between security-role-ref and security-role?

2008-06-18 Thread j0llyr0g3r
Hey folks, since i started to read my Jboss books i am more confused than before. What is the difference between security-role-ref and security-role? The books i have do not explain that in an understandable way... Do i have to use both in my ejb-jar.xml? Currently i have a configuration like

[jboss-user] [JBossWS] - Re: Streaming webservices

2008-06-18 Thread [EMAIL PROTECTED]
Is the javax.xml.ws.Provider a solution for you? You might want to check the org.jboss.test.ws.jaxws.samples.provider test cases. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159068#4159068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [Remoting] - Trouble testing EJB's with Client

2008-06-18 Thread Karen.Kramer
I just installed JBoss 4.2.2 GA and was trying to test Beans using a client in Eclipse and getting error messages. On the server: java.io.EOFException at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:530) at org.jboss.remoting.transport.so

[jboss-user] [JBoss Portal] - Two WSRP question

2008-06-18 Thread fbrubbo
I'm pretty new with JBoss Portal. Actually, I'm also pretty new with Portlets and WSRP. So, If I'm asking something stupid, please fell free to warn me. :) My company is planning to migrate an in house implementation of remote portlets to WSRP. Because of that, we are experimenting many differen

[jboss-user] [JBoss Portal] - How keep some content with some layout

2008-06-18 Thread wilson.braga
Hi, I would like to know how a content inside a folder in CMS can appear with a layout without change de default layout. It is possible to define what layout for each content. Or it is necessary create pages inside de portal in Admin area for each content I want show. Thanks for the attention.

[jboss-user] [JBoss Messaging] - Re: JNDI name of JCA-managed connection factory (non-cluster

2008-06-18 Thread timfox
All this info is on the wiki View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159059#4159059 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159059 ___ jboss-user mailing list jb

[jboss-user] [JBoss Messaging] - Re: Best practice for managing connections in JMS Publishers

2008-06-18 Thread timfox
Pretty much all the info you have asked for is available on the wiki. Please have a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159058#4159058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159058

[jboss-user] [JBoss Messaging] - Re: Clustering JBoss Messaging without Shared Database?

2008-06-18 Thread timfox
If you look at the JIRA it says fix version 1.4.0.SP3_CP02. That means, you won't have it in 1.4.0.SP3 since 1.4.0.SP3 comes before 1.4.0.SP3_CP02 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159057#4159057 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Tools (users)] - Re: seam web project won't deploy using Jboss tools 2.1.1.GA

2008-06-18 Thread [EMAIL PROTECTED]
I found the patch for this and it work. I'm happy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159056#4159056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159056 ___ jbos

[jboss-user] [JBossWS] - Re: Bug? SOAP response causes ArrayIndexOutOfBoundsEx

2008-06-18 Thread tomstrummer
But you (and Axis1) could actually generate client stubs! Damn. I think there is absolutely no Java WS framework that supports RPC/encoded services. I'm pretty sure I've tried them all. What's worse, the difference in the message seems almost trivial. Maybe some XSL magic could help... D

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ejb2 call from 4.0.3 client to 4.2.2 server - how to con

2008-06-18 Thread jaikiran
One user reported here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=129728 that he got this running View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159053#4159053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Portal] - Adding JBoss Portal dependencies to Maven pom?

2008-06-18 Thread Shazzaam
Hi, I'm trying to create a portlet that uses some of the JBoss portal classes. In this case, I want to use the PortalContainer class. In my pom, I'm trying to add it like this: | | org.jboss.portal.common | common-common | 1.2.0 |

[jboss-user] [Management, JMX/JBoss] - Re: How can I receive notification when Servlet stats change

2008-06-18 Thread jaikiran
What exactly does stats change mean? JBoss emits the following notifications http://wiki.jboss.org/wiki/NotificationsEmittedByJBossMBeans View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159047#4159047 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ejb2 call from 4.0.3 client to 4.2.2 server - how to con

2008-06-18 Thread umakemuheadhurt
Did you get anywhere with this, ie JBoss 4.0.3 talking to 4.2.2? We facing the same situation and were also wondering what 'you must use the legacy rmi invokers' means... According to the compatibility matrix, 4.0.4 can talk to 4.2.2 with a compatibility mode flag, and we're assuming 4.0.3SP1

[jboss-user] [JBoss jBPM] - Re: Node as a milestone

2008-06-18 Thread pjacobsen
I was planning on using standard queries to gather the data, however, the problem I was coming up with a consistent way for process designers to build in nodes that could be indentified as "different" so they when processes are executing managers can look at the execution from a macro standpoint

[jboss-user] [EJB 3.0] - Re: API

2008-06-18 Thread jaikiran
If you have downloaded JBoss, then the relevant jars already come shipped with it. You can find them in %JBOSS_HOME%\server\< serverName>\lib folder (ex: the jboss-ejb3x.jar in this folder) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159045#4159045 Reply

[jboss-user] [EJB 3.0] - Re: Why was this

2008-06-18 Thread jaikiran
The getSingleResult is "expected" to throw the exception if your query does not return a single row. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159043#4159043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159043

[jboss-user] [EJB/JBoss] - Re: JBOSS 5 (rev 74649) having EJB rmote injection issues

2008-06-18 Thread jaikiran
anonymous wrote : 03:38:19,147 WARN [EJBRemoteHandler] EJBTHREE-1289: Using legacy EjbEncInjector, because mappedName | for enc "env/CoverageWCBean", field "wc" is null (container.environmentRefGroup.annotatedEjbReferences = []) | Post your EJB code. View the original post : http://www.

[jboss-user] [JBoss jBPM] - query process instances using filter

2008-06-18 Thread mpelze
Hello, using the JBPM API I can query process instances using the graph session like this: jbpmContext.getGraphSession().findProcessInstances("processDefinitionId"); Is there any possibility to add some filters to process instance queries? Filters could be "only suspended processes" or "proces

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Where can I get JBoss-5.0 CR1 ??

2008-06-18 Thread wangwenjun2000
Thanks a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159038#4159038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159038 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Where can I get JBoss-5.0 CR1 ??

2008-06-18 Thread jaikiran
As per the roadmap http://jira.jboss.com/jira/browse/JBAS?report=com.atlassian.jira.plugin.system.project:roadmap-panel, its going to be available on 20th June. You can then download it from the JBoss download site http://www.jboss.org/jbossas/downloads/ View the original post : http://www.jb

[jboss-user] [JBoss Tools (users)] - seam web project won't deploy using Jboss tools 2.1.1.GA

2008-06-18 Thread [EMAIL PROTECTED]
There seems to be a common thread here - problems with the latest Jboss Tools release. I get the following error when I try to run a simple Seam Web Project in Eclipse 3.3.2: 08:40:40,939 ERROR [MainDeployer] Could not initialise deployment: file:/C:/usr/jboss-4.2.2.GA/server/default/deploy/da

[jboss-user] [JBoss Messaging] - Re: Cluster problem, failover does not work

2008-06-18 Thread wangwenjun2000
Sorry, where can I get JBoss 5 CR1, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159029#4159029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159029 ___ jboss-user mailing

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Where can I get JBoss-5.0 CR1 ??

2008-06-18 Thread wangwenjun2000
Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159027#4159027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159027 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss Tools (users)] - Re: Cannot deploy a recently created Seam Web Project into J

2008-06-18 Thread vitorsouzabr
"[EMAIL PROTECTED]" wrote : no jsf impl is needed for Seam projects - it uses the built in one from JBoss 4.2. | | btw. one caveat...any chance you have a capital letter at the first position of the name ? e.g. MyProject ? | | Then try with e.g. myProject instead - yes i know it sounds

[jboss-user] [JBoss Messaging] - Re: Clustering JBoss Messaging without Shared Database?

2008-06-18 Thread ebenezerlovelin
anonymous wrote : On our examples, with our distribution, you will find several -persistence-service.xml. Look at null-persistence-service.xml. | | I searched in your distribution (jboss-messaging-1.4.0.SP3) and was able to fine several xxx-persistence-service.xml; however, I was not able

[jboss-user] [JBoss Messaging] - Re: Best practice for managing connections in JMS Publishers

2008-06-18 Thread [EMAIL PROTECTED]
You just have to use java:/JmsXA in your JNDI (I'm not sure about the JNDI URL in top of my head now, please google for the right one :-) ) The JCA is defined by the JCA adapter, usually on jms-ds.xml (unless you changed it in your config). Look for this: | JmsXA | | jms-r

[jboss-user] [JBoss Messaging] - Re: Best practice for managing connections in JMS Publishers

2008-06-18 Thread sonicfab
Thanks Clebert. How do I make sure I am using that JCA based connection factory ? Is its JNDI name java:/JmsXA ? Does the JNDI name ConnectionFactory map to it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159015#4159015 Reply to the post : http://www.jbo

[jboss-user] [Security & JAAS/JBoss] - Re: Custom credential object and cache

2008-06-18 Thread filip.majernik
Hi Piotr, I think I have a similar problem as your co-worker. I am using a j_security_check with a custom LoginModule that tries to connect to an Oracle database with the username and password provided. The thing is, that I am not able to access the password in a plaintext, which I need if I wan

[jboss-user] [JBoss Tools (users)] - Re: Cannot deploy a recently created Seam Web Project into J

2008-06-18 Thread vitorsouzabr
"[EMAIL PROTECTED]" wrote : you are referring to jboss 5 but the logs say you are uusing jboss-4.2..which one is it ? I installed both servers, but for the example I used JBoss 4.2. I later tested on JBoss 5, with the same error (displayed different, but same cause). "[EMAIL PROTECTED]" wrote

[jboss-user] [JBoss Tools (users)] - Re: Cannot deploy a recently created Seam Web Project into J

2008-06-18 Thread [EMAIL PROTECTED]
no jsf impl is needed for Seam projects - it uses the built in one from JBoss 4.2. btw. one caveat...any chance you have a capital letter at the first position of the name ? e.g. MyProject ? Then try with e.g. myProject instead - yes i know it sounds crazy but that is a known caveat in the lat

[jboss-user] [JBoss Messaging] - Re: Best practice for managing connections in JMS Publishers

2008-06-18 Thread [EMAIL PROTECTED]
anonymous wrote : I read on the Wiki that the JCA-managed connection factory caches connections, so is it ok to simply open and close a connection for each message ? It is okay if you use JmsXA which is the JCA adapter for JMS, but if you use a regular JMS Connection if you open/close your con

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.5 released

2008-06-18 Thread [EMAIL PROTECTED]
2.6.5.SP1 works just fine. Maybe you got a corrupted package during download. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159001#4159001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159001 _

[jboss-user] [JBoss Tools (users)] - Re: Cannot deploy a recently created Seam Web Project into J

2008-06-18 Thread [EMAIL PROTECTED]
you are referring to jboss 5 but the logs say you are uusing jboss-4.2..which one is it ? anyhow, JDK 6 is known to cause problems so use JDK 5 for the server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158999#4158999 Reply to the post : http://www.jb

[jboss-user] [Security & JAAS/JBoss] - Obtain the plaintext password in LoginModule

2008-06-18 Thread filip.majernik
Hi everybody, I am coding a custom LoginModule for jboss to work with a web application(using j_security_check and FORM based authentication). MyLoginModule class implements the LoginModule interface. What I want to do is try to connect to an Oracle database with the username and password provid

[jboss-user] [Security & JAAS/JBoss] - Re: Federated SSO with JBoss Portal

2008-06-18 Thread [EMAIL PROTECTED]
to be precise, you need jboss-federation server installed *only once per web domain* which could consist of multiple partners. you need jboss-sso.sar (client plugin part) deployed with every partner that wants to join the federation regardless of domain Example: say two domains abc.com, and x

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2008-06-18 Thread michaelchan
I don't know View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158995#4158995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158995 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Portal] - Cannot arrange portlets horizontally

2008-06-18 Thread michaelchan
In my custom layout jsp file, I have the following line According to the jboss portal JavaDoc, the portlets should arrange horizontally within that region, however, it is not the case, is this broken / a bug / I have to do something else to get it working? View the original post : http://www

[jboss-user] [JBoss Tools (users)] - Cannot deploy a recently created Seam Web Project into JBoss

2008-06-18 Thread vitorsouzabr
I'm experiencing problems using JBoss Tools 2.1.1 GA. I'm Using Kubuntu Linux, v. 8.04 (Hardy), kernel 2.6.24-18-generic, Sun Java 6 Update 06 (Ubuntu package). Here's what I did from the start: 1) Untarred the latest eclipse-jee-europa-winter-linux-gtk.tar.gz into /opt/eclipse 2) Unzipped JB

[jboss-user] [JBoss jBPM] - Re: Could not send mail

2008-06-18 Thread kukeltje
and besides that... ALWAYS post FULL stacktraces View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158991#4158991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158991 ___ jboss-

[jboss-user] [EJB 3.0] - API

2008-06-18 Thread gaijinco
As I understand the EJB 3.0 API does not come on a standard JSE download. In the Sun official page there is a download of a file ejb-3_0-api.jar, my question is: where do I put it? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158990#4158990 Reply

[jboss-user] [JBossWS] - EJB Web Service Stateful?

2008-06-18 Thread shaikbash
Hi, I have developed a simple EJB based web-service as shown below: @Stateless @Remote(MySession.class) @WebService(endpointInterface = "test.MySession") @WebContext(contextRoot = "/mySession") public class MySessionBean implements MySession { private int count; public int getCount() {

[jboss-user] [JBoss Messaging] - Re: Cluster problem, failover does not work

2008-06-18 Thread wangwenjun2000
Thanks guys, I am using MySql 5, and I will try CR1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158982#4158982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158982 _

[jboss-user] [Clustering/JBoss] - Re: Best way to get master node (HASingletonDeployer with Ba

2008-06-18 Thread dmary
| MBeanServer server = MBeanServerLocator.locateJBoss(); | ClusterPartitionMBean cluster = (ClusterPartitionMBean) MBeanProxyExt.create(ClusterPartitionMBean.class, "jboss:service=default_partition", server); | Vector nodes = cluster.getCurrentView(); | String jnp

[jboss-user] [JBoss jBPM] - Re: Could not send mail

2008-06-18 Thread [EMAIL PROTECTED]
Hey, Ensure that you have configured your mail server properties properly in the jbpm.cfg.xml the properties like need to be configured at an minimum. also ensure that the mail id's you are using are configured/created in your mail server. | | | If this is set then every thing shou

[jboss-user] [JBoss Portal] - Re: Your account is disabled

2008-06-18 Thread avagarwal
Hi Peter, Both "user" and "admin" are created. jbp_enabled is set to 1. My *-ds.xml file is as follows PortalDS jdbc:mysql://localhost:3306/portal?useServerPrepStmts=false&jdbcCompliantTruncation=false com.mysql.jdbc.Driver portal portal Still facing the same issue. T

[jboss-user] [JBoss Portal] - Re: Is header content injection coded in portal 2.4.0 ?

2008-06-18 Thread Vishal Student 123
Is this true ?? http://jira.jboss.com/jira/browse/JBPORTAL-1246 http://jira.jboss.com/jira/browse/JBPORTAL-1173 I still cannot get the injector header to work. When i follow the manual http://docs.jboss.com/jbportal/v2.6.3/referenceGuide/html_single/#d0e1851 Section: 6.2.3.1. My portlet just di

[jboss-user] [JBoss Tools (users)] - Re: Error in new Seam Web Project

2008-06-18 Thread fabricio.lemos
Ok Max, I think I will try G.A. again. I am using eclipse 3.3.1 with wtp 2.0.1 thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158979#4158979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158979 __

[jboss-user] [Security & JAAS/JBoss] - Re: Federated SSO with JBoss Portal

2008-06-18 Thread salaboy21
yes you are right .. you need both jboss-federation-server-exploded.ear and jboss-sso.sar in each partner of the federation.. Let me know how many domains and applications do you have View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158977#4158977 Reply

[jboss-user] Delivery Failure

2008-06-18 Thread Postmaster
- The message you sent to merithotels.com/trash50534137 was rejected because it would exceed the quota for the mailbox. The subject of the message follows: Subject: =?windows-1251?B?wiDY4uXp9uDw6Ogg8e7n5ODt+yDx4Oz7

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

2008-06-18 Thread viniciuscarvalho
ok I got it working. Just would like to share for others : | public void start() throws Exception { | MBeanServer server = MBeanServerLocator.locateJBoss(); | ObjectName name = new ObjectName("portal:service=WebAppRegistry"); | | ser

[jboss-user] [EJB/JBoss] - Re: How to specify maximum instances allowed for a SFSB

2008-06-18 Thread artd
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=137351 See that post. The 30 limit is on the SLSB's, the default maximum for SFSB's is 10 as defined in the ejb3-aop-interceptors.xml file under deploy. Even the max values only appear to be defined for the active Cache of beans, and

[jboss-user] [JBoss Tools (users)] - Re: jboss ide

2008-06-18 Thread [EMAIL PROTECTED]
For eclipse tooling: http://www.jboss.org/tools and JBoss AS is now at JBoss AS 4.2.x which is better than 4.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158970#4158970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Tools (users)] - Re: jboss ide

2008-06-18 Thread bmuralirao1980
ok can u tell me which is the latest version to useIam new to this...please help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158964#4158964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158964 _

[jboss-user] [EJB/JBoss] - Re: How to specify maximum instances allowed for a SFSB

2008-06-18 Thread georke2
Did you find a solution on this? I also notice that the maxSize in the MBean view is always 30 and not 100 as defined in the container-pool-conf. Also the strictMaximumSize element doesn't seam to be working. As we're running a webapplication with many users, the currentSize is constantly g

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss error lifecycle JSF

2008-06-18 Thread patrykxes
I have JBoss 4.2.2 and I have recived one error: anonymous wrote : ERROR [STDERR] com.sun.faces.portlet.LifecycleImpl$RenderResponsePhase execute INFO: PS_CSFP0055:About to render view /WEB-INF/jsp/stat/index.jsp Help me please View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Frequently Asked Questions[Tomcat/Http/Apache/Servlets/J

2008-06-18 Thread lkafle
Jboss still has some basic problems not making it well suited for most of technocrats. may be they will overcome these in coming days. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158958#4158958 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [EJB 3.0] - Re: EntityManager Injection, Null Pointer Exception. (Sorry.

2008-06-18 Thread jaikiran
anonymous wrote : PrStaffHome prStaffHome = new PrStaffHome(); This is incorrect. You should not be instantiating a EJB in your code. Instead you should be doing a "lookup" of the bean. See my reply dated Mon May 26, 2008 11:02 AM in one other similar post at http://www.jboss.com/index.html?mod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: install multiple JBoss 3.0 on one host

2008-06-18 Thread lkafle
that may not be poassible. it must be hardcoded in some way View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158955#4158955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158955 ___

[jboss-user] [EJB 3.0] - Re: EntityManager Injection, Null Pointer Exception.

2008-06-18 Thread repkin
Hi, thanks for your reply. I have tried a lot of possibilities. Yes, you right, at the sended log, the commented part not commented and have been worked together, but when I was trying the code parts separately, I was taking same error. Now I am sending again the logs, First of all deployment

  1   2   >