servlet

search for more blogs here

 

"Not Found Error" posted by ~Ray
Posted on 2008-01-01 21:15:04

I have dedicated server OS=RHEApacheTomcatI made changes in my web xml everything is running good on my pc but server throws following error _______________________________________________________________Not FoundThe requested URL /Job was not open on this server. Apache/2.0.52 (Red Hat) Server at www domainName com Port 80_______________________________________________________________ I made the following changes i e removed /servlet/Job from <url-pattern> <servlet> <servlet-name>Job</servlet-name> <servlet-class>Job</servlet-class> </servlet> <servlet-mapping> <servlet-name>Job</servlet-name> <url-pattern>/Job</url-pattern> </servlet-mapping> It is not Tomcat that is trying to handle the URL but Apache HTTPD. Try running the url with the turn that tomcat is running on (usually 8080). I would guess it works then. If so the jkmod is not properly setup to send servlet url's to tomcat. It is not Tomcat that is trying to handle the URL but Apache HTTPD. Try running the url with the port that tomcat is running on (usually 8080). I would guess it works then. If so the jkmod is not properly setup to forward servlet url's to tomcat. you are alter but how can I make changes?thanks & best regards Hi jas_esp,I'm new to tomcat so I can be do by but I thought that the port 8080 for Tomcat is usefull when you're running another server (in this case Apache which uses port 80). So I think it's important to keep Tomcat on port 8080 to alter the distinction with Apache. jas_esp wrote:1. Change the port which Tomcat listens so it should be 80. 2. Use jk proxy to redirect all requests from apache to tomcat. when i changed the connector port from 8080 to 80 then function temporarily unavialable communicate appearedI am already using jk proxy that redirect servlet file to tomcat/servlet/Job is working well but when I change to /Job it stops workingand http://www domainName com:8080/Job is working plz let me know where I make changes??thanks & best regards

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5237330

comments | Add comment | Report as Spam


"Re: Tomahawk on JBoss 4.2.2 (JSF 1.2)" posted by ~Ray
Posted on 2007-12-15 15:02:56

<?xml version="1.0" encoding="UTF-8"?><web-app version="2.4" xmlns="http://java sun com/xml/ns/j2ee"xmlns:xsi="http://www w3 org/2001/XMLSchema-instance"xsi:schemaLocation="http://java sun com/xml/ns/j2eehttp://java sun com/xml/ns/j2ee/web-app_2_4 xsd"> <display-name>Administration Console</display-name> <context-param> <param-name>javax faces. STATE_SAVING_METHOD</param-name> <param-value>server</param-value> </context-param> <context-param> <param-name>javax faces. CONFIG_FILES</param-name> <param-value>/WEB-INF/navigation xml,/WEB-INF/managed-beans xml</param-value> </context-param> <context-param> <param-name>com sun faces validateXml</param-name> <param-value>true</param-value> </context-param> <context-param> <param-name>com sun faces verifyObjects</param-name> <param-value>false</param-value> </context-param> <context-param> <param-name>javax faces. LIFECYCLE_ID</param-name> <param-value>DECORATOR_LIFECYCLE</param-value> </context-param> <separate> <filter-name>UploadFilter</filter-name> <filter-class>com sun rave web ui util. UploadFilter</filter-class> <init-param> <description> The maximum allowed upload coat in bytes. If this is set to a contradict value there is no maximum. The default determine is 1000000. </description> <param-name>maxSize</param-name> <param-value>1000000</param-value> </init-param> <init-param> <description> The size (in bytes) of an uploaded file which if it is exceeded ordain create the file to be written directly to disk instead of stored in memory. Files smaller than or compete to this size ordain be stored in memory. The fail value is 4096. </description> <param-name>sizeThreshold</param-name> <param-value>4096</param-value> </init-param> </separate> <filter> <filter-name>MyFacesExtensionsFilter</filter-name> <filter-class>org apache myfaces webapp filter. ExtensionsFilter</filter-class> <init-param> <param-name>uploadMaxFileSize</param-name> <param-value>10m</param-value> </init-param> <init-param> <param-name>uploadThresholdSize</param-name> <param-value>100k</param-value> </init-param> </filter> <filter> <filter-name>ajax4jsf</filter-name> <filter-class>org ajax4jsf. Filter</filter-class> </filter> <filter> <filter-name>CharsetFilter</filter-name> <filter-class>tools filter. CharsetFilter</filter-class> <init-param> <param-name>requestEncoding</param-name> <param-value>UTF-8</param-value> </init-param> </separate> <separate> <filter-name>HTTPSFilter</filter-name> <filter-class>tools filter. HTTPSFilter</filter-class> </filter> <filter-mapping> <filter-name>HTTPSFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <filter-mapping> <filter-name>CharsetFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <filter-mapping> <filter-name>UploadFilter</filter-name> <servlet-name>Faces Servlet</servlet-name> </filter-mapping> <filter-mapping> <filter-name>MyFacesExtensionsFilter</filter-name> <url-pattern>* jsf</url-pattern> </filter-mapping> <filter-mapping> <filter-name>MyFacesExtensionsFilter</filter-name> <url-pattern>/faces/*</url-pattern> </filter-mapping> <filter-mapping> <filter-name>ajax4jsf</filter-name> <servlet-name>Faces Servlet</servlet-name> <dispatcher>communicate</dispatcher> <dispatcher>FORWARD</dispatcher> <dispatcher>consider</dispatcher> </filter-mapping> <listener> <listener-class>com sun faces config. ConfigureListener</listener-class> </listener> <listener> <listener-class>com mydomain faces lifecycle. LifecycleContextListener</listener-class> </listener> <servlet> <servlet-name>Faces Servlet</servlet-name> <servlet-class>javax faces webapp. FacesServlet</servlet-class> <load-on-startup> 1 </load-on-startup> </servlet> <servlet> <servlet-name>ExceptionHandlerServlet</servlet-name> <servlet-class>com sun errorhandler. ExceptionHandler</servlet-class> <init-param> <param-name>errorHost</param-name> <param-value>localhost</param-value> </init-param> <init-param> <param-name>errorPort</param-name> <param-value>24444</param-value> </init-param> </servlet> <servlet> <servlet-name>ThemeServlet</servlet-name> <servlet-class>com sun rave web ui theme. ThemeServlet</servlet-class> </servlet> <servlet> <servlet-name>GameFormServlet</servlet-name> <servlet-class>adminconsole servlet. GameFormServlet</servlet-class> <load-on-startup>2</load-on-startup> </servlet> <servlet> <servlet-name>Image</servlet-name> <servlet-class>com jsos image. ImageServlet</servlet-class> <init-param> <param-name>dir</param-name> <param-value>c:/data/images</param-value> </init-param> </servlet> <servlet> <servlet-name>UtilitiesServlet</servlet-name> <servlet-class>adminconsole servlet. UtilitiesServlet</servlet-class> </servlet> <servlet> <servlet-name>Connector</servlet-name> <servlet-class>com fredck. FCKeditor connector. ConnectorServlet</servlet-class> <init-param> <param-name>baseDir</param-name> <param-value>/servlet/</param-value> </init-param> <init-param> <param-name>correct</param-name> <param-value>true</param-value> </init-param> <load-on-startup>3</load-on-startup> </servlet> <servlet> <servlet-name>ResultsUpdateServlet</servlet-name> <servlet-class>adminconsole servlet. ResultsUpdateServlet</servlet-class> </servlet> <servlet> <servlet-name>DatesUpdateServlet</servlet-name> <servlet-class>adminconsole servlet. DatesUpdateServlet</servlet-class> </servlet> <servlet> <servlet-name>HTMLGeneratorServlet</servlet-name> <servlet-class>adminconsole servlet. HTMLGeneratorServlet</servlet-class> </servlet> <servlet-mapping> <servlet-name>Faces Servlet</servlet-name> <url-pattern>/faces/*</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>ExceptionHandlerServlet</servlet-name> <url-pattern>/error/ExceptionHandler</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>ThemeServlet</servlet-name> <url-pattern>/furnish/*</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>GameFormServlet</servlet-name> <url-pattern>/GameFormServlet/*</url-pattern>.

Forex Groups - Tips on Trading

Related article:
http://mail-archives.apache.org/mod_mbox/myfaces-users/200711.mbox/%3C13788206.post@talk.nabble.com%3E

comments | Add comment | Report as Spam


"Single threaded servlet" posted by ~Ray
Posted on 2007-12-09 13:36:32

I be to connect to the database which has to handle multiple requests. So the beat come is to use hit threaded servlet using share of servlet instances. I construe the enter of hit threaded servlet. I ahve gone through the label here is the label given below:merchandise java io.*;merchandise java sql.*;merchandise java util.*;merchandise javax servlet.*;merchandise javax servlet http.*;public class SingleThreadConnection extends HttpServletimplements SingleThreadModel {Connection con = null; // database connection one per pooled instancepublic cancel init() throws ServletException {// open the connection for this instancetry {con = establishConnection();con setAutoCommit(false);}catch (SQLException e) {throw new ServletException(e getMessage());}}public void doGet(HttpServletRequest req. HttpServletResponse res)throws ServletException. IOException {res setContentType("text/plain");PrintWriter out = res getWriter();try {// Use the connection uniquely assigned to this instanceStatement stmt = con createStatement();// modify the database any be of ways// Commit the transactioncon act();}catch (SQLException e) {try { con rollback(); } surprise (SQLException ignored) { }}}public void undo() {if (con != null) {try { con change state(); } catch (SQLException ignored) { }}}private Connection establishConnection() throws SQLException {// Not implemented. See Chapter 9.}} i need to know the code of open connection. In my point of view,is it the database connection code or connection pool. But iam sure it cannot be connection share. Can you clear me with the code of how to establish the connection?thanks in go. i be to know the label of establish connection. In my point of view,is it the database connection code or connection share. But iam sure it cannot be connection share. Can you alter me with the label of how to establish the connection? My guess is its the connection share here its a guess though. Also its mentioned there to see chapter 9 that might say something regards,'a_joseph

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5237216

comments | Add comment | Report as Spam


"Single threaded servlet" posted by ~Ray
Posted on 2007-12-09 13:36:21

I be to connect to the database which has to command multiple requests. So the beat approach is to use hit threaded servlet using share of servlet instances. I construe the document of single threaded servlet. I ahve gone through the code here is the label given below:merchandise java io.*;import java sql.*;import java util.*;import javax servlet.*;merchandise javax servlet http.*;public categorise SingleThreadConnection extends HttpServletimplements SingleThreadModel {Connection con = null; // database connection one per pooled instancepublic cancel init() throws ServletException {// open the connection for this instancetry {con = establishConnection();con setAutoCommit(false);}surprise (SQLException e) {throw new ServletException(e getMessage());}}public cancel doGet(HttpServletRequest req. HttpServletResponse res)throws ServletException. IOException {res setContentType("text/plain");PrintWriter out = res getWriter();try {// Use the connection uniquely assigned to this instanceStatement stmt = con createStatement();// modify the database any number of ways// Commit the transactioncon act();}surprise (SQLException e) {try { con rollback(); } catch (SQLException ignored) { }}}public void undo() {if (con != null) {try { con change state(); } surprise (SQLException ignored) { }}}private Connection establishConnection() throws SQLException {// Not implemented. See Chapter 9.}} i need to experience the code of establish connection. In my inform of believe,is it the database connection label or connection pool. But iam sure it cannot be connection share. Can you alter me with the code of how to open the connection?thanks in go. i need to know the label of establish connection. In my inform of believe,is it the database connection label or connection share. But iam sure it cannot be connection pool. Can you clear me with the code of how to open the connection? My guess is its the connection pool here its a guess though. Also its mentioned there to see chapter 9 that might say something regards,'a_joseph

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5237216

comments | Add comment | Report as Spam


"Single threaded servlet" posted by ~Ray
Posted on 2007-12-09 13:36:21

I need to connect to the database which has to handle multiple requests. So the beat approach is to use hit threaded servlet using pool of servlet instances. I read the document of single threaded servlet. I ahve gone through the code here is the code given below:import java io.*;import java sql.*;import java util.*;import javax servlet.*;import javax servlet http.*;public class SingleThreadConnection extends HttpServletimplements SingleThreadModel {Connection con = null; // database connection one per pooled instancepublic void init() throws ServletException {// open the connection for this instancetry {con = establishConnection();con setAutoCommit(false);}catch (SQLException e) {throw new ServletException(e getMessage());}}public void doGet(HttpServletRequest req. HttpServletResponse res)throws ServletException. IOException {res setContentType("text/plain");PrintWriter out = res getWriter();try {// Use the connection uniquely assigned to this instanceStatement stmt = con createStatement();// modify the database any be of ways// Commit the transactioncon commit();}catch (SQLException e) {try { con rollback(); } catch (SQLException ignored) { }}}public void undo() {if (con != null) {try { con close(); } surprise (SQLException ignored) { }}}private Connection establishConnection() throws SQLException {// Not implemented. See Chapter 9.}} i be to know the code of open connection. In my inform of believe,is it the database connection label or connection pool. But iam sure it cannot be connection pool. Can you alter me with the code of how to open the connection?thanks in advance. i be to experience the code of open connection. In my point of believe,is it the database connection code or connection share. But iam sure it cannot be connection share. Can you clear me with the code of how to establish the connection? My guess is its the connection pool here its a anticipate though. Also its mentioned there to see chapter 9 that might say something regards,'a_joseph

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5237216

comments | Add comment | Report as Spam


"Problem with session management" posted by ~Ray
Posted on 2007-11-27 20:01:17

i undergo written a servlet which ordain verify the details entered by user and redirects to another pageJust before redirection i undergo the following code for session management HttpSession session = request getSession( HttpSession session = communicate getSession(); String sesAttribute = (arrange)session getAttribute( But this session management is not working.. i am not getting the output based on the if block even though the session is valid.... Can I use RequestDispatcher instead of response sendRedirect("http://localhost:8080/Login/Profile");along with the Session management....? RequestDispatcher rd = communicate getRequestDispatcher( What you forward to must match the url-pattern of the servlet in your web xml file. What troubles me is that it should work with both a direct AND a send session variables stay valid across requests. Unless otherwise licensed label in all technical manuals herein (including articles. FAQs samples) is provided under this.

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5237333

comments | Add comment | Report as Spam


"Directory structure" posted by ~Ray
Posted on 2007-11-17 15:31:54

Hi. I'm completely new to Servlets and JSP. I installed tomcat in /usr. When I type "http://localhost:8080/" in my browser I see the tomcat page that confirms it's working. I made a directory:/usr/tomcat/webapps/MyFirstIn that directory I made another one WEB-INF with two subdirectories: classes and lib. I've made a HelloWorld java compiled it (javac) and I've put the HelloWorld class in /usr/tomcat/webapps/MyFirst/WEB-INF/classesI've put a context descriptor file MyFirst xml in /usr/tomcat/confI've put the web xml in WEB-INF. When I put the communicate http://localhost:8080/MyFirst/HelloWorld in my browser it works. Sometimes. And sometimesI get the following message: exception javax servlet. ServletException: Error allocating a servlet instanceorg apache catalina valves. ErrorReportValve invoke(ErrorReportValve java:102)org apache catalina connector. CoyoteAdapter service(CoyoteAdapter java:263)org apache coyote http11. Http11Processor process(Http11Processor java:844)org apache coyote http11. Http11Protocol$Http11ConnectionHandler process(Http11Protocol java:584)org apache tomcat util net. JIoEndpoint$Worker run(JIoEndpoint java:447)java lang. go run(Thread java:619) root cause java lang. NoClassDefFoundError: javax/servlet/http/HttpServletjava lang. ClassLoader defineClass1(Native Method)java lang. ClassLoader defineClass(ClassLoader java:620)java security. SecureClassLoader defineClass(SecureClassLoader java:124)java net. URLClassLoader defineClass(URLClassLoader java:260)java net. URLClassLoader access$000(URLClassLoader java:56)java net. URLClassLoader$1 run(URLClassLoader java:195)java security. AccessController doPrivileged(Native Method)java net. URLClassLoader findClass(URLClassLoader java:188)java lang. ClassLoader loadClass(ClassLoader java:306)sun misc. Launcher$AppClassLoader loadClass(Launcher java:276)java lang. ClassLoader loadClass(ClassLoader java:251)org apache catalina loader. WebappClassLoader loadClass(WebappClassLoader java:1273)org apache catalina loader. WebappClassLoader loadClass(WebappClassLoader java:1204)org apache catalina valves. ErrorReportValve invoke(ErrorReportValve java:102)org apache catalina connector. CoyoteAdapter service(CoyoteAdapter java:263)org apache coyote http11. Http11Processor process(Http11Processor java:844)org apache coyote http11. Http11Protocol$Http11ConnectionHandler process(Http11Protocol java:584)org apache tomcat util net. JIoEndpoint$Worker run(JIoEndpoint java:447)java lang. go run(Thread java:619) What am I doing wrong?The strange thing is that an index jsp file that I put in /usr/tomcat/webapps/MyFirst is always working. Edited by: vlaming on Nov 14. 2007 11:28 AMEdited by: vlaming on Nov 14. 2007 12:28 PM

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5236583

comments | Add comment | Report as Spam


"Using JavaCompiler in a Servlet" posted by ~Ray
Posted on 2007-11-09 17:16:51

Currently I am developing a tool in which Java obtain Files are created based on a XSD register with help of a tool named Castor. After the generation of the files the files need to be compiled in request to be used by the schedule. This used to be done with a Library named XMLBean however I do not desire to use this library anymore. As a alternative I ended up using the Java compiler that comes with the JDK in the tools jar file. This resulted in a problem which made me examine for a other solution. This way I ended up working with the javax tools. JavaCompiler. However compilation still failed due to the same problem. So what is this problem?Initially I tested my code generation logic and compile logic in a normal application. The Java label got generated book using castor the compilation using both methods I described also went fine. The problem occurs when I attempt to use the same logic in a web application (Behind a servlet) I am developing to run on Tomcat. The label generation goes book (since the castor library is included in the communicate) however the compilation goes do by and results in the following error:"case org exolab castor xml does not exist"In other words the compiler does not understand one of the imports of the source file (refering to a namespace in Castor a library that was used to create the register and is included in the web communicate). Does anyone know why compilation fails in a web application but goes well in a normal application? Does anyone experience how this problem can be solved or does anyone experience better component for compilation?Thanks a lot. This is the label I currently use for compilation: DiagnosticCollector<JavaFileObject>();StandardJavaFileManager fileManager = compiler getStandardFileManager(diagnosticsCollector null. CompilationTask assign = compiler getTask(null fileManager diagnosticsCollector null null fileObjects); Cross posted all over the placehttp://forum java sun com/go jspa?messageID=9872839http://forum java sun com/thread jspa?threadID=5215413&tstart=0go across posting is rude db Cross posted. (Sorry about that) To avoid populate spending measure looking for an answer here is the solution I open myself:First off all for ANT to bring home the bacon. 2 libraries undergo to be imported in the web project. The libraries are: ant jar and ant-launcher jarNext to that the library's Xerces (xercesImpl jar) and xml-apis jar (also included in ANT). There Library's are also needed to get Castor to work. To hive away the label of my generated Java Classes I use the following ANT create register label: The file basically reads every java file from my "src" folder. Which is the folder I decide to put my generated categorise files and compiles them to the WEB-INF/classes folder. This is the folder were Tomcat stores all its classes. What went wrong with the compilation I attempted in the opening affix is that javac could not sight the Castor Library even after I added it in my classpath environment variable. Fortunately with ANT I can be a classpath for the application which is the WEB-INF/lib folder. This is the folder where Tomcat stores its Library's. Hence javac can sight the Castor Library from then on. Finally I label the ant task using the following Java label: buildFilePath);p init();ProjectHelper helper = ProjectHelper getProjectHelper();p addReference( helper);helper analyse(p buildFile);p executeTarget(p getDefaultTarget());System out println(

Forex Groups - Tips on Trading

Related article:
http://forum.java.sun.com/thread.jspa?threadID=5215412

comments | Add comment | Report as Spam


"Re: Archiva 1.0-beta-2 Release Schedule" posted by ~Ray
Posted on 2007-11-03 13:48:47

I just attached my conjoin (MRM153-1.0-beta-2 patch).-> I tested it on my corporate archiva instance to get servlet-api-2.3using various paths :maven2 (javax/servlet/servlet-api/2.3/servlet-api-2.3 jar)maven2 with "client-side" relocation (servletapi/2.3/servletapi-2.3 pom)maven1 (javax servlet/jars/servlet-api-2.3 jar)maven1 with "server-side" relocation (servletapi/2.3/servletapi-2.3 jar)I need help to create verbally some integration evaluate to enter/instrument thisfeature as I'm not familiar with both plexus and servlets automatedtesting. Nico2007/9/13. Brett Porter <>:> Thanks!>> On 14/09/2007 at 12:34 AM nicolas de loof wrote:>> > I have lot's of maven1 project on my side.> > I'll connect an updated patch as soon as possible for MRM-153.> >> > Nico.> >> > 2007/9/13. Arnaud HERITIER <>:> >> I undergo less and less m1 projects around me ;-)> >> When I find one. I move it to m2 ;-)> >>> >> Arnaud> >>> >> On 13/09/2007. Brett carry <> wrote:> >>>> >>> I agree. Actually a couple of these already undergo patches. I was> >>> going to run through and apply them but if you're actively using the> >>> maven1 cram and can test it better then by all means assign them to> >>> yourself and put them in if they work :)> >>>> >>> Cheers,> >>> Brett> >>>> >>> On 13/09/2007 at 8:10 PM. Arnaud HERITIER wrote:> >>>> >>>> I hope that maven 1 issues [MRM-153. MRM-211. MRM-308] will be> >>>> fixed in the> >>>> next beta when it worked it was very useful to help companies to> >>>> move> >>>> maven 1 projects to maven 2.> >>>>> >>>> The problem in MRM-243 isn't in archiva itself but it prevents to> >>>> deploy> >>>> artifact from a CI server if archiva is on windows (it creates too> >>>> many> >>>> build failures).> >>>>> >>>> MRM-385 has to be fixed before the release !> >>>>> >>>> Arnaud> >>>>> >>>> On 13/09/2007. Maria Odea Ching <> wrote:> >>>>>> >>>>> Hi Everyone,> >>>>>> >>>>> I ordain prepare the release of Archiva 1.0-beta-2 on Sept. 15> >>>>> (Saturday,> >>>>> my time). :-)> >>>>>> >>>>> Below are the jira issues scheduled for this release some of> >>>>> which ordain> >>>>> probably be moved to> >>>>> the next beta channel if it won't alter it on Saturday.> >>>>>> >>>>>> >>>>> 1. Closed/Resolved:> >>>>>> >>>>> * [MRM-144] - fix miscellaneous tasks listed in important TODO> >>>>> items> >>>>> * [MRM-374] - Changes aren't saved when updating Archiva Managed> >>>>> Snapshot Repository> >>>>> * [MRM-383] - Unable to add new file types for Repository Scanning> >>>>> * [MRM-392] - pressing 'go' in the blacklist/whitelist form> >>>>> field> >>>>> submits whole form and validates not pressing associated add> >>>>> * [MRM-393] - Can't remove blacklist/whitelist pattern> >>>>> * [MRM-407] - "Scanned" is always set to true change surface if unchecked in> >>>>> the> >>>>> Edit Repository summon> >>>>> * [MRM-408] - The mvn deploy:deploy-file command gives "Parent> >>>>> doesn't> >>>>> exist" in a fresh install> >>>>> * [MRM-409] - No checking of remove poms or artifacts during> >>>>> repository> >>>>> scanning resulting to some objects not being found on the database> >>>>> * [MRM-436] - incorrect default cron expression for snapshots> >>>>> repository> >>>>> * [MRM-438] - broken images in the download box on the artifact> >>>>> page> >>>>> * [MRM-441] - removing a "remote repository" should not present> >>>>> the summon> >>>>> about handling content> >>>>> * [MRM-449] - improvement to the reports form assort search> >>>>> * [MRM-450] - change default label for repository ID report> >>>>> examine to> >>>>> "All repositories" instead of ""> >>>>> * [MRM-453] - act missing tests for repository.

Forex Groups - Tips on Trading

Related article:
http://www.nabble.com/forum/ViewPost.jtp?post=12678653&framed=y&skin=177

comments | Add comment | Report as Spam


"Re: Archiva 1.0-beta-2 Release Schedule" posted by ~Ray
Posted on 2007-11-03 13:48:45

I just attached my patch (MRM153-1.0-beta-2 conjoin).-> I tested it on my corporate archiva dilate to get servlet-api-2.3using various paths :maven2 (javax/servlet/servlet-api/2.3/servlet-api-2.3 jar)maven2 with "client-side" relocation (servletapi/2.3/servletapi-2.3 pom)maven1 (javax servlet/jars/servlet-api-2.3 jar)maven1 with "server-side" relocation (servletapi/2.3/servletapi-2.3 jar)I need back up to create verbally some integration test to document/instrument thisfeature as I'm not familiar with both plexus and servlets automatedtesting. Nico2007/9/13. Brett Porter <>:> Thanks!>> On 14/09/2007 at 12:34 AM nicolas de loof wrote:>> > I undergo lot's of maven1 project on my side.> > I'll attach an updated patch as soon as possible for MRM-153.> >> > Nico.> >> > 2007/9/13. Arnaud HERITIER <>:> >> I undergo less and less m1 projects around me ;-)> >> When I sight one. I act it to m2 ;-)> >>> >> Arnaud> >>> >> On 13/09/2007. Brett Porter <> wrote:> >>>> >>> I accept. Actually a couple of these already have patches. I was> >>> going to run through and apply them but if you're actively using the> >>> maven1 stuff and can test it better then by all means assign them to> >>> yourself and put them in if they work :)> >>>> >>> Cheers,> >>> Brett> >>>> >>> On 13/09/2007 at 8:10 PM. Arnaud HERITIER wrote:> >>>> >>>> I hope that maven 1 issues [MRM-153. MRM-211. MRM-308] will be> >>>> fixed in the> >>>> next beta when it worked it was very useful to back up companies to> >>>> migrate> >>>> maven 1 projects to maven 2.> >>>>> >>>> The problem in MRM-243 isn't in archiva itself but it prevents to> >>>> deploy> >>>> artifact from a CI server if archiva is on windows (it creates too> >>>> many> >>>> build failures).> >>>>> >>>> MRM-385 has to be fixed before the channel !> >>>>> >>>> Arnaud> >>>>> >>>> On 13/09/2007. Maria Odea Ching <> wrote:> >>>>>> >>>>> Hi Everyone,> >>>>>> >>>>> I ordain prepare the release of Archiva 1.0-beta-2 on Sept. 15> >>>>> (Saturday,> >>>>> my measure). :-)> >>>>>> >>>>> Below are the jira issues scheduled for this channel some of> >>>>> which will> >>>>> probably be moved to> >>>>> the next beta channel if it won't make it on Saturday.> >>>>>> >>>>>> >>>>> 1. Closed/Resolved:> >>>>>> >>>>> * [MRM-144] - fix miscellaneous tasks listed in important TODO> >>>>> items> >>>>> * [MRM-374] - Changes aren't saved when updating Archiva Managed> >>>>> Snapshot Repository> >>>>> * [MRM-383] - Unable to add new file types for Repository Scanning> >>>>> * [MRM-392] - pressing 'go' in the blacklist/whitelist create> >>>>> field> >>>>> submits whole form and validates not pressing associated add> >>>>> * [MRM-393] - Can't delete list/whitelist pattern> >>>>> * [MRM-407] - "Scanned" is always set to true change surface if unchecked in> >>>>> the> >>>>> alter Repository page> >>>>> * [MRM-408] - The mvn position:deploy-file dominate gives "Parent> >>>>> doesn't> >>>>> exist" in a fresh install> >>>>> * [MRM-409] - No checking of remove poms or artifacts during> >>>>> repository> >>>>> scanning resulting to some objects not being open on the database> >>>>> * [MRM-436] - incorrect default cron expression for snapshots> >>>>> repository> >>>>> * [MRM-438] - broken images in the download box on the artifact> >>>>> summon> >>>>> * [MRM-441] - removing a "remote repository" should not present> >>>>> the summon> >>>>> about handling content> >>>>> * [MRM-449] - improvement to the reports create group search> >>>>> * [MRM-450] - change default denominate for repository ID report> >>>>> search to> >>>>> "All repositories" instead of ""> >>>>> * [MRM-453] - act missing tests for repository.

Forex Groups - Tips on Trading

Related article:
http://www.nabble.com/forum/ViewPost.jtp?post=12678653&framed=y&skin=177

comments | Add comment | Report as Spam


 

 




blogs - aa blogs - air force blogs - aquarius blogs - aries blogs - army blogs - arts blogs - baby blogs - blogs 4 men - blogs 4 women - cancer blogs - capricorn blogs - career change blogs - choice blogs - christmas blogs - cigar blogs - cigarette blogs - cig blogs - coast guard blogs - coffee bean blogs - college baseball blogs - college basketball blogs - college football blogs - colleges blogs - computer blogs - create blogs - dating blogs - elvis blogs - email chat blogs - email pal blogs - enhancement blogs - fall blogs - fha blogs - freedom blogs - friendly blogs - funny blogs - gambler blogs - gemini blogs - her blog - his blog - hockey blogs - join blogs - javas blogs - kid safe blogs - leo blogs - libra blogs - apartments blogs - coffees blogs - horoscopes blogs - life advice blogs - lover blogs - marine blogs - married blogs - military blogs - misc blogs - more money blogs - mortgage blogs - move blogs - movies blogs - musical blogs - navy blogs - new in town blogs - obscure blogs - online date blogs - online game blogs - over 30 blogs - over 40 blogs - over 50 blogs - over 60 blogs - over 70 blogs - over 80 blogs - over 90 blogs - password blogs - pc blogs - mortgages blogs - peoples blogs - pictures blogs - pipe blogs - pisces blogs - poems blogs - poker blogs - police blogs - political blogs radio blogs - read blogs - recreational vehicle blogs - relocation blogs - reserve blogs - rv blogs - safe blogs - scorpio blogs - singles blogs - smokers blogs - smoker blogs - state blogs - state college blogs - taurus blogs - teen advice blogs - teenager blogs - tobacco blogs - tv blogs - vacation blogs - veteran blogs - virgo blogs - virtual blogs - weekly blogs - wingman blogs - word blogs - words blogs - writer blogs - poetry blogs - prescription blogs - sagittarius blogs - straight blogs - summer blogs - gi blogs - hooka blogs - penis enlargement blogs - vfw blogs - casinos blogs - casino blogs - web hosting blogs - hosting blogs - auto blogs - truck blogs - van blogs - suv blogs - 4 wheel blogs - harley blogs - flu blogs - diet blogs - pistols blogs - teenage blogs - lpga blogs - burnable blogs - new tunes blogs - coaching blogs - treasures blogs - trades blogs - nutty blogs - skate blogs - play 21 blogs - weather blogs - poker players - golf blogs - american blogs - football blogs - baseball blogs - hockey blogs - basketball blogs - soccer blogs - cooking blogs - recipe blogs - space blogs - 3d games blogs - barbecue blogs




the servlet archives:

11 articles in 2006-01
22 articles in 2006-02
27 articles in 2006-03
36 articles in 2006-04
27 articles in 2006-05
26 articles in 2006-06
24 articles in 2006-07
18 articles in 2006-08
22 articles in 2006-09
30 articles in 2006-10
22 articles in 2006-11
22 articles in 2006-12
12 articles in 2007-01
12 articles in 2007-02
3 articles in 2007-03
7 articles in 2007-04
11 articles in 2007-05
10 articles in 2007-06
3 articles in 2007-07
1 articles in 2007-09




next page


servlet