Hi
I'm getting NullPointerException when I enable manifest generation in STS for my maven project. Maven build works just fine. I don't use variable substitution in my template.mf or anything...
Type: Posts; User: koxo; Keyword(s):
Hi
I'm getting NullPointerException when I enable manifest generation in STS for my maven project. Maven build works just fine. I don't use variable substitution in my template.mf or anything...
Ok, so I've done some research and it looks like to me that Nexus is checking for old style of update site format (site.xml rather than content.jar and artifacts.jar). Any chance SpringSource Update...
Christian,
I am evaluating Maven Studio for Eclipse and as part of it, I am trying to create P2 Update Site Proxy Repository in our Nexus using...
Christian, I am still getting Access Denied for http://dist.springsource.com/release/TOOLS/update/e3.5/site.xml
Having the same problem here. Getting 403 Access Denied error.
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>1F00C3FFF1DAB72E</RequestId>
...
The question in my mind really is whether profile in dm server distribution should be modified and also all bundles in EBR :)
That seemed to have helped. Both /xalan and /admin contexts are working now.
However, there are some bundles in repository/usr I use in my app which import package org.apache.xpath and these are...
I get this deploying your org.eclipse.virgo.sample.xalan.war download from the JIRA issue.
I am using dm server 2.0.1.RELEASE, Java(TM) SE Runtime Environment (build 1.6.0_19-b04) and Win XP SP3.
Chris, I have tried your solution, but it didn't work for me.
I have modified dmserver/lib/java6-server.profile by adding org.apache.xalan.* to org.osgi.framework.bootdelegation and put the...
Ben, any idea how can I exclude sources from being downloaded in ant configuration? Normally, sources are part of separate sources configuration.
Hi
I'm trying to initialise bundlor as per this page, but it looks like ivy is not pulling all bundlor dependencies. I am getting this error afterwards:
download.bundlor.ivy:...
Hi
I think the way dm Server Tools recognise source bundles should be little bit improved.
At the moment, the only way to associate source bundle with the bundle containing compiled classes is...
Editing com.springsource.kernel.region.bundles in dm-server-2.0.0.M6/lib/com.springsource.kernel.launch.properties helped solving my problem for now. Thanks.
Right, I have tried these three things:
First,
Import-Package: javax.validation;version="[1.0.0,2.0.0)"
this.getClass().getClassLoader().loadClass("javax.validation.ValidatorFactory");
Hi,
I have a simple OSGi bundle in which I am trying to construct and export javax.validation.Validator instance. However, I get the following exception when I deploy it to dm Server 2.0 M6. In...
Raised https://issuetracker.springsource.com/browse/DMS-1510
Actually, the same problem applies when trying to deploy fragment bundle in STS. I get the 'Missing constraint' errors.
Hi
When I copy my fragment bundle to pickup dir in dm server, the deployer fails with following error:
Resolver report:
Missing constraint: <Import-Package: javax.xml.xpath;...
Also, just a note. When I drag & drop the project onto dm server 2.0, I get "Shared WAR deploy only as jst.web modules" error. However, I can right click on dm server and do Add and Remove...
Hi
I have a maven project with war packaging in STS. When I try to deploy it to dm server 2.0.0.M4, it is only deployed as normal bundle and not as web bundle meaning no servlet context is...
Andy, it is a case for me too. I have a network connection, but I am behind proxy which is probably not configured within the dm server.
Hi
I have downloaded dm server CI build 351 and started it and I got the following error (see attached log file). I have the same problem with 2.0.0.M3 build. Any ideas how to fix it? Thanks.
...
Hi
I've just started using spring-xml which is part of spring-ws project and I have quickly noticed inconsistencies in these two interfaces:
org.springframework.xml.xpath.XPathOperations
...
Hi
I'm struggling to use spring tag library in my OSGi bundle. In manifest, apart from others, I have:
Import-Package: org.springframework.web.servlet.tags;version="[2.5.0,4.0.0)"
In my...
Hi
Please see this JIRA issue for details: http://jira.springframework.org/browse/SPR-5517. Thanks.
Jaro