[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Deployment ClassPath and AOP

adrian@jboss.org do-not-reply at jboss.com
Wed Mar 26 11:12:11 EDT 2008


So can we change it such that Module.getTempURL()
returns vfsmemory://guid/classes
that way somebody can decide the url comes from some other mechanism
that might not put things in a classes folder.

Also, I don't know whether you saw my comment, but the way
the vfsmemory handler is handling URL is brokens.
e.g.

  | URL directory = new URL("vfsmemory://guid");
  | URL classes = new URL(directory, "classes");
  | 
  | URL classes2 = new URL("directory + "/classes");
  | 

classes.equals(classes2) is false which is wrong.
classes is actually the same as directory????

I think this is because you are doing your own manual parsing of the URL
instead of using the api as its meant to be used?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139011#4139011

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139011



More information about the jboss-dev-forums mailing list