[jboss-user] [EJB 3.0] - embedded jboss has no hibernate version?

2008-03-04 Thread deanhiller
I downloaded embedded-jboss-beta3.zip and the hibernate has no version information. Also, when I need to put a fix in hibernate, I can't just drop in the hibernate jar. I need to explode this hibernate-all.jar and then put it back together. 1. Very dangerous to be deploying stuff where we

[jboss-user] [JBoss Tools (users)] - Re: Is there a user guide?

2008-03-04 Thread OChikvina
novenyang wrote : I also has the similar problem. | | If anybody knows any user guide? | | Thanks, I think, it'll help you http://www.redhat.com/developer_studio/guides/as/html_single/. Besides, look up at http://www.redhat.com/developer_studio/guides/as/html_single/ to find out

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - jsf pluggable pages?

2008-03-04 Thread Deady
I have jsf application, written using facelets. I want it to be extedable with custom modules. Module is simple jar with faces-context.xml in it. I can place it in /WEB-INF/lib directory, register somehow in my app, for example by specifying main class of module, so later, after deploy, I can

[jboss-user] [EJB/JBoss] - Queer error: java.lang.LinkageError: loader constraints viol

2008-03-04 Thread Subhash.Bhushan
Hi, I faced a queer error with JBoss 4.2.2 GA, so thought of reporting it even though I managed to circumvent the problem. I have a stateless EJB LoginBean, with remote interface Login: Remote Interface: package com.justbooks.security; | | import javax.ejb.Remote; | | import

[jboss-user] [JBoss Messaging] - Re: Unable to create native thread

2008-03-04 Thread hendra_netm
Hi Tim, Thank you for your respond. Yes, I created many sessions. I am going to check them now. May be I forget to close them. Btw, there is an occasion where the memory allocated for the threads is freed. This is happened daily, as if, there is a cron job in jboss server. I said that this

[jboss-user] [JBoss Messaging] - JBoss Messaging clustering

2008-03-04 Thread 143564
Hi, I installed jboss messaging 1.4.0sp3 in 2 nodes (jboss 4.2.1GA) .I configured properly (some default configuration) for clustering.I given unique id for sever peer. and i created jms destinations with clustering(given clustering is truein destination.xml). When i started to test the jms

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging clustering

2008-03-04 Thread timfox
Did you manage to successfully run the examples, including the clustering examples? (See user guide) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133820#4133820 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133820

[jboss-user] [JBoss Portal] - Error Displaying AJAX out of box portlet

2008-03-04 Thread prabh_simran
ERROR Cause: javax.portlet.PortletException: org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class: org.jboss.portal.portlet.taglib.DefineObjectsTagTEI Message: org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo class:

[jboss-user] [JBossCache] - Define CacheLoader for different Regions

2008-03-04 Thread Dandrolvorn
I've searchend the documentary and this forum, but i cant find anything relies to this topic. It is possible to Define CacheLoader for a special region, so that my cache would be persisted in parts, not completely? Or is there a other way? View the original post :

[jboss-user] [JBoss jBPM] - ICEfaces with JBPM-3.1.4

2008-03-04 Thread mr.sathya
Icefaces with JBPM-3.1.4 Hi All...Good Afternoon...! pls let me know shall i use icefaces with my jbpm application with out using seam... if yes pls provide the necessary documentation. or links. Thanks in Advance waiting 4 ur reply Regards, Sathya View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Is there a user guide?

2008-03-04 Thread OChikvina
Sorry, It'll be better to use nightly doc builds http://download.jboss.org/jbosstools/nightly-docs/ to get the latest information View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133829#4133829 Reply to the post :

[jboss-user] [EJB 3.0] - How to use configurable information

2008-03-04 Thread cristi_cioriia
Hi, I am pretty new to the EJB technology and got into an issue that I couldn't solve on my own. I use a MDB to send emails, and I place some configurable information in that email. Basically what I would like to do is to specify some information in a configuration file when my MDB is deployed

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging clustering

2008-03-04 Thread 143564
Hi , Thanks for your reply.Examples are working fine. but the example destinations are not clustered.for example, but my destinations are having,extra attribute which is clustered is true true Is it wrong? i followed as per the specification.when changed it as false, working fine.

[jboss-user] [Management, JMX/JBoss] - Re: MyMBean depending on MyOtherMBean issues

2008-03-04 Thread FrankTheTank
Thanks Dimitris! Though I still have my dependency problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133833#4133833 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133833

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-04 Thread martin.wickus
Hi. The clients were using the following libraries: JBM: Implementation-Version: 4.3.0.GA (build: SVNTag=JBPAPP_4_3_0_GA date=200801031548). This taken from EAP 4.3\client JBR: Implementation-Version: 4.3.0.GA (build: SVNTag=JBPAPP_4_3_0_GA date=200801031548). This taken from EAP 4.3\client

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Shutdown behavior

2008-03-04 Thread FrankTheTank
Bump. Maybe some of the techies can help me out. Is there any way to set the minimum time for a shutdown? While I presume ultimately the JVM will define when the system goes down, I have noticed that I will (sometimes) actually wait a little longer then usual. Is there any way to force such a

[jboss-user] [JBoss Tools (users)] - Re: Getting source code for jboss plugin in eclipse

2008-03-04 Thread [EMAIL PROTECTED]
This should just work. What I normally do though is to edit the source paths in the dialog that shows up when it can't find the source...I don't edit the launch configuration directly. Does that work for you ? In any case report it in jira with screenshots on how you setup the launch

[jboss-user] [JBoss Tools (users)] - Re: Packaging support?

2008-03-04 Thread [EMAIL PROTECTED]
currently manually writing the build.xml is the best way. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133841#4133841 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133841 ___

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.0GA with Eclipse 3.3 RCP problem

2008-03-04 Thread [EMAIL PROTECTED]
1.6.0 with Eclipse 3.1 is 2.5 years old ,) A couple of things has changed since then. One of those is that we use Eclipse WTP for the server definitions meaning you need that to be installed and that comes with Eclipse 3.3 EE version. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Using Seam 2.0.1.CR1 with JBoss Tools 2.0.0.GA

2008-03-04 Thread [EMAIL PROTECTED]
yes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133844#4133844 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133844 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Tools (users)] - Re: Tools Dialogs and SEAM

2008-03-04 Thread [EMAIL PROTECTED]
I am not exactly sure what you are seeing, but it is working at my end ,) if you still see issues with it please open up jira with these with screenshots please of what you are seeing and with text of what you actually expected to happen. Thanks View the original post :

[jboss-user] [JBoss Tools (users)] - Re: cant get jboss tools 2GA to work with Ganymede build

2008-03-04 Thread [EMAIL PROTECTED]
Ganymede (Eclipse 3.4/WTP 3.x) is not released yet. JBoss Tools is targetted at Europe (Eclipse 3.3/WTP 2.x) Anyone who would like to get Ganymede support should check out the code and help us adjust for the public and internal API changes. Thanks, View the original post :

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-03-04 Thread trouby
Hey, That what I was looking for, It doesn't really matter for me if the logic is done via an action or a custom node type as long as there's a possibility to create 'different' gui nodes, Where can I find the example? including the GPD customizations? and btw, is it also possible to modify

[jboss-user] [Security JAAS/JBoss] - NegotiateKerberos and JbossAdmin Group issue

2008-03-04 Thread adrien.loyat
Hello I tried to use the NTLM authentification as described here http://wiki.jboss.org/wiki/Wiki.jsp?page=NegotiateKerberos. I'm using jboss AS 4.2.2 GA. I'm using the test case found on the wiki page. My Activ Directory server traces my authentification. But jboss (or whatever it is)

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and Oracle XE

2008-03-04 Thread [EMAIL PROTECTED]
Hangs a little ...and then it works or ? If it just hangs a little and then works it is most likely because we by default scans the whole database metadata and on oracle that is slow. Set default_schema and default_catalog in your hibernate properties and it should reduce the time spent. View

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Shutdown behavior

2008-03-04 Thread [EMAIL PROTECTED]
I suppose if one of your MBean services holds the shutdown thread, while other threads of yours do the extra cleaning-up, maybe that would work. You'd also have to put your mbean stop code early in the shutdown sequence. Maybe if you use a BarrierController catching the server stop

[jboss-user] [JBoss Tools (users)] - Re: JBossAS Tools causes NPE in Eclipse's Java Tooling

2008-03-04 Thread [EMAIL PROTECTED]
Yes, or just change the project/classpath to a correct runtime. btw. it is a known issue - fixed in next version so it won't NPE but just say there is an issue/wrong runtime. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133857#4133857 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and Oracle XE

2008-03-04 Thread wvreeven
As far as I tried, it hangs indefinately. CPU and disk load drop to 0 for both Eclipse and Oracle. I waited several minutes but I got no response. I need to kill Eclipse and make sure no Java processes remain. If I then startup Eclipse again I can continue working but no classes have been

[jboss-user] [JBoss Tools (users)] - Re: MyEclipse cannot install JBoss Tools

2008-03-04 Thread [EMAIL PROTECTED]
And why is adding the jboss as plugin an issue ? Does that not work ? Seam Tools would require WTP anyway so this first missing requirment it not really the issue... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133864#4133864 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities with PostgreSQL

2008-03-04 Thread [EMAIL PROTECTED]
setting default_schema must work. Where are you setting it ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133867#4133867 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133867

[jboss-user] [JBoss Tools (users)] - Re: Deployment error with Jboss Tools 2.0.0, Seam 2.0 and Ri

2008-03-04 Thread [EMAIL PROTECTED]
sounds weird. only explanation i can come up for is that you had compiled classes with java 6 and that would give some weird classloader issue which then resolved in this totally unrelated exceptionjust speculating here though. View the original post :

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

2008-03-04 Thread [EMAIL PROTECTED]
build.xml generation is one of the things we are missing ,( File Export EAR is the best alternative (besides creating manually a build.xml) For suggestions of manual build.xml search forum/jira. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133871#4133871

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

2008-03-04 Thread [EMAIL PROTECTED]
I think the last question is more apropriate on the seam forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133873#4133873 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133873

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-03-04 Thread kukeltje
It's not an example, it is in the GPD source View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133875#4133875 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133875 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Removing header links from portlet

2008-03-04 Thread kukeltje
wrong forum... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133878#4133878 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133878 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: ICEfaces with JBPM-3.1.4

2008-03-04 Thread kukeltje
shall or not, is up to you jbpm does not care. Since jBPM does not care, there is no documentation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133877#4133877 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133877

[jboss-user] [JBoss jBPM] - Re: parameters with state

2008-03-04 Thread kukeltje
then use an action and set values e.g. in xml. Look at delegationclasses in the docs... search the forum for 'set variable in process' or something. Lots of info View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133879#4133879 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-04 Thread martin.wickus
We rolled back to the old libraries and config files and all is working fine. However, for those following this thread, would like to point out I'm not convinced this is a bug in JBM. We might have made a couple of mistakes during out deployment. Email thread posted for public interest:

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-04 Thread martin.wickus
Tim Fox's reply inline: anonymous wrote : | | | Just a bit of background. | | We've been running with EAP 4.2 and JBM 1.4.0.GA for a while. I'm quite | aware this is not the environment supported by Red Hat, but this is what | we have and we've been on a steady path to

[jboss-user] [JBossWS] - Problems with multipart/related responses

2008-03-04 Thread boopet
Hi everyone, we have created a JBossWS Client with version 2.0.1 consuming a Axis2 webservice, that is sending its responses in multipart/related format. Everything works fine when testing with SoapUi. but when calling a method with the JBoss client, we get this error message: Caused by:

[jboss-user] [Clustering/JBoss] - Re: Load balancing and dev environment

2008-03-04 Thread maralcbr
Hi, Can somebody give me a hand? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133888#4133888 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133888 ___ jboss-user

[jboss-user] [EJB/JBoss] - Re: Queer error: java.lang.LinkageError: loader constraints

2008-03-04 Thread jaikiran
Looks like a classloader issue. I guess you have more than one jar, in the classpath, containing the EJBHelper because of which you are running into this issue. See the following wiki for more detailed explanation about how classloading works on JBoss:

[jboss-user] [JBoss Portal] - How To create fields in a CMS

2008-03-04 Thread kruibal
I was researching the topic of adding content in JBOSS portal. I found that from the option CMS - Create file, I can add content which has textfields to enter description, title and the file name, plus a textarea, which can use a WYSIWIG editor to fill the body of the content. While this is

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging clustering

2008-03-04 Thread 143564
Hi, - Queue and Topic examples ran well - Getting exceptions while trying to run the other(Queue Failover, mdb etc.) examples. - When I shut down the Node1 server - Queue and Topic examples ran well - Getting exceptions while trying to run the other(Queue Failover, mdb etc.) examples. I get

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - @Length not working on embedded component

2008-03-04 Thread mars1412
When I use @Length annotation on the fields of my entity, the column in the table is created with the expected length (see email field in the example below) But in embedded components, it seems that the @Length annotation is ignored (when creating the table) and the column in the table is

[jboss-user] [Beginners Corner] - Re: deploying problem ( customized directory structure )

2008-03-04 Thread sajhak
Hi Peter, Yes , i did read the above article but unfortunately that didnlt solve my problem .. let me explain my problem again .. I am deploying j2EE archives into the JBOSS server using IntelliJ IDEA 7.0 , where it has inbuilt support for JBOSS integration.. when i deploy the archives ,

[jboss-user] [JBossCache] - Re: Is v1.4.1 completely compatible with v1.4.0

2008-03-04 Thread liuhang781102
I read some articles about FD ,but I can't find a configration that ompletely avoid this problem. I tried to cope with this question by modify the emberlist or reconnecting the channel. But soon find them doesn't work . Finally I recreate the channel and solved the problem to solve this

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities

2008-03-04 Thread [EMAIL PROTECTED]
Hi guys, The trick with oracle is to remember to set hibernate.default_schema and maybe hibernate.default_catalog to limit which schemas we will read to the one you are interested in. We should have a better ui for selecting tables...right now we only have that if you use the Hibenrate tools

[jboss-user] [JBossCache] - Need some architectural suggestion about JBoss cache

2008-03-04 Thread mridulmishra
Hi, Need some guidance about possibly a common architectural problem. We are planning to have a clustered JBoss Application Server environment with JBoss cache. The data in the cache will be highly repeatable e.g. search result for Hotels in London. Now we don't want to replicate the data

[jboss-user] [JBoss Tools (users)] - Re: Cannot access nightly build page

2008-03-04 Thread [EMAIL PROTECTED]
http://download.jboss.org/jbosstools/builds/nightly/latestBuild.html works for me...? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133906#4133906 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133906

[jboss-user] [JBoss Portal] - Re: Have a different login page for each portal

2008-03-04 Thread bruno.rossetto
Hi, I don't know any tag to do that, but what I did in our project was to make different css stylesheet files for each portal customizing it. You can create css files naming with the ID of the respective portal, and get each css file according with the current portal. Example:

[jboss-user] [JBossWS] - Using custom principal class with JBossWS

2008-03-04 Thread ejb3workshop
I would like to use my own Principal class with my own LoginModule. I configured the LoginModule in login-config.xml and annotated by SLSB as follows : | @Stateless(name=JobAPIWeb) | @WebService(name=JobAPIWeb, portName=...Port, serviceName=JobAPIWebService, targetNamespace=...) |

[jboss-user] [JBoss Tools (users)] - Re: IDE for JBoss Portlet development (2.6.4)

2008-03-04 Thread [EMAIL PROTECTED]
First of...Portal is one of the missing features we have. Contributions welcome. [EMAIL PROTECTED] wrote : | 1. Eclipse Portal Pack - comes with Glassfish app server. Can I change it to JBoss? And Can I configure to start/stop JBoss Portal Server from it? | I actually haven't heard about

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and Oracle XE

2008-03-04 Thread [EMAIL PROTECTED]
Java6 causes all sorts of issues. if it works with seam-gen it *must* also work here...its the same freaking code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133917#4133917 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Session data losing ...

2008-03-04 Thread Qmpeltaty
Hi I have a really frustrating problem with Jboss 4.0.5GA/Tomcat 5.5 and Apache 2.2.6 in front of it with mod_jk 1.2.25. I have problem with losing session data. For example : In one window browser i have open https://www.ip-adress.com:8443/Application1. This is application with possibility

[jboss-user] [JBoss Tools (users)] - Re: Is there a user guide?

2008-03-04 Thread novenyang
OChikvina wrote : Sorry, It'll be better to use nightly doc builds http://download.jboss.org/jbosstools/nightly-docs/ to get the latest information Thank you, I think http://www.redhat.com/developer_studio/guides/as/html_single/ you mentioned previously is better, as I am working with

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and Oracle XE

2008-03-04 Thread wvreeven
OK I will try with Java5 during the weekend. And I will check and double check the settings used by Eclipse against the settings used by the command line seam-gen. Thanks for the pointers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133927#4133927 Reply to

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: jsf pluggable pages?

2008-03-04 Thread Deady
http://forum.java.sun.com/thread.jspa?messageID=10134324 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133934#4133934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133934 ___

[jboss-user] [JBoss Portal] - a4j bridge

2008-03-04 Thread shimonl97
I am trying to use the new bridge with ajax/rich jsf (no faclets but jsp). I get this exception: java.lang.ClassCastException: org.jboss.portlet.JBossRenderRequest What is the required configuration for the new bridge? examples are for faclets and the demo application is for seam+rich. I played

[jboss-user] [JBoss Portal] - Missing windowId for portlets events test

2008-03-04 Thread rpa_rio
Hi! I'm trying to develop some portlets to test events on portletcontainer 2.0, when I try to perform an action on my sender portlet I get exception below: java.lang.NullPointerException at org.jboss.portal.portlet.controller.PortletRequestHandler.invoke(PortletRequestHandler.java:219)

[jboss-user] [JBoss Portal] - Re: Accessing Nested Pages More Than One Level Down

2008-03-04 Thread PeterJ
Hover your mouse over the Page1 tab and a drop-down menu with a link to Page3 should appear. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133959#4133959 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133959

[jboss-user] [JBoss jBPM] - Problem JBPM

2008-03-04 Thread lgg82
Hello, I am working with JBPM, and meet the problem that there is to make a submit or recharge(overload) the page, the information that contain tildes or ñ's they turn into other characters. My application is formed in UTF-8, and the servant that I use is Jboss. Might someone me say solve

[jboss-user] [JBoss Tools (users)] - Re: Getting source code for jboss plugin in eclipse

2008-03-04 Thread [EMAIL PROTECTED]
You may need to select the folder of the root of the source. For example, if the file is in package com.oxbeef.servlets, do not browse to com/oxbeef/servlets/SomeServlet.java. Instead browse to the folder directly above com, the overall source folder. View the original post :

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

2008-03-04 Thread b_
Hi, Did you manage to solve this problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133968#4133968 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133968 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: Load balancing and dev environment

2008-03-04 Thread maralcbr
Hi Brian, We have both EJB2 and EJB3. Thanks, Marcelo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133966#4133966 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133966 ___

[jboss-user] [Javassist user questions] - Re: How to create CtClass java.lang.Object

2008-03-04 Thread chiba
You can change the super class just after you create a new CtClass object. Some factory methods like ClassPool#makeClass() takes a super class as a parameter. Don't these ways satisfy your needs? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133967#4133967

[jboss-user] [JBoss Portal] - CMS auto deploy archive

2008-03-04 Thread rcarmichael
Using JBoss Portal 2.6.4, is it possible to include a .zip or some other kind of archive in my EAR file and have it automatically (at deploy time) upload that archive to CMS? Since I can define everything else (portal, pages, windows, portlets) and some of my windows refer to CMS entries, it

[jboss-user] [Installation, Configuration DEPLOYMENT] - [4.2.2] JBossProperties ignored on bootstrap

2008-03-04 Thread haller
Hi, I'm setting the jboss.bind.address in the bootstrap enviroment. The setting is ignored by the server -- it binds to 127.0.0.1. === JBoss Bootstrap Environment JBOSS_HOME: C:\jboss-4.2.2.GA JAVA:

[jboss-user] [Beginners Corner] - Re: war file deployed is notworking!!

2008-03-04 Thread dhcolo
Thanks, Sir, I am getting closer. Now Jboss can find my class file and run my class file. It is also indicates it has been able to make MS SQL server connection. The only problem is ii can not find my jsp file and a property file. I check the war file and found the pass of jsp file and property

[jboss-user] [JBoss Portal] - Hide portlet

2008-03-04 Thread ryousure2000
How do I hide/show protlet based roles. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133970#4133970 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133970 ___ jboss-user mailing

[jboss-user] [Beginners Corner] - Re: deploying problem ( customized directory structure )

2008-03-04 Thread PeterJ
Sorry, I don't use IDEA (or NetBeans), perhaps someone else out there does and can give you a suggestion. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133962#4133962 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133962

[jboss-user] [Clustering/JBoss] - Re: Load balancing and dev environment

2008-03-04 Thread [EMAIL PROTECTED]
Are your beans EJB2 or EJB3? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133964#4133964 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133964 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Hide portlet

2008-03-04 Thread PeterJ
Set the security for the portlet instance. If the role has access to the portlet instance, the portlet will show; if not then it will not show. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133976#4133976 Reply to the post :

[jboss-user] [Beginners Corner] - Re: war file deployed is notworking!!

2008-03-04 Thread dhcolo
Sorry, here is my code for war | target name=war depends =compile description=Generate the runtime war | war warfile=${dist.dir}/${app.name}.war webxml=${basedir}/WEB-INF/web.xml | fileset dir=${basedir}/WEB-INF/classes/ | fileset dir=${basedir}/jsp/ |

[jboss-user] [Javassist user questions] - Re: How to create CtClass java.lang.Object

2008-03-04 Thread skarzhevskyy
This is exactly what I do: --- klass = classPool.makeClass(java.lang.Object, null); --- When this is called the class is created but when I see bytecode System.out.println(klass.getSuperclass()) - java.lang.Object public class java.lang.Object extends java.lang.Object { } -- or

[jboss-user] [Installation, Configuration DEPLOYMENT] - Worker thread initialization failure java.io.EOFException

2008-03-04 Thread patcho06
Hi I installed one Jboss server : jboss-4.2.2.GA and jdk1.5.0_14 on Linux server Redhat 4.0 Update 4 When i use jboss , I am getting the following marshalling exceptions .. ERROR [org.jboss.remoting.transport.socket.ServerThread] Worker thread initialization failure

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging msg blocked

2008-03-04 Thread czar_iv
I am using JBoss AS 5.0 Beta 3 and JBM 1.4.0 SP1. I am getting a similar issue. I am trying to use the topic example to send and receive a message, but it seems that the send() blocks and will not return. I was using JBM 1.4.0 SP3, but ran into another incompatibility issue with JBoss 5.0. I

[jboss-user] [Javassist user questions] - Re: How to create CtClass java.lang.Object

2008-03-04 Thread chiba
Ah.. it is not allowed in J2SE to create another version of java.lang.Object. For your purpose, what about: CtClass klass = classPool.get(java.lang.Object); You can modify klass as you want. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133988#4133988 Reply

[jboss-user] [JBoss Portal] - Re: Hide portlet

2008-03-04 Thread ryousure2000
I tried but instead of hiding the portlet , I am getting following error page HTTP Status 403 - type Status report message description Access to the specified resource () has been forbidden. View the

[jboss-user] [Javassist user questions] - Re: How to create CtClass java.lang.Object

2008-03-04 Thread skarzhevskyy
I know that in J2SE it should not work! BUT We are creating J2ME CLDC API classes! The java/lang/Object.class should be created and written to the disk then it would be used to build MIDlet applications. Created Object class is not used at runtime! The class is only used during J2ME build and

[jboss-user] [Javassist user questions] - Re: How to create CtClass java.lang.Object

2008-03-04 Thread chiba
So what about reusing an existing CtClass that represents java.lang.Object? By default, any ClassPool contains java.lang.Object. My idea is to get that CtClass object from the pool and modify it to be what you need. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Help!!!! JBOSS-4.2.2.GA SSL configuration problem

2008-03-04 Thread squ1rr3l
Same error here, except it's only exhibited on Windows Server 2003. Windows XP seems to work ok. Exactly the same config on both machines. Is this a confirmed bug? There seems to be a JIRA posted but no activity. Is there a workaround? View the original post :

[jboss-user] [JBoss Portal] - Re: Missing windowId for portlets events test

2008-03-04 Thread [EMAIL PROTECTED]
it looks like a bug. can you describe the interactions you do ? the controller package has been improved since the beta1 and is more robust, you could try SVN or wait for the next release. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133993#4133993 Reply to

[jboss-user] [JBoss Portal] - Re: Hide portlet

2008-03-04 Thread ryousure2000
I defined security roles in portlet.xml and *-object.xml. which file I need to modify for portlet instance. THanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133991#4133991 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Missing windowId for portlets events test

2008-03-04 Thread rpa_rio
I wrote two pages publisher-view.jsp and listener-view.jsp, in publisher-view.jsp I used portlet tags to generate the actionURL, exactly like we have below: | %@ page contentType=text/html% | %@ taglib uri=http://java.sun.com/portlet; prefix=portlet % | portlet:defineObjects / |

[jboss-user] [Performance Tuning] - Re: Switching Java-serialization to JBoss-serialization for

2008-03-04 Thread fl_
JBoss-Serialization is used by default ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134006#4134006 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134006 ___ jboss-user

[jboss-user] [The Lizzard's corner] - Hypersonic - database is already in use

2008-03-04 Thread jbossadrian
Hello all, We are experiencing a problem that we did not expect with migrating our application over to JBoss 4.2.0 CP1. We are able to run it locally within our development desktops, but cannot get it to start properly on the Linux (Redhat) machines. Below is a long snip of the problem (this

[jboss-user] [Beginners Corner] - Re: war file deployed is notworking!!

2008-03-04 Thread dhcolo
Thank, Mr. Peter Johnson, I have solved all problems. My application is working. thanks for your help! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134009#4134009 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134009

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

2008-03-04 Thread erimag
If the XML schemas for code completion are generated, perhaps a tool for generating schemas for custom taglibs from TLDs would be useful somewhere in JBoss Tools? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134010#4134010 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: TimerService in Transaction?

2008-03-04 Thread snarff
Also, I notice that my server.log is filled up with logging messages from com.arjuna.ats.arjuna etc. (level DEBUG) Could it be that crash recovery of a timer keeps my server busy? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134012#4134012 Reply to the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - CMP transactions in hibernate and using WorkManager

2008-03-04 Thread gsniderJBoss
First, the environment: One EJB and one database table (SearchSession) managed by Hibernate. JBoss 4.2.2 GA and MySQL 5.x on Windows XP Pro Using CMP, the ejb saves a session in the table and saves the PK id. Then 3 tasks need to be completed asynchronously so we use the

[jboss-user] [Javassist user questions] - Re: How to create CtClass java.lang.Object

2008-03-04 Thread skarzhevskyy
Thanks! This approach works fine! Regards, Vlad PS I see you not uploading latest versions to maven repozitory. Do you want to delegate this task to me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134014#4134014 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: [4.2.2] JBossProperties ignored on bootstrap

2008-03-04 Thread [EMAIL PROTECTED]
Use the -b flag instead. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134015#4134015 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134015 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: Define CacheLoader for different Regions

2008-03-04 Thread genman
No, you're only allowed one cache loader per cache instance. You can of course create multiple cache instances in your application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134016#4134016 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging clustering

2008-03-04 Thread timfox
Sounds like your installation failed. Did you follow the installation instructions in the user guide exactly? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134023#4134023 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging msg blocked

2008-03-04 Thread timfox
There was another thread on this forum recently which explained what libraries you need to use for JBoss 5, please have a search. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134021#4134021 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - deploying problem

2008-03-04 Thread sajhak
HI all , iam new to j2EE development// ... I am deploying j2EE archives into the JBOSS server using IntelliJ IDEA 7.0 , where it has inbuilt support for JBOSS integration.. when i deploy the archives , those are not goes to the default/deploy directory , instead it goes to the

[jboss-user] [JBoss Portal] - Building PC 2.0 from svn trunk sources

2008-03-04 Thread rpa_rio
Hi! Is there any guide that contains the steps to integrate Portlet Container 2.0 into Tomcat 6.0? I tried to replace the beta 1 jars with jars built from maven build but no success. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134027#4134027 Reply to the

[jboss-user] [JBoss Messaging] - Re: receiveNoWait returns always null

2008-03-04 Thread timfox
There have been several other threads about receiveNoWait semantics on this forum. Please have a search. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4134024#4134024 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4134024

[jboss-user] [JBoss Portal] - Re: Hide portlet

2008-03-04 Thread PeterJ
Regarding the 403 error, it looks like you changed one of the portal properties. Under Page Error Handling, the When access to the window is denied case needs to have the action Remove the resource from the page; you have the action set to Display the default error message. You can specify

  1   2   >