[JBoss-user] [Installation, Configuration & Deployment] - deploying a installed library

2006-03-01 Thread sviluppatorefico
hiI would to put a library in deploy directory and using it by other applications. J2EE specs tell that maybe to use Extension-list tags in manifest.mf to see the installed libraries. I ask if into jboss exists a mechanism of this type. I tried so but with no results: MANIFEST.MF of applic

[JBoss-user] [JCA/JBoss] - connection factory with global jndi

2005-10-10 Thread sviluppatorefico
hican I to call a in a global jndi namespace? I've seen that datasources have a tag to do it but only for type View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900260#3900260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - tomcat with ssl support and basic authentication

2005-08-25 Thread sviluppatorefico
I...i've configured tomcat with ssl support and my web application with transport-guarantee "CONFIDENTIAL". With this configuration when I go to http://localhost:8080/webapp, the server redirect me at https://localhost:8443/webapp. But before the redirect, I insert username and password through

[JBoss-user] [Security & JAAS/JBoss] - question about web application with ssl and basic authentica

2005-08-25 Thread sviluppatorefico
I...i've configured tomcat with ssl support and my web application with transport-guarantee "CONFIDENTIAL". With this configuration when I go to http://localhost:8080/webapp, the server redirect me at https://localhost:8443/webapp. But before the redirect, I insert username and password through

[JBoss-user] [JBossCache] - Re: Replication problem

2005-08-18 Thread sviluppatorefico
see the two ClusterConfig and verify that they are equals View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890461#3890461 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890461 ---

[JBoss-user] [JBossCache] - Re: creating one virtual web app with two wars in one ear on

2005-08-17 Thread sviluppatorefico
yes View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890460#3890460 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890460 --- SF.Net email is Sponsored by the Better S

[JBoss-user] [JBossCache] - JDBCCacheLoader and hypersonic db

2005-08-09 Thread sviluppatorefico
hiI'm trying to use JDBCCacheLoader inside jboss 4.0.2 with this configuration: org.jboss.cache.loader.JDBCCacheLoader | | cache.jdbc.datasource=java:/DefaultDS | |true |/ |false |true and I have this error when I launch

[JBoss-user] [JCA/JBoss] - Re: datasource from a gui client

2005-07-28 Thread sviluppatorefico
thanks you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887018#3887018 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887018 --- SF.Net email is Sponsored by the B

[JBoss-user] [JCA/JBoss] - datasource from a gui client

2005-07-27 Thread sviluppatorefico
hiI don't succeed to connect to "java://DefaultDS" from a swing client.this is the code: try { | Properties ps = new Properties(); | ps.load(new FileInputStream("resources/jndi.properties")); | InitialConte

[JBoss-user] [Advanced Documentation] - jca exercise

2005-07-25 Thread sviluppatorefico
hiwhere I can to get the exercise of jca in the chapter 7 of jboss application server 4.0.2 rev 3 documentation? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886400#3886400 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [JCA/JBoss] - jca with a rmi server

2005-07-22 Thread sviluppatorefico
hi.. ...is it right to use jca to connect jboss to a external rmi server? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886076#3886076 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886076 ---

[JBoss-user] [Security & JAAS/JBoss] - security about jmx-invoker-service

2005-07-07 Thread sviluppatorefico
hi... I've read the documentation about jboss 4.0.2 to secure jmx-invoker with rmi/jrmp. It tells to switch it to rmi/http . In what manner I can do it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884041#3884041 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Management, JMX/JBoss] - client jmx through httpinvoker

2005-07-07 Thread sviluppatorefico
hi.I use jboss4.0.2 and I've configured httpinvoker of type "restricted" . I want to call it through a java client. I've tried to make this: Properties ps = new Properties(); | ps.setProperty(Context.INITIAL_CONTEXT_FACTORY,"org.jboss.naming.HttpNamingContextFactory"); | ps.setProperty

[JBoss-user] [Installation & Configuration] - error on build with jbas-1875-patch.zip

2005-07-04 Thread sviluppatorefico
hii've downloaded jbas-1875-patch.zip for jboss 4.0.2. I've get that patch in may 4.0.2 sources and when I execute build.sh from $JBOSS_SOURCES_HOME/build I have this error: /home/stancapi/sources/jboss-4.0.2-src/connector/src/main/org/jboss/resource/security/CallerIdentityLoginModu le.jav

[JBoss-user] [Installation & Configuration] - Re: log rotation - jboss.log

2005-06-14 Thread sviluppatorefico
hiyou must to use this configuration in your $JBOSS_HOME/server/$SERVER_HOME/conf/log4j.xml | | | | | | | | | | | | | | | | it is used by default in jboss 4.0.x View the original p

[JBoss-user] [Installation & Configuration] - Re: Deployment problem with Eclipse Profiler on

2005-06-14 Thread sviluppatorefico
to deploy the jboss application with eclipse I use jbosside http://www.jboss.org/products/jbosside View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881408#3881408 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881408 -

[JBoss-user] [Installation & Configuration] - Re: How to disable PUT and DELETE methods?

2005-06-14 Thread sviluppatorefico
hi...in what situation? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881404#3881404 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881404 --- This SF.Net email is

[JBoss-user] [HTTPD, Servlets & JSP] - Re: jdk1.5.0 and tomcat 5.5.9

2005-06-09 Thread sviluppatorefico
I resolved..tomcat 5.5.9 uses for default the eclipse jdt compilerit's very fast but it no supports jdk 1.5 and therefore 1.5 canot to be used..it needed to back to the library used by previous versions of tomcat. Previously tomcat uses ant instead of jdt and obviously it supports 1.

[JBoss-user] [HTTPD, Servlets & JSP] - jdk1.5.0 and tomcat 5.5.9

2005-06-09 Thread sviluppatorefico
hi.I've installed jboss 4.0.2 with jdk 1.5.0_03 and I dont't succeed to use the jdk1.5 features in my JSP while the servlets accept finely them .when I use autoboxing in a jsp I've this error. It seems that jasper compiler is back to jdk1.4: | 11:27:35,095 ERROR [[jsp]] Servlet.

[JBoss-user] [JBoss Portal] - jboss forums don't build

2005-05-12 Thread sviluppatorefico
II have a problem to build the last versions of jboss-forums .i've downloaded it from sourceforge and I had to configure the portal_home to build jboss-forums, then download the dbunit libraries and to configure in .ent of porta_thirdparty and now I don't to find the class org.jboss.po

[JBoss-user] [JBoss Portal] - Re: build on jboss-forums-2.0-beta1a

2005-04-26 Thread sviluppatorefico
sorry julien.i cannot to try cvs because at work we have under a firewall...but I tried to move the directory "forums" under the JBOSS_PORTAL_HOME and it has gone aheadbut now I have an other problem..I give you the build log: bash-2.05$ ./build.sh | build.sh: *WARNING* Ignori

[JBoss-user] [JBoss Portal] - build on jboss-forums-2.0-beta1a

2005-04-21 Thread sviluppatorefico
hii've downloaded the sources of the last version of jboss forums but when I try to compile under solaris with the command $FORUMS_HOME/forums/build.shI have this error : ./build.sh: ./../tools: non esiste build.sh: *ERROR* The target executable does not exist: build.sh: build.sh:/bin/bu

[JBoss-user] [Installation & Configuration] - stable jboss from cvs

2005-03-16 Thread sviluppatorefico
hi all...how I can to make a checkout of a stable version of jboss? I try with this command but i never get a stable version: cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -r Branch_4_0 jboss-4.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870351

[JBoss-user] [Security & JAAS/JBoss] - Re: how to set Tomcat context valve for jmx-console?

2005-03-03 Thread sviluppatorefico
hi... in jboss is recomended to use jaas or securityInterceptors about security. With jaas you must write a module that allows or deny by IP address. With Interceptors you can to extend RemoteAddrValve class and transform it in a interceptor because i've seen that class uses a kind of reflectio

[JBoss-user] [Security & JAAS/JBoss] - Re: define users and roles in database

2005-03-02 Thread sviluppatorefico
hi...there is the DatabaseServerLoginModule. You use that module, configuring it in the conf / login-config.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868585#3868585 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule: Help: not able to authenticate again

2005-03-02 Thread sviluppatorefico
hiif you use the browser authentication ,your principal / credentials are registered in a time cookie then asks for refresh only after a lot of time you could to need to disctivate the cookies for the page of your application View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [JCA/JBoss] - Re: Is EJB read-only methods participating in transaction ?

2005-03-02 Thread sviluppatorefico
the commit option A in a read-only entity bean cannot give deadlock problems. It tells that an entity bean never will refreshed since the developer wants it. Maybe a lock directly on the DataBase? what a DB do you use? View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [JCA/JBoss] - Re: Is EJB read-only methods participating in transaction ?

2005-02-28 Thread sviluppatorefico
hi jbjobiaccording me you'ld have to try the read-only tag on the hole entity. If in that manner it succeed, then maybe than the findByPrimaryKey method of your entity remains locked. Now I don't know if the find methods of an entity have a default read-only but I don't think it. View t

[JBoss-user] [Persistence & CMP/JBoss] - Re: What data source is my CMP bound to?

2005-02-27 Thread sviluppatorefico
sorry ...i continue. String dataSource = jamd.getDataSource(); if your application test is an mbean you can put off the part of lookup jmx and you can to write so: MBeanServer server = this.getServer(); instead of: RMIAdaptor server = (RMIAdaptor)lookup("jmx/rmi/RMIAdaptor"); View th

[JBoss-user] [Persistence & CMP/JBoss] - Re: What data source is my CMP bound to?

2005-02-27 Thread sviluppatorefico
hi feigling.I guess you need to know a manner to get the datasource jndiname of an entity. Then if you are in your junit test application you can do this: String jndiName = " .. jndi name of your entity..."; ObjectName name = new ObjectName("jndiName="+jndiName+",service=EJB"); Ini

[JBoss-user] [Persistence & CMP/JBoss] - Re: No such entity WHY?

2005-02-25 Thread sviluppatorefico
hi jarvathe DAOClienteRemote.actualizarBalance(long,double) method where is declared and what is its role? it seems that that method use a wrong field or it 's not well declared. May I to see it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867827#38678

[JBoss-user] [Persistence & CMP/JBoss] - Re: Multiple Entity Beans against multiple datasources - all

2005-02-25 Thread sviluppatorefico
hi patei know that using a cmp with more resource reference is not recommended. Then I think that it can to give collateral effects. But you can to use two entities of same type and different name that using different databases. The important thing is that for each entity must to exist a onl

[JBoss-user] [Persistence & CMP/JBoss] - Re: HibernateContext and Transaction

2005-02-25 Thread sviluppatorefico
hi ansonau.the line Session hsession = HibernateContext.getSession is used only in a transaction. It take the current transaction and it continue with it. After if i execute a session.close(), anyhow i have to wait the end of the transaction, if no no commit will be executed. Then the li

[JBoss-user] [Persistence & CMP/JBoss] - Re: Generated SQL Sentence too big

2005-02-24 Thread sviluppatorefico
may you give me the ejb-jar.xml and jbosscmp-jdbc.xml? i seem that ,seeing the query, read-ahead is not useful to optimize because the query is related only to the primary key..optimization with read-ahead you can use it when you are aware of the groups of fields that you want to load. View

[JBoss-user] [Beginners Corner] - Re: how to run the testsuite in the jboss

2005-02-21 Thread sviluppatorefico
hiyou don't need any configuration or installation..you have to only start jboss in 'all' mode View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867348#3867348 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867348

[JBoss-user] [Beginners Corner] - Re: start service when JBoss server starts

2005-02-21 Thread sviluppatorefico
sorryi don't understand what you want to do..your web application starts or no? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867341#3867341 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867341

[JBoss-user] [Beginners Corner] - Re: Can session beans interact with each other??

2005-02-21 Thread sviluppatorefico
hi.you must specify the jndi-name for each session bean, so you can to call the other with a new InitialContext().lookup(jndi-name) writing in the code. The jndi-name you can to specify or in jboss.xml (with the tag jndi-name) in META-INF or in ejb-jar.xml (with the tag ejb-ref or ejb-local-

[JBoss-user] [Beginners Corner] - Re: DTD to set Entity Bean's JNDI Name?

2005-02-20 Thread sviluppatorefico
hi it's a firewall problem...you'ld to have to see the configuration of your firewall about the 3306 port. If you are under linux you can to do a "netstat -an | grep 3306". If it is no there then it's a firewall problem View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Beginners Corner] - Re: JBoss deploy tools

2005-02-20 Thread sviluppatorefico
hi ittorontohi don't know a automatic tool to create a deployer but it's enought create a standard mbean that extends the class org.jboss.deployer.SubDeployerSupport and implements the interface org.jboss.deployer.SubDeployer. You can to create a .sar package with your deployer classes, un

[JBoss-user] [Beginners Corner] - Re: Unable to start JBoss 4.0.1 from Eclipse 3.0.1 with Lomb

2005-01-09 Thread sviluppatorefico
hi fabio.i prefer jboss_ide to lomboz .this plugin uses all j2ee (not only web) and it is used to develope whole jboss applications http://www.jboss.org/products/jbosside View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861314#3861314 Reply to the pos

[JBoss-user] [Installation & Configuration] - jboss 3.2 + tomcat 5.5

2004-11-24 Thread sviluppatorefico
hi.it's possible to use jboss 3.2 together with tomcat 5.5? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856262#3856262 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856262 -

[JBoss-user] [Installation & Configuration] - jboss 3.2 + tomcat 5.5

2004-11-24 Thread sviluppatorefico
hi.it's possible to use jboss 3.2 together with tomcat 5.5? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856261#3856261 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856261 -

[JBoss-user] [JBoss Getting Started Documentation] - datasheet for jboss 3.2

2004-11-24 Thread sviluppatorefico
Hi, I've seen the datasheet for jboss 4.0 on http://www.jboss.org/pdf/JBoss_AS_4.0_Datasheet.pdf. Exists a datasheet for jboss 3.2 too? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856257#3856257 Reply to the post : http://www.jboss.org/index.html?module=

[JBoss-user] [Beginners Corner] - Re: j2ee specifics on jboss 3.2 and 4.0

2004-11-24 Thread sviluppatorefico
hi scott..may i to know how j2ee 1.4 technologies jboss 3.2 supports? I've seen that jboss can integrate axis for web services 1.4 and tomcat 5.5. I ask also if it can to make a problems if i use j2ee 1.4 technologies on jboss 3.2 View the original post : http://www.jboss.org/index.html?

[JBoss-user] [Beginners Corner] - j2ee application compatibility

2004-11-23 Thread sviluppatorefico
hi.about jboss, is a j2ee 1.3 application always compatible with a j2ee 1.4 container? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856178#3856178 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856178 -

[JBoss-user] [Beginners Corner] - j2ee specifics on jboss 3.2 and 4.0

2004-11-23 Thread sviluppatorefico
hi...i'ld want to know what j2ee components jboss 3.2 uses. I've seen the datasheet for jboss 4.0 on http://www.jboss.org/pdf/JBoss_AS_4.0_Datasheet.pdf. Exists a datasheet for jboss 3.2 too? I'ld want also to know if in a future jboss 3.2 will use the j2ee 1.4 specifics as jboss 4.0. Thanks Vi

[JBoss-user] [Advanced Documentation] - information on jboss 3.2

2004-11-13 Thread sviluppatorefico
hi...i have a question about jboss docs 3.2. What's the last version that you have? i've buy ,one year ago , the docs about jboss 3.2.1 i've need almost for docs of jboss 3.2.5... do you have it? can i update my docs or i must to re-buying them? thanks View the original post : http://www