Bundles are a group of resources.
Questions tagged [bundles]
179 questions
1
vote
1 answer
ResourceResolverFactory and SlingRepository null in Service class
I have a Service class as below which I deployed using Maven and is Active on Sling Web Console. When I am accessing the method getSearchAssetNames() from this bundle it is getting called as per the AEM 6.0 logs on Authoring instance.
But, implicit…

Somnath Mookerjee
- 11
- 1
- 4
1
vote
1 answer
Requirements symfony bundle in AppKernel.php
I created vendor bundle for symfony2
it has required bundle (such us liip/imagine-bundle).
in composer.php i insert necessary lines:
"require": {
...
"liip/imagine-bundle": "1.3.0",
...
}
but i have error - Bundle "LiipImagineBundle"…

Alexander
- 85
- 1
- 7
1
vote
1 answer
Active Bundles of Symfony2
I'm trying to show a menu of my Bundles, but I need show only the Bundles that are active, how can I get the active Bundles in Twig?
Thanks and Regards!

LuzEterna
- 35
- 6
1
vote
2 answers
Laravel 5 bundles
I'm starting working with Laravel5 and I need to make app with some parts - e.g.:
admin.example.com
app.example.com
example.com
It means: in app will have registered users access, in admin, there will have access administrators and example.com will…

Jan Kožušník
- 683
- 3
- 16
- 30
1
vote
2 answers
Passing values through bundle and to get it on another activity
Everything seems to work, up to the point when I launched and decide to enter my name and press the button to start the game, it seems values are not being passed into the other activity, can anyone help me with this issue, doing this on eclipse…

Kathar Abdillwahid
- 13
- 2
1
vote
0 answers
Deploy to OSGi container using bndtools?
I have a multi-bundle project that builds using gradle and bnd plugin. Dependency management is through bnd. I am able to launch and run my bundles in eclipse.
I'm wondering what the proper deployment workflow is through bnd. The release task puts…

RaGe
- 22,696
- 11
- 72
- 104
1
vote
2 answers
How to go from second activity to third activity or fourth activity based on first activity data (Radio button clicked)?
I have four activities say java files - activity1.java, activity2.java, activity3.java, activity4.java and xml files - activity_1.xml, activity_2.xml, activity_3.xml, activity_4.xml
Now in activity1 - I have a radio group with two radio buttons and…

AJ_app
- 13
- 5
1
vote
1 answer
Confused about {version} while defining some bundles in ASP.NET MVC
Currently I am testing bundles and I know there is possibility to use wild cards such as {version} or *. I am not entirely sure what {version} is for. I assume * works like regular expression that takes everything that would match all possibilities:…

Celdor
- 2,437
- 2
- 23
- 44
1
vote
1 answer
Gem bundles error stops metasploit from starting on my iDevice
hope you all doing good,
so my problem is that I can't run metasploit on my iPhone and it's kind of frustrating since I'm sure I followed the installation steps carefully.
When I type "ruby msfconsole" it says that Metasploit requires the bundler…

NourDine
- 11
- 1
1
vote
1 answer
Cant assign CSS class in FormType Symfony2
I installed bootstrap via bundle in Symfony2. But now I getting the some strange situation, when I append the class selcetor to form field of date type. In output I getting it with bootstrap-date class, and I cant change it. So where is the my…

nowiko
- 2,507
- 6
- 38
- 82
1
vote
1 answer
Script bundle generates different identifier every time?
So this project I'm in implemented Bundling (System.Web.Optimization) to minimize loading times of styles and scripts. My manager is currently looking for ways to shorten loading times even more, because it's still taking too long, and he thinks…

Ana Ameer
- 671
- 11
- 30
1
vote
1 answer
How to control the CSS and Javascript bundle caching value?
When using a bundle in Visual Studio 2013, it is being cached as follows:
How can I set a different value to the name? maybe something more…

Yovav
- 2,557
- 2
- 32
- 53
1
vote
1 answer
Symfony2 - Manage multiple versions of bundles efficiently
My team and I are developing a back office with Symfony2 that manages multiple apps. Right now we only have one app but in the near future, we should be able to manage lots of them.
We decided to develop each component (aka app) in a separate…

Brice
- 1,026
- 9
- 20
1
vote
1 answer
Error generating the bundle. See output window for details
I am using Visual Studio 2013 Professional Update 3 and I have installed the latest version of Web Essentials (updated 8/8/2014), but I receive this error about 90% of the time I build or save. I even check out the source js/html files and all the…

Joe
- 49
- 6
1
vote
1 answer
symfony2 rebuild bundles shortcuts?
I've moved a symfony2 script from website to another one on another server
when i type ls -l to check the bundles dir and shortcut its show deferent domain name
this is example
lrwxr-xr-x 1 Jack staff 61 Feb 3 2013 cmsadmin ->…

Kodr.F
- 13,932
- 13
- 46
- 91