[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2445) MalformedURLException from Scanner.java

Vaibhav (JIRA) jira-events at lists.jboss.org
Wed Jan 2 14:16:43 EST 2008


MalformedURLException from Scanner.java
---------------------------------------

                 Key: JBSEAM-2445
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2445
             Project: JBoss Seam
          Issue Type: Bug
    Affects Versions: 2.0.1.CR1
            Reporter: Vaibhav


After upgrading libraries from Seam 2.0.0.GA to Seam 2.0.1CR1, I get following error at deploy time (deploying to weblogic 9.2.2): 

java.net.MalformedURLException: unknown protocol: c
	at java.net.URL.<init>(URL.java:574)
	at java.net.URL.<init>(URL.java:464)
	at java.net.URL.<init>(URL.java:413)
	at org.jboss.seam.deployment.Scanner.scan(Scanner.java:152)

(please see full exception trace on forum page)

My application do not have any file references using c:   It seems to be bug in seam source.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list